Version Description
- UI/UX improvements
- New cookie consent banner design (compliant with WCAG guidelines)
- Advanced banner customization options (GDPR/CCPA cookie banner templates, set consent expiration period, enable/disable prior consent, show/hide categories on the banner, new banner layouts, advanced content customization, light/dark/custom color scheme, etc.)
- Banner preview in the customizer
- Pre-built translations for multiple languages
- Privacy Policy Generator
- Access to additional free features with web app connection (cookie scan, consent log, etc.)
Download this release
Release Info
Developer | webtoffee |
Plugin | Cookie Law / GDPR Info |
Version | 3.0.0 |
Comparing to | |
See all releases |
Code changes from version 2.1.3 to 3.0.0
- class-autoloader.php +50 -0
- cookie-law-info.php +66 -102
- languages/cookie-law-info.pot +2102 -1003
- {admin → legacy/admin}/class-cookie-law-info-admin.php +0 -74
- {admin → legacy/admin}/css/cookie-law-info-admin-1.6.7.css +0 -0
- {admin → legacy/admin}/css/cookie-law-info-admin.css +0 -0
- {admin → legacy/admin}/images/add.svg +0 -0
- {admin → legacy/admin}/images/documentation.png +0 -0
- {admin → legacy/admin}/images/support.png +0 -0
- {admin → legacy/admin}/images/wt-cli-info.svg +0 -0
- {admin → legacy/admin}/index.php +0 -0
- {admin → legacy/admin}/js/cookie-law-info-admin-1.6.7.js +0 -0
- {admin → legacy/admin}/js/cookie-law-info-admin.js +0 -0
- {admin → legacy/admin}/js/cookie-law-info-ckyes.js +0 -0
- {admin → legacy/admin}/modules/ccpa/assets/js/cookie-law-info-ccpa-admin.js +0 -0
- {admin → legacy/admin}/modules/ccpa/assets/js/cookie-law-info-ccpa.js +0 -0
- {admin → legacy/admin}/modules/ccpa/ccpa.php +0 -0
- {admin → legacy/admin}/modules/ccpa/views/ccpa_settings.php +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/assets/css/editor-style.css +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/assets/js/cli-policy-generator-admin.js +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/classes/class-policy-generator-ajax.php +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/classes/class-preview-page.php +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/cli-policy-generator.php +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/data/data.block1.php +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/data/data.block2.php +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/data/data.block3.php +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/data/data.block4.php +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/data/data.block5.php +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/data/data.policy-generator.php +0 -0
- {admin → legacy/admin}/modules/cli-policy-generator/views/policy-generator.php +0 -0
- {admin → legacy/admin}/modules/cookie-scaner/assets/images/loading.gif +0 -0
- {admin → legacy/admin}/modules/cookie-scaner/assets/images/screenshot-1.png +0 -0
- {admin → legacy/admin}/modules/cookie-scaner/assets/js/cookie-scaner.js +0 -0
- {admin → legacy/admin}/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php +0 -0
- {admin → legacy/admin}/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-api.php +0 -0
- {admin → legacy/admin}/modules/cookie-scaner/cookie-scaner.php +0 -0
- {admin → legacy/admin}/modules/cookie-scaner/views/scan-results.php +0 -0
- {admin → legacy/admin}/modules/cookie-scaner/views/settings.php +0 -0
- {admin → legacy/admin}/modules/cookies/cookies.php +0 -0
- {admin → legacy/admin}/modules/cookies/images/cli_icon.png +0 -0
- {admin → legacy/admin}/modules/cookies/views/necessary-settings.php +0 -0
- {admin → legacy/admin}/modules/cookies/views/non-necessary-settings.php +0 -0
- {admin → legacy/admin}/modules/uninstall-feedback/uninstall-feedback.php +2 -2
- {admin → legacy/admin}/partials/cookie-law-info-admin_settings.php +2 -2
- {admin → legacy/admin}/partials/cookie-law-info-privacy_overview.php +0 -0
- {admin → legacy/admin}/views/admin-settings-advanced.php +0 -0
- {admin → legacy/admin}/views/admin-settings-buttons.php +0 -0
- {admin → legacy/admin}/views/admin-settings-general.php +0 -0
- {admin → legacy/admin}/views/admin-settings-help.php +1 -1
- {admin → legacy/admin}/views/admin-settings-messagebar.php +0 -0
- {admin → legacy/admin}/views/admin-settings-save-button.php +0 -0
- {admin → legacy/admin}/views/admin-settings-upgrade-pro.php +0 -0
- {admin → legacy/admin}/views/goto-pro-v2.php +0 -0
- {images → legacy/images}/add.svg +0 -0
- {images → legacy/images}/bg.svg +0 -0
- {images → legacy/images}/blue-crown.svg +0 -0
- {images → legacy/images}/collapse.png +0 -0
- {images → legacy/images}/cross.png +0 -0
- {images → legacy/images}/cross.svg +0 -0
- {images → legacy/images}/crown.svg +0 -0
- {images → legacy/images}/expand.png +0 -0
- {images → legacy/images}/favicon.png +0 -0
- {images → legacy/images}/icon-256x256.png +0 -0
- {images → legacy/images}/list-icon.svg +0 -0
- {images → legacy/images}/logo-cookieyes.svg +0 -0
- {images → legacy/images}/money-back-badge.svg +0 -0
- {images → legacy/images}/money-back.svg +0 -0
- {images → legacy/images}/overlay.png +0 -0
- {images → legacy/images}/support.svg +0 -0
- {images → legacy/images}/td_back.gif +0 -0
- {images → legacy/images}/tick.svg +0 -0
- {images → legacy/images}/webtoffee-logo_small.png +0 -0
- {images → legacy/images}/white-crown.svg +0 -0
- {includes → legacy/includes}/class-cookie-law-info-activator.php +0 -0
- {includes → legacy/includes}/class-cookie-law-info-cookieyes.php +1 -1
- {includes → legacy/includes}/class-cookie-law-info-deactivator.php +0 -0
- {includes → legacy/includes}/class-cookie-law-info-i18n.php +1 -5
- {includes → legacy/includes}/class-cookie-law-info-languages.php +0 -0
- {includes → legacy/includes}/class-cookie-law-info-loader.php +0 -0
- {includes → legacy/includes}/class-cookie-law-info-review-request.php +0 -0
- {includes → legacy/includes}/class-cookie-law-info.php +3 -4
- {includes → legacy/includes}/index.php +0 -0
- index.php → legacy/index.php +0 -0
- legacy/languages/cookie-law-info.pot +2242 -0
- legacy/loader.php +52 -0
- {public → legacy/public}/class-cookie-law-info-public.php +0 -0
- legacy/public/css/cookie-law-info-gdpr.css +1384 -0
- legacy/public/css/cookie-law-info-public.css +123 -0
- legacy/public/css/cookie-law-info-table.css +90 -0
- {public → legacy/public}/images/cli_icon.png +0 -0
- legacy/public/images/logo-cookieyes.svg +46 -0
- {public → legacy/public}/index.php +0 -0
- legacy/public/js/cookie-law-info-public.js +1171 -0
- {public → legacy/public}/modules/script-blocker/assets/js/script-blocker.js +0 -0
- {public → legacy/public}/modules/script-blocker/integrations/facebook-for-wordpress.php +0 -0
- {public → legacy/public}/modules/script-blocker/integrations/google-analytics-for-wordpress.php +0 -0
- {public → legacy/public}/modules/script-blocker/integrations/instagram-feed.php +0 -0
- {public → legacy/public}/modules/script-blocker/integrations/twitter-feed.php +0 -0
- {public → legacy/public}/modules/script-blocker/script-blocker.php +0 -0
- {public → legacy/public}/modules/script-blocker/views/settings.php +0 -0
- {public → legacy/public}/modules/shortcode/shortcode.php +0 -0
- {public → legacy/public}/views/cookie-law-info_bar.php +1 -1
- {public → legacy/public}/views/cookie-law-info_popup_content.php +0 -0
- {third-party → legacy/third-party}/class-cookie-law-info-third-party.php +0 -0
- {third-party → legacy/third-party}/scripts/pixelyoursite/pixelyoursite.php +0 -0
- lite/admin/build.js +35 -0
- lite/admin/class-admin.php +587 -0
- lite/admin/dist/css/app.css +1 -0
- lite/admin/dist/css/chunk-0495ae18.css +1 -0
- lite/admin/dist/css/chunk-1641571e.css +1 -0
- lite/admin/dist/css/chunk-2177d27f.css +1 -0
- lite/admin/dist/css/chunk-263180a4.css +1 -0
- lite/admin/dist/css/chunk-322699f8.css +1 -0
- lite/admin/dist/css/chunk-637dc2c8.css +1 -0
- lite/admin/dist/css/chunk-69ed221f.css +1 -0
- lite/admin/dist/img/action-alert.svg +2 -0
- lite/admin/dist/img/arrow-bold.svg +6 -0
- lite/admin/dist/img/arrow-left.svg +38 -0
- lite/admin/dist/img/banner-bottom.svg +4 -0
- lite/admin/dist/img/banner-status.svg +23 -0
- lite/admin/dist/img/banner-top.svg +4 -0
- lite/admin/dist/img/box-bottom-left.svg +4 -0
- lite/admin/dist/img/box-bottom-right.svg +4 -0
- lite/admin/dist/img/box-top-left.svg +4 -0
- lite/admin/dist/img/box-top-right.svg +4 -0
- lite/admin/dist/img/classic-bottom.svg +4 -0
- lite/admin/dist/img/classic-top.svg +4 -0
- lite/admin/dist/img/close.svg +1 -0
- lite/admin/dist/img/connect-success.svg +12 -0
- lite/admin/dist/img/error.svg +3 -0
- lite/admin/dist/img/external.svg +7 -0
- lite/admin/dist/img/help.svg +3 -0
- lite/admin/dist/img/info.svg +12 -0
- lite/admin/dist/img/language.svg +8 -0
- lite/admin/dist/img/loader.svg +22 -0
- lite/admin/dist/img/logo.png +0 -0
- lite/admin/dist/img/popup-center.svg +4 -0
- lite/admin/dist/img/regulation.svg +32 -0
- lite/admin/dist/img/scan-history.svg +22 -0
- lite/admin/dist/img/search.svg +3 -0
- lite/admin/dist/img/success-circle.svg +40 -0
- lite/admin/dist/img/success.svg +11 -0
- lite/admin/dist/img/tick.svg +3 -0
- lite/admin/dist/img/tooltip.svg +12 -0
- lite/admin/dist/img/warning.svg +10 -0
- lite/admin/dist/index.html +1 -0
- lite/admin/dist/js/app.js +1 -0
- lite/admin/dist/js/chunk-0495ae18.js +1 -0
- lite/admin/dist/js/chunk-1641571e.js +240 -0
class-autoloader.php
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Custom autoloader
|
4 |
+
*
|
5 |
+
* @package CookieYes
|
6 |
+
*/
|
7 |
+
|
8 |
+
namespace CookieYes\Lite;
|
9 |
+
|
10 |
+
/**
|
11 |
+
* Custom class autoloader class
|
12 |
+
*/
|
13 |
+
class Autoloader {
|
14 |
+
|
15 |
+
/**
|
16 |
+
* Autoloader function
|
17 |
+
*
|
18 |
+
* @return void
|
19 |
+
*/
|
20 |
+
public function register() {
|
21 |
+
spl_autoload_register( array( __CLASS__, 'load_class' ) );
|
22 |
+
}
|
23 |
+
/**
|
24 |
+
* Custom Class Loader For Boiler Plate
|
25 |
+
*
|
26 |
+
* @param string $class_name Class names.
|
27 |
+
* @return void
|
28 |
+
*/
|
29 |
+
public static function load_class( $class_name ) {
|
30 |
+
if ( false === strpos( $class_name, 'CookieYes' ) ) {
|
31 |
+
return;
|
32 |
+
}
|
33 |
+
$file_parts = explode( '\\', $class_name );
|
34 |
+
$namespace = '';
|
35 |
+
for ( $i = count( $file_parts ) - 1; $i > 0; $i-- ) {
|
36 |
+
|
37 |
+
$current = strtolower( $file_parts[ $i ] );
|
38 |
+
$current = str_ireplace( '_', '-', $current );
|
39 |
+
if ( count( $file_parts ) - 1 === $i ) {
|
40 |
+
$file_name = "class-$current.php";
|
41 |
+
} else {
|
42 |
+
$namespace = '/' . $current . $namespace;
|
43 |
+
}
|
44 |
+
}
|
45 |
+
$filepath = dirname( __FILE__ ) . $namespace . '/' . $file_name;
|
46 |
+
if ( file_exists( $filepath ) ) {
|
47 |
+
require $filepath;
|
48 |
+
}
|
49 |
+
}
|
50 |
+
}
|
cookie-law-info.php
CHANGED
@@ -8,21 +8,20 @@
|
|
8 |
* registers the activation and deactivation functions, and defines a function
|
9 |
* that starts the plugin.
|
10 |
*
|
11 |
-
* @link https://www.
|
12 |
* @since 1.6.6
|
13 |
* @package Cookie_Law_Info
|
14 |
*
|
15 |
* @wordpress-plugin
|
16 |
-
* Plugin Name: GDPR Cookie Consent
|
17 |
-
* Plugin URI: https://www.
|
18 |
* Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
|
19 |
-
* Version:
|
20 |
-
* Author:
|
21 |
-
* Author URI: https://www.
|
22 |
* License: GPLv3
|
23 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
24 |
* Text Domain: cookie-law-info
|
25 |
-
* Domain Path: /languages
|
26 |
*/
|
27 |
|
28 |
/*
|
@@ -47,117 +46,68 @@ if ( ! defined( 'WPINC' ) ) {
|
|
47 |
die;
|
48 |
}
|
49 |
|
50 |
-
|
51 |
-
if ( empty( $wt_cli_wp_lanugage ) || strlen( $wt_cli_wp_lanugage ) <= 1 ) {
|
52 |
-
$wt_cli_wp_lanugage = 'en';
|
53 |
-
}
|
54 |
-
define( 'CLI_PLUGIN_DEVELOPMENT_MODE', false );
|
55 |
define( 'CLI_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
56 |
-
define( '
|
57 |
-
define( '
|
58 |
-
|
59 |
-
define( 'CLI_LATEST_VERSION_NUMBER', '0.9' );
|
60 |
-
define( 'CLI_SETTINGS_FIELD', CLI_DB_KEY_PREFIX . CLI_LATEST_VERSION_NUMBER );
|
61 |
-
define( 'CLI_MIGRATED_VERSION', CLI_DB_KEY_PREFIX . 'MigratedVersion' );
|
62 |
-
// Previous version settings (depreciated from 0.9 onwards):
|
63 |
define( 'CLI_ADMIN_OPTIONS_NAME', 'CookieLawInfo-0.8.3' );
|
64 |
define( 'CLI_PLUGIN_FILENAME', __FILE__ );
|
65 |
define( 'CLI_POST_TYPE', 'cookielawinfo' );
|
66 |
-
define( 'CLI_DEFAULT_LANGUAGE',
|
67 |
-
define( '
|
68 |
-
|
69 |
/**
|
70 |
-
*
|
71 |
-
*
|
|
|
72 |
*/
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
if ( isset( $data['upgrade_notice'] ) ) {
|
77 |
-
add_action( 'admin_print_footer_scripts', '
|
78 |
$msg = str_replace( array( '<p>', '</p>' ), array( '<div>', '</div>' ), $data['upgrade_notice'] );
|
79 |
echo '<style type="text/css">
|
80 |
#cookie-law-info-update .update-message p:last-child{ display:none;}
|
81 |
#cookie-law-info-update ul{ list-style:disc; margin-left:30px;}
|
82 |
-
.
|
83 |
</style>
|
84 |
-
<div class="update-message
|
85 |
}
|
86 |
}
|
87 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
<script>
|
89 |
( function( $ ){
|
90 |
var update_dv=$( '#cookie-law-info-update ');
|
91 |
-
update_dv.find('.
|
92 |
update_dv.find('a.update-link:eq(0)').click(function(){
|
93 |
-
$('.
|
94 |
});
|
95 |
})( jQuery );
|
96 |
</script>
|
97 |
<?php
|
98 |
}
|
99 |
-
add_action( 'in_plugin_update_message-cookie-law-info/cookie-law-info.php', 'wt_cookie_law_info_update_message', 10, 2 );
|
100 |
-
/**
|
101 |
-
* The code that runs during plugin activation.
|
102 |
-
* This action is documented in includes/class-cookie-law-info-activator.php
|
103 |
-
*/
|
104 |
-
require_once plugin_dir_path( __FILE__ ) . 'includes/class-cookie-law-info-activator.php';
|
105 |
-
function activate_cookie_law_info() {
|
106 |
-
Cookie_Law_Info_Activator::activate();
|
107 |
-
register_uninstall_hook( __FILE__, 'uninstall_cookie_law_info' );
|
108 |
-
}
|
109 |
-
|
110 |
-
/**
|
111 |
-
* The code that runs during plugin deactivation.
|
112 |
-
* This action is documented in includes/class-cookie-law-info-deactivator.php
|
113 |
-
*/
|
114 |
-
function deactivate_cookie_law_info() {
|
115 |
-
require_once plugin_dir_path( __FILE__ ) . 'includes/class-cookie-law-info-deactivator.php';
|
116 |
-
Cookie_Law_Info_Deactivator::deactivate();
|
117 |
-
}
|
118 |
-
register_activation_hook( __FILE__, 'activate_cookie_law_info' );
|
119 |
-
register_deactivation_hook( __FILE__, 'deactivate_cookie_law_info' );
|
120 |
|
121 |
-
|
122 |
-
function uninstall_cookie_law_info() {
|
123 |
-
// Bye bye settings:
|
124 |
-
delete_option( CLI_ADMIN_OPTIONS_NAME );
|
125 |
-
delete_option( CLI_MIGRATED_VERSION );
|
126 |
-
delete_option( CLI_SETTINGS_FIELD );
|
127 |
-
|
128 |
-
// Bye bye custom meta:
|
129 |
-
$args = array( 'post_type' => 'cookielawinfo' );
|
130 |
-
$posts = get_posts( $args );
|
131 |
-
if ( ! $posts ) {
|
132 |
-
return;
|
133 |
-
}
|
134 |
-
if ( $posts ) {
|
135 |
-
foreach ( $posts as $post ) {
|
136 |
-
$custom = get_post_custom( $post->ID );
|
137 |
-
// Look for old values. If they exist, move them to new values then delete old values:
|
138 |
-
if ( isset( $custom['cookie_type'][0] ) ) {
|
139 |
-
delete_post_meta( $post->ID, 'cookie_type', $custom['cookie_type'][0] );
|
140 |
-
}
|
141 |
-
if ( isset( $custom['cookie_duration'][0] ) ) {
|
142 |
-
delete_post_meta( $post->ID, 'cookie_duration', $custom['cookie_duration'][0] );
|
143 |
-
}
|
144 |
-
if ( isset( $custom['_cli_cookie_type'][0] ) ) {
|
145 |
-
delete_post_meta( $post->ID, '_cli_cookie_type', $custom['_cli_cookie_type'][0] );
|
146 |
-
}
|
147 |
-
if ( isset( $custom['_cli_cookie_duration'][0] ) ) {
|
148 |
-
delete_post_meta( $post->ID, '_cli_cookie_duration', $custom['_cli_cookie_duration'][0] );
|
149 |
-
}
|
150 |
-
}
|
151 |
-
}
|
152 |
-
}
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
/**
|
157 |
-
* The core plugin class that is used to define internationalization,
|
158 |
-
* admin-specific hooks, and public-facing site hooks.
|
159 |
-
*/
|
160 |
-
require plugin_dir_path( __FILE__ ) . 'includes/class-cookie-law-info.php';
|
161 |
|
162 |
/**
|
163 |
* Disable auto updates.
|
@@ -176,17 +126,31 @@ function cky_disable_auto_update_plugin( $update, $item ) {
|
|
176 |
add_filter( 'auto_update_plugin', 'cky_disable_auto_update_plugin', 10, 2 );
|
177 |
|
178 |
/**
|
179 |
-
*
|
180 |
*
|
181 |
-
*
|
182 |
-
|
183 |
-
|
|
|
|
|
|
|
|
|
|
|
184 |
*
|
185 |
-
* @
|
186 |
*/
|
187 |
-
function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
|
189 |
-
|
190 |
-
|
|
|
|
|
191 |
}
|
192 |
-
run_cookie_law_info();
|
8 |
* registers the activation and deactivation functions, and defines a function
|
9 |
* that starts the plugin.
|
10 |
*
|
11 |
+
* @link https://www.cookieyes.com/
|
12 |
* @since 1.6.6
|
13 |
* @package Cookie_Law_Info
|
14 |
*
|
15 |
* @wordpress-plugin
|
16 |
+
* Plugin Name: CookieYes | GDPR Cookie Consent
|
17 |
+
* Plugin URI: https://www.cookieyes.com/
|
18 |
* Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
|
19 |
+
* Version: 3.0.0
|
20 |
+
* Author: CookieYes
|
21 |
+
* Author URI: https://www.cookieyes.com/
|
22 |
* License: GPLv3
|
23 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
24 |
* Text Domain: cookie-law-info
|
|
|
25 |
*/
|
26 |
|
27 |
/*
|
46 |
die;
|
47 |
}
|
48 |
|
49 |
+
define( 'CLI_VERSION', '3.0.0' );
|
|
|
|
|
|
|
|
|
50 |
define( 'CLI_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
51 |
+
define( 'CLI_PLUGIN_BASEPATH', plugin_dir_path( __FILE__ ) );
|
52 |
+
define( 'CLI_SETTINGS_FIELD', 'CookieLawInfo-0.9' );
|
53 |
+
// Previous version settings (deprecated from 0.9 onwards).
|
|
|
|
|
|
|
|
|
54 |
define( 'CLI_ADMIN_OPTIONS_NAME', 'CookieLawInfo-0.8.3' );
|
55 |
define( 'CLI_PLUGIN_FILENAME', __FILE__ );
|
56 |
define( 'CLI_POST_TYPE', 'cookielawinfo' );
|
57 |
+
define( 'CLI_DEFAULT_LANGUAGE', cky_set_default_language() );
|
58 |
+
define( 'CKY_APP_URL', 'https://app.cookieyes.com' );
|
|
|
59 |
/**
|
60 |
+
* Load and set default language of the site.
|
61 |
+
*
|
62 |
+
* @return string
|
63 |
*/
|
64 |
+
function cky_set_default_language() {
|
65 |
+
$default = get_option( 'WPLANG', 'en_US' );
|
66 |
+
if ( empty( $default ) || strlen( $default ) <= 1 ) {
|
67 |
+
$default = 'en';
|
68 |
+
}
|
69 |
+
return substr( $default, 0, 2 );
|
70 |
+
}
|
71 |
|
72 |
+
/**
|
73 |
+
* Add an upgrade notice whenever an update is available.
|
74 |
+
*
|
75 |
+
* @param array $data Upgrade data.
|
76 |
+
* @param array $response Upgrade response data.
|
77 |
+
* @return void
|
78 |
+
*/
|
79 |
+
function cky_upgrade_notice( $data, $response ) {
|
80 |
if ( isset( $data['upgrade_notice'] ) ) {
|
81 |
+
add_action( 'admin_print_footer_scripts', 'cky_upgrade_notice_js' );
|
82 |
$msg = str_replace( array( '<p>', '</p>' ), array( '<div>', '</div>' ), $data['upgrade_notice'] );
|
83 |
echo '<style type="text/css">
|
84 |
#cookie-law-info-update .update-message p:last-child{ display:none;}
|
85 |
#cookie-law-info-update ul{ list-style:disc; margin-left:30px;}
|
86 |
+
.cky-upgrade-notice{ padding-left:30px;}
|
87 |
</style>
|
88 |
+
<div class="update-message cky-upgrade-notice"><div style="color: #f56e28;">' . esc_html__( 'Please make sure the cache is cleared after each plugin update especially if you have minified JS and/or CSS files.', 'cookie-law-info' ) . '</div>' . wp_kses_post( wpautop( $msg ) ) . '</div>';
|
89 |
}
|
90 |
}
|
91 |
+
|
92 |
+
/**
|
93 |
+
* Javascript for handling upgrade notice.
|
94 |
+
*
|
95 |
+
* @return void
|
96 |
+
*/
|
97 |
+
function cky_upgrade_notice_js() { ?>
|
98 |
<script>
|
99 |
( function( $ ){
|
100 |
var update_dv=$( '#cookie-law-info-update ');
|
101 |
+
update_dv.find('.cky-upgrade-notice').next('p').remove();
|
102 |
update_dv.find('a.update-link:eq(0)').click(function(){
|
103 |
+
$('.cky-upgrade-notice').remove();
|
104 |
});
|
105 |
})( jQuery );
|
106 |
</script>
|
107 |
<?php
|
108 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
|
110 |
+
add_action( 'in_plugin_update_message-cookie-law-info/cookie-law-info.php', 'cky_upgrade_notice', 10, 2 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
|
112 |
/**
|
113 |
* Disable auto updates.
|
126 |
add_filter( 'auto_update_plugin', 'cky_disable_auto_update_plugin', 10, 2 );
|
127 |
|
128 |
/**
|
129 |
+
* Return internal DB version.
|
130 |
*
|
131 |
+
* @return string
|
132 |
+
*/
|
133 |
+
function cky_get_consent_db_version() {
|
134 |
+
return get_option( 'cky_cookie_consent_lite_db_version', '2.0' );
|
135 |
+
}
|
136 |
+
|
137 |
+
/**
|
138 |
+
* Check if plugin is in legacy version.
|
139 |
*
|
140 |
+
* @return boolean
|
141 |
*/
|
142 |
+
function cky_is_legacy() {
|
143 |
+
$current_version = cky_get_consent_db_version();
|
144 |
+
if ( empty( get_option( CLI_SETTINGS_FIELD, array() ) ) || ( ! is_null( $current_version ) && version_compare( $current_version, '2.0', '>' ) === true ) ) {
|
145 |
+
return false;
|
146 |
+
} else {
|
147 |
+
return true;
|
148 |
+
}
|
149 |
+
}
|
150 |
+
|
151 |
|
152 |
+
if ( cky_is_legacy() ) {
|
153 |
+
require_once CLI_PLUGIN_BASEPATH . 'legacy/loader.php';
|
154 |
+
} else {
|
155 |
+
require_once CLI_PLUGIN_BASEPATH . 'lite/loader.php';
|
156 |
}
|
|
languages/cookie-law-info.pot
CHANGED
@@ -1,2242 +1,3341 @@
|
|
1 |
-
|
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"Last-Translator: \n"
|
9 |
-
"Language-Team: \n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"X-
|
16 |
-
"X-
|
17 |
-
|
18 |
-
|
19 |
-
"
|
20 |
-
"
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
msgid "Settings"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: admin/class-cookie-law-info-admin.php:
|
32 |
-
#: admin/class-cookie-law-info-admin.php:
|
33 |
-
#: admin/partials/cookie-law-info-privacy_overview.php:25
|
34 |
msgid "Privacy Overview"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: admin/class-cookie-law-info-admin.php:
|
38 |
-
#: admin/class-cookie-law-info-admin.php:
|
39 |
-
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:
|
40 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:24
|
41 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
42 |
-
#:
|
43 |
-
#:
|
44 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
45 |
-
#:
|
46 |
-
#: public/modules/script-blocker/script-blocker.php:
|
47 |
-
#: public/modules/script-blocker/script-blocker.php:
|
48 |
-
#: public/modules/script-blocker/script-blocker.php:
|
|
|
49 |
msgid "You do not have sufficient permission to perform this operation"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: admin/class-cookie-law-info-admin.php:
|
53 |
-
#: admin/class-cookie-law-info-admin.php:
|
54 |
-
#: admin/modules/cookies/cookies.php:
|
55 |
msgid "Settings Updated."
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: admin/class-cookie-law-info-admin.php:
|
|
|
|
|
59 |
msgid "Support"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: admin/class-cookie-law-info-admin.php:
|
63 |
msgid "Premium Upgrade"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: admin/class-cookie-law-info-admin.php:
|
67 |
-
msgid "
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: admin/class-cookie-law-info-admin.php:472
|
71 |
-
msgid "Close Header"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: admin/class-cookie-law-info-admin.php:
|
75 |
-
msgid "
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: admin/class-cookie-law-info-admin.php:
|
79 |
msgid "Extra Large"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: admin/class-cookie-law-info-admin.php:
|
83 |
msgid "Large"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: admin/class-cookie-law-info-admin.php:
|
87 |
msgid "Medium"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: admin/class-cookie-law-info-admin.php:
|
91 |
msgid "Small"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: admin/class-cookie-law-info-admin.php:
|
95 |
msgid "Default theme font"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: admin/class-cookie-law-info-admin.php:
|
99 |
msgid "Sans Serif"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: admin/class-cookie-law-info-admin.php:
|
103 |
msgid "Serif"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: admin/class-cookie-law-info-admin.php:
|
107 |
msgid "Arial"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: admin/class-cookie-law-info-admin.php:
|
111 |
msgid "Arial Black"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: admin/class-cookie-law-info-admin.php:
|
115 |
msgid "Georgia, serif"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: admin/class-cookie-law-info-admin.php:
|
119 |
msgid "Helvetica"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: admin/class-cookie-law-info-admin.php:
|
123 |
msgid "Lucida"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: admin/class-cookie-law-info-admin.php:
|
127 |
msgid "Tahoma"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: admin/class-cookie-law-info-admin.php:
|
131 |
msgid "Times New Roman"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: admin/class-cookie-law-info-admin.php:
|
135 |
msgid "Trebuchet"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: admin/class-cookie-law-info-admin.php:
|
139 |
msgid "Verdana"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: admin/modules/ccpa/ccpa.php:
|
143 |
msgid "Do you really wish to opt out?"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: admin/modules/ccpa/ccpa.php:
|
147 |
msgid "Confirm"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: admin/modules/ccpa/ccpa.php:
|
151 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
152 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:159
|
|
|
|
|
153 |
msgid "Cancel"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: admin/modules/ccpa/ccpa.php:145
|
157 |
msgid "Select the type of law"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: admin/modules/ccpa/ccpa.php:149
|
161 |
msgid "GDPR"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: admin/modules/ccpa/ccpa.php:150
|
165 |
-
msgid ""
|
166 |
-
"Customize the buttons, notice, themes from the relevant tabs to setup your "
|
167 |
-
"cookie notice accordingly."
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: admin/modules/ccpa/ccpa.php:153
|
171 |
msgid "CCPA"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: admin/modules/ccpa/ccpa.php:154
|
175 |
-
msgid ""
|
176 |
-
"Most of the customizations from the tabs for buttons, notice or themes are "
|
177 |
-
"not relevant especially if you choose to not show the notice, except the Do "
|
178 |
-
"not sell within the buttons."
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: admin/modules/ccpa/ccpa.php:157
|
182 |
msgid "CCPA & GDPR"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: admin/modules/ccpa/
|
|
|
|
|
|
|
|
|
186 |
msgid "CCPA Settings"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: admin/modules/ccpa/views/ccpa_settings.php:
|
190 |
-
msgid ""
|
191 |
-
"The right to opt out in the California Consumer Privacy Act gives consumers "
|
192 |
-
"the ability to direct a business not to sell their personal information to a "
|
193 |
-
"third party. If the user considers to not sell their personal information, "
|
194 |
-
"all the scripts related to the categories which are configured to sell "
|
195 |
-
"personal information will be blocked. The DO NOT SELL option is facilitated "
|
196 |
-
"via a shortcode [wt_cli_ccpa_optout]."
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: admin/modules/ccpa/views/ccpa_settings.php:
|
200 |
msgid "Enable CCPA ?"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin/modules/ccpa/views/ccpa_settings.php:
|
204 |
-
msgid "
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: admin/modules/ccpa/views/ccpa_settings.php:
|
208 |
-
msgid ""
|
209 |
-
"Enabling the notice will display the banner with the relevant text as per "
|
210 |
-
"your configuration. Use this option particularly to record prior consent "
|
211 |
-
"from the website visitors."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:
|
215 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:29
|
216 |
msgid "Unable to handle your request."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:
|
220 |
-
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:
|
221 |
-
#: admin/modules/cli-policy-generator/cli-policy-generator.php:
|
222 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
223 |
msgid "Error"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: admin/modules/cli-policy-generator/classes/class-preview-page.php:27
|
227 |
msgid "Cookie Policy"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: admin/modules/cli-policy-generator/classes/class-preview-page.php:
|
231 |
msgid "Auto reload preview"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: admin/modules/cli-policy-generator/cli-policy-generator.php:
|
235 |
-
#: admin/modules/cli-policy-generator/cli-policy-generator.php:
|
236 |
-
#: admin/modules/cli-policy-generator/views/policy-generator.php:21
|
237 |
msgid "Policy generator"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: admin/modules/cli-policy-generator/cli-policy-generator.php:
|
241 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
242 |
msgid "Success"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: admin/modules/cli-policy-generator/views/policy-generator.php:25
|
246 |
msgid "Sample heading"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: admin/modules/cli-policy-generator/views/policy-generator.php:26
|
250 |
msgid "Sample content"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: admin/modules/cli-policy-generator/views/policy-generator.php:27
|
|
|
254 |
msgid "Delete"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: admin/modules/cli-policy-generator/views/policy-generator.php:
|
258 |
msgid "Add new"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: admin/modules/cli-policy-generator/views/policy-generator.php:
|
262 |
msgid "Heading"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: admin/modules/cli-policy-generator/views/policy-generator.php:
|
266 |
-
#: admin/modules/cookie-scaner/
|
267 |
-
#: admin/modules/cookies/cookies.php:
|
268 |
-
#: admin/modules/cookies/views/necessary-settings.php:
|
269 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:
|
270 |
-
#:
|
271 |
-
#:
|
272 |
-
#:
|
273 |
-
#:
|
274 |
msgid "Description"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: admin/modules/cli-policy-generator/views/policy-generator.php:
|
278 |
-
msgid ""
|
279 |
-
"Enabling this option will help us spread the word by placing a credit to "
|
280 |
-
"WebToffee at the very end of the Cookie Policy page."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: admin/modules/cli-policy-generator/views/policy-generator.php:
|
284 |
msgid "Update existing Cookie Policy page"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: admin/modules/cli-policy-generator/views/policy-generator.php:
|
288 |
msgid "Create Cookie Policy page"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: admin/modules/cli-policy-generator/views/policy-generator.php:
|
292 |
msgid "Live preview"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
296 |
msgid "Scanner API is temporarily down please try again later."
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
300 |
msgid "Scanning initiated successfully"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
304 |
-
msgid ""
|
305 |
-
"It might take a few minutes to a few hours to complete the scanning of your "
|
306 |
-
"website. This depends on the number of pages to scan and the website speed. "
|
307 |
-
"Once the scanning is complete, we will notify you by email."
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
311 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
312 |
msgid "Token mismatch"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
316 |
msgid "Abort successfull"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
320 |
msgid "Abort failed"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
324 |
msgid "Unable to handle your request"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
328 |
msgid "You do not have sufficient permissions to access this page."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
332 |
msgid "cookies added."
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
336 |
msgid "cookies skipped."
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
340 |
msgid "cookies deleted."
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:
|
344 |
msgid "No cookies found"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:60
|
348 |
msgid "Incomplete"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:61
|
352 |
msgid "Completed"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:62
|
356 |
msgid "Stopped"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:63
|
|
|
|
|
360 |
msgid "Failed"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
364 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
365 |
msgid "Cookie Scanner"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
369 |
msgid "Scanned"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
373 |
msgid "Scanning completed."
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
377 |
msgid "Added to cookie list."
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
381 |
msgid "Finding pages..."
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
385 |
msgid "Scanning pages..."
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
389 |
msgid "Stop"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
393 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
394 |
msgid "Scan again"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
398 |
msgid "Download cookies as CSV"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
402 |
-
#: admin/modules/cookie-scaner/views/scan-results.php:
|
403 |
msgid "Add to cookie list"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
407 |
msgid "View scan result"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
411 |
msgid "Import options"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
415 |
msgid "Replace old"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
419 |
msgid "Merge"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
423 |
msgid "Recommended"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
427 |
msgid "Append"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
431 |
msgid "Not recommended"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
435 |
msgid "Start import"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
439 |
msgid "Importing...."
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
443 |
msgid "Refreshing...."
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
447 |
msgid "Error !!! Please reload the page to see cookie list."
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
451 |
msgid "Stopping..."
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
455 |
msgid "Scanning stopped."
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
459 |
msgid "Are you sure?"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
463 |
msgid "Thank you"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
467 |
msgid "Checking API"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
471 |
msgid "Sending..."
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
475 |
msgid "Total URLs scanned"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
479 |
msgid "Total Cookies found"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
483 |
msgid "Could not fetch the URLs, please try again"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
487 |
msgid "Aborting the scan..."
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
491 |
msgid "Could not abort the scan, please try again"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
495 |
msgid "Unknown"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
499 |
-
msgid ""
|
500 |
-
"Scan your website with CookieYes, our scanning solution for high-speed, "
|
501 |
-
"accurate cookie scanning"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
505 |
-
|
506 |
-
msgid ""
|
507 |
-
"Clicking “Connect & scan” will let you connect with a free <a href=\"%s\" "
|
508 |
-
"target=\"_blank\">CookieYes</a> account and initiate scanning of your "
|
509 |
-
"website for cookies. These cookies along with their description will be "
|
510 |
-
"listed under the cookie declaration popup. By continuing, you agree to "
|
511 |
-
"CookieYes's <a href=\"%1$s\" target=\"_blank\">Privacy Policy</a> & <a href="
|
512 |
-
"\"%2$s\" target=\"_blank\">Terms of service</a>."
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
516 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
517 |
msgid "Connect & scan"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
521 |
msgid "You haven't performed a site scan yet."
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
525 |
-
#, php-format
|
526 |
msgid "Last scan: %1$s"
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
530 |
msgid "Scan complete"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
534 |
msgid "Scan failed"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
538 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
539 |
msgid "Last scan:"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
543 |
msgid "Scan aborted"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
547 |
msgid "Scan initiated..."
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
551 |
msgid "Abort scan"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
555 |
msgid "Scan started at"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
559 |
-
#: admin/modules/cookie-scaner/views/scan-results.php:
|
560 |
msgid "Total URLs"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
564 |
msgid "Total estimated time (Approx)"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
568 |
-
msgid ""
|
569 |
-
"Your website is currently being scanned for cookies. This might take from a "
|
570 |
-
"few minutes to a few hours, depending on your website speed and the number "
|
571 |
-
"of pages to be scanned."
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
575 |
msgid "Once the scanning is complete, we will notify you by email."
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
579 |
msgid "Unable to load cookie scanner. Scanning will not work on local servers"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
583 |
-
msgid ""
|
584 |
-
"To scan cookies following tables should be present on your database, please "
|
585 |
-
"check if tables do exist on your database. If not exist please try to "
|
586 |
-
"deactivate and activate the plugin again."
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
590 |
-
msgid "
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
594 |
-
|
595 |
-
msgid "Cookie Name"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
599 |
-
|
600 |
-
#: public/modules/shortcode/shortcode.php:258
|
601 |
-
msgid "Duration"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
605 |
-
|
606 |
-
#: public/modules/script-blocker/views/settings.php:147
|
607 |
-
msgid "Category"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
611 |
-
msgid "Your
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
615 |
-
msgid "
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
619 |
-
msgid "
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
623 |
-
msgid "
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
627 |
-
msgid "
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: admin/modules/cookie-scaner/cookie-scaner.php:
|
631 |
-
|
632 |
-
"
|
633 |
-
"any cookies other than those required for the proper functioning of your "
|
634 |
-
"website. Therefore, you need to identify and keep track of all the cookies "
|
635 |
-
"used on your website."
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: admin/modules/cookie-scaner/
|
639 |
-
msgid "
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: admin/modules/cookie-scaner/
|
643 |
-
msgid ""
|
644 |
-
"Discover the first-party and third-party cookies that are being used on your "
|
645 |
-
"website ( Limited upto 100 pages )."
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: admin/modules/cookie-scaner/
|
649 |
-
msgid ""
|
650 |
-
"Identify what personal data they collect and what are the other purposes "
|
651 |
-
"they serve."
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: admin/modules/cookie-scaner/
|
655 |
-
msgid ""
|
656 |
-
"Determine whether you need to comply with the data protection laws governing "
|
657 |
-
"cookies. Eg:- EU’s GDPR, ePrivacy Directive (EU Cookie Law), California’s "
|
658 |
-
"CCPA, etc."
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: admin/modules/cookie-scaner/
|
662 |
-
|
|
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: admin/modules/cookie-scaner/views/scan-results.php:
|
666 |
-
|
|
|
|
|
|
|
|
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: admin/modules/cookie-scaner/views/scan-results.php:
|
670 |
-
|
|
|
|
|
|
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: admin/modules/cookie-scaner/views/scan-results.php:
|
674 |
-
|
675 |
-
msgid ""
|
676 |
-
"Clicking “Add to cookie list” will import the discovered cookies to the <a "
|
677 |
-
"href=\"%s\" target=\"_blank\">Cookie List</a> and thus display them in the "
|
678 |
-
"cookie declaration section of your consent banner."
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: admin/modules/cookie-scaner/views/settings.php:195
|
|
|
682 |
msgid "Cookie scanner"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: admin/modules/cookies/cookies.php:61
|
686 |
msgid "Term meta cannot be added to terms that are shared between taxonomies."
|
687 |
msgstr ""
|
688 |
|
689 |
-
|
690 |
-
#: admin/modules/cookies/cookies.php:122
|
691 |
-
#: public/modules/script-blocker/script-blocker.php:663
|
692 |
msgid "GDPR Cookie Consent"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: admin/modules/cookies/cookies.php:
|
|
|
|
|
|
|
|
|
696 |
msgid "Cookie List"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: admin/modules/cookies/cookies.php:
|
700 |
-
#: public/modules/shortcode/shortcode.php:
|
|
|
701 |
msgid "Cookie"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: admin/modules/cookies/cookies.php:
|
705 |
msgid "Add New"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: admin/modules/cookies/cookies.php:
|
709 |
msgid "Add New Cookie Type"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: admin/modules/cookies/cookies.php:
|
713 |
msgid "Edit Cookie Type"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: admin/modules/cookies/cookies.php:
|
717 |
msgid "New Cookie Type"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: admin/modules/cookies/cookies.php:
|
721 |
msgid "View Cookie Type"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: admin/modules/cookies/cookies.php:
|
725 |
msgid "Search Cookies"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: admin/modules/cookies/cookies.php:
|
729 |
msgid "Nothing found"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: admin/modules/cookies/cookies.php:
|
733 |
msgid "Nothing found in Trash"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#:
|
|
|
|
|
737 |
msgid "Cookie ID"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: admin/modules/cookies/cookies.php:
|
741 |
msgid "Cookie Type"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: admin/modules/cookies/cookies.php:
|
745 |
msgid "Cookie Duration"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: admin/modules/cookies/cookies.php:
|
749 |
msgid "Cookie Sensitivity"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: admin/modules/cookies/cookies.php:
|
753 |
msgid "Cookie Type: (persistent, session, third party )"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: admin/modules/cookies/cookies.php:
|
757 |
msgid "Cookie Duration:"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: admin/modules/cookies/cookies.php:
|
761 |
msgid "Cookie Sensitivity: ( necessary , non-necessary )"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: admin/modules/cookies/cookies.php:
|
765 |
-
#: public/modules/shortcode/shortcode.php:
|
766 |
msgid "Type"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: admin/modules/cookies/cookies.php:
|
770 |
msgid "Sensitivity"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: admin/modules/cookies/cookies.php:
|
774 |
msgid "ID"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: admin/modules/cookies/cookies.php:
|
778 |
msgid "Cookie Category"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: admin/modules/cookies/cookies.php:
|
782 |
msgid "Add cookie category"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: admin/modules/cookies/cookies.php:
|
786 |
msgid "Edit cookie category"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#:
|
790 |
-
#:
|
|
|
791 |
msgid "Non-necessary"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#:
|
|
|
795 |
msgid "Necessary"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#:
|
|
|
799 |
msgid "Category default state"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#:
|
803 |
-
#: admin/modules/cookies/
|
804 |
-
#: admin/views/
|
805 |
-
#: public/modules/script-blocker/views/settings.php:
|
806 |
-
#: public/views/cookie-law-info_popup_content.php:
|
807 |
msgid "Enabled"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#:
|
811 |
-
#: admin/modules/cookies/
|
812 |
-
#: admin/views/
|
813 |
-
#: public/views/cookie-law-info_popup_content.php:
|
814 |
msgid "Disabled"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#:
|
818 |
-
#: admin/modules/cookies/
|
819 |
-
#: admin/views/
|
820 |
-
msgid ""
|
821 |
-
"If you enable this option, the category toggle button will be in the active "
|
822 |
-
"state for cookie consent."
|
823 |
msgstr ""
|
824 |
|
825 |
-
#:
|
|
|
826 |
msgid "Head scripts"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#:
|
|
|
830 |
msgid "Body scripts"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: admin/modules/cookies/cookies.php:
|
834 |
-
msgid "
|
835 |
-
msgstr ""
|
836 |
-
|
837 |
-
#: admin/modules/cookies/cookies.php:730
|
838 |
-
msgid "Active"
|
839 |
-
msgstr ""
|
840 |
-
|
841 |
-
#: admin/modules/cookies/cookies.php:733
|
842 |
-
msgid ""
|
843 |
-
"Turing off the category will remove it from the settings popup. Any scripts "
|
844 |
-
"added under the category will not be rendered on the browser."
|
845 |
-
msgstr ""
|
846 |
-
|
847 |
-
#: admin/modules/cookies/cookies.php:756
|
848 |
-
msgid ""
|
849 |
-
"WordPress 4.4 or higher is the required version. Please consider upgrading "
|
850 |
-
"the WordPress before migrating the cookie categories."
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: admin/modules/cookies/cookies.php:
|
854 |
-
msgid ""
|
855 |
-
"Clicking “Migrate cookie categories” will auto migrate your existing cookie "
|
856 |
-
"categories (Necessary and Non-necessary) to our new Cookie Category "
|
857 |
-
"taxonomy. This action is required to enable the cookie scanner."
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: admin/modules/cookies/cookies.php:
|
861 |
msgid "What happens after migration?"
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: admin/modules/cookies/cookies.php:
|
865 |
-
msgid ""
|
866 |
-
"You no longer need to manage static cookie categories. After the migration, "
|
867 |
-
"new cookie categories (Necessary, Functional, Analytics, Performance, "
|
868 |
-
"Advertisement, and Others) will be created automatically. Also, you can "
|
869 |
-
"easily add custom cookie categories and edit/delete the existing categories "
|
870 |
-
"including the custom categories."
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: admin/modules/cookies/cookies.php:
|
874 |
-
msgid ""
|
875 |
-
"If you have made any changes to the existing \"Non-necessary\" category we "
|
876 |
-
"will migrate it to the newly created “Cookie Category” section. If not, we "
|
877 |
-
"will delete the \"Non-necessary\" category automatically."
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: admin/modules/cookies/cookies.php:
|
881 |
-
msgid ""
|
882 |
-
"During the migration phase your existing cookie category translations will "
|
883 |
-
"be lost. Hence we request you to add it manually soon after the migration. "
|
884 |
-
"You can access the existing translations by navigating to the string "
|
885 |
-
"translation settings of your translator plugin."
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: admin/modules/cookies/cookies.php:
|
889 |
msgid "Migrate cookie categories"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: admin/modules/cookies/views/necessary-settings.php:20
|
893 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:17
|
894 |
-
#: admin/partials/cookie-law-info-admin_settings.php:25
|
895 |
-
#: admin/views/admin_necessary_cookie.php:20
|
896 |
-
#: admin/views/admin_non_necessary_cookie.php:17
|
897 |
msgid "Settings updated."
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: admin/modules/cookies/views/necessary-settings.php:21
|
901 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:18
|
902 |
-
#: admin/partials/cookie-law-info-admin_settings.php:26
|
903 |
-
#: admin/views/admin_necessary_cookie.php:21
|
904 |
-
#: admin/views/admin_non_necessary_cookie.php:18
|
905 |
msgid "Unable to update Settings."
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: admin/modules/cookies/views/necessary-settings.php:26
|
909 |
-
#: admin/views/admin_necessary_cookie.php:26
|
910 |
msgid "Necessary Cookie Settings"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: admin/modules/cookies/views/necessary-settings.php:
|
914 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:
|
915 |
-
#: admin/
|
916 |
-
#: admin/
|
917 |
-
#: admin/
|
918 |
msgid "Title"
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: admin/modules/cookies/views/necessary-settings.php:
|
922 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:
|
923 |
-
#: admin/views/admin-settings-save-button.php:
|
924 |
-
#: admin/views/admin_necessary_cookie.php:52
|
925 |
-
#: admin/views/admin_non_necessary_cookie.php:87
|
926 |
msgid "Update Settings"
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:23
|
930 |
-
#: admin/views/admin_non_necessary_cookie.php:23
|
931 |
msgid "Non-necessary Cookie Settings"
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:
|
935 |
-
#: admin/views/admin_non_necessary_cookie.php:31
|
936 |
msgid "Enable Non-necessary Cookie"
|
937 |
msgstr ""
|
938 |
|
939 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:
|
940 |
-
#: admin/views/admin-settings-buttons.php:74
|
941 |
-
#: admin/views/admin-settings-buttons.php:
|
942 |
-
#: admin/views/admin-settings-buttons.php:
|
943 |
-
#: admin/views/admin-settings-buttons.php:
|
944 |
-
#: admin/views/admin-settings-buttons.php:
|
945 |
-
#: admin/views/admin-settings-general.php:38
|
946 |
-
#: admin/views/admin-settings-general.php:54
|
947 |
-
#: admin/views/admin-settings-general.php:
|
948 |
-
#: admin/views/admin-settings-general.php:
|
949 |
-
#: admin/views/admin-settings-general.php:
|
950 |
-
#: admin/views/admin-settings-messagebar.php:
|
951 |
-
#: admin/views/admin-settings-messagebar.php:110
|
952 |
-
#: admin/views/admin_non_necessary_cookie.php:32
|
953 |
msgid "Yes"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:
|
957 |
-
#: admin/views/admin-settings-buttons.php:76
|
958 |
-
#: admin/views/admin-settings-buttons.php:
|
959 |
-
#: admin/views/admin-settings-buttons.php:
|
960 |
-
#: admin/views/admin-settings-buttons.php:
|
961 |
-
#: admin/views/admin-settings-buttons.php:
|
962 |
-
#: admin/views/admin-settings-general.php:39
|
963 |
-
#: admin/views/admin-settings-general.php:55
|
964 |
-
#: admin/views/admin-settings-general.php:
|
965 |
-
#: admin/views/admin-settings-general.php:
|
966 |
-
#: admin/views/admin-settings-general.php:
|
967 |
-
#: admin/views/admin-settings-messagebar.php:
|
968 |
-
#:
|
969 |
-
#: admin/views/admin_non_necessary_cookie.php:33
|
970 |
-
#: public/modules/script-blocker/views/settings.php:143
|
971 |
msgid "No"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:
|
975 |
-
#: admin/views/admin_non_necessary_cookie.php:38
|
976 |
msgid "Default state"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:
|
980 |
-
|
981 |
-
msgid ""
|
982 |
-
"This script will be added to the page HEAD section if the above settings is "
|
983 |
-
"enabled and user has give consent."
|
984 |
msgstr ""
|
985 |
|
986 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:
|
987 |
-
|
988 |
-
msgid ""
|
989 |
-
"Print scripts in the head tag on the front end if above cookie settings is "
|
990 |
-
"enabled and user has given consent."
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:
|
994 |
-
|
995 |
-
msgid ""
|
996 |
-
"This script will be added right after the BODY section if the above settings "
|
997 |
-
"is enabled and user has given consent."
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: admin/modules/cookies/views/non-necessary-settings.php:
|
1001 |
-
|
1002 |
-
msgid ""
|
1003 |
-
"Print scripts before the closing body tag on the front end if above cookie "
|
1004 |
-
"settings is enabled and user has given consent."
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:40
|
1008 |
msgid "The plugin didn't work as expected"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:42
|
1012 |
msgid "How can we make our plugin better?"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:46
|
1016 |
msgid "Issues with cookie scanner"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
1020 |
-
msgid ""
|
1021 |
-
"Describe the challenges that you faced while using our Cookie Scanner. "
|
1022 |
-
"Eg:- Scan did not find all cookies."
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
|
|
1026 |
msgid "The plugin is great, but I need specific feature that you don't support"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
1030 |
msgid "Could you tell us more about that feature?"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
1034 |
msgid "A conflict with another plugin or theme"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
1038 |
-
msgid ""
|
1039 |
-
"Specify whether you are having issues with the back-end or front-end "
|
1040 |
-
"functionalities. Enter your site URL to help us fix the plugin/theme "
|
1041 |
-
"conflicts."
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
1045 |
msgid "Translation issues"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:71
|
1049 |
msgid "Incorrect/missing translation"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
1053 |
msgid "Name the language and specify the string with incorrect translation."
|
1054 |
msgstr ""
|
1055 |
|
1056 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
1057 |
-
msgid ""
|
1058 |
-
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
1062 |
msgid "Name the language and the translator plugin that you are using"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
1066 |
msgid "I found a better plugin"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:87
|
1070 |
msgid "Which plugin?"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
1074 |
msgid "Upgrade to pro"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
|
|
1078 |
msgid "It’s a temporary deactivation"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:99
|
1082 |
-
#: admin/views/admin-settings-general.php:10
|
1083 |
-
#: admin/views/admin-settings-general.php:66
|
|
|
1084 |
msgid "Other"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:101
|
1088 |
msgid "Please describe your issue in detail."
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:119
|
1092 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:149
|
1096 |
-
|
1097 |
-
"We do not collect any personal data when you submit this form. It's your "
|
1098 |
-
"feedback that we value."
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:150
|
|
|
1102 |
msgid "Privacy Policy"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:157
|
|
|
1106 |
msgid "Go to support"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:158
|
|
|
1110 |
msgid "Submit & Deactivate"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:160
|
1114 |
msgid "I rather wouldn't say"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
-
#: admin/partials/cookie-law-info-admin_settings.php:27
|
1118 |
msgid "Settings reset to defaults."
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: admin/partials/cookie-law-info-admin_settings.php:28
|
1122 |
msgid "Unable to reset settings."
|
1123 |
msgstr ""
|
1124 |
|
1125 |
-
#: admin/partials/cookie-law-info-admin_settings.php:40
|
1126 |
msgid "Cookie bar is currently active"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
-
#: admin/partials/cookie-law-info-admin_settings.php:48
|
1130 |
msgid "Cookie bar is currently inactive"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: admin/partials/cookie-law-info-admin_settings.php:60
|
1134 |
msgid "Cookie Compliance Made Easy"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#: admin/partials/cookie-law-info-admin_settings.php:
|
1138 |
-
#, php-format
|
1139 |
msgid "Plugin Developed By <a href=\"%s\" target=\"_blank\">WebToffee</a>"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
-
#: admin/partials/cookie-law-info-admin_settings.php:
|
1143 |
-
#: admin/views/admin-settings-general.php:9
|
1144 |
msgid "General"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
-
#: admin/partials/cookie-law-info-admin_settings.php:
|
1148 |
msgid "Customise Cookie Bar"
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#: admin/partials/cookie-law-info-admin_settings.php:
|
1152 |
msgid "Customise Buttons"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: admin/partials/cookie-law-info-admin_settings.php:
|
1156 |
-
#: admin/views/admin-settings-advanced.php:8
|
1157 |
msgid "Advanced"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: admin/partials/cookie-law-info-admin_settings.php:
|
1161 |
msgid "Help Guide"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: admin/partials/cookie-law-info-
|
1165 |
-
msgid "
|
1166 |
msgstr ""
|
1167 |
|
1168 |
-
#: admin/partials/cookie-law-info-privacy_overview.php:
|
1169 |
-
|
1170 |
-
msgid "This will be shown in the settings visible for user on consent screen."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: admin/partials/cookie-law-info-privacy_overview.php:
|
1174 |
msgid "Save Settings"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: admin/views/admin-settings-advanced.php:9
|
1178 |
-
msgid ""
|
1179 |
-
"Sometimes themes apply settings that clash with plugins. If that happens, "
|
1180 |
-
"try adjusting these settings."
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: admin/views/admin-settings-advanced.php:13
|
1184 |
-
msgid "Reset
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: admin/views/admin-settings-advanced.php:15
|
1188 |
msgid "Delete settings and reset"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: admin/views/admin-settings-advanced.php:15
|
1192 |
msgid "Are you sure you want to delete all your settings?"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: admin/views/admin-settings-advanced.php:16
|
1196 |
-
msgid "Warning:
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: admin/views/admin-settings-buttons.php:10
|
1200 |
-
#: admin/views/admin-settings-buttons.php:
|
1201 |
-
msgid "Accept Button"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: admin/views/admin-settings-buttons.php:11
|
1205 |
-
#: admin/views/admin-settings-buttons.php:
|
1206 |
-
msgid "Accept
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: admin/views/admin-settings-buttons.php:12
|
1210 |
-
#: admin/views/admin-settings-buttons.php:94
|
1211 |
msgid "Reject Button"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: admin/views/admin-settings-buttons.php:13
|
1215 |
-
#: admin/views/admin-settings-buttons.php:
|
1216 |
msgid "Settings Button"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: admin/views/admin-settings-buttons.php:14
|
1220 |
-
#: admin/views/admin-settings-buttons.php:
|
1221 |
-
msgid "Read
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: admin/views/admin-settings-buttons.php:15
|
1225 |
-
#: admin/views/admin-settings-buttons.php:
|
1226 |
-
msgid "Do not sell
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: admin/views/admin-settings-buttons.php:22
|
1230 |
-
|
1231 |
-
msgid ""
|
1232 |
-
"This button/link can be customised to either simply close the cookie bar, or "
|
1233 |
-
"follow a link. You can also customise the colours and styles, and show it as "
|
1234 |
-
"a link or a button."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: admin/views/admin-settings-buttons.php:25
|
1238 |
-
#: admin/views/admin-settings-buttons.php:
|
1239 |
-
#: admin/views/admin-settings-buttons.php:
|
1240 |
-
#: admin/views/admin-settings-buttons.php:
|
1241 |
-
#: admin/views/admin-settings-buttons.php:
|
|
|
|
|
1242 |
msgid "Text"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: admin/views/admin-settings-buttons.php:31
|
1246 |
-
#: admin/views/admin-settings-buttons.php:
|
1247 |
-
#: admin/views/admin-settings-buttons.php:
|
1248 |
-
#: admin/views/admin-settings-buttons.php:
|
1249 |
-
#: admin/views/admin-settings-buttons.php:
|
1250 |
-
#: admin/views/admin-settings-buttons.php:
|
1251 |
msgid "Text colour"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: admin/views/admin-settings-buttons.php:39
|
1255 |
-
#: admin/views/admin-settings-buttons.php:
|
1256 |
-
#: admin/views/admin-settings-buttons.php:
|
1257 |
-
#: admin/views/admin-settings-buttons.php:
|
1258 |
-
#: admin/views/admin-settings-buttons.php:
|
1259 |
-
#: admin/views/admin-settings-buttons.php:
|
1260 |
msgid "Show as"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: admin/views/admin-settings-buttons.php:41
|
1264 |
-
#: admin/views/admin-settings-buttons.php:
|
1265 |
-
#: admin/views/admin-settings-buttons.php:
|
1266 |
-
#: admin/views/admin-settings-buttons.php:
|
1267 |
-
#: admin/views/admin-settings-buttons.php:
|
1268 |
msgid "Button"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: admin/views/admin-settings-buttons.php:43
|
1272 |
-
#: admin/views/admin-settings-buttons.php:
|
1273 |
-
#: admin/views/admin-settings-buttons.php:
|
1274 |
-
#: admin/views/admin-settings-buttons.php:
|
1275 |
-
#: admin/views/admin-settings-buttons.php:
|
1276 |
-
#: admin/views/admin-settings-buttons.php:
|
1277 |
msgid "Link"
|
1278 |
msgstr ""
|
1279 |
|
1280 |
-
#: admin/views/admin-settings-buttons.php:47
|
1281 |
-
#: admin/views/admin-settings-buttons.php:
|
1282 |
-
#: admin/views/admin-settings-buttons.php:
|
1283 |
-
#: admin/views/admin-settings-buttons.php:
|
1284 |
-
#: admin/views/admin-settings-buttons.php:
|
1285 |
msgid "Background colour"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
-
#: admin/views/admin-settings-buttons.php:56
|
1289 |
-
#: admin/views/admin-settings-buttons.php:
|
1290 |
-
#: admin/views/admin-settings-buttons.php:
|
1291 |
msgid "Action"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: admin/views/admin-settings-buttons.php:64
|
1295 |
-
#: admin/views/admin-settings-buttons.php:
|
1296 |
-
#: admin/views/admin-settings-buttons.php:
|
1297 |
-
#: admin/views/admin-settings-buttons.php:
|
1298 |
-
#: admin/views/admin-settings-buttons.php:
|
|
|
1299 |
msgid "URL"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: admin/views/admin-settings-buttons.php:67
|
1303 |
-
|
1304 |
-
#: admin/views/admin-settings-buttons.php:395
|
1305 |
-
msgid "Button will only link to URL if Action = Open URL"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: admin/views/admin-settings-buttons.php:72
|
1309 |
-
#: admin/views/admin-settings-buttons.php:
|
1310 |
-
|
1311 |
-
msgid "Open URL in new window?"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
-
#: admin/views/admin-settings-buttons.php:83
|
1315 |
-
#: admin/views/admin-settings-buttons.php:
|
1316 |
-
|
1317 |
-
#: admin/views/admin-settings-buttons.php:311
|
1318 |
-
#: admin/views/admin-settings-buttons.php:408
|
1319 |
-
msgid "Size"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#: admin/views/admin-settings-buttons.php:
|
1323 |
-
msgid ""
|
1324 |
-
|
1325 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: admin/views/admin-settings-buttons.php:
|
1329 |
msgid "Click"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: admin/views/admin-settings-buttons.php:
|
1333 |
msgid "here"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: admin/views/admin-settings-buttons.php:
|
1337 |
msgid " to generate content for Cookie Policy page."
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: admin/views/admin-settings-buttons.php:
|
1341 |
msgid "URL or Page?"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
#: admin/views/admin-settings-buttons.php:
|
1345 |
-
#: admin/views/admin-settings-buttons.php:
|
1346 |
msgid "Page"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: admin/views/admin-settings-buttons.php:
|
1350 |
msgid "Select One"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#: admin/views/admin-settings-buttons.php:
|
1354 |
-
msgid "
|
1355 |
msgstr ""
|
1356 |
|
1357 |
-
#: admin/views/admin-settings-buttons.php:
|
1358 |
-
msgid "
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: admin/views/admin-settings-buttons.php:
|
1362 |
-
msgid "
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: admin/views/admin-settings-buttons.php:
|
1366 |
msgid "CCPA Text"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: admin/views/admin-settings-buttons.php:
|
1370 |
msgid "Checkbox"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: admin/views/admin-settings-buttons.php:
|
1374 |
msgid "The shortcode will be represented as a link whereever used."
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: admin/views/admin-settings-buttons.php:
|
1378 |
-
msgid ""
|
1379 |
-
|
1380 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#: admin/views/admin-settings-general.php:17
|
1384 |
msgid "Enable cookie bar"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: admin/views/admin-settings-general.php:19
|
1388 |
msgid "On"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
-
#: admin/views/admin-settings-general.php:20
|
1392 |
msgid "Off"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: admin/views/admin-settings-general.php:36
|
1396 |
msgid "Auto-hide(Accept) cookie bar after delay?"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
-
#: admin/views/admin-settings-general.php:43
|
1400 |
msgid "Milliseconds until hidden"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
-
#: admin/views/admin-settings-general.php:46
|
1404 |
msgid "Specify milliseconds (not seconds)"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: admin/views/admin-settings-general.php:46
|
1408 |
msgid "seconds"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
-
#: admin/views/admin-settings-general.php:52
|
1412 |
msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: admin/views/admin-settings-general.php:56
|
1416 |
-
msgid ""
|
1417 |
-
"As per latest GDPR policies it is required to take an explicit consent for "
|
1418 |
-
"the cookies. Use this option with discretion especially if you serve EU"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: admin/views/admin-settings-general.php:57
|
1422 |
msgid "This option will not work along with `Popup overlay`."
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: admin/views/admin-settings-general.php:69
|
1426 |
msgid "Reload after \"scroll accept\" event?"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: admin/views/admin-settings-general.php:
|
1430 |
msgid "Reload after Accept button click"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: admin/views/admin-settings-general.php:
|
1434 |
msgid "Reload after Reject button click"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: admin/views/admin-settings-help.php:9
|
1438 |
msgid "Shortcodes"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: admin/views/admin-settings-help.php:10
|
1442 |
-
#: admin/views/admin-settings-help.php:103
|
1443 |
msgid "Help Links"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
-
#: admin/views/admin-settings-help.php:16
|
1447 |
msgid "Cookie bar shortcodes"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: admin/views/admin-settings-help.php:17
|
1451 |
-
msgid ""
|
1452 |
-
"You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
|
1453 |
-
"bar. They add nicely formatted buttons and/or links into the cookie bar, "
|
1454 |
-
"without you having to add any HTML."
|
1455 |
msgstr ""
|
1456 |
|
1457 |
-
#: admin/views/admin-settings-help.php:22
|
1458 |
msgid "This is the \"main button\" you customise above."
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: admin/views/admin-settings-help.php:26
|
1462 |
msgid "This is the cookie reject button shortcode."
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
#: admin/views/admin-settings-help.php:30
|
1466 |
msgid "This is the cookie settings button rendering shortcode."
|
1467 |
msgstr ""
|
1468 |
|
1469 |
-
#: admin/views/admin-settings-help.php:33
|
1470 |
msgid "This is the \"read more\" link you customise above."
|
1471 |
msgstr ""
|
1472 |
|
1473 |
-
#: admin/views/admin-settings-help.php:
|
1474 |
-
msgid "Setup margin for above buttons"
|
1475 |
-
msgstr ""
|
1476 |
-
|
1477 |
-
#: admin/views/admin-settings-help.php:65
|
1478 |
msgid "Other shortcodes"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: admin/views/admin-settings-help.php:66
|
1482 |
-
msgid ""
|
1483 |
-
"These shortcodes can be used in pages and posts on your website. It is not "
|
1484 |
-
"recommended to use these inside the cookie bar itself."
|
1485 |
msgstr ""
|
1486 |
|
1487 |
-
#: admin/views/admin-settings-help.php:72
|
1488 |
-
msgid ""
|
1489 |
-
"This prints out a nice table of cookies, in line with the guidance given by "
|
1490 |
-
"the ICO."
|
1491 |
msgstr ""
|
1492 |
|
1493 |
-
#: admin/views/admin-settings-help.php:72
|
1494 |
-
msgid ""
|
1495 |
-
"You need to enter the cookies your website uses via the Cookie Law Info menu "
|
1496 |
-
"in your WordPress dashboard."
|
1497 |
msgstr ""
|
1498 |
|
1499 |
-
#: admin/views/admin-settings-help.php:80
|
1500 |
msgid "Styles included"
|
1501 |
msgstr ""
|
1502 |
|
1503 |
-
#: admin/views/admin-settings-help.php:82
|
1504 |
msgid "Columns available"
|
1505 |
msgstr ""
|
1506 |
|
1507 |
-
#: admin/views/admin-settings-help.php:82
|
1508 |
msgid "Will print all columns by default."
|
1509 |
msgstr ""
|
1510 |
|
1511 |
-
#: admin/views/admin-settings-help.php:86
|
1512 |
-
msgid ""
|
1513 |
-
"This shortcode will display a normal HTML link which when clicked, will "
|
1514 |
-
"delete the cookie set by Cookie Law Info (this cookie is used to remember "
|
1515 |
-
"that the cookie bar is closed)."
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: admin/views/admin-settings-help.php:90
|
1519 |
-
msgid ""
|
1520 |
-
"Add any text you like- useful if you want e.g. another language to English."
|
1521 |
msgstr ""
|
1522 |
|
1523 |
-
#: admin/views/admin-settings-help.php:94
|
1524 |
msgid "Add content after accepting the cookie notice."
|
1525 |
msgstr ""
|
1526 |
|
1527 |
-
#: admin/views/admin-settings-help.php:107
|
1528 |
-
#: admin/views/admin-settings-help.php:110
|
1529 |
msgid "Documentation"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
-
#: admin/views/admin-settings-help.php:108
|
1533 |
msgid "Refer to our documentation to set and get started"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: admin/views/admin-settings-help.php:115
|
1537 |
msgid "Help and Support"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: admin/views/admin-settings-help.php:116
|
1541 |
msgid "We would love to help you on any queries or issues."
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: admin/views/admin-settings-help.php:118
|
1545 |
msgid "Contact Us"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: admin/views/admin-settings-messagebar.php:9
|
1549 |
msgid "Cookie bar"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: admin/views/admin-settings-messagebar.php:10
|
1553 |
-
#: admin/views/admin-settings-messagebar.php:145
|
1554 |
msgid "Revisit consent"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
-
#: admin/views/admin-settings-messagebar.php:
|
1558 |
-
msgid "Cookie Bar"
|
1559 |
-
msgstr ""
|
1560 |
-
|
1561 |
-
#: admin/views/admin-settings-messagebar.php:18
|
1562 |
msgid "Message Heading"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: admin/views/admin-settings-messagebar.php:
|
1566 |
-
msgid "Leave it blank
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: admin/views/admin-settings-messagebar.php:
|
|
|
1570 |
msgid "Message"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: admin/views/admin-settings-messagebar.php:
|
1574 |
-
msgid "
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: admin/views/admin-settings-messagebar.php:
|
1578 |
-
msgid ""
|
1579 |
-
"Examples: \"We use cookies on this website [cookie_accept] to find out how "
|
1580 |
-
"to delete cookies [cookie_link].\""
|
1581 |
msgstr ""
|
1582 |
|
1583 |
-
#: admin/views/admin-settings-messagebar.php:
|
1584 |
msgid "Cookie Bar Colour"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
-
#: admin/views/admin-settings-messagebar.php:
|
1588 |
msgid "Text Colour"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: admin/views/admin-settings-messagebar.php:
|
1592 |
msgid "Font"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
-
#: admin/views/admin-settings-messagebar.php:
|
1596 |
msgid "Show cookie bar as"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
#: admin/views/admin-settings-messagebar.php:
|
1600 |
msgid "Banner"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
-
#: admin/views/admin-settings-messagebar.php:
|
1604 |
msgid "Popup"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
-
#: admin/views/admin-settings-messagebar.php:
|
1608 |
msgid "Widget"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
-
#: admin/views/admin-settings-messagebar.php:
|
|
|
1612 |
msgid "Position"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
#: admin/views/admin-settings-messagebar.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1616 |
msgid "Add overlay?"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
-
#: admin/views/admin-settings-messagebar.php:
|
1620 |
-
msgid ""
|
1621 |
-
"When the popup is active, an overlay will block the user from browsing the "
|
1622 |
-
"site."
|
1623 |
msgstr ""
|
1624 |
|
1625 |
-
#: admin/views/admin-settings-messagebar.php:
|
1626 |
msgid "`Accept on scroll` will not work along with this option."
|
1627 |
msgstr ""
|
1628 |
|
1629 |
-
#: admin/views/admin-settings-messagebar.php:
|
1630 |
msgid "Position:"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
-
#: admin/views/admin-settings-messagebar.php:
|
1634 |
msgid "Header"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: admin/views/admin-settings-messagebar.php:
|
1638 |
msgid "Footer"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: admin/views/admin-settings-messagebar.php:
|
1642 |
-
msgid "Fix
|
1643 |
msgstr ""
|
1644 |
|
1645 |
-
#: admin/views/admin-settings-messagebar.php:112
|
1646 |
-
msgid ""
|
1647 |
-
"If you select \"Header\" then you can optionally stick the cookie bar to the "
|
1648 |
-
"header. Will not have any effect if you select \"Footer\"."
|
1649 |
msgstr ""
|
1650 |
|
1651 |
-
#: admin/views/admin-settings-messagebar.php:
|
1652 |
msgid "On load"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
-
#: admin/views/admin-settings-messagebar.php:
|
1656 |
-
#: admin/views/admin-settings-messagebar.php:
|
1657 |
msgid "Animate"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#: admin/views/admin-settings-messagebar.php:
|
1661 |
-
#: admin/views/admin-settings-messagebar.php:
|
1662 |
msgid "Sticky"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: admin/views/admin-settings-messagebar.php:
|
1666 |
msgid "On hide"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: admin/views/admin-settings-messagebar.php:
|
1670 |
-
msgid "
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: admin/views/admin-settings-messagebar.php:
|
1674 |
-
msgid "Show again tab"
|
1675 |
-
msgstr ""
|
1676 |
-
|
1677 |
-
#: admin/views/admin-settings-messagebar.php:147
|
1678 |
-
msgid ""
|
1679 |
-
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1680 |
-
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1681 |
-
"privacy widget is automatically displayed at the footer of your website if "
|
1682 |
-
"the widget option is enabled. You can also manually insert a link to manage "
|
1683 |
-
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1684 |
-
"website."
|
1685 |
-
msgstr ""
|
1686 |
-
|
1687 |
-
#: admin/views/admin-settings-messagebar.php:152
|
1688 |
msgid "Enable revisit consent widget"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: admin/views/admin-settings-messagebar.php:
|
1692 |
-
msgid ""
|
1693 |
-
"By enabling this option a small privacy widget is automatically displayed at "
|
1694 |
-
"the footer of your website."
|
1695 |
-
msgstr ""
|
1696 |
-
|
1697 |
-
#: admin/views/admin-settings-messagebar.php:163
|
1698 |
-
#: admin/views/admin-settings-messagebar.php:180
|
1699 |
-
msgid "Tab Position"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#: admin/views/admin-settings-messagebar.php:
|
1703 |
-
|
1704 |
-
msgid "Right"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: admin/views/admin-settings-messagebar.php:
|
1708 |
-
|
1709 |
-
msgid "Left"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: admin/views/admin-settings-messagebar.php:187
|
1713 |
msgid "Bottom Right"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: admin/views/admin-settings-messagebar.php:190
|
1717 |
msgid "Bottom Left"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#: admin/views/admin-settings-messagebar.php:193
|
1721 |
msgid "Top Right"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: admin/views/admin-settings-messagebar.php:196
|
1725 |
msgid "Top Left"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: admin/views/admin-settings-messagebar.php:203
|
1729 |
msgid "From Right Margin"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
-
#: admin/views/admin-settings-messagebar.php:203
|
1733 |
msgid "From Left Margin"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
-
#: admin/views/admin-settings-messagebar.php:206
|
1737 |
-
msgid "Specify"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
-
#: admin/views/
|
1741 |
-
msgid "
|
1742 |
msgstr ""
|
1743 |
|
1744 |
-
#: admin/views/
|
1745 |
-
msgid "
|
1746 |
msgstr ""
|
1747 |
|
1748 |
-
#: admin/views/
|
1749 |
-
msgid "
|
1750 |
msgstr ""
|
1751 |
|
1752 |
-
#: admin/views/
|
1753 |
-
|
1754 |
-
|
1755 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
#: admin/views/
|
1759 |
-
msgid "
|
1760 |
msgstr ""
|
1761 |
|
1762 |
-
#: admin/views/
|
1763 |
-
msgid "
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: admin/views/
|
1767 |
-
msgid "
|
1768 |
msgstr ""
|
1769 |
|
1770 |
-
#: admin/views/
|
1771 |
msgid ""
|
1772 |
-
"
|
1773 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1774 |
msgstr ""
|
1775 |
|
1776 |
-
#: admin/views/goto-pro.php:
|
1777 |
msgid "30 Day Money Back Guarantee"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: admin/views/goto-pro.php:
|
1781 |
-
msgid "Fast and
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: admin/views/goto-pro.php:
|
1785 |
-
msgid "
|
1786 |
msgstr ""
|
1787 |
|
1788 |
-
#: admin/views/goto-pro.php:
|
1789 |
-
msgid "
|
1790 |
msgstr ""
|
1791 |
|
1792 |
-
#: admin/views/goto-pro.php:
|
1793 |
-
msgid "
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#: admin/views/goto-pro.php:
|
1797 |
-
msgid ""
|
1798 |
-
"Auto block scripts - Google Analytics, Facebook Pixel, Google Tag Manager, "
|
1799 |
-
"Hotjar Analytics, Google Publisher Tag, Youtube embed, Vimeo embed, Google "
|
1800 |
-
"maps, Addthis widget, Sharethis widget, Twitter widget, Soundcloud embed, "
|
1801 |
-
"Slideshare embed, Linkedin widget, Instagram embed, Pinterest widget"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
-
#: admin/views/goto-pro.php:
|
1805 |
-
msgid "
|
1806 |
msgstr ""
|
1807 |
|
1808 |
-
#: admin/views/goto-pro.php:
|
1809 |
-
msgid "
|
1810 |
msgstr ""
|
1811 |
|
1812 |
-
#: admin/views/goto-pro.php:
|
1813 |
-
msgid "
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: admin/views/goto-pro.php:
|
1817 |
-
msgid "
|
1818 |
msgstr ""
|
1819 |
|
1820 |
-
#: admin/views/goto-pro.php:
|
1821 |
-
msgid "
|
1822 |
msgstr ""
|
1823 |
|
1824 |
-
#: admin/views/goto-pro.php:
|
1825 |
-
msgid "
|
1826 |
msgstr ""
|
1827 |
|
1828 |
-
#: admin/views/goto-pro.php:
|
1829 |
-
msgid "
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#: admin/views/goto-pro.php:
|
1833 |
-
msgid "
|
1834 |
msgstr ""
|
1835 |
|
1836 |
-
#: admin/views/goto-pro.php:
|
1837 |
-
msgid "
|
1838 |
msgstr ""
|
1839 |
|
1840 |
-
#: admin/views/goto-pro.php:
|
1841 |
-
msgid "
|
1842 |
msgstr ""
|
1843 |
|
1844 |
-
#: admin/views/goto-pro.php:
|
1845 |
-
msgid "
|
1846 |
msgstr ""
|
1847 |
|
1848 |
-
#: admin/views/goto-pro.php:
|
1849 |
-
msgid "
|
1850 |
msgstr ""
|
1851 |
|
1852 |
-
#: admin/views/goto-pro.php:
|
1853 |
-
msgid "
|
1854 |
msgstr ""
|
1855 |
|
1856 |
-
#:
|
1857 |
-
msgid ""
|
1858 |
-
|
1859 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1863 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1864 |
msgid "Invalid request"
|
1865 |
msgstr ""
|
1866 |
|
1867 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1868 |
msgid "Connected to CookieYes"
|
1869 |
msgstr ""
|
1870 |
|
1871 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
|
|
1872 |
msgid "Disconnect"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1876 |
msgid "Disconnected from CookieYes"
|
1877 |
msgstr ""
|
1878 |
|
1879 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1880 |
msgid "Successfully deleted!"
|
1881 |
msgstr ""
|
1882 |
|
1883 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1884 |
msgid "Delete failed, please try again later"
|
1885 |
msgstr ""
|
1886 |
|
1887 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1888 |
msgid "Reset Password"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1892 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1893 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
|
|
1894 |
msgid "Email"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1898 |
msgid "Send password reset email"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1902 |
msgid "Welcome to CookieYes"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1906 |
-
msgid ""
|
1907 |
-
"Enter your email to create an account with CookieYes. By clicking “Connect”, "
|
1908 |
-
"your CookieYes account will be created automatically and you can start "
|
1909 |
-
"scanning your website for cookies right away!"
|
1910 |
msgstr ""
|
1911 |
|
1912 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1913 |
msgid "Connect"
|
1914 |
msgstr ""
|
1915 |
|
1916 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1917 |
msgid "Could not establish connection with scanner! please try again later"
|
1918 |
msgstr ""
|
1919 |
|
1920 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1921 |
msgid "Invalid credentials"
|
1922 |
msgstr ""
|
1923 |
|
1924 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1925 |
msgid "You already have an account with CookieYes."
|
1926 |
msgstr ""
|
1927 |
|
1928 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1929 |
msgid "License is not activated, please activate your license and try again"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1933 |
msgid "Disconnected with cookieyes, please connect and scan again"
|
1934 |
msgstr ""
|
1935 |
|
1936 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1937 |
msgid "Your monthly scan limit is reached please try again later"
|
1938 |
msgstr ""
|
1939 |
|
1940 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1941 |
msgid "A scanning is already in progress please try again after some time"
|
1942 |
msgstr ""
|
1943 |
|
1944 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1945 |
msgid "Successfully connected with CookieYes"
|
1946 |
msgstr ""
|
1947 |
|
1948 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1949 |
-
msgid ""
|
1950 |
-
"A password reset message has been sent to your email address. Click the link "
|
1951 |
-
"in the email to reset your password"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1955 |
-
msgid ""
|
1956 |
-
"A email verfication link has been sent to your email address. Click the link "
|
1957 |
-
"in the email to verify your account"
|
1958 |
msgstr ""
|
1959 |
|
1960 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1961 |
msgid "Email has already verified"
|
1962 |
msgstr ""
|
1963 |
|
1964 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1965 |
msgid "Invalid json token"
|
1966 |
msgstr ""
|
1967 |
|
1968 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1969 |
msgid "Invalid token format"
|
1970 |
msgstr ""
|
1971 |
|
1972 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1973 |
msgid "Successfully disconnected with Cookieyes"
|
1974 |
msgstr ""
|
1975 |
|
1976 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1977 |
msgid "Could not identify the action"
|
1978 |
msgstr ""
|
1979 |
|
1980 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1981 |
msgid "Successfully connected with Cookieyes"
|
1982 |
msgstr ""
|
1983 |
|
1984 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1985 |
-
msgid "Delete site data from CookieYes
|
1986 |
msgstr ""
|
1987 |
|
1988 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1989 |
msgid "Do you really want to delete your website from CookieYes"
|
1990 |
msgstr ""
|
1991 |
|
1992 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
1993 |
-
msgid ""
|
1994 |
-
"This action will clear all your website data from CookieYes. If you have "
|
1995 |
-
"multiple websites added to your CookieYes account, then only the data "
|
1996 |
-
"associated with this website get deleted. Otherwise, your entire account "
|
1997 |
-
"will be deleted."
|
1998 |
msgstr ""
|
1999 |
|
2000 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
2001 |
msgid "Delete this website"
|
2002 |
msgstr ""
|
2003 |
|
2004 |
#. translators: %s: user email.
|
2005 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
2006 |
-
|
2007 |
-
msgid ""
|
2008 |
-
"We've sent an account verification link to the email address %s. Please "
|
2009 |
-
"click on the link given in email to verify your account with CookieYes."
|
2010 |
msgstr ""
|
2011 |
|
2012 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
2013 |
-
msgid ""
|
2014 |
-
"If you didn't receive the email, click <a id='wt-cli-ckyes-email-resend-"
|
2015 |
-
"link' role='button'>here</a> to resend the verification email."
|
2016 |
msgstr ""
|
2017 |
|
2018 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
2019 |
msgid "Verification link sent"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
2023 |
msgid "Pending email verification!"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
2027 |
-
|
2028 |
-
msgid ""
|
2029 |
-
"Looks like you already have an account with CookieYes for email id %s, "
|
2030 |
-
"please login to continue."
|
2031 |
msgstr ""
|
2032 |
|
2033 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
2034 |
msgid "Password"
|
2035 |
msgstr ""
|
2036 |
|
2037 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
2038 |
-
msgid ""
|
2039 |
-
"Please check if you have received an email with your password from CookieYes."
|
2040 |
msgstr ""
|
2041 |
|
2042 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
2043 |
-
msgid ""
|
2044 |
-
"If you did not get the email, click “Reset password” to create a new "
|
2045 |
-
"password."
|
2046 |
msgstr ""
|
2047 |
|
2048 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
2049 |
msgid "Reset password"
|
2050 |
msgstr ""
|
2051 |
|
2052 |
-
#: includes/class-cookie-law-info-cookieyes.php:
|
2053 |
msgid "Login"
|
2054 |
msgstr ""
|
2055 |
|
2056 |
-
#: includes/class-cookie-law-info-
|
2057 |
-
|
2058 |
-
msgid ""
|
2059 |
-
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
2060 |
-
"would really appreciate if you could take a moment to drop a quick review "
|
2061 |
-
"that will inspire us to keep going."
|
2062 |
msgstr ""
|
2063 |
|
2064 |
-
#: includes/class-cookie-law-info-
|
2065 |
msgid "Remind me later"
|
2066 |
msgstr ""
|
2067 |
|
2068 |
-
#: includes/class-cookie-law-info-
|
2069 |
msgid "Not interested"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
-
#: includes/class-cookie-law-info-
|
2073 |
msgid "Review now"
|
2074 |
msgstr ""
|
2075 |
|
2076 |
-
#: public/modules/script-blocker/script-blocker.php:
|
2077 |
-
#: public/modules/script-blocker/script-blocker.php:
|
2078 |
msgid "Script Blocker"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
-
#: public/modules/script-blocker/script-blocker.php:
|
2082 |
msgid "Status updated"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
-
#: public/modules/script-blocker/script-blocker.php:
|
2086 |
msgid "Advanced script rendering"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
-
#: public/modules/script-blocker/script-blocker.php:
|
2090 |
-
#: public/modules/script-blocker/views/settings.php:7
|
2091 |
msgid "Enable"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: public/modules/script-blocker/script-blocker.php:
|
2095 |
-
#: public/modules/script-blocker/views/settings.php:7
|
2096 |
msgid "Disable"
|
2097 |
msgstr ""
|
2098 |
|
2099 |
-
#: public/modules/script-blocker/script-blocker.php:
|
2100 |
-
msgid ""
|
2101 |
-
"Advanced script rendering will render the blocked scripts using javascript "
|
2102 |
-
"thus eliminating the need for a page refresh. It is also optimized for "
|
2103 |
-
"caching since there is no server-side processing after obtaining the consent."
|
2104 |
-
msgstr ""
|
2105 |
-
|
2106 |
-
#: public/modules/script-blocker/script-blocker.php:663
|
2107 |
-
msgid ""
|
2108 |
-
"The script blocker within the plugin will block the pre-defined plugins such "
|
2109 |
-
"as Instagram, Facebook, Twitter etc. Hence activating our plugin may affect "
|
2110 |
-
"its web layout. Therefore you may want to review the website w.r.t the "
|
2111 |
-
"blocked plugins. <a href=\"edit.php?post_type="
|
2112 |
msgstr ""
|
2113 |
|
2114 |
-
#: public/modules/script-blocker/script-blocker.php:
|
2115 |
msgid "Invalid script id"
|
2116 |
msgstr ""
|
2117 |
|
2118 |
-
#: public/modules/script-blocker/views/settings.php:9
|
2119 |
msgid "Script blocker is enabled."
|
2120 |
msgstr ""
|
2121 |
|
2122 |
-
#: public/modules/script-blocker/views/settings.php:9
|
2123 |
-
msgid ""
|
2124 |
-
"Script blocker is currently disabled. Enable the blocker if you want any of "
|
2125 |
-
"the below listed plugins to be auto blocked."
|
2126 |
msgstr ""
|
2127 |
|
2128 |
-
#: public/modules/script-blocker/views/settings.php:10
|
2129 |
-
|
2130 |
-
msgid "<a href=\"javascript: submitform()\">%s</a>"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: public/modules/script-blocker/views/settings.php:14
|
2134 |
-
|
2135 |
-
msgid ""
|
2136 |
-
"Advanced script rendering is currently disabled. It should be enabled for "
|
2137 |
-
"the automatic script blocker to function. <a href=\"%s\">Enable.</a>"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
-
#: public/modules/script-blocker/views/settings.php:
|
2141 |
msgid "Manage Script Blocking"
|
2142 |
msgstr ""
|
2143 |
|
2144 |
-
#: public/modules/script-blocker/views/settings.php:
|
2145 |
-
|
2146 |
-
msgid ""
|
2147 |
-
"Below is the list of plugins currently supported for auto blocking. Plugins "
|
2148 |
-
"marked inactive are either not installed or activated on your website. "
|
2149 |
-
"Enabled plugins will be blocked by default on the front-end of your website "
|
2150 |
-
"prior to obtaining user consent and rendered respectively based on consent. "
|
2151 |
-
"<a href=\"%s\" target=\"_blank\">Read more.</a>"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: public/modules/script-blocker/views/settings.php:
|
|
|
2155 |
msgid "Name"
|
2156 |
msgstr ""
|
2157 |
|
2158 |
-
#: public/modules/script-blocker/views/settings.php:
|
2159 |
-
msgid ""
|
2160 |
-
"Enabled: Plugins will be blocked by default prior to obtaining user consent."
|
2161 |
msgstr ""
|
2162 |
|
2163 |
-
#: public/modules/script-blocker/views/settings.php:
|
2164 |
msgid "Disabled: Plugins will be rendered prior to obtaining consent."
|
2165 |
msgstr ""
|
2166 |
|
2167 |
-
#: public/modules/script-blocker/views/settings.php:
|
2168 |
msgid "Inactive"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
-
#: public/modules/shortcode/shortcode.php:
|
2172 |
msgid "Your current state:"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
-
#: public/modules/shortcode/shortcode.php:
|
2176 |
msgid "Consent accepted."
|
2177 |
msgstr ""
|
2178 |
|
2179 |
-
#: public/modules/shortcode/shortcode.php:
|
2180 |
msgid "Consent rejected."
|
2181 |
msgstr ""
|
2182 |
|
2183 |
-
#: public/modules/shortcode/shortcode.php:
|
2184 |
msgid "No consent given."
|
2185 |
msgstr ""
|
2186 |
|
2187 |
-
#: public/modules/shortcode/shortcode.php:
|
2188 |
msgid "Manage your consent."
|
2189 |
msgstr ""
|
2190 |
|
2191 |
-
#: public/modules/shortcode/shortcode.php:
|
2192 |
msgid "Delete Cookies"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
-
#: public/modules/shortcode/shortcode.php:
|
2196 |
msgid "Close the cookie bar"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
-
#: public/modules/shortcode/shortcode.php:
|
2200 |
msgid "Close and Accept"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
-
#: public/views/cookie-law-info_bar.php:
|
2204 |
msgid "Close"
|
2205 |
msgstr ""
|
2206 |
|
2207 |
-
#: public/views/cookie-law-info_bar.php:
|
2208 |
msgid "SAVE & ACCEPT"
|
2209 |
msgstr ""
|
2210 |
|
2211 |
-
#: public/views/cookie-law-info_bar.php:
|
2212 |
msgid "Powered by"
|
2213 |
msgstr ""
|
2214 |
|
2215 |
-
#: public/views/cookie-law-info_popup_content.php:
|
2216 |
msgid "Always Enabled"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: public/views/cookie-law-info_popup_content.php:
|
2220 |
msgid "Show more"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
-
#: public/views/cookie-law-info_popup_content.php:
|
2224 |
msgid "Show less"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
-
|
2228 |
-
|
|
|
|
|
2229 |
msgstr ""
|
2230 |
|
2231 |
-
|
2232 |
-
|
2233 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2234 |
msgstr ""
|
2235 |
|
2236 |
-
|
2237 |
-
|
|
|
2238 |
msgstr ""
|
2239 |
|
2240 |
-
|
2241 |
-
|
|
|
2242 |
msgstr ""
|
1 |
+
# Copyright (C) 2022 CookieYes
|
2 |
+
# This file is distributed under the GPLv3.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: CookieYes | GDPR Cookie Consent 3.0.0\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cookie-law-info\n"
|
7 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-09-23T14:49:48+00:00\n"
|
13 |
+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
+
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
+
"X-Domain: cookie-law-info\n"
|
16 |
+
|
17 |
+
#. Plugin Name of the plugin
|
18 |
+
msgid "CookieYes | GDPR Cookie Consent"
|
19 |
+
msgstr ""
|
20 |
+
|
21 |
+
#. Plugin URI of the plugin
|
22 |
+
#. Author URI of the plugin
|
23 |
+
msgid "https://www.cookieyes.com/"
|
24 |
+
msgstr ""
|
25 |
+
|
26 |
+
#. Description of the plugin
|
27 |
+
msgid "A simple way to show your website complies with the EU Cookie Law / GDPR."
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#. Author of the plugin
|
31 |
+
#: lite/admin/class-admin.php:349
|
32 |
+
#: lite/admin/class-admin.php:350
|
33 |
+
msgid "CookieYes"
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: cookie-law-info.php:88
|
37 |
+
msgid "Please make sure the cache is cleared after each plugin update especially if you have minified JS and/or CSS files."
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: legacy/admin/class-cookie-law-info-admin.php:181
|
41 |
+
#: legacy/admin/class-cookie-law-info-admin.php:182
|
42 |
+
#: legacy/admin/class-cookie-law-info-admin.php:257
|
43 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:31
|
44 |
+
#: lite/admin/class-admin.php:585
|
45 |
msgid "Settings"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: legacy/admin/class-cookie-law-info-admin.php:189
|
49 |
+
#: legacy/admin/class-cookie-law-info-admin.php:190
|
50 |
+
#: legacy/admin/partials/cookie-law-info-privacy_overview.php:25
|
51 |
msgid "Privacy Overview"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: legacy/admin/class-cookie-law-info-admin.php:232
|
55 |
+
#: legacy/admin/class-cookie-law-info-admin.php:269
|
56 |
+
#: legacy/admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:19
|
57 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:24
|
58 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:289
|
59 |
+
#: legacy/admin/modules/cookies/cookies.php:730
|
60 |
+
#: legacy/admin/modules/cookies/cookies.php:743
|
61 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:126
|
62 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:917
|
63 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:180
|
64 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:221
|
65 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:354
|
66 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:669
|
67 |
msgid "You do not have sufficient permission to perform this operation"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: legacy/admin/class-cookie-law-info-admin.php:251
|
71 |
+
#: legacy/admin/class-cookie-law-info-admin.php:291
|
72 |
+
#: legacy/admin/modules/cookies/cookies.php:779
|
73 |
msgid "Settings Updated."
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: legacy/admin/class-cookie-law-info-admin.php:258
|
77 |
+
#: lite/admin/class-admin.php:584
|
78 |
+
#: lite/admin/dist/js/app.js:1279
|
79 |
msgid "Support"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: legacy/admin/class-cookie-law-info-admin.php:259
|
83 |
msgid "Premium Upgrade"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: legacy/admin/class-cookie-law-info-admin.php:367
|
87 |
+
msgid "Close consent bar"
|
|
|
|
|
|
|
|
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: legacy/admin/class-cookie-law-info-admin.php:371
|
91 |
+
msgid "Redirect to URL on click"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: legacy/admin/class-cookie-law-info-admin.php:385
|
95 |
msgid "Extra Large"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: legacy/admin/class-cookie-law-info-admin.php:389
|
99 |
msgid "Large"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: legacy/admin/class-cookie-law-info-admin.php:393
|
103 |
msgid "Medium"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: legacy/admin/class-cookie-law-info-admin.php:397
|
107 |
msgid "Small"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: legacy/admin/class-cookie-law-info-admin.php:411
|
111 |
msgid "Default theme font"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: legacy/admin/class-cookie-law-info-admin.php:415
|
115 |
msgid "Sans Serif"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: legacy/admin/class-cookie-law-info-admin.php:419
|
119 |
msgid "Serif"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: legacy/admin/class-cookie-law-info-admin.php:423
|
123 |
msgid "Arial"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: legacy/admin/class-cookie-law-info-admin.php:427
|
127 |
msgid "Arial Black"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: legacy/admin/class-cookie-law-info-admin.php:431
|
131 |
msgid "Georgia, serif"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: legacy/admin/class-cookie-law-info-admin.php:435
|
135 |
msgid "Helvetica"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: legacy/admin/class-cookie-law-info-admin.php:439
|
139 |
msgid "Lucida"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: legacy/admin/class-cookie-law-info-admin.php:443
|
143 |
msgid "Tahoma"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: legacy/admin/class-cookie-law-info-admin.php:447
|
147 |
msgid "Times New Roman"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: legacy/admin/class-cookie-law-info-admin.php:451
|
151 |
msgid "Trebuchet"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: legacy/admin/class-cookie-law-info-admin.php:455
|
155 |
msgid "Verdana"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: legacy/admin/modules/ccpa/ccpa.php:103
|
159 |
msgid "Do you really wish to opt out?"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: legacy/admin/modules/ccpa/ccpa.php:104
|
163 |
msgid "Confirm"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: legacy/admin/modules/ccpa/ccpa.php:105
|
167 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:324
|
168 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:159
|
169 |
+
#: lite/admin/dist/js/3.js:179
|
170 |
+
#: lite/admin/dist/js/6.js:47
|
171 |
msgid "Cancel"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: legacy/admin/modules/ccpa/ccpa.php:145
|
175 |
msgid "Select the type of law"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: legacy/admin/modules/ccpa/ccpa.php:149
|
179 |
msgid "GDPR"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: legacy/admin/modules/ccpa/ccpa.php:150
|
183 |
+
msgid "GDPR compliance is essential for your website if it has a target audience from the European union."
|
|
|
|
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: legacy/admin/modules/ccpa/ccpa.php:153
|
187 |
msgid "CCPA"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: legacy/admin/modules/ccpa/ccpa.php:154
|
191 |
+
msgid "CCPA compliance is essential for your website if it has a target audience from California."
|
|
|
|
|
|
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: legacy/admin/modules/ccpa/ccpa.php:157
|
195 |
msgid "CCPA & GDPR"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: legacy/admin/modules/ccpa/ccpa.php:158
|
199 |
+
msgid "Comply with both the laws on the same website if your target audience are from European union and California."
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: legacy/admin/modules/ccpa/views/ccpa_settings.php:6
|
203 |
msgid "CCPA Settings"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: legacy/admin/modules/ccpa/views/ccpa_settings.php:6
|
207 |
+
msgid "The right to opt out in the California Consumer Privacy Act gives consumers the ability to direct a business not to sell their personal information to a third party. If the user considers to not sell their personal information, all the scripts related to the categories which are configured to sell personal information will be blocked. The DO NOT SELL option is facilitated via a shortcode [wt_cli_ccpa_optout]."
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: legacy/admin/modules/ccpa/views/ccpa_settings.php:9
|
211 |
msgid "Enable CCPA ?"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: legacy/admin/modules/ccpa/views/ccpa_settings.php:17
|
215 |
+
msgid "Show CCPA notice"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: legacy/admin/modules/ccpa/views/ccpa_settings.php:17
|
219 |
+
msgid "Displays CCPA notice on the consent bar of your site and records prior consent from the user."
|
|
|
|
|
|
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: legacy/admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:23
|
223 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:29
|
224 |
msgid "Unable to handle your request."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: legacy/admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:95
|
228 |
+
#: legacy/admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:132
|
229 |
+
#: legacy/admin/modules/cli-policy-generator/cli-policy-generator.php:120
|
230 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:312
|
231 |
msgid "Error"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: legacy/admin/modules/cli-policy-generator/classes/class-preview-page.php:27
|
235 |
msgid "Cookie Policy"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: legacy/admin/modules/cli-policy-generator/classes/class-preview-page.php:81
|
239 |
msgid "Auto reload preview"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: legacy/admin/modules/cli-policy-generator/cli-policy-generator.php:95
|
243 |
+
#: legacy/admin/modules/cli-policy-generator/cli-policy-generator.php:96
|
244 |
+
#: legacy/admin/modules/cli-policy-generator/views/policy-generator.php:21
|
245 |
msgid "Policy generator"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: legacy/admin/modules/cli-policy-generator/cli-policy-generator.php:121
|
249 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:332
|
250 |
msgid "Success"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: legacy/admin/modules/cli-policy-generator/views/policy-generator.php:25
|
254 |
msgid "Sample heading"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: legacy/admin/modules/cli-policy-generator/views/policy-generator.php:26
|
258 |
msgid "Sample content"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: legacy/admin/modules/cli-policy-generator/views/policy-generator.php:27
|
262 |
+
#: lite/admin/dist/js/5.js:106
|
263 |
msgid "Delete"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: legacy/admin/modules/cli-policy-generator/views/policy-generator.php:47
|
267 |
msgid "Add new"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: legacy/admin/modules/cli-policy-generator/views/policy-generator.php:51
|
271 |
msgid "Heading"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: legacy/admin/modules/cli-policy-generator/views/policy-generator.php:55
|
275 |
+
#: legacy/admin/modules/cookie-scaner/views/scan-results.php:73
|
276 |
+
#: legacy/admin/modules/cookies/cookies.php:254
|
277 |
+
#: legacy/admin/modules/cookies/views/necessary-settings.php:41
|
278 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:55
|
279 |
+
#: legacy/public/modules/script-blocker/views/settings.php:165
|
280 |
+
#: legacy/public/modules/shortcode/shortcode.php:248
|
281 |
+
#: lite/admin/dist/js/3.js:167
|
282 |
+
#: lite/admin/dist/js/3.js:179
|
283 |
msgid "Description"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: legacy/admin/modules/cli-policy-generator/views/policy-generator.php:71
|
287 |
+
msgid "Enabling this option will help us spread the word by placing a credit to WebToffee at the very end of the Cookie Policy page."
|
|
|
|
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: legacy/admin/modules/cli-policy-generator/views/policy-generator.php:86
|
291 |
msgid "Update existing Cookie Policy page"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: legacy/admin/modules/cli-policy-generator/views/policy-generator.php:92
|
295 |
msgid "Create Cookie Policy page"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: legacy/admin/modules/cli-policy-generator/views/policy-generator.php:96
|
299 |
msgid "Live preview"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:194
|
303 |
msgid "Scanner API is temporarily down please try again later."
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:208
|
307 |
msgid "Scanning initiated successfully"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:209
|
311 |
+
msgid "It might take a few minutes to a few hours to complete the scanning of your website. This depends on the number of pages to scan and the website speed. Once the scanning is complete, we will notify you by email."
|
|
|
|
|
|
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:265
|
315 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1012
|
316 |
msgid "Token mismatch"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:390
|
320 |
msgid "Abort successfull"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:394
|
324 |
msgid "Abort failed"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:411
|
328 |
msgid "Unable to handle your request"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:414
|
332 |
msgid "You do not have sufficient permissions to access this page."
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:507
|
336 |
msgid "cookies added."
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:509
|
340 |
msgid "cookies skipped."
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:512
|
344 |
msgid "cookies deleted."
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: legacy/admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:518
|
348 |
msgid "No cookies found"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:60
|
352 |
msgid "Incomplete"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:61
|
356 |
msgid "Completed"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:62
|
360 |
msgid "Stopped"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:63
|
364 |
+
#: lite/admin/dist/js/3.js:83
|
365 |
+
#: lite/admin/dist/js/5.js:58
|
366 |
msgid "Failed"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:251
|
370 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:252
|
371 |
msgid "Cookie Scanner"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:307
|
375 |
msgid "Scanned"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:308
|
379 |
msgid "Scanning completed."
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:309
|
383 |
msgid "Added to cookie list."
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:310
|
387 |
msgid "Finding pages..."
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:311
|
391 |
msgid "Scanning pages..."
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:313
|
395 |
msgid "Stop"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:314
|
399 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1210
|
400 |
msgid "Scan again"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:315
|
404 |
msgid "Download cookies as CSV"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:316
|
408 |
+
#: legacy/admin/modules/cookie-scaner/views/scan-results.php:56
|
409 |
msgid "Add to cookie list"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:317
|
413 |
msgid "View scan result"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:318
|
417 |
msgid "Import options"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:319
|
421 |
msgid "Replace old"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:320
|
425 |
msgid "Merge"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:321
|
429 |
msgid "Recommended"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:322
|
433 |
msgid "Append"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:323
|
437 |
msgid "Not recommended"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:325
|
441 |
msgid "Start import"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:326
|
445 |
msgid "Importing...."
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:327
|
449 |
msgid "Refreshing...."
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:328
|
453 |
msgid "Error !!! Please reload the page to see cookie list."
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:329
|
457 |
msgid "Stopping..."
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:330
|
461 |
msgid "Scanning stopped."
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:331
|
465 |
msgid "Are you sure?"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:333
|
469 |
msgid "Thank you"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:334
|
473 |
msgid "Checking API"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:335
|
477 |
msgid "Sending..."
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:336
|
481 |
msgid "Total URLs scanned"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:337
|
485 |
msgid "Total Cookies found"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:338
|
489 |
msgid "Could not fetch the URLs, please try again"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:339
|
493 |
msgid "Aborting the scan..."
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:340
|
497 |
msgid "Could not abort the scan, please try again"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:389
|
501 |
msgid "Unknown"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:441
|
505 |
+
msgid "Scan your website with CookieYes, our scanning solution for high-speed, accurate cookie scanning"
|
|
|
|
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:444
|
509 |
+
msgid "Clicking “Connect & scan” will let you connect with a free <a href=\"%1$s\" target=\"_blank\">CookieYes</a> account and initiate scanning of your website for cookies. These cookies along with their description will be listed under the cookie declaration popup. By continuing, you agree to CookieYes's <a href=\"%2$s\" target=\"_blank\">Privacy Policy</a> & <a href=\"%3$s\" target=\"_blank\">Terms of service</a>."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:459
|
513 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1215
|
514 |
msgid "Connect & scan"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:503
|
518 |
msgid "You haven't performed a site scan yet."
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:522
|
|
|
522 |
msgid "Last scan: %1$s"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:523
|
526 |
msgid "Scan complete"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:543
|
530 |
msgid "Scan failed"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:544
|
534 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:562
|
535 |
msgid "Last scan:"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:561
|
539 |
msgid "Scan aborted"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:590
|
543 |
msgid "Scan initiated..."
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:593
|
547 |
msgid "Abort scan"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:604
|
551 |
msgid "Scan started at"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:612
|
555 |
+
#: legacy/admin/modules/cookie-scaner/views/scan-results.php:30
|
556 |
msgid "Total URLs"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:620
|
560 |
msgid "Total estimated time (Approx)"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:628
|
564 |
+
msgid "Your website is currently being scanned for cookies. This might take from a few minutes to a few hours, depending on your website speed and the number of pages to be scanned."
|
|
|
|
|
|
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:630
|
568 |
msgid "Once the scanning is complete, we will notify you by email."
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:649
|
572 |
msgid "Unable to load cookie scanner. Scanning will not work on local servers"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:688
|
576 |
+
msgid "To scan cookies following tables should be present on your database, please check if tables do exist on your database. If not exist please try to deactivate and activate the plugin again."
|
|
|
|
|
|
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1014
|
580 |
+
msgid "Successfully inserted"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1017
|
584 |
+
msgid "Failed to insert"
|
|
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1045
|
588 |
+
msgid "Invalid scan token"
|
|
|
|
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1164
|
592 |
+
msgid "Why scan your website for cookies?"
|
|
|
|
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1165
|
596 |
+
msgid "Your website needs to obtain prior consent from your users before setting any cookies other than those required for the proper functioning of your website. Therefore, you need to identify and keep track of all the cookies used on your website."
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1166
|
600 |
+
msgid "Our cookie scanning solution lets you:"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1168
|
604 |
+
msgid "Discover the first-party and third-party cookies that are being used on your website ( Limited upto 100 pages )."
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1169
|
608 |
+
msgid "Identify what personal data they collect and what are the other purposes they serve."
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1170
|
612 |
+
msgid "Determine whether you need to comply with the data protection laws governing cookies. Eg:- EU’s GDPR, ePrivacy Directive (EU Cookie Law), California’s CCPA, etc."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: legacy/admin/modules/cookie-scaner/cookie-scaner.php:1201
|
616 |
+
#: lite/admin/dist/js/3.js:191
|
617 |
+
msgid "Scan website for cookies"
|
|
|
|
|
|
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: legacy/admin/modules/cookie-scaner/views/scan-results.php:15
|
621 |
+
msgid "Cookie scan result for your website"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: legacy/admin/modules/cookie-scaner/views/scan-results.php:33
|
625 |
+
msgid "Total cookies"
|
|
|
|
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: legacy/admin/modules/cookie-scaner/views/scan-results.php:44
|
629 |
+
msgid "Clicking “Add to cookie list” will import the discovered cookies to the <a href=\"%s\" target=\"_blank\">Cookie List</a> and thus display them in the cookie declaration section of your consent banner."
|
|
|
|
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: legacy/admin/modules/cookie-scaner/views/scan-results.php:69
|
633 |
+
msgid "Sl.No:"
|
|
|
|
|
|
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: legacy/admin/modules/cookie-scaner/views/scan-results.php:70
|
637 |
+
#: legacy/admin/modules/cookies/cookies.php:248
|
638 |
+
msgid "Cookie Name"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: legacy/admin/modules/cookie-scaner/views/scan-results.php:71
|
642 |
+
#: legacy/admin/modules/cookies/cookies.php:251
|
643 |
+
#: legacy/public/modules/shortcode/shortcode.php:245
|
644 |
+
#: lite/admin/dist/js/3.js:167
|
645 |
+
#: lite/admin/dist/js/3.js:179
|
646 |
+
msgid "Duration"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: legacy/admin/modules/cookie-scaner/views/scan-results.php:72
|
650 |
+
#: legacy/admin/modules/cookies/cookies.php:250
|
651 |
+
#: legacy/public/modules/script-blocker/views/settings.php:163
|
652 |
+
#: lite/admin/dist/js/3.js:179
|
653 |
+
msgid "Category"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: legacy/admin/modules/cookie-scaner/views/scan-results.php:90
|
657 |
+
msgid "Your cookie list is empty"
|
|
|
|
|
|
|
|
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: legacy/admin/modules/cookie-scaner/views/settings.php:195
|
661 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:69
|
662 |
msgid "Cookie scanner"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: legacy/admin/modules/cookies/cookies.php:61
|
666 |
msgid "Term meta cannot be added to terms that are shared between taxonomies."
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: legacy/admin/modules/cookies/cookies.php:119
|
|
|
|
|
670 |
msgid "GDPR Cookie Consent"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: legacy/admin/modules/cookies/cookies.php:120
|
674 |
+
#: lite/admin/dist/js/3.js:95
|
675 |
+
#: lite/admin/dist/js/3.js:179
|
676 |
+
#: lite/admin/dist/js/3.js:191
|
677 |
+
#: lite/admin/dist/js/app.js:1327
|
678 |
msgid "Cookie List"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: legacy/admin/modules/cookies/cookies.php:121
|
682 |
+
#: legacy/public/modules/shortcode/shortcode.php:239
|
683 |
+
#: lite/admin/dist/js/3.js:167
|
684 |
msgid "Cookie"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: legacy/admin/modules/cookies/cookies.php:122
|
688 |
msgid "Add New"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: legacy/admin/modules/cookies/cookies.php:123
|
692 |
msgid "Add New Cookie Type"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: legacy/admin/modules/cookies/cookies.php:124
|
696 |
msgid "Edit Cookie Type"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: legacy/admin/modules/cookies/cookies.php:125
|
700 |
msgid "New Cookie Type"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: legacy/admin/modules/cookies/cookies.php:126
|
704 |
msgid "View Cookie Type"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: legacy/admin/modules/cookies/cookies.php:127
|
708 |
msgid "Search Cookies"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: legacy/admin/modules/cookies/cookies.php:128
|
712 |
msgid "Nothing found"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: legacy/admin/modules/cookies/cookies.php:129
|
716 |
msgid "Nothing found in Trash"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: legacy/admin/modules/cookies/cookies.php:179
|
720 |
+
#: legacy/admin/modules/cookies/cookies.php:190
|
721 |
+
#: lite/admin/dist/js/3.js:179
|
722 |
msgid "Cookie ID"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: legacy/admin/modules/cookies/cookies.php:180
|
726 |
msgid "Cookie Type"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: legacy/admin/modules/cookies/cookies.php:181
|
730 |
msgid "Cookie Duration"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: legacy/admin/modules/cookies/cookies.php:182
|
734 |
msgid "Cookie Sensitivity"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: legacy/admin/modules/cookies/cookies.php:201
|
738 |
msgid "Cookie Type: (persistent, session, third party )"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: legacy/admin/modules/cookies/cookies.php:213
|
742 |
msgid "Cookie Duration:"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: legacy/admin/modules/cookies/cookies.php:224
|
746 |
msgid "Cookie Sensitivity: ( necessary , non-necessary )"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: legacy/admin/modules/cookies/cookies.php:249
|
750 |
+
#: legacy/public/modules/shortcode/shortcode.php:242
|
751 |
msgid "Type"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: legacy/admin/modules/cookies/cookies.php:252
|
755 |
msgid "Sensitivity"
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: legacy/admin/modules/cookies/cookies.php:253
|
759 |
msgid "ID"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: legacy/admin/modules/cookies/cookies.php:318
|
763 |
msgid "Cookie Category"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: legacy/admin/modules/cookies/cookies.php:319
|
767 |
msgid "Add cookie category"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: legacy/admin/modules/cookies/cookies.php:320
|
771 |
msgid "Edit cookie category"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: legacy/admin/modules/cookies/cookies.php:404
|
775 |
+
#: legacy/admin/modules/cookies/cookies.php:405
|
776 |
+
#: legacy/public/modules/script-blocker/views/settings.php:196
|
777 |
msgid "Non-necessary"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: legacy/admin/modules/cookies/cookies.php:412
|
781 |
+
#: legacy/admin/modules/cookies/cookies.php:413
|
782 |
msgid "Necessary"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: legacy/admin/modules/cookies/cookies.php:600
|
786 |
+
#: legacy/admin/modules/cookies/cookies.php:625
|
787 |
msgid "Category default state"
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: legacy/admin/modules/cookies/cookies.php:601
|
791 |
+
#: legacy/admin/modules/cookies/cookies.php:627
|
792 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:40
|
793 |
+
#: legacy/public/modules/script-blocker/views/settings.php:161
|
794 |
+
#: legacy/public/views/cookie-law-info_popup_content.php:6
|
795 |
msgid "Enabled"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: legacy/admin/modules/cookies/cookies.php:602
|
799 |
+
#: legacy/admin/modules/cookies/cookies.php:628
|
800 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:41
|
801 |
+
#: legacy/public/views/cookie-law-info_popup_content.php:7
|
802 |
msgid "Disabled"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: legacy/admin/modules/cookies/cookies.php:603
|
806 |
+
#: legacy/admin/modules/cookies/cookies.php:629
|
807 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:43
|
808 |
+
msgid "If you enable this option, the category toggle button will be in the active state for cookie consent."
|
|
|
|
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: legacy/admin/modules/cookies/cookies.php:656
|
812 |
+
#: legacy/admin/modules/cookies/cookies.php:679
|
813 |
msgid "Head scripts"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: legacy/admin/modules/cookies/cookies.php:663
|
817 |
+
#: legacy/admin/modules/cookies/cookies.php:687
|
818 |
msgid "Body scripts"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: legacy/admin/modules/cookies/cookies.php:712
|
822 |
+
msgid "WordPress 4.4 or higher is the required version. Please consider upgrading the WordPress before migrating the cookie categories."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: legacy/admin/modules/cookies/cookies.php:802
|
826 |
+
msgid "Clicking “Migrate cookie categories” will auto migrate your existing cookie categories (Necessary and Non-necessary) to our new Cookie Category taxonomy. This action is required to enable the cookie scanner."
|
|
|
|
|
|
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: legacy/admin/modules/cookies/cookies.php:803
|
830 |
msgid "What happens after migration?"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: legacy/admin/modules/cookies/cookies.php:805
|
834 |
+
msgid "You no longer need to manage static cookie categories. After the migration, new cookie categories (Necessary, Functional, Analytics, Performance, Advertisement, and Others) will be created automatically. Also, you can easily add custom cookie categories and edit/delete the existing categories including the custom categories."
|
|
|
|
|
|
|
|
|
|
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: legacy/admin/modules/cookies/cookies.php:806
|
838 |
+
msgid "If you have made any changes to the existing \"Non-necessary\" category we will migrate it to the newly created “Cookie Category” section. If not, we will delete the \"Non-necessary\" category automatically."
|
|
|
|
|
|
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: legacy/admin/modules/cookies/cookies.php:807
|
842 |
+
msgid "During the migration phase your existing cookie category translations will be lost. Hence we request you to add it manually soon after the migration. You can access the existing translations by navigating to the string translation settings of your translator plugin."
|
|
|
|
|
|
|
|
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: legacy/admin/modules/cookies/cookies.php:811
|
846 |
msgid "Migrate cookie categories"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: legacy/admin/modules/cookies/views/necessary-settings.php:20
|
850 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:17
|
851 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:25
|
|
|
|
|
852 |
msgid "Settings updated."
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: legacy/admin/modules/cookies/views/necessary-settings.php:21
|
856 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:18
|
857 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:26
|
|
|
|
|
858 |
msgid "Unable to update Settings."
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: legacy/admin/modules/cookies/views/necessary-settings.php:26
|
|
|
862 |
msgid "Necessary Cookie Settings"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: legacy/admin/modules/cookies/views/necessary-settings.php:35
|
866 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:49
|
867 |
+
#: legacy/admin/partials/cookie-law-info-privacy_overview.php:33
|
868 |
+
#: lite/admin/dist/js/app.js:1339
|
869 |
+
#: lite/admin/dist/js/app.js:1363
|
870 |
msgid "Title"
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: legacy/admin/modules/cookies/views/necessary-settings.php:53
|
874 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:84
|
875 |
+
#: legacy/admin/views/admin-settings-save-button.php:11
|
|
|
|
|
876 |
msgid "Update Settings"
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:23
|
|
|
880 |
msgid "Non-necessary Cookie Settings"
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:32
|
|
|
884 |
msgid "Enable Non-necessary Cookie"
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:33
|
888 |
+
#: legacy/admin/views/admin-settings-buttons.php:74
|
889 |
+
#: legacy/admin/views/admin-settings-buttons.php:161
|
890 |
+
#: legacy/admin/views/admin-settings-buttons.php:325
|
891 |
+
#: legacy/admin/views/admin-settings-buttons.php:332
|
892 |
+
#: legacy/admin/views/admin-settings-buttons.php:422
|
893 |
+
#: legacy/admin/views/admin-settings-general.php:38
|
894 |
+
#: legacy/admin/views/admin-settings-general.php:54
|
895 |
+
#: legacy/admin/views/admin-settings-general.php:71
|
896 |
+
#: legacy/admin/views/admin-settings-general.php:79
|
897 |
+
#: legacy/admin/views/admin-settings-general.php:86
|
898 |
+
#: legacy/admin/views/admin-settings-messagebar.php:85
|
|
|
|
|
899 |
msgid "Yes"
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:34
|
903 |
+
#: legacy/admin/views/admin-settings-buttons.php:76
|
904 |
+
#: legacy/admin/views/admin-settings-buttons.php:162
|
905 |
+
#: legacy/admin/views/admin-settings-buttons.php:326
|
906 |
+
#: legacy/admin/views/admin-settings-buttons.php:333
|
907 |
+
#: legacy/admin/views/admin-settings-buttons.php:424
|
908 |
+
#: legacy/admin/views/admin-settings-general.php:39
|
909 |
+
#: legacy/admin/views/admin-settings-general.php:55
|
910 |
+
#: legacy/admin/views/admin-settings-general.php:72
|
911 |
+
#: legacy/admin/views/admin-settings-general.php:80
|
912 |
+
#: legacy/admin/views/admin-settings-general.php:87
|
913 |
+
#: legacy/admin/views/admin-settings-messagebar.php:86
|
914 |
+
#: legacy/public/modules/script-blocker/views/settings.php:159
|
|
|
|
|
915 |
msgid "No"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:39
|
|
|
919 |
msgid "Default state"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:61
|
923 |
+
msgid "This script will be added to the page HEAD section if the above settings is enabled and user has give consent."
|
|
|
|
|
|
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:64
|
927 |
+
msgid "Print scripts in the head tag on the front end if above cookie settings is enabled and user has given consent."
|
|
|
|
|
|
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:71
|
931 |
+
msgid "This script will be added right after the BODY section if the above settings is enabled and user has given consent."
|
|
|
|
|
|
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: legacy/admin/modules/cookies/views/non-necessary-settings.php:74
|
935 |
+
msgid "Print scripts before the closing body tag on the front end if above cookie settings is enabled and user has given consent."
|
|
|
|
|
|
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:40
|
939 |
msgid "The plugin didn't work as expected"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:42
|
943 |
msgid "How can we make our plugin better?"
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:46
|
947 |
msgid "Issues with cookie scanner"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:48
|
951 |
+
msgid "Describe the challenges that you faced while using our Cookie Scanner. Eg:- Scan did not find all cookies."
|
|
|
|
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
955 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:130
|
956 |
msgid "The plugin is great, but I need specific feature that you don't support"
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
960 |
msgid "Could you tell us more about that feature?"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
964 |
msgid "A conflict with another plugin or theme"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
968 |
+
msgid "Specify whether you are having issues with the back-end or front-end functionalities. Enter your site URL to help us fix the plugin/theme conflicts."
|
|
|
|
|
|
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
972 |
msgid "Translation issues"
|
973 |
msgstr ""
|
974 |
|
975 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:71
|
976 |
msgid "Incorrect/missing translation"
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
980 |
msgid "Name the language and specify the string with incorrect translation."
|
981 |
msgstr ""
|
982 |
|
983 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
984 |
+
msgid "Unable to translate my dynamic content e.g, cookie message, button text etc"
|
|
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
988 |
msgid "Name the language and the translator plugin that you are using"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
992 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:138
|
993 |
msgid "I found a better plugin"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:87
|
997 |
msgid "Which plugin?"
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
1001 |
msgid "Upgrade to pro"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
1005 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:150
|
1006 |
msgid "It’s a temporary deactivation"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:99
|
1010 |
+
#: legacy/admin/views/admin-settings-general.php:10
|
1011 |
+
#: legacy/admin/views/admin-settings-general.php:66
|
1012 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:154
|
1013 |
msgid "Other"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:101
|
1017 |
msgid "Please describe your issue in detail."
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:119
|
1021 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:149
|
1025 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:195
|
1026 |
+
msgid "We do not collect any personal data when you submit this form. It's your feedback that we value."
|
|
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:150
|
1030 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:196
|
1031 |
msgid "Privacy Policy"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:157
|
1035 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:203
|
1036 |
msgid "Go to support"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:158
|
1040 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:206
|
1041 |
msgid "Submit & Deactivate"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
+
#: legacy/admin/modules/uninstall-feedback/uninstall-feedback.php:160
|
1045 |
msgid "I rather wouldn't say"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:27
|
1049 |
msgid "Settings reset to defaults."
|
1050 |
msgstr ""
|
1051 |
|
1052 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:28
|
1053 |
msgid "Unable to reset settings."
|
1054 |
msgstr ""
|
1055 |
|
1056 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:40
|
1057 |
msgid "Cookie bar is currently active"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:48
|
1061 |
msgid "Cookie bar is currently inactive"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:60
|
1065 |
msgid "Cookie Compliance Made Easy"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:64
|
|
|
1069 |
msgid "Plugin Developed By <a href=\"%s\" target=\"_blank\">WebToffee</a>"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:85
|
1073 |
+
#: legacy/admin/views/admin-settings-general.php:9
|
1074 |
msgid "General"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:86
|
1078 |
msgid "Customise Cookie Bar"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:87
|
1082 |
msgid "Customise Buttons"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:88
|
1086 |
+
#: legacy/admin/views/admin-settings-advanced.php:8
|
1087 |
msgid "Advanced"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:89
|
1091 |
msgid "Help Guide"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: legacy/admin/partials/cookie-law-info-admin_settings.php:90
|
1095 |
+
msgid "Free vs Pro"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
+
#: legacy/admin/partials/cookie-law-info-privacy_overview.php:39
|
1099 |
+
msgid "Privacy overview is displayed when the user clicks on ‘cookie settings’ from the cookie consent bar. Edit/ modify the title and content of ‘privacy overview’ from here."
|
|
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: legacy/admin/partials/cookie-law-info-privacy_overview.php:66
|
1103 |
msgid "Save Settings"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: legacy/admin/views/admin-settings-advanced.php:9
|
1107 |
+
msgid "Sometimes themes apply settings that clash with plugins. If that happens, try adjusting these settings."
|
|
|
|
|
1108 |
msgstr ""
|
1109 |
|
1110 |
+
#: legacy/admin/views/admin-settings-advanced.php:13
|
1111 |
+
msgid "Reset settings"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
+
#: legacy/admin/views/admin-settings-advanced.php:15
|
1115 |
msgid "Delete settings and reset"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: legacy/admin/views/admin-settings-advanced.php:15
|
1119 |
msgid "Are you sure you want to delete all your settings?"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: legacy/admin/views/admin-settings-advanced.php:16
|
1123 |
+
msgid "Warning: Resets all your current settings to default."
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: legacy/admin/views/admin-settings-buttons.php:10
|
1127 |
+
#: legacy/admin/views/admin-settings-buttons.php:370
|
1128 |
+
msgid "Accept All Button"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
+
#: legacy/admin/views/admin-settings-buttons.php:11
|
1132 |
+
#: legacy/admin/views/admin-settings-buttons.php:21
|
1133 |
+
msgid "Accept Button"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
+
#: legacy/admin/views/admin-settings-buttons.php:12
|
1137 |
+
#: legacy/admin/views/admin-settings-buttons.php:94
|
1138 |
msgid "Reject Button"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: legacy/admin/views/admin-settings-buttons.php:13
|
1142 |
+
#: legacy/admin/views/admin-settings-buttons.php:176
|
1143 |
msgid "Settings Button"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
+
#: legacy/admin/views/admin-settings-buttons.php:14
|
1147 |
+
#: legacy/admin/views/admin-settings-buttons.php:222
|
1148 |
+
msgid "Read more"
|
1149 |
msgstr ""
|
1150 |
|
1151 |
+
#: legacy/admin/views/admin-settings-buttons.php:15
|
1152 |
+
#: legacy/admin/views/admin-settings-buttons.php:339
|
1153 |
+
msgid "Do not sell"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
+
#: legacy/admin/views/admin-settings-buttons.php:22
|
1157 |
+
msgid "Customize the Accept button to match the theme of your site. Insert the shortcode [cookie_button] in Customise Cookie Bar > Cookie bar > Message to include accept button in cookie consent bar."
|
|
|
|
|
|
|
|
|
1158 |
msgstr ""
|
1159 |
|
1160 |
+
#: legacy/admin/views/admin-settings-buttons.php:25
|
1161 |
+
#: legacy/admin/views/admin-settings-buttons.php:109
|
1162 |
+
#: legacy/admin/views/admin-settings-buttons.php:190
|
1163 |
+
#: legacy/admin/views/admin-settings-buttons.php:246
|
1164 |
+
#: legacy/admin/views/admin-settings-buttons.php:374
|
1165 |
+
#: lite/admin/dist/js/app.js:1303
|
1166 |
+
#: lite/admin/dist/js/app.js:1315
|
1167 |
msgid "Text"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
+
#: legacy/admin/views/admin-settings-buttons.php:31
|
1171 |
+
#: legacy/admin/views/admin-settings-buttons.php:115
|
1172 |
+
#: legacy/admin/views/admin-settings-buttons.php:196
|
1173 |
+
#: legacy/admin/views/admin-settings-buttons.php:252
|
1174 |
+
#: legacy/admin/views/admin-settings-buttons.php:360
|
1175 |
+
#: legacy/admin/views/admin-settings-buttons.php:380
|
1176 |
msgid "Text colour"
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: legacy/admin/views/admin-settings-buttons.php:39
|
1180 |
+
#: legacy/admin/views/admin-settings-buttons.php:123
|
1181 |
+
#: legacy/admin/views/admin-settings-buttons.php:204
|
1182 |
+
#: legacy/admin/views/admin-settings-buttons.php:260
|
1183 |
+
#: legacy/admin/views/admin-settings-buttons.php:350
|
1184 |
+
#: legacy/admin/views/admin-settings-buttons.php:388
|
1185 |
msgid "Show as"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
+
#: legacy/admin/views/admin-settings-buttons.php:41
|
1189 |
+
#: legacy/admin/views/admin-settings-buttons.php:125
|
1190 |
+
#: legacy/admin/views/admin-settings-buttons.php:206
|
1191 |
+
#: legacy/admin/views/admin-settings-buttons.php:262
|
1192 |
+
#: legacy/admin/views/admin-settings-buttons.php:390
|
1193 |
msgid "Button"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: legacy/admin/views/admin-settings-buttons.php:43
|
1197 |
+
#: legacy/admin/views/admin-settings-buttons.php:127
|
1198 |
+
#: legacy/admin/views/admin-settings-buttons.php:208
|
1199 |
+
#: legacy/admin/views/admin-settings-buttons.php:264
|
1200 |
+
#: legacy/admin/views/admin-settings-buttons.php:352
|
1201 |
+
#: legacy/admin/views/admin-settings-buttons.php:392
|
1202 |
msgid "Link"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: legacy/admin/views/admin-settings-buttons.php:47
|
1206 |
+
#: legacy/admin/views/admin-settings-buttons.php:131
|
1207 |
+
#: legacy/admin/views/admin-settings-buttons.php:212
|
1208 |
+
#: legacy/admin/views/admin-settings-buttons.php:268
|
1209 |
+
#: legacy/admin/views/admin-settings-buttons.php:396
|
1210 |
msgid "Background colour"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: legacy/admin/views/admin-settings-buttons.php:56
|
1214 |
+
#: legacy/admin/views/admin-settings-buttons.php:139
|
1215 |
+
#: legacy/admin/views/admin-settings-buttons.php:404
|
1216 |
msgid "Action"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
+
#: legacy/admin/views/admin-settings-buttons.php:64
|
1220 |
+
#: legacy/admin/views/admin-settings-buttons.php:151
|
1221 |
+
#: legacy/admin/views/admin-settings-buttons.php:279
|
1222 |
+
#: legacy/admin/views/admin-settings-buttons.php:286
|
1223 |
+
#: legacy/admin/views/admin-settings-buttons.php:412
|
1224 |
+
#: lite/admin/dist/js/app.js:1339
|
1225 |
msgid "URL"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: legacy/admin/views/admin-settings-buttons.php:67
|
1229 |
+
msgid "Specify the URL to redirect users on accept button click. e.g. Entering the cookie policy page URL will redirect users to the cookie policy page after giving consent."
|
|
|
|
|
1230 |
msgstr ""
|
1231 |
|
1232 |
+
#: legacy/admin/views/admin-settings-buttons.php:72
|
1233 |
+
#: legacy/admin/views/admin-settings-buttons.php:159
|
1234 |
+
msgid "Open URL in new window"
|
|
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: legacy/admin/views/admin-settings-buttons.php:83
|
1238 |
+
#: legacy/admin/views/admin-settings-buttons.php:166
|
1239 |
+
msgid "Button Size"
|
|
|
|
|
|
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: legacy/admin/views/admin-settings-buttons.php:99
|
1243 |
+
msgid "Customize the Reject button to match the theme of your site. Insert the shortcode <strong>[cookie_reject]</strong> in <strong>Customise Cookie Bar > Cookie bar > Message</strong> to include reject button in cookie consent bar."
|
1244 |
+
msgstr ""
|
1245 |
+
|
1246 |
+
#: legacy/admin/views/admin-settings-buttons.php:154
|
1247 |
+
msgid "Specify the URL to redirect users on reject button click. e.g. Entering the cookie policy page URL will redirect users to the cookie policy page after rejecting cookies."
|
1248 |
+
msgstr ""
|
1249 |
+
|
1250 |
+
#: legacy/admin/views/admin-settings-buttons.php:180
|
1251 |
+
msgid "Customize the cookie settings to match the theme of your site. Insert the shortcode <strong>[cookie_settings]</strong> in <strong>Customise Cookie Bar > Cookie bar > Message</strong> to include cookie settings within the cookie consent bar. Clicking ‘Cookie settings’ opens up a pop up window with provisions to enable/disable cookie categories."
|
1252 |
+
msgstr ""
|
1253 |
+
|
1254 |
+
#: legacy/admin/views/admin-settings-buttons.php:224
|
1255 |
+
msgid "‘Read more’ redirects users to the ‘Privacy & Cookie Policy’ page. Create a ‘Privacy & Cookie Policy’ page for your site from here."
|
1256 |
+
msgstr ""
|
1257 |
+
|
1258 |
+
#: legacy/admin/views/admin-settings-buttons.php:227
|
1259 |
+
msgid "Insert the shortcode <strong>[cookie_link]</strong> in <strong>Customise Cookie Bar > Cookie bar > Message</strong> to include ‘Read more’ within the cookie consent bar."
|
1260 |
msgstr ""
|
1261 |
|
1262 |
+
#: legacy/admin/views/admin-settings-buttons.php:238
|
1263 |
msgid "Click"
|
1264 |
msgstr ""
|
1265 |
|
1266 |
+
#: legacy/admin/views/admin-settings-buttons.php:238
|
1267 |
msgid "here"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
+
#: legacy/admin/views/admin-settings-buttons.php:238
|
1271 |
msgid " to generate content for Cookie Policy page."
|
1272 |
msgstr ""
|
1273 |
|
1274 |
+
#: legacy/admin/views/admin-settings-buttons.php:277
|
1275 |
msgid "URL or Page?"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
+
#: legacy/admin/views/admin-settings-buttons.php:281
|
1279 |
+
#: legacy/admin/views/admin-settings-buttons.php:292
|
1280 |
msgid "Page"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: legacy/admin/views/admin-settings-buttons.php:295
|
1284 |
msgid "Select One"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: legacy/admin/views/admin-settings-buttons.php:323
|
1288 |
+
msgid "Hide cookie bar in this page/URL"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
+
#: legacy/admin/views/admin-settings-buttons.php:330
|
1292 |
+
msgid "Open in a new window"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
+
#: legacy/admin/views/admin-settings-buttons.php:340
|
1296 |
+
msgid "Customise the appearance of CCPA notice. Enabling ‘Show CCPA notice’ displays the notice on the consent bar and records prior consent from the user. Alternatively, insert CCPA shortcode [wt_cli_ccpa_optout] to render CCPA notice in a specific page of your site, preferably, cookie policy page."
|
1297 |
msgstr ""
|
1298 |
|
1299 |
+
#: legacy/admin/views/admin-settings-buttons.php:344
|
1300 |
msgid "CCPA Text"
|
1301 |
msgstr ""
|
1302 |
|
1303 |
+
#: legacy/admin/views/admin-settings-buttons.php:353
|
1304 |
msgid "Checkbox"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
+
#: legacy/admin/views/admin-settings-buttons.php:354
|
1308 |
msgid "The shortcode will be represented as a link whereever used."
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: legacy/admin/views/admin-settings-buttons.php:355
|
1312 |
+
msgid "The shortcode will be represented as a checkbox with select option to record consent."
|
1313 |
+
msgstr ""
|
1314 |
+
|
1315 |
+
#: legacy/admin/views/admin-settings-buttons.php:371
|
1316 |
+
msgid "This button/link can be customised to either simply close the cookie bar, or follow a link. You can also customise the colours and styles, and show it as a link or a button."
|
1317 |
+
msgstr ""
|
1318 |
+
|
1319 |
+
#: legacy/admin/views/admin-settings-buttons.php:415
|
1320 |
+
msgid "Button will only link to URL if Action = Open URL"
|
1321 |
+
msgstr ""
|
1322 |
+
|
1323 |
+
#: legacy/admin/views/admin-settings-buttons.php:420
|
1324 |
+
msgid "Open URL in new window?"
|
1325 |
+
msgstr ""
|
1326 |
+
|
1327 |
+
#: legacy/admin/views/admin-settings-buttons.php:428
|
1328 |
+
msgid "Size"
|
1329 |
msgstr ""
|
1330 |
|
1331 |
+
#: legacy/admin/views/admin-settings-general.php:17
|
1332 |
msgid "Enable cookie bar"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
+
#: legacy/admin/views/admin-settings-general.php:19
|
1336 |
msgid "On"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
+
#: legacy/admin/views/admin-settings-general.php:20
|
1340 |
msgid "Off"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
+
#: legacy/admin/views/admin-settings-general.php:36
|
1344 |
msgid "Auto-hide(Accept) cookie bar after delay?"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
+
#: legacy/admin/views/admin-settings-general.php:43
|
1348 |
msgid "Milliseconds until hidden"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
+
#: legacy/admin/views/admin-settings-general.php:46
|
1352 |
msgid "Specify milliseconds (not seconds)"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: legacy/admin/views/admin-settings-general.php:46
|
1356 |
msgid "seconds"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: legacy/admin/views/admin-settings-general.php:52
|
1360 |
msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
+
#: legacy/admin/views/admin-settings-general.php:56
|
1364 |
+
msgid "As per latest GDPR policies it is required to take an explicit consent for the cookies. Use this option with discretion especially if you serve EU"
|
|
|
|
|
1365 |
msgstr ""
|
1366 |
|
1367 |
+
#: legacy/admin/views/admin-settings-general.php:57
|
1368 |
msgid "This option will not work along with `Popup overlay`."
|
1369 |
msgstr ""
|
1370 |
|
1371 |
+
#: legacy/admin/views/admin-settings-general.php:69
|
1372 |
msgid "Reload after \"scroll accept\" event?"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
+
#: legacy/admin/views/admin-settings-general.php:77
|
1376 |
msgid "Reload after Accept button click"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
+
#: legacy/admin/views/admin-settings-general.php:84
|
1380 |
msgid "Reload after Reject button click"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: legacy/admin/views/admin-settings-help.php:9
|
1384 |
msgid "Shortcodes"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: legacy/admin/views/admin-settings-help.php:10
|
1388 |
+
#: legacy/admin/views/admin-settings-help.php:103
|
1389 |
msgid "Help Links"
|
1390 |
msgstr ""
|
1391 |
|
1392 |
+
#: legacy/admin/views/admin-settings-help.php:16
|
1393 |
msgid "Cookie bar shortcodes"
|
1394 |
msgstr ""
|
1395 |
|
1396 |
+
#: legacy/admin/views/admin-settings-help.php:17
|
1397 |
+
msgid "You can insert the shortcodes in the Settings > Customise Cookie Bar > Cookie bar > Message to get it rendered on the cookie consent bar of your site."
|
|
|
|
|
|
|
1398 |
msgstr ""
|
1399 |
|
1400 |
+
#: legacy/admin/views/admin-settings-help.php:22
|
1401 |
msgid "This is the \"main button\" you customise above."
|
1402 |
msgstr ""
|
1403 |
|
1404 |
+
#: legacy/admin/views/admin-settings-help.php:26
|
1405 |
msgid "This is the cookie reject button shortcode."
|
1406 |
msgstr ""
|
1407 |
|
1408 |
+
#: legacy/admin/views/admin-settings-help.php:30
|
1409 |
msgid "This is the cookie settings button rendering shortcode."
|
1410 |
msgstr ""
|
1411 |
|
1412 |
+
#: legacy/admin/views/admin-settings-help.php:33
|
1413 |
msgid "This is the \"read more\" link you customise above."
|
1414 |
msgstr ""
|
1415 |
|
1416 |
+
#: legacy/admin/views/admin-settings-help.php:65
|
|
|
|
|
|
|
|
|
1417 |
msgid "Other shortcodes"
|
1418 |
msgstr ""
|
1419 |
|
1420 |
+
#: legacy/admin/views/admin-settings-help.php:66
|
1421 |
+
msgid "These shortcodes can be used in pages and posts on your website. It is not recommended to use these inside the cookie bar itself."
|
|
|
|
|
1422 |
msgstr ""
|
1423 |
|
1424 |
+
#: legacy/admin/views/admin-settings-help.php:72
|
1425 |
+
msgid "This prints out a nice table of cookies, in line with the guidance given by the ICO."
|
|
|
|
|
1426 |
msgstr ""
|
1427 |
|
1428 |
+
#: legacy/admin/views/admin-settings-help.php:72
|
1429 |
+
msgid "You need to enter the cookies your website uses via the Cookie Law Info menu in your WordPress dashboard."
|
|
|
|
|
1430 |
msgstr ""
|
1431 |
|
1432 |
+
#: legacy/admin/views/admin-settings-help.php:80
|
1433 |
msgid "Styles included"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: legacy/admin/views/admin-settings-help.php:82
|
1437 |
msgid "Columns available"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
+
#: legacy/admin/views/admin-settings-help.php:82
|
1441 |
msgid "Will print all columns by default."
|
1442 |
msgstr ""
|
1443 |
|
1444 |
+
#: legacy/admin/views/admin-settings-help.php:86
|
1445 |
+
msgid "This shortcode will display a normal HTML link which when clicked, will delete the cookie set by Cookie Law Info (this cookie is used to remember that the cookie bar is closed)."
|
|
|
|
|
|
|
1446 |
msgstr ""
|
1447 |
|
1448 |
+
#: legacy/admin/views/admin-settings-help.php:90
|
1449 |
+
msgid "Add any text you like- useful if you want e.g. another language to English."
|
|
|
1450 |
msgstr ""
|
1451 |
|
1452 |
+
#: legacy/admin/views/admin-settings-help.php:94
|
1453 |
msgid "Add content after accepting the cookie notice."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
+
#: legacy/admin/views/admin-settings-help.php:107
|
1457 |
+
#: legacy/admin/views/admin-settings-help.php:110
|
1458 |
msgid "Documentation"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
+
#: legacy/admin/views/admin-settings-help.php:108
|
1462 |
msgid "Refer to our documentation to set and get started"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
+
#: legacy/admin/views/admin-settings-help.php:115
|
1466 |
msgid "Help and Support"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: legacy/admin/views/admin-settings-help.php:116
|
1470 |
msgid "We would love to help you on any queries or issues."
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: legacy/admin/views/admin-settings-help.php:118
|
1474 |
msgid "Contact Us"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: legacy/admin/views/admin-settings-messagebar.php:9
|
1478 |
msgid "Cookie bar"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
+
#: legacy/admin/views/admin-settings-messagebar.php:10
|
|
|
1482 |
msgid "Revisit consent"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
+
#: legacy/admin/views/admin-settings-messagebar.php:17
|
|
|
|
|
|
|
|
|
1486 |
msgid "Message Heading"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
+
#: legacy/admin/views/admin-settings-messagebar.php:20
|
1490 |
+
msgid "Input text to have a heading for the cookie consent bar. Leave it blank if you do not need one."
|
1491 |
msgstr ""
|
1492 |
|
1493 |
+
#: legacy/admin/views/admin-settings-messagebar.php:25
|
1494 |
+
#: lite/admin/dist/js/app.js:1339
|
1495 |
msgid "Message"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: legacy/admin/views/admin-settings-messagebar.php:31
|
1499 |
+
msgid "Modify/edit the content of the cookie consent bar."
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: legacy/admin/views/admin-settings-messagebar.php:31
|
1503 |
+
msgid "Supports shortcodes.(link shortcodes to help link) e.g. [cookie_accept_all] for accept all button, [cookie_button] for accept button, [cookie_reject] for reject button, [cookie_link] for Read more, [cookie_settings] for cookie settings."
|
|
|
|
|
1504 |
msgstr ""
|
1505 |
|
1506 |
+
#: legacy/admin/views/admin-settings-messagebar.php:35
|
1507 |
msgid "Cookie Bar Colour"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
+
#: legacy/admin/views/admin-settings-messagebar.php:45
|
1511 |
msgid "Text Colour"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
+
#: legacy/admin/views/admin-settings-messagebar.php:54
|
1515 |
msgid "Font"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
+
#: legacy/admin/views/admin-settings-messagebar.php:62
|
1519 |
msgid "Show cookie bar as"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
+
#: legacy/admin/views/admin-settings-messagebar.php:67
|
1523 |
msgid "Banner"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
+
#: legacy/admin/views/admin-settings-messagebar.php:68
|
1527 |
msgid "Popup"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: legacy/admin/views/admin-settings-messagebar.php:69
|
1531 |
msgid "Widget"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: legacy/admin/views/admin-settings-messagebar.php:73
|
1535 |
+
#: lite/admin/dist/js/app.js:1375
|
1536 |
msgid "Position"
|
1537 |
msgstr ""
|
1538 |
|
1539 |
+
#: legacy/admin/views/admin-settings-messagebar.php:77
|
1540 |
+
#: legacy/admin/views/admin-settings-messagebar.php:175
|
1541 |
+
#: lite/admin/dist/js/app.js:1375
|
1542 |
+
msgid "Left"
|
1543 |
+
msgstr ""
|
1544 |
+
|
1545 |
+
#: legacy/admin/views/admin-settings-messagebar.php:78
|
1546 |
+
#: legacy/admin/views/admin-settings-messagebar.php:174
|
1547 |
+
#: lite/admin/dist/js/app.js:1375
|
1548 |
+
msgid "Right"
|
1549 |
+
msgstr ""
|
1550 |
+
|
1551 |
+
#: legacy/admin/views/admin-settings-messagebar.php:83
|
1552 |
msgid "Add overlay?"
|
1553 |
msgstr ""
|
1554 |
|
1555 |
+
#: legacy/admin/views/admin-settings-messagebar.php:87
|
1556 |
+
msgid "When the popup is active, an overlay will block the user from browsing the site."
|
|
|
|
|
1557 |
msgstr ""
|
1558 |
|
1559 |
+
#: legacy/admin/views/admin-settings-messagebar.php:88
|
1560 |
msgid "`Accept on scroll` will not work along with this option."
|
1561 |
msgstr ""
|
1562 |
|
1563 |
+
#: legacy/admin/views/admin-settings-messagebar.php:92
|
1564 |
msgid "Position:"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: legacy/admin/views/admin-settings-messagebar.php:97
|
1568 |
msgid "Header"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
+
#: legacy/admin/views/admin-settings-messagebar.php:98
|
1572 |
msgid "Footer"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
+
#: legacy/admin/views/admin-settings-messagebar.php:109
|
1576 |
+
msgid "Fix bar on header"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: legacy/admin/views/admin-settings-messagebar.php:112
|
1580 |
+
msgid "Move with the scroll"
|
|
|
|
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: legacy/admin/views/admin-settings-messagebar.php:122
|
1584 |
msgid "On load"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
+
#: legacy/admin/views/admin-settings-messagebar.php:127
|
1588 |
+
#: legacy/admin/views/admin-settings-messagebar.php:137
|
1589 |
msgid "Animate"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: legacy/admin/views/admin-settings-messagebar.php:128
|
1593 |
+
#: legacy/admin/views/admin-settings-messagebar.php:138
|
1594 |
msgid "Sticky"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: legacy/admin/views/admin-settings-messagebar.php:132
|
1598 |
msgid "On hide"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: legacy/admin/views/admin-settings-messagebar.php:150
|
1602 |
+
msgid "Revisit consent will allow the visitors to view/edit/revoke their prior preferences. Enable to display a sticky/fixed widget widget at the footer of your website. You can also manually insert a widget by adding the shortcode <strong>[wt_cli_manage_consent]</strong> to your website."
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: legacy/admin/views/admin-settings-messagebar.php:161
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1606 |
msgid "Enable revisit consent widget"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
+
#: legacy/admin/views/admin-settings-messagebar.php:161
|
1610 |
+
msgid "Enable to display a sticky/fixed widget at the footer of your website (remains fixed on page scroll)."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1611 |
msgstr ""
|
1612 |
|
1613 |
+
#: legacy/admin/views/admin-settings-messagebar.php:172
|
1614 |
+
msgid "Widget position"
|
|
|
1615 |
msgstr ""
|
1616 |
|
1617 |
+
#: legacy/admin/views/admin-settings-messagebar.php:180
|
1618 |
+
msgid "Tab Position"
|
|
|
1619 |
msgstr ""
|
1620 |
|
1621 |
+
#: legacy/admin/views/admin-settings-messagebar.php:187
|
1622 |
msgid "Bottom Right"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
+
#: legacy/admin/views/admin-settings-messagebar.php:190
|
1626 |
msgid "Bottom Left"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: legacy/admin/views/admin-settings-messagebar.php:193
|
1630 |
msgid "Top Right"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: legacy/admin/views/admin-settings-messagebar.php:196
|
1634 |
msgid "Top Left"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: legacy/admin/views/admin-settings-messagebar.php:203
|
1638 |
msgid "From Right Margin"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
+
#: legacy/admin/views/admin-settings-messagebar.php:203
|
1642 |
msgid "From Left Margin"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
+
#: legacy/admin/views/admin-settings-messagebar.php:206
|
1646 |
+
msgid "Specify the widget distance from margin in ‘px’ or ‘%’ . e.g. 100px or 30%"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: legacy/admin/views/admin-settings-messagebar.php:215
|
1650 |
+
msgid "Text on the widget"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: legacy/admin/views/admin-settings-messagebar.php:218
|
1654 |
+
msgid "Input a text to appear on the revisit consent widget."
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:12
|
1658 |
+
msgid "Features"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:13
|
1662 |
+
#: lite/admin/modules/settings/includes/class-controller.php:262
|
1663 |
+
msgid "Free"
|
1664 |
+
msgstr ""
|
1665 |
+
|
1666 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:14
|
1667 |
+
#: lite/admin/dist/js/2.js:203
|
1668 |
+
#: lite/admin/dist/js/2.js:227
|
1669 |
+
#: lite/admin/dist/js/app.js:1339
|
1670 |
+
msgid "Premium"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:19
|
1674 |
+
msgid "Supported regulations:"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:22
|
1678 |
+
msgid "GDPR (RGPD, DSGVO), CCPA, CNIL, LGPD"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:31
|
1682 |
+
msgid "Show cookie notice"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:39
|
1686 |
msgid ""
|
1687 |
+
"Display ‘Do Not Sell My\n"
|
1688 |
+
"\t\t Personal Information’ link."
|
1689 |
+
msgstr ""
|
1690 |
+
|
1691 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:48
|
1692 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:144
|
1693 |
+
msgid "In regards to CCPA compliance"
|
1694 |
+
msgstr ""
|
1695 |
+
|
1696 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:54
|
1697 |
+
msgid "Cookie notice customization"
|
1698 |
+
msgstr ""
|
1699 |
+
|
1700 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:59
|
1701 |
+
msgid "Set up cookie notice for multilingual websites"
|
1702 |
+
msgstr ""
|
1703 |
+
|
1704 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:64
|
1705 |
+
msgid "Pre-built templates for cookie notice"
|
1706 |
+
msgstr ""
|
1707 |
+
|
1708 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:65
|
1709 |
+
msgid "Standard template"
|
1710 |
+
msgstr ""
|
1711 |
+
|
1712 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:66
|
1713 |
+
msgid "26 Template"
|
1714 |
+
msgstr ""
|
1715 |
+
|
1716 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:70
|
1717 |
+
msgid "Up to 100 URLs"
|
1718 |
+
msgstr ""
|
1719 |
+
|
1720 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:71
|
1721 |
+
msgid "Up to 2000 URLs"
|
1722 |
+
msgstr ""
|
1723 |
+
|
1724 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:74
|
1725 |
+
msgid "Auto-blocking of third-party cookies"
|
1726 |
+
msgstr ""
|
1727 |
+
|
1728 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:75
|
1729 |
+
msgid "From plugins"
|
1730 |
+
msgstr ""
|
1731 |
+
|
1732 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:76
|
1733 |
+
msgid "From plugins & services"
|
1734 |
+
msgstr ""
|
1735 |
+
|
1736 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:78
|
1737 |
+
msgid "See list"
|
1738 |
+
msgstr ""
|
1739 |
+
|
1740 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:81
|
1741 |
+
msgid "Revisit consent widget"
|
1742 |
+
msgstr ""
|
1743 |
+
|
1744 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:84
|
1745 |
+
msgid "Let users revoke their consent"
|
1746 |
+
msgstr ""
|
1747 |
+
|
1748 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:90
|
1749 |
+
msgid "Cookie-audit table"
|
1750 |
+
msgstr ""
|
1751 |
+
|
1752 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:93
|
1753 |
+
msgid "Display your website’s cookie list for your site visitors using a shortcode"
|
1754 |
+
msgstr ""
|
1755 |
+
|
1756 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:99
|
1757 |
+
msgid "Cookie category based consent"
|
1758 |
+
msgstr ""
|
1759 |
+
|
1760 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:104
|
1761 |
+
msgid "Privacy/cookie policy generator"
|
1762 |
+
msgstr ""
|
1763 |
+
|
1764 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:109
|
1765 |
+
msgid "Record user consent for cookies"
|
1766 |
+
msgstr ""
|
1767 |
+
|
1768 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:112
|
1769 |
+
msgid "Anonymized IP, cookie categories, user ID, timestamp, etc."
|
1770 |
+
msgstr ""
|
1771 |
+
|
1772 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:118
|
1773 |
+
msgid "Option to show cookie notice only to users from the EU"
|
1774 |
+
msgstr ""
|
1775 |
+
|
1776 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:123
|
1777 |
+
msgid "Option to show ‘Do Not Sell My Personal Information’ link only to visitors from California"
|
1778 |
+
msgstr ""
|
1779 |
+
|
1780 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:128
|
1781 |
+
msgid "Disable ‘Powered by CookieYes’ branding"
|
1782 |
+
msgstr ""
|
1783 |
+
|
1784 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:131
|
1785 |
+
msgid "From cookie notices"
|
1786 |
+
msgstr ""
|
1787 |
+
|
1788 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:137
|
1789 |
+
msgid "Renew user consent"
|
1790 |
+
msgstr ""
|
1791 |
+
|
1792 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:142
|
1793 |
+
msgid "Categorize personal data collecting cookies"
|
1794 |
+
msgstr ""
|
1795 |
+
|
1796 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:150
|
1797 |
+
msgid "Cookie notice live preview"
|
1798 |
+
msgstr ""
|
1799 |
+
|
1800 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:152
|
1801 |
+
msgid "During cookie notice customization"
|
1802 |
+
msgstr ""
|
1803 |
+
|
1804 |
+
#: legacy/admin/views/admin-settings-upgrade-pro.php:162
|
1805 |
+
#: legacy/admin/views/goto-pro-v2.php:359
|
1806 |
+
#: legacy/admin/views/goto-pro-v2.php:448
|
1807 |
+
msgid "Upgrade to premium"
|
1808 |
+
msgstr ""
|
1809 |
+
|
1810 |
+
#: legacy/admin/views/goto-pro-v2.php:356
|
1811 |
+
msgid "Get access to advanced features for GDPR compliance"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
+
#: legacy/admin/views/goto-pro-v2.php:365
|
1815 |
msgid "30 Day Money Back Guarantee"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
+
#: legacy/admin/views/goto-pro-v2.php:369
|
1819 |
+
msgid "Fast and Priority Support"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
+
#: legacy/admin/views/goto-pro-v2.php:373
|
1823 |
+
msgid "Enhanced cookie scanning:"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: legacy/admin/views/goto-pro-v2.php:373
|
1827 |
+
msgid "Scan up to 2000 URLs in a go."
|
1828 |
msgstr ""
|
1829 |
|
1830 |
+
#: legacy/admin/views/goto-pro-v2.php:375
|
1831 |
+
msgid "Auto-block cookies from popular third-party services & plugins:"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: legacy/admin/views/goto-pro-v2.php:378
|
1835 |
+
msgid "Supports Google analytics, Facebook pixel, Google tag manager, Hotjar analytics, +20 more."
|
|
|
|
|
|
|
|
|
1836 |
msgstr ""
|
1837 |
|
1838 |
+
#: legacy/admin/views/goto-pro-v2.php:383
|
1839 |
+
msgid "Be consent proof ready:"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
+
#: legacy/admin/views/goto-pro-v2.php:386
|
1843 |
+
msgid "Keep a record of users who have given consent along with details such as cookie categories, user ID, time stamp, etc."
|
1844 |
msgstr ""
|
1845 |
|
1846 |
+
#: legacy/admin/views/goto-pro-v2.php:395
|
1847 |
+
msgid "Display cookie notice based on user location:"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
+
#: legacy/admin/views/goto-pro-v2.php:395
|
1851 |
+
msgid "Option to show cookie notice only to users from the EU."
|
1852 |
msgstr ""
|
1853 |
|
1854 |
+
#: legacy/admin/views/goto-pro-v2.php:399
|
1855 |
+
msgid "Show ‘Do not sell my personal information’ link only to users from california."
|
1856 |
msgstr ""
|
1857 |
|
1858 |
+
#: legacy/admin/views/goto-pro-v2.php:403
|
1859 |
+
msgid "Multiple pre-built templates for cookie notice:"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: legacy/admin/views/goto-pro-v2.php:406
|
1863 |
+
msgid "Choose from 26 pre-designed and customizable cookie notice templates."
|
1864 |
msgstr ""
|
1865 |
|
1866 |
+
#: legacy/admin/views/goto-pro-v2.php:415
|
1867 |
+
msgid "Live preview of cookie notice:"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: legacy/admin/views/goto-pro-v2.php:415
|
1871 |
+
msgid "Get live preview of cookie notice as and when you customize them."
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: legacy/admin/views/goto-pro-v2.php:419
|
1875 |
+
msgid "Disable ‘Powered by CookieYes’ branding:"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
+
#: legacy/admin/views/goto-pro-v2.php:419
|
1879 |
+
msgid "Remove CookieYes branding from cookie notices."
|
1880 |
msgstr ""
|
1881 |
|
1882 |
+
#: legacy/admin/views/goto-pro-v2.php:423
|
1883 |
+
msgid "Renew user consent:"
|
1884 |
msgstr ""
|
1885 |
|
1886 |
+
#: legacy/admin/views/goto-pro-v2.php:426
|
1887 |
+
msgid "Renew user consent when you update your privacy/cookie policy or when needed otherwise."
|
1888 |
msgstr ""
|
1889 |
|
1890 |
+
#: legacy/admin/views/goto-pro-v2.php:435
|
1891 |
+
msgid "Categorize personal data collecting cookies:"
|
1892 |
+
msgstr ""
|
1893 |
+
|
1894 |
+
#: legacy/admin/views/goto-pro-v2.php:438
|
1895 |
+
msgid "Categorize personal data collecting cookies for ‘Do not sell my personal information’ link."
|
1896 |
+
msgstr ""
|
1897 |
+
|
1898 |
+
#: legacy/admin/views/goto-pro-v2.php:449
|
1899 |
+
msgid "Compare Free and Premium"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:156
|
1903 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:204
|
1904 |
msgid "Invalid request"
|
1905 |
msgstr ""
|
1906 |
|
1907 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:172
|
1908 |
msgid "Connected to CookieYes"
|
1909 |
msgstr ""
|
1910 |
|
1911 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:174
|
1912 |
+
#: lite/admin/dist/js/6.js:47
|
1913 |
msgid "Disconnect"
|
1914 |
msgstr ""
|
1915 |
|
1916 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:182
|
1917 |
msgid "Disconnected from CookieYes"
|
1918 |
msgstr ""
|
1919 |
|
1920 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:205
|
1921 |
msgid "Successfully deleted!"
|
1922 |
msgstr ""
|
1923 |
|
1924 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:206
|
1925 |
msgid "Delete failed, please try again later"
|
1926 |
msgstr ""
|
1927 |
|
1928 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:269
|
1929 |
msgid "Reset Password"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:273
|
1933 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:287
|
1934 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:1065
|
1935 |
+
#: lite/admin/dist/js/6.js:47
|
1936 |
msgid "Email"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:275
|
1940 |
msgid "Send password reset email"
|
1941 |
msgstr ""
|
1942 |
|
1943 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:283
|
1944 |
msgid "Welcome to CookieYes"
|
1945 |
msgstr ""
|
1946 |
|
1947 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:285
|
1948 |
+
msgid "Enter your email to create an account with CookieYes. By clicking “Connect”, your CookieYes account will be created automatically and you can start scanning your website for cookies right away!"
|
|
|
|
|
|
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:290
|
1952 |
msgid "Connect"
|
1953 |
msgstr ""
|
1954 |
|
1955 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:308
|
1956 |
msgid "Could not establish connection with scanner! please try again later"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:311
|
1960 |
msgid "Invalid credentials"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:314
|
1964 |
msgid "You already have an account with CookieYes."
|
1965 |
msgstr ""
|
1966 |
|
1967 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:317
|
1968 |
msgid "License is not activated, please activate your license and try again"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:320
|
1972 |
msgid "Disconnected with cookieyes, please connect and scan again"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:323
|
1976 |
msgid "Your monthly scan limit is reached please try again later"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:326
|
1980 |
msgid "A scanning is already in progress please try again after some time"
|
1981 |
msgstr ""
|
1982 |
|
1983 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:329
|
1984 |
msgid "Successfully connected with CookieYes"
|
1985 |
msgstr ""
|
1986 |
|
1987 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:332
|
1988 |
+
msgid "A password reset message has been sent to your email address. Click the link in the email to reset your password"
|
|
|
|
|
1989 |
msgstr ""
|
1990 |
|
1991 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:335
|
1992 |
+
msgid "A email verfication link has been sent to your email address. Click the link in the email to verify your account"
|
|
|
|
|
1993 |
msgstr ""
|
1994 |
|
1995 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:338
|
1996 |
msgid "Email has already verified"
|
1997 |
msgstr ""
|
1998 |
|
1999 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:390
|
2000 |
msgid "Invalid json token"
|
2001 |
msgstr ""
|
2002 |
|
2003 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:393
|
2004 |
msgid "Invalid token format"
|
2005 |
msgstr ""
|
2006 |
|
2007 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:784
|
2008 |
msgid "Successfully disconnected with Cookieyes"
|
2009 |
msgstr ""
|
2010 |
|
2011 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:787
|
2012 |
msgid "Could not identify the action"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:792
|
2016 |
msgid "Successfully connected with Cookieyes"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:894
|
2020 |
+
msgid "Delete site data from CookieYes"
|
2021 |
msgstr ""
|
2022 |
|
2023 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:900
|
2024 |
msgid "Do you really want to delete your website from CookieYes"
|
2025 |
msgstr ""
|
2026 |
|
2027 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:902
|
2028 |
+
msgid "This action will clear all your website data from CookieYes. If you have multiple websites added to your CookieYes account, then only the data associated with this website get deleted. Otherwise, your entire account will be deleted."
|
|
|
|
|
|
|
|
|
2029 |
msgstr ""
|
2030 |
|
2031 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:903
|
2032 |
msgid "Delete this website"
|
2033 |
msgstr ""
|
2034 |
|
2035 |
#. translators: %s: user email.
|
2036 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:1002
|
2037 |
+
msgid "We've sent an account verification link to the email address %s. Please click on the link given in email to verify your account with CookieYes."
|
|
|
|
|
|
|
2038 |
msgstr ""
|
2039 |
|
2040 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:1007
|
2041 |
+
msgid "If you didn't receive the email, click <a id='wt-cli-ckyes-email-resend-link' role='button'>here</a> to resend the verification email."
|
|
|
|
|
2042 |
msgstr ""
|
2043 |
|
2044 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:1018
|
2045 |
msgid "Verification link sent"
|
2046 |
msgstr ""
|
2047 |
|
2048 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:1020
|
2049 |
msgid "Pending email verification!"
|
2050 |
msgstr ""
|
2051 |
|
2052 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:1062
|
2053 |
+
msgid "Looks like you already have an account with CookieYes for email id %s, please login to continue."
|
|
|
|
|
|
|
2054 |
msgstr ""
|
2055 |
|
2056 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:1066
|
2057 |
msgid "Password"
|
2058 |
msgstr ""
|
2059 |
|
2060 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:1068
|
2061 |
+
msgid "Please check if you have received an email with your password from CookieYes."
|
|
|
2062 |
msgstr ""
|
2063 |
|
2064 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:1069
|
2065 |
+
msgid "If you did not get the email, click “Reset password” to create a new password."
|
|
|
|
|
2066 |
msgstr ""
|
2067 |
|
2068 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:1072
|
2069 |
msgid "Reset password"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
+
#: legacy/includes/class-cookie-law-info-cookieyes.php:1075
|
2073 |
msgid "Login"
|
2074 |
msgstr ""
|
2075 |
|
2076 |
+
#: legacy/includes/class-cookie-law-info-review-request.php:50
|
2077 |
+
msgid "Hey, we at %1$sWebToffee%2$s would like to thank you for using our plugin. We would really appreciate if you could take a moment to drop a quick review that will inspire us to keep going."
|
|
|
|
|
|
|
|
|
2078 |
msgstr ""
|
2079 |
|
2080 |
+
#: legacy/includes/class-cookie-law-info-review-request.php:53
|
2081 |
msgid "Remind me later"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
+
#: legacy/includes/class-cookie-law-info-review-request.php:54
|
2085 |
msgid "Not interested"
|
2086 |
msgstr ""
|
2087 |
|
2088 |
+
#: legacy/includes/class-cookie-law-info-review-request.php:55
|
2089 |
msgid "Review now"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:203
|
2093 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:204
|
2094 |
msgid "Script Blocker"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:230
|
2098 |
msgid "Status updated"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:258
|
2102 |
msgid "Advanced script rendering"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:260
|
2106 |
+
#: legacy/public/modules/script-blocker/views/settings.php:7
|
2107 |
msgid "Enable"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:261
|
2111 |
+
#: legacy/public/modules/script-blocker/views/settings.php:7
|
2112 |
msgid "Disable"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:262
|
2116 |
+
msgid "Advanced script rendering will render the blocked scripts using javascript thus eliminating the need for a page refresh. It is also optimized for caching since there is no server-side processing after obtaining the consent."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2117 |
msgstr ""
|
2118 |
|
2119 |
+
#: legacy/public/modules/script-blocker/script-blocker.php:667
|
2120 |
msgid "Invalid script id"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
+
#: legacy/public/modules/script-blocker/views/settings.php:9
|
2124 |
msgid "Script blocker is enabled."
|
2125 |
msgstr ""
|
2126 |
|
2127 |
+
#: legacy/public/modules/script-blocker/views/settings.php:9
|
2128 |
+
msgid "Script blocker is currently disabled. Enable the blocker if you want any of the below listed plugins to be auto blocked."
|
|
|
|
|
2129 |
msgstr ""
|
2130 |
|
2131 |
+
#: legacy/public/modules/script-blocker/views/settings.php:10
|
2132 |
+
msgid "<a id=\"wt-cli-script-blocker-action\">%s</a>"
|
|
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: legacy/public/modules/script-blocker/views/settings.php:14
|
2136 |
+
msgid "Advanced script rendering is currently disabled. It should be enabled for the automatic script blocker to function. <a href=\"%s\">Enable.</a>"
|
|
|
|
|
|
|
2137 |
msgstr ""
|
2138 |
|
2139 |
+
#: legacy/public/modules/script-blocker/views/settings.php:120
|
2140 |
msgid "Manage Script Blocking"
|
2141 |
msgstr ""
|
2142 |
|
2143 |
+
#: legacy/public/modules/script-blocker/views/settings.php:144
|
2144 |
+
msgid "Below is the list of plugins currently supported for auto blocking. Plugins marked inactive are either not installed or activated on your website. Enabled plugins will be blocked by default on the front-end of your website prior to obtaining user consent and rendered respectively based on consent. <a href=\"%s\" target=\"_blank\">Read more.</a>"
|
|
|
|
|
|
|
|
|
|
|
|
|
2145 |
msgstr ""
|
2146 |
|
2147 |
+
#: legacy/public/modules/script-blocker/views/settings.php:160
|
2148 |
+
#: lite/admin/dist/js/3.js:179
|
2149 |
msgid "Name"
|
2150 |
msgstr ""
|
2151 |
|
2152 |
+
#: legacy/public/modules/script-blocker/views/settings.php:161
|
2153 |
+
msgid "Enabled: Plugins will be blocked by default prior to obtaining user consent."
|
|
|
2154 |
msgstr ""
|
2155 |
|
2156 |
+
#: legacy/public/modules/script-blocker/views/settings.php:161
|
2157 |
msgid "Disabled: Plugins will be rendered prior to obtaining consent."
|
2158 |
msgstr ""
|
2159 |
|
2160 |
+
#: legacy/public/modules/script-blocker/views/settings.php:197
|
2161 |
msgid "Inactive"
|
2162 |
msgstr ""
|
2163 |
|
2164 |
+
#: legacy/public/modules/shortcode/shortcode.php:98
|
2165 |
msgid "Your current state:"
|
2166 |
msgstr ""
|
2167 |
|
2168 |
+
#: legacy/public/modules/shortcode/shortcode.php:101
|
2169 |
msgid "Consent accepted."
|
2170 |
msgstr ""
|
2171 |
|
2172 |
+
#: legacy/public/modules/shortcode/shortcode.php:103
|
2173 |
msgid "Consent rejected."
|
2174 |
msgstr ""
|
2175 |
|
2176 |
+
#: legacy/public/modules/shortcode/shortcode.php:107
|
2177 |
msgid "No consent given."
|
2178 |
msgstr ""
|
2179 |
|
2180 |
+
#: legacy/public/modules/shortcode/shortcode.php:109
|
2181 |
msgid "Manage your consent."
|
2182 |
msgstr ""
|
2183 |
|
2184 |
+
#: legacy/public/modules/shortcode/shortcode.php:144
|
2185 |
msgid "Delete Cookies"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
+
#: legacy/public/modules/shortcode/shortcode.php:523
|
2189 |
msgid "Close the cookie bar"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
+
#: legacy/public/modules/shortcode/shortcode.php:523
|
2193 |
msgid "Close and Accept"
|
2194 |
msgstr ""
|
2195 |
|
2196 |
+
#: legacy/public/views/cookie-law-info_bar.php:34
|
2197 |
msgid "Close"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: legacy/public/views/cookie-law-info_bar.php:50
|
2201 |
msgid "SAVE & ACCEPT"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
+
#: legacy/public/views/cookie-law-info_bar.php:55
|
2205 |
msgid "Powered by"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
+
#: legacy/public/views/cookie-law-info_popup_content.php:5
|
2209 |
msgid "Always Enabled"
|
2210 |
msgstr ""
|
2211 |
|
2212 |
+
#: legacy/public/views/cookie-law-info_popup_content.php:8
|
2213 |
msgid "Show more"
|
2214 |
msgstr ""
|
2215 |
|
2216 |
+
#: legacy/public/views/cookie-law-info_popup_content.php:8
|
2217 |
msgid "Show less"
|
2218 |
msgstr ""
|
2219 |
|
2220 |
+
#: lite/admin/class-admin.php:359
|
2221 |
+
#: lite/admin/class-admin.php:360
|
2222 |
+
#: lite/admin/dist/js/app.js:667
|
2223 |
+
msgid "Dashboard"
|
2224 |
msgstr ""
|
2225 |
|
2226 |
+
#: lite/admin/class-admin.php:369
|
2227 |
+
#: lite/admin/class-admin.php:370
|
2228 |
+
#: lite/admin/dist/js/app.js:667
|
2229 |
+
msgid "Site Settings"
|
2230 |
+
msgstr ""
|
2231 |
+
|
2232 |
+
#: lite/admin/class-admin.php:377
|
2233 |
+
#: lite/admin/class-admin.php:378
|
2234 |
+
msgid "CookieYes Setup Wizard"
|
2235 |
+
msgstr ""
|
2236 |
+
|
2237 |
+
#: lite/admin/modules/banners/api/class-api.php:103
|
2238 |
+
#: lite/admin/modules/banners/api/class-api.php:439
|
2239 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:94
|
2240 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:224
|
2241 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:80
|
2242 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:150
|
2243 |
+
#: lite/admin/modules/languages/api/class-api.php:135
|
2244 |
+
#: lite/admin/modules/scanner/api/class-api.php:89
|
2245 |
+
#: lite/admin/modules/scanner/api/class-api.php:110
|
2246 |
+
#: lite/admin/modules/scanner/api/class-api.php:289
|
2247 |
+
#: lite/admin/modules/settings/api/class-api.php:118
|
2248 |
+
#: lite/admin/modules/settings/api/class-api.php:399
|
2249 |
+
#: lite/admin/modules/settings/api/class-api.php:405
|
2250 |
+
msgid "Unique identifier for the resource."
|
2251 |
+
msgstr ""
|
2252 |
+
|
2253 |
+
#: lite/admin/modules/banners/api/class-api.php:195
|
2254 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:106
|
2255 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:154
|
2256 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:199
|
2257 |
+
#: lite/admin/modules/scanner/api/class-api.php:177
|
2258 |
+
msgid "Invalid ID."
|
2259 |
+
msgstr ""
|
2260 |
+
|
2261 |
+
#: lite/admin/modules/banners/api/class-api.php:211
|
2262 |
+
msgid "Cannot create existing banner."
|
2263 |
+
msgstr ""
|
2264 |
+
|
2265 |
+
#: lite/admin/modules/banners/api/class-api.php:231
|
2266 |
+
#: lite/admin/modules/banners/api/class-api.php:255
|
2267 |
+
msgid "Invalid banner id"
|
2268 |
+
msgstr ""
|
2269 |
+
|
2270 |
+
#: lite/admin/modules/banners/api/class-api.php:273
|
2271 |
+
msgid "No data specified to create/edit banners"
|
2272 |
+
msgstr ""
|
2273 |
+
|
2274 |
+
#: lite/admin/modules/banners/api/class-api.php:406
|
2275 |
+
#: lite/admin/modules/consentlogs/api/class-api.php:121
|
2276 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:253
|
2277 |
+
#: lite/admin/modules/settings/api/class-api.php:375
|
2278 |
+
msgid "Limit results to those matching a string."
|
2279 |
+
msgstr ""
|
2280 |
+
|
2281 |
+
#: lite/admin/modules/banners/api/class-api.php:412
|
2282 |
+
msgid "Version"
|
2283 |
+
msgstr ""
|
2284 |
+
|
2285 |
+
#: lite/admin/modules/banners/api/class-api.php:418
|
2286 |
+
msgid "Language of the banner"
|
2287 |
+
msgstr ""
|
2288 |
+
|
2289 |
+
#: lite/admin/modules/banners/api/class-api.php:445
|
2290 |
+
msgid "Banner name for reference"
|
2291 |
+
msgstr ""
|
2292 |
+
|
2293 |
+
#: lite/admin/modules/banners/api/class-api.php:450
|
2294 |
+
msgid "Banner unique name"
|
2295 |
+
msgstr ""
|
2296 |
+
|
2297 |
+
#: lite/admin/modules/banners/api/class-api.php:455
|
2298 |
+
msgid "Banner settings."
|
2299 |
+
msgstr ""
|
2300 |
+
|
2301 |
+
#: lite/admin/modules/banners/api/class-api.php:460
|
2302 |
+
msgid "Banner contents."
|
2303 |
+
msgstr ""
|
2304 |
+
|
2305 |
+
#: lite/admin/modules/banners/api/class-api.php:465
|
2306 |
+
msgid "Indicates whether the banner is default or not"
|
2307 |
+
msgstr ""
|
2308 |
+
|
2309 |
+
#: lite/admin/modules/banners/api/class-api.php:470
|
2310 |
+
msgid "The date the banner was created, as GMT."
|
2311 |
+
msgstr ""
|
2312 |
+
|
2313 |
+
#: lite/admin/modules/banners/api/class-api.php:476
|
2314 |
+
msgid "The date the banner was last modified, as GMT."
|
2315 |
+
msgstr ""
|
2316 |
+
|
2317 |
+
#: lite/admin/modules/banners/class-banners.php:58
|
2318 |
+
#: lite/admin/dist/js/app.js:667
|
2319 |
+
msgid "Cookie Banner"
|
2320 |
+
msgstr ""
|
2321 |
+
|
2322 |
+
#: lite/admin/modules/consentlogs/api/class-api.php:104
|
2323 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:236
|
2324 |
+
#: lite/admin/modules/settings/api/class-api.php:358
|
2325 |
+
msgid "Current page of the collection."
|
2326 |
+
msgstr ""
|
2327 |
+
|
2328 |
+
#: lite/admin/modules/consentlogs/api/class-api.php:112
|
2329 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:244
|
2330 |
+
#: lite/admin/modules/settings/api/class-api.php:366
|
2331 |
+
msgid "Maximum number of items to be returned in result set."
|
2332 |
+
msgstr ""
|
2333 |
+
|
2334 |
+
#: lite/admin/modules/consentlogs/api/class-api.php:140
|
2335 |
+
msgid "Visitor IP."
|
2336 |
+
msgstr ""
|
2337 |
+
|
2338 |
+
#: lite/admin/modules/consentlogs/api/class-api.php:145
|
2339 |
+
msgid "Visitor Country."
|
2340 |
+
msgstr ""
|
2341 |
+
|
2342 |
+
#: lite/admin/modules/consentlogs/api/class-api.php:150
|
2343 |
+
msgid "Consent status."
|
2344 |
+
msgstr ""
|
2345 |
+
|
2346 |
+
#: lite/admin/modules/consentlogs/api/class-api.php:155
|
2347 |
+
msgid "Log."
|
2348 |
+
msgstr ""
|
2349 |
+
|
2350 |
+
#: lite/admin/modules/consentlogs/api/class-api.php:160
|
2351 |
+
msgid "Unique visitor ID"
|
2352 |
+
msgstr ""
|
2353 |
+
|
2354 |
+
#: lite/admin/modules/consentlogs/class-consentlogs.php:54
|
2355 |
+
msgid "Consent Log"
|
2356 |
+
msgstr ""
|
2357 |
+
|
2358 |
+
#. translators: %s: Class method name.
|
2359 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:43
|
2360 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:53
|
2361 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:64
|
2362 |
+
#: lite/includes/class-store.php:126
|
2363 |
+
#: lite/includes/class-store.php:137
|
2364 |
+
#: lite/includes/class-store.php:148
|
2365 |
+
#: lite/includes/class-store.php:159
|
2366 |
+
#: lite/includes/class-store.php:508
|
2367 |
+
#: lite/integrations/cookieyes/includes/class-cloud.php:84
|
2368 |
+
#: lite/integrations/cookieyes/includes/class-cloud.php:97
|
2369 |
+
#: lite/integrations/cookieyes/includes/class-cloud.php:110
|
2370 |
+
#: lite/integrations/cookieyes/includes/class-cloud.php:123
|
2371 |
+
#: lite/integrations/cookieyes/includes/class-cloud.php:136
|
2372 |
+
msgid "Method '%s' not implemented. Must be overridden in subclass."
|
2373 |
+
msgstr ""
|
2374 |
+
|
2375 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:122
|
2376 |
+
msgid "Cannot create existing post."
|
2377 |
+
msgstr ""
|
2378 |
+
|
2379 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:259
|
2380 |
+
msgid "Language of the cookie"
|
2381 |
+
msgstr ""
|
2382 |
+
|
2383 |
+
#: lite/admin/modules/cookies/api/class-api-controller.php:265
|
2384 |
+
msgid "Cookie category"
|
2385 |
+
msgstr ""
|
2386 |
+
|
2387 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:173
|
2388 |
+
msgid "No data specified to create/edit categories"
|
2389 |
+
msgstr ""
|
2390 |
+
|
2391 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:230
|
2392 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:156
|
2393 |
+
#: lite/admin/modules/scanner/api/class-api.php:295
|
2394 |
+
msgid "The date the cookie was created, as GMT."
|
2395 |
+
msgstr ""
|
2396 |
+
|
2397 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:236
|
2398 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:162
|
2399 |
+
#: lite/admin/modules/scanner/api/class-api.php:301
|
2400 |
+
msgid "The date the cookie was last modified, as GMT."
|
2401 |
+
msgstr ""
|
2402 |
+
|
2403 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:242
|
2404 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:172
|
2405 |
+
#: lite/admin/modules/scanner/api/class-api.php:307
|
2406 |
+
msgid "Cookie category name."
|
2407 |
+
msgstr ""
|
2408 |
+
|
2409 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:247
|
2410 |
+
#: lite/admin/modules/scanner/api/class-api.php:312
|
2411 |
+
msgid "Cookie category unique name"
|
2412 |
+
msgstr ""
|
2413 |
+
|
2414 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:252
|
2415 |
+
msgid "Cookie category language"
|
2416 |
+
msgstr ""
|
2417 |
+
|
2418 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:257
|
2419 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:282
|
2420 |
+
#: lite/admin/modules/scanner/api/class-api.php:317
|
2421 |
+
msgid "Cookie category description."
|
2422 |
+
msgstr ""
|
2423 |
+
|
2424 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:262
|
2425 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:267
|
2426 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:197
|
2427 |
+
#: lite/admin/modules/scanner/api/class-api.php:322
|
2428 |
+
msgid "Cookie type."
|
2429 |
+
msgstr ""
|
2430 |
+
|
2431 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:272
|
2432 |
+
#: lite/admin/modules/cookies/api/class-categories-api.php:277
|
2433 |
+
msgid "Show cookies on audit table or not"
|
2434 |
+
msgstr ""
|
2435 |
+
|
2436 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:167
|
2437 |
+
msgid "Cookie name."
|
2438 |
+
msgstr ""
|
2439 |
+
|
2440 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:177
|
2441 |
+
msgid "Cookie unique name"
|
2442 |
+
msgstr ""
|
2443 |
+
|
2444 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:182
|
2445 |
+
msgid "Cookie description."
|
2446 |
+
msgstr ""
|
2447 |
+
|
2448 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:187
|
2449 |
+
msgid "Cookie duration"
|
2450 |
+
msgstr ""
|
2451 |
+
|
2452 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:192
|
2453 |
+
msgid "Cookie language."
|
2454 |
+
msgstr ""
|
2455 |
+
|
2456 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:202
|
2457 |
+
msgid "Cookie domain."
|
2458 |
+
msgstr ""
|
2459 |
+
|
2460 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:207
|
2461 |
+
msgid "If cookies added from the scanner or not."
|
2462 |
+
msgstr ""
|
2463 |
+
|
2464 |
+
#: lite/admin/modules/cookies/api/class-cookies-api.php:212
|
2465 |
+
msgid "URL patterns for blocking purposes"
|
2466 |
+
msgstr ""
|
2467 |
+
|
2468 |
+
#: lite/admin/modules/cookies/class-cookies.php:63
|
2469 |
+
#: lite/admin/modules/scanner/class-scanner.php:53
|
2470 |
+
#: lite/admin/dist/js/app.js:667
|
2471 |
+
msgid "Cookie Manager"
|
2472 |
+
msgstr ""
|
2473 |
+
|
2474 |
+
#: lite/admin/modules/languages/api/class-api.php:141
|
2475 |
+
msgid "Name of the language."
|
2476 |
+
msgstr ""
|
2477 |
+
|
2478 |
+
#: lite/admin/modules/languages/api/class-api.php:146
|
2479 |
+
msgid "Native name of the language."
|
2480 |
+
msgstr ""
|
2481 |
+
|
2482 |
+
#: lite/admin/modules/languages/api/class-api.php:151
|
2483 |
+
msgid "Language code"
|
2484 |
+
msgstr ""
|
2485 |
+
|
2486 |
+
#: lite/admin/modules/languages/class-languages.php:53
|
2487 |
+
#: lite/admin/modules/languages/class-languages.php:60
|
2488 |
+
#: lite/admin/dist/js/5.js:106
|
2489 |
+
#: lite/admin/dist/js/app.js:667
|
2490 |
+
msgid "Languages"
|
2491 |
+
msgstr ""
|
2492 |
+
|
2493 |
+
#: lite/admin/modules/policies/class-policies.php:40
|
2494 |
+
#: lite/admin/dist/js/app.js:667
|
2495 |
+
msgid "Policy Generators"
|
2496 |
+
msgstr ""
|
2497 |
+
|
2498 |
+
#: lite/admin/modules/scanner/api/class-api.php:236
|
2499 |
+
#: lite/admin/modules/scanner/api/class-api.php:262
|
2500 |
+
msgid "Could not initiate the scan, please try again"
|
2501 |
+
msgstr ""
|
2502 |
+
|
2503 |
+
#: lite/admin/modules/scanner/api/class-api.php:327
|
2504 |
+
#: lite/admin/modules/scanner/api/class-api.php:332
|
2505 |
+
msgid "Cookie scripts."
|
2506 |
+
msgstr ""
|
2507 |
+
|
2508 |
+
#: lite/admin/modules/scanner/api/class-api.php:337
|
2509 |
+
msgid "Cookie count."
|
2510 |
+
msgstr ""
|
2511 |
+
|
2512 |
+
#: lite/admin/modules/scanner/class-scanner.php:52
|
2513 |
+
msgid "Scan Details"
|
2514 |
+
msgstr ""
|
2515 |
+
|
2516 |
+
#: lite/admin/modules/settings/api/class-api.php:191
|
2517 |
+
msgid "GDPR (General Data Protection Regulation)"
|
2518 |
+
msgstr ""
|
2519 |
+
|
2520 |
+
#: lite/admin/modules/settings/api/class-api.php:192
|
2521 |
+
msgid "Continue with the GDPR template if most of your targeted audience are from the EU or UK. It creates a customizable banner that allows your visitors to accept/reject cookies or adjust their consent preferences."
|
2522 |
+
msgstr ""
|
2523 |
+
|
2524 |
+
#: lite/admin/modules/settings/api/class-api.php:193
|
2525 |
+
msgid ""
|
2526 |
+
"Choose GDPR if most of your targeted audience are from the EU or UK.\n"
|
2527 |
+
"\t\t\t\t\tIt creates a customizable banner that allows your visitors to accept/reject cookies or adjust their consent preferences."
|
2528 |
+
msgstr ""
|
2529 |
+
|
2530 |
+
#: lite/admin/modules/settings/api/class-api.php:201
|
2531 |
+
msgid "CCPA (California Consumer Privacy Act)"
|
2532 |
+
msgstr ""
|
2533 |
+
|
2534 |
+
#: lite/admin/modules/settings/api/class-api.php:202
|
2535 |
+
msgid "Choose CCPA if most of your targeted audience are from California or US. This will create a customizable banner with a “Do Not Sell My Personal Information” link that allows your visitors to refuse the use of cookies."
|
2536 |
+
msgstr ""
|
2537 |
+
|
2538 |
+
#: lite/admin/modules/settings/api/class-api.php:203
|
2539 |
+
msgid ""
|
2540 |
+
"Choose CCPA if most of your targeted audience are from California or US.\n"
|
2541 |
+
"\t\t\t\t\tIt creates a customizable banner with a “Do Not Sell My Personal Information” link that allows your visitors to refuse the use of cookies."
|
2542 |
+
msgstr ""
|
2543 |
+
|
2544 |
+
#: lite/admin/modules/settings/api/class-api.php:211
|
2545 |
+
msgid "INFO (Information Display Banner)"
|
2546 |
+
msgstr ""
|
2547 |
+
|
2548 |
+
#: lite/admin/modules/settings/api/class-api.php:212
|
2549 |
+
msgid "Choose INFO if you do not want to block any cookies on your website. This will create a dismissible banner that provides some general information to your site visitors."
|
2550 |
+
msgstr ""
|
2551 |
+
|
2552 |
+
#: lite/admin/modules/settings/api/class-api.php:213
|
2553 |
+
msgid ""
|
2554 |
+
"Choose Info if you do not want to block any cookies on your website.\n"
|
2555 |
+
"\t\t\t\t\t\tIt creates a dismissible banner that provides some general info to your site visitors."
|
2556 |
+
msgstr ""
|
2557 |
+
|
2558 |
+
#: lite/admin/modules/settings/api/class-api.php:382
|
2559 |
+
msgid "Force fetch data"
|
2560 |
+
msgstr ""
|
2561 |
+
|
2562 |
+
#: lite/admin/modules/settings/api/class-api.php:410
|
2563 |
+
#: lite/admin/modules/settings/api/class-api.php:415
|
2564 |
+
#: lite/admin/modules/settings/api/class-api.php:420
|
2565 |
+
#: lite/admin/modules/settings/api/class-api.php:425
|
2566 |
+
#: lite/admin/modules/settings/api/class-api.php:430
|
2567 |
+
msgid "Language."
|
2568 |
+
msgstr ""
|
2569 |
+
|
2570 |
+
#: lite/admin/modules/settings/includes/class-controller.php:263
|
2571 |
+
msgid "Free Plan"
|
2572 |
+
msgstr ""
|
2573 |
+
|
2574 |
+
#: lite/admin/modules/settings/includes/class-controller.php:333
|
2575 |
+
msgid "Invalid Website ID"
|
2576 |
+
msgstr ""
|
2577 |
+
|
2578 |
+
#: lite/admin/modules/settings/includes/class-controller.php:396
|
2579 |
+
msgid "Failed to fetch data from the API"
|
2580 |
+
msgstr ""
|
2581 |
+
|
2582 |
+
#: lite/admin/modules/settings/includes/class-controller.php:425
|
2583 |
+
msgid "Failed to the update the data to web app"
|
2584 |
+
msgstr ""
|
2585 |
+
|
2586 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:95
|
2587 |
+
#: lite/includes/class-rest-controller.php:65
|
2588 |
+
msgid "Sorry, you are not allowed to create resources."
|
2589 |
+
msgstr ""
|
2590 |
+
|
2591 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:126
|
2592 |
+
msgid "Setup is too difficult/ Lack of documentation"
|
2593 |
+
msgstr ""
|
2594 |
+
|
2595 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:134
|
2596 |
+
msgid "The plugin is affecting website performance"
|
2597 |
+
msgstr ""
|
2598 |
+
|
2599 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:142
|
2600 |
+
msgid "I have issues while connecting to the CookieYes web app"
|
2601 |
+
msgstr ""
|
2602 |
+
|
2603 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:146
|
2604 |
+
msgid "I would like to use the CookieYes web app instead of the plugin"
|
2605 |
+
msgstr ""
|
2606 |
+
|
2607 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:176
|
2608 |
+
msgid "We are sorry to see you go :("
|
2609 |
+
msgstr ""
|
2610 |
+
|
2611 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:180
|
2612 |
+
msgid "If you have a moment, please let us know why you are deactivating the CookieYes plugin."
|
2613 |
+
msgstr ""
|
2614 |
+
|
2615 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:192
|
2616 |
+
msgid "Feedback..."
|
2617 |
+
msgstr ""
|
2618 |
+
|
2619 |
+
#: lite/admin/modules/uninstall-feedback/class-uninstall-feedback.php:207
|
2620 |
+
msgid "Skip & Deactivate"
|
2621 |
+
msgstr ""
|
2622 |
+
|
2623 |
+
#: lite/includes/class-rest-controller.php:51
|
2624 |
+
msgid "Sorry, you cannot list resources."
|
2625 |
+
msgstr ""
|
2626 |
+
|
2627 |
+
#: lite/includes/class-rest-controller.php:79
|
2628 |
+
msgid "Sorry, you cannot view this resource."
|
2629 |
+
msgstr ""
|
2630 |
+
|
2631 |
+
#: lite/includes/class-rest-controller.php:93
|
2632 |
+
msgid "Sorry, you are not allowed to edit this resource."
|
2633 |
+
msgstr ""
|
2634 |
+
|
2635 |
+
#: lite/includes/class-rest-controller.php:107
|
2636 |
+
msgid "Sorry, you are not allowed to delete this resource."
|
2637 |
+
msgstr ""
|
2638 |
+
|
2639 |
+
#: lite/integrations/cookieyes/includes/class-cloud.php:54
|
2640 |
+
#: lite/integrations/cookieyes/includes/class-cloud.php:71
|
2641 |
+
msgid "Ivalid method."
|
2642 |
+
msgstr ""
|
2643 |
+
|
2644 |
+
#: uninstall.php:68
|
2645 |
+
msgid "Failed to delete CookieYes plugin data!"
|
2646 |
+
msgstr ""
|
2647 |
+
|
2648 |
+
#: lite/admin/dist/js/0.js:35
|
2649 |
+
msgid "Please wait while we connect your site to app.cookieyes.com"
|
2650 |
+
msgstr ""
|
2651 |
+
|
2652 |
+
#: lite/admin/dist/js/0.js:35
|
2653 |
+
msgid "Your website is connected to app.cookieyes.com"
|
2654 |
+
msgstr ""
|
2655 |
+
|
2656 |
+
#: lite/admin/dist/js/0.js:35
|
2657 |
+
msgid "You can now continue to manage all your existing settings and access all free CookieYes features from your web app account"
|
2658 |
+
msgstr ""
|
2659 |
+
|
2660 |
+
#: lite/admin/dist/js/0.js:35
|
2661 |
+
msgid "Go to CookieYes Web App"
|
2662 |
+
msgstr ""
|
2663 |
+
|
2664 |
+
#: lite/admin/dist/js/1.js:59
|
2665 |
+
msgid "Consent Ratio"
|
2666 |
+
msgstr ""
|
2667 |
+
|
2668 |
+
#: lite/admin/dist/js/2.js:35
|
2669 |
+
msgid "Please enter a value between 0 and 730"
|
2670 |
+
msgstr ""
|
2671 |
+
|
2672 |
+
#: lite/admin/dist/js/2.js:71
|
2673 |
+
msgid "Worldwide"
|
2674 |
+
msgstr ""
|
2675 |
+
|
2676 |
+
#: lite/admin/dist/js/2.js:71
|
2677 |
+
msgid "EU Countries & UK"
|
2678 |
+
msgstr ""
|
2679 |
+
|
2680 |
+
#: lite/admin/dist/js/2.js:71
|
2681 |
+
msgid "Select countries"
|
2682 |
+
msgstr ""
|
2683 |
+
|
2684 |
+
#: lite/admin/dist/js/2.js:71
|
2685 |
+
msgid "California"
|
2686 |
+
msgstr ""
|
2687 |
+
|
2688 |
+
#: lite/admin/dist/js/2.js:71
|
2689 |
+
msgid "United States"
|
2690 |
+
msgstr ""
|
2691 |
+
|
2692 |
+
#: lite/admin/dist/js/2.js:71
|
2693 |
+
msgid "Geo-target GDPR Banner"
|
2694 |
+
msgstr ""
|
2695 |
+
|
2696 |
+
#: lite/admin/dist/js/2.js:71
|
2697 |
+
msgid "Geo-target CCPA Banner"
|
2698 |
+
msgstr ""
|
2699 |
+
|
2700 |
+
#: lite/admin/dist/js/2.js:155
|
2701 |
+
msgid "Failed to load cookies please try again later!"
|
2702 |
+
msgstr ""
|
2703 |
+
|
2704 |
+
#: lite/admin/dist/js/2.js:155
|
2705 |
+
#: lite/admin/dist/js/3.js:83
|
2706 |
+
#: lite/admin/dist/js/app.js:235
|
2707 |
+
msgid "An unexpected error occurred please try reloading the page or logging in again."
|
2708 |
+
msgstr ""
|
2709 |
+
|
2710 |
+
#: lite/admin/dist/js/2.js:155
|
2711 |
+
msgid "Update was successfull!"
|
2712 |
+
msgstr ""
|
2713 |
+
|
2714 |
+
#: lite/admin/dist/js/2.js:155
|
2715 |
+
#: lite/admin/dist/js/3.js:83
|
2716 |
+
msgid "Problem occurred while saving your settings. Please try again later!"
|
2717 |
+
msgstr ""
|
2718 |
+
|
2719 |
+
#: lite/admin/dist/js/2.js:227
|
2720 |
+
msgid "Upgrade to unlock geo-targeting and other advanced features"
|
2721 |
+
msgstr ""
|
2722 |
+
|
2723 |
+
#: lite/admin/dist/js/2.js:239
|
2724 |
+
msgid "Consent Template"
|
2725 |
+
msgstr ""
|
2726 |
+
|
2727 |
+
#: lite/admin/dist/js/2.js:239
|
2728 |
+
msgid "Please upgrade to the Pro or Ultimate plan to show GDPR or CCPA banner to your site visitors based on their geolocation."
|
2729 |
+
msgstr ""
|
2730 |
+
|
2731 |
+
#: lite/admin/dist/js/2.js:239
|
2732 |
+
msgid "GDPR & CCPA"
|
2733 |
+
msgstr ""
|
2734 |
+
|
2735 |
+
#: lite/admin/dist/js/2.js:251
|
2736 |
+
msgid "Upgrade to unlock popup layout and other advanced features"
|
2737 |
+
msgstr ""
|
2738 |
+
|
2739 |
+
#: lite/admin/dist/js/2.js:263
|
2740 |
+
#: lite/admin/dist/js/2.js:275
|
2741 |
+
#: lite/admin/dist/js/2.js:287
|
2742 |
+
#: lite/admin/dist/js/2.js:299
|
2743 |
+
msgid "Fetching data"
|
2744 |
+
msgstr ""
|
2745 |
+
|
2746 |
+
#: lite/admin/dist/js/2.js:263
|
2747 |
+
msgid "The edits that you have made in the HTML Editor will override any changes made to the settings below"
|
2748 |
+
msgstr ""
|
2749 |
+
|
2750 |
+
#: lite/admin/dist/js/2.js:263
|
2751 |
+
msgid "Colour scheme"
|
2752 |
+
msgstr ""
|
2753 |
+
|
2754 |
+
#: lite/admin/dist/js/2.js:275
|
2755 |
+
msgid "Custom CSS for additional styling"
|
2756 |
+
msgstr ""
|
2757 |
+
|
2758 |
+
#: lite/admin/dist/js/2.js:275
|
2759 |
+
msgid "Upgrade to unlock custom css and other advanced features"
|
2760 |
+
msgstr ""
|
2761 |
+
|
2762 |
+
#: lite/admin/dist/js/2.js:287
|
2763 |
+
msgid "Show CCPA Banner"
|
2764 |
+
msgstr ""
|
2765 |
+
|
2766 |
+
#: lite/admin/dist/js/2.js:287
|
2767 |
+
msgid "Hide advanced settings"
|
2768 |
+
msgstr ""
|
2769 |
+
|
2770 |
+
#: lite/admin/dist/js/2.js:287
|
2771 |
+
msgid "Show advanced settings"
|
2772 |
+
msgstr ""
|
2773 |
+
|
2774 |
+
#: lite/admin/dist/js/2.js:287
|
2775 |
+
msgid "Consent expiration (days)"
|
2776 |
+
msgstr ""
|
2777 |
+
|
2778 |
+
#: lite/admin/dist/js/2.js:287
|
2779 |
+
msgid "Reload page on consent action"
|
2780 |
+
msgstr ""
|
2781 |
+
|
2782 |
+
#: lite/admin/dist/js/2.js:287
|
2783 |
+
msgid "Load cookies prior to consent"
|
2784 |
+
msgstr ""
|
2785 |
+
|
2786 |
+
#: lite/admin/dist/js/2.js:287
|
2787 |
+
msgid "Choosing any of these categories(cookies) to load prior to receiving user consent will make your website non-compliant with GDPR."
|
2788 |
+
msgstr ""
|
2789 |
+
|
2790 |
+
#: lite/admin/dist/js/2.js:287
|
2791 |
+
msgid "Hide categories from banner"
|
2792 |
+
msgstr ""
|
2793 |
+
|
2794 |
+
#: lite/admin/dist/js/2.js:287
|
2795 |
+
msgid "Hiding any of the categories (with cookies) will make your website non-compliant with GDPR."
|
2796 |
+
msgstr ""
|
2797 |
+
|
2798 |
+
#: lite/admin/dist/js/2.js:311
|
2799 |
+
msgid "Loading..."
|
2800 |
+
msgstr ""
|
2801 |
+
|
2802 |
+
#: lite/admin/dist/js/2.js:311
|
2803 |
+
#: lite/admin/dist/js/app.js:1435
|
2804 |
+
msgid "Banner Preview"
|
2805 |
+
msgstr ""
|
2806 |
+
|
2807 |
+
#: lite/admin/dist/js/2.js:311
|
2808 |
+
msgid "The CCPA banner has been disabled. You can enable it from ‘General’, if needed."
|
2809 |
+
msgstr ""
|
2810 |
+
|
2811 |
+
#: lite/admin/dist/js/2.js:311
|
2812 |
+
#: lite/admin/dist/js/app.js:1435
|
2813 |
+
msgid "Publish Changes"
|
2814 |
+
msgstr ""
|
2815 |
+
|
2816 |
+
#: lite/admin/dist/js/3.js:83
|
2817 |
+
msgid "Successfully updated"
|
2818 |
+
msgstr ""
|
2819 |
+
|
2820 |
+
#: lite/admin/dist/js/3.js:83
|
2821 |
+
msgid "Are you sure you want to delete this post?"
|
2822 |
+
msgstr ""
|
2823 |
+
|
2824 |
+
#: lite/admin/dist/js/3.js:83
|
2825 |
+
msgid "Successfully deleted the cookie"
|
2826 |
+
msgstr ""
|
2827 |
+
|
2828 |
+
#: lite/admin/dist/js/3.js:95
|
2829 |
+
#: lite/admin/dist/js/3.js:191
|
2830 |
+
msgid "Scan History"
|
2831 |
+
msgstr ""
|
2832 |
+
|
2833 |
+
#: lite/admin/dist/js/3.js:119
|
2834 |
+
msgid "To access this feature, connect to a CookieYes free account. After connecting, you can scan your website and manage all your settings from the web app."
|
2835 |
+
msgstr ""
|
2836 |
+
|
2837 |
+
#: lite/admin/dist/js/3.js:119
|
2838 |
+
#: lite/admin/dist/js/4.js:95
|
2839 |
+
#: lite/admin/dist/js/7.js:23
|
2840 |
+
msgid "New? Create a Free Account"
|
2841 |
+
msgstr ""
|
2842 |
+
|
2843 |
+
#: lite/admin/dist/js/3.js:119
|
2844 |
+
#: lite/admin/dist/js/4.js:95
|
2845 |
+
msgid "Connecting..."
|
2846 |
+
msgstr ""
|
2847 |
+
|
2848 |
+
#: lite/admin/dist/js/3.js:119
|
2849 |
+
#: lite/admin/dist/js/7.js:23
|
2850 |
+
#: lite/admin/dist/js/app.js:931
|
2851 |
+
msgid "Already have an account?"
|
2852 |
+
msgstr ""
|
2853 |
+
|
2854 |
+
#: lite/admin/dist/js/3.js:119
|
2855 |
+
#: lite/admin/dist/js/7.js:23
|
2856 |
+
#: lite/admin/dist/js/app.js:931
|
2857 |
+
msgid "Connect your existing account"
|
2858 |
+
msgstr ""
|
2859 |
+
|
2860 |
+
#: lite/admin/dist/js/3.js:167
|
2861 |
+
msgid "Discovered Cookies"
|
2862 |
+
msgstr ""
|
2863 |
+
|
2864 |
+
#: lite/admin/dist/js/3.js:167
|
2865 |
+
msgid "Self-declared Cookies"
|
2866 |
+
msgstr ""
|
2867 |
+
|
2868 |
+
#: lite/admin/dist/js/3.js:167
|
2869 |
+
msgid "Edit cookie"
|
2870 |
+
msgstr ""
|
2871 |
+
|
2872 |
+
#: lite/admin/dist/js/3.js:167
|
2873 |
+
msgid "Delete cookie"
|
2874 |
+
msgstr ""
|
2875 |
+
|
2876 |
+
#: lite/admin/dist/js/3.js:167
|
2877 |
+
msgid "No cookies found for this category!"
|
2878 |
+
msgstr ""
|
2879 |
+
|
2880 |
+
#: lite/admin/dist/js/3.js:179
|
2881 |
+
msgid " + Add Cookie"
|
2882 |
+
msgstr ""
|
2883 |
+
|
2884 |
+
#: lite/admin/dist/js/3.js:179
|
2885 |
+
msgid "Edit content in: "
|
2886 |
+
msgstr ""
|
2887 |
+
|
2888 |
+
#: lite/admin/dist/js/3.js:179
|
2889 |
+
msgid "Edit category"
|
2890 |
+
msgstr ""
|
2891 |
+
|
2892 |
+
#: lite/admin/dist/js/3.js:179
|
2893 |
+
msgid "Edit Cookie"
|
2894 |
+
msgstr ""
|
2895 |
+
|
2896 |
+
#: lite/admin/dist/js/3.js:179
|
2897 |
+
msgid "New Cookie"
|
2898 |
+
msgstr ""
|
2899 |
+
|
2900 |
+
#: lite/admin/dist/js/3.js:179
|
2901 |
+
msgid "Cookie id is required"
|
2902 |
+
msgstr ""
|
2903 |
+
|
2904 |
+
#: lite/admin/dist/js/3.js:179
|
2905 |
+
msgid "Domain"
|
2906 |
+
msgstr ""
|
2907 |
+
|
2908 |
+
#: lite/admin/dist/js/3.js:179
|
2909 |
+
msgid "Domain is required"
|
2910 |
+
msgstr ""
|
2911 |
+
|
2912 |
+
#: lite/admin/dist/js/3.js:179
|
2913 |
+
msgid "Duration is required"
|
2914 |
+
msgstr ""
|
2915 |
+
|
2916 |
+
#: lite/admin/dist/js/3.js:179
|
2917 |
+
msgid "Description is required"
|
2918 |
+
msgstr ""
|
2919 |
+
|
2920 |
+
#: lite/admin/dist/js/3.js:179
|
2921 |
+
msgid "Script URL Pattern"
|
2922 |
+
msgstr ""
|
2923 |
+
|
2924 |
+
#: lite/admin/dist/js/3.js:179
|
2925 |
+
msgid "Our auto-blocking mechanism will use the Script URL Pattern to identify the third-party script (setting a cookie) by purpose category, and consequently, the associated cookie will be automatically blocked prior to receiving user consent for the respective category."
|
2926 |
+
msgstr ""
|
2927 |
+
|
2928 |
+
#: lite/admin/dist/js/3.js:179
|
2929 |
+
msgid "URL pattern for blocking the third-party script settings of this cookie"
|
2930 |
+
msgstr ""
|
2931 |
+
|
2932 |
+
#: lite/admin/dist/js/3.js:179
|
2933 |
+
msgid "Save Changes"
|
2934 |
+
msgstr ""
|
2935 |
+
|
2936 |
+
#: lite/admin/dist/js/3.js:179
|
2937 |
+
msgid "Edit Category"
|
2938 |
+
msgstr ""
|
2939 |
+
|
2940 |
+
#: lite/admin/dist/js/3.js:179
|
2941 |
+
msgid "Name is required"
|
2942 |
+
msgstr ""
|
2943 |
+
|
2944 |
+
#: lite/admin/dist/js/3.js:191
|
2945 |
+
msgid "To access this feature, connect to a CookieYes free account."
|
2946 |
+
msgstr ""
|
2947 |
+
|
2948 |
+
#: lite/admin/dist/js/4.js:23
|
2949 |
+
msgid "Create a free account to connect with %sCookieYes web app%s. After connecting, you can manage all your settings from the web app and access advanced features:"
|
2950 |
+
msgstr ""
|
2951 |
+
|
2952 |
+
#: lite/admin/dist/js/4.js:71
|
2953 |
+
msgid "Total Cookies"
|
2954 |
+
msgstr ""
|
2955 |
+
|
2956 |
+
#: lite/admin/dist/js/4.js:71
|
2957 |
+
msgid "Total Categories"
|
2958 |
+
msgstr ""
|
2959 |
+
|
2960 |
+
#: lite/admin/dist/js/4.js:71
|
2961 |
+
msgid "Pages Scanned"
|
2962 |
+
msgstr ""
|
2963 |
+
|
2964 |
+
#: lite/admin/dist/js/4.js:95
|
2965 |
+
#: lite/admin/dist/js/6.js:47
|
2966 |
+
msgid "Your website is connected to CookieYes"
|
2967 |
+
msgstr ""
|
2968 |
+
|
2969 |
+
#: lite/admin/dist/js/4.js:95
|
2970 |
+
#: lite/admin/dist/js/6.js:47
|
2971 |
+
msgid "You can access all the plugin settings (Cookie Banner, Cookie Manager, Languages & Policy Generators) on the web app and unlock new features like Cookie Scan and Consent Log."
|
2972 |
+
msgstr ""
|
2973 |
+
|
2974 |
+
#: lite/admin/dist/js/4.js:95
|
2975 |
+
#: lite/admin/dist/js/6.js:47
|
2976 |
+
msgid "Go to Web App"
|
2977 |
+
msgstr ""
|
2978 |
+
|
2979 |
+
#: lite/admin/dist/js/4.js:95
|
2980 |
+
msgid "Connect your website to CookieYes"
|
2981 |
+
msgstr ""
|
2982 |
+
|
2983 |
+
#: lite/admin/dist/js/4.js:95
|
2984 |
+
msgid "Cookie Scanner - Discover cookies on your site and auto-block them prior to user consent (Legally required)"
|
2985 |
+
msgstr ""
|
2986 |
+
|
2987 |
+
#: lite/admin/dist/js/4.js:95
|
2988 |
+
msgid "Consent Log - Record user consents to demonstrate proof of compliance (Legally required)"
|
2989 |
+
msgstr ""
|
2990 |
+
|
2991 |
+
#: lite/admin/dist/js/4.js:95
|
2992 |
+
msgid "Connect Your Existing Account"
|
2993 |
+
msgstr ""
|
2994 |
+
|
2995 |
+
#: lite/admin/dist/js/4.js:119
|
2996 |
+
msgid "Banner status"
|
2997 |
+
msgstr ""
|
2998 |
+
|
2999 |
+
#: lite/admin/dist/js/4.js:119
|
3000 |
+
msgid "Active"
|
3001 |
+
msgstr ""
|
3002 |
+
|
3003 |
+
#: lite/admin/dist/js/4.js:119
|
3004 |
+
msgid "Regulation"
|
3005 |
+
msgstr ""
|
3006 |
+
|
3007 |
+
#: lite/admin/dist/js/4.js:119
|
3008 |
+
msgid "Last cookie scan"
|
3009 |
+
msgstr ""
|
3010 |
+
|
3011 |
+
#: lite/admin/dist/js/4.js:119
|
3012 |
+
msgid "Not available"
|
3013 |
+
msgstr ""
|
3014 |
+
|
3015 |
+
#: lite/admin/dist/js/4.js:119
|
3016 |
+
msgid "Language"
|
3017 |
+
msgstr ""
|
3018 |
+
|
3019 |
+
#: lite/admin/dist/js/4.js:119
|
3020 |
+
msgid "Customize Banner"
|
3021 |
+
msgstr ""
|
3022 |
+
|
3023 |
+
#: lite/admin/dist/js/4.js:119
|
3024 |
+
msgid "Preview Banner"
|
3025 |
+
msgstr ""
|
3026 |
+
|
3027 |
+
#: lite/admin/dist/js/4.js:143
|
3028 |
+
msgid "Cookie Summary"
|
3029 |
+
msgstr ""
|
3030 |
+
|
3031 |
+
#: lite/admin/dist/js/5.js:46
|
3032 |
+
msgid "Problem occurred while adding languages. Please try again later!"
|
3033 |
+
msgstr ""
|
3034 |
+
|
3035 |
+
#: lite/admin/dist/js/5.js:58
|
3036 |
+
msgid "Are you sure you want to delete this language?"
|
3037 |
+
msgstr ""
|
3038 |
+
|
3039 |
+
#: lite/admin/dist/js/5.js:58
|
3040 |
+
msgid "Successfully deleted the language"
|
3041 |
+
msgstr ""
|
3042 |
+
|
3043 |
+
#: lite/admin/dist/js/5.js:94
|
3044 |
+
msgid "Add language"
|
3045 |
+
msgstr ""
|
3046 |
+
|
3047 |
+
#: lite/admin/dist/js/5.js:94
|
3048 |
+
msgid "Select prefered language(s)"
|
3049 |
+
msgstr ""
|
3050 |
+
|
3051 |
+
#: lite/admin/dist/js/5.js:94
|
3052 |
+
msgid "Search..."
|
3053 |
+
msgstr ""
|
3054 |
+
|
3055 |
+
#: lite/admin/dist/js/5.js:94
|
3056 |
+
msgid "Translations not available"
|
3057 |
+
msgstr ""
|
3058 |
+
|
3059 |
+
#: lite/admin/dist/js/5.js:94
|
3060 |
+
msgid "Note: Translations are not available for some of the languages you have added, so the banner content that has not been translated will be displayed in English unless you add translations for these languages manually."
|
3061 |
+
msgstr ""
|
3062 |
+
|
3063 |
+
#: lite/admin/dist/js/5.js:106
|
3064 |
+
msgid "Add Language"
|
3065 |
+
msgstr ""
|
3066 |
+
|
3067 |
+
#: lite/admin/dist/js/5.js:106
|
3068 |
+
msgid "Language List"
|
3069 |
+
msgstr ""
|
3070 |
+
|
3071 |
+
#: lite/admin/dist/js/5.js:106
|
3072 |
+
msgid "Language Code"
|
3073 |
+
msgstr ""
|
3074 |
+
|
3075 |
+
#: lite/admin/dist/js/5.js:106
|
3076 |
+
msgid "Loading languages"
|
3077 |
+
msgstr ""
|
3078 |
+
|
3079 |
+
#: lite/admin/dist/js/5.js:106
|
3080 |
+
msgid "Default"
|
3081 |
+
msgstr ""
|
3082 |
+
|
3083 |
+
#: lite/admin/dist/js/5.js:106
|
3084 |
+
msgid "Edit Content"
|
3085 |
+
msgstr ""
|
3086 |
+
|
3087 |
+
#: lite/admin/dist/js/5.js:106
|
3088 |
+
msgid "You can't delete the default language."
|
3089 |
+
msgstr ""
|
3090 |
+
|
3091 |
+
#: lite/admin/dist/js/5.js:106
|
3092 |
+
msgid "Set as default"
|
3093 |
+
msgstr ""
|
3094 |
+
|
3095 |
+
#: lite/admin/dist/js/6.js:35
|
3096 |
+
msgid "Your website is now disconnected from app.cookieyes.com"
|
3097 |
+
msgstr ""
|
3098 |
+
|
3099 |
+
#: lite/admin/dist/js/6.js:47
|
3100 |
+
msgid "Site Key"
|
3101 |
+
msgstr ""
|
3102 |
+
|
3103 |
+
#: lite/admin/dist/js/6.js:47
|
3104 |
+
msgid "Plan"
|
3105 |
+
msgstr ""
|
3106 |
+
|
3107 |
+
#: lite/admin/dist/js/6.js:47
|
3108 |
+
msgid "Disconnect from CookieYes web app?"
|
3109 |
+
msgstr ""
|
3110 |
+
|
3111 |
+
#: lite/admin/dist/js/6.js:47
|
3112 |
+
msgid "When you disconnect, your website will no longer be synced to your CookieYes account. You will be able to manage all your settings within WordPress. You can connect to your CookieYes account anytime later."
|
3113 |
+
msgstr ""
|
3114 |
+
|
3115 |
+
#: lite/admin/dist/js/6.js:47
|
3116 |
+
msgid "Disconnecting..."
|
3117 |
+
msgstr ""
|
3118 |
+
|
3119 |
+
#: lite/admin/dist/js/7.js:23
|
3120 |
+
msgid "Privacy Policy Generator"
|
3121 |
+
msgstr ""
|
3122 |
+
|
3123 |
+
#: lite/admin/dist/js/7.js:23
|
3124 |
+
msgid "Generate a privacy policy to inform users about your website’s data collection practices."
|
3125 |
+
msgstr ""
|
3126 |
+
|
3127 |
+
#: lite/admin/dist/js/7.js:23
|
3128 |
+
msgid "Generate Privacy Policy"
|
3129 |
+
msgstr ""
|
3130 |
+
|
3131 |
+
#: lite/admin/dist/js/7.js:23
|
3132 |
+
msgid "Cookie Policy Generator"
|
3133 |
+
msgstr ""
|
3134 |
+
|
3135 |
+
#: lite/admin/dist/js/7.js:23
|
3136 |
+
msgid "Generate a cookie policy by connecting to a free CookieYes account and inform users about your site's use of cookies."
|
3137 |
+
msgstr ""
|
3138 |
+
|
3139 |
+
#: lite/admin/dist/js/7.js:23
|
3140 |
+
msgid "Connecting to cookieyes.com..."
|
3141 |
+
msgstr ""
|
3142 |
+
|
3143 |
+
#: lite/admin/dist/js/7.js:23
|
3144 |
+
msgid "Generate Cookie Policy"
|
3145 |
+
msgstr ""
|
3146 |
+
|
3147 |
+
#: lite/admin/dist/js/app.js:235
|
3148 |
+
msgid "Unable to reach your web app account at this moment. Please reload the page to retry. If the issue persists, contact <a href=\"%1$s\" target=\"_blank\">Customer Support</a>."
|
3149 |
+
msgstr ""
|
3150 |
+
|
3151 |
+
#: lite/admin/dist/js/app.js:235
|
3152 |
+
msgid "It looks like your website URL has been changed. To ensure the proper functioning of your banner, go to your <a href=\"%1$s\" target=\"_blank\">CookieYes account</a> > navigate to <b>More</b> > <b>Site Settings</b> and update the registered URL. Then, reload this page to retry. If the issue persists, contact <a href=\"%2$s\" target=\"_blank\">customer support</a>."
|
3153 |
+
msgstr ""
|
3154 |
+
|
3155 |
+
#: lite/admin/dist/js/app.js:931
|
3156 |
+
msgid "To upgrade, create a new CookieYes account, or connect to an existing account and access premium features! After connecting, you can manage all your settings from the web app."
|
3157 |
+
msgstr ""
|
3158 |
+
|
3159 |
+
#: lite/admin/dist/js/app.js:931
|
3160 |
+
msgid "New? Create an Account"
|
3161 |
+
msgstr ""
|
3162 |
+
|
3163 |
+
#: lite/admin/dist/js/app.js:943
|
3164 |
+
msgid "Loading"
|
3165 |
+
msgstr ""
|
3166 |
+
|
3167 |
+
#: lite/admin/dist/js/app.js:1279
|
3168 |
+
msgid "Help Guides"
|
3169 |
+
msgstr ""
|
3170 |
+
|
3171 |
+
#: lite/admin/dist/js/app.js:1303
|
3172 |
+
#: lite/admin/dist/js/app.js:1315
|
3173 |
+
#: lite/admin/dist/js/app.js:1351
|
3174 |
+
msgid "Label"
|
3175 |
+
msgstr ""
|
3176 |
+
|
3177 |
+
#: lite/admin/dist/js/app.js:1303
|
3178 |
+
#: lite/admin/dist/js/app.js:1315
|
3179 |
+
#: lite/admin/dist/js/app.js:1339
|
3180 |
+
#: lite/admin/dist/js/app.js:1375
|
3181 |
+
msgid "Background"
|
3182 |
+
msgstr ""
|
3183 |
+
|
3184 |
+
#: lite/admin/dist/js/app.js:1303
|
3185 |
+
#: lite/admin/dist/js/app.js:1315
|
3186 |
+
#: lite/admin/dist/js/app.js:1339
|
3187 |
+
msgid "Border"
|
3188 |
+
msgstr ""
|
3189 |
+
|
3190 |
+
#: lite/admin/dist/js/app.js:1315
|
3191 |
+
msgid "Blocked Content"
|
3192 |
+
msgstr ""
|
3193 |
+
|
3194 |
+
#: lite/admin/dist/js/app.js:1315
|
3195 |
+
#: lite/admin/dist/js/app.js:1375
|
3196 |
+
msgid "Colours"
|
3197 |
+
msgstr ""
|
3198 |
+
|
3199 |
+
#: lite/admin/dist/js/app.js:1327
|
3200 |
+
msgid "Show cookie list"
|
3201 |
+
msgstr ""
|
3202 |
+
|
3203 |
+
#: lite/admin/dist/js/app.js:1327
|
3204 |
+
msgid "\"Cookie\" label"
|
3205 |
+
msgstr ""
|
3206 |
+
|
3207 |
+
#: lite/admin/dist/js/app.js:1327
|
3208 |
+
msgid "\"Duration\" label"
|
3209 |
+
msgstr ""
|
3210 |
+
|
3211 |
+
#: lite/admin/dist/js/app.js:1327
|
3212 |
+
msgid "\"Description\" label"
|
3213 |
+
msgstr ""
|
3214 |
+
|
3215 |
+
#: lite/admin/dist/js/app.js:1327
|
3216 |
+
msgid "\"Always Active\" label"
|
3217 |
+
msgstr ""
|
3218 |
+
|
3219 |
+
#: lite/admin/dist/js/app.js:1327
|
3220 |
+
msgid "\"No cookies to display\" label"
|
3221 |
+
msgstr ""
|
3222 |
+
|
3223 |
+
#: lite/admin/dist/js/app.js:1339
|
3224 |
+
msgid "Cookie Notice"
|
3225 |
+
msgstr ""
|
3226 |
+
|
3227 |
+
#: lite/admin/dist/js/app.js:1339
|
3228 |
+
msgid "“Accept All” button"
|
3229 |
+
msgstr ""
|
3230 |
+
|
3231 |
+
#: lite/admin/dist/js/app.js:1339
|
3232 |
+
msgid "“Reject All” button"
|
3233 |
+
msgstr ""
|
3234 |
+
|
3235 |
+
#: lite/admin/dist/js/app.js:1339
|
3236 |
+
msgid "“Customize” button"
|
3237 |
+
msgstr ""
|
3238 |
+
|
3239 |
+
#: lite/admin/dist/js/app.js:1339
|
3240 |
+
msgid "“Read More” link"
|
3241 |
+
msgstr ""
|
3242 |
+
|
3243 |
+
#: lite/admin/dist/js/app.js:1339
|
3244 |
+
msgid "“Do Not Sell” link"
|
3245 |
+
msgstr ""
|
3246 |
+
|
3247 |
+
#: lite/admin/dist/js/app.js:1339
|
3248 |
+
msgid "Close [X] button"
|
3249 |
+
msgstr ""
|
3250 |
+
|
3251 |
+
#: lite/admin/dist/js/app.js:1339
|
3252 |
+
msgid "Enable the close button to let users close the banner and continue browsing the site without being tracked. A close button is required by the Italian DPA."
|
3253 |
+
msgstr ""
|
3254 |
+
|
3255 |
+
#: lite/admin/dist/js/app.js:1339
|
3256 |
+
msgid "Custom logo"
|
3257 |
+
msgstr ""
|
3258 |
+
|
3259 |
+
#: lite/admin/dist/js/app.js:1339
|
3260 |
+
msgid "Upgrade to unlock custom logo and other advanced features"
|
3261 |
+
msgstr ""
|
3262 |
+
|
3263 |
+
#: lite/admin/dist/js/app.js:1339
|
3264 |
+
msgid "Disable CookieYes branding"
|
3265 |
+
msgstr ""
|
3266 |
+
|
3267 |
+
#: lite/admin/dist/js/app.js:1339
|
3268 |
+
msgid "Upgrade to disable CookieYes branding and unlock other advanced features"
|
3269 |
+
msgstr ""
|
3270 |
+
|
3271 |
+
#: lite/admin/dist/js/app.js:1351
|
3272 |
+
msgid "Opt-out center"
|
3273 |
+
msgstr ""
|
3274 |
+
|
3275 |
+
#: lite/admin/dist/js/app.js:1351
|
3276 |
+
msgid "Opt-out Confirmation"
|
3277 |
+
msgstr ""
|
3278 |
+
|
3279 |
+
#: lite/admin/dist/js/app.js:1351
|
3280 |
+
msgid "“Confirm” button"
|
3281 |
+
msgstr ""
|
3282 |
+
|
3283 |
+
#: lite/admin/dist/js/app.js:1351
|
3284 |
+
msgid "“Cancel Button“"
|
3285 |
+
msgstr ""
|
3286 |
+
|
3287 |
+
#: lite/admin/dist/js/app.js:1363
|
3288 |
+
msgid "Preference Center"
|
3289 |
+
msgstr ""
|
3290 |
+
|
3291 |
+
#: lite/admin/dist/js/app.js:1363
|
3292 |
+
msgid "Privacy overview"
|
3293 |
+
msgstr ""
|
3294 |
+
|
3295 |
+
#: lite/admin/dist/js/app.js:1363
|
3296 |
+
msgid "“Save My Preferences” button"
|
3297 |
+
msgstr ""
|
3298 |
+
|
3299 |
+
#: lite/admin/dist/js/app.js:1375
|
3300 |
+
msgid "Revisit Consent Button"
|
3301 |
+
msgstr ""
|
3302 |
+
|
3303 |
+
#: lite/admin/dist/js/app.js:1375
|
3304 |
+
msgid "Revisit consent button"
|
3305 |
+
msgstr ""
|
3306 |
+
|
3307 |
+
#: lite/admin/dist/js/app.js:1375
|
3308 |
+
msgid "Text on hover"
|
3309 |
+
msgstr ""
|
3310 |
+
|
3311 |
+
#: lite/admin/dist/js/app.js:1435
|
3312 |
+
msgid "Back to Language List"
|
3313 |
+
msgstr ""
|
3314 |
+
|
3315 |
+
#: lite/admin/dist/js/app.js:1435
|
3316 |
+
msgid "Default language:"
|
3317 |
+
msgstr ""
|
3318 |
+
|
3319 |
+
#: lite/admin/dist/js/app.js:1435
|
3320 |
+
msgid "Edit content in:"
|
3321 |
+
msgstr ""
|
3322 |
+
|
3323 |
+
#: lite/admin/dist/js/app.js:3531
|
3324 |
+
#: lite/admin/src/modules/banners/helpers/utils.js:216
|
3325 |
+
msgid "Classic Type"
|
3326 |
+
msgstr ""
|
3327 |
+
|
3328 |
+
#: lite/admin/dist/js/app.js:3531
|
3329 |
+
#: lite/admin/src/modules/banners/helpers/utils.js:222
|
3330 |
+
msgid "Banner Type"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
+
#: lite/admin/dist/js/app.js:3531
|
3334 |
+
#: lite/admin/src/modules/banners/helpers/utils.js:229
|
3335 |
+
msgid "Box Type"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
+
#: lite/admin/dist/js/app.js:3531
|
3339 |
+
#: lite/admin/src/modules/banners/helpers/utils.js:235
|
3340 |
+
msgid "Popup Type"
|
3341 |
msgstr ""
|
{admin → legacy/admin}/class-cookie-law-info-admin.php
RENAMED
@@ -296,11 +296,6 @@ class Cookie_Law_Info_Admin {
|
|
296 |
$this->delete_settings();
|
297 |
// $the_options = Cookie_Law_Info::get_settings();
|
298 |
// exit();
|
299 |
-
} elseif ( isset( $_POST['revert_to_previous_settings'] ) ) {
|
300 |
-
if ( ! $this->copy_old_settings_to_new() ) {
|
301 |
-
echo '<h3>' . esc_html__( 'ERROR MIGRATING SETTINGS (ERROR: 2)', 'cookie-law-info' ) . '</h3>';
|
302 |
-
}
|
303 |
-
$the_options = Cookie_Law_Info::get_settings();
|
304 |
}
|
305 |
if ( ! empty( $_SERVER['HTTP_X_REQUESTED_WITH'] ) && strtolower( sanitize_text_field( wp_unslash( $_SERVER['HTTP_X_REQUESTED_WITH'] ) ) ) == 'xmlhttprequest' ) {
|
306 |
exit();
|
@@ -327,11 +322,6 @@ class Cookie_Law_Info_Admin {
|
|
327 |
}
|
328 |
}
|
329 |
|
330 |
-
|
331 |
-
/** Updates latest version number of plugin */
|
332 |
-
public function update_to_latest_version_number() {
|
333 |
-
update_option( CLI_MIGRATED_VERSION, CLI_LATEST_VERSION_NUMBER );
|
334 |
-
}
|
335 |
/**
|
336 |
Delete the values in all fields
|
337 |
WARNING - this has a predictable result i.e. will delete saved settings! Once deleted,
|
@@ -346,70 +336,6 @@ class Cookie_Law_Info_Admin {
|
|
346 |
}
|
347 |
}
|
348 |
|
349 |
-
public function copy_old_settings_to_new() {
|
350 |
-
$new_settings = Cookie_Law_Info::get_settings();
|
351 |
-
$old_settings = get_option( CLI_ADMIN_OPTIONS_NAME );
|
352 |
-
|
353 |
-
if ( empty( $old_settings ) ) {
|
354 |
-
// Something went wrong:
|
355 |
-
return false;
|
356 |
-
} else {
|
357 |
-
// Copy over settings:
|
358 |
-
$new_settings['background'] = $old_settings['colour_bg'];
|
359 |
-
$new_settings['border'] = $old_settings['colour_border'];
|
360 |
-
$new_settings['button_1_action'] = 'CONSTANT_OPEN_URL';
|
361 |
-
$new_settings['button_1_text'] = $old_settings['link_text'];
|
362 |
-
$new_settings['button_1_url'] = $old_settings['link_url'];
|
363 |
-
$new_settings['button_1_link_colour'] = $old_settings['colour_link'];
|
364 |
-
$new_settings['button_1_new_win'] = $old_settings['link_opens_new_window'];
|
365 |
-
$new_settings['button_1_as_button'] = $old_settings['show_as_button'];
|
366 |
-
$new_settings['button_1_button_colour'] = $old_settings['colour_button_bg'];
|
367 |
-
$new_settings['notify_message'] = $old_settings['message_text'];
|
368 |
-
$new_settings['text'] = $old_settings['colour_text'];
|
369 |
-
|
370 |
-
// Save new values:
|
371 |
-
update_option( CLI_SETTINGS_FIELD, $new_settings );
|
372 |
-
}
|
373 |
-
return true;
|
374 |
-
}
|
375 |
-
/** Migrates settings from version 0.8.3 to version 0.9 */
|
376 |
-
public function migrate_to_new_version() {
|
377 |
-
|
378 |
-
if ( $this->has_migrated() ) {
|
379 |
-
return false;
|
380 |
-
}
|
381 |
-
|
382 |
-
if ( ! $this->copy_old_settings_to_new() ) {
|
383 |
-
return false;
|
384 |
-
}
|
385 |
-
|
386 |
-
// Register that have completed:
|
387 |
-
$this->update_to_latest_version_number();
|
388 |
-
return true;
|
389 |
-
}
|
390 |
-
|
391 |
-
/** Returns true if user is on latest version of plugin */
|
392 |
-
public function has_migrated() {
|
393 |
-
// Test for previous version. If doesn't exist then safe to say are fresh install:
|
394 |
-
$old_settings = get_option( CLI_ADMIN_OPTIONS_NAME );
|
395 |
-
if ( empty( $old_settings ) ) {
|
396 |
-
return true;
|
397 |
-
}
|
398 |
-
// Test for latest version number
|
399 |
-
$version = get_option( CLI_MIGRATED_VERSION );
|
400 |
-
if ( empty( $version ) ) {
|
401 |
-
// No version stored; not yet migrated:
|
402 |
-
return false;
|
403 |
-
}
|
404 |
-
if ( $version == CLI_LATEST_VERSION_NUMBER ) {
|
405 |
-
// Are on latest version
|
406 |
-
return true;
|
407 |
-
}
|
408 |
-
echo 'VERSION: ' . esc_html( $version ) . '<br /> V2: ' . esc_html( CLI_LATEST_VERSION_NUMBER );
|
409 |
-
// If you got this far then you're on an inbetween version
|
410 |
-
return false;
|
411 |
-
}
|
412 |
-
|
413 |
/**
|
414 |
Prints a combobox based on options and selected=match value
|
415 |
|
296 |
$this->delete_settings();
|
297 |
// $the_options = Cookie_Law_Info::get_settings();
|
298 |
// exit();
|
|
|
|
|
|
|
|
|
|
|
299 |
}
|
300 |
if ( ! empty( $_SERVER['HTTP_X_REQUESTED_WITH'] ) && strtolower( sanitize_text_field( wp_unslash( $_SERVER['HTTP_X_REQUESTED_WITH'] ) ) ) == 'xmlhttprequest' ) {
|
301 |
exit();
|
322 |
}
|
323 |
}
|
324 |
|
|
|
|
|
|
|
|
|
|
|
325 |
/**
|
326 |
Delete the values in all fields
|
327 |
WARNING - this has a predictable result i.e. will delete saved settings! Once deleted,
|
336 |
}
|
337 |
}
|
338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
339 |
/**
|
340 |
Prints a combobox based on options and selected=match value
|
341 |
|
{admin → legacy/admin}/css/cookie-law-info-admin-1.6.7.css
RENAMED
File without changes
|
{admin → legacy/admin}/css/cookie-law-info-admin.css
RENAMED
File without changes
|
{admin → legacy/admin}/images/add.svg
RENAMED
File without changes
|
{admin → legacy/admin}/images/documentation.png
RENAMED
File without changes
|
{admin → legacy/admin}/images/support.png
RENAMED
File without changes
|
{admin → legacy/admin}/images/wt-cli-info.svg
RENAMED
File without changes
|
{admin → legacy/admin}/index.php
RENAMED
File without changes
|
{admin → legacy/admin}/js/cookie-law-info-admin-1.6.7.js
RENAMED
File without changes
|
{admin → legacy/admin}/js/cookie-law-info-admin.js
RENAMED
File without changes
|
{admin → legacy/admin}/js/cookie-law-info-ckyes.js
RENAMED
File without changes
|
{admin → legacy/admin}/modules/ccpa/assets/js/cookie-law-info-ccpa-admin.js
RENAMED
File without changes
|
{admin → legacy/admin}/modules/ccpa/assets/js/cookie-law-info-ccpa.js
RENAMED
File without changes
|
{admin → legacy/admin}/modules/ccpa/ccpa.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/ccpa/views/ccpa_settings.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/assets/css/editor-style.css
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/assets/js/cli-policy-generator-admin.js
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/classes/class-policy-generator-ajax.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/classes/class-preview-page.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/cli-policy-generator.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/data/data.block1.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/data/data.block2.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/data/data.block3.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/data/data.block4.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/data/data.block5.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/data/data.policy-generator.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cli-policy-generator/views/policy-generator.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookie-scaner/assets/images/loading.gif
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookie-scaner/assets/images/screenshot-1.png
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookie-scaner/assets/js/cookie-scaner.js
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-api.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookie-scaner/cookie-scaner.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookie-scaner/views/scan-results.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookie-scaner/views/settings.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookies/cookies.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookies/images/cli_icon.png
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookies/views/necessary-settings.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/cookies/views/non-necessary-settings.php
RENAMED
File without changes
|
{admin → legacy/admin}/modules/uninstall-feedback/uninstall-feedback.php
RENAMED
@@ -17,13 +17,13 @@ class Cookie_Law_Info_Uninstall_Feedback {
|
|
17 |
protected $current_version = CLI_VERSION;
|
18 |
protected $auth_key = 'cookielawinfo_uninstall_1234#';
|
19 |
protected $plugin_id = CLI_POST_TYPE;
|
20 |
-
protected $plugin_file =
|
21 |
public function __construct() {
|
22 |
$this->api_url = 'https://feedback.webtoffee.com/wp-json/' . $this->plugin_id . '/v1/uninstall';
|
23 |
|
24 |
add_action( 'admin_footer', array( $this, 'deactivate_scripts' ) );
|
25 |
add_action( 'wp_ajax_' . $this->plugin_id . '_submit_uninstall_reason', array( $this, 'send_uninstall_reason' ) );
|
26 |
-
add_filter( 'plugin_action_links_' .
|
27 |
}
|
28 |
public function plugin_action_links( $links ) {
|
29 |
if ( array_key_exists( 'deactivate', $links ) ) {
|
17 |
protected $current_version = CLI_VERSION;
|
18 |
protected $auth_key = 'cookielawinfo_uninstall_1234#';
|
19 |
protected $plugin_id = CLI_POST_TYPE;
|
20 |
+
protected $plugin_file = CLI_PLUGIN_BASENAME; // plugin main file.
|
21 |
public function __construct() {
|
22 |
$this->api_url = 'https://feedback.webtoffee.com/wp-json/' . $this->plugin_id . '/v1/uninstall';
|
23 |
|
24 |
add_action( 'admin_footer', array( $this, 'deactivate_scripts' ) );
|
25 |
add_action( 'wp_ajax_' . $this->plugin_id . '_submit_uninstall_reason', array( $this, 'send_uninstall_reason' ) );
|
26 |
+
add_filter( 'plugin_action_links_' . $this->plugin_file, array( $this, 'plugin_action_links' ) );
|
27 |
}
|
28 |
public function plugin_action_links( $links ) {
|
29 |
if ( array_key_exists( 'deactivate', $links ) ) {
|
{admin → legacy/admin}/partials/cookie-law-info-admin_settings.php
RENAMED
@@ -3,7 +3,7 @@
|
|
3 |
if ( ! defined( 'WPINC' ) ) {
|
4 |
die;
|
5 |
}
|
6 |
-
$cli_admin_view_path =
|
7 |
$cli_img_path = CLI_PLUGIN_URL . 'images/';
|
8 |
$plugin_name = 'wtgdprcookieconsent';
|
9 |
$cli_activation_status = get_option( $plugin_name . '_activation_status' );
|
@@ -56,7 +56,7 @@ $all_pages = get_pages( $args_for_get_pages );
|
|
56 |
<img src="<?php echo esc_url( $cli_img_path ); ?>logo-cookieyes.svg" alt="CookieYes Logo">
|
57 |
</div>
|
58 |
<div class="wt-cli-gdpr-plugin-branding-tagline">
|
59 |
-
|
60 |
<span><b><?php echo esc_html__( 'Cookie Compliance Made Easy', 'cookie-law-info' ); ?> |
|
61 |
<?php
|
62 |
echo sprintf(
|
3 |
if ( ! defined( 'WPINC' ) ) {
|
4 |
die;
|
5 |
}
|
6 |
+
$cli_admin_view_path = CLI_PLUGIN_PATH . 'admin/views/';
|
7 |
$cli_img_path = CLI_PLUGIN_URL . 'images/';
|
8 |
$plugin_name = 'wtgdprcookieconsent';
|
9 |
$cli_activation_status = get_option( $plugin_name . '_activation_status' );
|
56 |
<img src="<?php echo esc_url( $cli_img_path ); ?>logo-cookieyes.svg" alt="CookieYes Logo">
|
57 |
</div>
|
58 |
<div class="wt-cli-gdpr-plugin-branding-tagline">
|
59 |
+
|
60 |
<span><b><?php echo esc_html__( 'Cookie Compliance Made Easy', 'cookie-law-info' ); ?> |
|
61 |
<?php
|
62 |
echo sprintf(
|
{admin → legacy/admin}/partials/cookie-law-info-privacy_overview.php
RENAMED
File without changes
|
{admin → legacy/admin}/views/admin-settings-advanced.php
RENAMED
File without changes
|
{admin → legacy/admin}/views/admin-settings-buttons.php
RENAMED
File without changes
|
{admin → legacy/admin}/views/admin-settings-general.php
RENAMED
File without changes
|
{admin → legacy/admin}/views/admin-settings-help.php
RENAMED
@@ -98,7 +98,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
98 |
</div>
|
99 |
<div class="cli_sub_tab_content" data-id="help-links" style="float: left; height:auto;">
|
100 |
<?php
|
101 |
-
$admin_img_path =
|
102 |
?>
|
103 |
<h3><?php echo esc_html__( 'Help Links', 'cookie-law-info' ); ?></h3>
|
104 |
<ul class="cli-help-links">
|
98 |
</div>
|
99 |
<div class="cli_sub_tab_content" data-id="help-links" style="float: left; height:auto;">
|
100 |
<?php
|
101 |
+
$admin_img_path = CLI_PLUGIN_URL . 'admin/images/';
|
102 |
?>
|
103 |
<h3><?php echo esc_html__( 'Help Links', 'cookie-law-info' ); ?></h3>
|
104 |
<ul class="cli-help-links">
|
{admin → legacy/admin}/views/admin-settings-messagebar.php
RENAMED
File without changes
|
{admin → legacy/admin}/views/admin-settings-save-button.php
RENAMED
File without changes
|
{admin → legacy/admin}/views/admin-settings-upgrade-pro.php
RENAMED
File without changes
|
{admin → legacy/admin}/views/goto-pro-v2.php
RENAMED
File without changes
|
{images → legacy/images}/add.svg
RENAMED
File without changes
|
{images → legacy/images}/bg.svg
RENAMED
File without changes
|
{images → legacy/images}/blue-crown.svg
RENAMED
File without changes
|
{images → legacy/images}/collapse.png
RENAMED
File without changes
|
{images → legacy/images}/cross.png
RENAMED
File without changes
|
{images → legacy/images}/cross.svg
RENAMED
File without changes
|
{images → legacy/images}/crown.svg
RENAMED
File without changes
|
{images → legacy/images}/expand.png
RENAMED
File without changes
|
{images → legacy/images}/favicon.png
RENAMED
File without changes
|
{images → legacy/images}/icon-256x256.png
RENAMED
File without changes
|
{images → legacy/images}/list-icon.svg
RENAMED
File without changes
|
{images → legacy/images}/logo-cookieyes.svg
RENAMED
File without changes
|
{images → legacy/images}/money-back-badge.svg
RENAMED
File without changes
|
{images → legacy/images}/money-back.svg
RENAMED
File without changes
|
{images → legacy/images}/overlay.png
RENAMED
File without changes
|
{images → legacy/images}/support.svg
RENAMED
File without changes
|
{images → legacy/images}/td_back.gif
RENAMED
File without changes
|
{images → legacy/images}/tick.svg
RENAMED
File without changes
|
{images → legacy/images}/webtoffee-logo_small.png
RENAMED
File without changes
|
{images → legacy/images}/white-crown.svg
RENAMED
File without changes
|
{includes → legacy/includes}/class-cookie-law-info-activator.php
RENAMED
File without changes
|
{includes → legacy/includes}/class-cookie-law-info-cookieyes.php
RENAMED
@@ -172,7 +172,7 @@ if ( ! class_exists( 'Cookie_Law_Info_Cookieyes' ) ) {
|
|
172 |
$ckyes_account_status_text = __( 'Connected to CookieYes', 'cookie-law-info' );
|
173 |
$ckyes_account_action = 'disconnect';
|
174 |
$ckyes_account_action_text = __( 'Disconnect', 'cookie-law-info' );
|
175 |
-
$image_directory =
|
176 |
$ckyes_account_status_icon = $image_directory . 'add.svg';
|
177 |
|
178 |
if ( $this->get_cookieyes_status() === 0 ) {
|
172 |
$ckyes_account_status_text = __( 'Connected to CookieYes', 'cookie-law-info' );
|
173 |
$ckyes_account_action = 'disconnect';
|
174 |
$ckyes_account_action_text = __( 'Disconnect', 'cookie-law-info' );
|
175 |
+
$image_directory = CLI_PLUGIN_URL . 'admin/images/';
|
176 |
$ckyes_account_status_icon = $image_directory . 'add.svg';
|
177 |
|
178 |
if ( $this->get_cookieyes_status() === 0 ) {
|
{includes → legacy/includes}/class-cookie-law-info-deactivator.php
RENAMED
File without changes
|
{includes → legacy/includes}/class-cookie-law-info-i18n.php
RENAMED
@@ -36,11 +36,7 @@ class Cookie_Law_Info_i18n {
|
|
36 |
load_plugin_textdomain(
|
37 |
'cookie-law-info',
|
38 |
false,
|
39 |
-
dirname( dirname(
|
40 |
);
|
41 |
-
|
42 |
}
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
}
|
36 |
load_plugin_textdomain(
|
37 |
'cookie-law-info',
|
38 |
false,
|
39 |
+
dirname( dirname( CLI_PLUGIN_BASENAME ) ) . '/languages/'
|
40 |
);
|
|
|
41 |
}
|
|
|
|
|
|
|
42 |
}
|
{includes → legacy/includes}/class-cookie-law-info-languages.php
RENAMED
File without changes
|
{includes → legacy/includes}/class-cookie-law-info-loader.php
RENAMED
File without changes
|
{includes → legacy/includes}/class-cookie-law-info-review-request.php
RENAMED
File without changes
|
{includes → legacy/includes}/class-cookie-law-info.php
RENAMED
@@ -1,5 +1,4 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
* The file that defines the core plugin class
|
5 |
*
|
@@ -74,7 +73,7 @@ class Cookie_Law_Info {
|
|
74 |
if ( defined( 'CLI_VERSION' ) ) {
|
75 |
$this->version = CLI_VERSION;
|
76 |
} else {
|
77 |
-
$this->version = '
|
78 |
}
|
79 |
$this->plugin_name = 'cookie-law-info';
|
80 |
|
@@ -186,8 +185,8 @@ class Cookie_Law_Info {
|
|
186 |
|
187 |
$this->loader->add_action( 'admin_menu', $plugin_admin, 'remove_cli_addnew_link' );
|
188 |
|
189 |
-
// Add plugin settings link
|
190 |
-
add_filter( 'plugin_action_links_' .
|
191 |
|
192 |
$this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_styles' );
|
193 |
$this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_scripts' );
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
* The file that defines the core plugin class
|
4 |
*
|
73 |
if ( defined( 'CLI_VERSION' ) ) {
|
74 |
$this->version = CLI_VERSION;
|
75 |
} else {
|
76 |
+
$this->version = '3.0.0';
|
77 |
}
|
78 |
$this->plugin_name = 'cookie-law-info';
|
79 |
|
185 |
|
186 |
$this->loader->add_action( 'admin_menu', $plugin_admin, 'remove_cli_addnew_link' );
|
187 |
|
188 |
+
// Add plugin settings link.
|
189 |
+
add_filter( 'plugin_action_links_' . CLI_PLUGIN_BASENAME, array( $plugin_admin, 'plugin_action_links' ) );
|
190 |
|
191 |
$this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_styles' );
|
192 |
$this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_scripts' );
|
{includes → legacy/includes}/index.php
RENAMED
File without changes
|
index.php → legacy/index.php
RENAMED
File without changes
|
legacy/languages/cookie-law-info.pot
ADDED
@@ -0,0 +1,2242 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#, fuzzy
|
2 |
+
msgid ""
|
3 |
+
msgstr ""
|
4 |
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
+
"Project-Id-Version: GDPR Cookie Consent\n"
|
6 |
+
"POT-Creation-Date: 2021-03-15 19:41+0530\n"
|
7 |
+
"PO-Revision-Date: 2021-03-15 19:40+0530\n"
|
8 |
+
"Last-Translator: \n"
|
9 |
+
"Language-Team: \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.2\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
16 |
+
"X-Poedit-WPHeader: cookie-law-info.php\n"
|
17 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
19 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
20 |
+
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
21 |
+
"X-Poedit-SearchPath-0: .\n"
|
22 |
+
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
|
23 |
+
|
24 |
+
#: admin/class-cookie-law-info-admin.php:186
|
25 |
+
#: admin/class-cookie-law-info-admin.php:187
|
26 |
+
#: admin/class-cookie-law-info-admin.php:270
|
27 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
28 |
+
msgid "Settings"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: admin/class-cookie-law-info-admin.php:194
|
32 |
+
#: admin/class-cookie-law-info-admin.php:195
|
33 |
+
#: admin/partials/cookie-law-info-privacy_overview.php:25
|
34 |
+
msgid "Privacy Overview"
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: admin/class-cookie-law-info-admin.php:244
|
38 |
+
#: admin/class-cookie-law-info-admin.php:284
|
39 |
+
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
40 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:24
|
41 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:297
|
42 |
+
#: admin/modules/cookies/cookies.php:774 admin/modules/cookies/cookies.php:787
|
43 |
+
#: includes/class-cookie-law-info-cookieyes.php:125
|
44 |
+
#: includes/class-cookie-law-info-cookieyes.php:913
|
45 |
+
#: public/modules/script-blocker/script-blocker.php:178
|
46 |
+
#: public/modules/script-blocker/script-blocker.php:218
|
47 |
+
#: public/modules/script-blocker/script-blocker.php:350
|
48 |
+
#: public/modules/script-blocker/script-blocker.php:700
|
49 |
+
msgid "You do not have sufficient permission to perform this operation"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
+
#: admin/class-cookie-law-info-admin.php:263
|
53 |
+
#: admin/class-cookie-law-info-admin.php:309
|
54 |
+
#: admin/modules/cookies/cookies.php:823
|
55 |
+
msgid "Settings Updated."
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: admin/class-cookie-law-info-admin.php:271
|
59 |
+
msgid "Support"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: admin/class-cookie-law-info-admin.php:272
|
63 |
+
msgid "Premium Upgrade"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: admin/class-cookie-law-info-admin.php:324
|
67 |
+
msgid "ERROR MIGRATING SETTINGS (ERROR: 2)"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: admin/class-cookie-law-info-admin.php:472
|
71 |
+
msgid "Close Header"
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: admin/class-cookie-law-info-admin.php:476
|
75 |
+
msgid "Open URL"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: admin/class-cookie-law-info-admin.php:489
|
79 |
+
msgid "Extra Large"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: admin/class-cookie-law-info-admin.php:493
|
83 |
+
msgid "Large"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: admin/class-cookie-law-info-admin.php:497
|
87 |
+
msgid "Medium"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: admin/class-cookie-law-info-admin.php:501
|
91 |
+
msgid "Small"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: admin/class-cookie-law-info-admin.php:515
|
95 |
+
msgid "Default theme font"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: admin/class-cookie-law-info-admin.php:519
|
99 |
+
msgid "Sans Serif"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: admin/class-cookie-law-info-admin.php:523
|
103 |
+
msgid "Serif"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: admin/class-cookie-law-info-admin.php:527
|
107 |
+
msgid "Arial"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: admin/class-cookie-law-info-admin.php:531
|
111 |
+
msgid "Arial Black"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: admin/class-cookie-law-info-admin.php:535
|
115 |
+
msgid "Georgia, serif"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: admin/class-cookie-law-info-admin.php:539
|
119 |
+
msgid "Helvetica"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: admin/class-cookie-law-info-admin.php:543
|
123 |
+
msgid "Lucida"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: admin/class-cookie-law-info-admin.php:547
|
127 |
+
msgid "Tahoma"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: admin/class-cookie-law-info-admin.php:551
|
131 |
+
msgid "Times New Roman"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: admin/class-cookie-law-info-admin.php:555
|
135 |
+
msgid "Trebuchet"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: admin/class-cookie-law-info-admin.php:559
|
139 |
+
msgid "Verdana"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: admin/modules/ccpa/ccpa.php:106
|
143 |
+
msgid "Do you really wish to opt out?"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: admin/modules/ccpa/ccpa.php:107
|
147 |
+
msgid "Confirm"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: admin/modules/ccpa/ccpa.php:108
|
151 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:332
|
152 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:159
|
153 |
+
msgid "Cancel"
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: admin/modules/ccpa/ccpa.php:145
|
157 |
+
msgid "Select the type of law"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: admin/modules/ccpa/ccpa.php:149
|
161 |
+
msgid "GDPR"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: admin/modules/ccpa/ccpa.php:150 admin/modules/ccpa/ccpa.php:158
|
165 |
+
msgid ""
|
166 |
+
"Customize the buttons, notice, themes from the relevant tabs to setup your "
|
167 |
+
"cookie notice accordingly."
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: admin/modules/ccpa/ccpa.php:153
|
171 |
+
msgid "CCPA"
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: admin/modules/ccpa/ccpa.php:154
|
175 |
+
msgid ""
|
176 |
+
"Most of the customizations from the tabs for buttons, notice or themes are "
|
177 |
+
"not relevant especially if you choose to not show the notice, except the Do "
|
178 |
+
"not sell within the buttons."
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
#: admin/modules/ccpa/ccpa.php:157
|
182 |
+
msgid "CCPA & GDPR"
|
183 |
+
msgstr ""
|
184 |
+
|
185 |
+
#: admin/modules/ccpa/views/ccpa_settings.php:7
|
186 |
+
msgid "CCPA Settings"
|
187 |
+
msgstr ""
|
188 |
+
|
189 |
+
#: admin/modules/ccpa/views/ccpa_settings.php:7
|
190 |
+
msgid ""
|
191 |
+
"The right to opt out in the California Consumer Privacy Act gives consumers "
|
192 |
+
"the ability to direct a business not to sell their personal information to a "
|
193 |
+
"third party. If the user considers to not sell their personal information, "
|
194 |
+
"all the scripts related to the categories which are configured to sell "
|
195 |
+
"personal information will be blocked. The DO NOT SELL option is facilitated "
|
196 |
+
"via a shortcode [wt_cli_ccpa_optout]."
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: admin/modules/ccpa/views/ccpa_settings.php:10
|
200 |
+
msgid "Enable CCPA ?"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: admin/modules/ccpa/views/ccpa_settings.php:18
|
204 |
+
msgid "Enable CCPA notice"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: admin/modules/ccpa/views/ccpa_settings.php:18
|
208 |
+
msgid ""
|
209 |
+
"Enabling the notice will display the banner with the relevant text as per "
|
210 |
+
"your configuration. Use this option particularly to record prior consent "
|
211 |
+
"from the website visitors."
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:26
|
215 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:29
|
216 |
+
msgid "Unable to handle your request."
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:96
|
220 |
+
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:130
|
221 |
+
#: admin/modules/cli-policy-generator/cli-policy-generator.php:132
|
222 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:320
|
223 |
+
msgid "Error"
|
224 |
+
msgstr ""
|
225 |
+
|
226 |
+
#: admin/modules/cli-policy-generator/classes/class-preview-page.php:27
|
227 |
+
msgid "Cookie Policy"
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: admin/modules/cli-policy-generator/classes/class-preview-page.php:86
|
231 |
+
msgid "Auto reload preview"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: admin/modules/cli-policy-generator/cli-policy-generator.php:106
|
235 |
+
#: admin/modules/cli-policy-generator/cli-policy-generator.php:107
|
236 |
+
#: admin/modules/cli-policy-generator/views/policy-generator.php:21
|
237 |
+
msgid "Policy generator"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: admin/modules/cli-policy-generator/cli-policy-generator.php:133
|
241 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:340
|
242 |
+
msgid "Success"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
#: admin/modules/cli-policy-generator/views/policy-generator.php:25
|
246 |
+
msgid "Sample heading"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: admin/modules/cli-policy-generator/views/policy-generator.php:26
|
250 |
+
msgid "Sample content"
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: admin/modules/cli-policy-generator/views/policy-generator.php:27
|
254 |
+
msgid "Delete"
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: admin/modules/cli-policy-generator/views/policy-generator.php:49
|
258 |
+
msgid "Add new"
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: admin/modules/cli-policy-generator/views/policy-generator.php:53
|
262 |
+
msgid "Heading"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: admin/modules/cli-policy-generator/views/policy-generator.php:57
|
266 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:920
|
267 |
+
#: admin/modules/cookies/cookies.php:262
|
268 |
+
#: admin/modules/cookies/views/necessary-settings.php:39
|
269 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:54
|
270 |
+
#: admin/views/admin_necessary_cookie.php:39
|
271 |
+
#: admin/views/admin_non_necessary_cookie.php:54
|
272 |
+
#: public/modules/script-blocker/views/settings.php:149
|
273 |
+
#: public/modules/shortcode/shortcode.php:262
|
274 |
+
msgid "Description"
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: admin/modules/cli-policy-generator/views/policy-generator.php:65
|
278 |
+
msgid ""
|
279 |
+
"Enabling this option will help us spread the word by placing a credit to "
|
280 |
+
"WebToffee at the very end of the Cookie Policy page."
|
281 |
+
msgstr ""
|
282 |
+
|
283 |
+
#: admin/modules/cli-policy-generator/views/policy-generator.php:82
|
284 |
+
msgid "Update existing Cookie Policy page"
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: admin/modules/cli-policy-generator/views/policy-generator.php:88
|
288 |
+
msgid "Create Cookie Policy page"
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: admin/modules/cli-policy-generator/views/policy-generator.php:92
|
292 |
+
msgid "Live preview"
|
293 |
+
msgstr ""
|
294 |
+
|
295 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:196
|
296 |
+
msgid "Scanner API is temporarily down please try again later."
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:210
|
300 |
+
msgid "Scanning initiated successfully"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:211
|
304 |
+
msgid ""
|
305 |
+
"It might take a few minutes to a few hours to complete the scanning of your "
|
306 |
+
"website. This depends on the number of pages to scan and the website speed. "
|
307 |
+
"Once the scanning is complete, we will notify you by email."
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:267
|
311 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1009
|
312 |
+
msgid "Token mismatch"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:396
|
316 |
+
msgid "Abort successfull"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:400
|
320 |
+
msgid "Abort failed"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:415
|
324 |
+
msgid "Unable to handle your request"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:418
|
328 |
+
msgid "You do not have sufficient permissions to access this page."
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:511
|
332 |
+
msgid "cookies added."
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:513
|
336 |
+
msgid "cookies skipped."
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:516
|
340 |
+
msgid "cookies deleted."
|
341 |
+
msgstr ""
|
342 |
+
|
343 |
+
#: admin/modules/cookie-scaner/classes/class-cookie-law-info-cookie-scanner-ajax.php:522
|
344 |
+
msgid "No cookies found"
|
345 |
+
msgstr ""
|
346 |
+
|
347 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:60
|
348 |
+
msgid "Incomplete"
|
349 |
+
msgstr ""
|
350 |
+
|
351 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:61
|
352 |
+
msgid "Completed"
|
353 |
+
msgstr ""
|
354 |
+
|
355 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:62
|
356 |
+
msgid "Stopped"
|
357 |
+
msgstr ""
|
358 |
+
|
359 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:63
|
360 |
+
msgid "Failed"
|
361 |
+
msgstr ""
|
362 |
+
|
363 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:258
|
364 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:259
|
365 |
+
msgid "Cookie Scanner"
|
366 |
+
msgstr ""
|
367 |
+
|
368 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:315
|
369 |
+
msgid "Scanned"
|
370 |
+
msgstr ""
|
371 |
+
|
372 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:316
|
373 |
+
msgid "Scanning completed."
|
374 |
+
msgstr ""
|
375 |
+
|
376 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:317
|
377 |
+
msgid "Added to cookie list."
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:318
|
381 |
+
msgid "Finding pages..."
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:319
|
385 |
+
msgid "Scanning pages..."
|
386 |
+
msgstr ""
|
387 |
+
|
388 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:321
|
389 |
+
msgid "Stop"
|
390 |
+
msgstr ""
|
391 |
+
|
392 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:322
|
393 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1208
|
394 |
+
msgid "Scan again"
|
395 |
+
msgstr ""
|
396 |
+
|
397 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:323
|
398 |
+
msgid "Download cookies as CSV"
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:324
|
402 |
+
#: admin/modules/cookie-scaner/views/scan-results.php:67
|
403 |
+
msgid "Add to cookie list"
|
404 |
+
msgstr ""
|
405 |
+
|
406 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:325
|
407 |
+
msgid "View scan result"
|
408 |
+
msgstr ""
|
409 |
+
|
410 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:326
|
411 |
+
msgid "Import options"
|
412 |
+
msgstr ""
|
413 |
+
|
414 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:327
|
415 |
+
msgid "Replace old"
|
416 |
+
msgstr ""
|
417 |
+
|
418 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:328
|
419 |
+
msgid "Merge"
|
420 |
+
msgstr ""
|
421 |
+
|
422 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:329
|
423 |
+
msgid "Recommended"
|
424 |
+
msgstr ""
|
425 |
+
|
426 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:330
|
427 |
+
msgid "Append"
|
428 |
+
msgstr ""
|
429 |
+
|
430 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:331
|
431 |
+
msgid "Not recommended"
|
432 |
+
msgstr ""
|
433 |
+
|
434 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:333
|
435 |
+
msgid "Start import"
|
436 |
+
msgstr ""
|
437 |
+
|
438 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:334
|
439 |
+
msgid "Importing...."
|
440 |
+
msgstr ""
|
441 |
+
|
442 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:335
|
443 |
+
msgid "Refreshing...."
|
444 |
+
msgstr ""
|
445 |
+
|
446 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:336
|
447 |
+
msgid "Error !!! Please reload the page to see cookie list."
|
448 |
+
msgstr ""
|
449 |
+
|
450 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:337
|
451 |
+
msgid "Stopping..."
|
452 |
+
msgstr ""
|
453 |
+
|
454 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:338
|
455 |
+
msgid "Scanning stopped."
|
456 |
+
msgstr ""
|
457 |
+
|
458 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:339
|
459 |
+
msgid "Are you sure?"
|
460 |
+
msgstr ""
|
461 |
+
|
462 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:341
|
463 |
+
msgid "Thank you"
|
464 |
+
msgstr ""
|
465 |
+
|
466 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:342
|
467 |
+
msgid "Checking API"
|
468 |
+
msgstr ""
|
469 |
+
|
470 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:343
|
471 |
+
msgid "Sending..."
|
472 |
+
msgstr ""
|
473 |
+
|
474 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:344
|
475 |
+
msgid "Total URLs scanned"
|
476 |
+
msgstr ""
|
477 |
+
|
478 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:345
|
479 |
+
msgid "Total Cookies found"
|
480 |
+
msgstr ""
|
481 |
+
|
482 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:346
|
483 |
+
msgid "Could not fetch the URLs, please try again"
|
484 |
+
msgstr ""
|
485 |
+
|
486 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:347
|
487 |
+
msgid "Aborting the scan..."
|
488 |
+
msgstr ""
|
489 |
+
|
490 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:348
|
491 |
+
msgid "Could not abort the scan, please try again"
|
492 |
+
msgstr ""
|
493 |
+
|
494 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:397
|
495 |
+
msgid "Unknown"
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:439
|
499 |
+
msgid ""
|
500 |
+
"Scan your website with CookieYes, our scanning solution for high-speed, "
|
501 |
+
"accurate cookie scanning"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:442
|
505 |
+
#, php-format
|
506 |
+
msgid ""
|
507 |
+
"Clicking “Connect & scan” will let you connect with a free <a href=\"%s\" "
|
508 |
+
"target=\"_blank\">CookieYes</a> account and initiate scanning of your "
|
509 |
+
"website for cookies. These cookies along with their description will be "
|
510 |
+
"listed under the cookie declaration popup. By continuing, you agree to "
|
511 |
+
"CookieYes's <a href=\"%1$s\" target=\"_blank\">Privacy Policy</a> & <a href="
|
512 |
+
"\"%2$s\" target=\"_blank\">Terms of service</a>."
|
513 |
+
msgstr ""
|
514 |
+
|
515 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:457
|
516 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1213
|
517 |
+
msgid "Connect & scan"
|
518 |
+
msgstr ""
|
519 |
+
|
520 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:501
|
521 |
+
msgid "You haven't performed a site scan yet."
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:520
|
525 |
+
#, php-format
|
526 |
+
msgid "Last scan: %1$s"
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:521
|
530 |
+
msgid "Scan complete"
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:541
|
534 |
+
msgid "Scan failed"
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:542
|
538 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:560
|
539 |
+
msgid "Last scan:"
|
540 |
+
msgstr ""
|
541 |
+
|
542 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:559
|
543 |
+
msgid "Scan aborted"
|
544 |
+
msgstr ""
|
545 |
+
|
546 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:588
|
547 |
+
msgid "Scan initiated..."
|
548 |
+
msgstr ""
|
549 |
+
|
550 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:591
|
551 |
+
msgid "Abort scan"
|
552 |
+
msgstr ""
|
553 |
+
|
554 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:602
|
555 |
+
msgid "Scan started at"
|
556 |
+
msgstr ""
|
557 |
+
|
558 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:610
|
559 |
+
#: admin/modules/cookie-scaner/views/scan-results.php:41
|
560 |
+
msgid "Total URLs"
|
561 |
+
msgstr ""
|
562 |
+
|
563 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:618
|
564 |
+
msgid "Total estimated time (Approx)"
|
565 |
+
msgstr ""
|
566 |
+
|
567 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:626
|
568 |
+
msgid ""
|
569 |
+
"Your website is currently being scanned for cookies. This might take from a "
|
570 |
+
"few minutes to a few hours, depending on your website speed and the number "
|
571 |
+
"of pages to be scanned."
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:628
|
575 |
+
msgid "Once the scanning is complete, we will notify you by email."
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:647
|
579 |
+
msgid "Unable to load cookie scanner. Scanning will not work on local servers"
|
580 |
+
msgstr ""
|
581 |
+
|
582 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:686
|
583 |
+
msgid ""
|
584 |
+
"To scan cookies following tables should be present on your database, please "
|
585 |
+
"check if tables do exist on your database. If not exist please try to "
|
586 |
+
"deactivate and activate the plugin again."
|
587 |
+
msgstr ""
|
588 |
+
|
589 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:916
|
590 |
+
msgid "Sl.No:"
|
591 |
+
msgstr ""
|
592 |
+
|
593 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:917
|
594 |
+
#: admin/modules/cookies/cookies.php:256
|
595 |
+
msgid "Cookie Name"
|
596 |
+
msgstr ""
|
597 |
+
|
598 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:918
|
599 |
+
#: admin/modules/cookies/cookies.php:259
|
600 |
+
#: public/modules/shortcode/shortcode.php:258
|
601 |
+
msgid "Duration"
|
602 |
+
msgstr ""
|
603 |
+
|
604 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:919
|
605 |
+
#: admin/modules/cookies/cookies.php:258
|
606 |
+
#: public/modules/script-blocker/views/settings.php:147
|
607 |
+
msgid "Category"
|
608 |
+
msgstr ""
|
609 |
+
|
610 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:936
|
611 |
+
msgid "Your cookie list is empty"
|
612 |
+
msgstr ""
|
613 |
+
|
614 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1011
|
615 |
+
msgid "Successfully inserted"
|
616 |
+
msgstr ""
|
617 |
+
|
618 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1014
|
619 |
+
msgid "Failed to insert"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1041
|
623 |
+
msgid "Invalid scan token"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1147
|
627 |
+
msgid "Why scan your website for cookies?"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1148
|
631 |
+
msgid ""
|
632 |
+
"Your website needs to obtain prior consent from your users before setting "
|
633 |
+
"any cookies other than those required for the proper functioning of your "
|
634 |
+
"website. Therefore, you need to identify and keep track of all the cookies "
|
635 |
+
"used on your website."
|
636 |
+
msgstr ""
|
637 |
+
|
638 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1149
|
639 |
+
msgid "Our cookie scanning solution lets you:"
|
640 |
+
msgstr ""
|
641 |
+
|
642 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1151
|
643 |
+
msgid ""
|
644 |
+
"Discover the first-party and third-party cookies that are being used on your "
|
645 |
+
"website ( Limited upto 100 pages )."
|
646 |
+
msgstr ""
|
647 |
+
|
648 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1152
|
649 |
+
msgid ""
|
650 |
+
"Identify what personal data they collect and what are the other purposes "
|
651 |
+
"they serve."
|
652 |
+
msgstr ""
|
653 |
+
|
654 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1153
|
655 |
+
msgid ""
|
656 |
+
"Determine whether you need to comply with the data protection laws governing "
|
657 |
+
"cookies. Eg:- EU’s GDPR, ePrivacy Directive (EU Cookie Law), California’s "
|
658 |
+
"CCPA, etc."
|
659 |
+
msgstr ""
|
660 |
+
|
661 |
+
#: admin/modules/cookie-scaner/cookie-scaner.php:1199
|
662 |
+
msgid "Scan website for cookies"
|
663 |
+
msgstr ""
|
664 |
+
|
665 |
+
#: admin/modules/cookie-scaner/views/scan-results.php:14
|
666 |
+
msgid "Cookie scan result for your website"
|
667 |
+
msgstr ""
|
668 |
+
|
669 |
+
#: admin/modules/cookie-scaner/views/scan-results.php:44
|
670 |
+
msgid "Total cookies"
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: admin/modules/cookie-scaner/views/scan-results.php:54
|
674 |
+
#, php-format
|
675 |
+
msgid ""
|
676 |
+
"Clicking “Add to cookie list” will import the discovered cookies to the <a "
|
677 |
+
"href=\"%s\" target=\"_blank\">Cookie List</a> and thus display them in the "
|
678 |
+
"cookie declaration section of your consent banner."
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
+
#: admin/modules/cookie-scaner/views/settings.php:195
|
682 |
+
msgid "Cookie scanner"
|
683 |
+
msgstr ""
|
684 |
+
|
685 |
+
#: admin/modules/cookies/cookies.php:61
|
686 |
+
msgid "Term meta cannot be added to terms that are shared between taxonomies."
|
687 |
+
msgstr ""
|
688 |
+
|
689 |
+
#. Plugin Name of the plugin/theme
|
690 |
+
#: admin/modules/cookies/cookies.php:122
|
691 |
+
#: public/modules/script-blocker/script-blocker.php:663
|
692 |
+
msgid "GDPR Cookie Consent"
|
693 |
+
msgstr ""
|
694 |
+
|
695 |
+
#: admin/modules/cookies/cookies.php:123
|
696 |
+
msgid "Cookie List"
|
697 |
+
msgstr ""
|
698 |
+
|
699 |
+
#: admin/modules/cookies/cookies.php:124
|
700 |
+
#: public/modules/shortcode/shortcode.php:250
|
701 |
+
msgid "Cookie"
|
702 |
+
msgstr ""
|
703 |
+
|
704 |
+
#: admin/modules/cookies/cookies.php:125
|
705 |
+
msgid "Add New"
|
706 |
+
msgstr ""
|
707 |
+
|
708 |
+
#: admin/modules/cookies/cookies.php:126
|
709 |
+
msgid "Add New Cookie Type"
|
710 |
+
msgstr ""
|
711 |
+
|
712 |
+
#: admin/modules/cookies/cookies.php:127
|
713 |
+
msgid "Edit Cookie Type"
|
714 |
+
msgstr ""
|
715 |
+
|
716 |
+
#: admin/modules/cookies/cookies.php:128
|
717 |
+
msgid "New Cookie Type"
|
718 |
+
msgstr ""
|
719 |
+
|
720 |
+
#: admin/modules/cookies/cookies.php:129
|
721 |
+
msgid "View Cookie Type"
|
722 |
+
msgstr ""
|
723 |
+
|
724 |
+
#: admin/modules/cookies/cookies.php:130
|
725 |
+
msgid "Search Cookies"
|
726 |
+
msgstr ""
|
727 |
+
|
728 |
+
#: admin/modules/cookies/cookies.php:131
|
729 |
+
msgid "Nothing found"
|
730 |
+
msgstr ""
|
731 |
+
|
732 |
+
#: admin/modules/cookies/cookies.php:132
|
733 |
+
msgid "Nothing found in Trash"
|
734 |
+
msgstr ""
|
735 |
+
|
736 |
+
#: admin/modules/cookies/cookies.php:187 admin/modules/cookies/cookies.php:198
|
737 |
+
msgid "Cookie ID"
|
738 |
+
msgstr ""
|
739 |
+
|
740 |
+
#: admin/modules/cookies/cookies.php:188
|
741 |
+
msgid "Cookie Type"
|
742 |
+
msgstr ""
|
743 |
+
|
744 |
+
#: admin/modules/cookies/cookies.php:189
|
745 |
+
msgid "Cookie Duration"
|
746 |
+
msgstr ""
|
747 |
+
|
748 |
+
#: admin/modules/cookies/cookies.php:190
|
749 |
+
msgid "Cookie Sensitivity"
|
750 |
+
msgstr ""
|
751 |
+
|
752 |
+
#: admin/modules/cookies/cookies.php:209
|
753 |
+
msgid "Cookie Type: (persistent, session, third party )"
|
754 |
+
msgstr ""
|
755 |
+
|
756 |
+
#: admin/modules/cookies/cookies.php:221
|
757 |
+
msgid "Cookie Duration:"
|
758 |
+
msgstr ""
|
759 |
+
|
760 |
+
#: admin/modules/cookies/cookies.php:232
|
761 |
+
msgid "Cookie Sensitivity: ( necessary , non-necessary )"
|
762 |
+
msgstr ""
|
763 |
+
|
764 |
+
#: admin/modules/cookies/cookies.php:257
|
765 |
+
#: public/modules/shortcode/shortcode.php:254
|
766 |
+
msgid "Type"
|
767 |
+
msgstr ""
|
768 |
+
|
769 |
+
#: admin/modules/cookies/cookies.php:260
|
770 |
+
msgid "Sensitivity"
|
771 |
+
msgstr ""
|
772 |
+
|
773 |
+
#: admin/modules/cookies/cookies.php:261
|
774 |
+
msgid "ID"
|
775 |
+
msgstr ""
|
776 |
+
|
777 |
+
#: admin/modules/cookies/cookies.php:326
|
778 |
+
msgid "Cookie Category"
|
779 |
+
msgstr ""
|
780 |
+
|
781 |
+
#: admin/modules/cookies/cookies.php:327
|
782 |
+
msgid "Add cookie category"
|
783 |
+
msgstr ""
|
784 |
+
|
785 |
+
#: admin/modules/cookies/cookies.php:328
|
786 |
+
msgid "Edit cookie category"
|
787 |
+
msgstr ""
|
788 |
+
|
789 |
+
#: admin/modules/cookies/cookies.php:412 admin/modules/cookies/cookies.php:413
|
790 |
+
#: public/modules/script-blocker/views/settings.php:180
|
791 |
+
msgid "Non-necessary"
|
792 |
+
msgstr ""
|
793 |
+
|
794 |
+
#: admin/modules/cookies/cookies.php:420 admin/modules/cookies/cookies.php:421
|
795 |
+
msgid "Necessary"
|
796 |
+
msgstr ""
|
797 |
+
|
798 |
+
#: admin/modules/cookies/cookies.php:608 admin/modules/cookies/cookies.php:633
|
799 |
+
msgid "Category default state"
|
800 |
+
msgstr ""
|
801 |
+
|
802 |
+
#: admin/modules/cookies/cookies.php:609 admin/modules/cookies/cookies.php:635
|
803 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:39
|
804 |
+
#: admin/views/admin_non_necessary_cookie.php:39
|
805 |
+
#: public/modules/script-blocker/views/settings.php:145
|
806 |
+
#: public/views/cookie-law-info_popup_content.php:7
|
807 |
+
msgid "Enabled"
|
808 |
+
msgstr ""
|
809 |
+
|
810 |
+
#: admin/modules/cookies/cookies.php:610 admin/modules/cookies/cookies.php:636
|
811 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:40
|
812 |
+
#: admin/views/admin_non_necessary_cookie.php:40
|
813 |
+
#: public/views/cookie-law-info_popup_content.php:8
|
814 |
+
msgid "Disabled"
|
815 |
+
msgstr ""
|
816 |
+
|
817 |
+
#: admin/modules/cookies/cookies.php:611 admin/modules/cookies/cookies.php:637
|
818 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:42
|
819 |
+
#: admin/views/admin_non_necessary_cookie.php:42
|
820 |
+
msgid ""
|
821 |
+
"If you enable this option, the category toggle button will be in the active "
|
822 |
+
"state for cookie consent."
|
823 |
+
msgstr ""
|
824 |
+
|
825 |
+
#: admin/modules/cookies/cookies.php:664 admin/modules/cookies/cookies.php:687
|
826 |
+
msgid "Head scripts"
|
827 |
+
msgstr ""
|
828 |
+
|
829 |
+
#: admin/modules/cookies/cookies.php:671 admin/modules/cookies/cookies.php:695
|
830 |
+
msgid "Body scripts"
|
831 |
+
msgstr ""
|
832 |
+
|
833 |
+
#: admin/modules/cookies/cookies.php:716
|
834 |
+
msgid "Status"
|
835 |
+
msgstr ""
|
836 |
+
|
837 |
+
#: admin/modules/cookies/cookies.php:730
|
838 |
+
msgid "Active"
|
839 |
+
msgstr ""
|
840 |
+
|
841 |
+
#: admin/modules/cookies/cookies.php:733
|
842 |
+
msgid ""
|
843 |
+
"Turing off the category will remove it from the settings popup. Any scripts "
|
844 |
+
"added under the category will not be rendered on the browser."
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: admin/modules/cookies/cookies.php:756
|
848 |
+
msgid ""
|
849 |
+
"WordPress 4.4 or higher is the required version. Please consider upgrading "
|
850 |
+
"the WordPress before migrating the cookie categories."
|
851 |
+
msgstr ""
|
852 |
+
|
853 |
+
#: admin/modules/cookies/cookies.php:846
|
854 |
+
msgid ""
|
855 |
+
"Clicking “Migrate cookie categories” will auto migrate your existing cookie "
|
856 |
+
"categories (Necessary and Non-necessary) to our new Cookie Category "
|
857 |
+
"taxonomy. This action is required to enable the cookie scanner."
|
858 |
+
msgstr ""
|
859 |
+
|
860 |
+
#: admin/modules/cookies/cookies.php:847
|
861 |
+
msgid "What happens after migration?"
|
862 |
+
msgstr ""
|
863 |
+
|
864 |
+
#: admin/modules/cookies/cookies.php:849
|
865 |
+
msgid ""
|
866 |
+
"You no longer need to manage static cookie categories. After the migration, "
|
867 |
+
"new cookie categories (Necessary, Functional, Analytics, Performance, "
|
868 |
+
"Advertisement, and Others) will be created automatically. Also, you can "
|
869 |
+
"easily add custom cookie categories and edit/delete the existing categories "
|
870 |
+
"including the custom categories."
|
871 |
+
msgstr ""
|
872 |
+
|
873 |
+
#: admin/modules/cookies/cookies.php:850
|
874 |
+
msgid ""
|
875 |
+
"If you have made any changes to the existing \"Non-necessary\" category we "
|
876 |
+
"will migrate it to the newly created “Cookie Category” section. If not, we "
|
877 |
+
"will delete the \"Non-necessary\" category automatically."
|
878 |
+
msgstr ""
|
879 |
+
|
880 |
+
#: admin/modules/cookies/cookies.php:851
|
881 |
+
msgid ""
|
882 |
+
"During the migration phase your existing cookie category translations will "
|
883 |
+
"be lost. Hence we request you to add it manually soon after the migration. "
|
884 |
+
"You can access the existing translations by navigating to the string "
|
885 |
+
"translation settings of your translator plugin."
|
886 |
+
msgstr ""
|
887 |
+
|
888 |
+
#: admin/modules/cookies/cookies.php:855
|
889 |
+
msgid "Migrate cookie categories"
|
890 |
+
msgstr ""
|
891 |
+
|
892 |
+
#: admin/modules/cookies/views/necessary-settings.php:20
|
893 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:17
|
894 |
+
#: admin/partials/cookie-law-info-admin_settings.php:25
|
895 |
+
#: admin/views/admin_necessary_cookie.php:20
|
896 |
+
#: admin/views/admin_non_necessary_cookie.php:17
|
897 |
+
msgid "Settings updated."
|
898 |
+
msgstr ""
|
899 |
+
|
900 |
+
#: admin/modules/cookies/views/necessary-settings.php:21
|
901 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:18
|
902 |
+
#: admin/partials/cookie-law-info-admin_settings.php:26
|
903 |
+
#: admin/views/admin_necessary_cookie.php:21
|
904 |
+
#: admin/views/admin_non_necessary_cookie.php:18
|
905 |
+
msgid "Unable to update Settings."
|
906 |
+
msgstr ""
|
907 |
+
|
908 |
+
#: admin/modules/cookies/views/necessary-settings.php:26
|
909 |
+
#: admin/views/admin_necessary_cookie.php:26
|
910 |
+
msgid "Necessary Cookie Settings"
|
911 |
+
msgstr ""
|
912 |
+
|
913 |
+
#: admin/modules/cookies/views/necessary-settings.php:33
|
914 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:48
|
915 |
+
#: admin/views/admin-settings-messagebar.php:215
|
916 |
+
#: admin/views/admin_necessary_cookie.php:33
|
917 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
918 |
+
msgid "Title"
|
919 |
+
msgstr ""
|
920 |
+
|
921 |
+
#: admin/modules/cookies/views/necessary-settings.php:52
|
922 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:87
|
923 |
+
#: admin/views/admin-settings-save-button.php:12
|
924 |
+
#: admin/views/admin_necessary_cookie.php:52
|
925 |
+
#: admin/views/admin_non_necessary_cookie.php:87
|
926 |
+
msgid "Update Settings"
|
927 |
+
msgstr ""
|
928 |
+
|
929 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:23
|
930 |
+
#: admin/views/admin_non_necessary_cookie.php:23
|
931 |
+
msgid "Non-necessary Cookie Settings"
|
932 |
+
msgstr ""
|
933 |
+
|
934 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:31
|
935 |
+
#: admin/views/admin_non_necessary_cookie.php:31
|
936 |
+
msgid "Enable Non-necessary Cookie"
|
937 |
+
msgstr ""
|
938 |
+
|
939 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:32
|
940 |
+
#: admin/views/admin-settings-buttons.php:74
|
941 |
+
#: admin/views/admin-settings-buttons.php:149
|
942 |
+
#: admin/views/admin-settings-buttons.php:299
|
943 |
+
#: admin/views/admin-settings-buttons.php:306
|
944 |
+
#: admin/views/admin-settings-buttons.php:402
|
945 |
+
#: admin/views/admin-settings-general.php:38
|
946 |
+
#: admin/views/admin-settings-general.php:54
|
947 |
+
#: admin/views/admin-settings-general.php:74
|
948 |
+
#: admin/views/admin-settings-general.php:82
|
949 |
+
#: admin/views/admin-settings-general.php:89
|
950 |
+
#: admin/views/admin-settings-messagebar.php:86
|
951 |
+
#: admin/views/admin-settings-messagebar.php:110
|
952 |
+
#: admin/views/admin_non_necessary_cookie.php:32
|
953 |
+
msgid "Yes"
|
954 |
+
msgstr ""
|
955 |
+
|
956 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:33
|
957 |
+
#: admin/views/admin-settings-buttons.php:76
|
958 |
+
#: admin/views/admin-settings-buttons.php:150
|
959 |
+
#: admin/views/admin-settings-buttons.php:300
|
960 |
+
#: admin/views/admin-settings-buttons.php:307
|
961 |
+
#: admin/views/admin-settings-buttons.php:404
|
962 |
+
#: admin/views/admin-settings-general.php:39
|
963 |
+
#: admin/views/admin-settings-general.php:55
|
964 |
+
#: admin/views/admin-settings-general.php:75
|
965 |
+
#: admin/views/admin-settings-general.php:83
|
966 |
+
#: admin/views/admin-settings-general.php:90
|
967 |
+
#: admin/views/admin-settings-messagebar.php:87
|
968 |
+
#: admin/views/admin-settings-messagebar.php:111
|
969 |
+
#: admin/views/admin_non_necessary_cookie.php:33
|
970 |
+
#: public/modules/script-blocker/views/settings.php:143
|
971 |
+
msgid "No"
|
972 |
+
msgstr ""
|
973 |
+
|
974 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:38
|
975 |
+
#: admin/views/admin_non_necessary_cookie.php:38
|
976 |
+
msgid "Default state"
|
977 |
+
msgstr ""
|
978 |
+
|
979 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:62
|
980 |
+
#: admin/views/admin_non_necessary_cookie.php:62
|
981 |
+
msgid ""
|
982 |
+
"This script will be added to the page HEAD section if the above settings is "
|
983 |
+
"enabled and user has give consent."
|
984 |
+
msgstr ""
|
985 |
+
|
986 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:67
|
987 |
+
#: admin/views/admin_non_necessary_cookie.php:67
|
988 |
+
msgid ""
|
989 |
+
"Print scripts in the head tag on the front end if above cookie settings is "
|
990 |
+
"enabled and user has given consent."
|
991 |
+
msgstr ""
|
992 |
+
|
993 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:74
|
994 |
+
#: admin/views/admin_non_necessary_cookie.php:74
|
995 |
+
msgid ""
|
996 |
+
"This script will be added right after the BODY section if the above settings "
|
997 |
+
"is enabled and user has given consent."
|
998 |
+
msgstr ""
|
999 |
+
|
1000 |
+
#: admin/modules/cookies/views/non-necessary-settings.php:77
|
1001 |
+
#: admin/views/admin_non_necessary_cookie.php:77
|
1002 |
+
msgid ""
|
1003 |
+
"Print scripts before the closing body tag on the front end if above cookie "
|
1004 |
+
"settings is enabled and user has given consent."
|
1005 |
+
msgstr ""
|
1006 |
+
|
1007 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:40
|
1008 |
+
msgid "The plugin didn't work as expected"
|
1009 |
+
msgstr ""
|
1010 |
+
|
1011 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:42
|
1012 |
+
msgid "How can we make our plugin better?"
|
1013 |
+
msgstr ""
|
1014 |
+
|
1015 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:46
|
1016 |
+
msgid "Issues with cookie scanner"
|
1017 |
+
msgstr ""
|
1018 |
+
|
1019 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
1020 |
+
msgid ""
|
1021 |
+
"Describe the challenges that you faced while using our Cookie Scanner. "
|
1022 |
+
"Eg:- Scan did not find all cookies."
|
1023 |
+
msgstr ""
|
1024 |
+
|
1025 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
1026 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
1027 |
+
msgstr ""
|
1028 |
+
|
1029 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
1030 |
+
msgid "Could you tell us more about that feature?"
|
1031 |
+
msgstr ""
|
1032 |
+
|
1033 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
1034 |
+
msgid "A conflict with another plugin or theme"
|
1035 |
+
msgstr ""
|
1036 |
+
|
1037 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
1038 |
+
msgid ""
|
1039 |
+
"Specify whether you are having issues with the back-end or front-end "
|
1040 |
+
"functionalities. Enter your site URL to help us fix the plugin/theme "
|
1041 |
+
"conflicts."
|
1042 |
+
msgstr ""
|
1043 |
+
|
1044 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
1045 |
+
msgid "Translation issues"
|
1046 |
+
msgstr ""
|
1047 |
+
|
1048 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:71
|
1049 |
+
msgid "Incorrect/missing translation"
|
1050 |
+
msgstr ""
|
1051 |
+
|
1052 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
1053 |
+
msgid "Name the language and specify the string with incorrect translation."
|
1054 |
+
msgstr ""
|
1055 |
+
|
1056 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
1057 |
+
msgid ""
|
1058 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
1059 |
+
msgstr ""
|
1060 |
+
|
1061 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
1062 |
+
msgid "Name the language and the translator plugin that you are using"
|
1063 |
+
msgstr ""
|
1064 |
+
|
1065 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
1066 |
+
msgid "I found a better plugin"
|
1067 |
+
msgstr ""
|
1068 |
+
|
1069 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:87
|
1070 |
+
msgid "Which plugin?"
|
1071 |
+
msgstr ""
|
1072 |
+
|
1073 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
1074 |
+
msgid "Upgrade to pro"
|
1075 |
+
msgstr ""
|
1076 |
+
|
1077 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
1078 |
+
msgid "It’s a temporary deactivation"
|
1079 |
+
msgstr ""
|
1080 |
+
|
1081 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:99
|
1082 |
+
#: admin/views/admin-settings-general.php:10
|
1083 |
+
#: admin/views/admin-settings-general.php:66
|
1084 |
+
msgid "Other"
|
1085 |
+
msgstr ""
|
1086 |
+
|
1087 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:101
|
1088 |
+
msgid "Please describe your issue in detail."
|
1089 |
+
msgstr ""
|
1090 |
+
|
1091 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:119
|
1092 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
1093 |
+
msgstr ""
|
1094 |
+
|
1095 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:149
|
1096 |
+
msgid ""
|
1097 |
+
"We do not collect any personal data when you submit this form. It's your "
|
1098 |
+
"feedback that we value."
|
1099 |
+
msgstr ""
|
1100 |
+
|
1101 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:150
|
1102 |
+
msgid "Privacy Policy"
|
1103 |
+
msgstr ""
|
1104 |
+
|
1105 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:157
|
1106 |
+
msgid "Go to support"
|
1107 |
+
msgstr ""
|
1108 |
+
|
1109 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:158
|
1110 |
+
msgid "Submit & Deactivate"
|
1111 |
+
msgstr ""
|
1112 |
+
|
1113 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:160
|
1114 |
+
msgid "I rather wouldn't say"
|
1115 |
+
msgstr ""
|
1116 |
+
|
1117 |
+
#: admin/partials/cookie-law-info-admin_settings.php:27
|
1118 |
+
msgid "Settings reset to defaults."
|
1119 |
+
msgstr ""
|
1120 |
+
|
1121 |
+
#: admin/partials/cookie-law-info-admin_settings.php:28
|
1122 |
+
msgid "Unable to reset settings."
|
1123 |
+
msgstr ""
|
1124 |
+
|
1125 |
+
#: admin/partials/cookie-law-info-admin_settings.php:40
|
1126 |
+
msgid "Cookie bar is currently active"
|
1127 |
+
msgstr ""
|
1128 |
+
|
1129 |
+
#: admin/partials/cookie-law-info-admin_settings.php:48
|
1130 |
+
msgid "Cookie bar is currently inactive"
|
1131 |
+
msgstr ""
|
1132 |
+
|
1133 |
+
#: admin/partials/cookie-law-info-admin_settings.php:60
|
1134 |
+
msgid "Cookie Compliance Made Easy"
|
1135 |
+
msgstr ""
|
1136 |
+
|
1137 |
+
#: admin/partials/cookie-law-info-admin_settings.php:62
|
1138 |
+
#, php-format
|
1139 |
+
msgid "Plugin Developed By <a href=\"%s\" target=\"_blank\">WebToffee</a>"
|
1140 |
+
msgstr ""
|
1141 |
+
|
1142 |
+
#: admin/partials/cookie-law-info-admin_settings.php:81
|
1143 |
+
#: admin/views/admin-settings-general.php:9
|
1144 |
+
msgid "General"
|
1145 |
+
msgstr ""
|
1146 |
+
|
1147 |
+
#: admin/partials/cookie-law-info-admin_settings.php:82
|
1148 |
+
msgid "Customise Cookie Bar"
|
1149 |
+
msgstr ""
|
1150 |
+
|
1151 |
+
#: admin/partials/cookie-law-info-admin_settings.php:83
|
1152 |
+
msgid "Customise Buttons"
|
1153 |
+
msgstr ""
|
1154 |
+
|
1155 |
+
#: admin/partials/cookie-law-info-admin_settings.php:84
|
1156 |
+
#: admin/views/admin-settings-advanced.php:8
|
1157 |
+
msgid "Advanced"
|
1158 |
+
msgstr ""
|
1159 |
+
|
1160 |
+
#: admin/partials/cookie-law-info-admin_settings.php:85
|
1161 |
+
msgid "Help Guide"
|
1162 |
+
msgstr ""
|
1163 |
+
|
1164 |
+
#: admin/partials/cookie-law-info-privacy_overview.php:32
|
1165 |
+
msgid "Privacy Overview Title"
|
1166 |
+
msgstr ""
|
1167 |
+
|
1168 |
+
#: admin/partials/cookie-law-info-privacy_overview.php:38
|
1169 |
+
#: admin/partials/cookie-law-info-privacy_overview.php:53
|
1170 |
+
msgid "This will be shown in the settings visible for user on consent screen."
|
1171 |
+
msgstr ""
|
1172 |
+
|
1173 |
+
#: admin/partials/cookie-law-info-privacy_overview.php:61
|
1174 |
+
msgid "Save Settings"
|
1175 |
+
msgstr ""
|
1176 |
+
|
1177 |
+
#: admin/views/admin-settings-advanced.php:9
|
1178 |
+
msgid ""
|
1179 |
+
"Sometimes themes apply settings that clash with plugins. If that happens, "
|
1180 |
+
"try adjusting these settings."
|
1181 |
+
msgstr ""
|
1182 |
+
|
1183 |
+
#: admin/views/admin-settings-advanced.php:13
|
1184 |
+
msgid "Reset all values"
|
1185 |
+
msgstr ""
|
1186 |
+
|
1187 |
+
#: admin/views/admin-settings-advanced.php:15
|
1188 |
+
msgid "Delete settings and reset"
|
1189 |
+
msgstr ""
|
1190 |
+
|
1191 |
+
#: admin/views/admin-settings-advanced.php:15
|
1192 |
+
msgid "Are you sure you want to delete all your settings?"
|
1193 |
+
msgstr ""
|
1194 |
+
|
1195 |
+
#: admin/views/admin-settings-advanced.php:16
|
1196 |
+
msgid "Warning: this will actually delete your current settings."
|
1197 |
+
msgstr ""
|
1198 |
+
|
1199 |
+
#: admin/views/admin-settings-buttons.php:10
|
1200 |
+
#: admin/views/admin-settings-buttons.php:21
|
1201 |
+
msgid "Accept Button"
|
1202 |
+
msgstr ""
|
1203 |
+
|
1204 |
+
#: admin/views/admin-settings-buttons.php:11
|
1205 |
+
#: admin/views/admin-settings-buttons.php:350
|
1206 |
+
msgid "Accept All Button"
|
1207 |
+
msgstr ""
|
1208 |
+
|
1209 |
+
#: admin/views/admin-settings-buttons.php:12
|
1210 |
+
#: admin/views/admin-settings-buttons.php:94
|
1211 |
+
msgid "Reject Button"
|
1212 |
+
msgstr ""
|
1213 |
+
|
1214 |
+
#: admin/views/admin-settings-buttons.php:13
|
1215 |
+
#: admin/views/admin-settings-buttons.php:164
|
1216 |
+
msgid "Settings Button"
|
1217 |
+
msgstr ""
|
1218 |
+
|
1219 |
+
#: admin/views/admin-settings-buttons.php:14
|
1220 |
+
#: admin/views/admin-settings-buttons.php:207
|
1221 |
+
msgid "Read More Link"
|
1222 |
+
msgstr ""
|
1223 |
+
|
1224 |
+
#: admin/views/admin-settings-buttons.php:15
|
1225 |
+
#: admin/views/admin-settings-buttons.php:321
|
1226 |
+
msgid "Do not sell link"
|
1227 |
+
msgstr ""
|
1228 |
+
|
1229 |
+
#: admin/views/admin-settings-buttons.php:22
|
1230 |
+
#: admin/views/admin-settings-buttons.php:351
|
1231 |
+
msgid ""
|
1232 |
+
"This button/link can be customised to either simply close the cookie bar, or "
|
1233 |
+
"follow a link. You can also customise the colours and styles, and show it as "
|
1234 |
+
"a link or a button."
|
1235 |
+
msgstr ""
|
1236 |
+
|
1237 |
+
#: admin/views/admin-settings-buttons.php:25
|
1238 |
+
#: admin/views/admin-settings-buttons.php:97
|
1239 |
+
#: admin/views/admin-settings-buttons.php:167
|
1240 |
+
#: admin/views/admin-settings-buttons.php:220
|
1241 |
+
#: admin/views/admin-settings-buttons.php:354
|
1242 |
+
msgid "Text"
|
1243 |
+
msgstr ""
|
1244 |
+
|
1245 |
+
#: admin/views/admin-settings-buttons.php:31
|
1246 |
+
#: admin/views/admin-settings-buttons.php:103
|
1247 |
+
#: admin/views/admin-settings-buttons.php:173
|
1248 |
+
#: admin/views/admin-settings-buttons.php:226
|
1249 |
+
#: admin/views/admin-settings-buttons.php:340
|
1250 |
+
#: admin/views/admin-settings-buttons.php:360
|
1251 |
+
msgid "Text colour"
|
1252 |
+
msgstr ""
|
1253 |
+
|
1254 |
+
#: admin/views/admin-settings-buttons.php:39
|
1255 |
+
#: admin/views/admin-settings-buttons.php:111
|
1256 |
+
#: admin/views/admin-settings-buttons.php:181
|
1257 |
+
#: admin/views/admin-settings-buttons.php:234
|
1258 |
+
#: admin/views/admin-settings-buttons.php:330
|
1259 |
+
#: admin/views/admin-settings-buttons.php:368
|
1260 |
+
msgid "Show as"
|
1261 |
+
msgstr ""
|
1262 |
+
|
1263 |
+
#: admin/views/admin-settings-buttons.php:41
|
1264 |
+
#: admin/views/admin-settings-buttons.php:113
|
1265 |
+
#: admin/views/admin-settings-buttons.php:183
|
1266 |
+
#: admin/views/admin-settings-buttons.php:236
|
1267 |
+
#: admin/views/admin-settings-buttons.php:370
|
1268 |
+
msgid "Button"
|
1269 |
+
msgstr ""
|
1270 |
+
|
1271 |
+
#: admin/views/admin-settings-buttons.php:43
|
1272 |
+
#: admin/views/admin-settings-buttons.php:115
|
1273 |
+
#: admin/views/admin-settings-buttons.php:185
|
1274 |
+
#: admin/views/admin-settings-buttons.php:238
|
1275 |
+
#: admin/views/admin-settings-buttons.php:332
|
1276 |
+
#: admin/views/admin-settings-buttons.php:372
|
1277 |
+
msgid "Link"
|
1278 |
+
msgstr ""
|
1279 |
+
|
1280 |
+
#: admin/views/admin-settings-buttons.php:47
|
1281 |
+
#: admin/views/admin-settings-buttons.php:119
|
1282 |
+
#: admin/views/admin-settings-buttons.php:189
|
1283 |
+
#: admin/views/admin-settings-buttons.php:242
|
1284 |
+
#: admin/views/admin-settings-buttons.php:376
|
1285 |
+
msgid "Background colour"
|
1286 |
+
msgstr ""
|
1287 |
+
|
1288 |
+
#: admin/views/admin-settings-buttons.php:56
|
1289 |
+
#: admin/views/admin-settings-buttons.php:127
|
1290 |
+
#: admin/views/admin-settings-buttons.php:384
|
1291 |
+
msgid "Action"
|
1292 |
+
msgstr ""
|
1293 |
+
|
1294 |
+
#: admin/views/admin-settings-buttons.php:64
|
1295 |
+
#: admin/views/admin-settings-buttons.php:139
|
1296 |
+
#: admin/views/admin-settings-buttons.php:253
|
1297 |
+
#: admin/views/admin-settings-buttons.php:260
|
1298 |
+
#: admin/views/admin-settings-buttons.php:392
|
1299 |
+
msgid "URL"
|
1300 |
+
msgstr ""
|
1301 |
+
|
1302 |
+
#: admin/views/admin-settings-buttons.php:67
|
1303 |
+
#: admin/views/admin-settings-buttons.php:142
|
1304 |
+
#: admin/views/admin-settings-buttons.php:395
|
1305 |
+
msgid "Button will only link to URL if Action = Open URL"
|
1306 |
+
msgstr ""
|
1307 |
+
|
1308 |
+
#: admin/views/admin-settings-buttons.php:72
|
1309 |
+
#: admin/views/admin-settings-buttons.php:147
|
1310 |
+
#: admin/views/admin-settings-buttons.php:400
|
1311 |
+
msgid "Open URL in new window?"
|
1312 |
+
msgstr ""
|
1313 |
+
|
1314 |
+
#: admin/views/admin-settings-buttons.php:83
|
1315 |
+
#: admin/views/admin-settings-buttons.php:154
|
1316 |
+
#: admin/views/admin-settings-buttons.php:197
|
1317 |
+
#: admin/views/admin-settings-buttons.php:311
|
1318 |
+
#: admin/views/admin-settings-buttons.php:408
|
1319 |
+
msgid "Size"
|
1320 |
+
msgstr ""
|
1321 |
+
|
1322 |
+
#: admin/views/admin-settings-buttons.php:208
|
1323 |
+
msgid ""
|
1324 |
+
"This button/link can be used to provide a link out to your Privacy & Cookie "
|
1325 |
+
"Policy. You can customise it any way you like."
|
1326 |
+
msgstr ""
|
1327 |
+
|
1328 |
+
#: admin/views/admin-settings-buttons.php:212
|
1329 |
+
msgid "Click"
|
1330 |
+
msgstr ""
|
1331 |
+
|
1332 |
+
#: admin/views/admin-settings-buttons.php:212
|
1333 |
+
msgid "here"
|
1334 |
+
msgstr ""
|
1335 |
+
|
1336 |
+
#: admin/views/admin-settings-buttons.php:212
|
1337 |
+
msgid " to generate content for Cookie Policy page."
|
1338 |
+
msgstr ""
|
1339 |
+
|
1340 |
+
#: admin/views/admin-settings-buttons.php:251
|
1341 |
+
msgid "URL or Page?"
|
1342 |
+
msgstr ""
|
1343 |
+
|
1344 |
+
#: admin/views/admin-settings-buttons.php:255
|
1345 |
+
#: admin/views/admin-settings-buttons.php:266
|
1346 |
+
msgid "Page"
|
1347 |
+
msgstr ""
|
1348 |
+
|
1349 |
+
#: admin/views/admin-settings-buttons.php:269
|
1350 |
+
msgid "Select One"
|
1351 |
+
msgstr ""
|
1352 |
+
|
1353 |
+
#: admin/views/admin-settings-buttons.php:289
|
1354 |
+
msgid "The currently selected page does not exist. Please select a new page."
|
1355 |
+
msgstr ""
|
1356 |
+
|
1357 |
+
#: admin/views/admin-settings-buttons.php:297
|
1358 |
+
msgid "Minimize Cookie Bar in this page/URL?"
|
1359 |
+
msgstr ""
|
1360 |
+
|
1361 |
+
#: admin/views/admin-settings-buttons.php:304
|
1362 |
+
msgid "Open in new window?"
|
1363 |
+
msgstr ""
|
1364 |
+
|
1365 |
+
#: admin/views/admin-settings-buttons.php:324
|
1366 |
+
msgid "CCPA Text"
|
1367 |
+
msgstr ""
|
1368 |
+
|
1369 |
+
#: admin/views/admin-settings-buttons.php:333
|
1370 |
+
msgid "Checkbox"
|
1371 |
+
msgstr ""
|
1372 |
+
|
1373 |
+
#: admin/views/admin-settings-buttons.php:334
|
1374 |
+
msgid "The shortcode will be represented as a link whereever used."
|
1375 |
+
msgstr ""
|
1376 |
+
|
1377 |
+
#: admin/views/admin-settings-buttons.php:335
|
1378 |
+
msgid ""
|
1379 |
+
"The shortcode will be represented as a checkbox with select option to record "
|
1380 |
+
"consent."
|
1381 |
+
msgstr ""
|
1382 |
+
|
1383 |
+
#: admin/views/admin-settings-general.php:17
|
1384 |
+
msgid "Enable cookie bar"
|
1385 |
+
msgstr ""
|
1386 |
+
|
1387 |
+
#: admin/views/admin-settings-general.php:19
|
1388 |
+
msgid "On"
|
1389 |
+
msgstr ""
|
1390 |
+
|
1391 |
+
#: admin/views/admin-settings-general.php:20
|
1392 |
+
msgid "Off"
|
1393 |
+
msgstr ""
|
1394 |
+
|
1395 |
+
#: admin/views/admin-settings-general.php:36
|
1396 |
+
msgid "Auto-hide(Accept) cookie bar after delay?"
|
1397 |
+
msgstr ""
|
1398 |
+
|
1399 |
+
#: admin/views/admin-settings-general.php:43
|
1400 |
+
msgid "Milliseconds until hidden"
|
1401 |
+
msgstr ""
|
1402 |
+
|
1403 |
+
#: admin/views/admin-settings-general.php:46
|
1404 |
+
msgid "Specify milliseconds (not seconds)"
|
1405 |
+
msgstr ""
|
1406 |
+
|
1407 |
+
#: admin/views/admin-settings-general.php:46
|
1408 |
+
msgid "seconds"
|
1409 |
+
msgstr ""
|
1410 |
+
|
1411 |
+
#: admin/views/admin-settings-general.php:52
|
1412 |
+
msgid "Auto-hide cookie bar if the user scrolls ( Accept on Scroll )?"
|
1413 |
+
msgstr ""
|
1414 |
+
|
1415 |
+
#: admin/views/admin-settings-general.php:56
|
1416 |
+
msgid ""
|
1417 |
+
"As per latest GDPR policies it is required to take an explicit consent for "
|
1418 |
+
"the cookies. Use this option with discretion especially if you serve EU"
|
1419 |
+
msgstr ""
|
1420 |
+
|
1421 |
+
#: admin/views/admin-settings-general.php:57
|
1422 |
+
msgid "This option will not work along with `Popup overlay`."
|
1423 |
+
msgstr ""
|
1424 |
+
|
1425 |
+
#: admin/views/admin-settings-general.php:69
|
1426 |
+
msgid "Reload after \"scroll accept\" event?"
|
1427 |
+
msgstr ""
|
1428 |
+
|
1429 |
+
#: admin/views/admin-settings-general.php:80
|
1430 |
+
msgid "Reload after Accept button click"
|
1431 |
+
msgstr ""
|
1432 |
+
|
1433 |
+
#: admin/views/admin-settings-general.php:87
|
1434 |
+
msgid "Reload after Reject button click"
|
1435 |
+
msgstr ""
|
1436 |
+
|
1437 |
+
#: admin/views/admin-settings-help.php:9
|
1438 |
+
msgid "Shortcodes"
|
1439 |
+
msgstr ""
|
1440 |
+
|
1441 |
+
#: admin/views/admin-settings-help.php:10
|
1442 |
+
#: admin/views/admin-settings-help.php:103
|
1443 |
+
msgid "Help Links"
|
1444 |
+
msgstr ""
|
1445 |
+
|
1446 |
+
#: admin/views/admin-settings-help.php:16
|
1447 |
+
msgid "Cookie bar shortcodes"
|
1448 |
+
msgstr ""
|
1449 |
+
|
1450 |
+
#: admin/views/admin-settings-help.php:17
|
1451 |
+
msgid ""
|
1452 |
+
"You can enter the shortcodes in the \"message\" field of the Cookie Law Info "
|
1453 |
+
"bar. They add nicely formatted buttons and/or links into the cookie bar, "
|
1454 |
+
"without you having to add any HTML."
|
1455 |
+
msgstr ""
|
1456 |
+
|
1457 |
+
#: admin/views/admin-settings-help.php:22
|
1458 |
+
msgid "This is the \"main button\" you customise above."
|
1459 |
+
msgstr ""
|
1460 |
+
|
1461 |
+
#: admin/views/admin-settings-help.php:26
|
1462 |
+
msgid "This is the cookie reject button shortcode."
|
1463 |
+
msgstr ""
|
1464 |
+
|
1465 |
+
#: admin/views/admin-settings-help.php:30
|
1466 |
+
msgid "This is the cookie settings button rendering shortcode."
|
1467 |
+
msgstr ""
|
1468 |
+
|
1469 |
+
#: admin/views/admin-settings-help.php:33
|
1470 |
+
msgid "This is the \"read more\" link you customise above."
|
1471 |
+
msgstr ""
|
1472 |
+
|
1473 |
+
#: admin/views/admin-settings-help.php:36
|
1474 |
+
msgid "Setup margin for above buttons"
|
1475 |
+
msgstr ""
|
1476 |
+
|
1477 |
+
#: admin/views/admin-settings-help.php:65
|
1478 |
+
msgid "Other shortcodes"
|
1479 |
+
msgstr ""
|
1480 |
+
|
1481 |
+
#: admin/views/admin-settings-help.php:66
|
1482 |
+
msgid ""
|
1483 |
+
"These shortcodes can be used in pages and posts on your website. It is not "
|
1484 |
+
"recommended to use these inside the cookie bar itself."
|
1485 |
+
msgstr ""
|
1486 |
+
|
1487 |
+
#: admin/views/admin-settings-help.php:72
|
1488 |
+
msgid ""
|
1489 |
+
"This prints out a nice table of cookies, in line with the guidance given by "
|
1490 |
+
"the ICO."
|
1491 |
+
msgstr ""
|
1492 |
+
|
1493 |
+
#: admin/views/admin-settings-help.php:72
|
1494 |
+
msgid ""
|
1495 |
+
"You need to enter the cookies your website uses via the Cookie Law Info menu "
|
1496 |
+
"in your WordPress dashboard."
|
1497 |
+
msgstr ""
|
1498 |
+
|
1499 |
+
#: admin/views/admin-settings-help.php:80
|
1500 |
+
msgid "Styles included"
|
1501 |
+
msgstr ""
|
1502 |
+
|
1503 |
+
#: admin/views/admin-settings-help.php:82
|
1504 |
+
msgid "Columns available"
|
1505 |
+
msgstr ""
|
1506 |
+
|
1507 |
+
#: admin/views/admin-settings-help.php:82
|
1508 |
+
msgid "Will print all columns by default."
|
1509 |
+
msgstr ""
|
1510 |
+
|
1511 |
+
#: admin/views/admin-settings-help.php:86
|
1512 |
+
msgid ""
|
1513 |
+
"This shortcode will display a normal HTML link which when clicked, will "
|
1514 |
+
"delete the cookie set by Cookie Law Info (this cookie is used to remember "
|
1515 |
+
"that the cookie bar is closed)."
|
1516 |
+
msgstr ""
|
1517 |
+
|
1518 |
+
#: admin/views/admin-settings-help.php:90
|
1519 |
+
msgid ""
|
1520 |
+
"Add any text you like- useful if you want e.g. another language to English."
|
1521 |
+
msgstr ""
|
1522 |
+
|
1523 |
+
#: admin/views/admin-settings-help.php:94
|
1524 |
+
msgid "Add content after accepting the cookie notice."
|
1525 |
+
msgstr ""
|
1526 |
+
|
1527 |
+
#: admin/views/admin-settings-help.php:107
|
1528 |
+
#: admin/views/admin-settings-help.php:110 admin/views/goto-pro.php:103
|
1529 |
+
msgid "Documentation"
|
1530 |
+
msgstr ""
|
1531 |
+
|
1532 |
+
#: admin/views/admin-settings-help.php:108
|
1533 |
+
msgid "Refer to our documentation to set and get started"
|
1534 |
+
msgstr ""
|
1535 |
+
|
1536 |
+
#: admin/views/admin-settings-help.php:115
|
1537 |
+
msgid "Help and Support"
|
1538 |
+
msgstr ""
|
1539 |
+
|
1540 |
+
#: admin/views/admin-settings-help.php:116
|
1541 |
+
msgid "We would love to help you on any queries or issues."
|
1542 |
+
msgstr ""
|
1543 |
+
|
1544 |
+
#: admin/views/admin-settings-help.php:118
|
1545 |
+
msgid "Contact Us"
|
1546 |
+
msgstr ""
|
1547 |
+
|
1548 |
+
#: admin/views/admin-settings-messagebar.php:9
|
1549 |
+
msgid "Cookie bar"
|
1550 |
+
msgstr ""
|
1551 |
+
|
1552 |
+
#: admin/views/admin-settings-messagebar.php:10
|
1553 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1554 |
+
msgid "Revisit consent"
|
1555 |
+
msgstr ""
|
1556 |
+
|
1557 |
+
#: admin/views/admin-settings-messagebar.php:15
|
1558 |
+
msgid "Cookie Bar"
|
1559 |
+
msgstr ""
|
1560 |
+
|
1561 |
+
#: admin/views/admin-settings-messagebar.php:18
|
1562 |
+
msgid "Message Heading"
|
1563 |
+
msgstr ""
|
1564 |
+
|
1565 |
+
#: admin/views/admin-settings-messagebar.php:21
|
1566 |
+
msgid "Leave it blank, If you do not need a heading"
|
1567 |
+
msgstr ""
|
1568 |
+
|
1569 |
+
#: admin/views/admin-settings-messagebar.php:26
|
1570 |
+
msgid "Message"
|
1571 |
+
msgstr ""
|
1572 |
+
|
1573 |
+
#: admin/views/admin-settings-messagebar.php:32
|
1574 |
+
msgid "Shortcodes allowed: see the Help Guide tab"
|
1575 |
+
msgstr ""
|
1576 |
+
|
1577 |
+
#: admin/views/admin-settings-messagebar.php:32
|
1578 |
+
msgid ""
|
1579 |
+
"Examples: \"We use cookies on this website [cookie_accept] to find out how "
|
1580 |
+
"to delete cookies [cookie_link].\""
|
1581 |
+
msgstr ""
|
1582 |
+
|
1583 |
+
#: admin/views/admin-settings-messagebar.php:36
|
1584 |
+
msgid "Cookie Bar Colour"
|
1585 |
+
msgstr ""
|
1586 |
+
|
1587 |
+
#: admin/views/admin-settings-messagebar.php:46
|
1588 |
+
msgid "Text Colour"
|
1589 |
+
msgstr ""
|
1590 |
+
|
1591 |
+
#: admin/views/admin-settings-messagebar.php:55
|
1592 |
+
msgid "Font"
|
1593 |
+
msgstr ""
|
1594 |
+
|
1595 |
+
#: admin/views/admin-settings-messagebar.php:63
|
1596 |
+
msgid "Show cookie bar as"
|
1597 |
+
msgstr ""
|
1598 |
+
|
1599 |
+
#: admin/views/admin-settings-messagebar.php:68
|
1600 |
+
msgid "Banner"
|
1601 |
+
msgstr ""
|
1602 |
+
|
1603 |
+
#: admin/views/admin-settings-messagebar.php:69
|
1604 |
+
msgid "Popup"
|
1605 |
+
msgstr ""
|
1606 |
+
|
1607 |
+
#: admin/views/admin-settings-messagebar.php:70
|
1608 |
+
msgid "Widget"
|
1609 |
+
msgstr ""
|
1610 |
+
|
1611 |
+
#: admin/views/admin-settings-messagebar.php:74
|
1612 |
+
msgid "Position"
|
1613 |
+
msgstr ""
|
1614 |
+
|
1615 |
+
#: admin/views/admin-settings-messagebar.php:84
|
1616 |
+
msgid "Add overlay?"
|
1617 |
+
msgstr ""
|
1618 |
+
|
1619 |
+
#: admin/views/admin-settings-messagebar.php:88
|
1620 |
+
msgid ""
|
1621 |
+
"When the popup is active, an overlay will block the user from browsing the "
|
1622 |
+
"site."
|
1623 |
+
msgstr ""
|
1624 |
+
|
1625 |
+
#: admin/views/admin-settings-messagebar.php:89
|
1626 |
+
msgid "`Accept on scroll` will not work along with this option."
|
1627 |
+
msgstr ""
|
1628 |
+
|
1629 |
+
#: admin/views/admin-settings-messagebar.php:93
|
1630 |
+
msgid "Position:"
|
1631 |
+
msgstr ""
|
1632 |
+
|
1633 |
+
#: admin/views/admin-settings-messagebar.php:98
|
1634 |
+
msgid "Header"
|
1635 |
+
msgstr ""
|
1636 |
+
|
1637 |
+
#: admin/views/admin-settings-messagebar.php:99
|
1638 |
+
msgid "Footer"
|
1639 |
+
msgstr ""
|
1640 |
+
|
1641 |
+
#: admin/views/admin-settings-messagebar.php:108
|
1642 |
+
msgid "Fix Cookie Bar to Header?"
|
1643 |
+
msgstr ""
|
1644 |
+
|
1645 |
+
#: admin/views/admin-settings-messagebar.php:112
|
1646 |
+
msgid ""
|
1647 |
+
"If you select \"Header\" then you can optionally stick the cookie bar to the "
|
1648 |
+
"header. Will not have any effect if you select \"Footer\"."
|
1649 |
+
msgstr ""
|
1650 |
+
|
1651 |
+
#: admin/views/admin-settings-messagebar.php:120
|
1652 |
+
msgid "On load"
|
1653 |
+
msgstr ""
|
1654 |
+
|
1655 |
+
#: admin/views/admin-settings-messagebar.php:125
|
1656 |
+
#: admin/views/admin-settings-messagebar.php:135
|
1657 |
+
msgid "Animate"
|
1658 |
+
msgstr ""
|
1659 |
+
|
1660 |
+
#: admin/views/admin-settings-messagebar.php:126
|
1661 |
+
#: admin/views/admin-settings-messagebar.php:136
|
1662 |
+
msgid "Sticky"
|
1663 |
+
msgstr ""
|
1664 |
+
|
1665 |
+
#: admin/views/admin-settings-messagebar.php:130
|
1666 |
+
msgid "On hide"
|
1667 |
+
msgstr ""
|
1668 |
+
|
1669 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1670 |
+
msgid "previously"
|
1671 |
+
msgstr ""
|
1672 |
+
|
1673 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1674 |
+
msgid "Show again tab"
|
1675 |
+
msgstr ""
|
1676 |
+
|
1677 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1678 |
+
msgid ""
|
1679 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1680 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1681 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1682 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1683 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1684 |
+
"website."
|
1685 |
+
msgstr ""
|
1686 |
+
|
1687 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1688 |
+
msgid "Enable revisit consent widget"
|
1689 |
+
msgstr ""
|
1690 |
+
|
1691 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1692 |
+
msgid ""
|
1693 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1694 |
+
"the footer of your website."
|
1695 |
+
msgstr ""
|
1696 |
+
|
1697 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1698 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1699 |
+
msgid "Tab Position"
|
1700 |
+
msgstr ""
|
1701 |
+
|
1702 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1703 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1704 |
+
msgid "Right"
|
1705 |
+
msgstr ""
|
1706 |
+
|
1707 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1708 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1709 |
+
msgid "Left"
|
1710 |
+
msgstr ""
|
1711 |
+
|
1712 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1713 |
+
msgid "Bottom Right"
|
1714 |
+
msgstr ""
|
1715 |
+
|
1716 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1717 |
+
msgid "Bottom Left"
|
1718 |
+
msgstr ""
|
1719 |
+
|
1720 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1721 |
+
msgid "Top Right"
|
1722 |
+
msgstr ""
|
1723 |
+
|
1724 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1725 |
+
msgid "Top Left"
|
1726 |
+
msgstr ""
|
1727 |
+
|
1728 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1729 |
+
msgid "From Right Margin"
|
1730 |
+
msgstr ""
|
1731 |
+
|
1732 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1733 |
+
msgid "From Left Margin"
|
1734 |
+
msgstr ""
|
1735 |
+
|
1736 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1737 |
+
msgid "Specify"
|
1738 |
+
msgstr ""
|
1739 |
+
|
1740 |
+
#: admin/views/goto-pro.php:56
|
1741 |
+
msgid "Where did my settings go?"
|
1742 |
+
msgstr ""
|
1743 |
+
|
1744 |
+
#: admin/views/goto-pro.php:57
|
1745 |
+
msgid "Cookie Law Info version 0.9 has been updated and has new settings."
|
1746 |
+
msgstr ""
|
1747 |
+
|
1748 |
+
#: admin/views/goto-pro.php:57
|
1749 |
+
msgid "Your previous settings are safe."
|
1750 |
+
msgstr ""
|
1751 |
+
|
1752 |
+
#: admin/views/goto-pro.php:58
|
1753 |
+
msgid ""
|
1754 |
+
"You can either copy over your old settings to this version, or use the new "
|
1755 |
+
"default values."
|
1756 |
+
msgstr ""
|
1757 |
+
|
1758 |
+
#: admin/views/goto-pro.php:60
|
1759 |
+
msgid "Would you like to:"
|
1760 |
+
msgstr ""
|
1761 |
+
|
1762 |
+
#: admin/views/goto-pro.php:62
|
1763 |
+
msgid "Use previous settings"
|
1764 |
+
msgstr ""
|
1765 |
+
|
1766 |
+
#: admin/views/goto-pro.php:63
|
1767 |
+
msgid "Start afresh with the new version"
|
1768 |
+
msgstr ""
|
1769 |
+
|
1770 |
+
#: admin/views/goto-pro.php:67
|
1771 |
+
msgid ""
|
1772 |
+
"If you want to go back to the previous version you can always download it "
|
1773 |
+
"again from"
|
1774 |
+
msgstr ""
|
1775 |
+
|
1776 |
+
#: admin/views/goto-pro.php:73
|
1777 |
+
msgid "30 Day Money Back Guarantee"
|
1778 |
+
msgstr ""
|
1779 |
+
|
1780 |
+
#: admin/views/goto-pro.php:74
|
1781 |
+
msgid "Fast and Superior Support"
|
1782 |
+
msgstr ""
|
1783 |
+
|
1784 |
+
#: admin/views/goto-pro.php:75
|
1785 |
+
msgid "10X Powerful with GDPR Cookie Consent Features That Every Site Needs"
|
1786 |
+
msgstr ""
|
1787 |
+
|
1788 |
+
#: admin/views/goto-pro.php:78
|
1789 |
+
msgid "Upgrade to Premium"
|
1790 |
+
msgstr ""
|
1791 |
+
|
1792 |
+
#: admin/views/goto-pro.php:84
|
1793 |
+
msgid "Automatic Cookie Scanner"
|
1794 |
+
msgstr ""
|
1795 |
+
|
1796 |
+
#: admin/views/goto-pro.php:85
|
1797 |
+
msgid ""
|
1798 |
+
"Auto block scripts - Google Analytics, Facebook Pixel, Google Tag Manager, "
|
1799 |
+
"Hotjar Analytics, Google Publisher Tag, Youtube embed, Vimeo embed, Google "
|
1800 |
+
"maps, Addthis widget, Sharethis widget, Twitter widget, Soundcloud embed, "
|
1801 |
+
"Slideshare embed, Linkedin widget, Instagram embed, Pinterest widget"
|
1802 |
+
msgstr ""
|
1803 |
+
|
1804 |
+
#: admin/views/goto-pro.php:86
|
1805 |
+
msgid "Location based exclusion of cookie notice for EU countries"
|
1806 |
+
msgstr ""
|
1807 |
+
|
1808 |
+
#: admin/views/goto-pro.php:87
|
1809 |
+
msgid "Granular control over the cookies/scipts used by the website"
|
1810 |
+
msgstr ""
|
1811 |
+
|
1812 |
+
#: admin/views/goto-pro.php:88
|
1813 |
+
msgid "User consent audit logs"
|
1814 |
+
msgstr ""
|
1815 |
+
|
1816 |
+
#: admin/views/goto-pro.php:89
|
1817 |
+
msgid "Customized privacy overview"
|
1818 |
+
msgstr ""
|
1819 |
+
|
1820 |
+
#: admin/views/goto-pro.php:90
|
1821 |
+
msgid "Cookie bar preview in admin settings page"
|
1822 |
+
msgstr ""
|
1823 |
+
|
1824 |
+
#: admin/views/goto-pro.php:91
|
1825 |
+
msgid "Advanced support for cache plugins"
|
1826 |
+
msgstr ""
|
1827 |
+
|
1828 |
+
#: admin/views/goto-pro.php:92
|
1829 |
+
msgid "Cookie bar theme customizer for banner/ widgets/ popup"
|
1830 |
+
msgstr ""
|
1831 |
+
|
1832 |
+
#: admin/views/goto-pro.php:93
|
1833 |
+
msgid "GDPR compliance with Google Tag Manager"
|
1834 |
+
msgstr ""
|
1835 |
+
|
1836 |
+
#: admin/views/goto-pro.php:94
|
1837 |
+
msgid "Javascript helper functions"
|
1838 |
+
msgstr ""
|
1839 |
+
|
1840 |
+
#: admin/views/goto-pro.php:108
|
1841 |
+
msgid "Like this plugin?"
|
1842 |
+
msgstr ""
|
1843 |
+
|
1844 |
+
#: admin/views/goto-pro.php:109
|
1845 |
+
msgid "If you find this plugin useful please show your support and rate it"
|
1846 |
+
msgstr ""
|
1847 |
+
|
1848 |
+
#: admin/views/goto-pro.php:109
|
1849 |
+
msgid " on"
|
1850 |
+
msgstr ""
|
1851 |
+
|
1852 |
+
#: admin/views/goto-pro.php:109
|
1853 |
+
msgid " much appreciated!"
|
1854 |
+
msgstr ""
|
1855 |
+
|
1856 |
+
#: cookie-law-info.php:86
|
1857 |
+
msgid ""
|
1858 |
+
"Please make sure the cache is cleared after each plugin update especially if "
|
1859 |
+
"you have minified JS and/or CSS files."
|
1860 |
+
msgstr ""
|
1861 |
+
|
1862 |
+
#: includes/class-cookie-law-info-cookieyes.php:155
|
1863 |
+
#: includes/class-cookie-law-info-cookieyes.php:203
|
1864 |
+
msgid "Invalid request"
|
1865 |
+
msgstr ""
|
1866 |
+
|
1867 |
+
#: includes/class-cookie-law-info-cookieyes.php:171
|
1868 |
+
msgid "Connected to CookieYes"
|
1869 |
+
msgstr ""
|
1870 |
+
|
1871 |
+
#: includes/class-cookie-law-info-cookieyes.php:173
|
1872 |
+
msgid "Disconnect"
|
1873 |
+
msgstr ""
|
1874 |
+
|
1875 |
+
#: includes/class-cookie-law-info-cookieyes.php:181
|
1876 |
+
msgid "Disconnected from CookieYes"
|
1877 |
+
msgstr ""
|
1878 |
+
|
1879 |
+
#: includes/class-cookie-law-info-cookieyes.php:204
|
1880 |
+
msgid "Successfully deleted!"
|
1881 |
+
msgstr ""
|
1882 |
+
|
1883 |
+
#: includes/class-cookie-law-info-cookieyes.php:205
|
1884 |
+
msgid "Delete failed, please try again later"
|
1885 |
+
msgstr ""
|
1886 |
+
|
1887 |
+
#: includes/class-cookie-law-info-cookieyes.php:268
|
1888 |
+
msgid "Reset Password"
|
1889 |
+
msgstr ""
|
1890 |
+
|
1891 |
+
#: includes/class-cookie-law-info-cookieyes.php:272
|
1892 |
+
#: includes/class-cookie-law-info-cookieyes.php:286
|
1893 |
+
#: includes/class-cookie-law-info-cookieyes.php:1063
|
1894 |
+
msgid "Email"
|
1895 |
+
msgstr ""
|
1896 |
+
|
1897 |
+
#: includes/class-cookie-law-info-cookieyes.php:274
|
1898 |
+
msgid "Send password reset email"
|
1899 |
+
msgstr ""
|
1900 |
+
|
1901 |
+
#: includes/class-cookie-law-info-cookieyes.php:282
|
1902 |
+
msgid "Welcome to CookieYes"
|
1903 |
+
msgstr ""
|
1904 |
+
|
1905 |
+
#: includes/class-cookie-law-info-cookieyes.php:284
|
1906 |
+
msgid ""
|
1907 |
+
"Enter your email to create an account with CookieYes. By clicking “Connect”, "
|
1908 |
+
"your CookieYes account will be created automatically and you can start "
|
1909 |
+
"scanning your website for cookies right away!"
|
1910 |
+
msgstr ""
|
1911 |
+
|
1912 |
+
#: includes/class-cookie-law-info-cookieyes.php:289
|
1913 |
+
msgid "Connect"
|
1914 |
+
msgstr ""
|
1915 |
+
|
1916 |
+
#: includes/class-cookie-law-info-cookieyes.php:307
|
1917 |
+
msgid "Could not establish connection with scanner! please try again later"
|
1918 |
+
msgstr ""
|
1919 |
+
|
1920 |
+
#: includes/class-cookie-law-info-cookieyes.php:310
|
1921 |
+
msgid "Invalid credentials"
|
1922 |
+
msgstr ""
|
1923 |
+
|
1924 |
+
#: includes/class-cookie-law-info-cookieyes.php:313
|
1925 |
+
msgid "You already have an account with CookieYes."
|
1926 |
+
msgstr ""
|
1927 |
+
|
1928 |
+
#: includes/class-cookie-law-info-cookieyes.php:316
|
1929 |
+
msgid "License is not activated, please activate your license and try again"
|
1930 |
+
msgstr ""
|
1931 |
+
|
1932 |
+
#: includes/class-cookie-law-info-cookieyes.php:319
|
1933 |
+
msgid "Disconnected with cookieyes, please connect and scan again"
|
1934 |
+
msgstr ""
|
1935 |
+
|
1936 |
+
#: includes/class-cookie-law-info-cookieyes.php:322
|
1937 |
+
msgid "Your monthly scan limit is reached please try again later"
|
1938 |
+
msgstr ""
|
1939 |
+
|
1940 |
+
#: includes/class-cookie-law-info-cookieyes.php:325
|
1941 |
+
msgid "A scanning is already in progress please try again after some time"
|
1942 |
+
msgstr ""
|
1943 |
+
|
1944 |
+
#: includes/class-cookie-law-info-cookieyes.php:328
|
1945 |
+
msgid "Successfully connected with CookieYes"
|
1946 |
+
msgstr ""
|
1947 |
+
|
1948 |
+
#: includes/class-cookie-law-info-cookieyes.php:331
|
1949 |
+
msgid ""
|
1950 |
+
"A password reset message has been sent to your email address. Click the link "
|
1951 |
+
"in the email to reset your password"
|
1952 |
+
msgstr ""
|
1953 |
+
|
1954 |
+
#: includes/class-cookie-law-info-cookieyes.php:334
|
1955 |
+
msgid ""
|
1956 |
+
"A email verfication link has been sent to your email address. Click the link "
|
1957 |
+
"in the email to verify your account"
|
1958 |
+
msgstr ""
|
1959 |
+
|
1960 |
+
#: includes/class-cookie-law-info-cookieyes.php:337
|
1961 |
+
msgid "Email has already verified"
|
1962 |
+
msgstr ""
|
1963 |
+
|
1964 |
+
#: includes/class-cookie-law-info-cookieyes.php:388
|
1965 |
+
msgid "Invalid json token"
|
1966 |
+
msgstr ""
|
1967 |
+
|
1968 |
+
#: includes/class-cookie-law-info-cookieyes.php:391
|
1969 |
+
msgid "Invalid token format"
|
1970 |
+
msgstr ""
|
1971 |
+
|
1972 |
+
#: includes/class-cookie-law-info-cookieyes.php:780
|
1973 |
+
msgid "Successfully disconnected with Cookieyes"
|
1974 |
+
msgstr ""
|
1975 |
+
|
1976 |
+
#: includes/class-cookie-law-info-cookieyes.php:783
|
1977 |
+
msgid "Could not identify the action"
|
1978 |
+
msgstr ""
|
1979 |
+
|
1980 |
+
#: includes/class-cookie-law-info-cookieyes.php:788
|
1981 |
+
msgid "Successfully connected with Cookieyes"
|
1982 |
+
msgstr ""
|
1983 |
+
|
1984 |
+
#: includes/class-cookie-law-info-cookieyes.php:890
|
1985 |
+
msgid "Delete site data from CookieYes\t"
|
1986 |
+
msgstr ""
|
1987 |
+
|
1988 |
+
#: includes/class-cookie-law-info-cookieyes.php:896
|
1989 |
+
msgid "Do you really want to delete your website from CookieYes"
|
1990 |
+
msgstr ""
|
1991 |
+
|
1992 |
+
#: includes/class-cookie-law-info-cookieyes.php:898
|
1993 |
+
msgid ""
|
1994 |
+
"This action will clear all your website data from CookieYes. If you have "
|
1995 |
+
"multiple websites added to your CookieYes account, then only the data "
|
1996 |
+
"associated with this website get deleted. Otherwise, your entire account "
|
1997 |
+
"will be deleted."
|
1998 |
+
msgstr ""
|
1999 |
+
|
2000 |
+
#: includes/class-cookie-law-info-cookieyes.php:899
|
2001 |
+
msgid "Delete this website"
|
2002 |
+
msgstr ""
|
2003 |
+
|
2004 |
+
#. translators: %s: user email.
|
2005 |
+
#: includes/class-cookie-law-info-cookieyes.php:999
|
2006 |
+
#, php-format
|
2007 |
+
msgid ""
|
2008 |
+
"We've sent an account verification link to the email address %s. Please "
|
2009 |
+
"click on the link given in email to verify your account with CookieYes."
|
2010 |
+
msgstr ""
|
2011 |
+
|
2012 |
+
#: includes/class-cookie-law-info-cookieyes.php:1004
|
2013 |
+
msgid ""
|
2014 |
+
"If you didn't receive the email, click <a id='wt-cli-ckyes-email-resend-"
|
2015 |
+
"link' role='button'>here</a> to resend the verification email."
|
2016 |
+
msgstr ""
|
2017 |
+
|
2018 |
+
#: includes/class-cookie-law-info-cookieyes.php:1015
|
2019 |
+
msgid "Verification link sent"
|
2020 |
+
msgstr ""
|
2021 |
+
|
2022 |
+
#: includes/class-cookie-law-info-cookieyes.php:1017
|
2023 |
+
msgid "Pending email verification!"
|
2024 |
+
msgstr ""
|
2025 |
+
|
2026 |
+
#: includes/class-cookie-law-info-cookieyes.php:1060
|
2027 |
+
#, php-format
|
2028 |
+
msgid ""
|
2029 |
+
"Looks like you already have an account with CookieYes for email id %s, "
|
2030 |
+
"please login to continue."
|
2031 |
+
msgstr ""
|
2032 |
+
|
2033 |
+
#: includes/class-cookie-law-info-cookieyes.php:1064
|
2034 |
+
msgid "Password"
|
2035 |
+
msgstr ""
|
2036 |
+
|
2037 |
+
#: includes/class-cookie-law-info-cookieyes.php:1066
|
2038 |
+
msgid ""
|
2039 |
+
"Please check if you have received an email with your password from CookieYes."
|
2040 |
+
msgstr ""
|
2041 |
+
|
2042 |
+
#: includes/class-cookie-law-info-cookieyes.php:1067
|
2043 |
+
msgid ""
|
2044 |
+
"If you did not get the email, click “Reset password” to create a new "
|
2045 |
+
"password."
|
2046 |
+
msgstr ""
|
2047 |
+
|
2048 |
+
#: includes/class-cookie-law-info-cookieyes.php:1070
|
2049 |
+
msgid "Reset password"
|
2050 |
+
msgstr ""
|
2051 |
+
|
2052 |
+
#: includes/class-cookie-law-info-cookieyes.php:1073
|
2053 |
+
msgid "Login"
|
2054 |
+
msgstr ""
|
2055 |
+
|
2056 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
2057 |
+
#, php-format
|
2058 |
+
msgid ""
|
2059 |
+
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
2060 |
+
"would really appreciate if you could take a moment to drop a quick review "
|
2061 |
+
"that will inspire us to keep going."
|
2062 |
+
msgstr ""
|
2063 |
+
|
2064 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
2065 |
+
msgid "Remind me later"
|
2066 |
+
msgstr ""
|
2067 |
+
|
2068 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
2069 |
+
msgid "Not interested"
|
2070 |
+
msgstr ""
|
2071 |
+
|
2072 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
2073 |
+
msgid "Review now"
|
2074 |
+
msgstr ""
|
2075 |
+
|
2076 |
+
#: public/modules/script-blocker/script-blocker.php:201
|
2077 |
+
#: public/modules/script-blocker/script-blocker.php:202
|
2078 |
+
msgid "Script Blocker"
|
2079 |
+
msgstr ""
|
2080 |
+
|
2081 |
+
#: public/modules/script-blocker/script-blocker.php:227
|
2082 |
+
msgid "Status updated"
|
2083 |
+
msgstr ""
|
2084 |
+
|
2085 |
+
#: public/modules/script-blocker/script-blocker.php:254
|
2086 |
+
msgid "Advanced script rendering"
|
2087 |
+
msgstr ""
|
2088 |
+
|
2089 |
+
#: public/modules/script-blocker/script-blocker.php:256
|
2090 |
+
#: public/modules/script-blocker/views/settings.php:7
|
2091 |
+
msgid "Enable"
|
2092 |
+
msgstr ""
|
2093 |
+
|
2094 |
+
#: public/modules/script-blocker/script-blocker.php:257
|
2095 |
+
#: public/modules/script-blocker/views/settings.php:7
|
2096 |
+
msgid "Disable"
|
2097 |
+
msgstr ""
|
2098 |
+
|
2099 |
+
#: public/modules/script-blocker/script-blocker.php:258
|
2100 |
+
msgid ""
|
2101 |
+
"Advanced script rendering will render the blocked scripts using javascript "
|
2102 |
+
"thus eliminating the need for a page refresh. It is also optimized for "
|
2103 |
+
"caching since there is no server-side processing after obtaining the consent."
|
2104 |
+
msgstr ""
|
2105 |
+
|
2106 |
+
#: public/modules/script-blocker/script-blocker.php:663
|
2107 |
+
msgid ""
|
2108 |
+
"The script blocker within the plugin will block the pre-defined plugins such "
|
2109 |
+
"as Instagram, Facebook, Twitter etc. Hence activating our plugin may affect "
|
2110 |
+
"its web layout. Therefore you may want to review the website w.r.t the "
|
2111 |
+
"blocked plugins. <a href=\"edit.php?post_type="
|
2112 |
+
msgstr ""
|
2113 |
+
|
2114 |
+
#: public/modules/script-blocker/script-blocker.php:698
|
2115 |
+
msgid "Invalid script id"
|
2116 |
+
msgstr ""
|
2117 |
+
|
2118 |
+
#: public/modules/script-blocker/views/settings.php:9
|
2119 |
+
msgid "Script blocker is enabled."
|
2120 |
+
msgstr ""
|
2121 |
+
|
2122 |
+
#: public/modules/script-blocker/views/settings.php:9
|
2123 |
+
msgid ""
|
2124 |
+
"Script blocker is currently disabled. Enable the blocker if you want any of "
|
2125 |
+
"the below listed plugins to be auto blocked."
|
2126 |
+
msgstr ""
|
2127 |
+
|
2128 |
+
#: public/modules/script-blocker/views/settings.php:10
|
2129 |
+
#, php-format
|
2130 |
+
msgid "<a href=\"javascript: submitform()\">%s</a>"
|
2131 |
+
msgstr ""
|
2132 |
+
|
2133 |
+
#: public/modules/script-blocker/views/settings.php:14
|
2134 |
+
#, php-format
|
2135 |
+
msgid ""
|
2136 |
+
"Advanced script rendering is currently disabled. It should be enabled for "
|
2137 |
+
"the automatic script blocker to function. <a href=\"%s\">Enable.</a>"
|
2138 |
+
msgstr ""
|
2139 |
+
|
2140 |
+
#: public/modules/script-blocker/views/settings.php:117
|
2141 |
+
msgid "Manage Script Blocking"
|
2142 |
+
msgstr ""
|
2143 |
+
|
2144 |
+
#: public/modules/script-blocker/views/settings.php:138
|
2145 |
+
#, php-format
|
2146 |
+
msgid ""
|
2147 |
+
"Below is the list of plugins currently supported for auto blocking. Plugins "
|
2148 |
+
"marked inactive are either not installed or activated on your website. "
|
2149 |
+
"Enabled plugins will be blocked by default on the front-end of your website "
|
2150 |
+
"prior to obtaining user consent and rendered respectively based on consent. "
|
2151 |
+
"<a href=\"%s\" target=\"_blank\">Read more.</a>"
|
2152 |
+
msgstr ""
|
2153 |
+
|
2154 |
+
#: public/modules/script-blocker/views/settings.php:144
|
2155 |
+
msgid "Name"
|
2156 |
+
msgstr ""
|
2157 |
+
|
2158 |
+
#: public/modules/script-blocker/views/settings.php:145
|
2159 |
+
msgid ""
|
2160 |
+
"Enabled: Plugins will be blocked by default prior to obtaining user consent."
|
2161 |
+
msgstr ""
|
2162 |
+
|
2163 |
+
#: public/modules/script-blocker/views/settings.php:145
|
2164 |
+
msgid "Disabled: Plugins will be rendered prior to obtaining consent."
|
2165 |
+
msgstr ""
|
2166 |
+
|
2167 |
+
#: public/modules/script-blocker/views/settings.php:181
|
2168 |
+
msgid "Inactive"
|
2169 |
+
msgstr ""
|
2170 |
+
|
2171 |
+
#: public/modules/shortcode/shortcode.php:99
|
2172 |
+
msgid "Your current state:"
|
2173 |
+
msgstr ""
|
2174 |
+
|
2175 |
+
#: public/modules/shortcode/shortcode.php:104
|
2176 |
+
msgid "Consent accepted."
|
2177 |
+
msgstr ""
|
2178 |
+
|
2179 |
+
#: public/modules/shortcode/shortcode.php:107
|
2180 |
+
msgid "Consent rejected."
|
2181 |
+
msgstr ""
|
2182 |
+
|
2183 |
+
#: public/modules/shortcode/shortcode.php:111
|
2184 |
+
msgid "No consent given."
|
2185 |
+
msgstr ""
|
2186 |
+
|
2187 |
+
#: public/modules/shortcode/shortcode.php:113
|
2188 |
+
msgid "Manage your consent."
|
2189 |
+
msgstr ""
|
2190 |
+
|
2191 |
+
#: public/modules/shortcode/shortcode.php:150
|
2192 |
+
msgid "Delete Cookies"
|
2193 |
+
msgstr ""
|
2194 |
+
|
2195 |
+
#: public/modules/shortcode/shortcode.php:558
|
2196 |
+
msgid "Close the cookie bar"
|
2197 |
+
msgstr ""
|
2198 |
+
|
2199 |
+
#: public/modules/shortcode/shortcode.php:558
|
2200 |
+
msgid "Close and Accept"
|
2201 |
+
msgstr ""
|
2202 |
+
|
2203 |
+
#: public/views/cookie-law-info_bar.php:23
|
2204 |
+
msgid "Close"
|
2205 |
+
msgstr ""
|
2206 |
+
|
2207 |
+
#: public/views/cookie-law-info_bar.php:35
|
2208 |
+
msgid "SAVE & ACCEPT"
|
2209 |
+
msgstr ""
|
2210 |
+
|
2211 |
+
#: public/views/cookie-law-info_bar.php:40
|
2212 |
+
msgid "Powered by"
|
2213 |
+
msgstr ""
|
2214 |
+
|
2215 |
+
#: public/views/cookie-law-info_popup_content.php:6
|
2216 |
+
msgid "Always Enabled"
|
2217 |
+
msgstr ""
|
2218 |
+
|
2219 |
+
#: public/views/cookie-law-info_popup_content.php:9
|
2220 |
+
msgid "Show more"
|
2221 |
+
msgstr ""
|
2222 |
+
|
2223 |
+
#: public/views/cookie-law-info_popup_content.php:9
|
2224 |
+
msgid "Show less"
|
2225 |
+
msgstr ""
|
2226 |
+
|
2227 |
+
#. Plugin URI of the plugin/theme
|
2228 |
+
msgid "https://www.webtoffee.com/product/gdpr-cookie-consent/"
|
2229 |
+
msgstr ""
|
2230 |
+
|
2231 |
+
#. Description of the plugin/theme
|
2232 |
+
msgid ""
|
2233 |
+
"A simple way to show your website complies with the EU Cookie Law / GDPR."
|
2234 |
+
msgstr ""
|
2235 |
+
|
2236 |
+
#. Author of the plugin/theme
|
2237 |
+
msgid "WebToffee"
|
2238 |
+
msgstr ""
|
2239 |
+
|
2240 |
+
#. Author URI of the plugin/theme
|
2241 |
+
msgid "http://cookielawinfo.com/"
|
2242 |
+
msgstr ""
|
legacy/loader.php
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Load legacy files.
|
4 |
+
*/
|
5 |
+
|
6 |
+
if ( ! function_exists( 'cky_define_constants' ) ) {
|
7 |
+
/**
|
8 |
+
* Return parsed URL
|
9 |
+
*
|
10 |
+
* @return void
|
11 |
+
*/
|
12 |
+
function cky_define_constants() {
|
13 |
+
if ( ! defined( 'CLI_PLUGIN_URL' ) ) {
|
14 |
+
define( 'CLI_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
15 |
+
}
|
16 |
+
if ( ! defined( 'CLI_PLUGIN_PATH' ) ) {
|
17 |
+
define( 'CLI_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
|
18 |
+
}
|
19 |
+
}
|
20 |
+
}
|
21 |
+
|
22 |
+
/**
|
23 |
+
* Function to activate the plugin.
|
24 |
+
*
|
25 |
+
* @return void
|
26 |
+
*/
|
27 |
+
function cky_activate() {
|
28 |
+
Cookie_Law_Info_Activator::activate();
|
29 |
+
}
|
30 |
+
|
31 |
+
/**
|
32 |
+
* The code that runs during plugin deactivation.
|
33 |
+
* This action is documented in includes/class-cookie-law-info-deactivator.php
|
34 |
+
*/
|
35 |
+
function cky_deactivate() {
|
36 |
+
require_once plugin_dir_path( __FILE__ ) . 'includes/class-cookie-law-info-deactivator.php';
|
37 |
+
Cookie_Law_Info_Deactivator::deactivate();
|
38 |
+
}
|
39 |
+
|
40 |
+
cky_define_constants();
|
41 |
+
require_once plugin_dir_path( __FILE__ ) . 'includes/class-cookie-law-info-activator.php';
|
42 |
+
register_activation_hook( __FILE__, 'cky_activate' );
|
43 |
+
register_deactivation_hook( __FILE__, 'cky_deactivate' );
|
44 |
+
|
45 |
+
/**
|
46 |
+
* The core plugin class that is used to define internationalization,
|
47 |
+
* admin-specific hooks, and public-facing site hooks.
|
48 |
+
*/
|
49 |
+
require plugin_dir_path( __FILE__ ) . 'includes/class-cookie-law-info.php';
|
50 |
+
|
51 |
+
$cky_loader = new Cookie_Law_Info();
|
52 |
+
$cky_loader->run();
|
{public → legacy/public}/class-cookie-law-info-public.php
RENAMED
File without changes
|
legacy/public/css/cookie-law-info-gdpr.css
ADDED
@@ -0,0 +1,1384 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.gdpr-container-fluid {
|
2 |
+
width: 100%;
|
3 |
+
padding-right: 15px;
|
4 |
+
padding-left: 15px;
|
5 |
+
margin-right: auto;
|
6 |
+
margin-left: auto;
|
7 |
+
}
|
8 |
+
.gdpr-row {
|
9 |
+
display: -ms-flexbox;
|
10 |
+
display: flex;
|
11 |
+
-ms-flex-wrap: wrap;
|
12 |
+
flex-wrap: wrap;
|
13 |
+
margin-right: -15px;
|
14 |
+
margin-left: -15px;
|
15 |
+
}
|
16 |
+
.gdpr-col-4 {
|
17 |
+
-ms-flex: 0 0 33.333333%;
|
18 |
+
flex: 0 0 33.333333%;
|
19 |
+
max-width: 33.333333%;
|
20 |
+
}
|
21 |
+
.gdpr-col-8 {
|
22 |
+
-ms-flex: 0 0 66.666667%;
|
23 |
+
flex: 0 0 66.666667%;
|
24 |
+
max-width: 66.666667%;
|
25 |
+
}
|
26 |
+
.gdpr-align-items-stretch {
|
27 |
+
-ms-flex-align: stretch!important;
|
28 |
+
align-items: stretch!important;
|
29 |
+
}
|
30 |
+
.gdpr-d-flex {
|
31 |
+
display: -ms-flexbox!important;
|
32 |
+
display: flex!important;
|
33 |
+
}
|
34 |
+
.gdpr-px-0 {
|
35 |
+
padding-left: 0;
|
36 |
+
padding-right: 0;
|
37 |
+
}
|
38 |
+
.modal-backdrop.show {
|
39 |
+
opacity: .8;
|
40 |
+
}
|
41 |
+
.modal-open {
|
42 |
+
overflow: hidden
|
43 |
+
}
|
44 |
+
|
45 |
+
.modal-open .gdpr-modal {
|
46 |
+
overflow-x: hidden;
|
47 |
+
overflow-y: auto
|
48 |
+
}
|
49 |
+
|
50 |
+
.gdpr-modal.fade .gdpr-modal-dialog {
|
51 |
+
transition: -webkit-transform .3s ease-out;
|
52 |
+
transition: transform .3s ease-out;
|
53 |
+
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
|
54 |
+
-webkit-transform: translate(0,-25%);
|
55 |
+
transform: translate(0,-25%)
|
56 |
+
}
|
57 |
+
|
58 |
+
.gdpr-modal.show .gdpr-modal-dialog {
|
59 |
+
-webkit-transform: translate(0,0);
|
60 |
+
transform: translate(0,0)
|
61 |
+
}
|
62 |
+
|
63 |
+
.modal-backdrop {
|
64 |
+
position: fixed;
|
65 |
+
top: 0;
|
66 |
+
right: 0;
|
67 |
+
bottom: 0;
|
68 |
+
left: 0;
|
69 |
+
z-index: 1039;
|
70 |
+
background-color: #000
|
71 |
+
}
|
72 |
+
|
73 |
+
.modal-backdrop.fade {
|
74 |
+
opacity: 0
|
75 |
+
}
|
76 |
+
|
77 |
+
.modal-backdrop.show {
|
78 |
+
opacity: .5
|
79 |
+
}
|
80 |
+
|
81 |
+
.gdpr-modal {
|
82 |
+
position: fixed;
|
83 |
+
top: 0;
|
84 |
+
right: 0;
|
85 |
+
bottom: 0;
|
86 |
+
left: 0;
|
87 |
+
z-index: 1050;
|
88 |
+
display: none;
|
89 |
+
overflow: hidden;
|
90 |
+
outline: 0
|
91 |
+
}
|
92 |
+
.gdpr-modal a {
|
93 |
+
text-decoration: none;
|
94 |
+
}
|
95 |
+
.gdpr-modal .gdpr-modal-dialog {
|
96 |
+
position: relative;
|
97 |
+
width: auto;
|
98 |
+
margin: .5rem;
|
99 |
+
pointer-events: none;
|
100 |
+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
|
101 |
+
font-size: 1rem;
|
102 |
+
font-weight: 400;
|
103 |
+
line-height: 1.5;
|
104 |
+
color: #212529;
|
105 |
+
text-align: left;
|
106 |
+
display: -ms-flexbox;
|
107 |
+
display: flex;
|
108 |
+
-ms-flex-align: center;
|
109 |
+
align-items: center;
|
110 |
+
min-height: calc(100% - (.5rem * 2))
|
111 |
+
}
|
112 |
+
@media (min-width: 576px) {
|
113 |
+
.gdpr-modal .gdpr-modal-dialog {
|
114 |
+
max-width:500px;
|
115 |
+
margin: 1.75rem auto;
|
116 |
+
min-height: calc(100% - (1.75rem * 2));
|
117 |
+
}
|
118 |
+
}
|
119 |
+
@media (min-width: 992px) {
|
120 |
+
.gdpr-modal .gdpr-modal-dialog {
|
121 |
+
max-width: 900px;
|
122 |
+
}
|
123 |
+
}
|
124 |
+
.gdpr-modal-content {
|
125 |
+
position: relative;
|
126 |
+
display: -ms-flexbox;
|
127 |
+
display: flex;
|
128 |
+
-ms-flex-direction: column;
|
129 |
+
flex-direction: column;
|
130 |
+
width: 100%;
|
131 |
+
pointer-events: auto;
|
132 |
+
background-color: #fff;
|
133 |
+
background-clip: padding-box;
|
134 |
+
border: 1px solid rgba(0,0,0,.2);
|
135 |
+
border-radius: .3rem;
|
136 |
+
outline: 0
|
137 |
+
}
|
138 |
+
.gdpr-modal .row {
|
139 |
+
margin: 0 -15px;
|
140 |
+
}
|
141 |
+
.gdpr-modal .modal-body {
|
142 |
+
padding: 0;
|
143 |
+
position: relative;
|
144 |
+
-ms-flex: 1 1 auto;
|
145 |
+
flex: 1 1 auto;
|
146 |
+
}
|
147 |
+
.gdpr-modal .close {
|
148 |
+
position: absolute;
|
149 |
+
right: 10px;
|
150 |
+
top: 10px;
|
151 |
+
z-index: 1;
|
152 |
+
padding: 0;
|
153 |
+
background-color: transparent;
|
154 |
+
border: 0;
|
155 |
+
-webkit-appearance: none;
|
156 |
+
font-size: 1.5rem;
|
157 |
+
font-weight: 700;
|
158 |
+
line-height: 1;
|
159 |
+
color: #000;
|
160 |
+
text-shadow: 0 1px 0 #fff;
|
161 |
+
}
|
162 |
+
.gdpr-modal .close:focus {
|
163 |
+
outline: 0;
|
164 |
+
}
|
165 |
+
.gdpr-switch {
|
166 |
+
display: inline-block;
|
167 |
+
position: relative;
|
168 |
+
min-height: 1px;
|
169 |
+
padding-left: 70px;
|
170 |
+
font-size: 14px;
|
171 |
+
}
|
172 |
+
.gdpr-switch input[type="checkbox"] {
|
173 |
+
display:none;
|
174 |
+
}
|
175 |
+
.gdpr-switch .gdpr-slider {
|
176 |
+
background-color: #e3e1e8;
|
177 |
+
height: 24px;
|
178 |
+
width: 50px;
|
179 |
+
bottom: 0;
|
180 |
+
cursor: pointer;
|
181 |
+
left: 0;
|
182 |
+
position: absolute;
|
183 |
+
right: 0;
|
184 |
+
top: 0;
|
185 |
+
transition: .4s;
|
186 |
+
}
|
187 |
+
.gdpr-switch .gdpr-slider:before {
|
188 |
+
background-color: #fff;
|
189 |
+
bottom: 2px;
|
190 |
+
content: "";
|
191 |
+
height: 20px;
|
192 |
+
left: 2px;
|
193 |
+
position: absolute;
|
194 |
+
transition: .4s;
|
195 |
+
width: 20px;
|
196 |
+
}
|
197 |
+
.gdpr-switch input:checked + .gdpr-slider {
|
198 |
+
background-color:rgb(99, 179, 95);
|
199 |
+
}
|
200 |
+
.gdpr-switch input:checked + .gdpr-slider:before {
|
201 |
+
transform: translateX(26px);
|
202 |
+
}
|
203 |
+
.gdpr-switch .gdpr-slider {
|
204 |
+
border-radius: 34px;
|
205 |
+
}
|
206 |
+
.gdpr-switch .gdpr-slider:before {
|
207 |
+
border-radius: 50%;
|
208 |
+
}
|
209 |
+
.gdpr-tab-content>.gdpr-tab-pane {
|
210 |
+
display: none;
|
211 |
+
}
|
212 |
+
.gdpr-tab-content>.active {
|
213 |
+
display: block;
|
214 |
+
}
|
215 |
+
.gdpr-fade {
|
216 |
+
transition: opacity .15s linear;
|
217 |
+
}
|
218 |
+
.gdpr-nav-pills {
|
219 |
+
display: -ms-flexbox;
|
220 |
+
display: flex;
|
221 |
+
-ms-flex-wrap: wrap;
|
222 |
+
flex-wrap: wrap;
|
223 |
+
padding-left: 0;
|
224 |
+
margin-bottom: 0;
|
225 |
+
list-style: none;
|
226 |
+
-ms-flex-direction: column !important;
|
227 |
+
flex-direction: column !important;
|
228 |
+
align-items: stretch !important;
|
229 |
+
-ms-align-items: stretch !important;
|
230 |
+
}
|
231 |
+
.nav.gdpr-nav-pills, .gdpr-tab-content {
|
232 |
+
width: 100%;
|
233 |
+
padding: 30px;
|
234 |
+
}
|
235 |
+
.nav.gdpr-nav-pills {
|
236 |
+
background: #f3f3f3;
|
237 |
+
}
|
238 |
+
.nav.gdpr-nav-pills .gdpr-nav-link {
|
239 |
+
border: 1px solid #0070ad;
|
240 |
+
margin-bottom: 10px;
|
241 |
+
color: #0070ad;
|
242 |
+
font-size: 14px;
|
243 |
+
display: block;
|
244 |
+
padding: .5rem 1rem;
|
245 |
+
border-radius: .25rem;
|
246 |
+
}
|
247 |
+
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
|
248 |
+
background-color: #0070ad;
|
249 |
+
border: 1px solid #0070ad;
|
250 |
+
}
|
251 |
+
.nav.gdpr-nav-pills .gdpr-nav-link.active {
|
252 |
+
color: #ffffff;
|
253 |
+
}
|
254 |
+
.gdpr-tab-content .gdpr-button-wrapper {
|
255 |
+
padding-top: 30px;
|
256 |
+
margin-top: 30px;
|
257 |
+
border-top: 1px solid #d6d6d6;
|
258 |
+
}
|
259 |
+
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
|
260 |
+
background-color: #0070ad;
|
261 |
+
border-color: #0070ad;
|
262 |
+
color: #ffffff;
|
263 |
+
font-size: 14px;
|
264 |
+
display: inline-block;
|
265 |
+
font-weight: 400;
|
266 |
+
text-align: center;
|
267 |
+
white-space: nowrap;
|
268 |
+
vertical-align: middle;
|
269 |
+
-webkit-user-select: none;
|
270 |
+
-moz-user-select: none;
|
271 |
+
-ms-user-select: none;
|
272 |
+
user-select: none;
|
273 |
+
border: 1px solid transparent;
|
274 |
+
padding: .375rem .75rem;
|
275 |
+
font-size: 1rem;
|
276 |
+
line-height: 1.5;
|
277 |
+
border-radius: .25rem;
|
278 |
+
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
279 |
+
}
|
280 |
+
.gdpr-tab-content p {
|
281 |
+
color: #343438;
|
282 |
+
font-size: 14px;
|
283 |
+
margin-top: 0;
|
284 |
+
}
|
285 |
+
.gdpr-tab-content h4 {
|
286 |
+
font-size: 20px;
|
287 |
+
margin-bottom: .5rem;
|
288 |
+
margin-top: 0;
|
289 |
+
font-family: inherit;
|
290 |
+
font-weight: 500;
|
291 |
+
line-height: 1.2;
|
292 |
+
color: inherit;
|
293 |
+
}
|
294 |
+
|
295 |
+
|
296 |
+
.cli-container-fluid {
|
297 |
+
padding-right: 15px;
|
298 |
+
padding-left: 15px;
|
299 |
+
margin-right: auto;
|
300 |
+
margin-left: auto;
|
301 |
+
}
|
302 |
+
.cli-row {
|
303 |
+
display: -ms-flexbox;
|
304 |
+
display: flex;
|
305 |
+
-ms-flex-wrap: wrap;
|
306 |
+
flex-wrap: wrap;
|
307 |
+
margin-right: -15px;
|
308 |
+
margin-left: -15px;
|
309 |
+
}
|
310 |
+
.cli-col-4 {
|
311 |
+
-ms-flex: 0 0 33.333333%;
|
312 |
+
flex: 0 0 33.333333%;
|
313 |
+
max-width: 33.333333%;
|
314 |
+
}
|
315 |
+
.cli-col-8 {
|
316 |
+
-ms-flex: 0 0 66.666667%;
|
317 |
+
flex: 0 0 66.666667%;
|
318 |
+
max-width: 66.666667%;
|
319 |
+
}
|
320 |
+
.cli-align-items-stretch {
|
321 |
+
-ms-flex-align: stretch!important;
|
322 |
+
align-items: stretch!important;
|
323 |
+
}
|
324 |
+
.cli-d-flex {
|
325 |
+
display: -ms-flexbox!important;
|
326 |
+
display: flex!important;
|
327 |
+
}
|
328 |
+
.cli-px-0 {
|
329 |
+
padding-left: 0;
|
330 |
+
padding-right: 0;
|
331 |
+
}
|
332 |
+
.cli-btn {
|
333 |
+
cursor: pointer;
|
334 |
+
font-size: 14px;
|
335 |
+
display: inline-block;
|
336 |
+
font-weight: 400;
|
337 |
+
text-align: center;
|
338 |
+
white-space: nowrap;
|
339 |
+
vertical-align: middle;
|
340 |
+
-webkit-user-select: none;
|
341 |
+
-moz-user-select: none;
|
342 |
+
-ms-user-select: none;
|
343 |
+
user-select: none;
|
344 |
+
border: 1px solid transparent;
|
345 |
+
padding: .5rem 1.25rem;
|
346 |
+
line-height: 1;
|
347 |
+
border-radius: .25rem;
|
348 |
+
transition: all .15s ease-in-out;
|
349 |
+
}
|
350 |
+
.cli-btn:hover {
|
351 |
+
opacity: .8;
|
352 |
+
}
|
353 |
+
.cli-read-more-link {
|
354 |
+
cursor: pointer;
|
355 |
+
font-size: 15px;
|
356 |
+
font-weight: 500;
|
357 |
+
text-decoration: underline;
|
358 |
+
}
|
359 |
+
.cli-btn:focus {
|
360 |
+
outline: 0;
|
361 |
+
}
|
362 |
+
.cli-modal-backdrop.cli-show {
|
363 |
+
opacity: .8;
|
364 |
+
}
|
365 |
+
.cli-modal-open {
|
366 |
+
overflow: hidden
|
367 |
+
}
|
368 |
+
.cli-barmodal-open {
|
369 |
+
overflow: hidden
|
370 |
+
}
|
371 |
+
.cli-modal-open .cli-modal {
|
372 |
+
overflow-x: hidden;
|
373 |
+
overflow-y: auto
|
374 |
+
}
|
375 |
+
.cli-modal.cli-fade .cli-modal-dialog {
|
376 |
+
transition: -webkit-transform .3s ease-out;
|
377 |
+
transition: transform .3s ease-out;
|
378 |
+
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
|
379 |
+
-webkit-transform: translate(0,-25%);
|
380 |
+
transform: translate(0,-25%)
|
381 |
+
}
|
382 |
+
.cli-modal.cli-show .cli-modal-dialog {
|
383 |
+
-webkit-transform: translate(0,0);
|
384 |
+
transform: translate(0,0)
|
385 |
+
}
|
386 |
+
.cli-modal-backdrop {
|
387 |
+
position: fixed;
|
388 |
+
top: 0;
|
389 |
+
right: 0;
|
390 |
+
bottom: 0;
|
391 |
+
left: 0;
|
392 |
+
z-index: 1040;
|
393 |
+
background-color: #000;
|
394 |
+
display: none;
|
395 |
+
}
|
396 |
+
.cli-modal-backdrop.cli-fade {
|
397 |
+
opacity: 0
|
398 |
+
}
|
399 |
+
.cli-modal-backdrop.cli-show {
|
400 |
+
opacity: .5;
|
401 |
+
display: block;
|
402 |
+
}
|
403 |
+
.cli-modal.cli-show {
|
404 |
+
display: block;
|
405 |
+
}
|
406 |
+
.cli-modal a {
|
407 |
+
text-decoration: none;
|
408 |
+
}
|
409 |
+
.cli-modal .cli-modal-dialog {
|
410 |
+
position: relative;
|
411 |
+
width: auto;
|
412 |
+
margin: .5rem;
|
413 |
+
pointer-events: none;
|
414 |
+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
|
415 |
+
font-size: 1rem;
|
416 |
+
font-weight: 400;
|
417 |
+
line-height: 1.5;
|
418 |
+
color: #212529;
|
419 |
+
text-align: left;
|
420 |
+
display: -ms-flexbox;
|
421 |
+
display: flex;
|
422 |
+
-ms-flex-align: center;
|
423 |
+
align-items: center;
|
424 |
+
min-height: calc(100% - (.5rem * 2))
|
425 |
+
}
|
426 |
+
@media (min-width: 576px) {
|
427 |
+
.cli-modal .cli-modal-dialog {
|
428 |
+
max-width:500px;
|
429 |
+
margin: 1.75rem auto;
|
430 |
+
min-height: calc(100% - (1.75rem * 2))
|
431 |
+
}
|
432 |
+
}
|
433 |
+
@media (min-width: 992px) {
|
434 |
+
.cli-modal .cli-modal-dialog {
|
435 |
+
max-width: 900px;
|
436 |
+
}
|
437 |
+
}
|
438 |
+
.cli-modal-content {
|
439 |
+
position: relative;
|
440 |
+
display: -ms-flexbox;
|
441 |
+
display: flex;
|
442 |
+
-ms-flex-direction: column;
|
443 |
+
flex-direction: column;
|
444 |
+
width: 100%;
|
445 |
+
pointer-events: auto;
|
446 |
+
background-color: #fff;
|
447 |
+
background-clip: padding-box;
|
448 |
+
border-radius: .3rem;
|
449 |
+
outline: 0
|
450 |
+
}
|
451 |
+
.cli-modal .row {
|
452 |
+
margin: 0 -15px;
|
453 |
+
}
|
454 |
+
.cli-modal .modal-body {
|
455 |
+
padding: 0;
|
456 |
+
position: relative;
|
457 |
+
-ms-flex: 1 1 auto;
|
458 |
+
flex: 1 1 auto;
|
459 |
+
}
|
460 |
+
.cli-modal .cli-modal-close {
|
461 |
+
position: absolute;
|
462 |
+
right: 10px;
|
463 |
+
top: 10px;
|
464 |
+
z-index: 1;
|
465 |
+
padding: 0;
|
466 |
+
background-color: transparent !important;
|
467 |
+
border: 0;
|
468 |
+
-webkit-appearance: none;
|
469 |
+
font-size: 1.5rem;
|
470 |
+
font-weight: 700;
|
471 |
+
line-height: 1;
|
472 |
+
color: #000;
|
473 |
+
text-shadow: 0 1px 0 #fff;
|
474 |
+
}
|
475 |
+
.cli-modal .cli-modal-close:focus {
|
476 |
+
outline: 0;
|
477 |
+
}
|
478 |
+
.cli-switch {
|
479 |
+
display: inline-block;
|
480 |
+
position: relative;
|
481 |
+
min-height: 1px;
|
482 |
+
padding-left: 70px;
|
483 |
+
font-size: 14px;
|
484 |
+
}
|
485 |
+
.cli-switch input[type="checkbox"] {
|
486 |
+
display:none;
|
487 |
+
}
|
488 |
+
.cli-switch .cli-slider {
|
489 |
+
background-color: #e3e1e8;
|
490 |
+
height: 24px;
|
491 |
+
width: 50px;
|
492 |
+
bottom: 0;
|
493 |
+
cursor: pointer;
|
494 |
+
left: 0;
|
495 |
+
position: absolute;
|
496 |
+
right: 0;
|
497 |
+
top: 0;
|
498 |
+
transition: .4s;
|
499 |
+
}
|
500 |
+
.cli-switch .cli-slider:before {
|
501 |
+
background-color: #fff;
|
502 |
+
bottom: 2px;
|
503 |
+
content: "";
|
504 |
+
height: 20px;
|
505 |
+
left: 2px;
|
506 |
+
position: absolute;
|
507 |
+
transition: .4s;
|
508 |
+
width: 20px;
|
509 |
+
}
|
510 |
+
.cli-switch input:checked + .cli-slider {
|
511 |
+
background-color: #00acad
|
512 |
+
}
|
513 |
+
.cli-switch input:checked + .cli-slider:before {
|
514 |
+
transform: translateX(26px);
|
515 |
+
}
|
516 |
+
.cli-switch .cli-slider {
|
517 |
+
border-radius: 34px;
|
518 |
+
}
|
519 |
+
.cli-switch .cli-slider:before {
|
520 |
+
border-radius: 50%;
|
521 |
+
}
|
522 |
+
.cli-tab-content {
|
523 |
+
background: #ffffff;
|
524 |
+
}
|
525 |
+
.cli-tab-content>.cli-active {
|
526 |
+
display: block;
|
527 |
+
}
|
528 |
+
.cli-fade {
|
529 |
+
transition: opacity .15s linear;
|
530 |
+
}
|
531 |
+
.cli-nav-pills {
|
532 |
+
display: -ms-flexbox;
|
533 |
+
display: flex;
|
534 |
+
-ms-flex-wrap: wrap;
|
535 |
+
flex-wrap: wrap;
|
536 |
+
padding-left: 0;
|
537 |
+
margin-bottom: 0;
|
538 |
+
list-style: none;
|
539 |
+
-ms-flex-direction: column;
|
540 |
+
flex-direction: column;
|
541 |
+
}
|
542 |
+
.cli-nav-pills, .cli-tab-content {
|
543 |
+
width: 100%;
|
544 |
+
padding: 30px;
|
545 |
+
}
|
546 |
+
@media (max-width: 767px) {
|
547 |
+
.cli-nav-pills, .cli-tab-content {
|
548 |
+
padding: 30px 10px;
|
549 |
+
}
|
550 |
+
}
|
551 |
+
.cli-nav-pills {
|
552 |
+
background: #f3f3f3;
|
553 |
+
}
|
554 |
+
.cli-nav-pills .cli-nav-link {
|
555 |
+
border: 1px solid #00acad;
|
556 |
+
margin-bottom: 10px;
|
557 |
+
color: #00acad;
|
558 |
+
font-size: 14px;
|
559 |
+
display: block;
|
560 |
+
padding: .5rem 1rem;
|
561 |
+
border-radius: .25rem;
|
562 |
+
cursor: pointer
|
563 |
+
}
|
564 |
+
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
|
565 |
+
background-color: #00acad;
|
566 |
+
border: 1px solid #00acad;
|
567 |
+
}
|
568 |
+
.cli-nav-pills .cli-nav-link.cli-active {
|
569 |
+
color: #ffffff;
|
570 |
+
}
|
571 |
+
.cli-tab-content .cli-button-wrapper {
|
572 |
+
padding-top: 30px;
|
573 |
+
margin-top: 30px;
|
574 |
+
border-top: 1px solid #d6d6d6;
|
575 |
+
}
|
576 |
+
.cli-tab-content p {
|
577 |
+
color: #343438;
|
578 |
+
font-size: 14px;
|
579 |
+
margin-top: 0;
|
580 |
+
}
|
581 |
+
.cli-tab-content h4 {
|
582 |
+
font-size: 20px;
|
583 |
+
margin-bottom: 1.5rem;
|
584 |
+
margin-top: 0;
|
585 |
+
font-family: inherit;
|
586 |
+
font-weight: 500;
|
587 |
+
line-height: 1.2;
|
588 |
+
color: inherit;
|
589 |
+
}
|
590 |
+
/* Settings Popup */
|
591 |
+
.cli-container-fluid {
|
592 |
+
padding-right: 15px;
|
593 |
+
padding-left: 15px;
|
594 |
+
margin-right: auto;
|
595 |
+
margin-left: auto;
|
596 |
+
}
|
597 |
+
.cli-row {
|
598 |
+
display: -ms-flexbox;
|
599 |
+
display: flex;
|
600 |
+
-ms-flex-wrap: wrap;
|
601 |
+
flex-wrap: wrap;
|
602 |
+
margin-right: -15px;
|
603 |
+
margin-left: -15px;
|
604 |
+
}
|
605 |
+
.cli-col-4 {
|
606 |
+
-ms-flex: 0 0 33.333333%;
|
607 |
+
flex: 0 0 33.333333%;
|
608 |
+
max-width: 33.333333%;
|
609 |
+
}
|
610 |
+
.cli-col-8 {
|
611 |
+
-ms-flex: 0 0 66.666667%;
|
612 |
+
flex: 0 0 66.666667%;
|
613 |
+
max-width: 66.666667%;
|
614 |
+
flex-direction: column;
|
615 |
+
}
|
616 |
+
.cli-align-items-stretch {
|
617 |
+
-ms-flex-align: stretch!important;
|
618 |
+
align-items: stretch!important;
|
619 |
+
}
|
620 |
+
.cli-d-flex {
|
621 |
+
display: -ms-flexbox!important;
|
622 |
+
display: flex!important;
|
623 |
+
}
|
624 |
+
.cli-px-0 {
|
625 |
+
padding-left: 0;
|
626 |
+
padding-right: 0;
|
627 |
+
}
|
628 |
+
.cli-btn {
|
629 |
+
cursor: pointer;
|
630 |
+
font-size: 14px;
|
631 |
+
display: inline-block;
|
632 |
+
font-weight: 400;
|
633 |
+
text-align: center;
|
634 |
+
white-space: nowrap;
|
635 |
+
vertical-align: middle;
|
636 |
+
-webkit-user-select: none;
|
637 |
+
-moz-user-select: none;
|
638 |
+
-ms-user-select: none;
|
639 |
+
user-select: none;
|
640 |
+
border: 1px solid transparent;
|
641 |
+
padding: .5rem 1.25rem;
|
642 |
+
line-height: 1;
|
643 |
+
border-radius: .25rem;
|
644 |
+
transition: all .15s ease-in-out;
|
645 |
+
}
|
646 |
+
.cli-btn:hover {
|
647 |
+
opacity: .8;
|
648 |
+
}
|
649 |
+
.cli-read-more-link {
|
650 |
+
cursor: pointer;
|
651 |
+
font-size: 15px;
|
652 |
+
font-weight: 500;
|
653 |
+
text-decoration: underline;
|
654 |
+
}
|
655 |
+
.cli-btn:focus {
|
656 |
+
outline: 0;
|
657 |
+
}
|
658 |
+
.cli-modal-backdrop.cli-show {
|
659 |
+
opacity: .8;
|
660 |
+
}
|
661 |
+
.cli-modal-open {
|
662 |
+
overflow: hidden
|
663 |
+
}
|
664 |
+
.cli-barmodal-open {
|
665 |
+
overflow: hidden
|
666 |
+
}
|
667 |
+
.cli-modal-open .cli-modal {
|
668 |
+
overflow-x: hidden;
|
669 |
+
overflow-y: auto
|
670 |
+
}
|
671 |
+
.cli-modal.cli-fade .cli-modal-dialog {
|
672 |
+
transition: -webkit-transform .3s ease-out;
|
673 |
+
transition: transform .3s ease-out;
|
674 |
+
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
|
675 |
+
-webkit-transform: translate(0,-25%);
|
676 |
+
transform: translate(0,-25%)
|
677 |
+
}
|
678 |
+
.cli-modal.cli-show .cli-modal-dialog {
|
679 |
+
-webkit-transform: translate(0,0);
|
680 |
+
transform: translate(0,0)
|
681 |
+
}
|
682 |
+
.cli-modal-backdrop {
|
683 |
+
position: fixed;
|
684 |
+
top: 0;
|
685 |
+
right: 0;
|
686 |
+
bottom: 0;
|
687 |
+
left: 0;
|
688 |
+
z-index: 1040;
|
689 |
+
background-color: #000;
|
690 |
+
-webkit-transform:scale(0);
|
691 |
+
transform:scale(0);
|
692 |
+
transition: opacity ease-in-out 0.5s;
|
693 |
+
}
|
694 |
+
.cli-modal-backdrop.cli-fade {
|
695 |
+
opacity: 0;
|
696 |
+
|
697 |
+
}
|
698 |
+
.cli-modal-backdrop.cli-show {
|
699 |
+
opacity: .5;
|
700 |
+
-webkit-transform:scale(1);
|
701 |
+
transform:scale(1);
|
702 |
+
}
|
703 |
+
.cli-modal {
|
704 |
+
position: fixed;
|
705 |
+
top: 0;
|
706 |
+
right: 0;
|
707 |
+
bottom: 0;
|
708 |
+
left: 0;
|
709 |
+
z-index: 99999;
|
710 |
+
transform: scale(0);
|
711 |
+
overflow: hidden;
|
712 |
+
outline: 0;
|
713 |
+
display: none;
|
714 |
+
}
|
715 |
+
.cli-modal a {
|
716 |
+
text-decoration: none;
|
717 |
+
}
|
718 |
+
.cli-modal .cli-modal-dialog {
|
719 |
+
position: relative;
|
720 |
+
width: auto;
|
721 |
+
margin: .5rem;
|
722 |
+
pointer-events: none;
|
723 |
+
font-family: inherit;
|
724 |
+
font-size: 1rem;
|
725 |
+
font-weight: 400;
|
726 |
+
line-height: 1.5;
|
727 |
+
color: #212529;
|
728 |
+
text-align: left;
|
729 |
+
display: -ms-flexbox;
|
730 |
+
display: flex;
|
731 |
+
-ms-flex-align: center;
|
732 |
+
align-items: center;
|
733 |
+
min-height: calc(100% - (.5rem * 2))
|
734 |
+
}
|
735 |
+
@media (min-width: 576px) {
|
736 |
+
.cli-modal .cli-modal-dialog {
|
737 |
+
max-width:500px;
|
738 |
+
margin: 1.75rem auto;
|
739 |
+
min-height: calc(100% - (1.75rem * 2))
|
740 |
+
}
|
741 |
+
}
|
742 |
+
.cli-modal-content {
|
743 |
+
position: relative;
|
744 |
+
display: -ms-flexbox;
|
745 |
+
display: flex;
|
746 |
+
-ms-flex-direction: column;
|
747 |
+
flex-direction: column;
|
748 |
+
width: 100%;
|
749 |
+
pointer-events: auto;
|
750 |
+
background-color: #fff;
|
751 |
+
background-clip: padding-box;
|
752 |
+
border-radius: .2rem;
|
753 |
+
box-sizing: border-box;
|
754 |
+
outline: 0
|
755 |
+
}
|
756 |
+
.cli-modal .row {
|
757 |
+
margin: 0 -15px;
|
758 |
+
}
|
759 |
+
.cli-modal .modal-body {
|
760 |
+
padding: 0;
|
761 |
+
position: relative;
|
762 |
+
-ms-flex: 1 1 auto;
|
763 |
+
flex: 1 1 auto;
|
764 |
+
}
|
765 |
+
.cli-modal .cli-modal-close:focus {
|
766 |
+
outline: 0;
|
767 |
+
}
|
768 |
+
.cli-switch {
|
769 |
+
display: inline-block;
|
770 |
+
position: relative;
|
771 |
+
min-height: 1px;
|
772 |
+
padding-left: 38px;
|
773 |
+
font-size: 14px;
|
774 |
+
}
|
775 |
+
.cli-switch input[type="checkbox"] {
|
776 |
+
display:none;
|
777 |
+
}
|
778 |
+
.cli-switch .cli-slider {
|
779 |
+
background-color: #e3e1e8;
|
780 |
+
height: 20px;
|
781 |
+
width: 38px;
|
782 |
+
bottom: 0;
|
783 |
+
cursor: pointer;
|
784 |
+
left: 0;
|
785 |
+
position: absolute;
|
786 |
+
right: 0;
|
787 |
+
top: 0;
|
788 |
+
transition: .4s;
|
789 |
+
}
|
790 |
+
.cli-switch .cli-slider:before {
|
791 |
+
background-color: #fff;
|
792 |
+
bottom: 2px;
|
793 |
+
content: "";
|
794 |
+
height: 15px;
|
795 |
+
left: 3px;
|
796 |
+
position: absolute;
|
797 |
+
transition: .4s;
|
798 |
+
width: 15px;
|
799 |
+
}
|
800 |
+
.cli-switch input:checked + .cli-slider {
|
801 |
+
background-color: #61a229;
|
802 |
+
}
|
803 |
+
.cli-switch input:checked + .cli-slider:before {
|
804 |
+
transform: translateX(18px);
|
805 |
+
}
|
806 |
+
.cli-switch .cli-slider {
|
807 |
+
border-radius: 34px;
|
808 |
+
font-size:0;
|
809 |
+
}
|
810 |
+
.cli-switch .cli-slider:before {
|
811 |
+
border-radius: 50%;
|
812 |
+
}
|
813 |
+
.cli-tab-content {
|
814 |
+
background: #ffffff;
|
815 |
+
}
|
816 |
+
.cli-nav-pills {
|
817 |
+
display: -ms-flexbox;
|
818 |
+
display: flex;
|
819 |
+
-ms-flex-wrap: wrap;
|
820 |
+
flex-wrap: wrap;
|
821 |
+
padding-left: 0;
|
822 |
+
margin-bottom: 0;
|
823 |
+
list-style: none;
|
824 |
+
-ms-flex-direction: column;
|
825 |
+
flex-direction: column;
|
826 |
+
}
|
827 |
+
.cli-nav-pills, .cli-tab-content {
|
828 |
+
width: 100%;
|
829 |
+
padding:5px 30px 5px 5px;
|
830 |
+
box-sizing: border-box;
|
831 |
+
}
|
832 |
+
@media (max-width: 767px) {
|
833 |
+
.cli-nav-pills, .cli-tab-content {
|
834 |
+
padding: 30px 10px;
|
835 |
+
}
|
836 |
+
}
|
837 |
+
.cli-nav-pills {
|
838 |
+
background: #fff;
|
839 |
+
}
|
840 |
+
.cli-nav-pills .cli-nav-link {
|
841 |
+
border: 1px solid #cccccc;
|
842 |
+
margin-bottom: 10px;
|
843 |
+
color:#2a2a2a;
|
844 |
+
font-size: 14px;
|
845 |
+
display: block;
|
846 |
+
padding: .5rem 1rem;
|
847 |
+
border-radius: .25rem;
|
848 |
+
cursor: pointer
|
849 |
+
}
|
850 |
+
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
|
851 |
+
background-color: #f6f6f9;
|
852 |
+
border: 1px solid #cccccc;
|
853 |
+
}
|
854 |
+
.cli-nav-pills .cli-nav-link.cli-active {
|
855 |
+
color:#2a2a2a;
|
856 |
+
}
|
857 |
+
.cli-tab-content .cli-button-wrapper {
|
858 |
+
padding-top: 30px;
|
859 |
+
margin-top: 30px;
|
860 |
+
border-top: 1px solid #d6d6d6;
|
861 |
+
}
|
862 |
+
.cli-tab-content p {
|
863 |
+
color: #343438;
|
864 |
+
font-size: 14px;
|
865 |
+
margin-top: 0;
|
866 |
+
}
|
867 |
+
.cli-tab-content h4 {
|
868 |
+
font-size: 20px;
|
869 |
+
margin-bottom: 1.5rem;
|
870 |
+
margin-top: 0;
|
871 |
+
font-family: inherit;
|
872 |
+
font-weight: 500;
|
873 |
+
line-height: 1.2;
|
874 |
+
color: inherit;
|
875 |
+
}
|
876 |
+
/* Cookie Settings In Bar */
|
877 |
+
#cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
|
878 |
+
background: transparent;
|
879 |
+
}
|
880 |
+
|
881 |
+
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
|
882 |
+
{
|
883 |
+
color:inherit;
|
884 |
+
}
|
885 |
+
#cookie-law-info-bar .cli-tab-header a:before
|
886 |
+
{
|
887 |
+
border-right: 1px solid currentColor;
|
888 |
+
border-bottom: 1px solid currentColor;
|
889 |
+
}
|
890 |
+
#cookie-law-info-bar .cli-row
|
891 |
+
{
|
892 |
+
margin-top:20px;
|
893 |
+
}
|
894 |
+
#cookie-law-info-bar .cli-col-4
|
895 |
+
{
|
896 |
+
-webkit-box-flex: 0;
|
897 |
+
-ms-flex: 0 0 auto;
|
898 |
+
flex: 0 0 auto;
|
899 |
+
width: auto;
|
900 |
+
max-width: none;
|
901 |
+
}
|
902 |
+
#cookie-law-info-bar .cli-col-8
|
903 |
+
{
|
904 |
+
flex-basis: 0;
|
905 |
+
-webkit-box-flex: 1;
|
906 |
+
-ms-flex-positive: 1;
|
907 |
+
flex-grow: 1;
|
908 |
+
max-width: 100%;
|
909 |
+
}
|
910 |
+
.cli-wrapper {
|
911 |
+
max-width: 90%;
|
912 |
+
float: none;
|
913 |
+
margin: 0 auto;
|
914 |
+
}
|
915 |
+
#cookie-law-info-bar .cli-tab-content h4
|
916 |
+
{
|
917 |
+
margin-bottom:0.5rem;
|
918 |
+
}
|
919 |
+
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
|
920 |
+
{
|
921 |
+
padding: .2rem 0.5rem;
|
922 |
+
}
|
923 |
+
#cookie-law-info-bar .cli-tab-container
|
924 |
+
{
|
925 |
+
display:none;
|
926 |
+
text-align:left;
|
927 |
+
}
|
928 |
+
|
929 |
+
/* Popup Footer Styles */
|
930 |
+
.cli-tab-footer .cli-btn {
|
931 |
+
background-color: #00acad;
|
932 |
+
padding: 10px 15px;
|
933 |
+
text-decoration:none;
|
934 |
+
}
|
935 |
+
.cli-tab-footer .wt-cli-privacy-accept-btn {
|
936 |
+
background-color: #61a229;
|
937 |
+
color: #ffffff;
|
938 |
+
border-radius: 0;
|
939 |
+
}
|
940 |
+
|
941 |
+
.cli-tab-footer {
|
942 |
+
width:100%;
|
943 |
+
text-align:right;
|
944 |
+
padding: 20px 0;
|
945 |
+
}
|
946 |
+
/* version 2.0 */
|
947 |
+
.cli-col-12
|
948 |
+
{
|
949 |
+
width:100%;
|
950 |
+
}
|
951 |
+
.cli-tab-header
|
952 |
+
{
|
953 |
+
display: flex;
|
954 |
+
justify-content: space-between;
|
955 |
+
}
|
956 |
+
.cli-tab-header a:before {
|
957 |
+
width: 10px;
|
958 |
+
height: 2px;
|
959 |
+
left: 0;
|
960 |
+
top: calc(50% - 1px);
|
961 |
+
}
|
962 |
+
.cli-tab-header a:after {
|
963 |
+
width: 2px;
|
964 |
+
height: 10px;
|
965 |
+
left: 4px;
|
966 |
+
top: calc(50% - 5px);
|
967 |
+
-webkit-transform: none;
|
968 |
+
transform: none;
|
969 |
+
}
|
970 |
+
.cli-tab-header a:before {
|
971 |
+
width: 7px;
|
972 |
+
height: 7px;
|
973 |
+
border-right: 1px solid #4a6e78;
|
974 |
+
border-bottom: 1px solid #4a6e78;
|
975 |
+
content: " ";
|
976 |
+
transform: rotate(-45deg);
|
977 |
+
-webkit-transition: all 0.2s ease-in-out;
|
978 |
+
-moz-transition: all 0.2s ease-in-out;
|
979 |
+
transition: all 0.2s ease-in-out;
|
980 |
+
margin-right:10px;
|
981 |
+
}
|
982 |
+
.cli-tab-header a.cli-nav-link {
|
983 |
+
position: relative;
|
984 |
+
display: flex;
|
985 |
+
align-items: center;
|
986 |
+
font-size:14px;
|
987 |
+
color:#000;
|
988 |
+
text-transform: capitalize;
|
989 |
+
|
990 |
+
}
|
991 |
+
.cli-tab-header.cli-tab-active .cli-nav-link:before
|
992 |
+
{
|
993 |
+
transform: rotate(45deg);
|
994 |
+
-webkit-transition: all 0.2s ease-in-out;
|
995 |
+
-moz-transition: all 0.2s ease-in-out;
|
996 |
+
transition: all 0.2s ease-in-out;
|
997 |
+
}
|
998 |
+
.cli-tab-header {
|
999 |
+
border-radius: 5px;
|
1000 |
+
padding: 12px 15px;
|
1001 |
+
cursor: pointer;
|
1002 |
+
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
|
1003 |
+
background-color:#f2f2f2;
|
1004 |
+
}
|
1005 |
+
.cli-modal .cli-modal-close {
|
1006 |
+
position: absolute;
|
1007 |
+
right: 0;
|
1008 |
+
top: 0;
|
1009 |
+
z-index: 1;
|
1010 |
+
-webkit-appearance: none;
|
1011 |
+
width: 40px;
|
1012 |
+
height: 40px;
|
1013 |
+
padding: 0;
|
1014 |
+
border-radius: 50%;
|
1015 |
+
padding: 10px;
|
1016 |
+
background: transparent;
|
1017 |
+
border:none;
|
1018 |
+
min-width: 40px;
|
1019 |
+
}
|
1020 |
+
.cli-tab-container h4,.cli-tab-container h1 {
|
1021 |
+
font-family: inherit;
|
1022 |
+
font-size: 16px;
|
1023 |
+
margin-bottom: 15px;
|
1024 |
+
margin:10px 0;
|
1025 |
+
}
|
1026 |
+
#cliSettingsPopup .cli-tab-section-container {
|
1027 |
+
padding-top: 12px;
|
1028 |
+
}
|
1029 |
+
.cli-tab-container p ,.cli-privacy-content-text{
|
1030 |
+
font-size: 14px;
|
1031 |
+
line-height: 1.4;
|
1032 |
+
margin-top: 0;
|
1033 |
+
padding: 0;
|
1034 |
+
color: #000;
|
1035 |
+
}
|
1036 |
+
.wt-cli-privacy
|
1037 |
+
{
|
1038 |
+
display:none;
|
1039 |
+
}
|
1040 |
+
.cli-tab-content
|
1041 |
+
{
|
1042 |
+
display:none;
|
1043 |
+
}
|
1044 |
+
.cli-tab-section .cli-tab-content
|
1045 |
+
{
|
1046 |
+
padding: 10px 20px 5px 20px;
|
1047 |
+
}
|
1048 |
+
.cli-tab-section
|
1049 |
+
{
|
1050 |
+
margin-top:5px;
|
1051 |
+
}
|
1052 |
+
@media (min-width: 992px) {
|
1053 |
+
.cli-modal .cli-modal-dialog {
|
1054 |
+
max-width: 645px;
|
1055 |
+
}
|
1056 |
+
}
|
1057 |
+
.cli-switch .cli-slider:after{
|
1058 |
+
content: attr(data-cli-disable);
|
1059 |
+
position: absolute;
|
1060 |
+
right: 50px;
|
1061 |
+
color: #000;
|
1062 |
+
font-size:12px;
|
1063 |
+
text-align:right;
|
1064 |
+
min-width: 80px;
|
1065 |
+
}
|
1066 |
+
.cli-switch input:checked + .cli-slider:after
|
1067 |
+
{
|
1068 |
+
content: attr(data-cli-enable);
|
1069 |
+
}
|
1070 |
+
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
|
1071 |
+
max-height: 60px;
|
1072 |
+
transition: max-height 0.15s ease-out;
|
1073 |
+
overflow: hidden;
|
1074 |
+
}
|
1075 |
+
a.cli-privacy-readmore {
|
1076 |
+
font-size: 12px;
|
1077 |
+
margin-top: 12px;
|
1078 |
+
display: inline-block;
|
1079 |
+
padding-bottom: 0;
|
1080 |
+
cursor: pointer;
|
1081 |
+
color:#000;
|
1082 |
+
text-decoration: underline;
|
1083 |
+
}
|
1084 |
+
.cli-modal-footer {
|
1085 |
+
position: relative;
|
1086 |
+
}
|
1087 |
+
a.cli-privacy-readmore:before {
|
1088 |
+
content: attr(data-readmore-text);
|
1089 |
+
}
|
1090 |
+
.cli-collapsed a.cli-privacy-readmore:before {
|
1091 |
+
content: attr(data-readless-text);
|
1092 |
+
}
|
1093 |
+
|
1094 |
+
.cli-collapsed .cli-privacy-content
|
1095 |
+
{
|
1096 |
+
transition: max-height 0.25s ease-in;
|
1097 |
+
|
1098 |
+
}
|
1099 |
+
.cli-privacy-content p
|
1100 |
+
{
|
1101 |
+
margin-bottom:0;
|
1102 |
+
}
|
1103 |
+
.cli-modal-close svg {
|
1104 |
+
fill: #000;
|
1105 |
+
}
|
1106 |
+
span.cli-necessary-caption {
|
1107 |
+
color: #000;
|
1108 |
+
font-size: 12px;
|
1109 |
+
}
|
1110 |
+
.cli-tab-section.cli-privacy-tab {
|
1111 |
+
display: none;
|
1112 |
+
}
|
1113 |
+
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
|
1114 |
+
display: block;
|
1115 |
+
}
|
1116 |
+
#cookie-law-info-bar .cli-privacy-overview {
|
1117 |
+
display: none;
|
1118 |
+
}
|
1119 |
+
.cli-tab-container .cli-row
|
1120 |
+
{
|
1121 |
+
max-height: 500px;
|
1122 |
+
overflow-y: auto;
|
1123 |
+
}
|
1124 |
+
.cli-modal.cli-blowup.cli-out {
|
1125 |
+
z-index: -1;
|
1126 |
+
}
|
1127 |
+
.cli-modal.cli-blowup {
|
1128 |
+
z-index: 999999;
|
1129 |
+
transform: scale(1);
|
1130 |
+
|
1131 |
+
}
|
1132 |
+
.cli-modal.cli-blowup .cli-modal-dialog {
|
1133 |
+
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
|
1134 |
+
}
|
1135 |
+
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
|
1136 |
+
{
|
1137 |
+
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
|
1138 |
+
}
|
1139 |
+
@keyframes blowUpContent {
|
1140 |
+
0% {
|
1141 |
+
transform: scale(1);
|
1142 |
+
opacity: 1;
|
1143 |
+
}
|
1144 |
+
99.9% {
|
1145 |
+
transform: scale(2);
|
1146 |
+
opacity: 0;
|
1147 |
+
}
|
1148 |
+
100% {
|
1149 |
+
transform: scale(0);
|
1150 |
+
}
|
1151 |
+
}
|
1152 |
+
@keyframes blowUpContentTwo {
|
1153 |
+
0% {
|
1154 |
+
transform: scale(2);
|
1155 |
+
opacity: 0;
|
1156 |
+
}
|
1157 |
+
100% {
|
1158 |
+
transform: scale(1);
|
1159 |
+
opacity: 1;
|
1160 |
+
}
|
1161 |
+
}
|
1162 |
+
@keyframes blowUpModal {
|
1163 |
+
0% {
|
1164 |
+
transform: scale(0);
|
1165 |
+
}
|
1166 |
+
100% {
|
1167 |
+
transform: scale(1);
|
1168 |
+
}
|
1169 |
+
}
|
1170 |
+
@keyframes blowUpModalTwo {
|
1171 |
+
0% {
|
1172 |
+
transform: scale(1);
|
1173 |
+
opacity: 1;
|
1174 |
+
}
|
1175 |
+
50% {
|
1176 |
+
transform: scale(0.5);
|
1177 |
+
opacity: 0;
|
1178 |
+
}
|
1179 |
+
100% {
|
1180 |
+
transform: scale(0);
|
1181 |
+
opacity: 0;
|
1182 |
+
}
|
1183 |
+
}
|
1184 |
+
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
|
1185 |
+
font-size: 12px;
|
1186 |
+
}
|
1187 |
+
.cli_settings_button
|
1188 |
+
{
|
1189 |
+
cursor: pointer;
|
1190 |
+
}
|
1191 |
+
/* Accessibility Fix */
|
1192 |
+
.wt-cli-sr-only
|
1193 |
+
{
|
1194 |
+
display: none;
|
1195 |
+
font-size:16px;
|
1196 |
+
}
|
1197 |
+
/* Changes for CCPA
|
1198 |
+
Version : 1.8.9
|
1199 |
+
*/
|
1200 |
+
a.wt-cli-element.cli_cookie_close_button {
|
1201 |
+
text-decoration: none;
|
1202 |
+
color: #333333;
|
1203 |
+
font-size: 22px;
|
1204 |
+
line-height: 22px;
|
1205 |
+
cursor: pointer;
|
1206 |
+
position: absolute;
|
1207 |
+
right: 10px;
|
1208 |
+
top: 5px;
|
1209 |
+
}
|
1210 |
+
/* GDPR Bar Version 2 */
|
1211 |
+
.cli-bar-container{
|
1212 |
+
float: none;
|
1213 |
+
margin: 0 auto;
|
1214 |
+
display: -webkit-box;
|
1215 |
+
display: -moz-box;
|
1216 |
+
display: -ms-flexbox;
|
1217 |
+
display: -webkit-flex;
|
1218 |
+
display: flex;
|
1219 |
+
justify-content: space-between;
|
1220 |
+
-webkit-box-align: center;
|
1221 |
+
-moz-box-align: center;
|
1222 |
+
-ms-flex-align: center;
|
1223 |
+
-webkit-align-items: center;
|
1224 |
+
align-items: center;
|
1225 |
+
}
|
1226 |
+
.cli-bar-btn_container {
|
1227 |
+
margin-left: 20px;
|
1228 |
+
display: -webkit-box;
|
1229 |
+
display: -moz-box;
|
1230 |
+
display: -ms-flexbox;
|
1231 |
+
display: -webkit-flex;
|
1232 |
+
display: flex;
|
1233 |
+
-webkit-box-align: center;
|
1234 |
+
-moz-box-align: center;
|
1235 |
+
-ms-flex-align: center;
|
1236 |
+
-webkit-align-items: center;
|
1237 |
+
align-items: center;
|
1238 |
+
flex-wrap: nowrap;
|
1239 |
+
}
|
1240 |
+
.cli-style-v2 a
|
1241 |
+
{
|
1242 |
+
cursor: pointer;
|
1243 |
+
}
|
1244 |
+
.cli-bar-btn_container a {
|
1245 |
+
white-space: nowrap;
|
1246 |
+
}
|
1247 |
+
.cli-style-v2 .cli-plugin-main-link
|
1248 |
+
{
|
1249 |
+
font-weight:inherit;
|
1250 |
+
}
|
1251 |
+
.cli-style-v2
|
1252 |
+
{
|
1253 |
+
font-size: 11pt;
|
1254 |
+
line-height: 18px;
|
1255 |
+
font-weight:normal;
|
1256 |
+
}
|
1257 |
+
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
|
1258 |
+
display: block;
|
1259 |
+
}
|
1260 |
+
.cli-style-v2 .cli-bar-message {
|
1261 |
+
width: 70%;
|
1262 |
+
text-align: left;
|
1263 |
+
}
|
1264 |
+
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
|
1265 |
+
{
|
1266 |
+
width:100%;
|
1267 |
+
}
|
1268 |
+
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
|
1269 |
+
margin-top:8px;
|
1270 |
+
margin-left: 0px;
|
1271 |
+
flex-wrap: wrap;
|
1272 |
+
}
|
1273 |
+
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message {
|
1274 |
+
text-align: center;
|
1275 |
+
} */
|
1276 |
+
#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
|
1277 |
+
margin-top:8px;
|
1278 |
+
margin-left: 0px;
|
1279 |
+
}
|
1280 |
+
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
|
1281 |
+
text-align: left;
|
1282 |
+
/* padding-left: 15px; */
|
1283 |
+
margin-bottom: 5px;
|
1284 |
+
margin-top: 0px;
|
1285 |
+
font-size: 16px;
|
1286 |
+
}
|
1287 |
+
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 {
|
1288 |
+
padding-left: 0px;
|
1289 |
+
padding-right: 0px;
|
1290 |
+
} */
|
1291 |
+
|
1292 |
+
.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
|
1293 |
+
margin-top: 5px;
|
1294 |
+
}
|
1295 |
+
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
|
1296 |
+
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
|
1297 |
+
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
|
1298 |
+
{
|
1299 |
+
margin-left: 5px;
|
1300 |
+
}
|
1301 |
+
.wt-cli-ccpa-checkbox label {
|
1302 |
+
font-size: inherit;
|
1303 |
+
cursor: pointer;
|
1304 |
+
margin: 0px 0px 0px 5px;
|
1305 |
+
}
|
1306 |
+
/* .cli-bar-container.cli-style-v2 {
|
1307 |
+
padding-left: 15px;
|
1308 |
+
padding-right: 15px;
|
1309 |
+
padding-top: 2px;
|
1310 |
+
padding-bottom: 2px;
|
1311 |
+
} */
|
1312 |
+
#cookie-law-info-bar[data-cli-style="cli-style-v2"]
|
1313 |
+
{
|
1314 |
+
padding: 14px 25px;
|
1315 |
+
}
|
1316 |
+
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
|
1317 |
+
{
|
1318 |
+
padding:32px 30px;
|
1319 |
+
}
|
1320 |
+
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
|
1321 |
+
padding: 32px 45px;
|
1322 |
+
}
|
1323 |
+
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
|
1324 |
+
text-decoration: underline;
|
1325 |
+
}
|
1326 |
+
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
|
1327 |
+
margin-top: 5px;
|
1328 |
+
margin-bottom: 5px;
|
1329 |
+
}
|
1330 |
+
a.wt-cli-ccpa-opt-out {
|
1331 |
+
white-space: nowrap;
|
1332 |
+
text-decoration: underline;
|
1333 |
+
}
|
1334 |
+
.wt-cli-necessary-checkbox {
|
1335 |
+
display: none !important;
|
1336 |
+
}
|
1337 |
+
@media (max-width: 985px) {
|
1338 |
+
.cli-style-v2 .cli-bar-message
|
1339 |
+
{
|
1340 |
+
width:100%;
|
1341 |
+
}
|
1342 |
+
.cli-style-v2.cli-bar-container
|
1343 |
+
{
|
1344 |
+
justify-content:left;
|
1345 |
+
flex-wrap: wrap;
|
1346 |
+
}
|
1347 |
+
.cli-style-v2 .cli-bar-btn_container {
|
1348 |
+
margin-left:0px;
|
1349 |
+
margin-top: 10px;
|
1350 |
+
}
|
1351 |
+
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
|
1352 |
+
{
|
1353 |
+
padding: 25px 25px;
|
1354 |
+
}
|
1355 |
+
}
|
1356 |
+
/* Settings popup footer section */
|
1357 |
+
.wt-cli-ckyes-brand-logo {
|
1358 |
+
display: flex;
|
1359 |
+
align-items: center;
|
1360 |
+
font-size: 9px;
|
1361 |
+
color: #111111;
|
1362 |
+
font-weight: normal;
|
1363 |
+
}
|
1364 |
+
.wt-cli-ckyes-brand-logo img{
|
1365 |
+
width: 65px;
|
1366 |
+
margin-left: 2px;
|
1367 |
+
}
|
1368 |
+
.wt-cli-privacy-overview-actions {
|
1369 |
+
padding-bottom:0;
|
1370 |
+
}
|
1371 |
+
@media only screen and (max-width: 479px) and (min-width: 320px){
|
1372 |
+
|
1373 |
+
.cli-style-v2 .cli-bar-btn_container {
|
1374 |
+
flex-wrap: wrap;
|
1375 |
+
}
|
1376 |
+
}
|
1377 |
+
/* Fix: HTML validation error due to the enclosing of <p> tags on category description */
|
1378 |
+
.wt-cli-cookie-description {
|
1379 |
+
font-size: 14px;
|
1380 |
+
line-height: 1.4;
|
1381 |
+
margin-top: 0;
|
1382 |
+
padding: 0;
|
1383 |
+
color: #000;
|
1384 |
+
}
|
legacy/public/css/cookie-law-info-public.css
ADDED
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#cookie-law-info-bar {
|
2 |
+
font-size: 15px;
|
3 |
+
margin: 0 auto;
|
4 |
+
padding: 12px 10px;
|
5 |
+
position: absolute;
|
6 |
+
text-align: center;
|
7 |
+
box-sizing: border-box;
|
8 |
+
width:100%;
|
9 |
+
z-index: 9999;
|
10 |
+
/* box-shadow:rgba(0,0,0,.5) 0px 5px 50px; */
|
11 |
+
display: none;
|
12 |
+
left:0px;
|
13 |
+
font-weight:300;
|
14 |
+
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
|
15 |
+
}
|
16 |
+
#cookie-law-info-again {
|
17 |
+
font-size: 10pt;
|
18 |
+
margin: 0;
|
19 |
+
padding:5px 10px;
|
20 |
+
text-align: center;
|
21 |
+
z-index: 9999;
|
22 |
+
cursor: pointer;
|
23 |
+
box-shadow: #161616 2px 2px 5px 2px;
|
24 |
+
}
|
25 |
+
#cookie-law-info-bar span {
|
26 |
+
vertical-align: middle;
|
27 |
+
}
|
28 |
+
|
29 |
+
/** Buttons (http://papermashup.com/demos/css-buttons) */
|
30 |
+
.cli-plugin-button, .cli-plugin-button:visited {
|
31 |
+
display: inline-block;
|
32 |
+
padding: 9px 12px;
|
33 |
+
color: #fff;
|
34 |
+
text-decoration: none;
|
35 |
+
position: relative;
|
36 |
+
cursor: pointer;
|
37 |
+
margin-left: 5px;
|
38 |
+
text-decoration: none;
|
39 |
+
}
|
40 |
+
.cli-plugin-main-link {
|
41 |
+
margin-left:0px;
|
42 |
+
font-weight: 550; text-decoration: underline;
|
43 |
+
}
|
44 |
+
.cli-plugin-button:hover {
|
45 |
+
background-color: #111;
|
46 |
+
color: #fff;
|
47 |
+
text-decoration: none;
|
48 |
+
}
|
49 |
+
.small.cli-plugin-button, .small.cli-plugin-button:visited {
|
50 |
+
font-size: 11px;
|
51 |
+
}
|
52 |
+
.cli-plugin-button, .cli-plugin-button:visited,
|
53 |
+
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
|
54 |
+
font-size: 13px;
|
55 |
+
font-weight: 400;
|
56 |
+
line-height: 1;
|
57 |
+
}
|
58 |
+
.large.cli-plugin-button, .large.cli-plugin-button:visited {
|
59 |
+
font-size: 14px;
|
60 |
+
padding: 8px 14px 9px;
|
61 |
+
}
|
62 |
+
.super.cli-plugin-button, .super.cli-plugin-button:visited {
|
63 |
+
font-size: 34px;
|
64 |
+
padding: 8px 14px 9px;
|
65 |
+
}
|
66 |
+
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
|
67 |
+
background-color: #e22092;
|
68 |
+
}
|
69 |
+
.pink.cli-plugin-button:hover {
|
70 |
+
background-color: #c81e82;
|
71 |
+
}
|
72 |
+
.green.cli-plugin-button, .green.cli-plugin-button:visited {
|
73 |
+
background-color: #91bd09;
|
74 |
+
}
|
75 |
+
.green.cli-plugin-button:hover {
|
76 |
+
background-color: #749a02;
|
77 |
+
}
|
78 |
+
.red.cli-plugin-button, .red.cli-plugin-button:visited {
|
79 |
+
background-color: #e62727;
|
80 |
+
}
|
81 |
+
.red.cli-plugin-button:hover {
|
82 |
+
background-color: #cf2525;
|
83 |
+
}
|
84 |
+
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
|
85 |
+
background-color: #ff5c00;
|
86 |
+
}
|
87 |
+
.orange.cli-plugin-button:hover {
|
88 |
+
background-color: #d45500;
|
89 |
+
}
|
90 |
+
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
|
91 |
+
background-color: #2981e4;
|
92 |
+
}
|
93 |
+
.blue.cli-plugin-button:hover {
|
94 |
+
background-color: #2575cf;
|
95 |
+
}
|
96 |
+
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
|
97 |
+
background-color: #ffb515;
|
98 |
+
}
|
99 |
+
.yellow.cli-plugin-button:hover {
|
100 |
+
background-color: #fc9200;
|
101 |
+
}
|
102 |
+
.cli-plugin-button{ margin-top:5px; }
|
103 |
+
.cli-bar-popup{
|
104 |
+
-moz-background-clip: padding;
|
105 |
+
-webkit-background-clip: padding;
|
106 |
+
background-clip: padding-box;
|
107 |
+
-webkit-border-radius:30px;
|
108 |
+
-moz-border-radius:30px;
|
109 |
+
border-radius:30px;
|
110 |
+
padding:20px;
|
111 |
+
}
|
112 |
+
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
|
113 |
+
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;}
|
114 |
+
|
115 |
+
/**
|
116 |
+
* Added extra space between each cookie bar action elements @since 1.8.9
|
117 |
+
*/
|
118 |
+
.cli-plugin-main-link.cli-plugin-button {
|
119 |
+
text-decoration: none;
|
120 |
+
}
|
121 |
+
.cli-plugin-main-link.cli-plugin-button {
|
122 |
+
margin-left: 5px;
|
123 |
+
}
|
legacy/public/css/cookie-law-info-table.css
ADDED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
Responsive table courtesy of Mark Wiltshire: mark@bamboorocketapps.com (thanks!)
|
3 |
+
|
4 |
+
For more styles try: http://icant.co.uk/csstablegallery/
|
5 |
+
----
|
6 |
+
Generic styles:
|
7 |
+
Here you could e.g. customise width of column 1 and 2,
|
8 |
+
or add a generic roll-over effect on table rows
|
9 |
+
*/
|
10 |
+
.cookielawinfo-column-1 {width: 25%;}
|
11 |
+
.cookielawinfo-column-2 {width: 10%;}
|
12 |
+
.cookielawinfo-column-3 {width: 15%;}
|
13 |
+
.cookielawinfo-column-4 {width: 50%;}
|
14 |
+
|
15 |
+
/** Simple style */
|
16 |
+
.cookielawinfo-simple thead {width: 100%;}
|
17 |
+
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
|
18 |
+
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;}
|
19 |
+
|
20 |
+
/** Modern style */
|
21 |
+
.cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
|
22 |
+
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
|
23 |
+
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
|
24 |
+
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
|
25 |
+
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
|
26 |
+
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;}
|
27 |
+
|
28 |
+
/** Elegant style */
|
29 |
+
.cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
|
30 |
+
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
|
31 |
+
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
|
32 |
+
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;}
|
33 |
+
|
34 |
+
/** Rounded style */
|
35 |
+
.cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
|
36 |
+
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
|
37 |
+
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
|
38 |
+
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
|
39 |
+
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
|
40 |
+
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;}
|
41 |
+
|
42 |
+
/** Classic Style */
|
43 |
+
table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
|
44 |
+
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
|
45 |
+
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
|
46 |
+
table.cookielawinfo-classic tfoot tr th {width: 20%;}
|
47 |
+
table.cookielawinfo-classic tfoot tr td {width: 80%;}
|
48 |
+
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
|
49 |
+
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;}
|
50 |
+
|
51 |
+
/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
|
52 |
+
table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
|
53 |
+
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
|
54 |
+
table.cookielawinfo-winter a:visited {color: #777;}
|
55 |
+
table.cookielawinfo-winter a:hover {color: #000;}
|
56 |
+
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase; padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
|
57 |
+
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
|
58 |
+
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
|
59 |
+
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
|
60 |
+
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url("../../images/td_back.gif") repeat-x; text-align: left;}
|
61 |
+
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
|
62 |
+
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
|
63 |
+
table.cookielawinfo-winter tbody tr:hover {background: #EAECEE; color: #111;}
|
64 |
+
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}
|
65 |
+
|
66 |
+
/** 27/05/2013: responsive table by Mark Wiltshire */
|
67 |
+
@media(max-width:800px) {
|
68 |
+
table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
|
69 |
+
{
|
70 |
+
width:23%;
|
71 |
+
font-size:12px;
|
72 |
+
word-wrap: break-word;
|
73 |
+
}
|
74 |
+
table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
|
75 |
+
{
|
76 |
+
width:45%;
|
77 |
+
}
|
78 |
+
}
|
79 |
+
|
80 |
+
.cookielawinfo-row-cat-title{
|
81 |
+
border-bottom: 1px solid #eee;
|
82 |
+
text-align: center;
|
83 |
+
}
|
84 |
+
.cookielawinfo-row-cat-title-head{
|
85 |
+
text-align: center;
|
86 |
+
}
|
87 |
+
.cookielawinfo-row-cat-table{
|
88 |
+
width: 99%;
|
89 |
+
margin-left: 5px;
|
90 |
+
}
|
{public → legacy/public}/images/cli_icon.png
RENAMED
File without changes
|
legacy/public/images/logo-cookieyes.svg
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
2 |
+
<!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3 |
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4 |
+
viewBox="0 0 300 60" style="enable-background:new 0 0 300 60;" xml:space="preserve">
|
5 |
+
<style type="text/css">
|
6 |
+
.st0{fill:#404041;}
|
7 |
+
.st1{fill:#0056A7;}
|
8 |
+
.st2{fill:#2E3191;}
|
9 |
+
</style>
|
10 |
+
<g>
|
11 |
+
<path class="st0" d="M22.3,11.5C32.2,11.5,39.6,17,42,26H30.9c-1.7-3.6-4.9-5.3-8.7-5.3c-6.2,0-10.5,4.6-10.5,12s4.3,12,10.5,12
|
12 |
+
c3.8,0,7-1.8,8.7-5.3H42c-2.4,9-9.8,14.5-19.7,14.5C10,53.8,1.4,45.1,1.4,32.6S10,11.5,22.3,11.5z"/>
|
13 |
+
<path class="st0" d="M62.2,54c-9.7,0-17-6.5-17-17s7.5-17,17.2-17c9.7,0,17.2,6.5,17.2,17S71.9,54,62.2,54z M62.2,45.2
|
14 |
+
c3.6,0,7-2.7,7-8.2c0-5.6-3.3-8.2-6.9-8.2c-3.7,0-6.9,2.6-6.9,8.2C55.5,42.5,58.5,45.2,62.2,45.2z"/>
|
15 |
+
<path class="st0" d="M99.7,54c-9.7,0-17-6.5-17-17s7.5-17,17.2-17c9.7,0,17.2,6.5,17.2,17S109.4,54,99.7,54z M99.7,45.2
|
16 |
+
c3.6,0,7-2.7,7-8.2c0-5.6-3.3-8.2-6.9-8.2c-3.7,0-6.9,2.6-6.9,8.2C92.9,42.5,96,45.2,99.7,45.2z"/>
|
17 |
+
<path class="st0" d="M120.7,11.5h10.1v22.4l10-13.4h12.5L139.6,37l13.9,16.5h-12.5l-10.1-13.9v13.9h-10.1V11.5z"/>
|
18 |
+
<path class="st0" d="M155.7,11.6c0-3.1,2.4-5.5,6-5.5c3.6,0,6,2.4,6,5.5c0,3-2.4,5.4-6,5.4C158.1,17,155.7,14.6,155.7,11.6z
|
19 |
+
M156.7,20.4h10.1v33h-10.1V20.4z"/>
|
20 |
+
<path class="st0" d="M187.2,54c-9.7,0-16.7-6.5-16.7-17s6.9-17,16.7-17c9.6,0,16.5,6.4,16.5,16.5c0,0.9-0.1,2-0.2,3h-22.9
|
21 |
+
c0.4,4.3,3,6.3,6.3,6.3c2.8,0,4.4-1.4,5.3-3.2h10.8C201.3,49,195.5,54,187.2,54z M180.7,33.8h12.7c0-3.6-2.8-5.7-6.2-5.7
|
22 |
+
C183.8,28.1,181.3,30.1,180.7,33.8z"/>
|
23 |
+
<path class="st0" d="M250.4,54c-9.7,0-16.7-6.5-16.7-17s6.9-17,16.7-17c9.6,0,16.5,6.4,16.5,16.5c0,0.9-0.1,2-0.2,3h-22.9
|
24 |
+
c0.4,4.3,3,6.3,6.3,6.3c2.8,0,4.4-1.4,5.3-3.2h10.8C264.5,49,258.6,54,250.4,54z M243.8,33.8h12.7c0-3.6-2.8-5.7-6.2-5.7
|
25 |
+
C247,28.1,244.4,30.1,243.8,33.8z"/>
|
26 |
+
<path class="st0" d="M285.2,54c-8.8,0-14.7-4.9-15.2-11.3h10c0.2,2.3,2.3,3.8,5.1,3.8c2.6,0,4-1.2,4-2.7c0-5.3-18-1.5-18-13.6
|
27 |
+
c0-5.6,4.8-10.2,13.4-10.2c8.5,0,13.3,4.7,13.9,11.2h-9.4c-0.3-2.2-2-3.7-4.9-3.7c-2.4,0-3.7,0.9-3.7,2.5c0,5.3,17.9,1.5,18.1,13.9
|
28 |
+
C298.6,49.6,293.5,54,285.2,54z"/>
|
29 |
+
<g>
|
30 |
+
<g>
|
31 |
+
<path class="st1" d="M214.2,21h-10.5l9.6,17.8h10.5L214.2,21z"/>
|
32 |
+
</g>
|
33 |
+
<g>
|
34 |
+
<g>
|
35 |
+
<path class="st2" d="M213.1,38.3l0.3,0.5h10.5L217,26.3L213.1,38.3z"/>
|
36 |
+
</g>
|
37 |
+
</g>
|
38 |
+
<g>
|
39 |
+
<path class="st1" d="M232.3,6l-18.9,32.8h10.5L242.8,6H232.3z"/>
|
40 |
+
</g>
|
41 |
+
<g>
|
42 |
+
<path class="st1" d="M213.4,43.7h10.2V54h-10.2V43.7z"/>
|
43 |
+
</g>
|
44 |
+
</g>
|
45 |
+
</g>
|
46 |
+
</svg>
|
{public → legacy/public}/index.php
RENAMED
File without changes
|
legacy/public/js/cookie-law-info-public.js
ADDED
@@ -0,0 +1,1171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
CLI_ACCEPT_COOKIE_NAME = (typeof CLI_ACCEPT_COOKIE_NAME !== 'undefined' ? CLI_ACCEPT_COOKIE_NAME : 'viewed_cookie_policy');
|
2 |
+
CLI_PREFERNCE_COOKIE = (typeof CLI_PREFERNCE_COOKIE !== 'undefined' ? CLI_PREFERNCE_COOKIE : 'CookieLawInfoConsent');
|
3 |
+
CLI_ACCEPT_COOKIE_EXPIRE = (typeof CLI_ACCEPT_COOKIE_EXPIRE !== 'undefined' ? CLI_ACCEPT_COOKIE_EXPIRE : 365);
|
4 |
+
CLI_COOKIEBAR_AS_POPUP = (typeof CLI_COOKIEBAR_AS_POPUP !== 'undefined' ? CLI_COOKIEBAR_AS_POPUP : false);
|
5 |
+
var CLI_Cookie = {
|
6 |
+
set: function (name, value, days) {
|
7 |
+
var secure = "";
|
8 |
+
if (true === Boolean(Cli_Data.secure_cookies)) {
|
9 |
+
secure = ";secure";
|
10 |
+
}
|
11 |
+
if (days) {
|
12 |
+
var date = new Date();
|
13 |
+
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
14 |
+
var expires = "; expires=" + date.toGMTString();
|
15 |
+
} else {
|
16 |
+
var expires = "";
|
17 |
+
}
|
18 |
+
document.cookie = name + "=" + value + secure + expires + "; path=/";
|
19 |
+
if (days < 1) {
|
20 |
+
host_name = window.location.hostname;
|
21 |
+
document.cookie = name + "=" + value + expires + "; path=/; domain=." + host_name + ";";
|
22 |
+
if (host_name.indexOf("www") != 1) {
|
23 |
+
var host_name_withoutwww = host_name.replace('www', '');
|
24 |
+
document.cookie = name + "=" + value + secure + expires + "; path=/; domain=" + host_name_withoutwww + ";";
|
25 |
+
}
|
26 |
+
host_name = host_name.substring(host_name.lastIndexOf(".", host_name.lastIndexOf(".") - 1));
|
27 |
+
document.cookie = name + "=" + value + secure + expires + "; path=/; domain=" + host_name + ";";
|
28 |
+
}
|
29 |
+
},
|
30 |
+
read: function (name) {
|
31 |
+
var nameEQ = name + "=";
|
32 |
+
var ca = document.cookie.split(';');
|
33 |
+
for (var i = 0; i < ca.length; i++) {
|
34 |
+
var c = ca[i];
|
35 |
+
while (c.charAt(0) == ' ') {
|
36 |
+
c = c.substring(1, c.length);
|
37 |
+
}
|
38 |
+
if (c.indexOf(nameEQ) === 0) {
|
39 |
+
return c.substring(nameEQ.length, c.length);
|
40 |
+
}
|
41 |
+
}
|
42 |
+
return null;
|
43 |
+
},
|
44 |
+
erase: function (name) {
|
45 |
+
this.set(name, "", -10);
|
46 |
+
},
|
47 |
+
exists: function (name) {
|
48 |
+
return (this.read(name) !== null);
|
49 |
+
},
|
50 |
+
getallcookies: function () {
|
51 |
+
var pairs = document.cookie.split(";");
|
52 |
+
var cookieslist = {};
|
53 |
+
for (var i = 0; i < pairs.length; i++) {
|
54 |
+
var pair = pairs[i].split("=");
|
55 |
+
cookieslist[(pair[0] + '').trim()] = unescape(pair[1]);
|
56 |
+
}
|
57 |
+
return cookieslist;
|
58 |
+
}
|
59 |
+
}
|
60 |
+
var CLI =
|
61 |
+
{
|
62 |
+
bar_config: {},
|
63 |
+
showagain_config: {},
|
64 |
+
allowedCategories: [],
|
65 |
+
js_blocking_enabled: false,
|
66 |
+
set: function (args) {
|
67 |
+
if (typeof JSON.parse !== "function") {
|
68 |
+
console.log("CookieLawInfo requires JSON.parse but your browser doesn't support it");
|
69 |
+
return;
|
70 |
+
}
|
71 |
+
if (typeof args.settings !== 'object') {
|
72 |
+
this.settings = JSON.parse(args.settings);
|
73 |
+
} else {
|
74 |
+
this.settings = args.settings;
|
75 |
+
}
|
76 |
+
this.js_blocking_enabled = Boolean(Cli_Data.js_blocking);
|
77 |
+
this.settings = args.settings;
|
78 |
+
this.bar_elm = jQuery(this.settings.notify_div_id);
|
79 |
+
this.showagain_elm = jQuery(this.settings.showagain_div_id);
|
80 |
+
this.settingsModal = jQuery('#cliSettingsPopup');
|
81 |
+
|
82 |
+
/* buttons */
|
83 |
+
this.main_button = jQuery('.cli-plugin-main-button');
|
84 |
+
this.main_link = jQuery('.cli-plugin-main-link');
|
85 |
+
this.reject_link = jQuery('.cookie_action_close_header_reject');
|
86 |
+
this.delete_link = jQuery(".cookielawinfo-cookie-delete");
|
87 |
+
this.settings_button = jQuery('.cli_settings_button');
|
88 |
+
this.accept_all_button = jQuery('.wt-cli-accept-all-btn');
|
89 |
+
if (this.settings.cookie_bar_as == 'popup') {
|
90 |
+
CLI_COOKIEBAR_AS_POPUP = true;
|
91 |
+
}
|
92 |
+
this.mayBeSetPreferenceCookie();
|
93 |
+
this.addStyleAttribute();
|
94 |
+
this.configBar();
|
95 |
+
this.toggleBar();
|
96 |
+
this.attachDelete();
|
97 |
+
this.attachEvents();
|
98 |
+
this.configButtons();
|
99 |
+
this.reviewConsent();
|
100 |
+
var cli_hidebar_on_readmore = this.hideBarInReadMoreLink();
|
101 |
+
if (Boolean(this.settings.scroll_close) === true && cli_hidebar_on_readmore === false) {
|
102 |
+
window.addEventListener("scroll", CLI.closeOnScroll, false);
|
103 |
+
}
|
104 |
+
|
105 |
+
},
|
106 |
+
hideBarInReadMoreLink: function () {
|
107 |
+
if (Boolean(CLI.settings.button_2_hidebar) === true && this.main_link.length > 0 && this.main_link.hasClass('cli-minimize-bar')) {
|
108 |
+
this.hideHeader();
|
109 |
+
cliBlocker.cookieBar(false);
|
110 |
+
this.showagain_elm.slideDown(this.settings.animate_speed_show);
|
111 |
+
return true;
|
112 |
+
}
|
113 |
+
return false;
|
114 |
+
},
|
115 |
+
attachEvents: function () {
|
116 |
+
jQuery(document).on(
|
117 |
+
'click',
|
118 |
+
'.wt-cli-privacy-btn',
|
119 |
+
function (e) {
|
120 |
+
e.preventDefault();
|
121 |
+
CLI.accept_close();
|
122 |
+
CLI.settingsPopUpClose();
|
123 |
+
}
|
124 |
+
);
|
125 |
+
|
126 |
+
jQuery('.wt-cli-accept-btn').on(
|
127 |
+
"click",
|
128 |
+
function (e) {
|
129 |
+
e.preventDefault();
|
130 |
+
CLI.acceptRejectCookies(jQuery(this));
|
131 |
+
});
|
132 |
+
jQuery('.wt-cli-accept-all-btn').on(
|
133 |
+
"click",
|
134 |
+
function (e) {
|
135 |
+
e.preventDefault();
|
136 |
+
CLI.acceptRejectCookies(jQuery(this), 'accept');
|
137 |
+
});
|
138 |
+
jQuery('.wt-cli-reject-btn').on(
|
139 |
+
"click",
|
140 |
+
function (e) {
|
141 |
+
e.preventDefault();
|
142 |
+
CLI.acceptRejectCookies(jQuery(this), 'reject');
|
143 |
+
});
|
144 |
+
this.settingsPopUp();
|
145 |
+
this.settingsTabbedAccordion();
|
146 |
+
this.toggleUserPreferenceCheckBox();
|
147 |
+
this.hideCookieBarOnClose();
|
148 |
+
this.cookieLawInfoRunCallBacks();
|
149 |
+
|
150 |
+
},
|
151 |
+
acceptRejectCookies(element, action = 'custom') {
|
152 |
+
var open_link = element[0].hasAttribute("href") && element.attr("href") != '#' ? true : false;
|
153 |
+
var new_window = false;
|
154 |
+
if (action == 'accept') {
|
155 |
+
this.enableAllCookies();
|
156 |
+
this.accept_close();
|
157 |
+
new_window = CLI.settings.button_7_new_win ? true : false;
|
158 |
+
|
159 |
+
} else if (action == 'reject') {
|
160 |
+
this.disableAllCookies();
|
161 |
+
this.reject_close();
|
162 |
+
new_window = Boolean(this.settings.button_3_new_win) ? true : false;
|
163 |
+
} else {
|
164 |
+
this.accept_close();
|
165 |
+
new_window = Boolean(this.settings.button_1_new_win) ? true : false;
|
166 |
+
}
|
167 |
+
if (open_link) {
|
168 |
+
if (new_window) {
|
169 |
+
window.open(element.attr("href"), '_blank');
|
170 |
+
} else {
|
171 |
+
window.location.href = element.attr("href");
|
172 |
+
}
|
173 |
+
}
|
174 |
+
},
|
175 |
+
toggleUserPreferenceCheckBox: function () {
|
176 |
+
|
177 |
+
jQuery('.cli-user-preference-checkbox').each(
|
178 |
+
function () {
|
179 |
+
|
180 |
+
categoryCookie = 'cookielawinfo-' + jQuery(this).attr('data-id');
|
181 |
+
categoryCookieValue = CLI_Cookie.read(categoryCookie);
|
182 |
+
if (categoryCookieValue == null) {
|
183 |
+
if (jQuery(this).is(':checked')) {
|
184 |
+
CLI_Cookie.set(categoryCookie, 'yes', CLI_ACCEPT_COOKIE_EXPIRE);
|
185 |
+
} else {
|
186 |
+
CLI_Cookie.set(categoryCookie, 'no', CLI_ACCEPT_COOKIE_EXPIRE);
|
187 |
+
}
|
188 |
+
} else {
|
189 |
+
if (categoryCookieValue == "yes") {
|
190 |
+
jQuery(this).prop("checked", true);
|
191 |
+
} else {
|
192 |
+
jQuery(this).prop("checked", false);
|
193 |
+
}
|
194 |
+
|
195 |
+
}
|
196 |
+
|
197 |
+
}
|
198 |
+
);
|
199 |
+
jQuery('.cli-user-preference-checkbox').on(
|
200 |
+
"click",
|
201 |
+
function (e) {
|
202 |
+
var dataID = jQuery(this).attr('data-id');
|
203 |
+
var currentToggleElm = jQuery('.cli-user-preference-checkbox[data-id=' + dataID + ']');
|
204 |
+
if (jQuery(this).is(':checked')) {
|
205 |
+
CLI_Cookie.set('cookielawinfo-' + dataID, 'yes', CLI_ACCEPT_COOKIE_EXPIRE);
|
206 |
+
currentToggleElm.prop('checked', true);
|
207 |
+
} else {
|
208 |
+
CLI_Cookie.set('cookielawinfo-' + dataID, 'no', CLI_ACCEPT_COOKIE_EXPIRE);
|
209 |
+
currentToggleElm.prop('checked', false);
|
210 |
+
}
|
211 |
+
CLI.checkCategories();
|
212 |
+
CLI.generateConsent();
|
213 |
+
}
|
214 |
+
);
|
215 |
+
|
216 |
+
},
|
217 |
+
settingsPopUp: function () {
|
218 |
+
jQuery(document).on(
|
219 |
+
'click',
|
220 |
+
'.cli_settings_button',
|
221 |
+
function (e) {
|
222 |
+
e.preventDefault();
|
223 |
+
CLI.settingsModal.addClass("cli-show").css({ 'opacity': 0 }).animate({ 'opacity': 1 });
|
224 |
+
CLI.settingsModal.removeClass('cli-blowup cli-out').addClass("cli-blowup");
|
225 |
+
jQuery('body').addClass("cli-modal-open");
|
226 |
+
jQuery(".cli-settings-overlay").addClass("cli-show");
|
227 |
+
jQuery("#cookie-law-info-bar").css({ 'opacity': .1 });
|
228 |
+
if (!jQuery('.cli-settings-mobile').is(':visible')) {
|
229 |
+
CLI.settingsModal.find('.cli-nav-link:eq(0)').trigger("click");
|
230 |
+
}
|
231 |
+
}
|
232 |
+
);
|
233 |
+
jQuery('#cliModalClose').on(
|
234 |
+
"click",
|
235 |
+
function (e) {
|
236 |
+
CLI.settingsPopUpClose();
|
237 |
+
}
|
238 |
+
);
|
239 |
+
CLI.settingsModal.on(
|
240 |
+
"click",
|
241 |
+
function (e) {
|
242 |
+
if (!(document.getElementsByClassName('cli-modal-dialog')[0].contains(e.target))) {
|
243 |
+
CLI.settingsPopUpClose();
|
244 |
+
}
|
245 |
+
}
|
246 |
+
);
|
247 |
+
jQuery('.cli_enable_all_btn').on(
|
248 |
+
"click",
|
249 |
+
function (e) {
|
250 |
+
var cli_toggle_btn = jQuery(this);
|
251 |
+
var enable_text = cli_toggle_btn.attr('data-enable-text');
|
252 |
+
var disable_text = cli_toggle_btn.attr('data-disable-text');
|
253 |
+
if (cli_toggle_btn.hasClass('cli-enabled')) {
|
254 |
+
CLI.disableAllCookies();
|
255 |
+
cli_toggle_btn.html(enable_text);
|
256 |
+
} else {
|
257 |
+
CLI.enableAllCookies();
|
258 |
+
cli_toggle_btn.html(disable_text);
|
259 |
+
|
260 |
+
}
|
261 |
+
jQuery(this).toggleClass('cli-enabled');
|
262 |
+
}
|
263 |
+
);
|
264 |
+
|
265 |
+
this.privacyReadmore();
|
266 |
+
},
|
267 |
+
settingsTabbedAccordion: function () {
|
268 |
+
jQuery(".cli-tab-header").on(
|
269 |
+
"click",
|
270 |
+
function (e) {
|
271 |
+
if (!(jQuery(e.target).hasClass('cli-slider') || jQuery(e.target).hasClass('cli-user-preference-checkbox'))) {
|
272 |
+
if (jQuery(this).hasClass("cli-tab-active")) {
|
273 |
+
jQuery(this).removeClass("cli-tab-active");
|
274 |
+
jQuery(this)
|
275 |
+
.siblings(".cli-tab-content")
|
276 |
+
.slideUp(200);
|
277 |
+
|
278 |
+
} else {
|
279 |
+
jQuery(".cli-tab-header").removeClass("cli-tab-active");
|
280 |
+
jQuery(this).addClass("cli-tab-active");
|
281 |
+
jQuery(".cli-tab-content").slideUp(200);
|
282 |
+
jQuery(this)
|
283 |
+
.siblings(".cli-tab-content")
|
284 |
+
.slideDown(200);
|
285 |
+
}
|
286 |
+
}
|
287 |
+
}
|
288 |
+
);
|
289 |
+
},
|
290 |
+
settingsPopUpClose: function () {
|
291 |
+
this.settingsModal.removeClass('cli-show');
|
292 |
+
this.settingsModal.addClass('cli-out');
|
293 |
+
jQuery('body').removeClass("cli-modal-open");
|
294 |
+
jQuery(".cli-settings-overlay").removeClass("cli-show");
|
295 |
+
jQuery("#cookie-law-info-bar").css({ 'opacity': 1 });
|
296 |
+
},
|
297 |
+
privacyReadmore: function () {
|
298 |
+
var el = jQuery('.cli-privacy-content .cli-privacy-content-text');
|
299 |
+
if (el.length > 0) {
|
300 |
+
var clone = el.clone(),
|
301 |
+
originalHtml = clone.html(),
|
302 |
+
originalHeight = el.outerHeight(),
|
303 |
+
Trunc = {
|
304 |
+
addReadmore: function (textBlock) {
|
305 |
+
if (textBlock.html().length > 250) {
|
306 |
+
jQuery('.cli-privacy-readmore').show();
|
307 |
+
} else {
|
308 |
+
jQuery('.cli-privacy-readmore').hide();
|
309 |
+
}
|
310 |
+
},
|
311 |
+
truncateText: function (textBlock) {
|
312 |
+
var strippedText = jQuery('<div />').html(textBlock.html());
|
313 |
+
strippedText.find('table').remove();
|
314 |
+
textBlock.html(strippedText.html());
|
315 |
+
currentText = textBlock.text();
|
316 |
+
if (currentText.trim().length > 250) {
|
317 |
+
var newStr = currentText.substring(0, 250);
|
318 |
+
textBlock.empty().html(newStr).append('...');
|
319 |
+
}
|
320 |
+
},
|
321 |
+
replaceText: function (textBlock, original) {
|
322 |
+
return textBlock.html(original);
|
323 |
+
}
|
324 |
+
|
325 |
+
};
|
326 |
+
Trunc.addReadmore(el);
|
327 |
+
Trunc.truncateText(el);
|
328 |
+
jQuery('a.cli-privacy-readmore').on(
|
329 |
+
"click",
|
330 |
+
function (e) {
|
331 |
+
e.preventDefault();
|
332 |
+
if (jQuery('.cli-privacy-overview').hasClass('cli-collapsed')) {
|
333 |
+
Trunc.truncateText(el);
|
334 |
+
jQuery('.cli-privacy-overview').removeClass('cli-collapsed');
|
335 |
+
el.css('height', '100%');
|
336 |
+
} else {
|
337 |
+
jQuery('.cli-privacy-overview').addClass('cli-collapsed');
|
338 |
+
Trunc.replaceText(el, originalHtml);
|
339 |
+
}
|
340 |
+
|
341 |
+
}
|
342 |
+
);
|
343 |
+
}
|
344 |
+
|
345 |
+
},
|
346 |
+
attachDelete: function () {
|
347 |
+
this.delete_link.on(
|
348 |
+
"click",
|
349 |
+
function (e) {
|
350 |
+
CLI_Cookie.erase(CLI_ACCEPT_COOKIE_NAME);
|
351 |
+
for (var k in Cli_Data.nn_cookie_ids) {
|
352 |
+
CLI_Cookie.erase(Cli_Data.nn_cookie_ids[k]);
|
353 |
+
}
|
354 |
+
CLI.generateConsent();
|
355 |
+
return false;
|
356 |
+
}
|
357 |
+
);
|
358 |
+
|
359 |
+
},
|
360 |
+
configButtons: function () {
|
361 |
+
/*[cookie_button] */
|
362 |
+
this.main_button.css('color', this.settings.button_1_link_colour);
|
363 |
+
if (Boolean(this.settings.button_1_as_button)) {
|
364 |
+
this.main_button.css('background-color', this.settings.button_1_button_colour);
|
365 |
+
|
366 |
+
this.main_button.on(
|
367 |
+
'mouseenter',
|
368 |
+
function () {
|
369 |
+
jQuery(this).css('background-color', CLI.settings.button_1_button_hover);
|
370 |
+
}
|
371 |
+
)
|
372 |
+
.on(
|
373 |
+
'mouseleave',
|
374 |
+
function () {
|
375 |
+
jQuery(this).css('background-color', CLI.settings.button_1_button_colour);
|
376 |
+
}
|
377 |
+
);
|
378 |
+
}
|
379 |
+
|
380 |
+
/* [cookie_link] */
|
381 |
+
this.main_link.css('color', this.settings.button_2_link_colour);
|
382 |
+
if (Boolean(this.settings.button_2_as_button)) {
|
383 |
+
this.main_link.css('background-color', this.settings.button_2_button_colour);
|
384 |
+
|
385 |
+
this.main_link.on(
|
386 |
+
'mouseenter',
|
387 |
+
function () {
|
388 |
+
jQuery(this).css('background-color', CLI.settings.button_2_button_hover);
|
389 |
+
}
|
390 |
+
)
|
391 |
+
.on(
|
392 |
+
'mouseleave',
|
393 |
+
function () {
|
394 |
+
jQuery(this).css('background-color', CLI.settings.button_2_button_colour);
|
395 |
+
}
|
396 |
+
);
|
397 |
+
|
398 |
+
}
|
399 |
+
/* [cookie_reject] */
|
400 |
+
this.reject_link.css('color', this.settings.button_3_link_colour);
|
401 |
+
if (Boolean(this.settings.button_3_as_button)) {
|
402 |
+
|
403 |
+
this.reject_link.css('background-color', this.settings.button_3_button_colour);
|
404 |
+
this.reject_link.on(
|
405 |
+
'mouseenter',
|
406 |
+
function () {
|
407 |
+
jQuery(this).css('background-color', CLI.settings.button_3_button_hover);
|
408 |
+
}
|
409 |
+
)
|
410 |
+
.on(
|
411 |
+
'mouseleave',
|
412 |
+
function () {
|
413 |
+
jQuery(this).css('background-color', CLI.settings.button_3_button_colour);
|
414 |
+
}
|
415 |
+
);
|
416 |
+
}
|
417 |
+
/* [cookie_settings] */
|
418 |
+
this.settings_button.css('color', this.settings.button_4_link_colour);
|
419 |
+
if (Boolean(this.settings.button_4_as_button)) {
|
420 |
+
this.settings_button.css('background-color', this.settings.button_4_button_colour);
|
421 |
+
this.settings_button.on(
|
422 |
+
'mouseenter',
|
423 |
+
function () {
|
424 |
+
jQuery(this).css('background-color', CLI.settings.button_4_button_hover);
|
425 |
+
}
|
426 |
+
)
|
427 |
+
.on(
|
428 |
+
'mouseleave',
|
429 |
+
function () {
|
430 |
+
jQuery(this).css('background-color', CLI.settings.button_4_button_colour);
|
431 |
+
}
|
432 |
+
);
|
433 |
+
}
|
434 |
+
/* [cookie_accept_all] */
|
435 |
+
this.accept_all_button.css('color', this.settings.button_7_link_colour);
|
436 |
+
if (this.settings.button_7_as_button) {
|
437 |
+
this.accept_all_button.css('background-color', this.settings.button_7_button_colour);
|
438 |
+
this.accept_all_button.on(
|
439 |
+
'mouseenter',
|
440 |
+
function () {
|
441 |
+
jQuery(this).css('background-color', CLI.settings.button_7_button_hover);
|
442 |
+
}
|
443 |
+
)
|
444 |
+
.on(
|
445 |
+
'mouseleave',
|
446 |
+
function () {
|
447 |
+
jQuery(this).css('background-color', CLI.settings.button_7_button_colour);
|
448 |
+
}
|
449 |
+
);
|
450 |
+
}
|
451 |
+
},
|
452 |
+
toggleBar: function () {
|
453 |
+
if (CLI_COOKIEBAR_AS_POPUP) {
|
454 |
+
this.barAsPopUp(1);
|
455 |
+
}
|
456 |
+
if (CLI.settings.cookie_bar_as == 'widget') {
|
457 |
+
this.barAsWidget(1);
|
458 |
+
}
|
459 |
+
if (!CLI_Cookie.exists(CLI_ACCEPT_COOKIE_NAME)) {
|
460 |
+
this.displayHeader();
|
461 |
+
} else {
|
462 |
+
this.hideHeader();
|
463 |
+
}
|
464 |
+
if (Boolean(this.settings.show_once_yn)) {
|
465 |
+
setTimeout(
|
466 |
+
function () {
|
467 |
+
CLI.close_header();
|
468 |
+
},
|
469 |
+
CLI.settings.show_once
|
470 |
+
);
|
471 |
+
}
|
472 |
+
if (CLI.js_blocking_enabled === false) {
|
473 |
+
if (Boolean(Cli_Data.ccpaEnabled) === true) {
|
474 |
+
if (Cli_Data.ccpaType === 'ccpa' && Boolean(Cli_Data.ccpaBarEnabled) === false) {
|
475 |
+
cliBlocker.cookieBar(false);
|
476 |
+
}
|
477 |
+
} else {
|
478 |
+
jQuery('.wt-cli-ccpa-opt-out,.wt-cli-ccpa-checkbox,.wt-cli-ccpa-element').remove();
|
479 |
+
}
|
480 |
+
}
|
481 |
+
|
482 |
+
this.showagain_elm.on(
|
483 |
+
"click",
|
484 |
+
function (e) {
|
485 |
+
e.preventDefault();
|
486 |
+
CLI.showagain_elm.slideUp(
|
487 |
+
CLI.settings.animate_speed_hide,
|
488 |
+
function () {
|
489 |
+
CLI.bar_elm.slideDown(CLI.settings.animate_speed_show);
|
490 |
+
if (CLI_COOKIEBAR_AS_POPUP) {
|
491 |
+
CLI.showPopupOverlay();
|
492 |
+
}
|
493 |
+
}
|
494 |
+
);
|
495 |
+
}
|
496 |
+
);
|
497 |
+
},
|
498 |
+
configShowAgain: function () {
|
499 |
+
this.showagain_config = {
|
500 |
+
'background-color': this.settings.background,
|
501 |
+
'color': this.l1hs(this.settings.text),
|
502 |
+
'position': 'fixed',
|
503 |
+
'font-family': this.settings.font_family
|
504 |
+
};
|
505 |
+
if (Boolean(this.settings.border_on)) {
|
506 |
+
var border_to_hide = 'border-' + this.settings.notify_position_vertical;
|
507 |
+
this.showagain_config['border'] = '1px solid ' + this.l1hs(this.settings.border);
|
508 |
+
this.showagain_config[border_to_hide] = 'none';
|
509 |
+
}
|
510 |
+
var cli_win = jQuery(window);
|
511 |
+
var cli_winw = cli_win.width();
|
512 |
+
var showagain_x_pos = this.settings.showagain_x_position;
|
513 |
+
if (cli_winw < 300) {
|
514 |
+
showagain_x_pos = 10;
|
515 |
+
this.showagain_config.width = cli_winw - 20;
|
516 |
+
} else {
|
517 |
+
this.showagain_config.width = 'auto';
|
518 |
+
}
|
519 |
+
var cli_defw = cli_winw > 400 ? 500 : cli_winw - 20;
|
520 |
+
if (CLI_COOKIEBAR_AS_POPUP) { /* cookie bar as popup */
|
521 |
+
var sa_pos = this.settings.popup_showagain_position;
|
522 |
+
var sa_pos_arr = sa_pos.split('-');
|
523 |
+
if (sa_pos_arr[1] == 'left') {
|
524 |
+
this.showagain_config.left = showagain_x_pos;
|
525 |
+
} else if (sa_pos_arr[1] == 'right') {
|
526 |
+
this.showagain_config.right = showagain_x_pos;
|
527 |
+
}
|
528 |
+
if (sa_pos_arr[0] == 'top') {
|
529 |
+
this.showagain_config.top = 0;
|
530 |
+
|
531 |
+
} else if (sa_pos_arr[0] == 'bottom') {
|
532 |
+
this.showagain_config.bottom = 0;
|
533 |
+
}
|
534 |
+
this.bar_config['position'] = 'fixed';
|
535 |
+
|
536 |
+
} else if (this.settings.cookie_bar_as == 'widget') {
|
537 |
+
this.showagain_config.bottom = 0;
|
538 |
+
if (this.settings.widget_position == 'left') {
|
539 |
+
this.showagain_config.left = showagain_x_pos;
|
540 |
+
} else if (this.settings.widget_position == 'right') {
|
541 |
+
this.showagain_config.right = showagain_x_pos;
|
542 |
+
}
|
543 |
+
} else {
|
544 |
+
if (this.settings.notify_position_vertical == "top") {
|
545 |
+
this.showagain_config.top = '0';
|
546 |
+
} else if (this.settings.notify_position_vertical == "bottom") {
|
547 |
+
this.bar_config['position'] = 'fixed';
|
548 |
+
this.bar_config['bottom'] = '0';
|
549 |
+
this.showagain_config.bottom = '0';
|
550 |
+
}
|
551 |
+
if (this.settings.notify_position_horizontal == "left") {
|
552 |
+
this.showagain_config.left = showagain_x_pos;
|
553 |
+
} else if (this.settings.notify_position_horizontal == "right") {
|
554 |
+
this.showagain_config.right = showagain_x_pos;
|
555 |
+
}
|
556 |
+
}
|
557 |
+
this.showagain_elm.css(this.showagain_config);
|
558 |
+
},
|
559 |
+
configBar: function () {
|
560 |
+
this.bar_config = {
|
561 |
+
'background-color': this.settings.background,
|
562 |
+
'color': this.settings.text,
|
563 |
+
'font-family': this.settings.font_family
|
564 |
+
};
|
565 |
+
if (this.settings.notify_position_vertical == "top") {
|
566 |
+
this.bar_config['top'] = '0';
|
567 |
+
if (Boolean(this.settings.header_fix) === true) {
|
568 |
+
this.bar_config['position'] = 'fixed';
|
569 |
+
}
|
570 |
+
} else {
|
571 |
+
this.bar_config['bottom'] = '0';
|
572 |
+
}
|
573 |
+
this.configShowAgain();
|
574 |
+
this.bar_elm.css(this.bar_config).hide();
|
575 |
+
},
|
576 |
+
l1hs: function (str) {
|
577 |
+
if (str.charAt(0) == "#") {
|
578 |
+
str = str.substring(1, str.length);
|
579 |
+
} else {
|
580 |
+
return "#" + str;
|
581 |
+
}
|
582 |
+
return this.l1hs(str);
|
583 |
+
},
|
584 |
+
close_header: function () {
|
585 |
+
CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME, 'yes', CLI_ACCEPT_COOKIE_EXPIRE);
|
586 |
+
this.hideHeader();
|
587 |
+
},
|
588 |
+
accept_close: function () {
|
589 |
+
this.hidePopupOverlay();
|
590 |
+
this.generateConsent();
|
591 |
+
this.cookieLawInfoRunCallBacks();
|
592 |
+
|
593 |
+
CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME, 'yes', CLI_ACCEPT_COOKIE_EXPIRE);
|
594 |
+
if (Boolean(this.settings.notify_animate_hide)) {
|
595 |
+
if (CLI.js_blocking_enabled === true) {
|
596 |
+
this.bar_elm.slideUp(this.settings.animate_speed_hide, cliBlocker.runScripts);
|
597 |
+
} else {
|
598 |
+
this.bar_elm.slideUp(this.settings.animate_speed_hide);
|
599 |
+
}
|
600 |
+
|
601 |
+
} else {
|
602 |
+
if (CLI.js_blocking_enabled === true) {
|
603 |
+
this.bar_elm.hide(0, cliBlocker.runScripts);
|
604 |
+
|
605 |
+
} else {
|
606 |
+
this.bar_elm.hide();
|
607 |
+
}
|
608 |
+
}
|
609 |
+
if (Boolean(this.settings.showagain_tab)) {
|
610 |
+
this.showagain_elm.slideDown(this.settings.animate_speed_show);
|
611 |
+
}
|
612 |
+
if (Boolean(this.settings.accept_close_reload) === true) {
|
613 |
+
this.reload_current_page();
|
614 |
+
}
|
615 |
+
return false;
|
616 |
+
},
|
617 |
+
reject_close: function () {
|
618 |
+
this.hidePopupOverlay();
|
619 |
+
this.generateConsent();
|
620 |
+
this.cookieLawInfoRunCallBacks();
|
621 |
+
for (var k in Cli_Data.nn_cookie_ids) {
|
622 |
+
CLI_Cookie.erase(Cli_Data.nn_cookie_ids[k]);
|
623 |
+
}
|
624 |
+
CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME, 'no', CLI_ACCEPT_COOKIE_EXPIRE);
|
625 |
+
|
626 |
+
if (Boolean(this.settings.notify_animate_hide)) {
|
627 |
+
if (CLI.js_blocking_enabled === true) {
|
628 |
+
|
629 |
+
this.bar_elm.slideUp(this.settings.animate_speed_hide, cliBlocker.runScripts);
|
630 |
+
|
631 |
+
} else {
|
632 |
+
|
633 |
+
this.bar_elm.slideUp(this.settings.animate_speed_hide);
|
634 |
+
}
|
635 |
+
|
636 |
+
} else {
|
637 |
+
if (CLI.js_blocking_enabled === true) {
|
638 |
+
|
639 |
+
this.bar_elm.hide(cliBlocker.runScripts);
|
640 |
+
|
641 |
+
} else {
|
642 |
+
|
643 |
+
this.bar_elm.hide();
|
644 |
+
|
645 |
+
}
|
646 |
+
|
647 |
+
}
|
648 |
+
if (Boolean(this.settings.showagain_tab)) {
|
649 |
+
this.showagain_elm.slideDown(this.settings.animate_speed_show);
|
650 |
+
}
|
651 |
+
if (Boolean(this.settings.reject_close_reload) === true) {
|
652 |
+
this.reload_current_page();
|
653 |
+
}
|
654 |
+
return false;
|
655 |
+
},
|
656 |
+
reload_current_page: function () {
|
657 |
+
|
658 |
+
window.location.reload(true);
|
659 |
+
},
|
660 |
+
closeOnScroll: function () {
|
661 |
+
if (window.pageYOffset > 100 && !CLI_Cookie.read(CLI_ACCEPT_COOKIE_NAME)) {
|
662 |
+
CLI.accept_close();
|
663 |
+
if (Boolean(CLI.settings.scroll_close_reload) === true) {
|
664 |
+
window.location.reload();
|
665 |
+
}
|
666 |
+
window.removeEventListener("scroll", CLI.closeOnScroll, false);
|
667 |
+
}
|
668 |
+
},
|
669 |
+
displayHeader: function () {
|
670 |
+
if (Boolean(this.settings.notify_animate_show)) {
|
671 |
+
this.bar_elm.slideDown(this.settings.animate_speed_show);
|
672 |
+
} else {
|
673 |
+
this.bar_elm.show();
|
674 |
+
}
|
675 |
+
this.showagain_elm.hide();
|
676 |
+
if (CLI_COOKIEBAR_AS_POPUP) {
|
677 |
+
this.showPopupOverlay();
|
678 |
+
}
|
679 |
+
},
|
680 |
+
hideHeader: function () {
|
681 |
+
if (Boolean(this.settings.showagain_tab)) {
|
682 |
+
if (Boolean(this.settings.notify_animate_show)) {
|
683 |
+
this.showagain_elm.slideDown(this.settings.animate_speed_show);
|
684 |
+
} else {
|
685 |
+
this.showagain_elm.show();
|
686 |
+
}
|
687 |
+
} else {
|
688 |
+
this.showagain_elm.hide();
|
689 |
+
}
|
690 |
+
this.bar_elm.slideUp(this.settings.animate_speed_show);
|
691 |
+
this.hidePopupOverlay();
|
692 |
+
},
|
693 |
+
hidePopupOverlay: function () {
|
694 |
+
jQuery('body').removeClass("cli-barmodal-open");
|
695 |
+
jQuery(".cli-popupbar-overlay").removeClass("cli-show");
|
696 |
+
},
|
697 |
+
showPopupOverlay: function () {
|
698 |
+
if (this.bar_elm.length) {
|
699 |
+
if (Boolean(this.settings.popup_overlay)) {
|
700 |
+
jQuery('body').addClass("cli-barmodal-open");
|
701 |
+
jQuery(".cli-popupbar-overlay").addClass("cli-show");
|
702 |
+
}
|
703 |
+
}
|
704 |
+
|
705 |
+
},
|
706 |
+
barAsWidget: function (a) {
|
707 |
+
var cli_elm = this.bar_elm;
|
708 |
+
cli_elm.attr('data-cli-type', 'widget');
|
709 |
+
var cli_win = jQuery(window);
|
710 |
+
var cli_winh = cli_win.height() - 40;
|
711 |
+
var cli_winw = cli_win.width();
|
712 |
+
var cli_defw = cli_winw > 400 ? 300 : cli_winw - 30;
|
713 |
+
cli_elm.css(
|
714 |
+
{
|
715 |
+
'width': cli_defw, 'height': 'auto', 'max-height': cli_winh, 'overflow': 'auto', 'position': 'fixed', 'box-sizing': 'border-box'
|
716 |
+
}
|
717 |
+
);
|
718 |
+
if (this.checkifStyleAttributeExist() === false) {
|
719 |
+
cli_elm.css({ 'padding': '25px 15px' });
|
720 |
+
}
|
721 |
+
if (this.settings.widget_position == 'left') {
|
722 |
+
cli_elm.css(
|
723 |
+
{
|
724 |
+
'left': '15px', 'right': 'auto', 'bottom': '15px', 'top': 'auto'
|
725 |
+
}
|
726 |
+
);
|
727 |
+
} else {
|
728 |
+
cli_elm.css(
|
729 |
+
{
|
730 |
+
'left': 'auto', 'right': '15px', 'bottom': '15px', 'top': 'auto'
|
731 |
+
}
|
732 |
+
);
|
733 |
+
}
|
734 |
+
if (a) {
|
735 |
+
this.setResize();
|
736 |
+
}
|
737 |
+
},
|
738 |
+
barAsPopUp: function (a) {
|
739 |
+
if (typeof cookie_law_info_bar_as_popup === 'function') {
|
740 |
+
return false;
|
741 |
+
}
|
742 |
+
var cli_elm = this.bar_elm;
|
743 |
+
cli_elm.attr('data-cli-type', 'popup');
|
744 |
+
var cli_win = jQuery(window);
|
745 |
+
var cli_winh = cli_win.height() - 40;
|
746 |
+
var cli_winw = cli_win.width();
|
747 |
+
var cli_defw = cli_winw > 700 ? 500 : cli_winw - 20;
|
748 |
+
|
749 |
+
cli_elm.css(
|
750 |
+
{
|
751 |
+
'width': cli_defw, 'height': 'auto', 'max-height': cli_winh, 'bottom': '', 'top': '50%', 'left': '50%', 'margin-left': (cli_defw / 2) * -1, 'margin-top': '-100px', 'overflow': 'auto'
|
752 |
+
}
|
753 |
+
).addClass('cli-bar-popup cli-modal-content');
|
754 |
+
if (this.checkifStyleAttributeExist() === false) {
|
755 |
+
cli_elm.css({ 'padding': '25px 15px' });
|
756 |
+
}
|
757 |
+
cli_h = cli_elm.height();
|
758 |
+
li_h = cli_h < 200 ? 200 : cli_h;
|
759 |
+
cli_elm.css({ 'top': '50%', 'margin-top': ((cli_h / 2) + 30) * -1 });
|
760 |
+
setTimeout(
|
761 |
+
function () {
|
762 |
+
cli_elm.css(
|
763 |
+
{
|
764 |
+
'bottom': ''
|
765 |
+
}
|
766 |
+
);
|
767 |
+
},
|
768 |
+
100
|
769 |
+
);
|
770 |
+
if (a) {
|
771 |
+
this.setResize();
|
772 |
+
}
|
773 |
+
},
|
774 |
+
setResize: function () {
|
775 |
+
var resizeTmr = null;
|
776 |
+
jQuery(window).resize(
|
777 |
+
function () {
|
778 |
+
clearTimeout(resizeTmr);
|
779 |
+
resizeTmr = setTimeout(
|
780 |
+
function () {
|
781 |
+
if (CLI_COOKIEBAR_AS_POPUP) {
|
782 |
+
CLI.barAsPopUp();
|
783 |
+
}
|
784 |
+
if (CLI.settings.cookie_bar_as == 'widget') {
|
785 |
+
CLI.barAsWidget();
|
786 |
+
}
|
787 |
+
CLI.configShowAgain();
|
788 |
+
},
|
789 |
+
500
|
790 |
+
);
|
791 |
+
}
|
792 |
+
);
|
793 |
+
},
|
794 |
+
enableAllCookies: function () {
|
795 |
+
|
796 |
+
jQuery('.cli-user-preference-checkbox').each(
|
797 |
+
function () {
|
798 |
+
var cli_chkbox_elm = jQuery(this);
|
799 |
+
var cli_chkbox_data_id = cli_chkbox_elm.attr('data-id');
|
800 |
+
if (cli_chkbox_data_id != 'checkbox-necessary') {
|
801 |
+
cli_chkbox_elm.prop('checked', true);
|
802 |
+
CLI_Cookie.set('cookielawinfo-' + cli_chkbox_data_id, 'yes', CLI_ACCEPT_COOKIE_EXPIRE);
|
803 |
+
}
|
804 |
+
}
|
805 |
+
);
|
806 |
+
},
|
807 |
+
disableAllCookies: function () {
|
808 |
+
jQuery('.cli-user-preference-checkbox').each(
|
809 |
+
function () {
|
810 |
+
|
811 |
+
var cli_chkbox_elm = jQuery(this);
|
812 |
+
var cli_chkbox_data_id = cli_chkbox_elm.attr('data-id');
|
813 |
+
cliCategorySlug = cli_chkbox_data_id.replace('checkbox-', '');
|
814 |
+
if (Cli_Data.strictlyEnabled.indexOf(cliCategorySlug) === -1) {
|
815 |
+
cli_chkbox_elm.prop('checked', false);
|
816 |
+
CLI_Cookie.set('cookielawinfo-' + cli_chkbox_data_id, 'no', CLI_ACCEPT_COOKIE_EXPIRE);
|
817 |
+
}
|
818 |
+
}
|
819 |
+
);
|
820 |
+
},
|
821 |
+
hideCookieBarOnClose: function () {
|
822 |
+
jQuery(document).on(
|
823 |
+
'click',
|
824 |
+
'.cli_cookie_close_button',
|
825 |
+
function (e) {
|
826 |
+
e.preventDefault();
|
827 |
+
var elm = jQuery(this);
|
828 |
+
if (Cli_Data.ccpaType === 'ccpa') {
|
829 |
+
CLI.enableAllCookies();
|
830 |
+
}
|
831 |
+
CLI.accept_close();
|
832 |
+
}
|
833 |
+
);
|
834 |
+
},
|
835 |
+
checkCategories: function () {
|
836 |
+
var cliAllowedCategories = [];
|
837 |
+
var cli_categories = {};
|
838 |
+
jQuery('.cli-user-preference-checkbox').each(
|
839 |
+
function () {
|
840 |
+
var status = false;
|
841 |
+
cli_chkbox_elm = jQuery(this);
|
842 |
+
cli_chkbox_data_id = cli_chkbox_elm.attr('data-id');
|
843 |
+
cli_chkbox_data_id = cli_chkbox_data_id.replace('checkbox-', '');
|
844 |
+
cli_chkbox_data_id_trimmed = cli_chkbox_data_id.replace('-', '_')
|
845 |
+
if (jQuery(cli_chkbox_elm).is(':checked')) {
|
846 |
+
status = true;
|
847 |
+
cliAllowedCategories.push(cli_chkbox_data_id);
|
848 |
+
}
|
849 |
+
|
850 |
+
cli_categories[cli_chkbox_data_id_trimmed] = status;
|
851 |
+
}
|
852 |
+
);
|
853 |
+
CLI.allowedCategories = cliAllowedCategories;
|
854 |
+
},
|
855 |
+
cookieLawInfoRunCallBacks: function () {
|
856 |
+
this.checkCategories();
|
857 |
+
if (CLI_Cookie.read(CLI_ACCEPT_COOKIE_NAME) == 'yes') {
|
858 |
+
if ("function" == typeof CookieLawInfo_Accept_Callback) {
|
859 |
+
CookieLawInfo_Accept_Callback();
|
860 |
+
}
|
861 |
+
}
|
862 |
+
},
|
863 |
+
generateConsent: function () {
|
864 |
+
var preferenceCookie = CLI_Cookie.read(CLI_PREFERNCE_COOKIE);
|
865 |
+
cliConsent = {};
|
866 |
+
if (preferenceCookie !== null) {
|
867 |
+
cliConsent = window.atob(preferenceCookie);
|
868 |
+
cliConsent = JSON.parse(cliConsent);
|
869 |
+
}
|
870 |
+
cliConsent.ver = Cli_Data.consentVersion;
|
871 |
+
categories = [];
|
872 |
+
jQuery('.cli-user-preference-checkbox').each(
|
873 |
+
function () {
|
874 |
+
categoryVal = '';
|
875 |
+
cli_chkbox_data_id = jQuery(this).attr('data-id');
|
876 |
+
cli_chkbox_data_id = cli_chkbox_data_id.replace('checkbox-', '');
|
877 |
+
if (jQuery(this).is(':checked')) {
|
878 |
+
categoryVal = true;
|
879 |
+
} else {
|
880 |
+
categoryVal = false;
|
881 |
+
}
|
882 |
+
cliConsent[cli_chkbox_data_id] = categoryVal;
|
883 |
+
}
|
884 |
+
);
|
885 |
+
cliConsent = JSON.stringify(cliConsent);
|
886 |
+
cliConsent = window.btoa(cliConsent);
|
887 |
+
CLI_Cookie.set(CLI_PREFERNCE_COOKIE, cliConsent, CLI_ACCEPT_COOKIE_EXPIRE);
|
888 |
+
},
|
889 |
+
addStyleAttribute: function () {
|
890 |
+
var bar = this.bar_elm;
|
891 |
+
var styleClass = '';
|
892 |
+
if (jQuery(bar).find('.cli-bar-container').length > 0) {
|
893 |
+
styleClass = jQuery('.cli-bar-container').attr('class');
|
894 |
+
styleClass = styleClass.replace('cli-bar-container', '');
|
895 |
+
styleClass = styleClass.trim();
|
896 |
+
jQuery(bar).attr('data-cli-style', styleClass);
|
897 |
+
}
|
898 |
+
},
|
899 |
+
getParameterByName: function (name, url) {
|
900 |
+
if (!url) {
|
901 |
+
url = window.location.href;
|
902 |
+
}
|
903 |
+
name = name.replace(/[\[\]]/g, '\\$&');
|
904 |
+
var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
|
905 |
+
results = regex.exec(url);
|
906 |
+
if (!results) {
|
907 |
+
return null;
|
908 |
+
}
|
909 |
+
if (!results[2]) {
|
910 |
+
return '';
|
911 |
+
}
|
912 |
+
return decodeURIComponent(results[2].replace(/\+/g, ' '));
|
913 |
+
},
|
914 |
+
CookieLawInfo_Callback: function (enableBar, enableBlocking) {
|
915 |
+
enableBar = typeof enableBar !== 'undefined' ? enableBar : true;
|
916 |
+
enableBlocking = typeof enableBlocking !== 'undefined' ? enableBlocking : true;
|
917 |
+
if (CLI.js_blocking_enabled === true && Boolean(Cli_Data.custom_integration) === true) {
|
918 |
+
cliBlocker.cookieBar(enableBar);
|
919 |
+
cliBlocker.runScripts(enableBlocking);
|
920 |
+
}
|
921 |
+
},
|
922 |
+
checkifStyleAttributeExist: function () {
|
923 |
+
var exist = false;
|
924 |
+
var attr = this.bar_elm.attr('data-cli-style');
|
925 |
+
if (typeof attr !== typeof undefined && attr !== false) {
|
926 |
+
exist = true;
|
927 |
+
}
|
928 |
+
return exist;
|
929 |
+
},
|
930 |
+
reviewConsent: function () {
|
931 |
+
jQuery(document).on(
|
932 |
+
'click',
|
933 |
+
'.cli_manage_current_consent,.wt-cli-manage-consent-link',
|
934 |
+
function () {
|
935 |
+
CLI.displayHeader();
|
936 |
+
}
|
937 |
+
);
|
938 |
+
},
|
939 |
+
mayBeSetPreferenceCookie: function () {
|
940 |
+
if (CLI.getParameterByName('cli_bypass') === "1") {
|
941 |
+
CLI.generateConsent();
|
942 |
+
}
|
943 |
+
}
|
944 |
+
}
|
945 |
+
var cliBlocker =
|
946 |
+
{
|
947 |
+
blockingStatus: true,
|
948 |
+
scriptsLoaded: false,
|
949 |
+
ccpaEnabled: false,
|
950 |
+
ccpaRegionBased: false,
|
951 |
+
ccpaApplicable: false,
|
952 |
+
ccpaBarEnabled: false,
|
953 |
+
cliShowBar: true,
|
954 |
+
isBypassEnabled: CLI.getParameterByName('cli_bypass'),
|
955 |
+
checkPluginStatus: function (callbackA, callbackB) {
|
956 |
+
this.ccpaEnabled = Boolean(Cli_Data.ccpaEnabled);
|
957 |
+
this.ccpaRegionBased = Boolean(Cli_Data.ccpaRegionBased);
|
958 |
+
this.ccpaBarEnabled = Boolean(Cli_Data.ccpaBarEnabled);
|
959 |
+
|
960 |
+
if (Boolean(Cli_Data.custom_integration) === true) {
|
961 |
+
callbackA(false);
|
962 |
+
} else {
|
963 |
+
if (this.ccpaEnabled === true) {
|
964 |
+
this.ccpaApplicable = true;
|
965 |
+
if (Cli_Data.ccpaType === 'ccpa') {
|
966 |
+
if (this.ccpaBarEnabled !== true) {
|
967 |
+
this.cliShowBar = false;
|
968 |
+
this.blockingStatus = false;
|
969 |
+
}
|
970 |
+
}
|
971 |
+
} else {
|
972 |
+
jQuery('.wt-cli-ccpa-opt-out,.wt-cli-ccpa-checkbox,.wt-cli-ccpa-element').remove();
|
973 |
+
}
|
974 |
+
if (cliBlocker.isBypassEnabled === "1") {
|
975 |
+
cliBlocker.blockingStatus = false;
|
976 |
+
}
|
977 |
+
callbackA(this.cliShowBar);
|
978 |
+
callbackB(this.blockingStatus);
|
979 |
+
}
|
980 |
+
|
981 |
+
},
|
982 |
+
cookieBar: function (showbar) {
|
983 |
+
showbar = typeof showbar !== 'undefined' ? showbar : true;
|
984 |
+
cliBlocker.cliShowBar = showbar;
|
985 |
+
if (cliBlocker.cliShowBar === false) {
|
986 |
+
CLI.bar_elm.hide();
|
987 |
+
CLI.showagain_elm.hide();
|
988 |
+
CLI.settingsModal.removeClass('cli-blowup cli-out');
|
989 |
+
CLI.hidePopupOverlay();
|
990 |
+
jQuery(".cli-settings-overlay").removeClass("cli-show");
|
991 |
+
} else {
|
992 |
+
if (!CLI_Cookie.exists(CLI_ACCEPT_COOKIE_NAME)) {
|
993 |
+
CLI.displayHeader();
|
994 |
+
} else {
|
995 |
+
CLI.hideHeader();
|
996 |
+
}
|
997 |
+
}
|
998 |
+
},
|
999 |
+
removeCookieByCategory: function () {
|
1000 |
+
|
1001 |
+
if (cliBlocker.blockingStatus === true) {
|
1002 |
+
if (CLI_Cookie.read(CLI_ACCEPT_COOKIE_NAME) !== null) {
|
1003 |
+
var non_necessary_cookies = Cli_Data.non_necessary_cookies;
|
1004 |
+
for (var key in non_necessary_cookies) {
|
1005 |
+
currentCategory = key;
|
1006 |
+
if (CLI.allowedCategories.indexOf(currentCategory) === -1) {
|
1007 |
+
var nonNecessaryCookies = non_necessary_cookies[currentCategory];
|
1008 |
+
for (var i = 0; i < nonNecessaryCookies.length; i++) {
|
1009 |
+
if (CLI_Cookie.read(nonNecessaryCookies[i]) !== null) {
|
1010 |
+
CLI_Cookie.erase(nonNecessaryCookies[i]);
|
1011 |
+
}
|
1012 |
+
|
1013 |
+
}
|
1014 |
+
}
|
1015 |
+
}
|
1016 |
+
}
|
1017 |
+
}
|
1018 |
+
},
|
1019 |
+
runScripts: function (blocking) {
|
1020 |
+
blocking = typeof blocking !== 'undefined' ? blocking : true;
|
1021 |
+
cliBlocker.blockingStatus = blocking;
|
1022 |
+
srcReplaceableElms = ['iframe', 'IFRAME', 'EMBED', 'embed', 'OBJECT', 'object', 'IMG', 'img'];
|
1023 |
+
var genericFuncs =
|
1024 |
+
{
|
1025 |
+
|
1026 |
+
renderByElement: function (callback) {
|
1027 |
+
cliScriptFuncs.renderScripts();
|
1028 |
+
callback();
|
1029 |
+
cliBlocker.scriptsLoaded = true;
|
1030 |
+
},
|
1031 |
+
|
1032 |
+
};
|
1033 |
+
var cliScriptFuncs =
|
1034 |
+
{
|
1035 |
+
// trigger DOMContentLoaded
|
1036 |
+
scriptsDone: function () {
|
1037 |
+
if (typeof Cli_Data.triggerDomRefresh !== 'undefined') {
|
1038 |
+
if (Boolean(Cli_Data.triggerDomRefresh) === true) {
|
1039 |
+
var DOMContentLoadedEvent = document.createEvent('Event')
|
1040 |
+
DOMContentLoadedEvent.initEvent('DOMContentLoaded', true, true)
|
1041 |
+
window.document.dispatchEvent(DOMContentLoadedEvent);
|
1042 |
+
}
|
1043 |
+
}
|
1044 |
+
},
|
1045 |
+
seq: function (arr, callback, index) {
|
1046 |
+
// first call, without an index
|
1047 |
+
if (typeof index === 'undefined') {
|
1048 |
+
index = 0
|
1049 |
+
}
|
1050 |
+
|
1051 |
+
arr[index](
|
1052 |
+
function () {
|
1053 |
+
index++
|
1054 |
+
if (index === arr.length) {
|
1055 |
+
callback()
|
1056 |
+
} else {
|
1057 |
+
cliScriptFuncs.seq(arr, callback, index)
|
1058 |
+
}
|
1059 |
+
}
|
1060 |
+
)
|
1061 |
+
},
|
1062 |
+
/* script runner */
|
1063 |
+
insertScript: function ($script, callback) {
|
1064 |
+
var s = '';
|
1065 |
+
var scriptType = $script.getAttribute('data-cli-script-type');
|
1066 |
+
var elementPosition = $script.getAttribute('data-cli-element-position');
|
1067 |
+
var isBlock = $script.getAttribute('data-cli-block');
|
1068 |
+
var s = document.createElement('script');
|
1069 |
+
var ccpaOptedOut = cliBlocker.ccpaOptedOut();
|
1070 |
+
s.type = 'text/plain';
|
1071 |
+
if ($script.async) {
|
1072 |
+
s.async = $script.async;
|
1073 |
+
}
|
1074 |
+
if ($script.defer) {
|
1075 |
+
s.defer = $script.defer;
|
1076 |
+
}
|
1077 |
+
if ($script.src) {
|
1078 |
+
s.onload = callback
|
1079 |
+
s.onerror = callback
|
1080 |
+
s.src = $script.src
|
1081 |
+
} else {
|
1082 |
+
s.textContent = $script.innerText
|
1083 |
+
}
|
1084 |
+
var attrs = jQuery($script).prop("attributes");
|
1085 |
+
for (var ii = 0; ii < attrs.length; ++ii) {
|
1086 |
+
if (attrs[ii].nodeName !== 'id') {
|
1087 |
+
s.setAttribute(attrs[ii].nodeName, attrs[ii].value);
|
1088 |
+
}
|
1089 |
+
}
|
1090 |
+
if (cliBlocker.blockingStatus === true) {
|
1091 |
+
|
1092 |
+
if ((CLI_Cookie.read(CLI_ACCEPT_COOKIE_NAME) == 'yes' && CLI.allowedCategories.indexOf(scriptType) !== -1)) {
|
1093 |
+
s.setAttribute('data-cli-consent', 'accepted');
|
1094 |
+
s.type = 'text/javascript';
|
1095 |
+
}
|
1096 |
+
if (cliBlocker.ccpaApplicable === true) {
|
1097 |
+
if (ccpaOptedOut === true || CLI_Cookie.read(CLI_ACCEPT_COOKIE_NAME) == null) {
|
1098 |
+
s.type = 'text/plain';
|
1099 |
+
}
|
1100 |
+
}
|
1101 |
+
} else {
|
1102 |
+
s.type = 'text/javascript';
|
1103 |
+
}
|
1104 |
+
|
1105 |
+
if ($script.type != s.type) {
|
1106 |
+
if (elementPosition === 'head') {
|
1107 |
+
document.head.appendChild(s);
|
1108 |
+
} else {
|
1109 |
+
document.body.appendChild(s);
|
1110 |
+
}
|
1111 |
+
if (!$script.src) {
|
1112 |
+
callback()
|
1113 |
+
}
|
1114 |
+
$script.parentNode.removeChild($script);
|
1115 |
+
|
1116 |
+
} else {
|
1117 |
+
|
1118 |
+
callback();
|
1119 |
+
}
|
1120 |
+
},
|
1121 |
+
renderScripts: function () {
|
1122 |
+
var $scripts = document.querySelectorAll('script[data-cli-class="cli-blocker-script"]');
|
1123 |
+
if ($scripts.length > 0) {
|
1124 |
+
var runList = []
|
1125 |
+
var typeAttr
|
1126 |
+
Array.prototype.forEach.call(
|
1127 |
+
$scripts,
|
1128 |
+
function ($script) {
|
1129 |
+
// only run script tags without the type attribute
|
1130 |
+
// or with a javascript mime attribute value
|
1131 |
+
typeAttr = $script.getAttribute('type')
|
1132 |
+
runList.push(
|
1133 |
+
function (callback) {
|
1134 |
+
cliScriptFuncs.insertScript($script, callback)
|
1135 |
+
}
|
1136 |
+
)
|
1137 |
+
}
|
1138 |
+
)
|
1139 |
+
cliScriptFuncs.seq(runList, cliScriptFuncs.scriptsDone);
|
1140 |
+
}
|
1141 |
+
}
|
1142 |
+
};
|
1143 |
+
genericFuncs.renderByElement(cliBlocker.removeCookieByCategory);
|
1144 |
+
},
|
1145 |
+
ccpaOptedOut: function () {
|
1146 |
+
var ccpaOptedOut = false;
|
1147 |
+
var preferenceCookie = CLI_Cookie.read(CLI_PREFERNCE_COOKIE);
|
1148 |
+
if (preferenceCookie !== null) {
|
1149 |
+
cliConsent = window.atob(preferenceCookie);
|
1150 |
+
cliConsent = JSON.parse(cliConsent);
|
1151 |
+
if (typeof cliConsent.ccpaOptout !== 'undefined') {
|
1152 |
+
ccpaOptedOut = cliConsent.ccpaOptout;
|
1153 |
+
}
|
1154 |
+
}
|
1155 |
+
return ccpaOptedOut;
|
1156 |
+
}
|
1157 |
+
}
|
1158 |
+
jQuery(document).ready(
|
1159 |
+
function () {
|
1160 |
+
if (typeof cli_cookiebar_settings != 'undefined') {
|
1161 |
+
CLI.set(
|
1162 |
+
{
|
1163 |
+
settings: cli_cookiebar_settings
|
1164 |
+
}
|
1165 |
+
);
|
1166 |
+
if (CLI.js_blocking_enabled === true) {
|
1167 |
+
cliBlocker.checkPluginStatus(cliBlocker.cookieBar, cliBlocker.runScripts);
|
1168 |
+
}
|
1169 |
+
}
|
1170 |
+
}
|
1171 |
+
);
|
{public → legacy/public}/modules/script-blocker/assets/js/script-blocker.js
RENAMED
File without changes
|
{public → legacy/public}/modules/script-blocker/integrations/facebook-for-wordpress.php
RENAMED
File without changes
|
{public → legacy/public}/modules/script-blocker/integrations/google-analytics-for-wordpress.php
RENAMED
File without changes
|
{public → legacy/public}/modules/script-blocker/integrations/instagram-feed.php
RENAMED
File without changes
|
{public → legacy/public}/modules/script-blocker/integrations/twitter-feed.php
RENAMED
File without changes
|
{public → legacy/public}/modules/script-blocker/script-blocker.php
RENAMED
File without changes
|
{public → legacy/public}/modules/script-blocker/views/settings.php
RENAMED
File without changes
|
{public → legacy/public}/modules/shortcode/shortcode.php
RENAMED
File without changes
|
{public → legacy/public}/views/cookie-law-info_bar.php
RENAMED
@@ -23,7 +23,7 @@ echo wp_kses(
|
|
23 |
wp_kses_allowed_html( 'post' )
|
24 |
)
|
25 |
);
|
26 |
-
$pop_content_html_file =
|
27 |
|
28 |
?>
|
29 |
<div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true">
|
23 |
wp_kses_allowed_html( 'post' )
|
24 |
)
|
25 |
);
|
26 |
+
$pop_content_html_file = CLI_PLUGIN_PATH . 'public/views/cookie-law-info_popup_content.php';
|
27 |
|
28 |
?>
|
29 |
<div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true">
|
{public → legacy/public}/views/cookie-law-info_popup_content.php
RENAMED
File without changes
|
{third-party → legacy/third-party}/class-cookie-law-info-third-party.php
RENAMED
File without changes
|
{third-party → legacy/third-party}/scripts/pixelyoursite/pixelyoursite.php
RENAMED
File without changes
|
lite/admin/build.js
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
const fs = require('fs-extra')
|
2 |
+
const path = require("path");
|
3 |
+
const source = path.resolve(
|
4 |
+
__dirname,
|
5 |
+
'../..'
|
6 |
+
);
|
7 |
+
const target = path.resolve(
|
8 |
+
__dirname,
|
9 |
+
'../../../build/cookie-law-info'
|
10 |
+
);
|
11 |
+
|
12 |
+
async function build() {
|
13 |
+
await copyFiles();
|
14 |
+
await deleteFiles();
|
15 |
+
}
|
16 |
+
|
17 |
+
async function copyFiles() {
|
18 |
+
try {
|
19 |
+
await fs.copy(source, target);
|
20 |
+
} catch (err) {
|
21 |
+
console.error(err)
|
22 |
+
}
|
23 |
+
}
|
24 |
+
async function deleteFiles() {
|
25 |
+
try {
|
26 |
+
await fs.remove(`${target}/lite/admin/node_modules`)
|
27 |
+
await fs.remove(`${target}/lite/admin/src`)
|
28 |
+
await fs.remove(`${target}/.git`)
|
29 |
+
await fs.remove(`${target}/.gitignore`)
|
30 |
+
console.log('success!')
|
31 |
+
} catch (err) {
|
32 |
+
console.error(err)
|
33 |
+
}
|
34 |
+
}
|
35 |
+
build();
|
lite/admin/class-admin.php
ADDED
@@ -0,0 +1,587 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* The admin-specific functionality of the plugin.
|
4 |
+
*
|
5 |
+
* @link https://www.webtoffee.com/
|
6 |
+
* @since 3.0.0
|
7 |
+
*
|
8 |
+
* @package CookieYes\Lite\Admin
|
9 |
+
*/
|
10 |
+
|
11 |
+
namespace CookieYes\Lite\Admin;
|
12 |
+
|
13 |
+
use CookieYes\Lite\Includes\Notice;
|
14 |
+
/**
|
15 |
+
* The admin-specific functionality of the plugin.
|
16 |
+
*
|
17 |
+
* Defines the plugin name, version, and two examples hooks for how to
|
18 |
+
* enqueue the admin-specific stylesheet and JavaScript.
|
19 |
+
*
|
20 |
+
* @package CookieYes
|
21 |
+
* @subpackage CookieYes/admin
|
22 |
+
* @author WebToffee <info@webtoffee.com>
|
23 |
+
*/
|
24 |
+
class Admin {
|
25 |
+
|
26 |
+
/**
|
27 |
+
* The ID of this plugin.
|
28 |
+
*
|
29 |
+
* @since 3.0.0
|
30 |
+
* @access private
|
31 |
+
* @var string $plugin_name The ID of this plugin.
|
32 |
+
*/
|
33 |
+
private $plugin_name;
|
34 |
+
|
35 |
+
/**
|
36 |
+
* The version of this plugin.
|
37 |
+
*
|
38 |
+
* @since 3.0.0
|
39 |
+
* @access private
|
40 |
+
* @var string $version The current version of this plugin.
|
41 |
+
*/
|
42 |
+
private $version;
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Admin modules of the plugin
|
46 |
+
*
|
47 |
+
* @var array
|
48 |
+
*/
|
49 |
+
private static $modules;
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Currently active modules
|
53 |
+
*
|
54 |
+
* @var array
|
55 |
+
*/
|
56 |
+
private static $active_modules;
|
57 |
+
|
58 |
+
/**
|
59 |
+
* Existing modules
|
60 |
+
*
|
61 |
+
* @var array
|
62 |
+
*/
|
63 |
+
public static $existing_modules;
|
64 |
+
|
65 |
+
/**
|
66 |
+
* Initialize the class and set its properties.
|
67 |
+
*
|
68 |
+
* @since 3.0.0
|
69 |
+
* @param string $plugin_name The name of this plugin.
|
70 |
+
* @param string $version The version of this plugin.
|
71 |
+
*/
|
72 |
+
public function __construct( $plugin_name, $version ) {
|
73 |
+
$this->plugin_name = $plugin_name;
|
74 |
+
$this->version = $version;
|
75 |
+
self::$modules = $this->get_default_modules();
|
76 |
+
$this->load();
|
77 |
+
$this->add_notices();
|
78 |
+
$this->load_modules();
|
79 |
+
add_action( 'admin_menu', array( $this, 'admin_menu' ) );
|
80 |
+
add_action( 'admin_init', array( $this, 'load_plugin' ) );
|
81 |
+
add_filter( 'admin_body_class', array( $this, 'admin_body_classes' ) );
|
82 |
+
// Hide the unrelated admin notices.
|
83 |
+
add_action( 'admin_print_scripts', array( $this, 'hide_admin_notices' ) );
|
84 |
+
add_action( 'cky_after_first_time_install', array( $this, 'redirect' ) );
|
85 |
+
add_filter( 'plugin_action_links_' . CLI_PLUGIN_BASENAME, array( $this, 'plugin_action_links' ) );
|
86 |
+
}
|
87 |
+
|
88 |
+
/**
|
89 |
+
* Load activator on each load.
|
90 |
+
*
|
91 |
+
* @return void
|
92 |
+
*/
|
93 |
+
public function load() {
|
94 |
+
\CookieYes\Lite\Includes\Activator::init();
|
95 |
+
}
|
96 |
+
|
97 |
+
/**
|
98 |
+
* Load admin notices
|
99 |
+
*
|
100 |
+
* @return void
|
101 |
+
*/
|
102 |
+
public function add_notices() {
|
103 |
+
$notice = Notice::get_instance();
|
104 |
+
$notice->add( 'connect_notice' );
|
105 |
+
$notice->add(
|
106 |
+
'disconnect_notice',
|
107 |
+
array(
|
108 |
+
'dismissible' => false,
|
109 |
+
'type' => 'info',
|
110 |
+
)
|
111 |
+
);
|
112 |
+
}
|
113 |
+
/**
|
114 |
+
* Get the default modules array
|
115 |
+
*
|
116 |
+
* @return array
|
117 |
+
*/
|
118 |
+
public function get_default_modules() {
|
119 |
+
$modules = array(
|
120 |
+
'settings',
|
121 |
+
'languages',
|
122 |
+
'dashboard',
|
123 |
+
'banners',
|
124 |
+
'cookies',
|
125 |
+
'consentlogs',
|
126 |
+
'scanner',
|
127 |
+
'policies',
|
128 |
+
'cache',
|
129 |
+
'uninstall_feedback',
|
130 |
+
);
|
131 |
+
return $modules;
|
132 |
+
}
|
133 |
+
|
134 |
+
/**
|
135 |
+
* Get the active admin modules
|
136 |
+
*
|
137 |
+
* @return void
|
138 |
+
*/
|
139 |
+
public function get_active_modules() {
|
140 |
+
|
141 |
+
}
|
142 |
+
/**
|
143 |
+
* Load all the modules
|
144 |
+
*
|
145 |
+
* @return void
|
146 |
+
*/
|
147 |
+
public function load_modules() {
|
148 |
+
foreach ( self::$modules as $module ) {
|
149 |
+
$parts = explode( '_', $module );
|
150 |
+
$class = implode( '_', $parts );
|
151 |
+
$class_name = 'CookieYes\Lite\\Admin\\Modules\\' . ucfirst( $module ) . '\\' . ucfirst( $class );
|
152 |
+
|
153 |
+
if ( class_exists( $class_name ) ) {
|
154 |
+
$module_obj = new $class_name( $module );
|
155 |
+
if ( $module_obj instanceof $class_name ) {
|
156 |
+
if ( $module_obj->is_active() ) {
|
157 |
+
self::$active_modules[ $module ] = true;
|
158 |
+
}
|
159 |
+
}
|
160 |
+
}
|
161 |
+
}
|
162 |
+
}
|
163 |
+
|
164 |
+
/**
|
165 |
+
* Register the stylesheets for the admin area.
|
166 |
+
*
|
167 |
+
* @since 3.0.0
|
168 |
+
*/
|
169 |
+
public function enqueue_styles() {
|
170 |
+
if ( false === cky_is_admin_page() ) {
|
171 |
+
return;
|
172 |
+
}
|
173 |
+
wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'dist/css/app.css', array(), $this->version );
|
174 |
+
}
|
175 |
+
|
176 |
+
/**
|
177 |
+
* Load setup wizard on first installation of the plugin.
|
178 |
+
*
|
179 |
+
* @return void
|
180 |
+
*/
|
181 |
+
public function load_setup() {
|
182 |
+
$settings = new \CookieYes\Lite\Admin\Modules\Settings\Includes\Settings();
|
183 |
+
$step = $settings->get( 'onboarding', 'step' );
|
184 |
+
$do_redirect = true;
|
185 |
+
$current_page = isset( $_GET['page'] ) ? sanitize_text_field( wp_unslash( $_GET['page'] ) ) : false; // phpcs:ignore WordPress.Security.NonceVerification
|
186 |
+
if ( false !== strpos( $current_page, 'cookie-law-info' ) ) {
|
187 |
+
$is_onboarding_path = 'cookie-law-info-wizard' === $current_page; // phpcs:ignore WordPress.Security.NonceVerification
|
188 |
+
|
189 |
+
// On these pages, or during these events, postpone the redirect.
|
190 |
+
if ( wp_doing_ajax() || is_network_admin() || ! current_user_can( 'manage_options' ) ) {
|
191 |
+
$do_redirect = false;
|
192 |
+
}
|
193 |
+
|
194 |
+
// On these pages, or during these events, disable the redirect.
|
195 |
+
if ( $is_onboarding_path || 0 !== absint( $step ) ) {
|
196 |
+
$do_redirect = false;
|
197 |
+
}
|
198 |
+
|
199 |
+
if ( $do_redirect ) {
|
200 |
+
wp_safe_redirect( admin_url( 'admin.php?page=cookie-law-info-wizard' ) );
|
201 |
+
exit;
|
202 |
+
}
|
203 |
+
}
|
204 |
+
}
|
205 |
+
/**
|
206 |
+
* Register the JavaScript for the admin area.
|
207 |
+
*
|
208 |
+
* @since 3.0.0
|
209 |
+
*/
|
210 |
+
public function enqueue_scripts() {
|
211 |
+
if ( false === cky_is_admin_page() ) {
|
212 |
+
return;
|
213 |
+
}
|
214 |
+
|
215 |
+
if ( ! cky_is_cloud_request() ) {
|
216 |
+
$banner = \CookieYes\Lite\Admin\Modules\Banners\Includes\Controller::get_instance()->get_active_banner();
|
217 |
+
if ( $banner ) {
|
218 |
+
$properties = $banner->get_settings();
|
219 |
+
$settings = isset( $properties['settings'] ) ? $properties['settings'] : array();
|
220 |
+
$version_id = isset( $settings['versionID'] ) ? $settings['versionID'] : 'default';
|
221 |
+
$shortcodes = new \CookieYes\Lite\Frontend\Modules\Shortcodes\Shortcodes( $banner, $version_id );
|
222 |
+
}
|
223 |
+
}
|
224 |
+
$notice = Notice::get_instance();
|
225 |
+
|
226 |
+
$global_script = $this->plugin_name . '-app';
|
227 |
+
$admin_url = cky_parse_url( admin_url( 'admin.php' ) );
|
228 |
+
$plugin_dir_url = defined( 'CKY_PLUGIN_URL' ) ? CKY_PLUGIN_URL : trailingslashit( site_url() );
|
229 |
+
|
230 |
+
wp_enqueue_script( $this->plugin_name . '-vendors', plugin_dir_url( __FILE__ ) . 'dist/js/chunk-vendors.js', array(), $this->version, true );
|
231 |
+
wp_enqueue_script( $this->plugin_name . '-app', plugin_dir_url( __FILE__ ) . 'dist/js/app.js', array(), $this->version, true );
|
232 |
+
|
233 |
+
wp_localize_script(
|
234 |
+
$global_script,
|
235 |
+
'ckyGlobals',
|
236 |
+
array(
|
237 |
+
'webApp' => array(
|
238 |
+
'url' => CKY_APP_URL,
|
239 |
+
'loginUrl' => CKY_APP_URL . '/login',
|
240 |
+
'signUpUrl' => CKY_APP_URL . '/signup',
|
241 |
+
'pricingUrl' => CKY_APP_URL . '/plans-list',
|
242 |
+
),
|
243 |
+
'path' => array(
|
244 |
+
'base' => plugin_dir_path( __FILE__ ),
|
245 |
+
'admin' => $admin_url['path'],
|
246 |
+
),
|
247 |
+
'api' => array(
|
248 |
+
'base' => rest_url( 'cky/v1/' ),
|
249 |
+
'nonce' => wp_create_nonce( 'wp_rest' ),
|
250 |
+
),
|
251 |
+
'site' => array(
|
252 |
+
'url' => get_site_url(),
|
253 |
+
'name' => esc_attr( get_option( 'blogname' ) ),
|
254 |
+
),
|
255 |
+
'app' => array(
|
256 |
+
'url' => $plugin_dir_url . 'admin/dist/',
|
257 |
+
),
|
258 |
+
'modules' => self::$active_modules,
|
259 |
+
'nonce' => wp_create_nonce( 'wp_rest' ),
|
260 |
+
'assetsURL' => CKY_PLUGIN_URL . 'frontend/images/',
|
261 |
+
'multilingual' => cky_i18n_is_multilingual() && count( cky_selected_languages() ) > 0 ? true : false,
|
262 |
+
)
|
263 |
+
);
|
264 |
+
wp_localize_script(
|
265 |
+
$global_script,
|
266 |
+
'ckyTranslations',
|
267 |
+
array( 'translations' => $this->get_jed_locale_data( 'cookie-law-info' ) )
|
268 |
+
);
|
269 |
+
wp_localize_script(
|
270 |
+
$global_script,
|
271 |
+
'ckyConfig',
|
272 |
+
apply_filters(
|
273 |
+
'cky_admin_scripts_config',
|
274 |
+
array(),
|
275 |
+
$global_script
|
276 |
+
)
|
277 |
+
);
|
278 |
+
wp_localize_script(
|
279 |
+
$global_script,
|
280 |
+
'ckyScanner',
|
281 |
+
apply_filters( 'cky_admin_scripts_scanner_config', array(), $global_script )
|
282 |
+
);
|
283 |
+
wp_localize_script(
|
284 |
+
$global_script,
|
285 |
+
'ckyLanguages',
|
286 |
+
apply_filters( 'cky_admin_scripts_languages', array(), $global_script )
|
287 |
+
);
|
288 |
+
wp_localize_script(
|
289 |
+
$global_script,
|
290 |
+
'ckyBannerConfig',
|
291 |
+
apply_filters(
|
292 |
+
'cky_admin_scripts_banner_config',
|
293 |
+
array(
|
294 |
+
'_shortCodes' => $this->prepare_shortcodes(),
|
295 |
+
),
|
296 |
+
$global_script
|
297 |
+
)
|
298 |
+
);
|
299 |
+
wp_localize_script(
|
300 |
+
$global_script,
|
301 |
+
'ckyAppMenus',
|
302 |
+
$this->get_registered_menus( true )
|
303 |
+
);
|
304 |
+
wp_localize_script(
|
305 |
+
$global_script,
|
306 |
+
'ckyAppNotices',
|
307 |
+
$notice->get()
|
308 |
+
);
|
309 |
+
|
310 |
+
}
|
311 |
+
|
312 |
+
/**
|
313 |
+
* Prepare shortcodes for banner preview.
|
314 |
+
*
|
315 |
+
* @return array
|
316 |
+
*/
|
317 |
+
public function prepare_shortcodes() {
|
318 |
+
$data = array();
|
319 |
+
$data[] = array(
|
320 |
+
'key' => 'cky_readmore',
|
321 |
+
'content' => do_shortcode( '[cky_readmore]' ),
|
322 |
+
'tag' => 'readmore-button',
|
323 |
+
);
|
324 |
+
$data[] = array(
|
325 |
+
'key' => 'cky_show_desc',
|
326 |
+
'content' => do_shortcode( '[cky_show_desc]' ),
|
327 |
+
'tag' => 'show-desc-button',
|
328 |
+
'attributes' => array(),
|
329 |
+
);
|
330 |
+
$data[] = array(
|
331 |
+
'key' => 'cky_hide_desc',
|
332 |
+
'content' => do_shortcode( '[cky_hide_desc]' ),
|
333 |
+
'tag' => 'hide-desc-button',
|
334 |
+
'attributes' => array(),
|
335 |
+
);
|
336 |
+
return $data;
|
337 |
+
}
|
338 |
+
/**
|
339 |
+
* Register main menu and sub menus
|
340 |
+
*
|
341 |
+
* @return void
|
342 |
+
*/
|
343 |
+
public function admin_menu() {
|
344 |
+
$capability = 'manage_options';
|
345 |
+
$slug = 'cookie-law-info';
|
346 |
+
|
347 |
+
$hook = add_menu_page(
|
348 |
+
__( 'CookieYes', 'cookie-law-info' ),
|
349 |
+
__( 'CookieYes', 'cookie-law-info' ),
|
350 |
+
$capability,
|
351 |
+
$slug,
|
352 |
+
array( $this, 'menu_page_template' ),
|
353 |
+
'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy45NTg0IDM1LjcwOEM4LjE5MDcxIDM1LjcwOCAwLjI5MTYyNiAyNy43ODUgMC4yOTE2MjUgMTcuOTk5N0wwLjI5MTYyNSAxNi4wMjY2TDEuNjU0NyAxNi4yOTk5QzEuNzI2OSAxNi4zMTQ0IDEuNzkyNTQgMTYuMzI3OCAxLjg1MjkyIDE2LjM0MDJDMi4xODk0NyAxNi40MDg5IDIuMzYyNCAxNi40NDQyIDIuNTkzNTEgMTYuNDQ0MkM0LjAyMjM4IDE2LjQ0NDIgNS4yMDAxNyAxNS41NzUgNS42OTU5MyAxNC4zOTQ2TDYuMDg3NTcgMTMuNDYyMUw3LjA1OTg2IDEzLjc0MDZDNy41NDMzNiAxMy44NzkxIDguMDE5MjQgMTMuOTQ2NCA4LjQ5MDMyIDEzLjk0NjRDMTEuNTEyOSAxMy45NDY0IDEzLjk5NTUgMTEuNDYxNiAxMy45OTU1IDguNDI0NTFDMTMuOTk1NSA3Ljk0NzggMTMuOTI4OCA3LjUzNDcyIDEzLjg0NDggNy4wMjkzNEwxMy43MTc4IDYuMjY1NUwxNC4zODEzIDUuODY2MzdDMTUuMjcyMiA1LjMzMDUzIDE1LjkxNDcgNC4yODU1OSAxNS45ODg2IDMuMDY3MjJDMTUuOTgzNSAyLjcwNjA0IDE1Ljg4MjMgMi4zNzcyMyAxNS43MTQ3IDEuODczMTVMMTUuMzA4MSAwLjY1MDE5NUwxNi41NzE3IDAuMzk2ODM2QzE3LjA5OTIgMC4yOTEwODMgMTcuNjExNiAwLjI5MTIyNSAxOC4wMDQ2IDAuMjkxMzMyTDE4LjA0MTUgMC4yOTEzNEMyNy44MDkyIDAuMjkxMzQgMzUuNzA4MyA4LjIxNDM5IDM1LjcwODMgMTcuOTk5N0MzNS43MDgzIDI3Ljc5MjQgMjcuNzE4NyAzNS43MDggMTcuOTU4NCAzNS43MDhaTTIuNTg2NDMgMTguNzIyNUMyLjk2MjE5IDI2LjkxODMgOS42OTU4NCAzMy40Mjk3IDE3Ljk1ODQgMzMuNDI5N0MyNi40NyAzMy40Mjk3IDMzLjQzIDI2LjUyNDcgMzMuNDMgMTcuOTk5N0MzMy40MyA5LjUzMTg0IDI2LjY0OTQgMi42NzQxMyAxOC4yMzQzIDIuNTcwNzlDMTguMjU0OSAyLjczODY0IDE4LjI2NyAyLjkxMzg1IDE4LjI2NyAzLjA5NTcyTDE4LjI2NyAzLjEyNTZMMTguMjY1NSAzLjE1NTQ0QzE4LjE3ODUgNC44MTIzMiAxNy40MTk2IDYuMzUxODcgMTYuMjAwNiA3LjM2MTI0QzE2LjI0MjUgNy42ODQ1OSAxNi4yNzM3IDguMDM4MzkgMTYuMjczNyA4LjQyNDUxQzE2LjI3MzcgMTIuNzE0NSAxMi43NzY1IDE2LjIyNDYgOC40OTAzMiAxNi4yMjQ2QzguMTA2OSAxNi4yMjQ2IDcuNzI0OTYgMTYuMTk0MSA3LjM0NDk3IDE2LjEzMzhDNi4zNTg1MSAxNy42Njc0IDQuNjI1MTYgMTguNzIyNSAyLjU5MzUxIDE4LjcyMjVDMi41OTExNSAxOC43MjI1IDIuNTg4NzggMTguNzIyNSAyLjU4NjQzIDE4LjcyMjVaIiBmaWxsPSJ3aGl0ZSIvPiA8cGF0aCBkPSJNMTEuNDA1MiAyLjUyOTRDMTEuNDA1MiAxLjM1MDQ1IDEwLjQ0OTUgMC4zOTQ3MjkgOS4yNzA1MyAwLjM5NDcyOUM4LjA5MTU5IDAuMzk0NzI5IDcuMTM1ODYgMS4zNTA0NSA3LjEzNTg2IDIuNTI5NEM3LjEzNTg2IDMuNzA4MzQgOC4wOTE1OSA0LjY2NDA2IDkuMjcwNTMgNC42NjQwNkMxMC40NDk1IDQuNjY0MDYgMTEuNDA1MiAzLjcwODM0IDExLjQwNTIgMi41Mjk0WiIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTEwLjI0MjYgOS4xOTcxM0MxMC4yNDI2IDguMzM5MjMgOS41NDcxMiA3LjY0Mzc2IDguNjg5MjMgNy42NDM3NkM3LjgzMTMzIDcuNjQzNzYgNy4xMzU4NiA4LjMzOTIzIDcuMTM1ODYgOS4xOTcxM0M3LjEzNTg2IDEwLjA1NSA3LjgzMTMzIDEwLjc1MDUgOC42ODkyMyAxMC43NTA1QzkuNTQ3MTIgMTAuNzUwNSAxMC4yNDI2IDEwLjA1NSAxMC4yNDI2IDkuMTk3MTNaIiBmaWxsPSJ3aGl0ZSIvPiA8cGF0aCBkPSJNNC4xMjQxMiAxMC4yODAzQzQuMTI0MTIgOS4zOTYxNCAzLjQwNzMzIDguNjc5MzUgMi41MjMxMiA4LjY3OTM1QzEuNjM4OTEgOC42NzkzNSAwLjkyMjExOSA5LjM5NjE0IDAuOTIyMTE5IDEwLjI4MDNDMC45MjIxMTkgMTEuMTY0NiAxLjYzODkxIDExLjg4MTMgMi41MjMxMiAxMS44ODEzQzMuNDA3MzMgMTEuODgxMyA0LjEyNDEyIDExLjE2NDYgNC4xMjQxMiAxMC4yODAzWiIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTE2LjcxNDggMTcuMjUyM0wxNy43MzA4IDE5LjEwMjRMMTguMzUgMjAuMjE1NUwyMy4xNjAzIDEySDI2Ljg3NTJMMjAuMTQzOSAyMy40OTIzSDE2LjQyOUwxMi45OTk5IDE3LjI1MjNIMTYuNzE0OFoiIGZpbGw9IndoaXRlIi8+IDxwYXRoIGQ9Ik0xOS45NDE0IDI1Ljc5MDVIMTYuNDcyNVYyOS4yMzgySDE5Ljk0MTRWMjUuNzkwNVoiIGZpbGw9IndoaXRlIi8+IDwvc3ZnPg==',
|
354 |
+
40
|
355 |
+
);
|
356 |
+
add_submenu_page(
|
357 |
+
null,
|
358 |
+
__( 'Dashboard', 'cookie-law-info' ),
|
359 |
+
__( 'Dashboard', 'cookie-law-info' ),
|
360 |
+
$capability,
|
361 |
+
$slug,
|
362 |
+
array( $this, 'menu_page_template' )
|
363 |
+
);
|
364 |
+
$this->add_sub_menus( $slug, $capability );
|
365 |
+
|
366 |
+
add_submenu_page(
|
367 |
+
null,
|
368 |
+
__( 'Site Settings', 'cookie-law-info' ),
|
369 |
+
__( 'Site Settings', 'cookie-law-info' ),
|
370 |
+
$capability,
|
371 |
+
$slug . '-settings',
|
372 |
+
array( $this, 'menu_page_template' )
|
373 |
+
);
|
374 |
+
add_submenu_page(
|
375 |
+
null,
|
376 |
+
__( 'CookieYes Setup Wizard', 'cookie-law-info' ),
|
377 |
+
__( 'CookieYes Setup Wizard', 'cookie-law-info' ),
|
378 |
+
$capability,
|
379 |
+
$slug . '-wizard',
|
380 |
+
array( $this, 'menu_page_template' )
|
381 |
+
);
|
382 |
+
}
|
383 |
+
|
384 |
+
/**
|
385 |
+
* Add menus to the admin page.
|
386 |
+
*
|
387 |
+
* @param string $parent_slug Parent menu slug.
|
388 |
+
* @param string $capability User capability.
|
389 |
+
* @return void
|
390 |
+
*/
|
391 |
+
public function add_sub_menus( $parent_slug, $capability ) {
|
392 |
+
$settings = new \CookieYes\Lite\Admin\Modules\Settings\Includes\Settings();
|
393 |
+
$pages = $this->get_registered_menus();
|
394 |
+
if ( empty( $pages ) ) {
|
395 |
+
return;
|
396 |
+
}
|
397 |
+
$order = array_column( $pages, 'order' );
|
398 |
+
array_multisort( $order, SORT_ASC, $pages );
|
399 |
+
foreach ( $pages as $key => $page ) {
|
400 |
+
if ( ! empty( $page['callback'] ) ) {
|
401 |
+
$slug = null;
|
402 |
+
$hook = add_submenu_page(
|
403 |
+
$slug, // $parent_slug.
|
404 |
+
$page['name'], // $page_title.
|
405 |
+
! empty( $page['menu'] ) ? $page['menu'] : $page['name'], // $menu_title.
|
406 |
+
$capability,
|
407 |
+
$parent_slug . '-' . $key,
|
408 |
+
$page['callback']
|
409 |
+
);
|
410 |
+
}
|
411 |
+
}
|
412 |
+
}
|
413 |
+
|
414 |
+
/**
|
415 |
+
* Redirec the plugin to web app if connected.
|
416 |
+
*
|
417 |
+
* @return void
|
418 |
+
*/
|
419 |
+
public function handle_redirect() {
|
420 |
+
$settings = new \CookieYes\Lite\Admin\Modules\Settings\Includes\Settings();
|
421 |
+
global $plugin_page;
|
422 |
+
$menu = str_replace( 'cookie-law-info-', '', $plugin_page );
|
423 |
+
$pages = $this->get_registered_menus();
|
424 |
+
if ( ! isset( $pages[ $menu ] ) ) {
|
425 |
+
return;
|
426 |
+
}
|
427 |
+
$page = $pages[ $menu ];
|
428 |
+
$redirect = isset( $page['redirect'] ) ? $page['redirect'] : false;
|
429 |
+
if ( false === $redirect ) {
|
430 |
+
return;
|
431 |
+
}
|
432 |
+
$redirect = add_query_arg(
|
433 |
+
array(
|
434 |
+
'website_id' => $settings->get_website_id(),
|
435 |
+
),
|
436 |
+
$redirect
|
437 |
+
);
|
438 |
+
wp_safe_redirect( esc_url_raw( $redirect ) );
|
439 |
+
}
|
440 |
+
|
441 |
+
/**
|
442 |
+
* Get regisered menus from each module.
|
443 |
+
*
|
444 |
+
* @param boolean $minify Whether to minify or not.
|
445 |
+
* @return array
|
446 |
+
*/
|
447 |
+
public function get_registered_menus( $minify = false ) {
|
448 |
+
$menus = apply_filters( 'cky_registered_admin_menus', array() );
|
449 |
+
if ( true === $minify ) {
|
450 |
+
foreach ( $menus as $key => $menu ) {
|
451 |
+
unset( $menu['callback'] );
|
452 |
+
$menus[ $key ] = $menu;
|
453 |
+
}
|
454 |
+
}
|
455 |
+
return $menus;
|
456 |
+
}
|
457 |
+
/**
|
458 |
+
* Main menu template
|
459 |
+
*
|
460 |
+
* @return void
|
461 |
+
*/
|
462 |
+
public function menu_page_template() {
|
463 |
+
echo '<div id="cky-app"></div>';
|
464 |
+
}
|
465 |
+
|
466 |
+
/**
|
467 |
+
* Add custom class to admin body tag.
|
468 |
+
*
|
469 |
+
* @param string $classes List of classes.
|
470 |
+
* @return string
|
471 |
+
*/
|
472 |
+
public function admin_body_classes( $classes ) {
|
473 |
+
if ( true === cky_is_admin_page() ) {
|
474 |
+
$classes .= ' cky-app-admin';
|
475 |
+
}
|
476 |
+
return $classes;
|
477 |
+
}
|
478 |
+
|
479 |
+
/**
|
480 |
+
* Returns Jed-formatted localization data. Added for backwards-compatibility.
|
481 |
+
*
|
482 |
+
* @since 4.0.0
|
483 |
+
*
|
484 |
+
* @param string $domain Translation domain.
|
485 |
+
* @return array The information of the locale.
|
486 |
+
*/
|
487 |
+
public function get_jed_locale_data( $domain ) {
|
488 |
+
$translations = get_translations_for_domain( $domain );
|
489 |
+
$locale = array(
|
490 |
+
'' => array(
|
491 |
+
'domain' => $domain,
|
492 |
+
'lang' => is_admin() && function_exists( 'get_user_locale' ) ? get_user_locale() : get_locale(),
|
493 |
+
),
|
494 |
+
);
|
495 |
+
|
496 |
+
if ( ! empty( $translations->headers['Plural-Forms'] ) ) {
|
497 |
+
$locale['']['plural_forms'] = $translations->headers['Plural-Forms'];
|
498 |
+
}
|
499 |
+
|
500 |
+
foreach ( $translations->entries as $msgid => $entry ) {
|
501 |
+
$locale[ $msgid ] = $entry->translations;
|
502 |
+
}
|
503 |
+
|
504 |
+
// If any of the translated strings incorrectly contains HTML line breaks, we need to return or else the admin is no longer accessible.
|
505 |
+
$json = wp_json_encode( $locale );
|
506 |
+
if ( preg_match( '/<br[\s\/\\\\]*>/', $json ) ) {
|
507 |
+
return array();
|
508 |
+
}
|
509 |
+
|
510 |
+
return $locale;
|
511 |
+
}
|
512 |
+
|
513 |
+
/**
|
514 |
+
* Hide all the unrelated notices from plugin page.
|
515 |
+
*
|
516 |
+
* @since 3.0.0
|
517 |
+
* @return void
|
518 |
+
*/
|
519 |
+
public function hide_admin_notices() {
|
520 |
+
// Bail if we're not on a CookieYes screen.
|
521 |
+
if ( empty( $_REQUEST['page'] ) || ! preg_match( '/cookie-law-info/', esc_html( wp_unslash( $_REQUEST['page'] ) ) ) ) { // phpcs:ignore WordPress.Security.NonceVerification,WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
|
522 |
+
return;
|
523 |
+
}
|
524 |
+
global $wp_filter;
|
525 |
+
|
526 |
+
$notices_type = array(
|
527 |
+
'user_admin_notices',
|
528 |
+
'admin_notices',
|
529 |
+
'all_admin_notices',
|
530 |
+
);
|
531 |
+
|
532 |
+
foreach ( $notices_type as $type ) {
|
533 |
+
if ( empty( $wp_filter[ $type ]->callbacks ) || ! is_array( $wp_filter[ $type ]->callbacks ) ) {
|
534 |
+
continue;
|
535 |
+
}
|
536 |
+
|
537 |
+
foreach ( $wp_filter[ $type ]->callbacks as $priority => $hooks ) {
|
538 |
+
foreach ( $hooks as $name => $arr ) {
|
539 |
+
if ( is_object( $arr['function'] ) && $arr['function'] instanceof \Closure ) {
|
540 |
+
unset( $wp_filter[ $type ]->callbacks[ $priority ][ $name ] );
|
541 |
+
continue;
|
542 |
+
}
|
543 |
+
$class = ! empty( $arr['function'][0] ) && is_object( $arr['function'][0] ) ? strtolower( get_class( $arr['function'][0] ) ) : '';
|
544 |
+
|
545 |
+
if ( ! empty( $class ) && preg_match( '/^(?:cky)/', $class ) ) {
|
546 |
+
continue;
|
547 |
+
}
|
548 |
+
if ( ! empty( $name ) && ! preg_match( '/^(?:cky)/', $name ) ) {
|
549 |
+
unset( $wp_filter[ $type ]->callbacks[ $priority ][ $name ] );
|
550 |
+
}
|
551 |
+
}
|
552 |
+
}
|
553 |
+
}
|
554 |
+
}
|
555 |
+
|
556 |
+
/**
|
557 |
+
* Load plugin for the first time.
|
558 |
+
*
|
559 |
+
* @return void
|
560 |
+
*/
|
561 |
+
public function load_plugin() {
|
562 |
+
if ( is_admin() && 'true' === get_option( 'cky_first_time_activated_plugin' ) ) {
|
563 |
+
do_action( 'cky_after_first_time_install' );
|
564 |
+
delete_option( 'cky_first_time_activated_plugin' );
|
565 |
+
}
|
566 |
+
}
|
567 |
+
/**
|
568 |
+
* Redirect the plugin to dashboard.
|
569 |
+
*
|
570 |
+
* @return void
|
571 |
+
*/
|
572 |
+
public function redirect() {
|
573 |
+
wp_safe_redirect( admin_url( 'admin.php?page=cookie-law-info' ) );
|
574 |
+
}
|
575 |
+
|
576 |
+
/**
|
577 |
+
* Modify plugin action links on plugin listing page.
|
578 |
+
*
|
579 |
+
* @param array $links Existing links.
|
580 |
+
* @return array
|
581 |
+
*/
|
582 |
+
public function plugin_action_links( $links ) {
|
583 |
+
$links[] = '<a href="https://www.cookieyes.com/support/" target="_blank">' . esc_html__( 'Support', 'cookie-law-info' ) . '</a>';
|
584 |
+
$links[] = '<a href="' . get_admin_url( null, 'edit.php?page=cookie-law-info' ) . '">' . esc_html__( 'Settings', 'cookie-law-info' ) . '</a>';
|
585 |
+
return array_reverse( $links );
|
586 |
+
}
|
587 |
+
}
|
lite/admin/dist/css/app.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.cky-icon-base[data-v-41ddddb8]{display:inline-block}.cky-app-wrap .cky-header{margin-left:-20px;margin-right:-20px;padding:16px 20px;background:linear-gradient(336.94deg,#1a7fbb -111.69%,#26238d 196.34%)}.cky-app-wrap .cky-header span.cky-icon-base{margin-right:5px}.cky-app-wrap .cky-logo-caption{font-size:12px;font-style:normal;font-weight:600;line-height:17px;text-align:left;color:#fff;margin-top:5px}.cky-app-wrap span.ckyes-version{font-weight:600;padding-left:5px;color:#fff}.cky-app-wrap .cky-card-header-actions{color:#fff;display:flex;align-items:center;justify-content:flex-end}.cky-app-wrap .cky-card-header-actions a{color:inherit}.cky-app-wrap a.cky-link{margin-left:15px}.cky-app-wrap .cky-nav-menu-item{text-decoration:none!important;cursor:pointer;color:#505b66;padding:15px 0;display:inline-block;margin:0 10px;transition:all .2s ease;font-weight:400}.cky-app-wrap .cky-nav-menu-item.router-link-active,.cky-app-wrap .cky-nav-menu-item:hover{color:#1863dc}.cky-app-wrap .cky-nav-menu-item.router-link-active{font-weight:600;font-size:15px}.cky-app-wrap .cky-nav-menu-item:first-child{margin-left:0}.cky-nav-menu{margin-left:-20px;margin-right:-20px;padding:0 20px;background:#fff;box-shadow:0 3px 8px -10px #000}.cky-slide-top-enter-active[data-v-b1fe306c],.cky-slide-top-leave-active[data-v-b1fe306c],.cky-slide-top-move[data-v-b1fe306c]{transition:all .5s}.cky-slide-top-enter[data-v-b1fe306c],.cky-slide-top-leave-to[data-v-b1fe306c]{opacity:0;transform:translateY(-500px)}.cky-slide-enter-active[data-v-b1fe306c],.cky-slide-leave-active[data-v-b1fe306c]{transition:.3s}.cky-slide-enter[data-v-b1fe306c]{transform:translateY(100%)}.cky-slide-leave-to[data-v-b1fe306c]{transform:translate(-200%)}.cky-notification[data-v-b1fe306c]{border-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:15px 20px;border:1px solid;margin-bottom:10px;position:relative;background-color:#fafffa;border-color:#46b450;position:fixed;z-index:5000;right:20px;min-width:300px;top:36px;display:flex;align-items:center}.cky-notification[data-v-b1fe306c]:before{content:"";width:20px;height:20px;padding:3px 25px 3px 3px;display:flex;background-image:url(../img/success.svg);display:inline-block;background-repeat:no-repeat}.cky-notification p[data-v-b1fe306c]{font-size:13px;font-weight:400;color:#000}.cky-notification.cky-notification-error[data-v-b1fe306c]{background-color:#fdf3f2;border-color:#dc3232}.cky-notification.cky-notification-error[data-v-b1fe306c]:before{background-image:url(../img/error.svg)}.cky-notification.cky-notification-warning[data-v-b1fe306c]{background-color:#fdf3f2;border-color:#fecf2f}.cky-notification.cky-notification-warning[data-v-b1fe306c]:before{background-image:url(../img/warning.svg)}.cky-notification.cky-notification-info[data-v-b1fe306c]{background-color:#fdf3f2;border-color:#17a8e3}.cky-notification.cky-notification-info[data-v-b1fe306c]:before{background-image:url(../img/warning.svg)}.cky-notification .cky-notification-close[data-v-b1fe306c]{display:flex;align-items:center;margin-left:15px}.cky-notification .cky-close[data-v-b1fe306c]{font-size:20px;padding:0;background:transparent;border:none;display:inline-block;color:#7e7e7e;cursor:pointer;line-height:0}.fade-enter-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.cky-app-wrap{font-weight:400;font-size:14px;color:#23282d;margin:0 20px 0 0;-webkit-font-smoothing:subpixel-antialiased}.cky-app-wrap h1,.cky-app-wrap h2,.cky-app-wrap h3,.cky-app-wrap h4,.cky-app-wrap h5,.cky-app-wrap h6{display:block;margin:.5em 0;padding:0;color:#23282d;font-weight:600}.cky-app-wrap h1{font-size:32px;line-height:40px;color:#23282d;margin:0}.cky-app-wrap h2{font-size:22px;line-height:26px}.cky-app-wrap h3{font-size:18px;line-height:22px}.cky-app-wrap h4{font-size:16px;line-height:18px}.cky-app-wrap h5{font-size:15px}.cky-app-wrap h6{font-size:14px}.cky-app-wrap p{font-weight:400;font-size:14px;color:#23282d;margin:0}.cky-app-wrap a{text-decoration:none;color:#1863dc;font-weight:500;outline-color:transparent;outline-style:none;box-shadow:none;cursor:pointer}.cky-app-wrap a:active:not(.cky-button),.cky-app-wrap a:focus:not(.cky-button),.cky-app-wrap a:hover:not(.cky-button){text-decoration:underline}.cky-app-wrap a.disabled{pointer-events:none;opacity:.7}.cky-app-wrap a.disabled:active,.cky-app-wrap a.disabled:focus,.cky-app-wrap a.disabled:hover{color:palette(grey,light);cursor:default}.cky-app-wrap b,.cky-app-wrap strong{font-weight:600}.cky-app-wrap hr{border:none;display:block;height:1px;background:#d9d9d9;margin:30px 0}.cky-app-wrap .cky-text-small{font-size:12px;color:#adadad}.cky-app-wrap .cky-section-heading{margin-top:0;margin-bottom:15px;font-weight:500}.cky-col-12{width:100%;max-width:100%;flex-basis:100%}.cky-col-11{width:91.66667%;max-width:91.66667%;flex-basis:91.66667%}.cky-col-10{width:83.33333%;max-width:83.33333%;flex-basis:83.33333%}.cky-col-9{width:75%;max-width:75%;flex-basis:75%}.cky-col-8{width:66.66667%;max-width:66.66667%;flex-basis:66.66667%}.cky-col-7{width:58.33333%;max-width:58.33333%;flex-basis:58.33333%}.cky-col-6{width:50%;max-width:50%;flex-basis:50%}.cky-col-5{width:41.66667%;max-width:41.66667%;flex-basis:41.66667%}.cky-col-4{width:33.33333%;max-width:33.33333%;flex-basis:33.33333%}.cky-col-3{width:25%;max-width:25%;flex-basis:25%}.cky-col-2{width:16.66667%;max-width:16.66667%;flex-basis:16.66667%}.cky-col-1{width:8.33333%;max-width:8.33333%;flex-basis:8.33333%}.cky-app-wrap *{box-sizing:border-box}.cky-app-modal-open{overflow:hidden}.cky-app-wrap :after,.cky-app-wrap :before{box-sizing:border-box}.cky-app-wrap .cky-col,.cky-app-wrap [class*=cky-col-]{min-height:1px;padding-left:15px;padding-right:15px;position:relative}.cky-app-wrap .cky-align-center,.cky-app-wrap .cky-align-top,.cky-app-wrap .cky-card .cky-card-actions,.cky-app-wrap .cky-center,.cky-app-wrap .cky-empty-state,.cky-app-wrap .cky-flex,.cky-app-wrap .cky-horizontal-tab .cky-horizontal-tabs,.cky-app-wrap .cky-justify-between,.cky-app-wrap .cky-justify-end,.cky-app-wrap .cky-stats-section,.cky-app-wrap .cky-vertical-tab,.cky-app-wrap .cky-vertical-tab .cky-nav-tab-button{display:flex}.cky-app-wrap .cky-align-center,.cky-app-wrap .cky-button.cky-button-icon,.cky-app-wrap .cky-center,.cky-app-wrap .cky-empty-state,.cky-app-wrap .cky-toggle,.cky-app-wrap .cky-vertical-tab .cky-nav-tab-button,.cky-app-wrap a.cky-button.cky-button-icon,.cky-app-wrap button.cky-button.cky-button-icon{align-items:center}.cky-app-wrap img{max-width:100%}.cky-app-wrap .cky-row{display:flex;flex-flow:wrap;margin-right:-15px;margin-left:-15px}.cky-app-wrap .cky-row:last-child{margin-bottom:0}.cky-app-wrap .cky-col{flex:1}.cky-app-wrap .cky-align-top{align-items:flex-start!important}.cky-app-wrap .cky-justify-between{justify-content:space-between}.cky-app-wrap .cky-justify-end{justify-content:flex-end}.cky-app-wrap .cky-center{justify-content:center}.cky-app-wrap .cky--no-border{border:none!important}.cky-app-wrap .cky-direction--column{flex-direction:column}.cky-app-wrap .cky-text-center{text-align:center!important}.cky-app-admin .error,.cky-app-admin .is-dismissible,.cky-app-admin .update-nag,.cky-app-admin .updated{display:none}.cky-app-admin .wrap{margin:0 20px 0 2px}.cky-app-wrap .cky-app-nav-bar{width:calc(100% - 200px);top:32px;left:180px;position:fixed;z-index:999}.cky-app-wrap .cky-app-body{position:relative;padding-top:108px}.cky-app-wrap ul{list-style:disc;padding-left:15px}.cky-app-wrap ul.cky-list-unstyled{list-style:none}.cky-app-wrap .cky-section{padding:20px 15px;margin-top:20px;margin-bottom:20px}.cky-app-wrap .cky-section .cky-section-header{padding:15px 0}.cky-app-wrap .cky-section .cky-section-header.cky-section-header-boxed{padding:10px 15px;background:#f1f1f1;border:1px solid #d9d9d9;border-bottom:none}.cky-app-wrap .cky-section .cky-section-title{margin-right:15px}.cky-app-wrap .cky-stats-col{text-align:center}.cky-app-wrap .cky-loading-text{position:absolute;z-index:12;top:50%;left:50%;transform:translate(-50%,-50%);color:#adadad;display:flex;align-items:center}.cky-app-wrap .cky-loading-text .cky-spinner{margin-right:10px}.cky-app-wrap .cky-empty-state{flex-direction:column;justify-content:center;padding:15px}.cky-app-wrap .cky-empty-message{background-color:transparent;border:none;padding:0;cursor:pointer;margin:10px 0}.cky-app-wrap .cky-badge{padding:3px 15px;background:#f1f1f1;font-size:13px;font-weight:500;border-radius:3px;display:inline-flex;align-items:center}.cky-app-wrap .cky-badge-info{color:#009ee1;background-color:#e1f6ff}.cky-app-wrap .cky-badge-error{color:#dc3232;background:#eb8989}.cky-app-wrap .cky-badge-warning{color:#f9c101;background:#fee695}.cky-app-wrap .cky-badge-success{color:#00967c;background:#b0fff1}.cky-app-wrap .cky-icon-base{display:inline-flex}.cky-app-wrap .cky-zero--padding{padding-left:0!important;padding-right:0!important;padding-bottom:0!important;padding-top:0!important}.cky-app-wrap .cky-zero--margin{margin-left:0!important;margin-right:0!important;margin-bottom:0!important;margin-top:0!important}.cky-app-wrap .cky-color-picker{width:130px;height:30px;border:1px solid #d9d9d9}.cky-app-wrap .cky-color-picker>div{height:100%}.cky-app-wrap .cky-color-picker .cky-current-color{cursor:pointer;display:block;width:40px;height:100%}.cky-app-wrap .cky-color-picker .vc-chrome{position:absolute;z-index:999}.cky-app-wrap .cky-color-picker .cky-color-picker-input{width:120px;background:#f6f7f7;box-sizing:border-box;font-size:14px;cursor:pointer}.cky-app-wrap .cky-color-picker .cky-color-picker-input .cky-input-color{background:transparent;border:none;text-transform:uppercase;font-size:12px}.cky-app-wrap .cky-help-text{margin:10px 0}.cky-app-wrap .cky-help-text p{font-size:12px;color:#adadad}.cky-app-wrap .cky-color-red{color:#dc3232}.cky-app-wrap .cky-color-link{color:#1863dc}.cky-app-wrap .cky-status-indicators{font-size:14px;line-height:18px;font-weight:500}.cky-app-wrap .cky-status-indicators>span{font-weight:400}.cky-app-wrap .cky-status-error{color:#dc3232}.cky-app-wrap .cky-status-error svg{fill:#dc3232}.cky-app-wrap .cky-status-success{color:#15a753}.cky-app-wrap .cky-status-indicators{display:inline-flex;align-items:center}.cky-app-wrap .cky-status-indicators h5{margin:0}.cky-app-wrap .cky-status-indicators .cky-status-info{display:inline-flex;align-items:center}.cky-app-wrap .cky-status-indicators .cky-icon-base{margin-right:5px}.cky-app-wrap a.cky-link.cky-actions-link{font-size:14px;text-decoration:none}.cky-app-wrap a.cky-link.cky-actions-link:hover{text-decoration:underline}.cky-app-wrap .cky-error-message{display:block;margin-top:8px;color:#dc3232;font-size:12px;line-height:16px;font-weight:500}button.cky-preview-close{position:fixed;top:50px;right:50px;z-index:999999999;background:transparent;border:none;color:#fff;display:flex;align-items:center;font-size:18px;font-weight:600;cursor:pointer}button.cky-preview-close:after{content:"";width:25px;height:25px;background:#fff;display:inline-flex;-webkit-mask-image:url(../img/close.svg);mask-image:url(../img/close.svg);background-color:#fff;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:center;mask-position:center}.cky-app-wrap .cky-breadcrumbs-title{font-weight:600;font-size:15px;display:flex;align-items:center}.cky-app-wrap .cky-breadcrumbs-title:before{content:"";width:13px;height:10px;margin-right:5px;display:inline-flex;-webkit-mask-image:url(../img/arrow-left.svg);mask-image:url(../img/arrow-left.svg);background-color:#23282d;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:center;mask-position:center}.cky-app-wrap .cky-section-inner{margin-top:10px;margin-bottom:20px;background:#fff}.cky-app-wrap .cky-blur{filter:blur(2px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cky-app-wrap .cky-external-link{display:inline-flex;align-items:center}.cky-app-wrap .cky-external-link:after{content:"";width:13px;height:13px;margin-left:8px;display:inline-flex;-webkit-mask-image:url(../img/external.svg);mask-image:url(../img/external.svg);background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.cky-app-wrap .cky-app-box{background:#fff;padding:12px 20px;margin-bottom:15px;border-radius:3px}.cky-app-wrap .cky-pro-badge{font-size:8px;background:#e1e0e1;text-transform:uppercase;padding:2px 5px;color:#787d81;border-radius:1px;margin-left:5px}.cky-preview-partial-refreshing .cky-consent-container:before{content:"";position:absolute;top:0;-webkit-animation:placeHolderShimmer 1s linear infinite;animation:placeHolderShimmer 1s linear infinite;background:#f6f7f8;background:radial-gradient(75.49% 775.24% at 68.84% 100%,rgba(98,151,219,.12) 0,rgba(24,99,220,.12) 43.3%,rgba(98,151,219,.12) 98.84%) #fff;background-size:800px 104px;width:100%;height:100%;transform:translateZ(0);opacity:.7;cursor:progress;z-index:999}@-webkit-keyframes shimmer-move{0%{transform:translateX(-150%)}to{transform:translateX(150%)}}@keyframes shimmer-move{0%{transform:translateX(-150%)}to{transform:translateX(150%)}}@-webkit-keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.cky-app-wrap .cky-spinner-pulse{width:40px;height:40px;margin:0 auto;background-color:#1e2221;border-radius:100%;-webkit-animation:cky-pulse-scale-out 1s ease-in-out infinite;animation:cky-pulse-scale-out 1s ease-in-out infinite;display:inline-block}@-webkit-keyframes cky-pulse-scale-out{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}@keyframes cky-pulse-scale-out{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.cky-app-wrap .cky-ellipsis-loader:after{overflow:hidden;display:inline-block;vertical-align:bottom;-webkit-animation:cky-ellipsis .9s steps(4) infinite;animation:cky-ellipsis .9s steps(4) infinite;content:"\2026";width:0}@keyframes cky-ellipsis{to{width:1.25em}}@-webkit-keyframes cky-ellipsis{to{width:1.25em}}.cky-app-wrap .cky-loader-view{position:absolute;left:0;right:0;height:100%;top:0}.cky-app-wrap .cky-toggle{display:inline-flex;margin-bottom:0}.cky-app-wrap .cky-toggle .cky-toggle-text{margin:0 5px;font-weight:500}.cky-app-wrap .cky-toggle input{display:none}.cky-app-wrap .cky-toggle input:focus~.cky-toggle-slider{box-shadow:0 0 0 5px palette(toggle,base)}.cky-app-wrap .cky-toggle input:checked~.cky-toggle-slider{background-color:#15a753}.cky-app-wrap .cky-toggle input:checked~.cky-toggle-slider:before{left:calc(100% - 3px);transform:translateX(-100%)}.cky-app-wrap .cky-toggle input[disabled]~.cky-toggle-slider{cursor:not-allowed;opacity:.5;background-color:#adadad}.cky-app-wrap .cky-toggle input[disabled]~.cky-toggle-slider:before{background-color:#fff}.cky-app-wrap .cky-toggle input[disabled]~.cky-toggle-slider:hover{box-shadow:none}.cky-app-wrap .cky-toggle .cky-toggle-slider{width:36px;height:18px;float:left;display:block;position:relative;margin:2px 0;border:0;border-radius:9px;background-color:#adadad;transition:all .3s ease;padding-left:18px;padding-right:18px}.cky-app-wrap .cky-toggle .cky-toggle-slider:before{content:" ";width:12px;height:12px;position:absolute;top:3px;left:3px;border-radius:18px;background-color:#fff;transition:.2s linear}.cky-app-wrap .cky-toggle .cky-toggle-slider:hover{box-shadow:0 0 0 5px palette(silver,default)}.cky-app-wrap .cky-toggle.cky-toggle-alt .cky-toggle-slider{height:20px;border-radius:15px;min-width:90px;display:flex;align-items:center;justify-content:center;color:#fff}.cky-app-wrap .cky-toggle.cky-toggle-alt .cky-toggle-slider:before{width:14px;height:14px;transition:.4s linear}.cky-app-wrap .cky-toggle.cky-toggle-alt .cky-toggle-slider:after{content:" ";width:10px;height:10px;position:absolute;top:4.5px;right:6px;-webkit-mask-image:url(../img/close.svg);mask-image:url(../img/close.svg);background-color:#fff;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.cky-app-wrap .cky-toggle.cky-toggle-alt input:checked~.cky-toggle-slider{background-color:#1863dc;color:#fff}.cky-app-wrap .cky-toggle.cky-toggle-alt input:checked~.cky-toggle-slider:after{-webkit-mask-image:url(../img/tick.svg);mask-image:url(../img/tick.svg);left:6px}.cky-app-wrap .cky-button,.cky-app-wrap a.cky-button,.cky-app-wrap button.cky-button{width:auto;min-width:80px;padding:8px 14px;background-color:#1863dc;color:#fff;border:1px solid #1863dc;font-weight:500;font-size:14px;border-radius:3px;cursor:pointer;line-height:16px}.cky-app-wrap .cky-button:focus,.cky-app-wrap .cky-button:hover,.cky-app-wrap a.cky-button:focus,.cky-app-wrap a.cky-button:hover,.cky-app-wrap button.cky-button:focus,.cky-app-wrap button.cky-button:hover{background-color:#134eae;border-color:#134eae}.cky-app-wrap .cky-button.cky-button-secondary,.cky-app-wrap a.cky-button.cky-button-secondary,.cky-app-wrap button.cky-button.cky-button-secondary{background-color:#fafafb;border-color:#c9d0d6;color:#555d66}.cky-app-wrap .cky-button.cky-button-secondary:focus,.cky-app-wrap .cky-button.cky-button-secondary:hover,.cky-app-wrap a.cky-button.cky-button-secondary:focus,.cky-app-wrap a.cky-button.cky-button-secondary:hover,.cky-app-wrap button.cky-button.cky-button-secondary:focus,.cky-app-wrap button.cky-button.cky-button-secondary:hover{background-color:#dedee4;border-color:#dedee4}.cky-app-wrap .cky-button.cky-button-green,.cky-app-wrap a.cky-button.cky-button-green,.cky-app-wrap button.cky-button.cky-button-green{background-color:#15a753;border-color:#15a753}.cky-app-wrap .cky-button.cky-button-green:focus,.cky-app-wrap .cky-button.cky-button-green:hover,.cky-app-wrap a.cky-button.cky-button-green:focus,.cky-app-wrap a.cky-button.cky-button-green:hover,.cky-app-wrap button.cky-button.cky-button-green:focus,.cky-app-wrap button.cky-button.cky-button-green:hover{background-color:#129048;border-color:#129048}.cky-app-wrap .cky-button.cky-button-danger,.cky-app-wrap a.cky-button.cky-button-danger,.cky-app-wrap button.cky-button.cky-button-danger{background-color:#dc3232;color:#fff;border-color:#dc3232}.cky-app-wrap .cky-button.cky-button-danger:focus,.cky-app-wrap .cky-button.cky-button-danger:hover,.cky-app-wrap a.cky-button.cky-button-danger:focus,.cky-app-wrap a.cky-button.cky-button-danger:hover,.cky-app-wrap button.cky-button.cky-button-danger:focus,.cky-app-wrap button.cky-button.cky-button-danger:hover{background-color:#bb2020;border-color:#bb2020}.cky-app-wrap .cky-button.cky-button-medium,.cky-app-wrap a.cky-button.cky-button-medium,.cky-app-wrap button.cky-button.cky-button-medium{padding:12px 16px;font-size:14px}.cky-app-wrap .cky-button.cky-button-small,.cky-app-wrap a.cky-button.cky-button-small,.cky-app-wrap button.cky-button.cky-button-small{padding:6px 12px}.cky-app-wrap .cky-button:focus,.cky-app-wrap a.cky-button:focus,.cky-app-wrap button.cky-button:focus{outline:none}.cky-app-wrap .cky-button.cky-button-outline-secondary,.cky-app-wrap a.cky-button.cky-button-outline-secondary,.cky-app-wrap button.cky-button.cky-button-outline-secondary{background-color:transparent;color:#555d66;border-color:#c9d0d6}.cky-app-wrap .cky-button.cky-button-outline-secondary:focus,.cky-app-wrap .cky-button.cky-button-outline-secondary:hover,.cky-app-wrap a.cky-button.cky-button-outline-secondary:focus,.cky-app-wrap a.cky-button.cky-button-outline-secondary:hover,.cky-app-wrap button.cky-button.cky-button-outline-secondary:focus,.cky-app-wrap button.cky-button.cky-button-outline-secondary:hover{background-color:#fafafb}.cky-app-wrap .cky-button.cky-button-outline-danger,.cky-app-wrap a.cky-button.cky-button-outline-danger,.cky-app-wrap button.cky-button.cky-button-outline-danger{background-color:transparent;color:#dc3232;border-color:#dc3232}.cky-app-wrap .cky-button.cky-button-outline-danger:focus,.cky-app-wrap .cky-button.cky-button-outline-danger:hover,.cky-app-wrap a.cky-button.cky-button-outline-danger:focus,.cky-app-wrap a.cky-button.cky-button-outline-danger:hover,.cky-app-wrap button.cky-button.cky-button-outline-danger:focus,.cky-app-wrap button.cky-button.cky-button-outline-danger:hover{background-color:#dc3232;color:#fff}.cky-app-wrap .cky-button.cky-button-upgrade,.cky-app-wrap a.cky-button.cky-button-upgrade,.cky-app-wrap button.cky-button.cky-button-upgrade{background:linear-gradient(90deg,#f83600,#f9d423);border:none;padding:8px 20px}.cky-app-wrap .cky-button.cky-button-upgrade .cky-icon-base,.cky-app-wrap a.cky-button.cky-button-upgrade .cky-icon-base,.cky-app-wrap button.cky-button.cky-button-upgrade .cky-icon-base{width:12px;margin-right:8px}.cky-app-wrap .cky-button.cky-button-upgrade:focus,.cky-app-wrap .cky-button.cky-button-upgrade:hover,.cky-app-wrap a.cky-button.cky-button-upgrade:focus,.cky-app-wrap a.cky-button.cky-button-upgrade:hover,.cky-app-wrap button.cky-button.cky-button-upgrade:focus,.cky-app-wrap button.cky-button.cky-button-upgrade:hover{background:linear-gradient(45deg,#f83600,#f9d423)}.cky-app-wrap .cky-button.cky-button-onload,.cky-app-wrap .cky-button.cky-button-onload-text,.cky-app-wrap .cky-button.disabled,.cky-app-wrap .cky-button:disabled,.cky-app-wrap .cky-button[disabled],.cky-app-wrap a.cky-button.cky-button-onload,.cky-app-wrap a.cky-button.cky-button-onload-text,.cky-app-wrap a.cky-button.disabled,.cky-app-wrap a.cky-button:disabled,.cky-app-wrap a.cky-button[disabled],.cky-app-wrap button.cky-button.cky-button-onload,.cky-app-wrap button.cky-button.cky-button-onload-text,.cky-app-wrap button.cky-button.disabled,.cky-app-wrap button.cky-button:disabled,.cky-app-wrap button.cky-button[disabled]{opacity:.5}.cky-app-wrap .cky-button.cky-pagination-button,.cky-app-wrap a.cky-button.cky-pagination-button,.cky-app-wrap button.cky-button.cky-pagination-button{min-width:30px;background:transparent;color:#23282d;border:1px solid transparent;border-color:#d9d9d9;font-size:16px;margin:2px}.cky-app-wrap .cky-button.cky-pagination-button.cky-pagination-number,.cky-app-wrap a.cky-button.cky-pagination-button.cky-pagination-number,.cky-app-wrap button.cky-button.cky-pagination-button.cky-pagination-number{font-size:12px}.cky-app-wrap .cky-button.cky-pagination-button.active,.cky-app-wrap a.cky-button.cky-pagination-button.active,.cky-app-wrap button.cky-button.cky-pagination-button.active{background:#1863dc;color:#fff;opacity:1}.cky-app-wrap .cky-button.cky-button-outline,.cky-app-wrap a.cky-button.cky-button-outline,.cky-app-wrap button.cky-button.cky-button-outline{color:#1863dc;background-color:transparent;background-image:none;border:1px solid;border-color:#1863dc}.cky-app-wrap .cky-button.cky-button-outline:focus,.cky-app-wrap .cky-button.cky-button-outline:hover,.cky-app-wrap a.cky-button.cky-button-outline:focus,.cky-app-wrap a.cky-button.cky-button-outline:hover,.cky-app-wrap button.cky-button.cky-button-outline:focus,.cky-app-wrap button.cky-button.cky-button-outline:hover{background-color:#1863dc;color:#fff}.cky-app-wrap .cky-button.cky-button-icon,.cky-app-wrap a.cky-button.cky-button-icon,.cky-app-wrap button.cky-button.cky-button-icon{display:inline-flex}.cky-app-wrap .cky-button.cky-button-icon>span,.cky-app-wrap a.cky-button.cky-button-icon>span,.cky-app-wrap button.cky-button.cky-button-icon>span{margin-right:3px}.cky-app-wrap .cky-button .cky-btn-spinner,.cky-app-wrap a.cky-button .cky-btn-spinner,.cky-app-wrap button.cky-button .cky-btn-spinner{line-height:1.15;position:absolute;right:15px;opacity:0;width:16px;height:16px;top:50%;display:inline-block;transform:translateY(-50%);transition-property:padding,opacity;transition-duration:.2s,.2s;transition-timing-function:ease-in,ease;transition-delay:0s,.2s}.cky-app-wrap .cky-button .cky-btn-spinner span,.cky-app-wrap a.cky-button .cky-btn-spinner span,.cky-app-wrap button.cky-button .cky-btn-spinner span{box-sizing:border-box;display:inline-block;position:absolute;right:0;width:16px;height:16px;opacity:1;border:1px solid #fff;border-radius:50%;-webkit-animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.cky-app-wrap .cky-button .cky-btn-spinner span:first-child,.cky-app-wrap a.cky-button .cky-btn-spinner span:first-child,.cky-app-wrap button.cky-button .cky-btn-spinner span:first-child{-webkit-animation-delay:.45s;animation-delay:.45s}.cky-app-wrap .cky-button .cky-btn-spinner span:nth-child(2),.cky-app-wrap a.cky-button .cky-btn-spinner span:nth-child(2),.cky-app-wrap button.cky-button .cky-btn-spinner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.cky-app-wrap .cky-button .cky-btn-spinner span:nth-child(3),.cky-app-wrap a.cky-button .cky-btn-spinner span:nth-child(3),.cky-app-wrap button.cky-button .cky-btn-spinner span:nth-child(3){-webkit-animation-delay:.15s;animation-delay:.15s}.cky-app-wrap .cky-button .cky-button:not(:disabled),.cky-app-wrap a.cky-button .cky-button:not(:disabled),.cky-app-wrap button.cky-button .cky-button:not(:disabled){transition-delay:.2s}.cky-app-wrap .cky-button .cky-button:not(:disabled) .cky-btn-spinner span,.cky-app-wrap a.cky-button .cky-button:not(:disabled) .cky-btn-spinner span,.cky-app-wrap button.cky-button .cky-button:not(:disabled) .cky-btn-spinner span{box-shadow:inset 0 0 0 .2rem #fff;border:7.4px solid transparent;transition:all .4s}.cky-app-wrap .cky-button .cky-button:not(:disabled) .cky-btn-spinner span:first-child,.cky-app-wrap a.cky-button .cky-button:not(:disabled) .cky-btn-spinner span:first-child,.cky-app-wrap button.cky-button .cky-button:not(:disabled) .cky-btn-spinner span:first-child{transform:rotate(0deg)!important}.cky-app-wrap .cky-button .cky-button:not(:disabled) .cky-btn-spinner span:nth-child(2),.cky-app-wrap a.cky-button .cky-button:not(:disabled) .cky-btn-spinner span:nth-child(2),.cky-app-wrap button.cky-button .cky-button:not(:disabled) .cky-btn-spinner span:nth-child(2){transform:rotate(90deg)!important}.cky-app-wrap .cky-button .cky-button:not(:disabled) .cky-btn-spinner span:nth-child(3),.cky-app-wrap a.cky-button .cky-button:not(:disabled) .cky-btn-spinner span:nth-child(3),.cky-app-wrap button.cky-button .cky-button:not(:disabled) .cky-btn-spinner span:nth-child(3){transform:rotate(180deg)!important}.cky-app-wrap .cky-button .cky-button:not(:disabled) .cky-btn-spinner span:nth-child(4),.cky-app-wrap a.cky-button .cky-button:not(:disabled) .cky-btn-spinner span:nth-child(4),.cky-app-wrap button.cky-button .cky-button:not(:disabled) .cky-btn-spinner span:nth-child(4){transform:rotate(270deg)!important}.cky-app-wrap .cky-button.cky-button-loading,.cky-app-wrap a.cky-button.cky-button-loading,.cky-app-wrap button.cky-button.cky-button-loading{padding-right:40px}.cky-app-wrap .cky-button.cky-button-loading .cky-btn-spinner,.cky-app-wrap a.cky-button.cky-button-loading .cky-btn-spinner,.cky-app-wrap button.cky-button.cky-button-loading .cky-btn-spinner{opacity:1}@-webkit-keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cky-app-wrap a.cky-button{display:inline-flex}.cky-app-wrap a.cky-button-no-style,.cky-app-wrap button.cky-button-no-style{font:500 13px/16px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;background-color:transparent;color:#adadad;border:none;padding:0;cursor:pointer;min-width:0}.cky-app-wrap a.cky-button-no-style:focus,.cky-app-wrap a.cky-button-no-style:hover,.cky-app-wrap button.cky-button-no-style:focus,.cky-app-wrap button.cky-button-no-style:hover{color:#2e2e2e;background-color:transparent}.cky-app-wrap a.cky-button-no-style:focus,.cky-app-wrap button.cky-button-no-style:focus{outline:none;color:#2e2e2e;background-color:transparent}.cky-app-wrap .cky-button[data-type=icon]{padding:6px;height:30px;min-width:0}.cky-app-wrap .cky-actions-group button:not(:first-child){margin-left:10px}.cky-app-wrap input[type=radio]{margin:0;margin-right:10px}.cky-app-wrap .cky-image-radio input[type=radio]{display:none}.cky-app-wrap input[type=radio]:checked:before{background-color:#1863dc}.cky-app-wrap .cky-form-control,.cky-app-wrap .cky-select{width:100%;margin:0;padding:9px 14px;border:1px solid #d1d5db;border-radius:3px;background-image:none;font-size:14px;font-weight:400;transition:.1s ease-in-out;line-height:1.6}.cky-app-wrap .cky-form-control,.cky-app-wrap .cky-form-control:active,.cky-app-wrap .cky-form-control:focus,.cky-app-wrap .cky-form-control:hover,.cky-app-wrap .cky-select,.cky-app-wrap .cky-select:active,.cky-app-wrap .cky-select:focus,.cky-app-wrap .cky-select:hover{outline:none;box-shadow:none}.cky-app-wrap .cky-form-control:focus,.cky-app-wrap .cky-select:focus{border-color:#1863dc}.cky-app-wrap .cky-form-control::-moz-placeholder,.cky-app-wrap .cky-select::-moz-placeholder{font-weight:400;color:#888}.cky-app-wrap .cky-form-control:-ms-input-placeholder,.cky-app-wrap .cky-select:-ms-input-placeholder{font-weight:400;color:#888}.cky-app-wrap .cky-form-control::placeholder,.cky-app-wrap .cky-select::placeholder{font-weight:400;color:#888}.cky-app-wrap .cky-form-control[disabled],.cky-app-wrap .cky-select[disabled]{cursor:not-allowed}.cky-app-wrap .cky-disabled.cky-form-control,.cky-app-wrap .cky-disabled.cky-select,fieldset[disabled] .cky-app-wrap .cky-form-control,fieldset[disabled] .cky-app-wrap .cky-select{cursor:not-allowed;opacity:.5}.cky-app-wrap .cky-label,.cky-app-wrap label{display:inline-block}.cky-app-wrap .cky-label .cky-required:after,.cky-app-wrap label .cky-required:after{content:"*";color:red;font-size:12px}.cky-app-wrap .cky-label,.cky-app-wrap label{margin-bottom:10px}.cky-app-wrap .cky-form-check-inline .cky-label,.cky-app-wrap .cky-form-check-inline label{margin-bottom:0}.cky-app-wrap .cky-col-label{margin:0}.cky-app-wrap .cky-form-group{margin-bottom:20px}.cky-app-wrap .cky-form-control,.cky-app-wrap .cky-select{line-height:1.3}.cky-app-wrap .cky-select,.cky-app-wrap input[type=text]{height:40px}.cky-app-wrap .cky-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-size:10px;background-position:calc(100% - 10px) 50%;background-repeat:no-repeat;padding:8px 25px 8px 14px}.cky-app-wrap .cky-section-settings{padding-bottom:20px;margin-bottom:30px;border-bottom:1px solid #d9d9d9}.cky-app-wrap .cky-section-settings .cky-section-settings-content>.cky-row>.cky-col-label{padding-left:30px;margin:0}.cky-app-wrap .cky-section-settings .cky-section-settings-header{padding-bottom:30px}.cky-app-wrap .cky-section-settings .cky-section-settings-inner .cky-form-group>label{padding-left:35px}.cky-app-wrap .cky-section-settings .cky-section-settings-inner .cky-section-settings-inner .cky-form-group>label{padding-left:70px}.cky-app-wrap .cky-form-group--color label{margin-bottom:10px;display:block}.cky-app-wrap .cky-form-check-label{margin-bottom:0}.cky-app-wrap .cky-form-check{margin-bottom:10px}.cky-app-wrap .cky-form-check:last-child{margin-bottom:0}.cky-app-wrap .cky-form-check-inline{display:inline-block;margin-right:1rem}.cky-app-wrap .cky-form-check-input{border:1px solid #b4b9be;background:#fff;color:#555;cursor:pointer;line-height:0;height:16px;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:middle;width:16px;min-width:16px;-webkit-appearance:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);transition:border-color .05s ease-in-out}.cky-app-wrap .cky-disabled{cursor:not-allowed;opacity:.5}.cky-app-wrap .cky-disabled a{cursor:not-allowed}.cky-app-wrap .cky-form-heading{font-weight:500;margin:0;margin-bottom:20px;font-size:14px}.cky-app-wrap .cky-form-section:not(:first-child){padding-top:15px}.cky-app-wrap .cky-form-section{padding-bottom:15px;border-bottom:1px solid #d9d9d9}.cky-app-wrap .cky-form-section:last-child{border-bottom:none;padding-bottom:0}.cky-app-wrap .cky-input-error-container{margin-top:4px}.cky-app-wrap .cky-input-error-container .cky-input-inline-error{color:#dc3545}.cky-app-wrap input[type=checkbox]{background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;border-radius:4px;margin:0 5px 0 0;box-shadow:none}.cky-app-wrap input[type=checkbox]:checked{background-color:#1863dc;border-color:#1863dc;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")}.cky-app-wrap input[type=checkbox]:checked:before{content:""}.cky-app-wrap .cky-admin-notice{display:flex;justify-content:space-between;position:relative;margin:0 0 10px;border-width:.5px;border-style:solid;border-color:#1863dc;box-shadow:0 5px 15px 0 rgba(0,0,0,.02);border-radius:2px;background:#fff}.cky-app-wrap .cky-admin-notice .cky-admin-notice-content{display:flex;align-items:center;margin:0;padding:10px 15px;border:0}.cky-app-wrap .cky-admin-notice .cky-admin-notice-content p{margin:0 0 10px;padding:0;border:0;font-size:13px}.cky-app-wrap .cky-admin-notice .cky-admin-notice-content p:last-child{margin-bottom:0}.cky-app-wrap .cky-admin-notice .cky-admin-notice-content .cky-admin-notice-header{display:flex;align-items:center;margin:0 0 5px;padding:0;border:0;color:#23282d}.cky-app-wrap .cky-admin-notice .cky-admin-notice-content .cky-admin-notice-message{flex:1;position:relative;padding:5px 0 3px}.cky-app-wrap .cky-admin-notice .cky-admin-notice-content .cky-admin-notice-message .cky-admin-notice-icon{position:absolute;top:8px;left:-7px}.cky-app-wrap .cky-admin-notice .cky-admin-notice-content .cky-admin-notice-message .cky-admin-notice-icon.cky-sm{top:9px}.cky-app-wrap .cky-admin-notice .cky-admin-notice-content .cky-admin-notice-message .cky-admin-notice-icon.cky-md{top:7px}.cky-app-wrap .cky-admin-notice .cky-admin-notice-content .cky-admin-notice-message .cky-admin-notice-icon.cky-lg{top:5px}.cky-app-wrap .cky-admin-notice .cky-admin-notice-content .cky-admin-notice-message+.cky-admin-notice-actions{flex:0 0 auto;margin-right:-9px;margin-left:10px}.cky-app-wrap .cky-admin-notice.cky-admin-notice-has-icon .cky-admin-notice-content:before{content:"";width:12px;height:12px;margin-right:10px;margin-top:2px;display:flex;background-image:url(../img/success.svg);display:inline-block;background-repeat:no-repeat}.cky-app-wrap .cky-admin-notice.cky-admin-notice-dismissable .cky-admin-notice-message{flex:1;position:relative;padding:5px 20px 3px 0}.cky-app-wrap .cky-admin-notice.cky-admin-notice-default .cky-admin-notice-content p{font-size:14px}.cky-app-wrap .cky-admin-notice.cky-admin-notice-info{border-color:#1863dc;background-color:#e1f6ff}.cky-app-wrap .cky-admin-notice.cky-admin-notice-info .cky-admin-notice-content{background-color:#e1f6ff;color:#094158}.cky-app-wrap .cky-admin-notice.cky-admin-notice-info .cky-admin-notice-content p{color:#094158}.cky-app-wrap .cky-admin-notice.cky-admin-notice-info.cky-admin-notice-has-icon .cky-admin-notice-content:before{background-image:url(../img/warning.svg)}.cky-app-wrap .cky-admin-notice.cky-admin-notice-error{border-color:#dc3232;background-color:#ffe5e9}.cky-app-wrap .cky-admin-notice.cky-admin-notice-error .cky-admin-notice-content{background-color:#ffe5e9;color:#901919}.cky-app-wrap .cky-admin-notice.cky-admin-notice-error .cky-admin-notice-content p{color:#901919}.cky-app-wrap .cky-admin-notice.cky-admin-notice-error.cky-admin-notice-has-icon .cky-admin-notice-content:before{background-image:url(../img/error.svg)}.cky-app-wrap .cky-admin-notice.cky-admin-notice-warning{border-color:#fecf2f;background-color:#fff5d5}.cky-app-wrap .cky-admin-notice.cky-admin-notice-warning .cky-admin-notice-content{background-color:#fff5d5;color:#937201}.cky-app-wrap .cky-admin-notice.cky-admin-notice-warning .cky-admin-notice-content p{color:#937201}.cky-app-wrap .cky-admin-notice.cky-admin-notice-warning.cky-admin-notice-has-icon .cky-admin-notice-content:before{background-image:url(../img/error.svg)}.cky-app-wrap .cky-admin-notice .cky-admin-notice-close{display:flex;align-items:center;margin-right:15px;position:absolute;right:0;top:10px}.cky-app-wrap .cky-admin-notice .cky-close{font-size:20px;font-weight:300;padding:0;background:transparent;border:none;display:inline-block;color:#7e7e7e;cursor:pointer}.cky-app-wrap .cky-notice-fade-enter-active{transition:opacity .5s}.cky-app-wrap .cky-notice-fade-enter,.cky-app-wrap .cky-notice-fade-leave-to{opacity:0}.cky-app-wrap .cky-card .cky-card-title{font-size:15px;line-height:16px;display:block;margin:0;padding:0;border:0}.cky-app-wrap .cky-card .cky-card-body{padding:20px 20px;min-height:152px;border:1px solid #d7e1f2;border-radius:5px;background:#fff;min-height:173px;position:relative;height:100%}.cky-app-wrap .cky-card .cky-card-body.cky-card-body--full{padding:0}.cky-app-wrap .cky-card .cky-card-label{display:block;font-size:14px;font-weight:500;line-height:18px;padding-bottom:10px}.cky-app-wrap .cky-card .cky-card-row{margin-bottom:15px}.cky-app-wrap .cky-card .cky-card-row:last-child{margin-bottom:0}.cky-app-wrap .cky-card .cky-card-col:not(:last-child){border-right:1px solid #d9d9d9}.cky-app-wrap .cky-card .cky-card-col{text-align:center;padding-top:20px;padding-bottom:20px}.cky-app-wrap .cky-loading .cky-card-body:before{content:" ";width:100%;position:absolute;z-index:11;top:0;bottom:0;left:0;border-radius:4px;background-color:#fff}.cky-app-wrap .cky-loading .cky-card-body{position:relative}.cky-app-wrap .cky-card-inner-title{margin:0}.cky-app-wrap .cky-card-header{margin:15px 0}.cky-app-wrap .cky-card-inner-title{margin-left:5px}.cky-app-wrap .cky-table{border:none;border-collapse:collapse;border-spacing:0;width:100%;clear:both;margin:0;background-color:#fff;min-height:100px;border:1px solid #d9d9d9}.cky-app-wrap .cky-table th{border-bottom:none;font-weight:500;padding:12px 10px}.cky-app-wrap .cky-table td{padding:8px 10px}.cky-app-wrap .cky-table td,.cky-app-wrap .cky-table th{vertical-align:middle}.cky-app-wrap .cky-table thead{background-color:#f6f7f7}.cky-app-wrap .cky-table tbody{position:relative}.cky-app-wrap .cky-table tbody tr{border-top:1px solid #d9d9d9;vertical-align:middle}.cky-app-wrap .cky-table td,.cky-app-wrap .cky-table tr{color:#23282d;font-size:14px}.cky-app-wrap .cky-table.cky-table-stripped tbody tr:nth-of-type(2n),.cky-app-wrap .cky-table.cky-table-stripped th{background-color:rgba(0,0,0,.05)}.cky-app-wrap .cky-table .cky-table-check-column{width:30px}.cky-app-wrap .cky-table tfoot td,.cky-app-wrap .cky-table th,.cky-app-wrap .cky-table thead td{text-align:left}.cky-app-wrap .cky-table-align--center td,.cky-app-wrap .cky-table-align--center th{text-align:center}.cky-app-wrap .cky-nav-tab .cky-nav-tab-item{margin:0;padding:0}.cky-app-wrap .cky-nav-tab .cky-nav-tab-button-icon{display:inline-flex;padding-right:5px}.cky-app-wrap .cky-nav-tab .cky-nav-tab-button{border:none;cursor:pointer;color:#505b66;background:transparent;font-weight:500}.cky-app-wrap .cky-nav-tab .cky-nav-tabs-container ul{list-style:none;padding-left:0}.cky-app-wrap .cky-nav-tab-content-container{position:relative}.cky-app-wrap .cky-vertical-tab{width:100%;border:1px solid #d9d9d9}.cky-app-wrap .cky-vertical-tab>.cky-nav-tabs-container{width:18%}.cky-app-wrap .cky-vertical-tab>.cky-nav-tab-content-container{width:82%}.cky-app-wrap .cky-vertical-tab .cky-nav-tab-button{padding:12px 10px;width:100%}.cky-app-wrap .cky-vertical-tab .cky-nav-tab-button:active,.cky-app-wrap .cky-vertical-tab .cky-nav-tab-button:focus,.cky-app-wrap .cky-vertical-tab .cky-nav-tab-button:hover{color:#1863dc}.cky-app-wrap .cky-vertical-tab .cky-nav-tab-button.cky-nav-tab-has-subtitle{justify-content:space-between}.cky-app-wrap .cky-vertical-tab .cky-vertical-tabs{margin:0}.cky-app-wrap .cky-vertical-tab .cky-vertical-tabs .cky-nav-tab-item{border-left:4px solid;border-left-color:transparent;border-bottom:1px solid #d9d9d9}.cky-app-wrap .cky-vertical-tab .cky-vertical-tabs .cky-nav-tab-item.active{background-color:#fff;margin-right:-1px;border-left-color:#1863dc}.cky-app-wrap .cky-vertical-tab .cky-vertical-tabs .cky-nav-tab-item.active .cky-nav-tab-button{color:#1863dc;background-color:#fff}.cky-app-wrap .cky-vertical-tab .cky-nav-tab-content-container{padding:15px 20px}.cky-app-wrap .cky-vertical-tab .cky-vertical-tabs{border-right:1px solid #d9d9d9;height:100%}.cky-app-wrap .cky-vertical-tab .cky-nav-tab-setion-header--inner{margin-left:-20px;margin-right:-20px}.cky-app-wrap .cky-horizontal-tab .cky-horizontal-tabs{margin:0}.cky-app-wrap .cky-horizontal-tab .cky-horizontal-tabs .cky-nav-tab-item{border-top:4px solid;border-color:transparent}.cky-app-wrap .cky-horizontal-tab .cky-horizontal-tabs .cky-nav-tab-item .cky-nav-tab-button{padding:12px 20px;width:100%;color:#23282d}.cky-app-wrap .cky-horizontal-tab .cky-horizontal-tabs .cky-nav-tab-item.active{background:#fff;border-color:#1863dc}.cky-app-wrap .cky-horizontal-tab .cky-horizontal-tabs .cky-nav-tab-item.active .cky-nav-tab-button,.cky-app-wrap .cky-horizontal-tab .cky-nav-tab-content-container{background:#fff}.cky-app-wrap .cky-nav-tab-section-header{margin-top:-15px;border-bottom:1px solid #d9d9d9;padding:5px 0}.cky-app-wrap .cky-nav-tab-section-content{padding-top:20px}.cky-app-wrap .cky-nav-tab-section-actions button{margin-left:10px}.cky-app-wrap .cky-app-modal-backdrop{width:calc(100% - 160px);height:calc(100vh - 32px);overflow-x:hidden;overflow-y:auto;position:fixed;background-color:rgba(51,51,51,.75);display:flex;justify-content:center;align-items:center;top:32px;left:160px;z-index:99999999}.cky-app-wrap .cky-app-modal-backdrop.cky-app-modal-floating{background-color:rgba(0,0,0,.15)}.cky-app-wrap .cky-app-modal-backdrop.cky-app-modal-floating .cky-app-modal{box-shadow:0 5px 20px rgba(0,0,0,.10196078431372549);border:1px solid #e8e8eb;border-radius:3px}.cky-app-wrap .cky-app-modal{background:#fff;display:flex;flex-direction:column;width:100%;max-width:660px;border-radius:2px;transition:all .4s ease;max-height:calc(100% - 3.5rem)}.cky-app-wrap .cky-app-modal .cky-button-close{fill:#fff}.cky-app-wrap .cky-app-modal-header{padding:20px 30px;display:flex}.cky-app-wrap .cky-app-modal-footer{padding:0 30px 20px 30px}.cky-app-wrap .cky-app-modal-header{position:relative;justify-content:space-between;align-items:center;text-align:left;border-bottom:1px solid #dfe1e5}.cky-app-wrap .cky-app-modal-header h4{margin:0}.cky-app-wrap .cky-app-modal-footer{flex-direction:column}.cky-app-wrap .cky-app-modal-footer .cky-app-modal-actions button{margin-left:10px}.cky-app-wrap .cky-app-modal-body{position:relative;padding:20px 30px;max-height:calc(100vh - 3.5rem);overflow-y:auto}.cky-app-wrap .cky-button-close{position:absolute;right:15px;border:none;cursor:pointer;background:transparent}.cky-app-wrap .cky-app-modal-fade-enter,.cky-app-wrap .cky-app-modal-fade-modal-leave-active{opacity:0}.cky-app-wrap .cky-app-modal-fade-enter .cky-app-modal{transform:scale(1.1)}.cky-connect-success{width:calc(100% - 160px);height:calc(100vh - 32px);overflow-x:hidden;overflow-y:auto;position:fixed;background-color:#fff;display:flex;justify-content:center;align-items:center;top:32px;left:160px;z-index:999}.cky-app-wrap .cky-app-accordion-item{padding:0;position:relative;margin-bottom:10px}.cky-app-wrap .cky-app-accordion-item .cky-app-accordion-content{display:none;height:0;overflow:hidden;transition:height .2s}.cky-app-wrap .cky-app-accordion-item.cky-app-accordion-open>.cky-app-accordion-content{display:block;height:auto}.cky-app-wrap .cky-app-accordion-enter-active{will-change:height,opacity;transition:height .3s ease,opacity .3s ease;overflow:hidden}.cky-app-wrap .cky-app-accordion-enter,.cky-app-wrap .cky-app-accordion-leave-active{will-change:height,opacity;height:0;opacity:0}.cky-app-wrap .cky-app-accordion-title{cursor:pointer;margin:0;color:#1863dc;display:flex;align-items:center;font-weight:500}.cky-app-wrap .cky-app-accordion-content>.cky-app-accordion-content-inner{padding:15px 0}.cky-app-wrap .cky-app-accordion-title:after{content:"";margin-left:10px}.cky-app-wrap .cky-app-accordion-title:after,.cky-app-wrap .cky-app-accordion-title:before{display:block;width:15px;height:12px;opacity:.8;width:11px;height:8px;transition:transform .1s ease;-webkit-mask-image:url(../img/arrow-bold.svg);mask-image:url(../img/arrow-bold.svg);background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.cky-app-wrap .cky-app-accordion-open>.cky-app-accordion-trigger .cky-app-accordion-title:after{transform:rotate(180deg)}.cky-app-wrap .cky-app-accordion{list-style:none;margin:0;padding:0}.cky-app-wrap .cky-app-accordion.cky-app-accordion-boxed .cky-app-accordion-title{color:inherit;padding:13px 20px}.cky-app-wrap .cky-app-accordion.cky-app-accordion-boxed .cky-app-accordion-title:after{content:normal}.cky-app-wrap .cky-app-accordion.cky-app-accordion-boxed .cky-app-accordion-title:before{content:"";margin-right:10px;transform:rotate(-90deg)}.cky-app-wrap .cky-app-accordion.cky-app-accordion-boxed .cky-app-accordion-open .cky-app-accordion-title:before{transform:none}.cky-app-wrap .cky-app-accordion.cky-app-accordion-boxed .cky-app-accordion-open .cky-app-accordion-title{border-bottom:1px solid #f3f4f5}.cky-app-wrap .cky-app-accordion.cky-app-accordion-boxed .cky-app-accordion-item{background-color:#fff;border-radius:4px}.cky-app-wrap .cky-app-accordion.cky-app-accordion-boxed .cky-app-accordion-item>.cky-app-accordion-content .cky-app-accordion-content-inner{padding:15px 20px}.cky-app-wrap .cky-upgrade-button-container{display:flex;align-items:center;justify-content:center;flex-direction:column}.cky-app-wrap .cky-upgrade-button-container button{min-width:320px}.cky-app-wrap .cky-upgrade-button-container .cky-seperator-text{margin:5px 0}.cky-app-wrap .cky-info-widget-container{display:flex;justify-content:space-between}.cky-app-wrap .cky-info-widget-container .cky-info-widget{display:flex;align-items:center;padding:20px 15px;border:1px solid #d7e1f2;border-radius:6px;width:48.5%}.cky-app-wrap .cky-info-widget-container .cky-info-widget .cky-info-widget-icon{max-width:50px}.cky-app-wrap .cky-info-widget-container .cky-info-widget .cky-info-widget-content{margin-left:10px;display:flex;flex-direction:column}.cky-app-wrap .cky-info-widget-container .cky-info-widget .cky-info-widget-content .cky-info-widget-text{font-size:15px;font-weight:600;line-height:17px;text-transform:capitalize;margin-top:3px}.cky-app-wrap .cky-info-widget-container .cky-info-widget .cky-info-widget-content .cky-info-widget-title{font-size:13px;line-height:15px;color:#676767}.cky-app-wrap .cky-admin-notice-api-error{margin-top:20px;margin-bottom:-10px}.cky-spinner{display:inline-flex}.cky-rich-text-editor .ql-container{font-family:inherit}.cky-rich-text-editor .ql-container.ql-disabled{opacity:.5;cursor:not-allowed}.cky-rich-text-editor .ql-container.ql-disabled .ql-editor>*{cursor:not-allowed}.cky-rich-text-editor .ql-toolbar.ql-snow+.ql-container.ql-snow{border:none}.cky-rich-text-editor .ql-toolbar.ql-snow+.ql-container.ql-snow .ql-editor{border:1px solid #d1d5db;border-radius:3px;transition:.1s ease-in-out}.cky-rich-text-editor .ql-toolbar.ql-snow+.ql-container.ql-snow .ql-editor:focus{border-color:#1863dc}.cky-rich-text-editor.cky-rich-text-editor-basic .ql-toolbar{display:none!important}.cky-rich-text-editor .ql-editor{min-height:160px}.cky-app-wrap .cky-upgrade-modal .cky-app-modal{max-width:700px}.cky-app-wrap .cky-upgrade-modal .cky-app-modal-body{padding:30px 20px}.cky-app-wrap .cky-upgrade-modal .cky-app-modal-footer{padding:0 20px 30px 20px}.cky-app-wrap .cky-upgrade-modal .cky-upgrade-modal-title{font-size:20px;margin:0}.cky-app-wrap .cky-upgrade-modal .cky-upgrade-modal-message{margin-top:15px}.cky-app-wrap .cky-upgrade-modal .cky-button-close{top:15px;right:10px}.cky-tab-content-accordion{margin-top:10px}.cky-tab-content-accordion .cky-app-accordion-item{border:1px solid #e6eaf0}.cky-tab-content-accordion .cky-app-accordion-content .cky-color-picker-input{background-color:#fff;width:100%;border:2px solid #f6f7f7}.cky-tab-content-accordion .cky-app-accordion-item:last-child{margin-bottom:12px}.cky-app-rtl .cky-rich-text-editor *,.cky-app-rtl input{direction:rtl;text-align:right}.cky-card-loader--line[data-v-4bc5d6ea]{opacity:.5;background:#f6f7f8;background:linear-gradient(90deg,#d7e1f2 8%,#c1d1eb 18%,#d7e1f2 33%);background-size:800px 100px;border-radius:3px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:shimmer-data-v-4bc5d6ea;animation-name:shimmer-data-v-4bc5d6ea;-webkit-animation-timing-function:linear;animation-timing-function:linear;height:10px;width:100%}.cky-card-loader--line[data-v-4bc5d6ea]:first-child{width:70%;height:15px}.cky-card-loader--line[data-v-4bc5d6ea]:nth-child(2){width:60%}.cky-card-loader--line[data-v-4bc5d6ea]:not(:first-child){margin-top:6px}.cky-card-loader--rect[data-v-4bc5d6ea]{min-height:35px}.cky-loading .cky-card-loader-container[data-v-4bc5d6ea]{display:flex;align-items:center;position:absolute;z-index:12;top:0;left:0;right:0;width:100%;height:100%;padding:15px;min-height:114px}.cky-loading .cky-card-loader-container .cky-card-loader[data-v-4bc5d6ea]{width:100%}@-webkit-keyframes shimmer-data-v-4bc5d6ea{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes shimmer-data-v-4bc5d6ea{0%{background-position:-400px 0}to{background-position:400px 0}}.cky-app-wrap h3.cky-section-title-heading{font-weight:400}.cky-app-wrap .cky-edit-content{border:1px solid #d9d9d9;padding:15px;background-color:#fff}.cky-app-wrap .cky-edit-content h4{font-weight:500}.cky-app-wrap .cky-edit-content .cky-select{min-width:180px;max-height:35px;margin-left:10px;width:auto}.cky-app-wrap .cky-edit-content .cky-rich-text-editor .ql-editor{min-height:200px;max-height:200px;overflow:scroll}.cky-app-wrap .cky-edit-content .cky-app-accordion .cky-form-section:not(.cky-form-section-group) .cky-col-3.cky-col-label{display:none}.cky-app-wrap .cky-edit-content .cky-app-accordion .cky-form-section:not(.cky-form-section-group) .cky-col-9{width:100%;max-width:100%;flex-basis:100%}.cky-app-wrap .cky-edit-content .cky-form-heading{margin-bottom:10px}.cky-app-wrap .cky-edit-content .cky-app-accordion-boxed .cky-app-accordion-title{background-color:#f6f7f7}.cky-app-wrap .cky-edit-content-lists{margin-top:10px;border:1px solid #d9d9d9;padding:15px;background-color:#fff}.cky-app-wrap .cky-button-section button,.cky-app-wrap .cky-edit-content-lists button{margin-left:10px}.cky-app-wrap .cky-select-label{margin-top:10px}.cky-app-wrap .cky-loader-languages .cky-card-loader-container:not(:first-child){margin-top:15px}.cky-app-wrap .cky-button{position:relative}.cky-app-wrap .cky-input-error input[data-v-529f0665]{border-color:#dc3545}.cky-app-wrap .cky-input-error input[data-v-529f0665]:active,.cky-app-wrap .cky-input-error input[data-v-529f0665]:focus{box-shadow:0 0 0 .5px #dc3545}.cky-popper-container{display:inline-block;vertical-align:middle;margin-left:5px}.cky-popper{color:#fff;text-align:center;padding:8px 12px;border-radius:4px;vertical-align:middle;max-width:240px;font-size:12px;font-weight:400;line-height:16px;background:#0e0d0d;z-index:9999}.cky-popper-arrow{border-width:5px;border-style:solid}.cky-popper[data-popper-placement^=top]>.cky-popper-arrow{border-color:#0e0d0d transparent transparent transparent;bottom:-10px}.cky-popper[data-popper-placement^=bottom]>.cky-popper-arrow{top:-10px;border-color:transparent transparent #0e0d0d transparent}.cky-popper[data-popper-placement^=left]>.cky-popper-arrow{border-color:transparent transparent transparent #0e0d0d;right:-10px}.cky-popper[data-popper-placement^=right]>.cky-popper-arrow{border-color:transparent #0e0d0d transparent transparent;left:-10px}.cky-popper-icon{background-image:url(../img/tooltip.svg);width:12px;height:12px}.cky-poppper-trigger{display:inline-block}
|
lite/admin/dist/css/chunk-0495ae18.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.cky-spinner-loader{width:48px;height:48px;border:5px solid #c9d0d6;border-bottom-color:#1863dc;border-radius:50%;display:inline-block;box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cky-connect-success .cky-connect-success-container{display:flex;flex-direction:column;align-items:center}.cky-connect-success .cky-connect-success-icon{background-image:url(../img/connect-success.svg);width:60px;height:60px;background-size:contain;background-repeat:no-repeat}.cky-connect-success .cky-connect-success-message{margin-top:15px;margin-bottom:40px;text-align:center}.cky-connect-success .cky-connect-success-animate{max-width:600px;margin-top:20px}.cky-card-policy,.cky-connect-success .cky-connect-loader{display:flex;flex-direction:column;align-items:center;justify-content:center}.cky-card-policy{padding:20px 70px 30px 70px;text-align:center;background:#fff;min-height:450px}.cky-card-policy .cky-policy-icon{margin:30px 0}
|
lite/admin/dist/css/chunk-1641571e.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.cky-consent-chart-section .cky-consent-chart{display:flex;align-items:center;justify-content:center}.cky-consent-chart-section .cky-legend-label{font-size:13px;font-weight:500;color:#23282d;padding-left:20px}.cky-consent-chart-section .cky-legend-indice{width:10px;height:10px;display:inline-block}.cky-consent-chart-section .cky-consent-chart-legend li{list-style:none;margin-bottom:0;padding:6px 0;line-height:16px}.cky-consent-chart-section .cky-consent-chart-legend li:not(:last-child){border-bottom:1px solid #d9d9d9}.cky-consent-chart-section .cky-consent-chart-legend{margin:0}.cky-consent-chart-section .cky-empty-state{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0}
|
lite/admin/dist/css/chunk-2177d27f.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.cky-connect-success .cky-connect-success-container{display:flex;flex-direction:column;align-items:center}.cky-connect-success .cky-connect-success-icon{background-image:url(../img/connect-success.svg);width:60px;height:60px;background-size:contain;background-repeat:no-repeat}.cky-connect-success .cky-connect-success-message{margin-top:15px;margin-bottom:40px;text-align:center}.cky-connect-success .cky-connect-success-animate{max-width:600px;margin-top:20px}.cky-app-modal-disconnect .cky-app-modal{max-width:500px}.cky-account-info label{display:block;font-weight:500}.cky-account-info label span{font-weight:400;margin-left:5px}.cky-account-actions{margin-top:15px}
|
lite/admin/dist/css/chunk-263180a4.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.cky-app-wrap .cky-button-no-style[data-v-68059496]{margin-left:11px}.cky-app-wrap .cky-cookie-list .cky-cookie-type-title[data-v-68059496]{color:#a0a0a0}.cky-app-wrap .cky-cookie-list .cky-cookie-details[data-v-68059496]{margin:5px 1px 15px 1px;background-color:#f6f7f7}.cky-app-wrap .cky-cookie-list .cky-cookie-details-checkbox[data-v-68059496]{max-width:1%}.cky-app-wrap .cky-cookie-list .cky-cookie-details-content[data-v-68059496]{padding:10px}.cky-app-wrap .cky-cookie-list .cky-cookie-details-content table th[data-v-68059496]{text-align:left;padding:5px}.cky-app-wrap .cky-cookie-list .cky-cookie-details-content table td[data-v-68059496]{padding:5px}.cky-app-wrap .cky-cookie-list .cky-cookie-details-actions[data-v-68059496]{padding:50px 10px}.cky-app-wrap .cky-empty-place-holder-container[data-v-68059496]{min-height:200px}.cky-app-wrap .cky-empty-place-holder-container .cky-emply-placeholder[data-v-68059496]{text-align:center}.cky-cookie-list-title[data-v-1321a4f0]{margin-bottom:20px}.cky-cookie-list-title .cky-add-cookie-button[data-v-1321a4f0]{margin-left:10px}.cky-nav-tab-section-cookies[data-v-1321a4f0]{background:transparent}.cky-app-modal-cookies .cky-admin-notice-message p[data-v-1321a4f0]{font-size:12px}.cky-cookies-title[data-v-1321a4f0]{display:flex;align-items:center;padding:10px 0}.cky-cookies-title .cky-button-no-style[data-v-1321a4f0]{margin-left:11px}.cky-nav-tab-section-header[data-v-1321a4f0]{border:none}.cky-nav-tab-section-cookies[data-v-1321a4f0]{padding:15px 15px}.cky-nav-tab-section-cookies .cky-nav-tab-section-header h5[data-v-1321a4f0]{font-weight:500;padding-bottom:2px;margin:0}.cky-app-wrap .cky-table.cky-table-cookies{margin-top:15px;border:none}.cky-app-wrap .cky-table.cky-table-cookies tbody tr{border-top:none}.cky-app-wrap .cky-table.cky-table-cookies tbody tr td{font-size:13px}.cky-app-wrap .cky-table.cky-table-cookies tbody td,.cky-app-wrap .cky-table.cky-table-cookies th{padding:15px 10px}.cky-app-wrap .cky-cookie-list-title select{margin-left:10px;min-width:150px;height:auto;width:auto}.cky-app-wrap .cky-nav-tab-manage-cookies>.cky-nav-tab-content-container>.cky-nav-tab-section>.cky-nav-tab-section-header{padding:15px 0 15px 0}.cky-app-wrap .cky-nav-tab-manage-cookies .cky-nav-tab-button{padding:15px 10px}.cky-app-rtl .cky-category-description,.cky-app-rtl .cky-cookies-title,.cky-app-rtl .cky-rich-text-editor *,.cky-app-rtl input{direction:rtl;text-align:right}.cky-input-error-alert{color:#dc3545;padding:5px 0}.cky-spinner-loader{width:48px;height:48px;border:5px solid #c9d0d6;border-bottom-color:#1863dc;border-radius:50%;display:inline-block;box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cky-connect-success .cky-connect-success-container{display:flex;flex-direction:column;align-items:center}.cky-connect-success .cky-connect-success-icon{background-image:url(../img/connect-success.svg);width:60px;height:60px;background-size:contain;background-repeat:no-repeat}.cky-connect-success .cky-connect-success-message{margin-top:15px;margin-bottom:40px;text-align:center}.cky-connect-success .cky-connect-success-animate{max-width:600px;margin-top:20px}.cky-connect-success .cky-connect-loader{display:flex;flex-direction:column;align-items:center;justify-content:center}.cky-feature{position:relative}.cky-feature .cky-connect-button-container .cky-button-connect{width:100%}.cky-feature .cky-popper{max-width:440px;box-shadow:0 0 4px 1px #c9d0d6;background:#fff;border-radius:3px;padding:15px}.cky-feature .cky-popper-arrow{border-width:15px}.cky-feature .cky-popper[data-popper-placement^=left]>.cky-popper-arrow{border-color:transparent transparent transparent #fff;right:-20px}.cky-feature-disabled .cky-feature-content{opacity:.5}.cky-feature-disabled-notice .cky-button{margin-top:10px}.cky-feature-disabled-notice h5{background:linear-gradient(45deg,#de4433,#f5ba44);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cky-nav-tab-section-scanner{margin:20px 0 20px 0;background:#fff}.cky-app-modal-scanner .cky-app-modal-header{display:none}.cky-app-modal-scanner .cky-scanner-modal-content{text-align:center}.cky-app-modal-scanner .cky-app-modal-actions{align-self:center}
|
lite/admin/dist/css/chunk-322699f8.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.cky-stats-col{flex:1;padding-left:15px;padding-right:15px;padding-top:30px;padding-bottom:30px}.cky-stats-col:not(:last-child){border-right:1px solid #d7e1f2}.cky-stats-col:last-child{padding-right:0}.cky-stats-col:first-child{padding-left:0}.cky-stats-count{font-size:25px;font-weight:700;padding-top:25px;line-height:30px}.cky-stats-title{font-weight:500;line-height:normal;font-size:14px}.cky-spinner-loader{width:48px;height:48px;border:5px solid #c9d0d6;border-bottom-color:#1863dc;border-radius:50%;display:inline-block;box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cky-connect-success .cky-connect-success-container{display:flex;flex-direction:column;align-items:center}.cky-connect-success .cky-connect-success-icon{background-image:url(../img/connect-success.svg);width:60px;height:60px;background-size:contain;background-repeat:no-repeat}.cky-connect-success .cky-connect-success-message{margin-top:15px;margin-bottom:40px;text-align:center}.cky-connect-success .cky-connect-success-animate{max-width:600px;margin-top:20px}.cky-connect-success .cky-connect-loader{display:flex;flex-direction:column;align-items:center;justify-content:center}.cky-app-wrap .cky-connect-notice{border:1px solid #d7e1f2;border-radius:5px;margin-top:30px;margin-bottom:0}.cky-app-wrap .cky-connect-notice .cky-icon-base{margin-right:5px}.cky-app-wrap .cky-connect-notice .cky-admin-notice-content{width:100%;padding:15px 20px}.cky-app-wrap .cky-connect-notice .cky-connect-features{margin:15px 0}.cky-app-wrap .cky-connect-notice .cky-connect-features span{margin-right:3px;color:#1863dc;font-weight:800;font-size:16px}.cky-app-wrap .cky-connect-notice .cky-connect-button-container{display:flex;flex-direction:column;justify-content:flex-end}.cky-app-wrap .cky-connect-notice .cky-connect-button-container button:not(:first-child){margin-top:10px}.cky-app-wrap .cky-connect-notice .cky-button-connect{margin-right:15px;min-width:250px}.cky-app-wrap .cky-connect-notice.cky-connect-notice-disabled{background:radial-gradient(75.49% 775.24% at 68.84% 100%,rgba(45,173,112,.16) 0,rgba(24,99,220,.16) 43.3%,rgba(98,151,219,.16) 98.84%) #fff;color:#505b66}.cky-app-wrap .cky-connect-notice.cky-connect-notice-disabled .cky-admin-notice-content .cky-admin-notice-header{color:#000}.cky-app-wrap .cky-connect-notice.cky-connect-notice-disabled .cky-admin-notice-content p{color:rgba(0,0,0,.8)}.cky-app-wrap .cky-connect-notice .cky-connect-notice-message{padding-top:10px;padding-bottom:15px}.cky-app-wrap .cky-connect-notice .cky-connect-notice-message p{margin:0}.cky-app-wrap .cky-dashboard-overview .cky-card:not(.cky-loading){height:100%}.cky-app-wrap .cky-dashboard-overview .cky-card:not(.cky-loading) .cky-card-body{min-height:340px;height:100%}.cky-app-wrap .cky-dashboard-overview .cky-card-row-actions{padding-top:5px}.cky-stats-section[data-v-2710f015]{padding:15px 0}.cky-admin-notice-board[data-v-2710f015]{border:none}.cky-section-connect[data-v-2710f015]{margin-top:15px}
|
lite/admin/dist/css/chunk-637dc2c8.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.cky-dropdown{position:relative}.cky-dropdown .cky-dropdown-content{width:100%;display:none;position:absolute;z-index:10;top:100%;left:auto;margin:0 0 0;padding:10px 10px;border:1px solid #ddd;border-radius:3px;background-color:#fff;box-shadow:0 3px 7px 0 rgba(0,0,0,.07);transition:.3s ease}.cky-dropdown .cky-dropdown-content ul{max-height:180px;padding:0;margin:0}.cky-dropdown .cky-dropdown-content ul li{list-style:none;margin:0;padding:5px 0}.cky-dropdown .cky-dropdown-content ul li .cky-form-group{margin:0}.cky-dropdown .cky-dropdown-content ul li:hover{background:#f8f9fa}.cky-dropdown .cky-dropdown-content ul li a{display:block}.cky-dropdown .cky-dropdown-anchor{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-size:10px;background-position:calc(100% - 10px) 50%;background-repeat:no-repeat;padding:8px 30px 8px 14px;min-height:40px;height:-webkit-max-content;height:-moz-max-content;height:max-content;outline:none;box-shadow:none;width:100%;margin:0;border:1px solid #ddd;border-radius:3px;font-size:14px;font-weight:400;transition:.3s ease-in-out;line-height:16px;background-color:#fff;text-align:left;cursor:pointer}.cky-dropdown.open .cky-dropdown-content{display:block}.cky-app-wrap .cky-banner-selector{display:flex;justify-content:space-between;max-width:300px;align-items:center;border:.5px solid #adadad;border-radius:4px;padding:0 2px 0 12px;background:#f6f7f7}.cky-app-wrap .cky-banner-selector .cky-dropdown-content{min-width:130px;transform:translate3d(-45px,0,0)}.cky-app-wrap .cky-banner-selector .cky-dropdown-content a{text-transform:uppercase;color:#23282d}.cky-app-wrap .cky-banner-selector .cky-label{margin-bottom:0;font-weight:500}.cky-app-wrap .cky-banner-selector .cky-dropdown .cky-dropdown-anchor{background-color:transparent;border:none}.cky-app-wrap .cky-banner-selector .cky-popper{width:200px}.cky-app-wrap .cky-banner-selector .cky-popper-container{margin-left:0}.cky-app-wrap .cky-app-accordion-advanced>.cky-app-accordion-content .cky-app-accordion-content-inner{padding-left:0}.cky-app-wrap .cky-pro-features{flex-direction:column;padding:15px}.cky-app-wrap .cky-pro-features p{margin-top:10px}.cky-app-wrap .cky-pro-features .cky-icon-base{margin-right:5px}.cky-app-wrap .cky-banner-tab-cookies{padding:15px 0}.cky-banner-layout-items{display:flex}.cky-banner-layout-items .cky-radio-group:not(:first-child){margin-left:15px}.cky-banner-layout-items .cky-image-radio img{width:100px}.cky-banner-layout-items .cky-radio-icon{position:relative}.cky-banner-layout-items .cky-radio.cky-image-radio.checked .cky-radio-icon:before{content:"";display:inline-block;width:15px;height:15px;position:absolute;bottom:0;right:0;background:url(../img/success.svg);background-repeat:no-repeat}.cky-section-layout{padding:20px;background:#fff}.cky-app-wrap .cky-banner-theme-radio .cky-radio{display:inline-flex;align-items:center}.cky-app-wrap .cky-banner-theme-radio .cky-radio input[type=radio]{margin-right:5px}.cky-section-css{position:relative;padding:15px;background:#fff}.cky-section-css textarea{min-height:350px;background:#edf0f3}.cky-section-css .cky-feature-content{opacity:1}.cky-section-css .cky-upgrade-modal-css{background:transparent;width:calc(100% - 60px);max-width:660px;position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);margin:0 auto;height:auto;z-index:0}.cky-app-wrap .cky-nav-tab-banner-settings .cky-nav-tab-content-container{background-color:#e6e8e9}.cky-app-wrap .cky-nav-tab-banner-settings .cky-nav-tab-section-content{min-height:700px}.cky-app-wrap .cky-nav-tab-banner-settings .cky-nav-tab-button{background-color:transparent}.cky-app-wrap .cky-nav-tab-banner-settings .cky-vertical-tabs .cky-nav-tab-item{border-bottom:none}.cky-app-wrap .cky-nav-tab-banner-settings .cky-vertical-tabs .cky-nav-tab-item.active,.cky-app-wrap .cky-nav-tab-banner-settings .cky-vertical-tabs .cky-nav-tab-item.active .cky-nav-tab-button{background-color:#e6e8e9}.cky-app-wrap h3.cky-section-title-heading{font-weight:400}.cky-app-wrap .cky-banner-preview-toggler{margin-left:15px}.cky-app-wrap .cky-banner-preview-toggler .cky-popper-container{display:flex;margin-left:0}
|
lite/admin/dist/css/chunk-69ed221f.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.cky-dropdown{position:relative}.cky-dropdown .cky-dropdown-content{width:100%;display:none;position:absolute;z-index:10;top:100%;left:auto;margin:0 0 0;padding:10px 10px;border:1px solid #ddd;border-radius:3px;background-color:#fff;box-shadow:0 3px 7px 0 rgba(0,0,0,.07);transition:.3s ease}.cky-dropdown .cky-dropdown-content ul{max-height:180px;padding:0;margin:0}.cky-dropdown .cky-dropdown-content ul li{list-style:none;margin:0;padding:5px 0}.cky-dropdown .cky-dropdown-content ul li .cky-form-group{margin:0}.cky-dropdown .cky-dropdown-content ul li:hover{background:#f8f9fa}.cky-dropdown .cky-dropdown-content ul li a{display:block}.cky-dropdown .cky-dropdown-anchor{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-size:10px;background-position:calc(100% - 10px) 50%;background-repeat:no-repeat;padding:8px 30px 8px 14px;min-height:40px;height:-webkit-max-content;height:-moz-max-content;height:max-content;outline:none;box-shadow:none;width:100%;margin:0;border:1px solid #ddd;border-radius:3px;font-size:14px;font-weight:400;transition:.3s ease-in-out;line-height:16px;background-color:#fff;text-align:left;cursor:pointer}.cky-dropdown.open .cky-dropdown-content{display:block}.cky-app-wrap .cky-app-modal-languages .cky-app-modal{max-width:720px}.cky-app-wrap .cky-dropdown-languages.open .cky-dropdown-anchor{border-bottom-right-radius:0;border-bottom-left-radius:0}.cky-app-wrap .cky-dropdown-languages ul{overflow-y:scroll}.cky-app-wrap .cky-dropdown-languages ul li{display:flex;justify-content:space-between;align-items:center;min-height:40px}.cky-app-wrap .cky-dropdown-languages ul li:hover{background:transparent}.cky-app-wrap .cky-dropdown-languages .cky-dropdown-content{border-top:none;border-top-right-radius:0;border-top-left-radius:0}.cky-app-wrap .cky-dropdown-languages .cky-dropdown-search-input{margin-bottom:0}.cky-app-wrap .cky-dropdown-languages .cky-dropdown-search-input input[type=text]{border:none;border-bottom:1px solid #ddd;border-radius:0;background-image:url(../img/search.svg);background-position:10px 12px;background-repeat:no-repeat;padding:5px 0 5px 33px;z-index:1;background-size:18px}.cky-app-wrap .cky-dropdown-languages .cky-dropdown-content{padding:0}.cky-app-wrap .cky-dropdown-languages .cky-dropdown-content ul li{padding:0 10px}.cky-app-wrap .cky-dropdown-languages .cky-label{margin-bottom:0;padding:10px 5px}.cky-app-wrap .cky-dropdown-languages .cky-form-group{margin-bottom:5px}.cky-app-wrap .cky-dropdown-languages .cky-dropdown-content{position:relative}.cky-app-wrap .cky-dropdown-languages .cky-language-notice{background-color:#fff8d9;border-radius:3px;color:#937201;font-size:13px;margin-bottom:0;margin-right:12px;padding:5px;display:flex;align-items:center}.cky-app-wrap .cky-dropdown-languages .cky-language-notice img{height:13px;margin-right:5px}.cky-app-wrap .cky-consent-language-lists{border:1px solid #d9d9d9;padding:10px;background-color:#fff}.cky-app-wrap .cky-consent-language-lists .cky-language-table-col{text-transform:uppercase;width:15%}.cky-app-wrap .cky-consent-language-lists .cky-badge{border-radius:50px;background:rgba(0,86,167,.05);color:#2170f9}.cky-app-wrap .cky-language-table-col-actions .cky-button{margin-left:10px}.cky-app-wrap .cky-languages-more-actions{position:relative;display:inline-block}.cky-app-wrap .cky-languages-more-actions-list{display:none;position:absolute;background-color:#fafafb;width:-webkit-max-content;width:-moz-max-content;width:max-content;border-radius:3px;border:1px solid #c9d0d6;min-width:130px;z-index:1;right:0}.cky-app-wrap .cky-languages-more-actions-list .cky-popper-container,.cky-app-wrap .cky-languages-more-actions-list .cky-poppper-trigger{display:block}.cky-app-wrap .cky-languages-more-actions-list .cky-popper-container .cky-popper,.cky-app-wrap .cky-languages-more-actions-list .cky-poppper-trigger .cky-popper{width:150px}.cky-app-wrap .cky-languages-more-actions-list .cky-popper-container{margin-left:0}.cky-app-wrap .cky-languages-more-actions-list ul{list-style:none;padding-left:0;margin:0}.cky-app-wrap .cky-languages-more-actions-list ul li{margin-bottom:0;display:flex;flex-direction:column}.cky-app-wrap .cky-languages-more-actions-list ul li a{display:flex}.cky-app-wrap .cky-languages-more-actions-list a{color:#3c434a;padding:10px;text-decoration:none;display:block}.cky-app-wrap .cky-languages-more-actions-list a:hover{background-color:#f1f1f1}.cky-app-wrap .cky-languages-more-actions:hover .cky-languages-more-actions-list{display:block}.cky-app-wrap .fade-enter-active{transition:opacity .5s}.cky-app-wrap .fade-enter,.cky-app-wrap .fade-leave-to{opacity:0}
|
lite/admin/dist/img/action-alert.svg
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
1 |
+
|
2 |
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#857122" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>
|
lite/admin/dist/img/arrow-bold.svg
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2 |
+
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3 |
+
|
4 |
+
<svg width="7" height="5" viewBox="0 0 7 5" fill="none" xmlns="http://www.w3.org/2000/svg">
|
5 |
+
<path d="M3.75 5L0.502405 0.5L6.9976 0.5L3.75 5Z" fill="#1863DC"/>
|
6 |
+
</svg>
|
lite/admin/dist/img/arrow-left.svg
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2 |
+
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3 |
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4 |
+
viewBox="0 0 330 330" style="enable-background:new 0 0 330 330;" xml:space="preserve">
|
5 |
+
<path id="XMLID_92_" d="M111.213,165.004L250.607,25.607c5.858-5.858,5.858-15.355,0-21.213c-5.858-5.858-15.355-5.858-21.213,0.001
|
6 |
+
l-150,150.004C76.58,157.211,75,161.026,75,165.004c0,3.979,1.581,7.794,4.394,10.607l150,149.996
|
7 |
+
C232.322,328.536,236.161,330,240,330s7.678-1.464,10.607-4.394c5.858-5.858,5.858-15.355,0-21.213L111.213,165.004z"/>
|
8 |
+
<g>
|
9 |
+
</g>
|
10 |
+
<g>
|
11 |
+
</g>
|
12 |
+
<g>
|
13 |
+
</g>
|
14 |
+
<g>
|
15 |
+
</g>
|
16 |
+
<g>
|
17 |
+
</g>
|
18 |
+
<g>
|
19 |
+
</g>
|
20 |
+
<g>
|
21 |
+
</g>
|
22 |
+
<g>
|
23 |
+
</g>
|
24 |
+
<g>
|
25 |
+
</g>
|
26 |
+
<g>
|
27 |
+
</g>
|
28 |
+
<g>
|
29 |
+
</g>
|
30 |
+
<g>
|
31 |
+
</g>
|
32 |
+
<g>
|
33 |
+
</g>
|
34 |
+
<g>
|
35 |
+
</g>
|
36 |
+
<g>
|
37 |
+
</g>
|
38 |
+
</svg>
|
lite/admin/dist/img/banner-bottom.svg
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="79" height="50" viewBox="0 0 79 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<rect x="0.5" width="77.7778" height="50" rx="4" fill="#EAF1FE"/>
|
3 |
+
<path d="M0.5 45.4443C0.5 44.8921 0.947715 44.4443 1.5 44.4443H77.2778C77.8301 44.4443 78.2778 44.8921 78.2778 45.4443V45.9999C78.2778 48.209 76.4869 49.9999 74.2778 49.9999H4.5C2.29086 49.9999 0.5 48.209 0.5 45.9999V45.4443Z" fill="#154FD9"/>
|
4 |
+
</svg>
|
lite/admin/dist/img/banner-status.svg
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<path
|
3 |
+
d="M4 37.8333H26.442C27.6267 39.0922 29.141 39.9931 30.8127 40.4333C31.1537 40.5249 31.5129 40.5249 31.854 40.4333C39.3753 38.3993 39.99 29.092 40 26.288C40.0004 25.5677 39.4286 24.9774 38.7087 24.9547C38.2227 24.9347 37.768 24.888 37.3333 24.8267V4.5C37.3311 2.29177 35.5416 0.502205 33.3333 0.5H4C1.79177 0.502205 0.00220492 2.29177 0 4.5V33.8333C0.00220492 36.0416 1.79177 37.8311 4 37.8333ZM31.5067 39.144C31.3931 39.174 31.2736 39.174 31.16 39.144C25.868 37.714 24.0033 31.744 24.0133 26.286C26.643 26.2266 29.1929 25.3714 31.3267 23.8333C33.4798 25.3528 36.0325 26.2049 38.6667 26.2833C38.658 28.848 38.116 37.358 31.5067 39.144ZM22 16.5067V16.6033C22.0478 18.2119 23.2462 19.5527 24.8393 19.78C25.0706 20.3191 25.4404 20.7875 25.9113 21.1373C26.6824 21.6871 27.6345 21.9213 28.5727 21.792C28.6355 22.2475 28.667 22.7068 28.6667 23.1667C28.6667 23.4087 28.646 23.6467 28.6293 23.8853C27.1556 24.539 25.5693 24.9012 23.958 24.952C23.2381 24.9747 22.6663 25.5651 22.6667 26.2853C22.6752 28.2033 22.9194 30.113 23.394 31.9713C21.8004 32.8307 20.0025 33.239 18.194 33.152C13.0533 32.8828 8.94638 28.7741 8.67933 23.6333C8.55064 20.9032 9.5455 18.2394 11.4324 16.262C13.3192 14.2846 15.9335 13.166 18.6667 13.1667C19.3495 13.1636 20.0307 13.2352 20.698 13.38C20.6784 13.5303 20.668 13.6817 20.6667 13.8333C20.6653 14.8847 21.1593 15.8753 22 16.5067ZM32.1453 22.7793C31.6677 22.4073 30.9983 22.4073 30.5207 22.7793C30.3913 22.88 30.2073 23.008 29.9993 23.1447C29.9989 22.63 29.9635 22.1159 29.8933 21.606C29.8421 21.2437 29.646 20.9177 29.35 20.7027C29.0582 20.4871 28.6897 20.403 28.3333 20.4707C27.7591 20.5597 27.1731 20.4141 26.7073 20.0667C26.4273 19.8597 26.2069 19.5823 26.0687 19.2627C25.8917 18.8399 25.5046 18.5421 25.0507 18.4793C24.0972 18.3442 23.3755 17.5487 23.3333 16.5867V16.5067C23.3402 16.0882 23.1464 15.6917 22.812 15.44C22.2972 15.0675 21.9946 14.4688 22 13.8333C22.0012 13.7442 22.0075 13.6551 22.0187 13.5667C22.1204 12.8762 21.6695 12.225 20.9873 12.0773C20.2246 11.914 19.4467 11.8322 18.6667 11.8333C15.5682 11.8326 12.6047 13.1009 10.466 15.3429C8.32742 17.5849 7.20038 20.605 7.34733 23.7C7.65364 29.5266 12.3099 34.1815 18.1367 34.486C18.3133 34.494 18.4887 34.498 18.664 34.498C20.4455 34.5011 22.2023 34.0821 23.7907 33.2753C24.1759 34.4148 24.7086 35.4989 25.3753 36.5H4C2.52724 36.5 1.33333 35.3061 1.33333 33.8333V9.83333H36V24.5613C34.6079 24.2339 33.2966 23.6277 32.1453 22.7793ZM4 1.83333H33.3333C34.8061 1.83333 36 3.02724 36 4.5V8.5H1.33333V4.5C1.33333 3.02724 2.52724 1.83333 4 1.83333Z"
|
4 |
+
fill="#1863DC" />
|
5 |
+
<path
|
6 |
+
d="M4.6665 7.16406C5.77107 7.16406 6.6665 6.26863 6.6665 5.16406C6.6665 4.05949 5.77107 3.16406 4.6665 3.16406C3.56193 3.16406 2.6665 4.05949 2.6665 5.16406C2.6665 6.26863 3.56193 7.16406 4.6665 7.16406ZM4.6665 4.4974C5.03469 4.4974 5.33317 4.79587 5.33317 5.16406C5.33317 5.53225 5.03469 5.83073 4.6665 5.83073C4.29831 5.83073 3.99984 5.53225 3.99984 5.16406C3.99984 4.79587 4.29831 4.4974 4.6665 4.4974Z"
|
7 |
+
fill="#1863DC" />
|
8 |
+
<path
|
9 |
+
d="M34.2158 28.6646L29.3491 32.9213L28.4565 32.0286C28.1949 31.776 27.7791 31.7796 27.5219 32.0368C27.2648 32.2939 27.2612 32.7097 27.5138 32.9713L28.8471 34.3046C29.0953 34.5531 29.4935 34.5665 29.7578 34.3353L35.0911 29.6686C35.3684 29.4262 35.3966 29.0049 35.1541 28.7276C34.9117 28.4504 34.4904 28.4222 34.2131 28.6646H34.2158Z"
|
10 |
+
fill="#1863DC" />
|
11 |
+
<path
|
12 |
+
d="M17.3335 18.5C18.4381 18.5 19.3335 17.6046 19.3335 16.5C19.3335 15.3954 18.4381 14.5 17.3335 14.5C16.2289 14.5 15.3335 15.3954 15.3335 16.5C15.3335 17.6046 16.2289 18.5 17.3335 18.5ZM17.3335 15.8333C17.7017 15.8333 18.0002 16.1318 18.0002 16.5C18.0002 16.8682 17.7017 17.1667 17.3335 17.1667C16.9653 17.1667 16.6668 16.8682 16.6668 16.5C16.6668 16.1318 16.9653 15.8333 17.3335 15.8333Z"
|
13 |
+
fill="#1863DC" />
|
14 |
+
<path
|
15 |
+
d="M18.6665 22.5C18.6665 23.6046 19.5619 24.5 20.6665 24.5C21.7711 24.5 22.6665 23.6046 22.6665 22.5C22.6665 21.3954 21.7711 20.5 20.6665 20.5C19.5619 20.5 18.6665 21.3954 18.6665 22.5ZM21.3332 22.5C21.3332 22.8682 21.0347 23.1667 20.6665 23.1667C20.2983 23.1667 19.9998 22.8682 19.9998 22.5C19.9998 22.1318 20.2983 21.8333 20.6665 21.8333C21.0347 21.8333 21.3332 22.1318 21.3332 22.5Z"
|
16 |
+
fill="#1863DC" />
|
17 |
+
<path
|
18 |
+
d="M16.6668 21.8307C16.6668 20.358 15.4729 19.1641 14.0002 19.1641C12.5274 19.1641 11.3335 20.358 11.3335 21.8307C11.3335 23.3035 12.5274 24.4974 14.0002 24.4974C15.4729 24.4974 16.6668 23.3035 16.6668 21.8307ZM14.0002 23.1641C13.2638 23.1641 12.6668 22.5671 12.6668 21.8307C12.6668 21.0943 13.2638 20.4974 14.0002 20.4974C14.7365 20.4974 15.3335 21.0943 15.3335 21.8307C15.3335 22.5671 14.7365 23.1641 14.0002 23.1641Z"
|
19 |
+
fill="#1863DC" />
|
20 |
+
<path
|
21 |
+
d="M17.3332 25.8359C15.8604 25.8359 14.6665 27.0298 14.6665 28.5026C14.6665 29.9754 15.8604 31.1693 17.3332 31.1693C18.8059 31.1693 19.9998 29.9754 19.9998 28.5026C19.9998 27.0298 18.8059 25.8359 17.3332 25.8359ZM17.3332 29.8359C16.5968 29.8359 15.9998 29.239 15.9998 28.5026C15.9998 27.7662 16.5968 27.1693 17.3332 27.1693C18.0696 27.1693 18.6665 27.7662 18.6665 28.5026C18.6665 29.239 18.0696 29.8359 17.3332 29.8359Z"
|
22 |
+
fill="#1863DC" />
|
23 |
+
</svg>
|
lite/admin/dist/img/banner-top.svg
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="79" height="50" viewBox="0 0 79 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<rect x="0.277771" width="77.7778" height="50" rx="4" fill="#EAF1FE"/>
|
3 |
+
<path d="M0.277771 4C0.277771 1.79086 2.06863 0 4.27777 0H74.0555C76.2647 0 78.0555 1.79086 78.0555 4V4.55556C78.0555 5.10784 77.6078 5.55556 77.0555 5.55556H1.27777C0.725486 5.55556 0.277771 5.10784 0.277771 4.55556V4Z" fill="#154FD9"/>
|
4 |
+
</svg>
|
lite/admin/dist/img/box-bottom-left.svg
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="79" height="50" viewBox="0 0 79 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<rect x="0.5" width="77.7778" height="50" rx="4" fill="#EAF1FE"/>
|
3 |
+
<rect x="9.75925" y="25.9258" width="24.0741" height="14.8148" rx="2" fill="#154FD9"/>
|
4 |
+
</svg>
|
lite/admin/dist/img/box-bottom-right.svg
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="79" height="50" viewBox="0 0 79 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<rect x="0.277771" width="77.78" height="50" rx="4" fill="#EAF1FE"/>
|
3 |
+
<rect x="44.7235" y="28" width="24.0748" height="16" rx="2" fill="#154FD9"/>
|
4 |
+
</svg>
|
lite/admin/dist/img/box-top-left.svg
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="79" height="50" viewBox="0 0 79 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<rect x="0.5" width="77.7778" height="50" rx="4" fill="#EAF1FE"/>
|
3 |
+
<rect x="9.75925" y="9.25879" width="24.0741" height="14.8148" rx="2" fill="#154FD9"/>
|
4 |
+
</svg>
|
lite/admin/dist/img/box-top-right.svg
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="79" height="50" viewBox="0 0 79 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<rect x="0.277771" width="77.7778" height="50" rx="4" fill="#EAF1FE"/>
|
3 |
+
<rect x="44.7222" y="9.25879" width="24.0741" height="14.8148" rx="2" fill="#154FD9"/>
|
4 |
+
</svg>
|
lite/admin/dist/img/classic-bottom.svg
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="79" height="50" viewBox="0 0 79 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<rect x="0.5" width="77.7778" height="50" rx="4" fill="#EAF1FE"/>
|
3 |
+
<rect x="11.6111" y="32.4072" width="55.5556" height="5.55556" rx="1" fill="#154FD9"/>
|
4 |
+
</svg>
|
lite/admin/dist/img/classic-top.svg
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="79" height="50" viewBox="0 0 79 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<rect x="0.277771" width="77.7778" height="50" rx="4" fill="#EAF1FE"/>
|
3 |
+
<rect x="11.3889" y="9.25879" width="55.5556" height="5.55556" rx="1" fill="#154FD9"/>
|
4 |
+
</svg>
|
lite/admin/dist/img/close.svg
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><g fill="inherit"><path d="M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z"></path></g></svg>
|
lite/admin/dist/img/connect-success.svg
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg
|
2 |
+
width="91"
|
3 |
+
height="90"
|
4 |
+
viewBox="0 0 91 90"
|
5 |
+
fill="none"
|
6 |
+
xmlns="http://www.w3.org/2000/svg"
|
7 |
+
>
|
8 |
+
<path
|
9 |
+
d="M45.5 0.375C57.3353 0.375 68.6858 5.07655 77.0546 13.4454C85.4234 21.8142 90.125 33.1647 90.125 45C90.125 56.8353 85.4234 68.1858 77.0546 76.5546C68.6858 84.9234 57.3353 89.625 45.5 89.625C33.6647 89.625 22.3142 84.9234 13.9454 76.5546C5.57655 68.1858 0.875 56.8353 0.875 45C0.875 33.1647 5.57655 21.8142 13.9454 13.4454C22.3142 5.07655 33.6647 0.375 45.5 0.375ZM39.941 53.8039L30.0279 43.8844C29.6725 43.529 29.2506 43.2471 28.7863 43.0548C28.3219 42.8624 27.8243 42.7634 27.3217 42.7634C26.8191 42.7634 26.3214 42.8624 25.8571 43.0548C25.3928 43.2471 24.9709 43.529 24.6155 43.8844C23.8978 44.6021 23.4946 45.5755 23.4946 46.5906C23.4946 47.6056 23.8978 48.579 24.6155 49.2967L37.238 61.9193C37.5924 62.2764 38.014 62.5599 38.4784 62.7533C38.9429 62.9468 39.441 63.0464 39.9442 63.0464C40.4473 63.0464 40.9455 62.9468 41.41 62.7533C41.8744 62.5599 42.296 62.2764 42.6504 61.9193L68.7879 35.7754C69.148 35.4215 69.4345 34.9998 69.6308 34.5346C69.8272 34.0694 69.9295 33.5699 69.9318 33.065C69.9342 32.5601 69.8365 32.0597 69.6445 31.5927C69.4525 31.1257 69.17 30.7014 68.8131 30.3441C68.4563 29.9869 68.0323 29.7038 67.5655 29.5113C67.0988 29.3187 66.5985 29.2205 66.0936 29.2223C65.5887 29.224 65.0891 29.3257 64.6237 29.5215C64.1583 29.7173 63.7362 30.0033 63.3819 30.363L39.941 53.8039Z"
|
10 |
+
fill="#2DAD70"
|
11 |
+
/>
|
12 |
+
</svg>
|
lite/admin/dist/img/error.svg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 19.99 19.99">
|
2 |
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.99688 9.15527e-05C15.5142 9.15527e-05 19.9936 4.47946 19.9936 9.9968C19.9936 15.5141 15.5142 19.9935 9.99688 19.9935C4.47955 19.9935 0.000183105 15.5141 0.000183105 9.9968C0.000183105 4.47946 4.47955 9.15527e-05 9.99688 9.15527e-05ZM10.005 16.1581C9.67403 16.1581 9.38512 16.0509 9.13819 15.8366C8.89131 15.6223 8.76788 15.3225 8.76788 14.9372C8.76788 14.6008 8.88589 14.3146 9.12192 14.0785C9.35795 13.8425 9.64691 13.7245 9.98875 13.7245C10.3306 13.7245 10.6223 13.8425 10.8637 14.0785C11.1052 14.3146 11.2259 14.6008 11.2259 14.9372C11.2259 15.317 11.1038 15.6155 10.8596 15.8325C10.6154 16.0496 10.3306 16.1581 10.005 16.1581ZM9.10158 10.8026L8.84114 6.90397C8.79228 6.1443 8.76788 5.59898 8.76788 5.26799C8.76788 4.81762 8.88589 4.46629 9.12192 4.21399C9.35795 3.96169 9.6686 3.83549 10.0539 3.83549C10.5205 3.83549 10.8325 3.99694 10.9899 4.3198C11.1472 4.64266 11.2259 5.10794 11.2259 5.71564C11.2259 6.07375 11.2069 6.43733 11.1689 6.80629L10.8189 10.8188C10.7809 11.2964 10.6995 11.6626 10.5748 11.9176C10.45 12.1726 10.2438 12.3001 9.9562 12.3001C9.66318 12.3001 9.45969 12.1767 9.34574 11.9298C9.2318 11.6829 9.15039 11.3072 9.10158 10.8026Z" fill="#DC3232"/>
|
3 |
+
</svg>
|
lite/admin/dist/img/external.svg
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="11" height="11" viewBox="0 0 11 11" fill="inherit" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<mask id="path-1-inside-1_4567_9698" fill="inherit">
|
3 |
+
<path d="M10.2583 0.295591C10.2421 0.296101 10.226 0.297514 10.21 0.299822H7.66673C7.60931 0.29901 7.5523 0.309619 7.49901 0.331032C7.44573 0.352444 7.39723 0.384234 7.35633 0.424553C7.31544 0.464872 7.28297 0.512917 7.2608 0.565895C7.23864 0.618873 7.22723 0.675728 7.22723 0.733156C7.22723 0.790583 7.23864 0.847438 7.2608 0.900416C7.28297 0.953395 7.31544 1.00144 7.35633 1.04176C7.39723 1.08208 7.44573 1.11387 7.49901 1.13528C7.5523 1.15669 7.60931 1.1673 7.66673 1.16649H9.22064L4.76035 5.62678C4.71876 5.66671 4.68556 5.71453 4.66269 5.76746C4.63981 5.82038 4.62773 5.87733 4.62714 5.93498C4.62655 5.99263 4.63748 6.04982 4.65927 6.1032C4.68106 6.15658 4.71328 6.20507 4.75405 6.24584C4.79482 6.28661 4.84331 6.31883 4.89669 6.34062C4.95007 6.36241 5.00725 6.37334 5.06491 6.37275C5.12256 6.37216 5.17951 6.36008 5.23243 6.3372C5.28536 6.31433 5.33318 6.28113 5.37311 6.23954L9.8334 1.77925V3.33316C9.83259 3.39058 9.84319 3.44759 9.86461 3.50088C9.88602 3.55416 9.91781 3.60266 9.95813 3.64355C9.99845 3.68445 10.0465 3.71692 10.0995 3.73908C10.1524 3.76125 10.2093 3.77266 10.2667 3.77266C10.3242 3.77266 10.381 3.76125 10.434 3.73908C10.487 3.71692 10.535 3.68445 10.5753 3.64355C10.6157 3.60266 10.6474 3.55416 10.6689 3.50088C10.6903 3.44759 10.7009 3.39058 10.7001 3.33316V0.788169C10.7087 0.72578 10.7036 0.662259 10.6852 0.602031C10.6668 0.541802 10.6355 0.486312 10.5934 0.439425C10.5513 0.392538 10.4996 0.35538 10.4417 0.33054C10.3838 0.3057 10.3212 0.293773 10.2583 0.295591ZM1.60007 2.03316C1.1264 2.03316 0.733398 2.42616 0.733398 2.89982V9.39982C0.733398 9.87348 1.1264 10.2665 1.60007 10.2665H8.10007C8.57373 10.2665 8.96673 9.87348 8.96673 9.39982V5.06649V3.9493L8.10007 4.81597V5.93316V9.39982H1.60007V2.89982H5.06673H5.9334H6.18392L7.05059 2.03316H5.9334H5.06673H1.60007Z"/>
|
4 |
+
</mask>
|
5 |
+
<path d="M10.2583 0.295591C10.2421 0.296101 10.226 0.297514 10.21 0.299822H7.66673C7.60931 0.29901 7.5523 0.309619 7.49901 0.331032C7.44573 0.352444 7.39723 0.384234 7.35633 0.424553C7.31544 0.464872 7.28297 0.512917 7.2608 0.565895C7.23864 0.618873 7.22723 0.675728 7.22723 0.733156C7.22723 0.790583 7.23864 0.847438 7.2608 0.900416C7.28297 0.953395 7.31544 1.00144 7.35633 1.04176C7.39723 1.08208 7.44573 1.11387 7.49901 1.13528C7.5523 1.15669 7.60931 1.1673 7.66673 1.16649H9.22064L4.76035 5.62678C4.71876 5.66671 4.68556 5.71453 4.66269 5.76746C4.63981 5.82038 4.62773 5.87733 4.62714 5.93498C4.62655 5.99263 4.63748 6.04982 4.65927 6.1032C4.68106 6.15658 4.71328 6.20507 4.75405 6.24584C4.79482 6.28661 4.84331 6.31883 4.89669 6.34062C4.95007 6.36241 5.00725 6.37334 5.06491 6.37275C5.12256 6.37216 5.17951 6.36008 5.23243 6.3372C5.28536 6.31433 5.33318 6.28113 5.37311 6.23954L9.8334 1.77925V3.33316C9.83259 3.39058 9.84319 3.44759 9.86461 3.50088C9.88602 3.55416 9.91781 3.60266 9.95813 3.64355C9.99845 3.68445 10.0465 3.71692 10.0995 3.73908C10.1524 3.76125 10.2093 3.77266 10.2667 3.77266C10.3242 3.77266 10.381 3.76125 10.434 3.73908C10.487 3.71692 10.535 3.68445 10.5753 3.64355C10.6157 3.60266 10.6474 3.55416 10.6689 3.50088C10.6903 3.44759 10.7009 3.39058 10.7001 3.33316V0.788169C10.7087 0.72578 10.7036 0.662259 10.6852 0.602031C10.6668 0.541802 10.6355 0.486312 10.5934 0.439425C10.5513 0.392538 10.4996 0.35538 10.4417 0.33054C10.3838 0.3057 10.3212 0.293773 10.2583 0.295591ZM1.60007 2.03316C1.1264 2.03316 0.733398 2.42616 0.733398 2.89982V9.39982C0.733398 9.87348 1.1264 10.2665 1.60007 10.2665H8.10007C8.57373 10.2665 8.96673 9.87348 8.96673 9.39982V5.06649V3.9493L8.10007 4.81597V5.93316V9.39982H1.60007V2.89982H5.06673H5.9334H6.18392L7.05059 2.03316H5.9334H5.06673H1.60007Z" fill="inherit" fill-opacity="0.8"/>
|
6 |
+
<path d="M10.21 0.299822V1.29982H10.2818L10.3529 1.28956L10.21 0.299822ZM7.66673 0.299822L7.65259 1.29982H7.66673V0.299822ZM7.66673 1.16649V0.166389L7.65259 0.166589L7.66673 1.16649ZM9.22064 1.16649L9.92774 1.8736L11.6349 0.166489H9.22064V1.16649ZM4.76035 5.62678L5.45292 6.34813L5.46026 6.34108L5.46746 6.33388L4.76035 5.62678ZM5.37311 6.23954L4.66601 5.53243L4.65881 5.53963L4.65176 5.54697L5.37311 6.23954ZM9.8334 1.77925H10.8334V-0.634964L9.12629 1.07214L9.8334 1.77925ZM9.8334 3.33316L10.8334 3.3473V3.33316H9.8334ZM10.7001 3.33316H9.69997L9.70016 3.3473L10.7001 3.33316ZM10.7001 0.788169L9.7095 0.651147L9.70007 0.719334V0.788169H10.7001ZM8.96673 3.9493H9.96673V1.53509L8.25962 3.2422L8.96673 3.9493ZM8.10007 4.81597L7.39296 4.10886L7.10007 4.40176V4.81597H8.10007ZM8.10007 9.39982V10.3998H9.10007V9.39982H8.10007ZM1.60007 9.39982H0.600065V10.3998H1.60007V9.39982ZM1.60007 2.89982V1.89982H0.600065V2.89982H1.60007ZM6.18392 2.89982V3.89982H6.59813L6.89103 3.60693L6.18392 2.89982ZM7.05059 2.03316L7.75769 2.74026L9.4648 1.03316H7.05059V2.03316ZM10.2267 -0.70391C10.1733 -0.702222 10.12 -0.69755 10.0671 -0.689914L10.3529 1.28956C10.332 1.29258 10.311 1.29442 10.2899 1.29509L10.2267 -0.70391ZM10.21 -0.700178H7.66673V1.29982H10.21V-0.700178ZM7.68087 -0.700078C7.49095 -0.702763 7.30239 -0.667676 7.12615 -0.596855L7.87188 1.25892C7.80221 1.28691 7.72767 1.30078 7.65259 1.29972L7.68087 -0.700078ZM7.12615 -0.596855C6.94991 -0.526034 6.7895 -0.420892 6.65424 -0.287536L8.05842 1.13664C8.00495 1.18936 7.94154 1.23092 7.87188 1.25892L7.12615 -0.596855ZM6.65424 -0.287536C6.51899 -0.15418 6.41159 0.00472629 6.33828 0.179948L8.18332 0.951843C8.15435 1.02111 8.11189 1.08393 8.05842 1.13664L6.65424 -0.287536ZM6.33828 0.179948C6.26498 0.355175 6.22723 0.543221 6.22723 0.733156H8.22723C8.22723 0.808236 8.21231 0.882572 8.18332 0.951843L6.33828 0.179948ZM6.22723 0.733156C6.22723 0.923091 6.26498 1.11114 6.33828 1.28636L8.18332 0.514469C8.21231 0.58374 8.22723 0.658076 8.22723 0.733156H6.22723ZM6.33828 1.28636C6.41159 1.46159 6.51899 1.62049 6.65424 1.75385L8.05842 0.32967C8.11189 0.382387 8.15435 0.445204 8.18332 0.514469L6.33828 1.28636ZM6.65424 1.75385C6.7895 1.8872 6.94991 1.99235 7.12615 2.06317L7.87188 0.207394C7.94154 0.235389 8.00495 0.276952 8.05842 0.32967L6.65424 1.75385ZM7.12615 2.06317C7.30239 2.13399 7.49095 2.16908 7.68087 2.16639L7.65259 0.166589C7.72767 0.165528 7.80221 0.179398 7.87188 0.207394L7.12615 2.06317ZM7.66673 2.16649H9.22064V0.166489H7.66673V2.16649ZM8.51353 0.459383L4.05324 4.91967L5.46746 6.33388L9.92774 1.8736L8.51353 0.459383ZM4.06778 4.90542C3.93023 5.03749 3.82041 5.19568 3.74476 5.37071L5.58062 6.1642C5.55071 6.23339 5.5073 6.29592 5.45292 6.34813L4.06778 4.90542ZM3.74476 5.37071C3.6691 5.54575 3.62913 5.73413 3.62719 5.92481L5.62709 5.94516C5.62632 6.02054 5.61052 6.095 5.58062 6.1642L3.74476 5.37071ZM3.62719 5.92481C3.62525 6.11548 3.66138 6.30463 3.73345 6.48118L5.58508 5.72522C5.61358 5.79501 5.62786 5.86978 5.62709 5.94516L3.62719 5.92481ZM3.73345 6.48118C3.80553 6.65772 3.91211 6.81811 4.04694 6.95294L5.46116 5.53873C5.51446 5.59203 5.55659 5.65544 5.58508 5.72522L3.73345 6.48118ZM4.04694 6.95294C4.18178 7.08779 4.34217 7.19436 4.51871 7.26644L5.27467 5.41481C5.34445 5.4433 5.40785 5.48543 5.46116 5.53873L4.04694 6.95294ZM4.51871 7.26644C4.69525 7.33851 4.88439 7.37464 5.07508 7.3727L5.05473 5.3728C5.13011 5.37203 5.20489 5.38632 5.27467 5.41481L4.51871 7.26644ZM5.07508 7.3727C5.26577 7.37076 5.45414 7.33079 5.62918 7.25513L4.83569 5.41927C4.90488 5.38937 4.97935 5.37357 5.05473 5.3728L5.07508 7.3727ZM5.62918 7.25513C5.80421 7.17948 5.9624 7.06966 6.09446 6.93211L4.65176 5.54697C4.70397 5.49259 4.7665 5.44918 4.83569 5.41927L5.62918 7.25513ZM6.08022 6.94664L10.5405 2.48636L9.12629 1.07214L4.66601 5.53243L6.08022 6.94664ZM8.8334 1.77925V3.33316H10.8334V1.77925H8.8334ZM8.8335 3.31902C8.83081 3.50894 8.8659 3.6975 8.93672 3.87374L10.7925 3.12801C10.8205 3.19768 10.8344 3.27222 10.8333 3.3473L8.8335 3.31902ZM8.93672 3.87374C9.00754 4.04998 9.11268 4.21039 9.24604 4.34564L10.6702 2.94146C10.7229 2.99493 10.7645 3.05834 10.7925 3.12801L8.93672 3.87374ZM9.24604 4.34564C9.37939 4.4809 9.5383 4.5883 9.71352 4.6616L10.4854 2.81656C10.5547 2.84554 10.6175 2.888 10.6702 2.94146L9.24604 4.34564ZM9.71352 4.6616C9.88875 4.73491 10.0768 4.77266 10.2667 4.77266V2.77266C10.3418 2.77266 10.4162 2.78758 10.4854 2.81656L9.71352 4.6616ZM10.2667 4.77266C10.4567 4.77266 10.6447 4.73491 10.8199 4.6616L10.048 2.81656C10.1173 2.78758 10.1916 2.77266 10.2667 2.77266V4.77266ZM10.8199 4.6616C10.9952 4.5883 11.1541 4.4809 11.2874 4.34564L9.86325 2.94146C9.91596 2.888 9.97878 2.84554 10.048 2.81656L10.8199 4.6616ZM11.2874 4.34564C11.4208 4.21039 11.5259 4.04998 11.5967 3.87374L9.74097 3.12801C9.76896 3.05834 9.81053 2.99493 9.86325 2.94146L11.2874 4.34564ZM11.5967 3.87374C11.6676 3.6975 11.7027 3.50894 11.7 3.31902L9.70016 3.3473C9.6991 3.27222 9.71297 3.19768 9.74097 3.12801L11.5967 3.87374ZM11.7001 3.33316V0.788169H9.70007V3.33316H11.7001ZM11.6906 0.925191C11.7192 0.71884 11.7024 0.508749 11.6415 0.309545L9.72893 0.894516C9.70485 0.81577 9.69821 0.73272 9.7095 0.651147L11.6906 0.925191ZM11.6415 0.309545C11.5805 0.110342 11.4769 -0.0731889 11.3378 -0.228267L9.84896 1.10712C9.79398 1.04581 9.75302 0.973262 9.72893 0.894516L11.6415 0.309545ZM11.3378 -0.228267C11.1987 -0.383342 11.0275 -0.506239 10.8361 -0.588399L10.0473 1.24948C9.97163 1.217 9.90394 1.16842 9.84896 1.10712L11.3378 -0.228267ZM10.8361 -0.588399C10.6447 -0.670559 10.4376 -0.710005 10.2294 -0.703993L10.2871 1.29517C10.2048 1.29755 10.123 1.28196 10.0473 1.24948L10.8361 -0.588399ZM1.60007 1.03316C0.57412 1.03316 -0.266602 1.87388 -0.266602 2.89982H1.7334C1.7334 2.9445 1.71445 2.97774 1.69622 2.99597C1.67798 3.01421 1.64474 3.03316 1.60007 3.03316V1.03316ZM-0.266602 2.89982V9.39982H1.7334V2.89982H-0.266602ZM-0.266602 9.39982C-0.266602 10.4258 0.57412 11.2665 1.60007 11.2665V9.26649C1.64474 9.26649 1.67798 9.28544 1.69622 9.30367C1.71445 9.32191 1.7334 9.35515 1.7334 9.39982H-0.266602ZM1.60007 11.2665H8.10007V9.26649H1.60007V11.2665ZM8.10007 11.2665C9.12601 11.2665 9.96673 10.4258 9.96673 9.39982H7.96673C7.96673 9.35515 7.98568 9.32191 8.00391 9.30367C8.02215 9.28544 8.05539 9.26649 8.10007 9.26649V11.2665ZM9.96673 9.39982V5.06649H7.96673V9.39982H9.96673ZM9.96673 5.06649V3.9493H7.96673V5.06649H9.96673ZM8.25962 3.2422L7.39296 4.10886L8.80717 5.52308L9.67384 4.65641L8.25962 3.2422ZM7.10007 4.81597V5.93316H9.10007V4.81597H7.10007ZM7.10007 5.93316V9.39982H9.10007V5.93316H7.10007ZM8.10007 8.39982H1.60007V10.3998H8.10007V8.39982ZM2.60007 9.39982V2.89982H0.600065V9.39982H2.60007ZM1.60007 3.89982H5.06673V1.89982H1.60007V3.89982ZM5.06673 3.89982H5.9334V1.89982H5.06673V3.89982ZM5.9334 3.89982H6.18392V1.89982H5.9334V3.89982ZM6.89103 3.60693L7.75769 2.74026L6.34348 1.32605L5.47681 2.19272L6.89103 3.60693ZM7.05059 1.03316H5.9334V3.03316H7.05059V1.03316ZM5.9334 1.03316H5.06673V3.03316H5.9334V1.03316ZM5.06673 1.03316H1.60007V3.03316H5.06673V1.03316Z" fill="inherit" fill-opacity="0.8" mask="url(#path-1-inside-1_4567_9698)"/>
|
7 |
+
</svg>
|
lite/admin/dist/img/help.svg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0.5 19 19">
|
2 |
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 4.756 4.256 0.5 9.5 0.5C14.744 0.5 19 4.756 19 10C19 15.244 14.744 19.5 9.5 19.5C4.256 19.5 0 15.244 0 10ZM10.6944 16.0556H8.75V14.1111H10.6944V16.0556ZM9.5 18C5.09 18 1.5 14.41 1.5 10C1.5 5.59 5.09 2 9.5 2C13.91 2 17.5 5.59 17.5 10C17.5 14.41 13.91 18 9.5 18ZM5.83333 8.27779C5.83333 6.12917 7.57361 4.3889 9.72222 4.3889C11.8708 4.3889 13.6111 6.12917 13.6111 8.27779C13.6111 9.52507 12.843 10.1963 12.0952 10.8498C11.3857 11.4698 10.6944 12.0739 10.6944 13.1389H8.75C8.75 11.3682 9.66595 10.6661 10.4713 10.0489C11.103 9.56463 11.6667 9.13258 11.6667 8.27779C11.6667 7.20834 10.7917 6.33334 9.72222 6.33334C8.65278 6.33334 7.77778 7.20834 7.77778 8.27779H5.83333Z" fill="#087CE1"/>
|
3 |
+
</svg>
|
lite/admin/dist/img/info.svg
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20">
|
2 |
+
<g clip-path="url(#clip0)">
|
3 |
+
<circle cx="10" cy="10" r="10" fill="#087CE1"/>
|
4 |
+
<path d="M10.2173 7.43462C10.8896 7.43462 11.4346 6.88962 11.4346 6.21731C11.4346 5.54501 10.8896 5 10.2173 5C9.54501 5 9 5.54501 9 6.21731C9 6.88962 9.54501 7.43462 10.2173 7.43462Z" fill="white"/>
|
5 |
+
<path d="M11.4347 9.46344C11.4347 8.79113 10.8897 8.24613 10.2174 8.24613C9.54506 8.24613 9.00005 8.79113 9.00005 9.46344L9.00005 14.3327C9.00005 15.005 9.54506 15.55 10.2174 15.55C10.8897 15.55 11.4347 15.005 11.4347 14.3327L11.4347 9.46344Z" fill="white"/>
|
6 |
+
</g>
|
7 |
+
<defs>
|
8 |
+
<clipPath id="clip0">
|
9 |
+
<rect width="20" height="20" fill="white"/>
|
10 |
+
</clipPath>
|
11 |
+
</defs>
|
12 |
+
</svg>
|
lite/admin/dist/img/language.svg
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<path
|
3 |
+
d="M39.4967 0.5H4.52505C2.31632 0.5 0.521723 2.2946 0.475708 4.54935V33.9531C0.475708 36.1618 2.2703 37.9564 4.52505 38.0025H34.0669L42.2576 43.4783C42.8098 43.8464 43.5 43.4323 43.5 42.788V4.50333C43.5 2.2946 41.7054 0.5 39.4967 0.5ZM41.9355 41.1775L34.7571 36.4379C34.619 36.3459 34.481 36.2999 34.2969 36.2999H4.52505C3.19061 36.2999 2.13226 35.1955 2.08624 33.8611V4.50333C2.08624 3.16889 3.19061 2.11054 4.52505 2.06452H39.4967C40.8311 2.06452 41.8895 3.16889 41.9355 4.50333V41.1775Z"
|
4 |
+
fill="#1863DC" />
|
5 |
+
<path
|
6 |
+
d="M34.1589 19.3202C34.1589 12.602 28.7291 7.17221 22.0108 7.17221C15.3386 7.17221 9.86279 12.602 9.86279 19.3202C9.86279 26.0385 15.3386 31.4683 22.0108 31.4683C28.683 31.4683 34.1128 26.0385 34.1589 19.3202ZM31.9041 22.9094H27.7627C28.1309 20.5166 28.1309 18.0778 27.7627 15.685H31.9041C32.3183 16.7894 32.5483 18.0318 32.5483 19.2742C32.5483 20.5627 32.2722 21.8511 31.9041 22.9094ZM22.0108 29.8577C20.5844 29.8577 19.0658 27.8331 18.2376 24.566H25.7841C24.9558 27.8331 23.4373 29.8577 22.0108 29.8577ZM17.9155 22.9094C17.5473 20.5166 17.5473 18.0778 17.9155 15.685H26.1062C26.4743 18.0778 26.4743 20.5166 26.1062 22.9094H17.9155ZM11.4733 19.3202C11.4733 17.9398 11.7954 16.4673 12.1175 15.7311H16.2589C15.9368 18.1238 15.9368 20.5627 16.2589 22.9555H12.1175C11.8415 22.3112 11.4733 20.7467 11.4733 19.3202ZM22.0108 8.78275C23.4373 8.78275 24.9558 10.8074 25.7841 14.0745H18.2376C19.0658 10.8534 20.5844 8.78275 22.0108 8.78275ZM31.1219 14.1205H27.3946C27.0725 12.418 26.3823 10.8534 25.462 9.42696C27.9008 10.2552 29.8794 11.9118 31.1219 14.1205ZM18.5137 9.38094C17.5934 10.8074 16.9031 12.418 16.581 14.0745H12.8538C14.1422 11.9118 16.1209 10.2552 18.5137 9.38094ZM12.8998 24.52H16.627C16.9491 26.2225 17.6394 27.7871 18.5597 29.2135C16.1209 28.3853 14.1422 26.7287 12.8998 24.52ZM25.508 29.2595C26.4283 27.8331 27.1185 26.2225 27.4406 24.566H31.1679C29.8794 26.7287 27.9008 28.3853 25.508 29.2595Z"
|
7 |
+
fill="#1863DC" />
|
8 |
+
</svg>
|
lite/admin/dist/img/loader.svg
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="loading-aria" viewBox="0 0 1000 100" preserveAspectRatio="none" width="1000" height="100">
|
2 |
+
|
3 |
+
<rect x="0" y="0" width="100%" height="100%" clip-path="url(#clip-path)" style="fill: url("#fill");"/>
|
4 |
+
<defs>
|
5 |
+
<clipPath id="clip-path">
|
6 |
+
<rect x="0" y="8" rx="3" ry="3" width="1000" height="15"/>
|
7 |
+
<rect xmlns="http://www.w3.org/2000/svg" x="0" y="34" rx="3" ry="3" width="1000" height="15"/>
|
8 |
+
<rect xmlns="http://www.w3.org/2000/svg" x="0" y="60" rx="3" ry="3" width="1000" height="15"/>
|
9 |
+
</clipPath>
|
10 |
+
<linearGradient id="fill">
|
11 |
+
<stop offset="0.599964" stop-color="#f3f3f3" stop-opacity="1">
|
12 |
+
<animate attributeName="offset" values="-2; -2; 1" keyTimes="0; 0.25; 1" dur="2s" repeatCount="indefinite"/>
|
13 |
+
</stop>
|
14 |
+
<stop offset="1.59996" stop-color="#ecebeb" stop-opacity="1">
|
15 |
+
<animate attributeName="offset" values="-1; -1; 2" keyTimes="0; 0.25; 1" dur="2s" repeatCount="indefinite"/>
|
16 |
+
</stop>
|
17 |
+
<stop offset="2.59996" stop-color="#f3f3f3" stop-opacity="1">
|
18 |
+
<animate attributeName="offset" values="0; 0; 3" keyTimes="0; 0.25; 1" dur="2s" repeatCount="indefinite"/>
|
19 |
+
</stop>
|
20 |
+
</linearGradient>
|
21 |
+
</defs>
|
22 |
+
</svg>
|
lite/admin/dist/img/logo.png
ADDED
Binary file
|
lite/admin/dist/img/popup-center.svg
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="79" height="50" viewBox="0 0 79 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<rect x="0.277771" width="77.78" height="50" rx="4" fill="#EAF1FE"/>
|
3 |
+
<rect x="26.7235" y="17" width="24.0748" height="16" rx="2" fill="#154FD9"/>
|
4 |
+
</svg>
|
lite/admin/dist/img/regulation.svg
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<path
|
3 |
+
d="M18.0263 5.33922L17.6748 7.48962C17.6595 7.61527 17.679 7.74271 17.7313 7.85799C17.7836 7.97326 17.8666 8.0719 17.9713 8.1431C18.076 8.2143 18.1982 8.2553 18.3246 8.2616C18.451 8.26791 18.5768 8.23928 18.688 8.17885L20.4869 7.20704L22.2858 8.20642C22.3874 8.26127 22.5012 8.28971 22.6166 8.28913C22.7595 8.29021 22.8992 8.24686 23.0164 8.16507C23.1245 8.08933 23.2087 7.98411 23.2588 7.86192C23.3089 7.73973 23.3228 7.60572 23.299 7.47584L22.9474 5.32543L24.4293 3.80912C24.5155 3.71927 24.5758 3.60775 24.6037 3.48639C24.6316 3.36503 24.6261 3.23838 24.5878 3.11989C24.5473 2.99962 24.4744 2.89285 24.3771 2.81137C24.2798 2.72989 24.1619 2.67685 24.0364 2.6581L22.017 2.34795L21.1141 0.4181C21.0593 0.297768 20.971 0.195748 20.8598 0.124208C20.7486 0.0526681 20.6191 0.0146294 20.4869 0.0146294C20.3547 0.0146294 20.2252 0.0526681 20.114 0.124208C20.0028 0.195748 19.9145 0.297768 19.8597 0.4181L18.9568 2.34795L16.9373 2.6581C16.8118 2.67685 16.6939 2.72989 16.5966 2.81137C16.4993 2.89285 16.4264 2.99962 16.386 3.11989C16.3477 3.23838 16.3422 3.36503 16.3701 3.48639C16.398 3.60775 16.4583 3.71927 16.5445 3.80912L18.0263 5.33922ZM19.5289 3.65749C19.64 3.6402 19.7452 3.596 19.8353 3.52872C19.9254 3.46144 19.9976 3.37314 20.0458 3.27152L20.4869 2.32727L20.928 3.27152C20.9761 3.37314 21.0484 3.46144 21.1385 3.52872C21.2286 3.596 21.3338 3.6402 21.4449 3.65749L22.4994 3.81601L21.7137 4.62242C21.6385 4.69975 21.5824 4.79368 21.5501 4.89663C21.5178 4.99958 21.5101 5.10868 21.5276 5.21516L21.7068 6.31103L20.8177 5.82168C20.7129 5.76119 20.5941 5.72934 20.4731 5.72934C20.3521 5.72934 20.2333 5.76119 20.1285 5.82168L19.2394 6.31103L19.4186 5.21516C19.4361 5.10868 19.4284 4.99958 19.3961 4.89663C19.3638 4.79368 19.3077 4.69975 19.2325 4.62242L18.4743 3.81601L19.5289 3.65749Z"
|
4 |
+
fill="#1863DC" />
|
5 |
+
<path
|
6 |
+
d="M24.0364 34.3586L22.017 34.0485L21.1141 32.1186C21.0593 31.9983 20.971 31.8963 20.8598 31.8247C20.7486 31.7532 20.6191 31.7152 20.4869 31.7152C20.3547 31.7152 20.2252 31.7532 20.114 31.8247C20.0028 31.8963 19.9145 31.9983 19.8597 32.1186L18.9568 34.0485L16.9373 34.3586C16.8118 34.3774 16.6939 34.4304 16.5966 34.5119C16.4993 34.5934 16.4264 34.7001 16.386 34.8204C16.3477 34.9389 16.3422 35.0656 16.3701 35.1869C16.398 35.3083 16.4583 35.4198 16.5445 35.5096L18.0263 37.026L17.6748 39.1764C17.6595 39.302 17.679 39.4295 17.7313 39.5447C17.7836 39.66 17.8666 39.7586 17.9713 39.8298C18.076 39.901 18.1982 39.942 18.3246 39.9483C18.451 39.9547 18.5768 39.926 18.688 39.8656L20.4869 38.9076L22.2858 39.9069C22.3874 39.9618 22.5012 39.9902 22.6166 39.9897C22.7595 39.9907 22.8992 39.9474 23.0164 39.8656C23.1245 39.7899 23.2087 39.6846 23.2588 39.5624C23.3089 39.4403 23.3228 39.3062 23.299 39.1764L22.9474 37.026L24.4293 35.5096C24.5155 35.4198 24.5758 35.3083 24.6037 35.1869C24.6316 35.0656 24.6261 34.9389 24.5878 34.8204C24.5473 34.7001 24.4744 34.5934 24.3771 34.5119C24.2798 34.4304 24.1619 34.3774 24.0364 34.3586ZM21.7137 36.3229C21.6385 36.4003 21.5824 36.4942 21.5501 36.5972C21.5178 36.7001 21.5101 36.8092 21.5276 36.9157L21.7068 38.0116L20.8177 37.5222C20.7129 37.4617 20.5941 37.4299 20.4731 37.4299C20.3521 37.4299 20.2333 37.4617 20.1285 37.5222L19.2394 38.0116L19.4186 36.9157C19.4361 36.8092 19.4284 36.7001 19.3961 36.5972C19.3638 36.4942 19.3077 36.4003 19.2325 36.3229L18.4468 35.5165L19.5013 35.358C19.6124 35.3407 19.7176 35.2965 19.8077 35.2292C19.8978 35.162 19.9701 35.0737 20.0182 34.972L20.4869 34.0278L20.928 34.972C20.9761 35.0737 21.0484 35.162 21.1385 35.2292C21.2286 35.2965 21.3338 35.3407 21.4449 35.358L22.4994 35.5165L21.7137 36.3229Z"
|
7 |
+
fill="#1863DC" />
|
8 |
+
<path
|
9 |
+
d="M6.76408 24.1467C6.90697 24.1477 7.04666 24.1044 7.16383 24.0226C7.27201 23.9469 7.35616 23.8416 7.40626 23.7194C7.45635 23.5973 7.47029 23.4633 7.44642 23.3334L7.09491 21.183L8.57676 19.6667C8.66298 19.5768 8.72325 19.4653 8.75116 19.3439C8.77907 19.2226 8.77358 19.0959 8.73528 18.9774C8.69479 18.8571 8.62189 18.7504 8.5246 18.6689C8.42731 18.5874 8.30941 18.5344 8.18389 18.5156L6.16444 18.2055L5.26155 16.2756C5.20673 16.1553 5.11844 16.0533 5.00723 15.9817C4.89602 15.9102 4.76658 15.8722 4.63435 15.8722C4.50212 15.8722 4.37267 15.9102 4.26146 15.9817C4.15025 16.0533 4.06197 16.1553 4.00715 16.2756L3.10425 18.2055L1.0848 18.5156C0.959291 18.5344 0.841392 18.5874 0.744101 18.6689C0.646809 18.7504 0.573903 18.8571 0.533417 18.9774C0.495113 19.0959 0.489625 19.2226 0.517537 19.3439C0.54545 19.4653 0.605719 19.5768 0.691941 19.6667L2.17379 21.183L1.82228 23.3334C1.80693 23.459 1.82647 23.5865 1.87877 23.7017C1.93106 23.817 2.0141 23.9157 2.11876 23.9868C2.22342 24.058 2.34566 24.099 2.47208 24.1054C2.59851 24.1117 2.72423 24.083 2.83545 24.0226L4.63435 23.0646L6.43324 24.064C6.53485 24.1188 6.64861 24.1472 6.76408 24.1467ZM5.67509 21.0727L5.85429 22.1686L4.96518 21.6792C4.8604 21.6187 4.74155 21.5869 4.62056 21.5869C4.49958 21.5869 4.38072 21.6187 4.27595 21.6792L3.38684 22.1686L3.56604 21.0727C3.58359 20.9662 3.57589 20.8571 3.54357 20.7542C3.51124 20.6512 3.4552 20.5573 3.37995 20.4799L2.62179 19.6735L3.67632 19.515C3.78743 19.4977 3.89262 19.4535 3.98272 19.3863C4.07283 19.319 4.1451 19.2307 4.19324 19.1291L4.63435 18.1848L5.07546 19.1291C5.1236 19.2307 5.19587 19.319 5.28597 19.3863C5.37608 19.4535 5.48127 19.4977 5.59238 19.515L6.64691 19.6735L5.86118 20.4799C5.78593 20.5573 5.72988 20.6512 5.69756 20.7542C5.66524 20.8571 5.65754 20.9662 5.67509 21.0727Z"
|
10 |
+
fill="#1863DC" />
|
11 |
+
<path
|
12 |
+
d="M40.4745 18.9774C40.4341 18.8571 40.3611 18.7504 40.2639 18.6689C40.1666 18.5874 40.0487 18.5344 39.9232 18.5156L37.9037 18.2055L37.0008 16.2756C36.946 16.1553 36.8577 16.0533 36.7465 15.9817C36.6353 15.9102 36.5058 15.8722 36.3736 15.8722C36.2414 15.8722 36.1119 15.9102 36.0007 15.9817C35.8895 16.0533 35.8012 16.1553 35.7464 16.2756L34.8435 18.2055L32.8241 18.5156C32.6985 18.5344 32.5806 18.5874 32.4834 18.6689C32.3861 18.7504 32.3132 18.8571 32.2727 18.9774C32.2344 19.0959 32.2289 19.2226 32.2568 19.3439C32.2847 19.4653 32.345 19.5768 32.4312 19.6667L33.913 21.183L33.5615 23.3334C33.5462 23.459 33.5657 23.5865 33.618 23.7017C33.6703 23.817 33.7534 23.9157 33.858 23.9868C33.9627 24.058 34.0849 24.099 34.2113 24.1054C34.3378 24.1117 34.4635 24.083 34.5747 24.0226L36.3391 23.0646L38.138 24.064C38.2396 24.1188 38.3534 24.1472 38.4689 24.1467C38.6118 24.1477 38.7515 24.1044 38.8686 24.0226C38.9768 23.9469 39.061 23.8416 39.1111 23.7194C39.1611 23.5973 39.1751 23.4633 39.1512 23.3334L38.7997 21.183L40.2816 19.6667C40.3737 19.5805 40.4405 19.4706 40.4745 19.3491C40.5086 19.2275 40.5086 19.099 40.4745 18.9774ZM37.6004 20.4799C37.5252 20.5573 37.4691 20.6512 37.4368 20.7542C37.4045 20.8571 37.3968 20.9662 37.4143 21.0727L37.5935 22.1686L36.7044 21.6792C36.5997 21.6187 36.4808 21.5869 36.3598 21.5869C36.2388 21.5869 36.12 21.6187 36.0152 21.6792L35.1261 22.1686L35.3053 21.0727C35.3228 20.9662 35.3151 20.8571 35.2828 20.7542C35.2505 20.6512 35.1945 20.5573 35.1192 20.4799L34.3335 19.6735L35.388 19.515C35.4991 19.4977 35.6043 19.4535 35.6944 19.3863C35.7845 19.319 35.8568 19.2307 35.9049 19.1291L36.3391 18.1848L36.7803 19.1291C36.8284 19.2307 36.9007 19.319 36.9908 19.3863C37.0809 19.4535 37.1861 19.4977 37.2972 19.515L38.3517 19.6735L37.6004 20.4799Z"
|
13 |
+
fill="#1863DC" />
|
14 |
+
<path
|
15 |
+
d="M29.0537 10.1648L28.7022 12.3152C28.6868 12.4408 28.7064 12.5683 28.7586 12.6836C28.8109 12.7988 28.894 12.8975 28.9986 12.9687C29.1033 13.0399 29.2255 13.0809 29.352 13.0872C29.4784 13.0935 29.6041 13.0649 29.7153 13.0044L31.5142 12.0326L33.3131 13.032C33.4147 13.0868 33.5285 13.1153 33.644 13.1147C33.7868 13.1158 33.9265 13.0724 34.0437 12.9906C34.1519 12.9149 34.236 12.8097 34.2861 12.6875C34.3362 12.5653 34.3502 12.4313 34.3263 12.3014L33.9748 10.151L35.4566 8.63469C35.5429 8.54485 35.6031 8.43332 35.631 8.31196C35.659 8.1906 35.6535 8.06395 35.6152 7.94546C35.5747 7.82519 35.5018 7.71843 35.4045 7.63695C35.3072 7.55547 35.1893 7.50243 35.0638 7.48368L33.0443 7.17352L32.1414 5.24367C32.0866 5.12334 31.9983 5.02132 31.8871 4.94978C31.7759 4.87824 31.6465 4.8402 31.5142 4.8402C31.382 4.8402 31.2526 4.87824 31.1413 4.94978C31.0301 5.02132 30.9419 5.12334 30.887 5.24367L29.9841 7.17352L27.9647 7.48368C27.8392 7.50243 27.7213 7.55547 27.624 7.63695C27.5267 7.71843 27.4538 7.82519 27.4133 7.94546C27.375 8.06395 27.3695 8.1906 27.3974 8.31196C27.4253 8.43332 27.4856 8.54485 27.5718 8.63469L29.0537 10.1648ZM30.5562 8.48306C30.6673 8.46578 30.7725 8.42157 30.8626 8.35429C30.9527 8.28702 31.025 8.19872 31.0731 8.09709L31.5142 7.15285L31.9553 8.09709C32.0035 8.19872 32.0758 8.28702 32.1659 8.35429C32.256 8.42157 32.3612 8.46578 32.4723 8.48306L33.5268 8.64159L32.7411 9.44799C32.6658 9.52532 32.6098 9.61925 32.5774 9.7222C32.5451 9.82515 32.5374 9.93426 32.555 10.0407L32.7342 11.1366L31.8451 10.6473C31.7403 10.5868 31.6214 10.5549 31.5004 10.5549C31.3795 10.5549 31.2606 10.5868 31.1558 10.6473L30.2667 11.1366L30.4459 10.0407C30.4635 9.93426 30.4558 9.82515 30.4234 9.7222C30.3911 9.61925 30.3351 9.52532 30.2598 9.44799L29.4741 8.64159L30.5562 8.48306Z"
|
16 |
+
fill="#1863DC" />
|
17 |
+
<path
|
18 |
+
d="M6.9985 10.1648L6.64699 12.3152C6.63163 12.4408 6.65118 12.5683 6.70347 12.6836C6.75577 12.7988 6.8388 12.8975 6.94346 12.9687C7.04812 13.0399 7.17037 13.0809 7.29679 13.0872C7.42322 13.0935 7.54893 13.0649 7.66016 13.0044L9.45906 12.0326L11.258 13.032C11.3596 13.0868 11.4733 13.1153 11.5888 13.1147C11.7317 13.1158 11.8714 13.0724 11.9885 12.9906C12.0967 12.9149 12.1809 12.8097 12.231 12.6875C12.2811 12.5653 12.295 12.4313 12.2711 12.3014L11.9196 10.151L13.4015 8.63469C13.4877 8.54485 13.548 8.43332 13.5759 8.31196C13.6038 8.1906 13.5983 8.06395 13.56 7.94546C13.5195 7.82519 13.4466 7.71843 13.3493 7.63695C13.252 7.55547 13.1341 7.50243 13.0086 7.48368L10.9892 7.17352L10.0863 5.24367C10.0314 5.12334 9.94315 5.02132 9.83194 4.94978C9.72073 4.87824 9.59129 4.8402 9.45906 4.8402C9.32682 4.8402 9.19738 4.87824 9.08617 4.94978C8.97496 5.02132 8.88668 5.12334 8.83185 5.24367L7.92896 7.17352L5.90951 7.48368C5.784 7.50243 5.6661 7.55547 5.56881 7.63695C5.47152 7.71843 5.39861 7.82519 5.35812 7.94546C5.31982 8.06395 5.31433 8.1906 5.34224 8.31196C5.37016 8.43332 5.43043 8.54485 5.51665 8.63469L6.9985 10.1648ZM8.50102 8.48306C8.61213 8.46578 8.71733 8.42157 8.80743 8.35429C8.89753 8.28702 8.96981 8.19872 9.01795 8.09709L9.45906 7.15285L9.90016 8.09709C9.9483 8.19872 10.0206 8.28702 10.1107 8.35429C10.2008 8.42157 10.306 8.46578 10.4171 8.48306L11.4716 8.64159L10.6859 9.44799C10.6106 9.52532 10.5546 9.61925 10.5223 9.7222C10.4899 9.82515 10.4822 9.93426 10.4998 10.0407L10.679 11.1366L9.78989 10.6473C9.68511 10.5868 9.56626 10.5549 9.44527 10.5549C9.32429 10.5549 9.20543 10.5868 9.10065 10.6473L8.21154 11.1366L8.39075 10.0407C8.40829 9.93426 8.40059 9.82515 8.36827 9.7222C8.33595 9.61925 8.27991 9.52532 8.20465 9.44799L7.41893 8.64159L8.50102 8.48306Z"
|
19 |
+
fill="#1863DC" />
|
20 |
+
<path
|
21 |
+
d="M13.6981 28.8499L11.6786 28.5398L10.7757 26.6099C10.7209 26.4896 10.6326 26.3876 10.5214 26.316C10.4102 26.2445 10.2807 26.2065 10.1485 26.2065C10.0163 26.2065 9.88683 26.2445 9.77562 26.316C9.66442 26.3876 9.57613 26.4896 9.52131 26.6099L8.61841 28.5398L6.59896 28.8499C6.47345 28.8687 6.35555 28.9217 6.25826 29.0032C6.16097 29.0847 6.08806 29.1914 6.04758 29.3117C6.00927 29.4302 6.00379 29.5569 6.0317 29.6782C6.05961 29.7996 6.11988 29.9111 6.2061 30.0009L7.68795 31.5173L7.33644 33.6677C7.32109 33.7933 7.34063 33.9208 7.39293 34.036C7.44522 34.1513 7.52826 34.2499 7.63292 34.3211C7.73758 34.3923 7.85982 34.4333 7.98624 34.4396C8.11267 34.4459 8.23839 34.4173 8.34961 34.3569L10.1485 33.3989L11.9474 34.3982C12.049 34.4531 12.1628 34.4815 12.2782 34.481C12.4211 34.482 12.5608 34.4387 12.678 34.3569C12.7862 34.2812 12.8703 34.1759 12.9204 34.0537C12.9705 33.9316 12.9845 33.7975 12.9606 33.6677L12.6091 31.5173L14.0909 30.0009C14.1771 29.9111 14.2374 29.7996 14.2653 29.6782C14.2932 29.5569 14.2877 29.4302 14.2494 29.3117C14.209 29.1914 14.136 29.0847 14.0388 29.0032C13.9415 28.9217 13.8236 28.8687 13.6981 28.8499ZM11.3753 30.8142C11.3001 30.8916 11.244 30.9855 11.2117 31.0885C11.1794 31.1914 11.1717 31.3005 11.1892 31.407L11.3685 32.5029L10.4793 32.0135C10.3746 31.953 10.2557 31.9212 10.1347 31.9212C10.0137 31.9212 9.89488 31.953 9.79011 32.0135L8.901 32.5029L9.0802 31.407C9.09775 31.3005 9.09005 31.1914 9.05773 31.0885C9.0254 30.9855 8.96936 30.8916 8.89411 30.8142L8.10838 30.0078L9.16291 29.8493C9.27402 29.832 9.37921 29.7878 9.46931 29.7205C9.55942 29.6533 9.63169 29.565 9.67983 29.4633L10.1485 28.5191L10.5896 29.4633C10.6378 29.565 10.71 29.6533 10.8001 29.7205C10.8902 29.7878 10.9954 29.832 11.1065 29.8493L12.1611 30.0078L11.3753 30.8142Z"
|
22 |
+
fill="#1863DC" />
|
23 |
+
<path
|
24 |
+
d="M35.0638 29.5403L33.0443 29.2302L32.1414 27.3003C32.0866 27.18 31.9983 27.078 31.8871 27.0064C31.7759 26.9349 31.6465 26.8969 31.5142 26.8969C31.382 26.8969 31.2526 26.9349 31.1413 27.0064C31.0301 27.078 30.9419 27.18 30.887 27.3003L29.9841 29.2302L27.9647 29.5403C27.8392 29.5591 27.7213 29.6121 27.624 29.6936C27.5267 29.7751 27.4538 29.8818 27.4133 30.0021C27.375 30.1206 27.3695 30.2473 27.3974 30.3686C27.4253 30.49 27.4856 30.6015 27.5718 30.6913L29.0537 32.2077L28.7022 34.3581C28.6868 34.4837 28.7064 34.6112 28.7586 34.7264C28.8109 34.8417 28.894 34.9403 28.9986 35.0115C29.1033 35.0827 29.2255 35.1237 29.352 35.13C29.4784 35.1363 29.6041 35.1077 29.7153 35.0473L31.5142 34.0893L33.3131 35.0886C33.4147 35.1435 33.5285 35.1719 33.644 35.1714C33.7868 35.1724 33.9265 35.1291 34.0437 35.0473C34.1519 34.9715 34.236 34.8663 34.2861 34.7441C34.3362 34.6219 34.3502 34.4879 34.3263 34.3581L33.9748 32.2077L35.4566 30.6913C35.5429 30.6015 35.6031 30.49 35.631 30.3686C35.659 30.2473 35.6535 30.1206 35.6152 30.0021C35.5747 29.8818 35.5018 29.7751 35.4045 29.6936C35.3072 29.6121 35.1893 29.5591 35.0638 29.5403ZM32.7411 31.5046C32.6658 31.582 32.6098 31.6759 32.5774 31.7789C32.5451 31.8818 32.5374 31.9909 32.555 32.0974L32.7342 33.1933L31.8451 32.7039C31.7403 32.6434 31.6214 32.6116 31.5004 32.6116C31.3795 32.6116 31.2606 32.6434 31.1558 32.7039L30.2667 33.1933L30.4459 32.0974C30.4635 31.9909 30.4558 31.8818 30.4234 31.7789C30.3911 31.6759 30.3351 31.582 30.2598 31.5046L29.4741 30.6982L30.5286 30.5397C30.6397 30.5224 30.7449 30.4782 30.835 30.4109C30.9251 30.3437 30.9974 30.2554 31.0456 30.1537L31.5142 29.2095L31.9553 30.1537C32.0035 30.2554 32.0758 30.3437 32.1659 30.4109C32.256 30.4782 32.3612 30.5224 32.4723 30.5397L33.5268 30.6982L32.7411 31.5046Z"
|
25 |
+
fill="#1863DC" />
|
26 |
+
<path
|
27 |
+
d="M24.6222 17.2436V15.8651C24.6222 14.7683 24.1865 13.7165 23.4109 12.941C22.6354 12.1654 21.5836 11.7297 20.4868 11.7297C19.39 11.7297 18.3382 12.1654 17.5626 12.941C16.7871 13.7165 16.3514 14.7683 16.3514 15.8651V17.2436C15.803 17.2436 15.2771 17.4614 14.8893 17.8492C14.5015 18.237 14.2837 18.7629 14.2837 19.3113V24.8251C14.2837 25.3735 14.5015 25.8995 14.8893 26.2872C15.2771 26.675 15.803 26.8928 16.3514 26.8928H24.6222C25.1706 26.8928 25.6965 26.675 26.0843 26.2872C26.472 25.8995 26.6899 25.3735 26.6899 24.8251V19.3113C26.6899 18.7629 26.472 18.237 26.0843 17.8492C25.6965 17.4614 25.1706 17.2436 24.6222 17.2436ZM17.7299 15.8651C17.7299 15.1339 18.0203 14.4327 18.5373 13.9157C19.0544 13.3987 19.7556 13.1082 20.4868 13.1082C21.218 13.1082 21.9192 13.3987 22.4362 13.9157C22.9532 14.4327 23.2437 15.1339 23.2437 15.8651V17.2436H17.7299V15.8651ZM25.3114 24.8251C25.3114 25.0079 25.2388 25.1832 25.1095 25.3125C24.9803 25.4418 24.805 25.5144 24.6222 25.5144H16.3514C16.1686 25.5144 15.9933 25.4418 15.864 25.3125C15.7348 25.1832 15.6622 25.0079 15.6622 24.8251V19.3113C15.6622 19.1285 15.7348 18.9532 15.864 18.8239C15.9933 18.6947 16.1686 18.622 16.3514 18.622H24.6222C24.805 18.622 24.9803 18.6947 25.1095 18.8239C25.2388 18.9532 25.3114 19.1285 25.3114 19.3113V24.8251Z"
|
28 |
+
fill="#1863DC" />
|
29 |
+
<path
|
30 |
+
d="M22.0651 20.2028L19.7976 22.4772L18.9085 21.5812C18.7787 21.4514 18.6026 21.3785 18.4191 21.3785C18.2356 21.3785 18.0595 21.4514 17.9297 21.5812C17.8 21.711 17.7271 21.887 17.7271 22.0706C17.7271 22.2541 17.8 22.4301 17.9297 22.5599L19.3082 23.9384C19.3723 24.003 19.4485 24.0543 19.5325 24.0893C19.6165 24.1243 19.7066 24.1423 19.7976 24.1423C19.8886 24.1423 19.9786 24.1243 20.0626 24.0893C20.1466 24.0543 20.2228 24.003 20.2869 23.9384L23.0439 21.1815C23.1736 21.0517 23.2466 20.8757 23.2466 20.6921C23.2466 20.5086 23.1736 20.3325 23.0439 20.2028C22.9141 20.073 22.738 20.0001 22.5545 20.0001C22.371 20.0001 22.1949 20.073 22.0651 20.2028Z"
|
31 |
+
fill="#1863DC" />
|
32 |
+
</svg>
|
lite/admin/dist/img/scan-history.svg
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2 |
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
3 |
+
d="M29.7415 23.6742C30.1139 23.6742 30.4157 23.976 30.4157 24.3484V29.0675H35.1348C35.5071 29.0675 35.809 29.3693 35.809 29.7416C35.809 30.1139 35.5071 30.4158 35.1348 30.4158H29.7415C29.3692 30.4158 29.0674 30.1139 29.0674 29.7416V24.3484C29.0674 23.976 29.3692 23.6742 29.7415 23.6742Z"
|
4 |
+
fill="#1863DC" />
|
5 |
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
6 |
+
d="M30.1909 36.4832C34.4108 36.4832 37.8314 33.0625 37.8314 28.8427C37.8314 24.6229 34.4108 21.2023 30.1909 21.2023C25.9711 21.2023 22.5505 24.6229 22.5505 28.8427C22.5505 33.0625 25.9711 36.4832 30.1909 36.4832ZM39.1797 28.8427C39.1797 33.8072 35.1554 37.8315 30.1909 37.8315C25.2264 37.8315 21.2021 33.8072 21.2021 28.8427C21.2021 23.8782 25.2264 19.8539 30.1909 19.8539C35.1554 19.8539 39.1797 23.8782 39.1797 28.8427Z"
|
7 |
+
fill="#1863DC" />
|
8 |
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 3H16.2584V4.34831H4.34831V17.1573H3V3Z" fill="#1863DC" />
|
9 |
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.6518 4.34831H28.8428V3H43.0001V17.1573H41.6518V4.34831Z"
|
10 |
+
fill="#1863DC" />
|
11 |
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.34831 41.6517V28.8427H3V43H16.2584V41.6517H4.34831Z"
|
12 |
+
fill="#1863DC" />
|
13 |
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
14 |
+
d="M22.2726 9.9399C22.3189 10.4071 21.9777 10.8233 21.5106 10.8696C16.2636 11.3899 12.1644 15.8189 12.1644 21.2035C12.1644 26.9397 16.8141 31.5895 22.5503 31.5895C23.0198 31.5895 23.4003 31.9701 23.4003 32.4395C23.4003 32.9089 23.0198 33.2895 22.5503 33.2895C15.8753 33.2895 10.4644 27.8786 10.4644 21.2035C10.4644 14.9365 15.2348 9.78353 21.3429 9.17792C21.81 9.1316 22.2263 9.47275 22.2726 9.9399Z"
|
15 |
+
fill="#045AE8" />
|
16 |
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
17 |
+
d="M21.6642 9.25482C22.0572 9.3858 22.2696 9.81054 22.1386 10.2035C21.7258 11.4418 22.5407 12.5871 23.7698 12.5871C24.0395 12.5871 24.2885 12.732 24.4218 12.9666C24.5551 13.2011 24.5522 13.4892 24.4141 13.721C23.3496 15.5079 23.4018 17.1473 24.1626 18.2476C24.9273 19.3535 26.5766 20.1583 29.2176 19.8942C29.6298 19.853 29.9973 20.1537 30.0385 20.5659C30.0797 20.978 29.6298 20.9588 29.2176 21C26.7097 21.7685 24.1066 20.8039 22.9289 19.1008C21.9194 17.6409 21.8453 15.7545 22.6423 13.8979C21.0041 13.3169 20.1282 11.4913 20.7155 9.72916C20.8465 9.3362 21.2713 9.12383 21.6642 9.25482ZM32.1012 11.8399C32.1511 11.8399 32.199 11.8201 32.2343 11.7848C32.2696 11.7495 32.2894 11.7016 32.2894 11.6517C32.2894 11.6018 32.2696 11.5539 32.2343 11.5186C32.199 11.4833 32.1511 11.4635 32.1012 11.4635C32.0513 11.4635 32.0034 11.4833 31.9681 11.5186C31.9328 11.5539 31.913 11.6018 31.913 11.6517C31.913 11.7016 31.9328 11.7495 31.9681 11.7848C32.0034 11.8201 32.0513 11.8399 32.1012 11.8399ZM31.1736 10.7241C31.4196 10.4781 31.7533 10.3399 32.1012 10.3399C32.4491 10.3399 32.7828 10.4781 33.0288 10.7241C33.2748 10.9702 33.413 11.3038 33.413 11.6517C33.413 11.9996 33.2748 12.3333 33.0288 12.5793C32.7828 12.8253 32.4491 12.9635 32.1012 12.9635C31.7533 12.9635 31.4196 12.8253 31.1736 12.5793C30.9276 12.3333 30.7894 11.9996 30.7894 11.6517C30.7894 11.3038 30.9276 10.9702 31.1736 10.7241ZM28.6844 13.9046C28.9909 14.1833 29.0135 14.6576 28.7348 14.9641L28.7236 14.9765C28.4449 15.283 27.9706 15.3055 27.6641 15.0269C27.3576 14.7483 27.3351 14.2739 27.6137 13.9674L27.6249 13.9551C27.9036 13.6486 28.3779 13.626 28.6844 13.9046ZM33.1788 17.2754C33.4853 17.5541 33.5078 18.0284 33.2292 18.3349L33.218 18.3473C32.9393 18.6537 32.465 18.6763 32.1585 18.3977C31.852 18.119 31.8294 17.6447 32.1081 17.3382L32.1193 17.3259C32.398 17.0194 32.8723 16.9968 33.1788 17.2754ZM16.3709 18.5815C16.4208 18.5815 16.4687 18.5617 16.504 18.5264C16.5393 18.4911 16.5591 18.4432 16.5591 18.3933C16.5591 18.3434 16.5393 18.2955 16.504 18.2602C16.4687 18.2249 16.4208 18.2051 16.3709 18.2051C16.321 18.2051 16.2731 18.2249 16.2378 18.2602C16.2025 18.2955 16.1827 18.3434 16.1827 18.3933C16.1827 18.4432 16.2025 18.4911 16.2378 18.5264C16.2731 18.5617 16.321 18.5815 16.3709 18.5815ZM15.4433 17.4657C15.6893 17.2197 16.023 17.0815 16.3709 17.0815C16.7188 17.0815 17.0525 17.2197 17.2985 17.4657C17.5445 17.7117 17.6827 18.0454 17.6827 18.3933C17.6827 18.7412 17.5445 19.0749 17.2985 19.3209C17.0525 19.5669 16.7188 19.7051 16.3709 19.7051C16.023 19.7051 15.6893 19.5669 15.4433 19.3209C15.1973 19.0749 15.0591 18.7412 15.0591 18.3933C15.0591 18.0454 15.1973 17.7117 15.4433 17.4657ZM21.9428 20.6462C22.2493 20.9248 22.2719 21.3991 21.9933 21.7057L21.982 21.718C21.7034 22.0245 21.2291 22.0471 20.9226 21.7685C20.6161 21.4899 20.5935 21.0155 20.8721 20.709L20.8833 20.6967C21.162 20.3902 21.6363 20.3676 21.9428 20.6462ZM17.4484 24.017C17.7549 24.2956 17.7775 24.7699 17.4989 25.0764L17.4877 25.0888C17.2091 25.3953 16.7347 25.4179 16.4282 25.1393C16.1217 24.8607 16.0991 24.3863 16.3777 24.0798L16.3889 24.0675C16.6675 23.761 17.1419 23.7383 17.4484 24.017ZM22.2865 26.619C22.5794 26.9119 22.5794 27.3868 22.2865 27.6797C22.2164 27.7497 22.1771 27.8448 22.1771 27.9439C22.1771 28.0429 22.2164 28.138 22.2865 28.208C22.5794 28.5009 22.5794 28.9758 22.2865 29.2687C21.9936 29.5616 21.5187 29.5616 21.2258 29.2687C20.8745 28.9173 20.6771 28.4408 20.6771 27.9439C20.6771 27.447 20.8745 26.9704 21.2258 26.619C21.5187 26.3261 21.9936 26.3261 22.2865 26.619Z"
|
18 |
+
fill="#045AE8" />
|
19 |
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
20 |
+
d="M42.2136 39.8801C42.8593 40.6179 42.7845 41.7395 42.0466 42.3851C41.3087 43.0308 40.1872 42.956 39.5415 42.2181L34.5702 36.5256C34.2977 36.2136 34.3297 35.7398 34.6417 35.4674C34.9537 35.1949 35.4275 35.227 35.7 35.5389L40.6704 41.2304C40.6705 41.2304 40.6703 41.2303 40.6704 41.2304C40.7705 41.3446 40.9445 41.3563 41.0588 41.2563C41.1721 41.1572 41.1846 40.9859 41.0879 40.8714L35.9282 35.1907C35.6497 34.8841 35.6725 34.4098 35.9791 34.1313C36.2857 33.8528 36.7601 33.8756 37.0386 34.1822L42.2136 39.8801Z"
|
21 |
+
fill="#1863DC" />
|
22 |
+
</svg>
|
lite/admin/dist/img/search.svg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#888888" viewBox="0 0 20 20">
|
2 |
+
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
|
3 |
+
</svg>
|
lite/admin/dist/img/success-circle.svg
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2 |
+
viewBox="0 0 52 52" style="enable-background:new 0 0 52 52;" xml:space="preserve">
|
3 |
+
<g>
|
4 |
+
<path d="M26,0C11.664,0,0,11.663,0,26s11.664,26,26,26s26-11.663,26-26S40.336,0,26,0z M26,50C12.767,50,2,39.233,2,26
|
5 |
+
S12.767,2,26,2s24,10.767,24,24S39.233,50,26,50z"/>
|
6 |
+
<path d="M38.252,15.336l-15.369,17.29l-9.259-7.407c-0.43-0.345-1.061-0.274-1.405,0.156c-0.345,0.432-0.275,1.061,0.156,1.406
|
7 |
+
l10,8C22.559,34.928,22.78,35,23,35c0.276,0,0.551-0.114,0.748-0.336l16-18c0.367-0.412,0.33-1.045-0.083-1.411
|
8 |
+
C39.251,14.885,38.62,14.922,38.252,15.336z"/>
|
9 |
+
</g>
|
10 |
+
<g>
|
11 |
+
</g>
|
12 |
+
<g>
|
13 |
+
</g>
|
14 |
+
<g>
|
15 |
+
</g>
|
16 |
+
<g>
|
17 |
+
</g>
|
18 |
+
<g>
|
19 |
+
</g>
|
20 |
+
<g>
|
21 |
+
</g>
|
22 |
+
<g>
|
23 |
+
</g>
|
24 |
+
<g>
|
25 |
+
</g>
|
26 |
+
<g>
|
27 |
+
</g>
|
28 |
+
<g>
|
29 |
+
</g>
|
30 |
+
<g>
|
31 |
+
</g>
|
32 |
+
<g>
|
33 |
+
</g>
|
34 |
+
<g>
|
35 |
+
</g>
|
36 |
+
<g>
|
37 |
+
</g>
|
38 |
+
<g>
|
39 |
+
</g>
|
40 |
+
</svg>
|
lite/admin/dist/img/success.svg
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2 |
+
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
3 |
+
<style type="text/css">
|
4 |
+
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#46B450;}
|
5 |
+
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
|
6 |
+
</style>
|
7 |
+
<ellipse transform="matrix(6.141749e-02 -0.9981 0.9981 6.141749e-02 -0.595 19.3608)" class="st0" cx="10" cy="10" rx="10" ry="10"/>
|
8 |
+
<path class="st1" d="M15.3,7.5c0-0.2-0.1-0.3-0.2-0.5l-0.9-0.9C14,6,13.9,6,13.7,6c-0.2,0-0.3,0.1-0.5,0.2l-4.5,4.5l-2-2
|
9 |
+
C6.7,8.5,6.5,8.4,6.3,8.4C6.1,8.4,6,8.5,5.8,8.6L4.9,9.5C4.8,9.7,4.7,9.8,4.7,10c0,0.2,0.1,0.3,0.2,0.5l3.4,3.4
|
10 |
+
C8.4,14,8.6,14,8.8,14c0.2,0,0.3-0.1,0.5-0.2L15.1,8C15.2,7.9,15.3,7.7,15.3,7.5z"/>
|
11 |
+
</svg>
|
lite/admin/dist/img/tick.svg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
<svg class="is_checked" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 426.67 426.67">
|
2 |
+
<path d="M153.504 366.84c-8.657 0-17.323-3.303-23.927-9.912L9.914 237.265c-13.218-13.218-13.218-34.645 0-47.863 13.218-13.218 34.645-13.218 47.863 0l95.727 95.727 215.39-215.387c13.218-13.214 34.65-13.218 47.86 0 13.22 13.218 13.22 34.65 0 47.863L177.435 356.928c-6.61 6.605-15.27 9.91-23.932 9.91z"></path>
|
3 |
+
</svg>
|
lite/admin/dist/img/tooltip.svg
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg
|
2 |
+
width="12"
|
3 |
+
height="12"
|
4 |
+
viewBox="0 0 120 120"
|
5 |
+
fill="none"
|
6 |
+
xmlns="http://www.w3.org/2000/svg"
|
7 |
+
>
|
8 |
+
<path
|
9 |
+
d="M60 0C26.865 0 0 26.865 0 60C0 93.135 26.865 120 60 120C93.135 120 120 93.135 120 60C120 26.865 93.135 0 60 0ZM59.995 28.75C63.445 28.75 66.25 31.55 66.25 35C66.25 38.45 63.445 41.25 59.995 41.25C56.545 41.25 53.75 38.45 53.75 35C53.75 31.55 56.545 28.75 59.995 28.75ZM70 90H50V85C52.42 84.105 55 83.995 55 81.325V58.99C55 56.32 52.42 55.9 50 55.005V50.005H65V81.33C65 84.005 67.585 84.12 70 85.005V90Z"
|
10 |
+
fill="#A6A8B1"
|
11 |
+
/>
|
12 |
+
</svg>
|
lite/admin/dist/img/warning.svg
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="2 1 20 17.5">
|
2 |
+
<g clip-path="url(#clip0)">
|
3 |
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.3179 1.94999C10.6649 1.36225 11.3061 1.00018 11.9999 1.00018C12.6938 1.00018 13.335 1.36225 13.682 1.94999C15.8443 5.61301 19.5772 11.9366 21.7397 15.5998C22.0867 16.1876 22.0867 16.9119 21.7397 17.4997C21.3928 18.0876 20.7516 18.4497 20.0577 18.4497H3.9422C3.2483 18.4497 2.60709 18.0876 2.26011 17.4997C1.91318 16.9119 1.91322 16.1876 2.2602 15.5998C4.42272 11.9366 8.15559 5.61301 10.3179 1.94999ZM12.0072 15.8402C11.7122 15.8402 11.4546 15.7468 11.2346 15.5599C11.0146 15.3731 10.9046 15.1117 10.9046 14.7758C10.9046 14.4825 11.0097 14.233 11.2201 14.0272C11.4305 13.8214 11.688 13.7185 11.9927 13.7185C12.2974 13.7185 12.5573 13.8214 12.7725 14.0272C12.9877 14.233 13.0953 14.4825 13.0953 14.7758C13.0953 15.107 12.9865 15.3672 12.7689 15.5564C12.5513 15.7456 12.2974 15.8402 12.0072 15.8402ZM11.202 11.1711L10.9699 7.77222C10.9263 7.10993 10.9046 6.6345 10.9046 6.34593C10.9046 5.95329 11.0097 5.64699 11.2201 5.42703C11.4305 5.20707 11.7074 5.09709 12.0507 5.09709C12.4667 5.09709 12.7447 5.23781 12.885 5.51928C13.0252 5.80076 13.0953 6.2064 13.0953 6.73621C13.0953 7.04846 13.0784 7.3654 13.0445 7.68707L12.7326 11.1853C12.6988 11.6016 12.6262 11.9209 12.515 12.1433C12.4038 12.3656 12.22 12.4768 11.9637 12.4768C11.7025 12.4768 11.5212 12.3692 11.4196 12.1539C11.318 11.9387 11.2455 11.6111 11.202 11.1711Z" fill="#F56E28"/>
|
4 |
+
</g>
|
5 |
+
<defs>
|
6 |
+
<clipPath id="clip0">
|
7 |
+
<rect width="20" height="17.5" fill="white" transform="translate(2 1)"/>
|
8 |
+
</clipPath>
|
9 |
+
</defs>
|
10 |
+
</svg>
|
lite/admin/dist/index.html
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-0495ae18.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-1641571e.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-2177d27f.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-263180a4.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-322699f8.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-637dc2c8.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-69ed221f.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-0495ae18.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-1641571e.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-2177d27f.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-263180a4.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-322699f8.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-637dc2c8.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-69ed221f.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/app.css" rel="preload" as="style"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/app.js" rel="preload" as="script"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-vendors.js" rel="preload" as="script"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/app.css" rel="stylesheet"></head><body><div id="app"></div><script src="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-vendors.js"></script><script src="/wp-content/plugins/cookie-law-info/admin/dist/js/app.js"></script></body></html>
|
lite/admin/dist/js/app.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
(function(e){function t(t){for(var a,o,i=t[0],c=t[1],l=t[2],d=0,u=[];d<i.length;d++)o=i[d],Object.prototype.hasOwnProperty.call(s,o)&&s[o]&&u.push(s[o][0]),s[o]=0;for(a in c)Object.prototype.hasOwnProperty.call(c,a)&&(e[a]=c[a]);p&&p(t);while(u.length)u.shift()();return r.push.apply(r,l||[]),n()}function n(){for(var e,t=0;t<r.length;t++){for(var n=r[t],a=!0,o=1;o<n.length;o++){var i=n[o];0!==s[i]&&(a=!1)}a&&(r.splice(t--,1),e=c(c.s=n[0]))}return e}var a={},o={app:0},s={app:0},r=[];function i(e){return c.p+"js/"+({}[e]||e)+".js"}function c(t){if(a[t])return a[t].exports;var n=a[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,c),n.l=!0,n.exports}c.e=function(e){var t=[],n={"chunk-0495ae18":1,"chunk-2177d27f":1,"chunk-263180a4":1,"chunk-322699f8":1,"chunk-637dc2c8":1,"chunk-69ed221f":1,"chunk-1641571e":1};o[e]?t.push(o[e]):0!==o[e]&&n[e]&&t.push(o[e]=new Promise((function(t,n){for(var a="css/"+({}[e]||e)+".css",s=c.p+a,r=document.getElementsByTagName("link"),i=0;i<r.length;i++){var l=r[i],d=l.getAttribute("data-href")||l.getAttribute("href");if("stylesheet"===l.rel&&(d===a||d===s))return t()}var u=document.getElementsByTagName("style");for(i=0;i<u.length;i++){l=u[i],d=l.getAttribute("data-href");if(d===a||d===s)return t()}var p=document.createElement("link");p.rel="stylesheet",p.type="text/css",p.onload=t,p.onerror=function(t){var a=t&&t.target&&t.target.src||s,r=new Error("Loading CSS chunk "+e+" failed.\n("+a+")");r.code="CSS_CHUNK_LOAD_FAILED",r.request=a,delete o[e],p.parentNode.removeChild(p),n(r)},p.href=s;var f=document.getElementsByTagName("head")[0];f.appendChild(p)})).then((function(){o[e]=0})));var a=s[e];if(0!==a)if(a)t.push(a[2]);else{var r=new Promise((function(t,n){a=s[e]=[t,n]}));t.push(a[2]=r);var l,d=document.createElement("script");d.charset="utf-8",d.timeout=120,c.nc&&d.setAttribute("nonce",c.nc),d.src=i(e);var u=new Error;l=function(t){d.onerror=d.onload=null,clearTimeout(p);var n=s[e];if(0!==n){if(n){var a=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+a+": "+o+")",u.name="ChunkLoadError",u.type=a,u.request=o,n[1](u)}s[e]=void 0}};var p=setTimeout((function(){l({type:"timeout",target:d})}),12e4);d.onerror=d.onload=l,document.head.appendChild(d)}return Promise.all(t)},c.m=e,c.c=a,c.d=function(e,t,n){c.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},c.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},c.t=function(e,t){if(1&t&&(e=c(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(c.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)c.d(n,a,function(t){return e[t]}.bind(null,a));return n},c.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return c.d(t,"a",t),t},c.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},c.p="/wp-content/plugins/cookie-law-info/admin/dist/",c.oe=function(e){throw console.error(e),e};var l=window["webpackJsonp"]=window["webpackJsonp"]||[],d=l.push.bind(l);l.push=t,l=l.slice();for(var u=0;u<l.length;u++)t(l[u]);var p=d;r.push([0,"chunk-vendors"]),n()})({0:function(e,t,n){e.exports=n("56d7")},"07a4":function(e,t,n){"use strict";var a=n("2b0e"),o=n("2f62"),s=n("f9c4"),r=n("87ea");const i={namespaced:!0,state:{options:window.ckyConfig.settings,info:!1,status:!0,errors:{}},getters:{get:e=>e.options,getInfo:e=>e.info},mutations:{set:(e,t)=>{Object.prototype.hasOwnProperty.call(e.options,t.key)&&(e.options[t.key]=t.value)},setInfo:(e,t)=>{e.info=t},update:(e,t)=>{window.ckyConfig.settings=t,e.options=t},updateStatus:(e,t=!0)=>{e.status=t},setErrors:(e,t)=>{e.errors=t}},actions:{reInit:async({commit:e})=>{await s["a"].get({path:"settings"}).then(t=>{t.account&&e("update",t)})},loadInfo:async({commit:e,state:t,dispatch:n},a=!1)=>{let o=!1;return o=!0,await s["a"].get({path:"settings/info",params:{force:a}}).then(a=>{if(a){e("setInfo",a),e("updateStatus",!0);const o=t.info&&t.info.languages?t.info.languages:[],s=o&&o.default?o.default:"en";Object(r["k"])(s),n("checkURLMismatch")}}).catch(async t=>{t&&t.data&&t.data.status&&e("updateStatus",!1)}),o},set:({commit:e},t={})=>{t["key"]&&t["value"]&&e("set",t)},setInfo:({commit:e},t={})=>{t["key"]&&t["value"]&&e("setInfo",t)},save:async({commit:e,state:t,dispatch:n})=>{const a=t.options;let o=!1;return await s["a"].post({path:"settings",data:a}).then(t=>{t&&(e("update",t),n("loadInfo"),o=!0)}),o},checkURLMismatch({state:e,commit:t}){if(!1!==e.options.account.connected&&!Object(r["a"])()){let e={urlMismatch:!0};t("setErrors",e)}}}};var c=i;const l={namespaced:!0,state:{items:!1,current:!1,preview:!1,presets:[],configs:[],template:[],errors:{}},getters:{getBanners:e=>e.items,getCurrentBanner:e=>e.current,getPreview:e=>e.preview,getPresets:e=>e.presets,getConfigs:e=>e.configs,getTemplate:e=>e.template,getErrors:e=>e.errors},mutations:{setBanners:(e,t)=>{e.items=t},setCurrentBanner:(e,t)=>{e.current=t},setPreview:(e,t)=>{e.preview=t},setPresets:(e,t)=>{e.presets=t},setConfigs:(e,t)=>{e.configs=t},setTemplate:(e,t)=>{e.template=t},updateBanners:(e,t)=>{e.items=t},setErrors:(e,t)=>{e.errors=t}},actions:{reInit:async({commit:e})=>{try{const t=await s["a"].get({path:"banners"});if(t){const n=[];t.forEach((function(e){let t={};t.id=e.id||"",t.name=e.name||"",t.slug=e.slug||"",t.default=e.default||!1,t.status=e.status||!1,t.properties=e.properties||{},t.contents=e.contents||{},n.push(t)})),e("updateBanners",n)}}catch(t){console.log(t)}},setBanners:async({commit:e},t={})=>{e("setBanners",t)},setCurrentBanner:async({commit:e},t={})=>{e("setCurrentBanner",t)},setPreview:async({commit:e},t={})=>{e("setPreview",t)},setPresets:async({commit:e},t={})=>{e("setPresets",t)},setConfigs:async({commit:e},t={})=>{e("setConfigs",t)},setTemplate:async({commit:e},t={})=>{e("setTemplate",t)},saveBanner:async({dispatch:e},t={})=>{let n=!1;if(!Object.prototype.hasOwnProperty.call(t,"banner"))return;const a=t.banner,o=t.params&&t.params||{};try{const t=await s["a"].put({path:"/banners/"+a.id,data:a,params:o});t.id&&(n=!0,e("reInit"))}catch(r){console.log(r)}return n},setErrors:async({commit:e},t={})=>{e("setErrors",t)}}};var d=l;const u={namespaced:!0,state:{selected:[],available:window.ckyLanguages,current:"",default:""},getters:{getSelected:e=>e.selected,getCurrent:e=>e.current,getAvailable:e=>e.available,getDefault:e=>e.available.find((function(t){return t.code==e.default}))},mutations:{setSelected:(e,t)=>{e.selected=t},setCurrent:(e,t)=>{e.current=t},setAvailable:(e,t)=>{e.available=t},setDefault:(e,t)=>{e.default=t}},actions:{setSelected:async({commit:e},t={})=>{e("setSelected",t)},setCurrent:async({commit:e},t={})=>{e("setCurrent",t)},setDefault:async({commit:e},t={})=>{e("setDefault",t)},saveSelected:async({state:e})=>{const t=e.selected;let n=Object(r["e"])("languages");return n.selected=t,Object(r["l"])("languages",n),await Object(r["j"])()},saveDefault:async({state:e})=>{const t=e.default;let n=Object(r["e"])("languages");return n.default=t,Object(r["l"])("languages",n),await Object(r["j"])()},loadLanguages:async({commit:e})=>{const t=Object(r["e"])("languages");e("setSelected",t.selected),e("setDefault",t.default),e("setCurrent",t.default)}}};var p=u,f=n("a9e4");const g={namespaced:!0,state:{items:!1},getters:{getItems:e=>e.items},mutations:{setItems:(e,t)=>{e.items=t}},actions:{reInit:async({commit:e})=>{try{const t=await f["a"].getCookieCategories(),n=[];t instanceof Array&&(t.forEach((function(e){n.push(e)})),e("setItems",n))}catch(t){console.error(t)}},bulkUpdate:async({state:e,dispatch:t})=>{let n=!1,a=await f["a"].bulkUpdateCookieCategory(e.items);return a.length>0&&(n=!0,t("reInit")),n}}};var h=g;a["a"].use(o["a"]);t["a"]=new o["a"].Store({namespaced:!0,modules:{banners:d,settings:c,languages:p,cookies:h}})},"0bd0":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-modal",{ref:"ckyUpgradeModal",staticClass:"cky-upgrade-modal cky-text-center",attrs:{type:"info",visible:e.visible,dismissable:e.dismissable},scopedSlots:e._u([{key:"body",fn:function(){return[n("h2",{staticClass:"cky-upgrade-modal-title"},[e._t("title")],2),n("p",{staticClass:"cky-upgrade-modal-message"},[e._t("message",(function(){return[e._v(" "+e._s(e.$i18n.__("To upgrade, create a new CookieYes account, or connect to an existing account and access premium features! After connecting, you can manage all your settings from the web app.","cookie-law-info"))+" ")]}))],2)]},proxy:!0},{key:"footer",fn:function(){return[n("div",{staticClass:"cky-app-modal-actions cky-justify-center"},[n("div",{staticClass:"cky-upgrade-button-container"},[n("cky-button",{ref:"ckyButtonUpgradeNew",staticClass:"cky-button-green cky-button-medium",nativeOn:{click:function(t){return e.upgradeSignup()}}},[e._v(" "+e._s(e.$i18n.__("New? Create an Account","cookie-law-info"))+" ")]),n("p",{staticStyle:{"margin-top":"10px","white-space":"nowrap"}},[e._v(" "+e._s(e.$i18n.__("Already have an account?","cookie-law-info"))+" "),n("a",{attrs:{href:""},on:{click:function(t){return t.preventDefault(),e.upgradeLogin(!0)}}},[e._v(e._s(e.$i18n.__("Connect your existing account","cookie-law-info")))])])],1)])]},proxy:!0}],null,!0)})},o=[],s=n("c068"),r=n("8a80"),i={name:"CkyUpgradeModal",mixins:[s["a"]],components:{CkyModal:r["a"]},props:{visible:{type:Boolean,default:!1}},methods:{show(){this.$refs.ckyUpgradeModal&&this.$refs.ckyUpgradeModal.show()},close(){this.$refs.ckyUpgradeModal&&this.$refs.ckyUpgradeModal.close()}},computed:{dismissable(){return!0===!this.visible}},mounted(){this.$root.$on("afterConnection",()=>{this.close()})}},c=i,l=(n("9033"),n("2877")),d=Object(l["a"])(c,a,o,!1,null,null,null);t["a"]=d.exports},"12f7":function(e,t,n){"use strict";n("333a")},"17aa":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},o=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-card-loader-container"},[n("div",{staticClass:"cky-card-loader"},[n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line cky-card-loader--rect"})])])}],s={name:"CkyCardLoader"},r=s,i=(n("7dd2"),n("2877")),c=Object(i["a"])(r,a,o,!1,null,"4bc5d6ea",null);t["a"]=c.exports},"1f3d":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",e._g({staticClass:"cky-icon-base",style:e.getStyles},e.$listeners),[n(e.icon,{tag:"component",attrs:{width:e.width,height:e.height,color:e.color}})],1)},o=[],s=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 1250 250",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M92.9114 47.9141C134.161 47.9141 164.995 70.8307 174.995 108.331H128.745C121.661 93.3307 108.328 86.2474 92.4948 86.2474C66.6615 86.2474 48.7448 105.414 48.7448 136.247C48.7448 167.081 66.6615 186.247 92.4948 186.247C108.328 186.247 121.661 178.747 128.745 164.164H174.995C164.995 201.664 134.161 224.581 92.9114 224.581C41.6614 224.164 5.82812 187.914 5.82812 135.831C5.82812 83.7474 41.6614 47.9141 92.9114 47.9141Z",fill:e.color}}),n("path",{attrs:{d:"M259.161 225.003C218.745 225.003 188.328 197.919 188.328 154.169C188.328 110.419 219.578 83.3359 259.995 83.3359C300.411 83.3359 331.661 110.419 331.661 154.169C331.661 197.919 299.578 225.003 259.161 225.003ZM259.161 188.336C274.161 188.336 288.328 177.086 288.328 154.169C288.328 130.836 274.578 120.003 259.578 120.003C244.161 120.003 230.828 130.836 230.828 154.169C231.245 177.086 243.745 188.336 259.161 188.336Z",fill:e.color}}),n("path",{attrs:{d:"M415.411 225.003C374.995 225.003 344.578 197.919 344.578 154.169C344.578 110.419 375.828 83.3359 416.245 83.3359C456.661 83.3359 487.911 110.419 487.911 154.169C487.911 197.919 455.828 225.003 415.411 225.003ZM415.411 188.336C430.411 188.336 444.578 177.086 444.578 154.169C444.578 130.836 430.828 120.003 415.828 120.003C400.411 120.003 387.078 130.836 387.078 154.169C387.078 177.086 399.995 188.336 415.411 188.336Z",fill:e.color}}),n("path",{attrs:{d:"M502.914 47.9141H544.997V141.247L586.664 85.4141H638.747L581.664 154.164L639.581 222.914H587.497L545.414 164.997V222.914H503.331V47.9141H502.914Z",fill:e.color}}),n("path",{attrs:{d:"M648.746 48.3307C648.746 35.4141 658.746 25.4141 673.746 25.4141C688.746 25.4141 698.746 35.4141 698.746 48.3307C698.746 60.8307 688.746 70.8307 673.746 70.8307C658.746 70.8307 648.746 60.8307 648.746 48.3307ZM652.913 84.9974H694.996V222.497H652.913V84.9974Z",fill:e.color}}),n("path",{attrs:{d:"M780.001 225.003C739.585 225.003 710.418 197.919 710.418 154.169C710.418 110.419 739.168 83.3359 780.001 83.3359C820.001 83.3359 848.751 110.003 848.751 152.086C848.751 155.836 848.335 160.419 847.918 164.586H752.501C754.168 182.503 765.001 190.836 778.751 190.836C790.418 190.836 797.085 185.003 800.835 177.503H845.835C838.751 204.169 814.585 225.003 780.001 225.003ZM752.918 140.836H805.835C805.835 125.836 794.168 117.086 780.001 117.086C765.835 117.086 755.418 125.419 752.918 140.836Z",fill:e.color}}),n("path",{attrs:{d:"M1043.33 225.003C1002.91 225.003 973.746 197.919 973.746 154.169C973.746 110.419 1002.5 83.3359 1043.33 83.3359C1083.33 83.3359 1112.08 110.003 1112.08 152.086C1112.08 155.836 1111.66 160.419 1111.25 164.586H1015.83C1017.5 182.503 1028.33 190.836 1042.08 190.836C1053.75 190.836 1060.41 185.003 1064.16 177.503H1109.16C1102.08 204.169 1077.5 225.003 1043.33 225.003ZM1015.83 140.836H1068.75C1068.75 125.836 1057.08 117.086 1042.91 117.086C1029.16 117.086 1018.33 125.419 1015.83 140.836Z",fill:e.color}}),n("path",{attrs:{d:"M1188.33 225.003C1151.67 225.003 1127.08 204.586 1125 177.919H1166.67C1167.5 187.503 1176.25 193.753 1187.92 193.753C1198.75 193.753 1204.58 188.753 1204.58 182.503C1204.58 160.419 1129.58 176.253 1129.58 125.836C1129.58 102.503 1149.58 83.3359 1185.42 83.3359C1220.83 83.3359 1240.83 102.919 1243.33 130.003H1204.17C1202.92 120.836 1195.83 114.586 1183.75 114.586C1173.75 114.586 1168.33 118.336 1168.33 125.003C1168.33 147.086 1242.92 131.253 1243.75 182.919C1244.17 206.669 1222.92 225.003 1188.33 225.003Z",fill:e.color}}),n("path",{attrs:{d:"M892.496 87.5H848.746L888.746 161.667H932.496L892.496 87.5Z",fill:e.color}}),n("path",{attrs:{d:"M887.906 159.586L889.156 161.669H932.906L904.156 109.586L887.906 159.586Z",fill:e.color}}),n("path",{attrs:{d:"M967.91 25L889.16 161.667H932.91L1011.66 25H967.91Z",fill:e.color}}),n("path",{attrs:{d:"M889.16 182.086H931.66V225.003H889.16V182.086Z",fill:e.color}})])},r=[],i={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},c=i,l=n("2877"),d=Object(l["a"])(c,s,r,!1,null,null,null),u=d.exports,p=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 142 150",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0)"}},[n("path",{attrs:{d:"M20.9961 0H93.5913C99.3652 0 104.614 2.35596 108.423 6.16455C112.231 9.97315 114.587 15.2222 114.587 20.9961V67.8223C114.587 73.5962 112.231 78.8452 108.423 82.6538C104.614 86.4624 99.3652 88.8184 93.5913 88.8184H57.2876L25.4028 116.223C23.9258 117.493 21.6919 117.322 20.4224 115.833C19.7998 115.1 19.519 114.197 19.5801 113.306L21.2769 88.8062H20.9961C15.2222 88.8062 9.97315 86.4502 6.16455 82.6416C2.35596 78.8452 0 73.5962 0 67.8223V20.9961C0 15.2222 2.35596 9.97315 6.16455 6.16455C9.96094 2.35596 15.21 0 20.9961 0ZM124.89 34.1553C129.004 34.9487 132.69 36.9751 135.547 39.8315C139.27 43.5547 141.589 48.6939 141.589 54.3579V101.184C141.589 106.848 139.282 111.987 135.547 115.71C131.824 119.434 126.685 121.753 121.021 121.753H120.276L122.009 146.704C122.058 147.485 121.826 148.291 121.277 148.926C120.166 150.232 118.201 150.378 116.907 149.268L84.8999 120.947H42.7368L63.501 99.8291H107.495C117.09 99.8291 124.951 91.98 124.951 82.3731V35.5347C124.939 35.0708 124.927 34.6069 124.89 34.1553ZM31.3477 53.3203C29.3945 53.3203 27.8076 51.7334 27.8076 49.7803C27.8076 47.8272 29.3945 46.2402 31.3477 46.2402H68.396C70.3491 46.2402 71.936 47.8272 71.936 49.7803C71.936 51.7334 70.3491 53.3203 68.396 53.3203H31.3477ZM31.3477 35.791C29.3945 35.791 27.8076 34.2041 27.8076 32.251C27.8076 30.2979 29.3945 28.7109 31.3477 28.7109H83.8623C85.8154 28.7109 87.4024 30.2979 87.4024 32.251C87.4024 34.2041 85.8154 35.791 83.8623 35.791H31.3477ZM93.5791 7.08008H20.9961C17.1753 7.08008 13.6963 8.64258 11.1694 11.1694C8.64258 13.6963 7.08008 17.1631 7.08008 20.9961V67.8223C7.08008 71.6431 8.64258 75.1221 11.1694 77.6489C13.6963 80.1758 17.1753 81.7383 20.9961 81.7383H25.0732V81.7505L25.3052 81.7627C27.2461 81.897 28.7231 83.5816 28.5889 85.5225L27.2095 105.371L53.5034 82.7637C54.1382 82.1289 55.0171 81.7383 55.9937 81.7383H93.5791C97.3999 81.7383 100.879 80.1758 103.406 77.6489C105.933 75.1221 107.495 71.6431 107.495 67.8223V20.9961C107.495 17.1753 105.933 13.6963 103.406 11.1694C100.891 8.64258 97.4121 7.08008 93.5791 7.08008Z",fill:"white"}})]),n("defs",[n("clipPath",{attrs:{id:"clip0"}},[n("rect",{attrs:{width:"141.577",height:"150",fill:"white"}})])])])},f=[],g={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},h=g,y=Object(l["a"])(h,p,f,!1,null,null,null),m=y.exports,C=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 150 150",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M61.0383 94.1116C50.3883 90.4066 42.6933 80.2666 42.6933 68.3266C42.6933 53.2816 54.9033 41.0716 69.9783 41.0716C81.5733 41.0716 91.5183 48.3316 95.4483 58.5916C99.8433 57.3316 104.373 56.7016 109.038 56.7016C115.728 56.7016 122.193 58.0216 128.313 60.6016C131.898 62.1166 135.258 64.0516 138.363 66.3166C138.243 61.0066 137.868 58.8466 137.868 58.8466C137.328 55.8616 134.448 52.8466 131.493 52.1566L129.258 51.6466C124.038 50.0716 119.373 46.5916 116.418 41.5066C113.463 36.3916 112.773 30.5716 114.063 25.2316L114.753 23.1316C115.638 20.2366 114.498 16.2466 112.143 14.2516C112.143 14.2516 110.043 12.4666 104.163 9.07655C98.2533 5.68655 95.7183 4.77155 95.7183 4.77155C92.8233 3.75155 88.8033 4.72655 86.7033 6.96155L85.1583 8.62655C81.1983 12.3916 75.8583 14.6566 69.9333 14.6566C64.0233 14.6566 58.6533 12.3616 54.6633 8.56655L53.1633 6.96155C51.0933 4.72655 47.0433 3.75155 44.1783 4.78655C44.1783 4.78655 41.5983 5.73155 35.7033 9.09155C29.7933 12.5416 27.7533 14.2966 27.7533 14.2966C25.4283 16.2466 24.2733 20.2066 25.1433 23.1466L25.7733 25.2766C27.0333 30.6166 26.3733 36.4216 23.4183 41.5366C20.4633 46.6516 15.7833 50.1466 10.5183 51.7066L8.35828 52.2016C5.40328 52.8616 2.49328 55.8766 1.98328 58.8916C1.98328 58.8916 1.48828 61.5616 1.48828 68.4016C1.48828 75.2116 1.98328 77.9116 1.98328 77.9116C2.52328 80.9266 5.40328 83.9116 8.35828 84.6016L10.4583 85.0965C15.7083 86.6415 20.4483 90.1516 23.3733 95.2966C26.3283 100.412 27.0183 106.232 25.7283 111.572L25.1283 113.642C24.2433 116.537 25.3833 120.527 27.7383 122.522C27.7383 122.522 29.8383 124.307 35.7183 127.697C41.6283 131.117 44.1633 132.002 44.1633 132.002C47.0283 133.037 51.0483 132.062 53.1483 129.827L54.6183 128.252C56.8533 126.122 59.5533 124.457 62.5383 123.392C60.4983 117.902 59.4633 112.142 59.4633 106.247C59.5383 102.077 60.0633 98.0266 61.0383 94.1116Z",fill:e.color}}),n("path",{attrs:{d:"M109.052 66.7188C87.2566 66.7188 69.6016 84.3738 69.6016 106.169C69.6016 127.964 87.2566 145.619 109.052 145.619C130.847 145.619 148.502 127.964 148.502 106.169C148.502 84.3738 130.847 66.7188 109.052 66.7188ZM109.787 136.814C106.367 136.814 103.607 133.964 103.607 130.469C103.607 126.959 106.367 124.124 109.787 124.124C113.207 124.124 115.967 126.974 115.967 130.469C115.967 133.979 113.207 136.814 109.787 136.814ZM127.052 96.9288C126.197 98.5638 125.192 99.9738 124.007 101.174C122.837 102.374 120.737 104.369 117.692 107.174C116.852 107.984 116.177 108.674 115.682 109.274C115.172 109.874 114.797 110.429 114.557 110.909C114.302 111.404 114.122 111.914 113.987 112.409C113.837 112.904 113.642 113.789 113.387 115.049C112.922 117.719 111.467 119.039 108.992 119.039C107.702 119.039 106.637 118.604 105.752 117.749C104.867 116.894 104.432 115.589 104.432 113.879C104.432 111.719 104.747 109.859 105.377 108.314C106.007 106.739 106.877 105.359 107.927 104.174C108.992 103.004 110.432 101.564 112.232 99.9288C113.807 98.4888 114.962 97.4237 115.652 96.6887C116.372 95.9688 116.942 95.1438 117.437 94.2438C117.932 93.3588 118.157 92.3838 118.157 91.3188C118.157 89.2788 117.407 87.5237 115.952 86.1137C114.482 84.7037 112.592 83.9838 110.267 83.9838C107.537 83.9838 105.557 84.7037 104.267 86.1137C102.977 87.5237 101.882 89.6238 101.027 92.3988C100.187 95.2938 98.5816 96.7338 96.2566 96.7338C94.8766 96.7338 93.7066 96.2238 92.7466 95.2188C91.8016 94.2138 91.3066 93.1188 91.3066 91.9488C91.3066 89.5038 92.0566 87.0438 93.5716 84.5688C95.0716 82.0638 97.2766 80.0088 100.172 78.3588C103.067 76.7238 106.427 75.8838 110.282 75.8838C113.867 75.8838 117.032 76.5738 119.762 77.9538C122.492 79.3338 124.622 81.1938 126.107 83.5188C127.607 85.8738 128.342 88.4238 128.342 91.1838C128.312 93.3738 127.907 95.2938 127.052 96.9288Z",fill:e.color}})])},b=[],k={props:{width:{type:String,default:"44"},height:{type:String,default:"38"},color:{type:String,default:"currentColor"}}},v=k,w=Object(l["a"])(v,C,b,!1,null,null,null),_=w.exports,L=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 150 150",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0)"}},[n("path",{attrs:{d:"M146.921 0.0209041C117.639 -0.504096 84.2456 14.8021 63.1082 38.5459C42.9082 38.9272 23.2395 47.2084 8.75835 61.6897C7.9146 62.5209 7.6146 63.7647 7.98335 64.8897C8.35835 66.0209 9.33334 66.8397 10.5083 67.0084L34.5958 70.4584L31.6207 73.7896C30.5145 75.0271 30.5707 76.9084 31.7458 78.0834L71.9144 118.252C72.5206 118.858 73.3206 119.165 74.1269 119.165C74.8707 119.165 75.6144 118.902 76.2081 118.371L79.5393 115.395L82.9893 139.483C83.1581 140.659 84.0831 141.521 85.2018 141.896C85.4894 141.989 85.7894 142.033 86.0956 142.033C86.9831 142.033 87.8894 141.645 88.5144 141.027C102.796 126.746 111.077 107.077 111.458 86.8771C135.227 65.6959 150.658 32.3146 149.976 3.07091C149.933 1.4084 148.589 0.064654 146.921 0.0209041ZM118.12 53.9709C115.077 57.0147 111.077 58.5397 107.071 58.5397C103.064 58.5397 99.0643 57.0147 96.0206 53.9709C89.9331 47.8771 89.9331 37.9647 96.0206 31.8709C102.114 25.7772 112.027 25.7772 118.12 31.8709C124.214 37.9647 124.214 47.8834 118.12 53.9709Z",fill:"white"}}),n("path",{attrs:{d:"M17.0253 105.662C10.3378 112.349 1.15661 142.561 0.131609 145.98C-0.199641 147.081 0.106608 148.274 0.912857 149.086C1.51286 149.686 2.3066 150.006 3.12535 150.006C3.42535 150.006 3.72535 149.962 4.02535 149.874C7.44409 148.85 37.6565 139.668 44.344 132.981C51.8753 125.45 51.8753 113.193 44.344 105.662C36.8066 98.1304 24.5566 98.1368 17.0253 105.662Z",fill:"white"}})]),n("defs",[n("clipPath",{attrs:{id:"clip0"}},[n("rect",{attrs:{width:"150",height:"150",fill:"white"}})])])])},x=[],$={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},S=$,M=Object(l["a"])(S,L,x,!1,null,null,null),P=M.exports,O=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 130 130"}},[n("path",{attrs:{fill:"#E5E7EA","fill-rule":"evenodd",d:"M60.5 28.362c2.95-2.475 3.352-6.895.863-9.861-2.49-2.967-6.913-3.338-9.863-.863a6.99 6.99 0 0 0-.862 9.862 6.99 6.99 0 0 0 9.862.862M40.178 76.841c5.705-4.787 6.465-13.296 1.664-19.018-4.788-5.706-13.314-6.452-19.019-1.665-5.722 4.802-6.452 13.314-1.664 19.02a13.482 13.482 0 0 0 19.02 1.663m69.284-8.467c6.564-5.508 7.419-15.273 1.91-21.837-5.494-6.548-15.272-7.419-21.836-1.91-6.548 5.494-7.405 15.288-1.91 21.836 5.507 6.564 15.288 7.405 21.836 1.91m-28.678 44.522c3.792-3.182 4.306-8.87 1.11-12.68-3.197-3.81-8.888-4.291-12.68-1.109a8.997 8.997 0 0 0-1.11 12.68 8.997 8.997 0 0 0 12.68 1.109m25.996 1.898c-27.506 23.08-68.493 19.495-91.574-8.011-23.08-27.507-19.494-68.495 8.012-91.575s68.493-19.495 91.574 8.012c23.08 27.506 19.494 68.494-8.012 91.574"}})])},B=[],j={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},H=j,E=Object(l["a"])(H,O,B,!1,null,null,null),A=E.exports,T=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 170 180",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M154.058 34.9258C154.036 33.556 153.437 32.3411 152.506 31.4648L120.631 1.46484C119.636 0.526042 118.257 0 116.875 0H21.25C18.3157 0 15.9375 2.23828 15.9375 5V61.1927C9.75342 63.2578 5.3125 68.8151 5.3125 75.3333V135.333C5.3125 141.852 9.75342 147.409 15.9375 149.474V165.667C15.9375 168.428 18.3157 170.667 21.25 170.667H148.75C151.685 170.667 154.062 168.428 154.062 165.667V149.474C160.246 147.409 164.688 141.852 164.688 135.333V75.3333C164.688 68.8151 160.246 63.2578 154.062 61.1927V35C154.062 34.9753 154.058 34.9505 154.058 34.9258ZM122.188 17.0716L135.923 30H122.188V17.0716ZM111.562 10V35C111.562 37.7617 113.94 40 116.875 40H143.438V60.3333H26.5625V10H111.562ZM26.5625 160.667V150.333H143.438V160.667H26.5625ZM154.062 135.333C154.062 138.09 151.679 140.333 148.75 140.333H21.25C18.3212 140.333 15.9375 138.09 15.9375 135.333V75.3333C15.9375 72.5768 18.3212 70.3333 21.25 70.3333H148.75C151.679 70.3333 154.062 72.5768 154.062 75.3333V135.333Z",fill:e.color}}),n("path",{attrs:{d:"M111.562 10V35C111.562 37.7617 113.94 40 116.875 40H143.438V60.3333H26.5625V10H111.562Z",fill:e.color}}),n("path",{attrs:{d:"M26.5625 160.666V150.332H143.438V160.666H26.5625Z",fill:e.color}}),n("path",{attrs:{d:"M154.062 135.332C154.062 138.089 151.679 140.332 148.75 140.332H21.25C18.3212 140.332 15.9375 138.089 15.9375 135.332V75.332C15.9375 72.5755 18.3212 70.332 21.25 70.332H148.75C151.679 70.332 154.062 72.5755 154.062 75.332V135.332Z",fill:e.color}}),n("path",{attrs:{d:"M42.5 90.332C45.4288 90.332 47.8125 92.5755 47.8125 95.332C47.8125 98.0938 50.1907 100.332 53.125 100.332C56.0593 100.332 58.4375 98.0938 58.4375 95.332C58.4375 87.0612 51.2877 80.332 42.5 80.332C33.7123 80.332 26.5625 87.0612 26.5625 95.332V115.332C26.5625 123.603 33.7123 130.332 42.5 130.332C51.2877 130.332 58.4375 123.603 58.4375 115.332C58.4375 112.57 56.0593 110.332 53.125 110.332C50.1907 110.332 47.8125 112.57 47.8125 115.332C47.8125 118.089 45.4288 120.332 42.5 120.332C39.5712 120.332 37.1875 118.089 37.1875 115.332V95.332C37.1875 92.5755 39.5712 90.332 42.5 90.332Z",fill:"white"}}),n("path",{attrs:{d:"M85 90.332C87.9288 90.332 90.3125 92.5755 90.3125 95.332C90.3125 98.0938 92.6907 100.332 95.625 100.332C98.5593 100.332 100.938 98.0938 100.938 95.332C100.938 87.0612 93.7877 80.332 85 80.332C76.2123 80.332 69.0625 87.0612 69.0625 95.332C69.0625 103.603 76.2123 110.332 85 110.332C87.9288 110.332 90.3125 112.576 90.3125 115.332C90.3125 118.089 87.9288 120.332 85 120.332C82.0712 120.332 79.6875 118.089 79.6875 115.332C79.6875 112.57 77.3093 110.332 74.375 110.332C71.4407 110.332 69.0625 112.57 69.0625 115.332C69.0625 123.603 76.2123 130.332 85 130.332C93.7877 130.332 100.938 123.603 100.938 115.332C100.938 107.061 93.7877 100.332 85 100.332C82.0712 100.332 79.6875 98.0885 79.6875 95.332C79.6875 92.5755 82.0712 90.332 85 90.332Z",fill:"white"}}),n("path",{attrs:{d:"M127.5 90.332C130.429 90.332 132.812 92.5755 132.812 95.332C132.812 98.0938 135.191 100.332 138.125 100.332C141.06 100.332 143.438 98.0938 143.438 95.332C143.438 87.0612 136.288 80.332 127.5 80.332C118.712 80.332 111.562 87.0612 111.562 95.332C111.562 103.603 118.712 110.332 127.5 110.332C130.429 110.332 132.812 112.576 132.812 115.332C132.812 118.089 130.429 120.332 127.5 120.332C124.572 120.332 122.188 118.089 122.188 115.332C122.188 112.57 119.81 110.332 116.875 110.332C113.941 110.332 111.562 112.57 111.562 115.332C111.562 123.603 118.712 130.332 127.5 130.332C136.288 130.332 143.438 123.603 143.438 115.332C143.438 107.061 136.288 100.332 127.5 100.332C124.572 100.332 122.188 98.0885 122.188 95.332C122.188 92.5755 124.572 90.332 127.5 90.332Z",fill:"white"}})])},V=[],Z={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},I=Z,D=Object(l["a"])(I,T,V,!1,null,null,null),N=D.exports,U=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 150 188",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",[n("path",{attrs:{d:"M119.744 178.977H30.2557C16.1572 178.977 4.6875 167.508 4.6875 153.409V25.5682C4.6875 11.4698 16.1572 0 30.2557 0H69.7066C74.8282 0 79.6422 1.99352 83.2617 5.61701L139.696 62.0508C143.315 65.6743 145.309 70.4883 145.312 75.6059V153.409C145.312 167.508 133.843 178.977 119.744 178.977ZM30.2557 12.7841C23.2085 12.7841 17.4716 18.521 17.4716 25.5682V153.409C17.4716 160.456 23.2085 166.193 30.2557 166.193H119.744C126.791 166.193 132.529 160.456 132.529 153.409V75.6059C132.529 73.9 131.865 72.294 130.655 71.0875L74.225 14.6538C73.0185 13.4472 71.4125 12.7841 69.7066 12.7841H30.2557Z",fill:e.color}}),n("path",{attrs:{d:"M30.2528 12.7852C23.2056 12.7852 17.4688 18.522 17.4688 25.5692V153.41C17.4688 160.457 23.2056 166.194 30.2528 166.194H119.741C126.788 166.194 132.526 160.457 132.526 153.41V75.6069C132.526 73.9011 131.862 72.295 130.652 71.0886L74.2221 14.6548C73.0156 13.4483 71.4096 12.7852 69.7037 12.7852H30.2528Z",fill:e.color}}),n("path",{attrs:{d:"M30.2557 0H119.744C133.843 0 145.312 11.4697 145.312 25.5682V153.409C145.312 167.508 133.843 178.977 119.744 178.977H80.2934C75.1717 178.977 70.3578 176.984 66.7383 173.361L10.3045 116.927C6.68501 113.303 4.69149 108.489 4.6875 103.371V25.5682C4.6875 11.4697 16.1572 0 30.2557 0ZM119.744 166.193C126.791 166.193 132.529 160.457 132.529 153.409V25.5682C132.529 18.521 126.791 12.7841 119.744 12.7841H30.2557C23.2085 12.7841 17.4716 18.521 17.4716 25.5682V103.371C17.4716 105.077 18.1348 106.684 19.3452 107.889L75.775 164.324C76.9815 165.53 78.5875 166.193 80.2934 166.193H119.744Z",fill:e.color}}),n("path",{attrs:{d:"M119.741 166.194C126.788 166.194 132.526 160.458 132.526 153.41V25.5692C132.526 18.522 126.788 12.7852 119.741 12.7852H30.2528C23.2056 12.7852 17.4688 18.522 17.4688 25.5692V103.372C17.4688 105.078 18.1319 106.685 19.3423 107.89L75.7722 164.325C76.9786 165.531 78.5847 166.194 80.2905 166.194H119.741Z",fill:e.color}}),n("path",{attrs:{d:"M106.613 71.1591H43.403C39.9107 71.1591 37.082 68.2986 37.082 64.767C37.082 61.2355 39.9107 58.375 43.403 58.375H106.613C110.105 58.375 112.933 61.2355 112.933 64.767C112.933 68.2986 110.105 71.1591 106.613 71.1591Z",fill:"white"}}),n("path",{attrs:{d:"M106.965 102.691H43.0444C39.5128 102.691 36.6523 99.8302 36.6523 96.2987C36.6523 92.7667 39.5128 89.9062 43.0444 89.9062H106.965C110.497 89.9062 113.357 92.7667 113.357 96.2987C113.357 99.8302 110.497 102.691 106.965 102.691Z",fill:"white"}}),n("path",{attrs:{d:"M106.965 134.229H43.0444C39.5128 134.229 36.6523 131.369 36.6523 127.837C36.6523 124.306 39.5128 121.445 43.0444 121.445H106.965C110.497 121.445 113.357 124.306 113.357 127.837C113.357 131.369 110.497 134.229 106.965 134.229Z",fill:"white"}})])])},F=[],R={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},q=R,G=Object(l["a"])(q,U,F,!1,null,null,null),z=G.exports,Y=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 160 180",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M112.099 85.8059H47.901C24.2446 85.8059 5 66.5574 5 42.901C5 19.2446 24.2446 0 47.901 0H112.099C135.755 0 155 19.2446 155 42.901C155 66.5574 135.755 85.8059 112.099 85.8059ZM47.901 12.4385C31.1052 12.4385 17.4385 26.1052 17.4385 42.901C17.4385 59.6968 31.1052 73.3636 47.901 73.3636H112.099C128.899 73.3636 142.562 59.6968 142.562 42.901C142.562 26.1052 128.899 12.4385 112.099 12.4385H47.901Z",fill:e.color}}),n("path",{attrs:{d:"M47.9039 12.4375C31.1081 12.4375 17.4414 26.1042 17.4414 42.9C17.4414 59.6958 31.1081 73.3626 47.9039 73.3626H112.102C128.902 73.3626 142.565 59.6958 142.565 42.9C142.565 26.1042 128.902 12.4375 112.102 12.4375H47.9039Z",fill:e.color}}),n("path",{attrs:{d:"M87.5 45.0007C87.5 54.6524 95.3481 62.5 105 62.5C114.652 62.5 122.5 54.6507 122.5 44.9993C122.5 35.3476 114.652 27.5 105 27.5C95.3478 27.5 87.5 35.3493 87.5 45.0007ZM96.849 44.9993C96.849 40.5077 100.507 36.8488 105 36.8488C109.493 36.8488 113.151 40.5077 113.151 44.9993C113.151 49.4908 109.492 53.1498 105 53.1498C100.508 53.1498 96.849 49.4908 96.849 44.9993Z",fill:"white",stroke:"#ADADAD","stroke-width":"0.5"}}),n("path",{attrs:{d:"M112.099 179.751H47.9049C24.2446 179.751 5 160.507 5 136.846C5 113.186 24.2446 93.9453 47.9049 93.9453H112.099C135.755 93.9453 155 113.19 155 136.846C155 160.503 135.755 179.751 112.099 179.751ZM47.9049 106.384C31.1052 106.384 17.4385 120.051 17.4385 136.846C17.4385 153.642 31.1052 167.309 47.901 167.309H112.095C128.895 167.309 142.558 153.642 142.558 136.846C142.558 120.051 128.891 106.384 112.095 106.384H47.9049Z",fill:e.color}}),n("path",{attrs:{d:"M47.9078 106.383C31.1081 106.383 17.4414 120.05 17.4414 136.845C17.4414 153.641 31.1081 167.308 47.9039 167.308H112.098C128.898 167.308 142.561 153.641 142.561 136.845C142.561 120.05 128.894 106.383 112.098 106.383H47.9078Z",fill:e.color}}),n("path",{attrs:{d:"M37.5 135.001C37.5 144.652 45.3481 152.5 55 152.5C64.6522 152.5 72.5 144.651 72.5 134.999C72.5 125.348 64.6519 117.5 55 117.5C45.3478 117.5 37.5 125.349 37.5 135.001ZM46.849 134.999C46.849 130.508 50.5069 126.849 55 126.849C59.4931 126.849 63.151 130.508 63.151 134.999C63.151 139.491 59.4919 143.15 55 143.15C50.5081 143.15 46.849 139.491 46.849 134.999Z",fill:"white",stroke:"#ADADAD","stroke-width":"0.5"}})])},J=[],Q={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},W=Q,X=Object(l["a"])(W,Y,J,!1,null,null,null),K=X.exports,ee=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 384 512"}},[n("g",{attrs:{fill:e.color}},[n("path",{attrs:{d:"M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z"}})])])},te=[],ne={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"inherit"}}},ae=ne,oe=Object(l["a"])(ae,ee,te,!1,null,null,null),se=oe.exports,re=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 111 111",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M110.582 17.2926C110.577 12.6648 108.771 8.31676 105.496 5.04875C98.7401 -1.69178 87.7571 -1.68248 81.009 5.07411L11.3007 75.0629C9.0333 77.3287 7.30253 80.1335 6.29517 83.1751L6.23009 83.3728L0 110.769L27.4726 104.619L27.6771 104.551C30.7195 103.544 33.5261 101.815 35.7994 99.5422L105.517 29.5449C108.787 26.271 110.586 21.9195 110.582 17.2926ZM15.2347 98.4968L12.3216 95.582L14.425 86.3298L24.5097 96.4204L15.2347 98.4968ZM99.3942 23.4382L31.7108 91.3937L19.4543 79.1296L65.8174 32.5805L72.8774 39.6405L78.9917 33.5262L71.919 26.4535L78.4965 19.8507L85.5818 26.9361L91.6961 20.8217L84.5981 13.7237L87.1309 11.1808C90.5071 7.80041 96.0061 7.79534 99.3883 11.1698C101.028 12.8059 101.932 14.9829 101.935 17.2994C101.936 19.6166 101.036 21.7945 99.3942 23.4382ZM45.4885 102.028H110.582V110.676H36.871L45.4885 102.028Z",fill:e.color}})])},ie=[],ce={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},le=ce,de=Object(l["a"])(le,re,ie,!1,null,null,null),ue=de.exports,pe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:e.width,height:e.height,fill:"none",viewBox:"0 0 16 16"}},[n("path",{attrs:{d:"M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z",fill:e.color}}),n("path",{attrs:{"fill-rule":"evenodd",d:"M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z",fill:e.color}})])},fe=[],ge={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},he=ge,ye=Object(l["a"])(he,pe,fe,!1,null,null,null),me=ye.exports,Ce=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{staticStyle:{margin:"auto",background:"none",display:"block","shape-rendering":"auto"},attrs:{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",preserveAspectRatio:"xMidYMid",viewBox:"24 24 52 52",width:e.width,height:e.height}},[n("g",{attrs:{transform:"rotate(0 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.935374149659864s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(30 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.8503401360544218s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(60 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.7653061224489796s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(90 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.6802721088435374s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(120 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.5952380952380952s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(150 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.5102040816326531s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(180 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.4251700680272109s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(210 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.3401360544217687s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(240 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.25510204081632654s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(270 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.17006802721088435s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(300 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.08503401360544217s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(330 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"0s",repeatCount:"indefinite"}})])])])},be=[],ke={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},ve=ke,we=Object(l["a"])(ve,Ce,be,!1,null,null,null),_e=we.exports,Le=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 13 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M10 7.33V10C10 10.2652 9.89464 10.5196 9.7071 10.7071C9.51957 10.8946 9.26521 11 9 11H2C1.73478 11 1.48043 10.8946 1.29289 10.7071C1.10536 10.5196 1 10.2652 1 10V3C1 2.73478 1.10536 2.48043 1.29289 2.29289C1.48043 2.10536 1.73478 2 2 2H4.67",stroke:e.color,"stroke-opacity":"0.7","stroke-linecap":"square"}}),n("path",{attrs:{d:"M9.40039 1L11.4004 3L6.40039 8H4.40039V6L9.40039 1Z",stroke:e.color,"stroke-opacity":"0.7","stroke-linecap":"square"}})])},xe=[],$e={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},Se=$e,Me=Object(l["a"])(Se,Le,xe,!1,null,null,null),Pe=Me.exports,Oe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 131 145",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0_22_1390)"}},[n("g",{attrs:{filter:"url(#filter0_f_22_1390)"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M22.5264 26.2383H92.9529L109.167 42.7305V134.643H22.5264V26.2383Z",fill:"#1863DC","fill-opacity":"0.2"}})]),n("g",{attrs:{filter:"url(#filter1_f_22_1390)"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.66406 11.0479H79.0906L95.3043 27.54V119.453H8.66406V11.0479Z",fill:"#2DAD70","fill-opacity":"0.08"}})]),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.9814 24.1665H87.408L103.622 39.8183V127.047H16.9814V24.1665Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M86.9863 24.1665L104.314 40.0475H86.9863V24.1665Z",fill:"#A5C8FF"}}),n("path",{attrs:{d:"M36.5459 101.778H71.8251",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M36.5459 89.9185H71.8251",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M36.5459 113.582H88.1923",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("g",{attrs:{filter:"url(#filter2_f_22_1390)"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M114.65 104.415C114.774 103.592 114.847 102.762 114.87 101.93C114.874 101.128 114.813 100.328 114.687 99.5362L119.941 95.4611C120.163 95.2767 120.315 95.022 120.371 94.7394C120.428 94.4567 120.386 94.1633 120.252 93.9079L115.272 85.4837C115.126 85.2262 114.894 85.0284 114.616 84.9248C114.338 84.8212 114.032 84.8185 113.753 84.9172L107.583 87.311C106.298 86.3318 104.888 85.5268 103.391 84.9172L102.457 78.3934C102.417 78.098 102.27 77.8273 102.044 77.6322C101.818 77.437 101.529 77.3308 101.23 77.3335H91.2891C90.9925 77.3314 90.7054 77.4382 90.4826 77.6336C90.2597 77.8291 90.1167 78.0995 90.0808 78.3934L89.1471 84.9172C87.6585 85.5329 86.2556 86.3375 84.9729 87.311L78.7849 84.8441C78.5055 84.7416 78.1987 84.7425 77.92 84.8464C77.6412 84.9503 77.409 85.1504 77.2653 85.4106L72.3039 93.9444C72.1511 94.1951 72.0983 94.4939 72.1559 94.7816C72.2136 95.0694 72.3775 95.3249 72.6151 95.4977L77.8512 99.5727C77.7305 100.353 77.6632 101.141 77.6498 101.93C77.6456 102.738 77.7068 103.544 77.8329 104.342L72.5419 108.472C72.3185 108.66 72.1659 108.917 72.1093 109.203C72.0527 109.489 72.0955 109.785 72.2307 110.044L77.2104 118.577C77.3596 118.832 77.5933 119.026 77.8709 119.126C78.1484 119.226 78.4524 119.226 78.7299 119.126L84.8997 116.659C86.1841 117.644 87.5939 118.456 89.0922 119.071L90.0625 125.686C90.1066 125.978 90.2551 126.244 90.4806 126.436C90.706 126.627 90.9932 126.731 91.2891 126.728H101.23C101.526 126.739 101.815 126.637 102.04 126.444C102.264 126.251 102.406 125.98 102.439 125.686L103.372 119.162C104.865 118.547 106.269 117.736 107.546 116.75L113.735 119.217C114.011 119.325 114.318 119.329 114.597 119.228C114.877 119.127 115.11 118.928 115.254 118.669L120.142 110.044C120.296 109.79 120.35 109.488 120.292 109.198C120.234 108.907 120.07 108.648 119.831 108.472L114.65 104.415ZM96.3421 111.25C94.5085 111.271 92.7097 110.749 91.1736 109.75C89.6374 108.75 88.433 107.318 87.7129 105.635C86.9928 103.952 86.7894 102.093 87.1285 100.294C87.4675 98.4954 88.3338 96.8375 89.6175 95.5306C90.9013 94.2236 92.5447 93.3263 94.3397 92.9523C96.1348 92.5784 98.0006 92.7445 99.701 93.4298C101.401 94.1151 102.86 95.2887 103.891 96.8019C104.923 98.3151 105.481 100.1 105.496 101.93C105.501 104.372 104.544 106.718 102.832 108.461C101.119 110.205 98.788 111.207 96.3421 111.25Z",fill:"#C0E7D5"}})]),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M112.595 99.5818C112.701 98.7576 112.756 97.9276 112.76 97.0966C112.758 96.2945 112.691 95.4938 112.558 94.7027L117.813 90.6277C118.034 90.4433 118.186 90.1885 118.243 89.9059C118.3 89.6233 118.258 89.3298 118.124 89.0744L113.162 80.6502C113.016 80.3927 112.784 80.1949 112.506 80.0913C112.228 79.9878 111.922 79.9851 111.643 80.0837L105.455 82.4776C104.176 81.4984 102.772 80.6934 101.281 80.0837L100.347 73.5599C100.303 73.263 100.152 72.992 99.9234 72.7972C99.6945 72.6024 99.4027 72.4968 99.1019 72.5001H89.1791C88.8825 72.4979 88.5954 72.6047 88.3726 72.8001C88.1497 72.9956 88.0067 73.266 87.9708 73.5599L87.0371 80.0837C85.5427 80.6993 84.1337 81.5039 82.8446 82.4776L76.6749 80.0106C76.3959 79.9042 76.0876 79.9031 75.8079 80.0073C75.5281 80.1116 75.2961 80.3142 75.1553 80.5771L70.1756 89.1109C70.0228 89.3616 69.97 89.6605 70.0276 89.9482C70.0853 90.2359 70.2492 90.4915 70.4868 90.6642L75.7412 94.7393C75.4725 96.33 75.4725 97.9545 75.7412 99.5453L70.5051 103.602C70.2759 103.785 70.1189 104.043 70.0619 104.331C70.005 104.619 70.0517 104.917 70.1939 105.174L75.1553 113.707C75.3045 113.962 75.5382 114.156 75.8158 114.256C76.0934 114.356 76.3973 114.356 76.6749 114.256L82.8446 111.789C84.129 112.774 85.5388 113.586 87.0371 114.201L87.9342 120.853C87.9858 121.145 88.139 121.409 88.3667 121.6C88.5943 121.79 88.882 121.894 89.1791 121.894H99.1019C99.398 121.905 99.6872 121.804 99.9113 121.611C100.136 121.417 100.278 121.146 100.31 120.853L101.244 114.329C102.74 113.71 104.15 112.899 105.436 111.917L111.57 114.292C111.846 114.4 112.153 114.404 112.433 114.303C112.712 114.202 112.945 114.004 113.089 113.744L118.051 105.21C118.204 104.957 118.258 104.655 118.2 104.364C118.143 104.073 117.978 103.815 117.739 103.639L112.558 99.5818H112.595ZM94.1405 106.416C92.313 106.409 90.5285 105.862 89.0115 104.845C87.4946 103.828 86.3129 102.386 85.6153 100.7C84.9176 99.0137 84.7351 97.1594 85.0908 95.3702C85.4465 93.5809 86.3244 91.9367 87.6141 90.6443C88.9038 89.352 90.5477 88.4692 92.3388 88.1072C94.13 87.7451 95.9884 87.92 97.6802 88.6097C99.372 89.2994 100.822 90.4732 101.847 91.9834C102.872 93.4935 103.426 95.2725 103.441 97.0966C103.443 98.3181 103.205 99.528 102.739 100.657C102.272 101.787 101.588 102.814 100.724 103.679C99.8608 104.544 98.8349 105.232 97.7052 105.701C96.5756 106.171 95.3643 106.414 94.1405 106.416Z",fill:"#2DAD70",stroke:"#2DAD70","stroke-linejoin":"round"}}),n("path",{attrs:{d:"M94.1418 84.5967L82.498 89.6037V97.0959C82.5521 100.507 83.7177 103.807 85.8187 106.498C87.9196 109.188 90.8414 111.122 94.1418 112.007C97.4389 111.119 100.357 109.183 102.454 106.493C104.551 103.803 105.714 100.504 105.767 97.0959V89.6037L94.1418 84.5967Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M99.1938 95.5434L93.3719 102.14C93.2219 102.31 93.0068 102.409 92.7799 102.412C92.5529 102.416 92.3351 102.323 92.1802 102.157L89.1045 98.8681L90.2807 97.7724L92.7511 100.414L97.9865 94.4819L99.1938 95.5434Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M54.05 34.4116C55.7174 34.3106 57.3912 34.4216 59.0294 34.7418C58.4206 35.7201 58.1335 36.8573 58.2068 38C58.2646 38.8804 58.5292 39.7358 58.9801 40.5C59.431 41.2643 60.056 41.9167 60.8066 42.4066C60.6136 43.1029 60.5392 43.8255 60.5863 44.5453C60.6441 45.4289 60.8803 46.2925 61.2815 47.0863C61.6827 47.8801 62.2408 48.5884 62.9236 49.1703C63.6065 49.7521 64.4005 50.1961 65.2599 50.4764C66.1192 50.7567 67.0269 50.8679 67.9305 50.8036C68.6071 50.7584 69.2743 50.6232 69.9135 50.4016C70.1239 51.656 70.6958 52.8258 71.562 53.774C72.4283 54.7222 73.5531 55.4095 74.8047 55.7556C74.3809 59.3866 72.9058 62.8241 70.5525 65.6644C68.1993 68.5047 65.0656 70.6299 61.5194 71.7904C57.9732 72.951 54.1618 73.0987 50.5327 72.2163C46.9036 71.3339 43.6075 69.4579 41.0314 66.8087C38.4553 64.1594 36.7062 60.8469 35.9894 57.2601C35.2727 53.6734 35.6181 49.9612 36.985 46.5595C38.3519 43.1578 40.6837 40.2079 43.7065 38.0561C46.7292 35.9043 50.3175 34.64 54.05 34.4116ZM53.4918 44.1865C53.2324 44.2016 52.9785 44.2664 52.7447 44.3774C52.511 44.4883 52.3018 44.6432 52.1293 44.8331C51.9567 45.0231 51.8242 45.2444 51.7392 45.4844C51.6541 45.7244 51.6183 45.9784 51.6337 46.2319C51.6492 46.4854 51.7156 46.7335 51.8291 46.962C51.9426 47.1904 52.1011 47.3948 52.2955 47.5634C52.4898 47.732 52.7163 47.8615 52.9619 47.9446C53.2075 48.0277 53.4674 48.0627 53.7268 48.0476C54.245 48.0172 54.7295 47.7868 55.0738 47.4073C55.4181 47.0277 55.5941 46.5301 55.5629 46.0238C55.5317 45.5175 55.296 45.044 54.9076 44.7075C54.5192 44.371 54.0099 44.1991 53.4918 44.2296L53.4918 44.1865ZM44.855 50.8036C44.3393 50.8332 43.8565 51.0612 43.5124 51.4379C43.1683 51.8145 42.9909 52.3089 43.019 52.8131C43.0344 53.0638 43.1002 53.309 43.2127 53.5349C43.3251 53.7607 43.482 53.9627 43.6743 54.1293C43.8666 54.2959 44.0906 54.4239 44.3335 54.5059C44.5764 54.5879 44.8335 54.6224 45.0901 54.6073C45.3466 54.5922 45.5976 54.5279 45.8287 54.418C46.0598 54.3082 46.2665 54.1549 46.437 53.9669C46.6075 53.779 46.7385 53.5601 46.8224 53.3227C46.9063 53.0853 46.9415 52.8341 46.9261 52.5834C46.8921 52.0793 46.6551 51.609 46.2669 51.2753C45.8787 50.9417 45.371 50.7721 44.855 50.8036ZM49.5847 60.8511C49.0689 60.8808 48.5862 61.1088 48.2421 61.4854C47.898 61.8621 47.7206 62.3565 47.7487 62.8607C47.7641 63.1114 47.8299 63.3566 47.9423 63.5825C48.0548 63.8083 48.2116 64.0103 48.4039 64.1769C48.5962 64.3435 48.8203 64.4715 49.0632 64.5535C49.3061 64.6355 49.5632 64.67 49.8197 64.6549C50.0763 64.6398 50.3273 64.5755 50.5584 64.4656C50.7895 64.3557 50.9962 64.2025 51.1667 64.0145C51.3372 63.8266 51.4681 63.6077 51.552 63.3703C51.636 63.1329 51.6712 62.8817 51.6558 62.631C51.6465 62.3764 51.5851 62.1263 51.4753 61.8952C51.3655 61.6642 51.2095 61.457 51.0165 61.2858C50.8235 61.1145 50.5974 60.9828 50.3515 60.8983C50.1056 60.8138 49.8449 60.7782 49.5847 60.7937L49.5847 60.8511ZM59.4553 62.4013C59.07 62.4247 58.7004 62.5591 58.3931 62.7875C58.0859 63.016 57.8548 63.3283 57.7291 63.685C57.6033 64.0417 57.5886 64.4269 57.6867 64.7918C57.7848 65.1567 57.9913 65.485 58.2802 65.7352C58.5691 65.9855 58.9274 66.1465 59.3099 66.198C59.6923 66.2494 60.0818 66.1889 60.4292 66.0242C60.7765 65.8594 61.0661 65.5978 61.2614 65.2724C61.4566 64.9469 61.5489 64.5722 61.5264 64.1956C61.4923 63.6903 61.2558 63.2185 60.8681 62.8826C60.4803 62.5467 59.9727 62.3738 59.4553 62.4013Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M65.9076 46.0792C65.9076 47.2049 66.8414 48.1175 67.9933 48.1175C69.1453 48.1175 70.0791 47.2049 70.0791 46.0792C70.0791 44.9536 69.1453 44.041 67.9933 44.041C66.8414 44.041 65.9076 44.9536 65.9076 46.0792Z",fill:"#1863DC"}})]),n("defs",[n("filter",{attrs:{id:"filter0_f_22_1390",x:"-3.47363",y:"0.238281",width:"138.641",height:"160.405",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1390"}})],1),n("filter",{attrs:{id:"filter1_f_22_1390",x:"-17.3359",y:"-14.9521",width:"138.641",height:"160.405",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1390"}})],1),n("filter",{attrs:{id:"filter2_f_22_1390",x:"50.085",y:"55.3335",width:"92.3105",height:"93.395",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"11",result:"effect1_foregroundBlur_22_1390"}})],1),n("clipPath",{attrs:{id:"clip0_22_1390"}},[n("rect",{attrs:{width:"131",height:"145",fill:"white"}})])])])},Be=[],je={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},He=je,Ee=Object(l["a"])(He,Oe,Be,!1,null,null,null),Ae=Ee.exports,Te=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 131 145",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0_22_1370)"}},[n("g",{attrs:{filter:"url(#filter0_f_22_1370)"}},[n("path",{attrs:{d:"M110.672 26.2383V131.191H27.9922V50.4573L51.3367 26.2383H110.672Z",fill:"#1863DC","fill-opacity":"0.21"}})]),n("g",{attrs:{filter:"url(#filter1_f_22_1370)"}},[n("path",{attrs:{d:"M94.8094 8.97607V113.928H12.1294V33.1951L35.4739 8.97607H94.8094Z",fill:"#2DAD70","fill-opacity":"0.08"}})]),n("path",{attrs:{d:"M103.43 17.2617V122.214H20.7505V41.4807L44.095 17.2617H103.43Z",fill:"white"}}),n("path",{attrs:{d:"M44.095 17.2617V41.4807H20.7505L44.095 17.2617Z",fill:"#A5C8FF"}}),n("g",{attrs:{filter:"url(#filter2_f_22_1370)"}},[n("path",{attrs:{d:"M72.4141 36.8204L89.263 33.1431L106.112 36.8204C106.567 36.9198 106.974 37.1688 107.266 37.5261C107.558 37.8834 107.717 38.3279 107.717 38.786V58.8987C107.717 60.8879 107.217 62.8463 106.261 64.6C105.305 66.3538 103.924 67.8487 102.238 68.952L89.263 77.4486L76.2875 68.952C74.6026 67.8489 73.2209 66.3543 72.2652 64.6009C71.3094 62.8475 70.8091 60.8896 70.8086 58.9007V38.786C70.8087 38.3279 70.9678 37.8834 71.2597 37.5261C71.5516 37.1688 71.9588 36.9198 72.4141 36.8204ZM89.263 53.282C90.6225 53.282 91.9264 52.7515 92.8877 51.8073C93.8491 50.8631 94.3892 49.5825 94.3892 48.2472C94.3892 46.9119 93.8491 45.6313 92.8877 44.6871C91.9264 43.743 90.6225 43.2125 89.263 43.2125C87.9034 43.2125 86.5995 43.743 85.6382 44.6871C84.6768 45.6313 84.1367 46.9119 84.1367 48.2472C84.1367 49.5825 84.6768 50.8631 85.6382 51.8073C86.5995 52.7515 87.9034 53.282 89.263 53.282ZM80.0911 63.3514H98.4348C98.1862 61.1329 97.1129 59.0825 95.4204 57.5931C93.7279 56.1038 91.5354 55.2802 89.263 55.2802C86.9905 55.2802 84.798 56.1038 83.1055 57.5931C81.4131 59.0825 80.3397 61.1329 80.0911 63.3514Z",fill:"#C0E7D5"}})]),n("rect",{attrs:{x:"83.2852",y:"36.9404",width:"24.2593",height:"24.8571",fill:"white"}}),n("path",{attrs:{d:"M77.8726 32.274L94.7215 28.5967L111.57 32.274C112.026 32.3735 112.433 32.6224 112.725 32.9797C113.017 33.3371 113.176 33.7815 113.176 34.2396V54.3523C113.176 56.3415 112.676 58.2999 111.72 60.0536C110.764 61.8074 109.382 63.3023 107.697 64.4056L94.7215 72.9022L81.746 64.4056C80.061 63.3025 78.6794 61.8079 77.7236 60.0545C76.7679 58.3011 76.2676 56.3432 76.2671 54.3543V34.2396C76.2672 33.7815 76.4263 33.3371 76.7182 32.9797C77.0101 32.6224 77.4173 32.3735 77.8726 32.274ZM94.7215 48.7356C96.081 48.7356 97.3849 48.2051 98.3462 47.2609C99.3076 46.3167 99.8477 45.0361 99.8477 43.7008C99.8477 42.3656 99.3076 41.085 98.3462 40.1408C97.3849 39.1966 96.081 38.6661 94.7215 38.6661C93.3619 38.6661 92.058 39.1966 91.0967 40.1408C90.1353 41.085 89.5952 42.3656 89.5952 43.7008C89.5952 45.0361 90.1353 46.3167 91.0967 47.2609C92.058 48.2051 93.3619 48.7356 94.7215 48.7356ZM85.5496 58.805H103.893C103.645 56.5865 102.571 54.5361 100.879 53.0467C99.1864 51.5574 96.9939 50.7338 94.7215 50.7338C92.449 50.7338 90.2565 51.5574 88.564 53.0467C86.8715 54.5361 85.7982 56.5865 85.5496 58.805Z",fill:"#2DAD70"}}),n("path",{attrs:{d:"M34.5439 78.7144H69.6476",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 67.6665H69.6476",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 55.2383H69.6476",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 91.3315H85.9334",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 103.571H85.9334",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}})]),n("defs",[n("filter",{attrs:{id:"filter0_f_22_1370",x:"1.99219",y:"0.238281",width:"134.68",height:"156.952",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1370"}})],1),n("filter",{attrs:{id:"filter1_f_22_1370",x:"-13.8706",y:"-17.0239",width:"134.68",height:"156.952",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1370"}})],1),n("filter",{attrs:{id:"filter2_f_22_1370",x:"48.8086",y:"11.1431",width:"80.9087",height:"88.3057",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"11",result:"effect1_foregroundBlur_22_1370"}})],1),n("clipPath",{attrs:{id:"clip0_22_1370"}},[n("rect",{attrs:{width:"131",height:"145",fill:"white"}})])])])},Ve=[],Ze={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},Ie=Ze,De=Object(l["a"])(Ie,Te,Ve,!1,null,null,null),Ne=De.exports,Ue=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M5.5 10C7.98528 10 10 7.98528 10 5.5C10 3.01472 7.98528 1 5.5 1C3.01472 1 1 3.01472 1 5.5C1 7.98528 3.01472 10 5.5 10Z",stroke:e.color,"stroke-linecap":"round","stroke-linejoin":"round"}}),n("path",{attrs:{d:"M11 12L8.5 9",stroke:e.color,"stroke-linecap":"round","stroke-linejoin":"round"}})])},Fe=[],Re={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},qe=Re,Ge=Object(l["a"])(qe,Ue,Fe,!1,null,null,null),ze=Ge.exports,Ye=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("rect",{attrs:{y:"1.06641",width:"16",height:"2.13333",rx:"1",fill:e.color}}),n("rect",{attrs:{y:"12.7998",width:"16",height:"2.13333",rx:"1",fill:e.color}}),n("rect",{attrs:{y:"7.4668",width:"16",height:"2.13333",rx:"1",fill:e.color}}),n("path",{attrs:{d:"M13.664 2.13333C13.664 3.28073 12.6663 4.21667 11.4283 4.21667C10.1902 4.21667 9.19258 3.28073 9.19258 2.13333C9.19258 0.985933 10.1902 0.05 11.4283 0.05C12.6663 0.05 13.664 0.985933 13.664 2.13333Z",fill:e.color,stroke:"#565662","stroke-width":"0.1"}}),n("ellipse",{attrs:{cx:"11.4285",cy:"2.13307",rx:"1.14286",ry:"1.06667",fill:"white"}}),n("path",{attrs:{d:"M13.664 13.8667C13.664 15.0141 12.6663 15.9501 11.4283 15.9501C10.1902 15.9501 9.19258 15.0141 9.19258 13.8667C9.19258 12.7193 10.1902 11.7834 11.4283 11.7834C12.6663 11.7834 13.664 12.7193 13.664 13.8667Z",fill:e.color,stroke:"#565662","stroke-width":"0.1"}}),n("path",{attrs:{d:"M6.80805 8.53372C6.80805 9.68112 5.81039 10.6171 4.57234 10.6171C3.33428 10.6171 2.33662 9.68112 2.33662 8.53372C2.33662 7.38632 3.33428 6.45039 4.57234 6.45039C5.81039 6.45039 6.80805 7.38632 6.80805 8.53372Z",fill:e.color,stroke:"#565662","stroke-width":"0.1"}}),n("ellipse",{attrs:{cx:"4.57206",cy:"8.53346",rx:"1.14286",ry:"1.06667",fill:"white"}}),n("ellipse",{attrs:{cx:"11.4285",cy:"13.8665",rx:"1.14286",ry:"1.06667",fill:"white"}})])},Je=[],Qe={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},We=Qe,Xe=Object(l["a"])(We,Ye,Je,!1,null,null,null),Ke=Xe.exports,et=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{staticStyle:{"enable-background":"new 0 0 52 52"},attrs:{version:"1.1",id:"Capa_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 52 52","xml:space":"preserve",width:e.width,height:e.height}},[n("g",[n("circle",{attrs:{fill:e.color,cx:"25",cy:"25",r:"25"}}),n("path"),n("path",{attrs:{d:"M38.252,15.336l-15.369,17.29l-9.259-7.407c-0.43-0.345-1.061-0.274-1.405,0.156c-0.345,0.432-0.275,1.061,0.156,1.406\n\tl10,8C22.559,34.928,22.78,35,23,35c0.276,0,0.551-0.114,0.748-0.336l16-18c0.367-0.412,0.33-1.045-0.083-1.411\n\tC39.251,14.885,38.62,14.922,38.252,15.336z",stroke:"#fff","stroke-width":"3"}})])])},tt=[],nt={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},at=nt,ot=Object(l["a"])(at,et,tt,!1,null,null,null),st=ot.exports,rt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 44 38",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M22.7239 1.8166C14.9248 1.8166 8.34688 7.05377 6.31884 14.2046C5.89885 15.6855 5.67383 17.2492 5.67383 18.8667C5.67383 23.3583 7.40962 27.4428 10.2484 30.4886C13.3619 33.8293 17.7986 35.9168 22.7239 35.9168C32.1404 35.9168 39.774 28.2832 39.774 18.8667C39.774 17.4438 39.5999 16.0626 39.2721 14.7429C37.4282 7.31839 30.7177 1.8166 22.7239 1.8166ZM4.87576 13.7954C7.08198 6.01624 14.2364 0.316605 22.7239 0.316605C31.423 0.316605 38.7218 6.30383 40.7279 14.3813C41.0848 15.8184 41.274 17.321 41.274 18.8667C41.274 29.1116 32.9689 37.4168 22.7239 37.4168C17.3653 37.4168 12.5365 35.1437 9.1511 31.5114C6.06378 28.1988 4.17383 23.7526 4.17383 18.8667C4.17383 17.1095 4.41838 15.4081 4.87576 13.7954Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M40.012 0.5H31.7324C30.1733 0.5 28.9094 1.76389 28.9094 3.32299V11.6026C28.9094 13.1617 30.1733 14.4256 31.7324 14.4256H40.012C41.5711 14.4256 42.835 13.1617 42.835 11.6026V3.32299C42.835 1.76389 41.5711 0.5 40.012 0.5Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M31.7324 1C30.4495 1 29.4094 2.04004 29.4094 3.32299V11.6026C29.4094 12.8856 30.4495 13.9256 31.7324 13.9256H40.012C41.295 13.9256 42.335 12.8856 42.335 11.6026V3.32299C42.335 2.04003 41.295 1 40.012 1H31.7324ZM28.4094 3.32299C28.4094 1.48775 29.8972 0 31.7324 0H40.012C41.8473 0 43.335 1.48775 43.335 3.32299V11.6026C43.335 13.4379 41.8473 14.9256 40.012 14.9256H31.7324C29.8972 14.9256 28.4094 13.4379 28.4094 11.6026V3.32299Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M24.1107 25.2002C24.1135 25.5592 23.8248 25.8525 23.4658 25.8553C23.1485 25.8578 22.8237 26.0626 22.6845 26.349C22.5451 26.6358 22.5841 27.0175 22.7785 27.2701L22.7788 27.2705C22.8717 27.3914 23.0022 27.5003 23.2024 27.6516C23.2223 27.6666 23.2432 27.6822 23.2648 27.6985C23.4389 27.8289 23.6663 27.9993 23.8602 28.2068C24.1203 28.4853 24.3056 28.8665 24.3532 29.2558C24.4015 29.6503 24.3111 30.1549 23.8711 30.4896L23.8708 30.4899C23.5192 30.7569 23.1135 30.781 22.7905 30.7187C22.4717 30.6572 22.1798 30.5052 21.9544 30.3314C21.8245 30.2312 21.6827 30.1013 21.5724 30.0003C21.5293 29.9608 21.4909 29.9257 21.46 29.8985C21.3217 29.7769 21.225 29.7095 21.1361 29.6724L21.387 29.0727L21.1366 29.6725C20.9729 29.6042 20.7491 29.6263 20.4968 29.8217C20.2413 30.0196 20.0531 30.3314 20.0085 30.6267L20.0084 30.6271C19.9847 30.7835 19.9806 30.9369 19.9754 31.1342C19.974 31.1882 19.9725 31.2455 19.9704 31.3071C19.9618 31.5677 19.943 31.8934 19.8394 32.2235C19.5557 33.1285 18.7378 33.7322 17.9042 33.92C17.0703 34.1078 16.2255 33.9263 15.528 33.6039C14.1555 32.9707 13.1063 31.6977 12.7463 30.2302C12.3862 28.7622 12.729 27.1475 13.6525 25.9519C13.872 25.6678 14.2802 25.6154 14.5643 25.8349C14.8484 26.0543 14.9008 26.4625 14.6813 26.7466C13.9995 27.6292 13.7432 28.8375 14.0089 29.9205C14.2746 31.0039 15.0598 31.9564 16.0729 32.4236L16.0733 32.4238C16.5952 32.665 17.1424 32.759 17.6186 32.6518C18.0952 32.5444 18.4808 32.2113 18.5989 31.8346L18.599 31.8342C18.6464 31.6836 18.6631 31.5085 18.6711 31.2642C18.6724 31.2249 18.6735 31.1825 18.6746 31.1377C18.6796 30.9329 18.686 30.677 18.7231 30.432L19.3658 30.5295L18.7231 30.4324C18.7231 30.4323 18.7231 30.4321 18.7231 30.432C18.8217 29.7809 19.2024 29.1799 19.7007 28.7939C20.2024 28.4054 20.9176 28.1724 21.6375 28.4729L21.6379 28.4731C21.925 28.5932 22.1492 28.7735 22.3185 28.9223C22.3943 28.9889 22.4543 29.0442 22.5076 29.0933C22.5931 29.172 22.661 29.2346 22.7484 29.302C22.8457 29.3771 22.9542 29.4263 23.0366 29.4422C23.0477 29.4444 23.0573 29.4457 23.0652 29.4466C23.0654 29.4543 23.0651 29.461 23.0647 29.4665C23.0637 29.4787 23.062 29.484 23.062 29.4838C23.0637 29.4787 23.0719 29.4642 23.0841 29.4549L23.4776 29.9722L23.0844 29.4546C23.0899 29.4505 23.0943 29.4482 23.0973 29.447C23.1003 29.4466 23.1015 29.4461 23.1014 29.4459C23.1013 29.4458 23.0998 29.446 23.0973 29.447C23.0922 29.4478 23.0821 29.4484 23.0652 29.4466C23.0651 29.4372 23.0644 29.4262 23.0628 29.4136C23.05 29.3087 22.9904 29.1801 22.9102 29.0942C22.7994 28.9756 22.6672 28.8761 22.4796 28.7347C22.46 28.7199 22.4397 28.7047 22.4188 28.6889C22.2193 28.5382 21.9591 28.3373 21.7481 28.0627C21.7482 28.0628 21.7483 28.0629 21.7484 28.0631L22.2634 27.6666L21.7481 28.0627C21.253 27.4193 21.1606 26.5106 21.5153 25.7807C21.8703 25.0502 22.6441 24.5618 23.4556 24.5554C23.8146 24.5525 24.1079 24.8413 24.1107 25.2002Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M36.6782 15.8416C36.8516 16.2177 36.6873 16.6633 36.3111 16.8367L31.53 19.041C31.1539 19.2145 30.7083 19.0501 30.5349 18.674C30.3615 18.2978 30.5258 17.8523 30.902 17.6789L35.6831 15.4745C36.0593 15.3011 36.5048 15.4654 36.6782 15.8416Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M38.8044 20.4531C38.9778 20.8292 38.8134 21.2747 38.4372 21.4481L33.6552 23.6525C33.279 23.8259 32.8335 23.6615 32.6601 23.2853C32.4867 22.9092 32.6511 22.4637 33.0273 22.2903L37.8093 20.0859C38.1855 19.9125 38.631 20.0769 38.8044 20.4531Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M25.8735 18.3365L30.2711 16.3092L34.3254 25.1037L29.9278 27.131C27.5005 28.25 24.6218 27.188 23.5028 24.7607C22.3838 22.3335 23.4459 19.4547 25.8731 18.3357L25.8735 18.3365Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M25.8731 18.3357C25.8448 18.3488 25.8167 18.3621 25.7887 18.3756C25.5095 18.5108 25.2489 18.6696 25.0083 18.8484C23.2093 20.1857 22.5274 22.6448 23.5028 24.7607C24.6218 27.188 27.5006 28.25 29.9278 27.131L34.3254 25.1037L30.2711 16.3092L25.8731 18.3357ZM26.363 17.0097L30.7606 14.9824L35.6522 25.5932L30.3465 28.0392C27.4177 29.3894 23.9449 28.1082 22.5947 25.1794C21.2445 22.2506 22.5257 18.7778 25.4545 17.4276L26.363 17.0097Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M18.5401 21.9744C18.5401 16.9928 14.5017 12.9543 9.52004 12.9543C4.53841 12.9543 0.5 16.9928 0.5 21.9744C0.5 26.956 4.53841 30.9944 9.52004 30.9944C14.5017 30.9944 18.5401 26.956 18.5401 21.9744Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.52004 13.4543C4.81455 13.4543 1 17.2689 1 21.9744C1 26.6799 4.81455 30.4944 9.52004 30.4944C14.2255 30.4944 18.0401 26.6799 18.0401 21.9744C18.0401 17.2689 14.2255 13.4543 9.52004 13.4543ZM0 21.9744C0 16.7166 4.26227 12.4543 9.52004 12.4543C14.7778 12.4543 19.0401 16.7166 19.0401 21.9744C19.0401 27.2322 14.7778 31.4944 9.52004 31.4944C4.26227 31.4944 0 27.2322 0 21.9744Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M2.4003 21.9731C2.4003 24.7792 4.03134 27.2058 6.39657 28.3559L3.01361 19.0879C2.62163 19.9688 2.39941 20.9456 2.39941 21.974L2.4003 21.9731ZM14.2789 21.6149C14.2789 20.7385 13.9642 20.1314 13.694 19.6594C13.3358 19.0746 12.9981 18.5813 12.9981 17.9964C12.9981 17.3449 13.4931 16.7378 14.1891 16.7378C14.2202 16.7378 14.2504 16.7413 14.2815 16.7431C13.0194 15.5876 11.3386 14.8819 9.49332 14.8819C7.0152 14.8819 4.83664 16.1529 3.56825 18.0791C3.73447 18.0844 5.00463 18.0364 5.00463 18.0364L7.72984 26.3294L9.28177 21.6753L8.01694 17.9964H10.3617L13.0318 26.2707L13.7402 23.9064C14.0984 22.9846 14.2789 22.222 14.2789 21.614V21.6149ZM9.61598 22.5944L7.48808 28.7764C8.12449 28.963 8.79557 29.0652 9.49243 29.0652C10.3173 29.0652 11.1101 28.9221 11.847 28.6635C11.8283 28.6333 11.8097 28.6004 11.7954 28.5657L9.61687 22.5944H9.61598ZM15.7135 18.5715C15.7446 18.7972 15.7615 19.039 15.7615 19.3012C15.7615 20.0203 15.6264 20.8292 15.2211 21.8398L13.0558 28.1017C15.1642 26.8724 16.581 24.589 16.581 21.9731C16.5828 20.7394 16.2672 19.5803 15.7135 18.5706V18.5715Z",fill:"url(#paint0_linear_468_260)","fill-opacity":"0.76"}}),n("path",{attrs:{d:"M2.4003 21.9731C2.4003 24.7792 4.03134 27.2058 6.39657 28.3559L3.01361 19.0879C2.62163 19.9688 2.39941 20.9456 2.39941 21.974L2.4003 21.9731ZM14.2789 21.6149C14.2789 20.7385 13.9642 20.1314 13.694 19.6594C13.3358 19.0746 12.9981 18.5813 12.9981 17.9964C12.9981 17.3449 13.4931 16.7378 14.1891 16.7378C14.2202 16.7378 14.2504 16.7413 14.2815 16.7431C13.0194 15.5876 11.3386 14.8819 9.49332 14.8819C7.0152 14.8819 4.83664 16.1529 3.56825 18.0791C3.73447 18.0844 5.00463 18.0364 5.00463 18.0364L7.72984 26.3294L9.28177 21.6753L8.01694 17.9964H10.3617L13.0318 26.2707L13.7402 23.9064C14.0984 22.9846 14.2789 22.222 14.2789 21.614V21.6149ZM9.61598 22.5944L7.48808 28.7764C8.12449 28.963 8.79557 29.0652 9.49243 29.0652C10.3173 29.0652 11.1101 28.9221 11.847 28.6635C11.8283 28.6333 11.8097 28.6004 11.7954 28.5657L9.61687 22.5944H9.61598ZM15.7135 18.5715C15.7446 18.7972 15.7615 19.039 15.7615 19.3012C15.7615 20.0203 15.6264 20.8292 15.2211 21.8398L13.0558 28.1017C15.1642 26.8724 16.581 24.589 16.581 21.9731C16.5828 20.7394 16.2672 19.5803 15.7135 18.5706V18.5715Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M34.3651 5.63068H32.1039L34.1713 9.48562H36.4326L34.3651 5.63068Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M34.1287 9.37915L34.1927 9.48759H36.4539L34.9678 6.78015L34.1278 9.37915H34.1287Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M38.2636 2.3829L34.1936 9.48659H36.4548L40.5249 2.3829H38.2636Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M34.1926 10.5484H36.3899V12.7794H34.1926V10.5484Z",fill:"#1863DC"}}),n("defs",[n("linearGradient",{attrs:{id:"paint0_linear_468_260",x1:"-2.36705",y1:"14.9864",x2:"24.3253",y2:"20.2349",gradientUnits:"userSpaceOnUse"}},[n("stop",{attrs:{"stop-color":"#99BCE3"}}),n("stop",{attrs:{offset:"1","stop-color":"#EDF5FF"}})],1)],1)])},it=[],ct={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},lt=ct,dt=Object(l["a"])(lt,rt,it,!1,null,null,null),ut=dt.exports,pt={name:"CkyIcon",props:{icon:{type:String,default:"logo"},width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}},computed:{getStyles(){return{height:this.height+"px",width:this.width+"px"}}},components:{logo:u,chat:m,help:_,rocket:P,blank:A,note:z,css:N,layout:K,close:se,edit:ue,trash:me,spinner:_e,editAlt:Pe,cookiePolicy:Ae,privacyPolicy:Ne,search:ze,general:Ke,successCircle:st,connect:ut}},ft=pt,gt=(n("5f84"),Object(l["a"])(ft,a,o,!1,null,"41ddddb8",null));t["a"]=gt.exports},3213:function(e,t,n){},"333a":function(e,t,n){},3358:function(e,t,n){},3840:function(e,t,n){"use strict";var a=n("561c");a["setLocaleData"](window.ckyTranslations.translations,"cookie-law-info"),t["a"]=a},"3f47":function(e,t,n){"use strict";n("c981")},"462b":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"cky-notice-fade"}},[e.isShown?n("div",{class:e.noticeClass},[n("div",{staticClass:"cky-admin-notice-content"},[n("div",{staticClass:"cky-admin-notice-message"},[e.$slots.header?n("h5",{staticClass:"cky-admin-notice-header"},[e._t("header")],2):e._e(),e._t("default")],2)]),n("div",{staticClass:"cky-admin-notice-close"},[e.isDismissable?n("button",{staticClass:"cky-close",attrs:{type:"button","aria-label":"Close"},on:{click:e.close}},[n("span",{attrs:{"aria-hidden":"true"}},[e._v("×")])]):e._e()])]):e._e()])},o=[],s={name:"CkyNotice",props:{type:{type:String,default:"success"},isDismissable:{type:Boolean,default:!1},showIcon:{type:Boolean,default:!1}},data(){return{isShown:!0}},methods:{close(){this.$emit("onDismiss"),this.isShown&&(this.isShown=!1)}},computed:{noticeClass(){return{"cky-admin-notice":!0,"cky-admin-notice-info":"info"===this.type,"cky-admin-notice-error":"error"===this.type,"cky-admin-notice-success":"success"===this.type,"cky-admin-notice-warning":"warning"===this.type,"cky-admin-notice-default":"default"===this.type,"cky-admin-notice-has-icon":this.showIcon,"cky-admin-notice-dismissable":this.isDismissable}}}},r=s,i=n("2877"),c=Object(i["a"])(r,a,o,!1,null,null,null);t["a"]=c.exports},5426:function(e,t,n){},"568d":function(e,t,n){var a={"./cky-button.vue":"5985","./cky-input.vue":"a07a","./cky-popper.vue":"7f7f"};function o(e){var t=s(e);return n(t)}function s(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}o.keys=function(){return Object.keys(a)},o.resolve=s,e.exports=o,o.id="568d"},"56d7":function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return Re}));n("83f4");var a=n("2b0e"),o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-app-wrap",attrs:{id:"cky-app"}},[n("div",{staticClass:"cky-app-nav-bar"},[n("cky-notification"),n("cky-header"),n("cky-nav-menu")],1),n("div",{staticClass:"cky-app-body"},[e.apiFailed?n("cky-notice",{staticClass:"cky-admin-notice-api-error",attrs:{type:"error",showIcon:!0}},[n("p",{domProps:{innerHTML:e._s(e.errorMessages.apiFetchFailed)}})]):e._e(),e._l(e.errors,(function(t,a){return n("cky-notice",{key:a,staticClass:"cky-admin-notice-api-error",attrs:{type:"error",showIcon:!0}},[n("p",{domProps:{innerHTML:e._s(e.errorMessages[a])}})])})),n("transition",{attrs:{name:"fade"}},[n("router-view")],1)],2)])},s=[],r=n("2f62"),i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-header"},[n("div",{staticClass:"cky-row cky-align-center"},[n("div",{staticClass:"cky-col-4"},[n("a",{attrs:{href:"https://www.cookieyes.com/"}},[n("cky-icon",{attrs:{width:"120px",icon:"logo",color:"#ffffff"}})],1)]),n("div",{staticClass:"cky-col-8"},[n("div",{staticClass:"cky-card-header-actions"},[n("a",{staticClass:"cky-link cky-align-center",attrs:{target:"_blank",href:"https://www.cookieyes.com/documentation/how-to-install-cookieyes-wordpress-plugin/"}},[n("cky-icon",{attrs:{width:"15px",icon:"help",color:"#ffffff"}}),e._v(" "+e._s(e.$i18n.__("Help Guides","cookie-law-info"))+" ")],1),n("a",{staticClass:"cky-link cky-align-center",attrs:{target:"_blank",href:"https://www.cookieyes.com/support/"}},[n("cky-icon",{attrs:{width:"15px",icon:"chat",color:"#ffffff"}}),e._v(" "+e._s(e.$i18n.__("Support","cookie-law-info"))+" ")],1)])])])])},c=[],l=n("1f3d"),d=n("c068"),u={name:"CkyHeader",mixins:[d["a"]],components:{CkyIcon:l["a"]},data(){return{syncing:!1}},computed:{account(){return this.getOption("account")}},created(){this.$root.$on("afterConnection",()=>{this.syncing=!0}),this.$root.$on("afterSyncing",async()=>{this.syncing=!1})}},p=u,f=(n("3f47"),n("2877")),g=Object(f["a"])(p,i,c,!1,null,null,null),h=g.exports,y=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-nav-menu"},e._l(e.menus,(function(e,t){return n("cky-menu-item",{key:t,attrs:{data:e}})})),1)},m=[],C=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.visible()?n("router-link",{staticClass:"cky-nav-menu-item",class:["cky-nav-menu-item",{}],attrs:{to:e.data.to}},[e._v(" "+e._s(e.data.text)+" ")]):e._e()},b=[],k={name:"CkyMenuItem",props:{data:Object},data(){return{syncing:!1}},methods:{visible:function(){return!!this.data.to&&!(!this.data.native&&this.account.connected||this.data.hidden&&!this.account.connected)}},computed:{account(){return this.getOption("account")}},mounted(){this.$root.$on("beforeConnection",()=>{this.syncing=!0}),this.$root.$on("afterSyncing",()=>{this.syncing=!1})}},v=k,w=(n("6c23"),Object(f["a"])(v,C,b,!1,null,null,null)),_=w.exports,L={name:"CkyNavMenu",components:{CkyMenuItem:_},data(){return{menus:[{text:this.$i18n.__("Dashboard","cookie-law-info"),to:{name:"dashboard"},native:!0},{text:this.$i18n.__("Cookie Banner","cookie-law-info"),to:{name:"customize"}},{text:this.$i18n.__("Cookie Manager","cookie-law-info"),to:{name:"cookies"}},{text:this.$i18n.__("Languages","cookie-law-info"),to:{name:"languages"}},{text:this.$i18n.__("Policy Generators","cookie-law-info"),to:{name:"policies"}},{text:this.$i18n.__("Site Settings","cookie-law-info"),to:{name:"settings"},native:!0,hidden:!0}]}}},x=L,$=(n("d9e4"),Object(f["a"])(x,y,m,!1,null,null,null)),S=$.exports,M=n("462b"),P=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"cky-slide-top"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.message,expression:"message"}],class:e.notificationClass,attrs:{role:"alert",id:e.id,"aria-live":"assertive"}},[n("div",{staticClass:"cky-notification-content"},[n("p",[n("span",{domProps:{innerHTML:e._s(e.message)}})])]),n("div",{directives:[{name:"show",rawName:"v-show",value:e.options.dismiss.show,expression:"options.dismiss.show"}],staticClass:"cky-notification-close"},[n("button",{staticClass:"cky-close",attrs:{type:"button","aria-label":"Close"},on:{click:e.close}},[n("span",{attrs:{"aria-hidden":"true"}},[e._v("×")])])])])])},O=[],B=n("a2b6"),j={name:"CkyNotification",data(){return{id:"cky-toast-notification",message:"",type:"success",callback:!1,options:{type:"success",autoclose:{show:!0,timeout:5e3},dismiss:{show:!1}}}},mounted(){this.$root.$on("triggerNotification",e=>{this.setupNotice(e)})},computed:{notificationClass(){return{"cky-notification":!0,"cky-notification-info":"info"===this.type,"cky-notification-error":"error"===this.type,"cky-notification-success":"success"===this.type,"cky-notification-warning":"warning"===this.type}}},methods:{getMessage(e){return e.message||""},async setupNotice(e){this.type=e.type||"success",this.options.type=this.type,this.options.dismiss.show=e.dismiss||!1,this.options.autoclose.show=!this.options.dismiss.show,this.message=this.getMessage(e),this.options.autoclose.show&&(await Object(B["d"])(this.options.autoclose.timeout),this.message=!1,"function"==typeof this.callback&&this.callback())},close(){this.message=!1}}},H=j,E=(n("12f7"),Object(f["a"])(H,P,O,!1,null,"b1fe306c",null)),A=E.exports,T={name:"CkyApp",components:{CkyHeader:h,CkyNavMenu:S,CkyNotice:M["a"],CkyNotification:A},data(){return{loading:!0,errorMessages:{apiFetchFailed:this.$i18n.sprintf(this.$i18n.__('Unable to reach your web app account at this moment. Please reload the page to retry. If the issue persists, contact <a href="%1$s" target="_blank">Customer Support</a>.',"cookie-law-info"),"https://www.cookieyes.com/support/"),urlMismatch:this.$i18n.sprintf(this.$i18n.__('It looks like your website URL has been changed. To ensure the proper functioning of your banner, go to your <a href="%1$s" target="_blank">CookieYes account</a> > navigate to <b>More</b> > <b>Site Settings</b> and update the registered URL. Then, reload this page to retry. If the issue persists, contact <a href="%2$s" target="_blank">customer support</a>.',"cookie-law-info"),this.$router.getAppRedirectURL(),"https://www.cookieyes.com/support/")}}},computed:{apiFailed(){return!this.$store.state.settings.status},cardLoader(){return!(!1!==this.$store.state.settings.info&&!this.loading)},errors(){return this.$store.state.settings.errors},hasErrors(){return!!Object.keys(this.$store.state.settings.errors).length}},methods:{...Object(r["b"])("settings",["loadInfo","reInit"]),...Object(r["b"])("languages",["loadLanguages"])},async created(){try{await this.loadLanguages(),await this.loadInfo(!0),await this.reInit()}catch(e){this.$root.$emit("triggerNotification",{type:"error",message:this.$i18n.__("An unexpected error occurred please try reloading the page or logging in again.","cookie-law-info")})}}},V=T,Z=(n("5c0b"),Object(f["a"])(V,o,s,!1,null,null,null)),I=Z.exports,D=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},N=[],U={components:{CurrentComponent:()=>n.e("chunk-322699f8").then(n.bind(null,"9573"))}},F=U,R=Object(f["a"])(F,D,N,!1,null,null,null),q=R.exports,G=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},z=[],Y={components:{CurrentComponent:()=>n.e("chunk-637dc2c8").then(n.bind(null,"3636"))}},J=Y,Q=Object(f["a"])(J,G,z,!1,null,null,null),W=Q.exports,X=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},K=[],ee={components:{CurrentComponent:()=>n.e("chunk-263180a4").then(n.bind(null,"943d"))}},te=ee,ne=Object(f["a"])(te,X,K,!1,null,null,null),ae=ne.exports,oe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},se=[],re={components:{CurrentComponent:()=>n.e("chunk-0495ae18").then(n.bind(null,"281e"))}},ie=re,ce=Object(f["a"])(ie,oe,se,!1,null,null,null),le=ce.exports,de=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},ue=[],pe={components:{CurrentComponent:()=>n.e("chunk-2177d27f").then(n.bind(null,"ea26"))}},fe=pe,ge=Object(f["a"])(fe,de,ue,!1,null,null,null),he=ge.exports,ye=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},me=[],Ce={components:{CurrentComponent:()=>n.e("chunk-69ed221f").then(n.bind(null,"ad98"))}},be=Ce,ke=Object(f["a"])(be,ye,me,!1,null,null,null),ve=ke.exports,we=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-section cky-zero--padding cky-zero--margin"},[n("div",{staticClass:"cky-section-header cky-align-center cky-justify-between"},[n("div",{staticClass:"cky-section-title"},[n("router-link",{staticClass:"cky-breadcrumbs-title",attrs:{to:"/languages"}},[e._v(e._s(e.$i18n.__("Back to Language List","cookie-law-info")))])],1),n("div",{staticClass:"cky-section-header-actions cky-align-center"},[n("div",{staticClass:"cky-align-center cky-justify-end"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-banner-preview"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.preview,expression:"preview"}],attrs:{type:"checkbox",id:"cky-banner-preview"},domProps:{checked:Array.isArray(e.preview)?e._i(e.preview,null)>-1:e.preview},on:{change:function(t){var n=e.preview,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&(e.preview=n.concat([s])):r>-1&&(e.preview=n.slice(0,r).concat(n.slice(r+1)))}else e.preview=o}}}),n("span",{staticClass:"cky-toggle-text"},[e._v(e._s(e.$i18n.__("Banner Preview","cookie-law-info")))]),n("span",{staticClass:"cky-toggle-slider",attrs:{"aria-hidden":"true"}})]),n("cky-button",{ref:"ckyButtonSaveLanguage",staticClass:"cky-button cky-button-green",staticStyle:{"margin-left":"15px"},nativeOn:{click:function(t){return e.saveConfig.apply(null,arguments)}}},[e._v(" "+e._s(e.$i18n.__("Publish Changes","cookie-law-info"))+" ")])],1)])]),n("div",{staticClass:"cky-section-content"},[n("div",{staticClass:"cky-edit-content"},[n("div",{staticClass:"cky-row cky-justify-between cky-button-section"},[n("div",{staticClass:"cky-col-6"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader")],1):e._e()]),n("div",{staticClass:"cky-col-6"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader")],1):e._e()])]),n("div",{staticClass:"cky-row"},[e.defaultLanguage!==e.currentLanguage?n("div",{staticClass:"cky-col"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader"),n("cky-card-loader"),n("cky-card-loader")],1):n("div",{staticClass:"cky-edit-content-lists"},[n("h5",{staticStyle:{"margin-bottom":"20px"}},[e._v(" "+e._s(e.$i18n.__("Default language:","cookie-law-info"))+" "),n("b",[e._v(e._s(e.getLanguageName(e.defaultLanguage)))])]),n("tab-content-accordion",{attrs:{language:e.defaultLanguage,translate:!0,disabled:!0}})],1)]):e._e(),n("div",{staticClass:"cky-col"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader"),n("cky-card-loader"),n("cky-card-loader")],1):n("div",{staticClass:"cky-edit-content-lists"},[n("div",{staticClass:"cky-align-center"},[n("h5",[e._v(e._s(e.$i18n.__("Edit content in:","cookie-law-info")))]),n("select",{directives:[{name:"model",rawName:"v-model",value:e.currentLanguage,expression:"currentLanguage"}],staticClass:"cky-select",on:{change:function(t){var n=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.currentLanguage=t.target.multiple?n:n[0]}}},e._l(e.selectedLanguages,(function(t){return n("option",{key:t,domProps:{value:t}},[e._v(" "+e._s(e.getLanguageName(t))+" ")])})),0)]),n("tab-content-accordion",{attrs:{language:e.currentLanguage,translate:!0}})],1)])])])])])},_e=[],Le=n("c4aa"),xe=n("8259"),$e=n("f61e"),Se=n("c702"),Me=n("17aa"),Pe={name:"Customize",components:{TabContentAccordion:Se["a"],CkyCardLoader:Me["a"]},data(){return{bannerPreview:!1,loading:!0}},methods:{async loadCookies(){try{await this.$store.dispatch("cookies/reInit")}catch(e){console.error(e)}},showIcon(e){return!!e.icon},loadBanner:async function(){await Le["a"].getActiveBanner()},saveConfig:async function(){this.$refs.ckyButtonSaveLanguage.startLoading(),await Le["a"].save(),this.$root.$emit("triggerNotification",{type:"success",message:"Successfully saved"}),this.$refs.ckyButtonSaveLanguage.stopLoading()},async loadLanguage(){const e=this.$route.params.language||"en";this.$store.state.languages.current=e},async changeLanguage(e){this.$store.state.languages.current=e},updateBannerContents:Object(B["b"])((async function(){xe["a"].startLoading(),await Le["a"].updateContentPreview(),xe["a"].stopLoading()}),500),getLanguageName(e){return $e["a"].getName(e)}},computed:{...Object(r["d"])("languages",["default","selected","available"]),currentTabComponent:function(){return"tab-"+this.currentTab.toLowerCase()},banner(){return this.$store.state.banners.current},banners(){return this.$store.state.banners.items||{}},preview:{get(){return this.$store.state.banners.preview},set(e){this.$store.state.banners.preview=e}},defaultLanguage(){return this.default},currentLanguage:{get(){return this.$store.state.languages.current},set(e){this.$store.state.languages.current=e}},selectedLanguages:function(){return this.$store.state.languages.selected}},async created(){this.loading=!0,await this.loadLanguage(),await this.loadBanner(),await Le["a"].loadTemplate(),this.loading=!1,await this.loadCookies()},watch:{currentLanguage:{async handler(){await Le["a"].showPreview(!0)},deep:!0},"banner.contents":{handler(){this.updateBannerContents()},deep:!0},preview:{handler(){Le["a"].showPreview()}}},beforeDestroy(){Le["a"].closePreview(!0),this.$store.state.languages.current=this.$store.state.languages.default}},Oe=Pe,Be=(n("8019"),Object(f["a"])(Oe,we,_e,!1,null,null,null)),je=Be.exports;const He=[{path:"/dashboard",name:"dashboard",component:q},{path:"/customize",name:"customize",component:W},{path:"/cookies",name:"cookies",component:ae},{path:"/policies",name:"policies",component:le},{path:"/settings",name:"settings",component:he},{path:"/languages",name:"languages",component:ve,children:[{path:"edit/:language",name:"edit",component:je}]}];var Ee=n("8c4f"),Ae=n("e19f"),Te=n("07a4"),Ve=n("3840"),Ze=n("8103"),Ie=n.n(Ze),De=n("bba4"),Ne=n.n(De),Ue=n("87ea");a["a"].use(Ee["a"]),a["a"].config.productionTip=!1,a["a"].prototype.$i18n=Ve["a"],a["a"].prototype.$globals=window.ckyGlobals;const Fe=n("568d");Fe.keys().forEach(e=>{const t=Fe(e),n=Ie()(Ne()(e.replace(/^\.\//,"").replace(/\.\w+$/,"").replace(/Index$/,"")));a["a"].component(n,t.default||t)}),a["a"].mixin({methods:{sprintf:Ae["sprintf"],getOption:Ue["e"],setOption:Ue["l"],saveOptions:Ue["j"],getInfo:Ue["d"],loadInfo:Ue["g"],getDefaultLanguage:Ue["c"],setDefaultLanguage:Ue["k"],getAssetsURL:Ue["b"],purgeCache:Ue["h"],isRTLLanguage:Ue["f"]}}),a["a"].directive("click-outside",{bind:function(e,t,n){e.eventOnClick=function(a){e==a.target||e.contains(a.target)||n.context[t.expression](a)},document.body.addEventListener("click",e.eventOnClick)},unbind:function(e){document.body.removeEventListener("click",e.eventOnClick)}});class Re{constructor(){this.Vue=a["a"],this.Router=Ee["a"],this.App=I}}window.ckyVue=new Re;const qe=new window.ckyVue.Router({routes:He});qe.getRouteByName=function(e){return!!e&&He.find(t=>e===t.name)},qe.redirectToDashboard=function(e){if(e&&"dashboard"===e)return;const t=qe.getRouteByName("dashboard");qe.push({name:t.name,query:t.query})},qe.beforeEach((e,t,n)=>{const a=["/dashboard","/settings"];if(e.path&&"/"===e.path)n({name:"dashboard"});else{const t=Object(Ue["e"])("account");t.connected?a.some(t=>t===e.path)?n():n({name:"dashboard"}):n()}}),String.prototype.addQuery=function(e){return this+Object.keys(e).reduce((function(t,n,a){return t+(0==a?"?":"&")+(Array.isArray(e[n])?e[n].reduce((function(t,a,o){return t+n+"="+encodeURIComponent(a)+(o!=e[n].length-1?"&":"")}),""):n+"="+encodeURIComponent(e[n]))}),"")},qe.getQueryParams=function(e){let t=e?e.split("?")[1]:window.location.search.slice(1),n={};if(t){t=t.split("#")[0];let e=t.split("&");for(let t=0;t<e.length;t++){let a=e[t].split("="),o=void 0,s=a[0].replace(/\[\d*\]/,(function(e){return o=e.slice(1,-1),""})),r="undefined"===typeof a[1]||a[1];s=s.toLowerCase(),r=r.toLowerCase(),n[s]?("string"===typeof n[s]&&(n[s]=[n[s]]),"undefined"===typeof o?n[s].push(r):n[s][o]=r):n[s]=r}}return n},qe.redirectMenu=function(e,t=!0){if(e===window.location.href&&!1===t)return;const n=qe.getQueryParams(e);let a=n.page&&n.page||!1;if(!a)return;if(a.match(/cookie-law-info/)&&(a=a&&a.replace("cookie-law-info-","")||""),"cookie-law-info"===a)return void qe.redirectToDashboard();const o=qe.getRouteByName(a);qe.push({name:o.name,query:o.query})},qe.redirectToApp=function(e="dashboard"){const t=qe.getAppRedirectURL(e);qe.redirectToURL(t)},qe.getAppRedirectURL=function(e="dashboard"){const t=Object(Ue["e"])("account");if(!t.connected)return!1;let n=window.ckyGlobals.webApp.url+"/"+e,a={website:t.website_id};return n=n.addQuery(a),n},qe.redirectToURL=function(e){try{const t=document.createElement("a");t.target="_blank",t.href=e,t.rel="noopener noreferrer",t.click()}catch(t){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},window.ckyGlobals.vueApp=new window.ckyVue.Vue({render:e=>e(I),store:Te["a"],router:qe}).$mount("#cky-app")},5754:function(e,t,n){},5985:function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{class:e.buttonClass,attrs:{disabled:e.loading}},[e.loading?e._t("loader",(function(){return[e._v(e._s(e.$i18n.__("Loading","cookie-law-info")))]})):e._t("default"),e.loading?n("span",{staticClass:"cky-btn-spinner"},[n("span"),n("span"),n("span"),n("span")]):e._e()],2)},o=[],s={name:"CkyButton",components:{},data(){return{loading:!1}},methods:{startLoading(){this.loading=!0},stopLoading(){this.loading=!1}},computed:{buttonClass(){return{"cky-button":!0,"cky-button-loading":!0===this.loading}}}},r=s,i=(n("e867"),n("2877")),c=Object(i["a"])(r,a,o,!1,null,null,null);t["default"]=c.exports},"5c0b":function(e,t,n){"use strict";n("9c0c")},"5d3d":function(e,t,n){"use strict";n("5426")},"5f84":function(e,t,n){"use strict";n("5ff5")},"5ff5":function(e,t,n){},6072:function(e,t,n){"use strict";n("9ef8")},"61b4":function(e,t,n){},"6c23":function(e,t,n){"use strict";n("8a52")},"6e8b":function(e,t,n){"use strict";n("61b4")},"7dd2":function(e,t,n){"use strict";n("9061")},"7f7f":function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"popperContainer",staticClass:"cky-popper-container",on:{mouseleave:function(t){e.hover&&e.closePopper()}}},[n("div",{ref:"triggerNode",staticClass:"cky-poppper-trigger",on:{mouseover:function(t){e.hover&&e.openPopper()}}},[e._t("default",(function(){return[n("div",{staticClass:"cky-popper-icon"})]}))],2),n("Transition",{attrs:{name:"fade"}},[e.shouldShowPopper?n("div",{ref:"popperNode",staticClass:"cky-popper"},[e._t("content",(function(){return[e._v(" "+e._s(e.content)+" ")]})),n("div",{staticClass:"cky-popper-arrow",attrs:{"data-popper-arrow":""}})],2):e._e()])],1)},o=[],s=n("45d1"),r=n("0929"),i=n("9835"),c={name:"CkyPopper",components:{},props:{content:{type:String,default:""},position:{type:String,default:"top"},hover:{type:Boolean,default:!0}},data(){return{popperId:null,popper:null,isOpen:!1}},computed:{shouldShowPopper(){return this.isOpen}},ready(){this.$nextTick(()=>{this.showPopper&&this.initPopper()})},methods:{initPopper(){this.$nextTick((function(){this.popper=Object(s["a"])(this.$el,this.$el.querySelector(".cky-popper"),{placement:this.position||"bottom",removeOnDestroy:!0,modifiers:[r["a"],{name:"arrow",options:{padding:10}},i["a"],{name:"offset",options:{offset:[0,8]}}]})}))},destroyPopper(){this.popper&&(this.popper.destroy(),this.popper=null)},openPopper(){this.isOpen=!0,this.initPopper()},closePopper(){this.isOpen=!1}}},l=c,d=(n("5d3d"),n("2877")),u=Object(d["a"])(l,a,o,!1,null,null,null);t["default"]=u.exports},8019:function(e,t,n){"use strict";n("cda9")},8259:function(e,t,n){"use strict";var a=n("07a4"),o=n("f9c4"),s=n("87ea");const r=window.ckyBannerConfig._shortCodes;function i(e){const t=document.querySelector("[data-cky-tag="+e+"]");return t||!1}function c(){return a["a"].state.banners.current.properties.settings.applicableLaw}function l(){return a["a"].state.banners.current.properties.settings.type}function d(){const e=i("notice"),t=e&&e.closest(".cky-consent-container")||!1;return t&&t||!1}function u(){const e=d();e&&e.classList.remove("cky-hide")}function p(){const e=document.querySelector(".cky-overlay");e&&e.classList.add("cky-hide")}function f(){const e=document.querySelector(".cky-overlay");e&&e.classList.remove("cky-hide")}function g(){const e=document.querySelector(".cky-overlay");e&&e.classList.toggle("cky-hide")}function h(){if("classic"===l())return d();const e="ccpa"===c()?i("optout-popup"):i("detail");return e&&e.closest(".cky-modal")||!1}function y(){const e=h();e&&e.classList.remove(b()),"classic"!==l()&&p()}function m(){const e=h();e&&e.classList.add(b()),"classic"!==l()&&f()}function C(){const e=h();e&&e.classList.toggle(b()),"classic"!==l()&&g()}function b(){return"classic"===l()?"cky-consent-bar-expand":"cky-modal-open"}function k(){const e=i("notice");if(!e)return!1;const t=e.closest(".cky-consent-container");if(!t)return!1;const n=a["a"].state.banners.current.properties.settings.type;let o=a["a"].state.banners.current.properties.settings.position;"popup"===n&&(o="center");const s="cky-"+n+"-"+o;t.classList.add(s);const r=i("revisit-consent");if(!r)return!1;const c="cky-revisit-"+a["a"].state.banners.current.properties.config.revisitConsent.position;r.classList.add(c)}function v(){w("settings-button",()=>C()),w("detail-close",()=>y()),w("optout-cancel-button",()=>y()),w("donotsell-button",()=>m()),_()}function w(e,t){document.querySelectorAll("[data-cky-tag="+e+"]").forEach(e=>{e&&e.addEventListener("click",t)})}function _(){const e=a["a"].state.banners.current;e.properties.config.auditTable.status&&document.querySelectorAll(".cky-accordion").forEach(e=>e.addEventListener("click",(function(e){"checkbox"!==e.target.type&&this.classList.toggle("cky-accordion-active")})))}function L(){if("gdpr"!==c())return;const e=r.find(e=>"cky_show_desc"===e.key),t=r.find(e=>"cky_hide_desc"===e.key);if(!e||!t)return;const n=t.content,a=e.content,o=window.innerWidth<376?150:300,s=document.querySelector('[data-cky-tag="detail-description"]'),i=s.textContent;if(i.length<o)return;const l=s.innerHTML,d=(new DOMParser).parseFromString(l,"text/html"),u=d.querySelectorAll("body > p");if(u.length<=1)return;let p="";for(let r=0;r<u.length;r++){if(r===u.length-1)return;const e=u[r];if(`${p}${e.outerHTML}`.length>o&&e.insertAdjacentHTML("beforeend","... "+a),p=`${p}${e.outerHTML}`,p.length>o)break}function f(){s.innerHTML=`${l}${n}`,w("hide-desc-button",g)}function g(){s.innerHTML=p,w("show-desc-button",f)}g()}function x(e,t){const n=e.querySelector("[data-cky-tag="+t+"]");if(!n)return!1;let a=n,o="";n.getAttribute("src")||(a=n.querySelector("img")),o=a.src;const s=o.lastIndexOf("/"),r=o.substring(s+1);a.src=window.ckyGlobals.assetsURL+r}function $(e){const t=e.querySelector('[data-cky-tag="detail"] .cky-footer-shadow'),n=e.querySelector('[data-cky-tag="detail"]');if(!t)return;const a=n&&n.style.backgroundColor||"#ffffff";t.style.background=`linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, ${a} 100%)`}function S(e=!1){const t=a["a"].state.cookies.items,n=a["a"].state.banners.current;let o=n.properties.config.preferenceCenter.elements.categories.elements.toggle;P("ckySwitch",o),o=n.properties.config.categoryPreview.elements.toggle,o&&P("ckyCategoryDirect",o);for(const a of t){const t=a.prior_consent||"necessary"===a.slug,n="necessary"===a.slug;M(a,t,n,e),j(a)}}function M(e,t,n,o=!1){const s=a["a"].state.banners.current,r=s.properties.config.preferenceCenter.elements.categories.elements.toggle,i=r.states.active.styles["background-color"],c=r.states.inactive.styles["background-color"];["ckyCategoryDirect","ckySwitch"].map(a=>{const s=document.getElementById(`${a}${e.slug}`);s&&(O(s,e),s.checked=t,s.disabled=n,s.style.backgroundColor=t?i:c,o||s.addEventListener("change",({currentTarget:e})=>{const t=e.checked;e.style.backgroundColor=t?i:c}))})}function P(e,t){const n=t.states.active.styles["background-color"],a=t.states.inactive.styles["background-color"];document.querySelectorAll(`[id^="${e}"]`).forEach((function(e){let t=e.checked;e.addEventListener("change",({currentTarget:e})=>{const t=e.checked;e.style.backgroundColor=t?n:a}),e.style.backgroundColor=t?n:a}))}function O(e,t={}){"detail-category-toggle"===e.parentElement.getAttribute("data-cky-tag")?B(e,t):"detail-category-preview-toggle"===e.parentElement.getAttribute("data-cky-tag")&&H(e,t)}function B(e,t){const n=a["a"].state.banners.current;let o=e.closest(".cky-accordion-item");if(!o)return;const s=o.querySelector(".cky-switch"),r=o.querySelector(".cky-always-active");"necessary"===t.slug?s&&s.remove():(r&&r.remove(),("classic"===l()&&n.properties.config.categoryPreview.status||t.cookie_list&&0===t.cookie_list.length)&&s&&s.remove())}function j(e){const t=a["a"].state.banners.current;if(!1===t.properties.config.auditTable.status){const t=document.querySelector(`#ckyDetailCategory${e.slug} [data-cky-tag="audit-table"]`);t&&t.remove();const n=document.querySelector(`#ckyDetailCategory${e.slug} .cky-accordion-chevron`);n&&n.classList.add("cky-accordion-chevron-hide")}}function H(e,t){t.cookie_list&&0===t.cookie_list.length&&"necessary"!==t.slug&&e.parentElement.parentElement.remove()}function E(e){const t=a["a"].state.banners.current,n=a["a"].state.languages.current,o=r.find(e=>"cky_readmore"===e.key);if(e.querySelector('[data-cky-tag="readmore-button"]'))return;if(!1===t.properties.config.notice.elements.buttons.elements.readMore.status)return;const s=o.content,i=e.querySelector('[data-cky-tag="description"]');if(!i)return;const c=(new DOMParser).parseFromString(s,"text/html"),l=c.querySelector('[data-cky-tag="readmore-button"]');if(!l)return!1;if(l.innerHTML=t.contents[n].notice.elements.buttons.elements.readMore,i.childNodes.length>1){const t=e.querySelector('[data-cky-tag="description"] p:last-child');t&&t.insertAdjacentHTML("beforeend"," "+c.body.innerHTML)}else i.insertAdjacentHTML("beforeend"," "+c.body.innerHTML)}function A(){if(!Object(s["f"])())return;const e=["notice","detail","optout-popup","revisit-consent","video-placeholder"];e.forEach((function(e){i(e)&&i(e).classList.add("cky-rtl")}))}function T(){let e="flex-end";["detail-powered-by","optout-powered-by"].map(t=>{const n=document.querySelector(`[data-cky-tag="${t}"]`);n&&("optout-powered-by"===t&&(e="center"),n.style.display="flex",n.style.justifyContent=e,n.style.alignItems="center")})}const V={shortCodes:window.ckyBannerConfig._shortCodes,generate:async function(e=!1,t=!0){const n=a["a"].state.banners.current;let o=await this.getTemplate(e);if(n){await this.renderBannerStyles(o.styles);const e=this.refreshBannerStyles(n.properties);await this.renderBannerHtml(e,t)}},startLoading(){const e=document.getElementById("cky-banner-preview-container");e&&e.classList.add("cky-preview-partial-refreshing")},stopLoading(){const e=document.getElementById("cky-banner-preview-container");e&&e.classList.remove("cky-preview-partial-refreshing")},getTemplate:async function(e=!1){const t=a["a"].state.banners.current;if(!t||!t.properties)return;const n=t.properties.settings.type,o=t.properties.settings.applicableLaw,s=a["a"].state.banners.template||[];if(Object.prototype.hasOwnProperty.call(s,o)&&Object.prototype.hasOwnProperty.call(s[o],n)&&!1===e)return s[o][n];const r=await this.getPreviewHtml(t);if(r.html){const e=s[o]||[];return e[n]=r,s[o]=e,await a["a"].dispatch("banners/setTemplate",s),s[o][n]}},showPreview:async function(e=!1){!0===a["a"].state.banners.preview?await this.generate(e):this.hidePreview()},forceShowPreview:async function(){await this.generate(!0)},forceRerenderPreview:async function(){!0===a["a"].state.banners.preview&&await this.generate(!0,!1)},hidePreview:function(){const e=document.getElementById("cky-banner-preview-container");null!==e&&document.body.removeChild(e)},closePreview:function(e=!0){a["a"].state.banners.preview=!1,!0===e&&this.clearTemplate(),this.hidePreview()},clearTemplate:function(){a["a"].state.banners.template=[],a["a"].state.banners.current=!1},resetTemplate(){a["a"].state.banners.template=[]},renderBannerHtml:async function(e,t=!0){if(!e||!t)return;let n=document.getElementById("cky-banner-preview-container");if(null===n)n=document.createElement("div"),n.id="cky-banner-preview-container",n.className="cky-banner-preview",document.body.insertBefore(n,document.body.firstChild);else{const e=document.querySelector(".cky-consent-container");e&&(n.innerHTML="")}const a=(new DOMParser).parseFromString(e,"text/html");this.updateCategoryPeview(a),x(a,"detail-close"),x(a,"close-button"),x(a,"detail-powered-by"),x(a,"revisit-consent"),x(a,"optout-powered-by"),$(a),n.insertAdjacentHTML("afterbegin",a.body.innerHTML),v(),this.attachPreviewCloseBtn(),k(),u(),L(),S(),E(document),A(),T()},renderBannerStyles:async function(e){const t=document.getElementById("cky-banner-style");null!==t&&document.getElementsByTagName("head")[0].removeChild(t);const n=document.createElement("style");n.id="cky-banner-style",n.innerHTML=e,document.getElementsByTagName("head")[0].appendChild(n)},refreshBannerStyles:function(e){const t=a["a"].state.banners.current;if(!t)return;const n=t.properties.settings.type,o=t.properties.settings.applicableLaw,s=a["a"].state.banners.template[o][n],r=s.html;if(!r)return;const i=(new DOMParser).parseFromString(r,"text/html");E(i);const c=e.config,l=e=>{Object.keys(e).forEach(t=>{if("object"===typeof e[t]&&null!==e[t]){if(Object.prototype.hasOwnProperty.call(e[t],"tag")){let n=e[t],a=n["tag"]?n["tag"]:"";""!=a&&i.querySelectorAll(`[data-cky-tag^="${a}"]`).forEach((function(e){let t=!(!n["status"]||!0!==n["status"]);!1===t&&e.parentNode.removeChild(e),V.addStylesToElement(e,n)}))}l(e[t])}})};return l(c),this.updateCategoryPeview(i),i.body.innerHTML},updateCategoryPeview(e){const t=a["a"].state.cookies.items;t&&t.forEach((function(t){if("necessary"===t.slug)return;let n=e.getElementById("ckyDetailCategory"+t.slug);!1===t.visibility&&n&&n.parentNode.removeChild(n)}))},addStylesToElement:function(e,t){if(null!==t&&null!==e){let n="";for(const e in t.styles)n+=`${e}: ${t.styles[e]};`;e.style.cssText+=n}},getPreviewHtml:async function(e){try{return await o["a"].post({path:"/banners/preview",params:{language:a["a"].state.languages.current},data:e})}catch(t){console.log(t)}},attachPreviewCloseBtn(){const e=a["a"].state.banners.current;if(!e)return;const t=e.properties.settings.type,n=document.getElementById("cky-banner-preview-container");n&&"popup"===t&&n.insertAdjacentHTML("beforeend",'<button type="button" id="cky-preview-close-btn" data-cky-tag="preview-close" class="cky-button-close-alt cky-preview-close">Close Preview</button>')},parseDom(e){const t=new DOMParser,n=t.parseFromString(e,"text/html");return n.body}};t["a"]=V},"83f4":function(e,t,n){n.p=window.ckyGlobals.app.url},"87ea":function(e,t,n){"use strict";n.d(t,"e",(function(){return s})),n.d(t,"d",(function(){return r})),n.d(t,"g",(function(){return i})),n.d(t,"l",(function(){return c})),n.d(t,"j",(function(){return l})),n.d(t,"i",(function(){return d})),n.d(t,"c",(function(){return u})),n.d(t,"k",(function(){return p})),n.d(t,"b",(function(){return f})),n.d(t,"h",(function(){return g})),n.d(t,"f",(function(){return h})),n.d(t,"a",(function(){return y}));var a=n("07a4"),o=n("f9c4");function s(e,t=!1){let n=t;const o=a["a"].state.settings.options;return o[e]&&(n=o[e]),n}function r(e=!1,t=!1){let n=t;const o=a["a"].state.settings.info;return!1===e?o:(o[e]&&(n=o[e]),n)}async function i(e=!1){return await a["a"].dispatch("settings/loadInfo",e)}function c(e,t){a["a"].dispatch("settings/set",{key:e,value:t})}async function l(){return a["a"].dispatch("settings/save")}async function d(){return await a["a"].dispatch("settings/reInit")}function u(){return a["a"].state.languages.default&&a["a"].state.languages.default||"en"}async function p(e="en"){await a["a"].dispatch("languages/setDefault",e)}function f(){return window.ckyGlobals.app.url}async function g(){await o["a"].post({path:"/settings/cache/purge",data:{}})}function h(e=!1){return!1===e&&(e=a["a"].state.languages.current),["ar","az","dv","he","ku","fa","ur"].includes(e)}function y(){try{const{hostname:e}=new URL(window.ckyGlobals.site.url),t=new URL(a["a"].state.settings.info.url),n=t.hostname,o=e.split(".");let s=!1;for(let a=0;a<o.length;a++){const e=o.slice(a).join(".");if(s=s||e===n||e.replace(/^www./,"")===n.replace(/^www./,""),s)break}return s}catch(e){return!1}}},"8a52":function(e,t,n){},"8a80":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"cky-app-modal-fade"}},[e.isVisible?n("div",{staticClass:"cky-app-modal-backdrop"},[n("div",{staticClass:"cky-app-modal",attrs:{role:"dialog","aria-labelledby":e.id+"-title","aria-describedby":e.id+"-description"}},["default"===e.type?n("div",{staticClass:"cky-app-modal-header",attrs:{id:e.id+"-title"}},[e._t("header"),e.dismissable?n("button",{staticClass:"cky-button-close",attrs:{type:"button","aria-label":"Close cky-modal"},on:{click:e.close}},[n("cky-icon",{attrs:{icon:"close",width:"15px",height:"15px",color:"#8893a1"}})],1):e._e()],2):e._e(),n("div",{staticClass:"cky-app-modal-body",attrs:{id:e.id+"-description"}},[e.dismissable&&"info"===e.type?n("button",{staticClass:"cky-button-close",attrs:{type:"button","aria-label":"Close cky-modal"},on:{click:e.close}},[n("cky-icon",{attrs:{icon:"close",width:"15px",height:"15px",color:"#8893a1"}})],1):e._e(),e._t("body")],2),e.$slots.footer?n("div",{staticClass:"cky-app-modal-footer"},[e._t("footer")],2):e._e()])]):e._e()])},o=[],s=n("1f3d"),r={name:"CkyModal",components:{CkyIcon:s["a"]},props:{id:{type:String,default:"cky-modal"},dismissable:{type:Boolean,default:!0},type:{type:String,default:"default"},visible:{type:Boolean,default:!1}},data(){return{isVisible:!1}},methods:{show(){this.isVisible=!0,document.body.classList.add("cky-app-modal-open")},close(){this.isVisible=!1,document.body.classList.remove("cky-app-modal-open"),this.$emit("close")}},computed:{hasFooter(){return!!this.$slots.footer}},created(){!0===this.visible&&(this.isVisible=!0)}},i=r,c=n("2877"),l=Object(c["a"])(i,a,o,!1,null,null,null);t["a"]=l.exports},9033:function(e,t,n){"use strict";n("c073")},9061:function(e,t,n){},"981f":function(e,t,n){},"9c0c":function(e,t,n){},"9e47":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",{staticClass:"cky-spinner"},[n("cky-icon",{attrs:{icon:"spinner",width:"20px",height:"20px"}})],1)},o=[],s=n("1f3d"),r={name:"CkyLoader",components:{CkyIcon:s["a"]}},i=r,c=(n("c66c"),n("2877")),l=Object(c["a"])(i,a,o,!1,null,null,null);t["a"]=l.exports},"9ef8":function(e,t,n){},a07a:function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-app-input",class:{file:"file"===e.type}},[n("input",{staticClass:"cky-form-control",attrs:{disabled:e.disabled,type:e.type,placeholder:e.placeholder,autocomplete:e.autocomplete,readonly:e.readonly,spellcheck:e.spellcheck,max:"number"===e.type?e.max:null,min:"number"===e.type?e.min:null,step:"number"===e.type?e.step:null,id:e.inputId},domProps:{value:e.value},on:{input:function(t){return e.$emit("input",t.target.value)},blur:function(t){return e.$emit("blur",t.target.value)},change:function(t){return e.$emit("change",t.target.value)},focus:function(t){return e.$emit("focus",t.target.value)},keyup:function(t){return e.$emit("keyup",t)},keydown:function(t){return e.$emit("keydown",t)}}}),e._t("cky-input-error")],2)},o=[],s={props:{value:{type:[String,Number],default:""},placeholder:{type:String,default:""},autocomplete:{type:String,default:""},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},max:{type:Number,default:Number.MAX_SAFE_INTEGER},min:{type:Number,default:Number.MIN_SAFE_INTEGER},spellcheck:{type:Boolean,default(){return!0}},type:{type:String,default(){return"text"}},step:{type:Number,required:!1},inputId:String,error:{type:[String,Boolean],default(){return!1}}}},r=s,i=(n("6e8b"),n("2877")),c=Object(i["a"])(r,a,o,!1,null,"529f0665",null);t["default"]=c.exports},a2b6:function(e,t,n){"use strict";function a(e){return new Promise(t=>setTimeout(t,e))}function o(e){let t;return n=>{clearTimeout(t),t=setTimeout(()=>e(n),500)}}function s(e){const t=["Array","Object"],n=Object.prototype.toString.call(e);if(!new RegExp(t.join("|")).test(n)||e instanceof WeakMap||e instanceof WeakSet)return e;const a=new e.constructor;return Object.assign(a,...Object.keys(e).map(t=>({[t]:s(e[t])})))}function r(e,t=0){let n;const a=[];return(...o)=>new Promise((s,r)=>{clearTimeout(n),n=setTimeout(()=>{const t=[...a];a.length=0,Promise.resolve(e.apply(this,o)).then(e=>{t.forEach(({resolve:t})=>t(e))},e=>{t.forEach(({reject:t})=>t(e))})},t),a.push({resolve:s,reject:r})})}n.d(t,"d",(function(){return a})),n.d(t,"b",(function(){return o})),n.d(t,"a",(function(){return s})),n.d(t,"c",(function(){return r}))},a32d:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("vue-editor",{class:e.editorClass,attrs:{editorOptions:e.editorOptions,editorToolbar:e.customToolbar,disabled:e.disabled},model:{value:e.editorContent,callback:function(t){e.editorContent=t},expression:"editorContent"}})},o=[],s=n("5873"),r={name:"CkyEditor",components:{VueEditor:s["a"]},props:{value:{type:String,default:""},disabled:{type:Boolean,default:!1}},computed:{customToolbar(){return"free"==this.plan?[]:[["bold","italic","underline","link","image",{list:"bullet"}]]},editorOptions(){return{modules:{clipboard:{matchVisual:!1}}}},editorContent:{get(){return this.value},set(e){this.$emit("input",e.replaceAll("<p><br></p>",""))}},plan(){const e=this.getOption("account");return e.plan},editorClass(){return{"cky-rich-text-editor":!0,"cky-rich-text-editor-basic":!0}}}},i=r,c=(n("b157"),n("2877")),l=Object(c["a"])(i,a,o,!1,null,null,null);t["a"]=l.exports},a9e4:function(e,t,n){"use strict";var a=n("f9c4");t["a"]={async getCookies(e={}){try{const t=await a["a"].get({path:"cookies/",params:e});return t}catch(t){console.error(t)}},async getCookie(e){try{const t=await a["a"].get({path:"cookies/"+e});return t}catch(t){console.error(t)}},async createCookie(e){try{const t=await a["a"].post({path:"cookies/",data:e});return t}catch(t){console.error(t)}},async updateCookie(e,t){try{const n=await a["a"].put({path:"/cookies/"+e,data:t});return n}catch(n){console.error(n)}},async deleteCookie(e){try{const t=await a["a"].delete({path:"/cookies/"+e});return t}catch(t){console.error(t)}},async getCookieCategories(e={}){try{const t=await a["a"].get({path:"cookies/categories",params:e});if(t)return t}catch(t){console.error(t)}},async getCookieCategory(e){try{const t=await a["a"].get({path:"cookies/categories/"+e});return t}catch(t){console.error(t)}},async createCookieCategory(e){try{const t=await a["a"].post({path:"cookies/categories",data:e});return t}catch(t){console.error(t)}},async updateCookieCategory(e,t){try{const n=await a["a"].put({path:"/cookies/categories/"+e,data:t});return n}catch(n){console.error(n)}},async deleteCookieCategory(e){try{const t=await a["a"].delete({path:"/cookies/categories/"+e});return t}catch(t){console.error(t)}},async bulkUpdateCookieCategory(e){e.forEach(e=>{e.cookie_list&&delete e.cookie_list});try{const t=await a["a"].post({path:"/cookies/categories/bulk",data:{categories:e}});return t}catch(t){console.error(t)}}}},a9f4:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("ul",{class:e.accordionClass},[e._t("default")],2)},o=[],s={props:{name:{type:String,default:"default"},type:{type:String,default:"default"}},data(){return{Accordion:{count:0,name:this.name},expandedIndex:null,activeIndex:null}},provide(){return{Accordion:this.Accordion,watchAccordion:this.watchAccordion}},computed:{accordionClass(){return{"cky-app-accordion":!0,"cky-app-accordion-boxed":"boxed"===this.type}}},methods:{watchAccordion(e){this.expandedIndex=e,this.isExpanded()?this.closeAccordion():(this.closeAccordion(),this.expandAccordion())},hideAccordion(e){const t=e.querySelector(".cky-app-accordion-content");t&&(t.style.height=t.scrollHeight+"px",window.setTimeout((function(){t.style.height="0",t.style.overflow="hidden"}),1),window.setTimeout((function(){e.classList.remove("cky-app-accordion-open")}),200))},expandAccordion(){const e=this.getActiveAccordions();e.forEach(e=>{if(e){const t=e.querySelector(".cky-app-accordion-content");if(!t)return;const n=this.getElementHeight(t);e.classList.add("cky-app-accordion-open"),t.style.height=n,window.setTimeout((function(){t.style.height="",t.style.overflow="visible"}),200)}}),this.activeIndex=this.expandedIndex},getElementHeight(e){e.style.display="block";const t=e.scrollHeight+"px";return e.style.display="",t},getActiveAccordions(){return document.querySelectorAll(`[data-cky-toggle="cky-${this.name}-accordion-${this.expandedIndex}"]`)},isExpanded(){return this.expandedIndex===this.activeIndex},closeAccordion(){null!==this.activeIndex&&(document.querySelectorAll(`.cky-app-accordion-open[data-cky-toggle="cky-${this.name}-accordion-${this.activeIndex}"]`).forEach(e=>{e&&this.hideAccordion(e)}),this.activeIndex=null)}}},r=s,i=n("2877"),c=Object(i["a"])(r,a,o,!1,null,null,null);t["a"]=c.exports},b02b:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"cky-app-accordion-item",attrs:{"data-cky-toggle":"cky-"+e.Accordion.name+"-accordion-"+this.index}},[n("div",{staticClass:"cky-app-accordion-trigger",on:{click:e.open}},[e._t("cky-accordion-trigger")],2),n("transition",{attrs:{name:"cky-app-accordion"}},[n("div",{ref:"ckyAccordionContent",staticClass:"cky-app-accordion-content"},[n("div",{staticClass:"cky-app-accordion-content-inner"},[e._t("cky-accordion-content")],2)])])],1)},o=[],s={props:{visible:{type:Boolean,default:!1}},inject:["Accordion","watchAccordion"],data(){return{index:null}},methods:{open(){this.watchAccordion(this.index)}},created(){this.index=this.Accordion.count++},mounted(){this.visible&&this.watchAccordion(this.index)}},r=s,i=n("2877"),c=Object(i["a"])(r,a,o,!1,null,null,null);t["a"]=c.exports},b157:function(e,t,n){"use strict";n("5754")},c068:function(e,t,n){"use strict";n.d(t,"a",(function(){return d}));var a=n("f9c4"),o=n("87ea");let s="",r=!1,i="hidden",c="visibilitychange";const l=!!window.ckyGlobals.multilingual,d={components:{},computed:{connected(){let e=Object(o["e"])("account");return e.connected}},mounted(){window.addEventListener("message",this.listenMessage)},beforeDestroy(){window.removeEventListener("message",this.listenMessage),window.removeEventListener("message",this.listenForUpgrade)},methods:{reload(){window.location.reload()},async afterConnection(e=!1,t="plugin"){!0===e?(this.$root.$emit("connected",t),"plugin"===t&&await this.cloudSync(),await Object(o["i"])(),await Object(o["g"])(!0),!0===r?(window.removeEventListener("message",this.listenMessage),window.addEventListener("message",this.listenForUpgrade),this.attachVisibilityAPI()):this.$root.$emit("afterSyncing")):console.log("Failed to sync data to the web app")},async listenMessage(e){if(!s||s!==this._uid)return;let t=e.origin&&e.origin.replace(/^https?:\/\//,"")||"",n=window.ckyGlobals.webApp.url.replace(/^https?:\/\//,"");if(t===n){if(!e.data)return;const t=JSON.parse(e.data);this.connected?this.upgradePlan(t):this.connect(t)}},async listenForUpgrade(e){if(!s||s!==this._uid)return;let t=e.origin&&e.origin.replace(/^https?:\/\//,"")||"",n=window.ckyGlobals.webApp.url.replace(/^https?:\/\//,"");if(t===n){if(!e.data)return;const t=JSON.parse(e.data);this.upgradePlan(t)}},async connect(e){this.$root.$emit("afterConnection");let t=!1;if(!e.email)return;let n=Object(o["e"])("account"),a=Object(o["e"])("api"),s=Object(o["e"])("onboarding");s.step=2,Object(o["l"])("onboarding",s),a.token=e.website_token,n.website_id=e.website_id,n.website_key=e.website_key,n.plan=e.slug,n.status=!0,n.connected=!0,n.email=e.email,Object(o["l"])("account",n),Object(o["l"])("api",a),t=await Object(o["j"])();let r=e.priority||"plugin";this.afterConnection(t,r)},async upgradePlan(e){let t=!(!e.upgrade||"success"!==e.upgrade);t&&(this.$router.redirectToDashboard(this.$route.name),await Object(o["g"])(!0))},connectToApp(e=!1){this.$root.$emit("beforeConnection"),s=this._uid;let t="";t=!0===e?this.getLoginUrl():this.getSignupUrl();try{let e=window.open(t,"_blank","location=no,width=500,height=730,scrollbars=0");e.focus()}catch(n){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},upgrade(){s=this._uid;try{let e=window.open(this.getUpgradeUrl(),"_blank");e.focus()}catch(e){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},upgradeSignup(){s=this._uid,r=!0;try{let e=window.open(this.getUpgradeSignupUrl(),"_blank");e.focus()}catch(e){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},upgradeLogin(){s=this._uid,r=!0;try{let e=window.open(this.getLoginUrl(!0),"_blank");e.focus()}catch(e){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},async disconnect(){await this.resetAppToken();let e=Object(o["e"])("account");e.connected=!1,e.email="",e.plan="free",e.website_id="",e.website_key="",Object(o["l"])("account",e),await Object(o["j"])(),this.$root.$emit("afterDisconnect")},getSignupUrl(){let e=window.ckyGlobals.webApp.signUpUrl,t=new URL(e);return t.searchParams.append("platform","wordpress"),t.searchParams.append("mode","register"),t.searchParams.append("website",window.ckyGlobals.site.url),t.searchParams.append("multilingual",l),t},getLoginUrl(e=!1){let t=e?"upgrade":"connect",n=window.ckyGlobals.webApp.loginUrl,a=new URL(n);return a.searchParams.append("platform","wordpress"),a.searchParams.append("mode",t),a.searchParams.append("website",window.ckyGlobals.site.url),a.searchParams.append("multilingual",l),a},getUpgradeUrl(){const e=Object(o["e"])("account");let t=window.ckyGlobals.webApp.loginUrl,n=new URL(t);return n.searchParams.append("platform","wordpress"),n.searchParams.append("mode","upgrade"),n.searchParams.append("website",e.website_id),n},getUpgradeSignupUrl(){let e=window.ckyGlobals.webApp.pricingUrl,t=new URL(e);return t.searchParams.append("platform","wordpress"),t.searchParams.append("mode","upgrade"),t.searchParams.append("website",window.ckyGlobals.site.url),t},async saveToken(){let e=Object(o["e"])("account");e.connected=!0,Object(o["l"])("account",e),await Object(o["j"])()},async cloudSync(e="plugin"){try{return await a["a"].post({path:"/settings/sync",data:{priority:e}})}catch(t){console.log(t)}},async resetAppToken(){try{return await a["a"].post({path:"/settings/disconnect"})}catch(e){console.log(e)}},attachVisibilityAPI(){"undefined"!==typeof document.hidden?(i="hidden",c="visibilitychange"):"undefined"!==typeof document.msHidden?(i="msHidden",c="msvisibilitychange"):"undefined"!==typeof document.webkitHidden&&(i="webkitHidden",c="webkitvisibilitychange"),document.addEventListener(c,this.handleVisibilityChange,!1)},async handleVisibilityChange(){document[i]||await Object(o["g"])()}}}},c073:function(e,t,n){},c4aa:function(e,t,n){"use strict";var a=n("07a4"),o=n("f9c4"),s=n("8259"),r=n("3840");let i=r["a"];const c={getBanners:async function(){let e=a["a"].state.banners.items||await a["a"].dispatch("banners/reInit");return e=JSON.parse(JSON.stringify(a["a"].state.banners.items)),e},getCurrentBanner:async function(){let e=a["a"].state.banners.current;if(e.id>0)return e;try{let t=await this.getBanners();return"object"===typeof t&&(e=t.find((function(e){return 1==e.default})),e||(e=t[0])),e?(await a["a"].dispatch("banners/setCurrentBanner",e),a["a"].state.banners.current):await this.getDefault()}catch(t){console.log(t)}return e},getActiveBanner:async function(){let e={},t=await this.getBanners();return"object"===typeof t&&(e=t.find((function(e){return 1==e.status})),e||(e=t[0])),e&&await a["a"].dispatch("banners/setCurrentBanner",e),e},getBannerById:async function(e){let t={},n=await this.getBanners();return"object"===typeof n&&e&&e>0&&(t=n.find((function(t){return t.id==e}))),t},getBannerByLaw:async function(e){let t={},n=await this.getBanners();return"object"===typeof n&&e&&(t=n.find((function(t){return t.properties.settings.applicableLaw==e}))),t},getBannerBySlug:async function(e){let t={},n=await this.getBanners();return"object"===typeof n&&e&&""!==e&&(t=n.find((function(t){return t.slug==e}))),t},setCurrent:async function(e){e&&await a["a"].dispatch("banners/setCurrentBanner",e)},getDefault:async function(){let e={name:"",properties:{settings:{},config:{}}};await this.loadConfigs();const t=a["a"].state.banners.configs;return e.properties.config=t.gdpr.config,e.properties.settings=t.gdpr.settings,e},save:async function(){let e=a["a"].state.languages.current,t=await this.getCurrentBanner();return t.id?await a["a"].dispatch("banners/saveBanner",{banner:t,params:{language:e}}):await this.createBanner(t)},createBanner:async function(e){let t=!1;return await o["a"].post({path:"/banners",data:e}).then(e=>{e.id&&(t=!0)}),!0===t&&await a["a"].dispatch("banners/reInit"),t},deleteBanner:async function(e){if(e){let t=!1;return await o["a"].delete({path:"/banners/"+e}).then(e=>{e&&(t=!0)}),!0===t&&await a["a"].dispatch("banners/reInit"),t}},updateBanner:async function(e){let t=e.id;if(t){let n=!1;return await o["a"].post({path:"/banners/"+t,data:e}).then(e=>{e&&(n=!0)}),!0===n&&await a["a"].dispatch("banners/reInit"),n}},generatePreview:async function(){await s["a"].generate()},clearTemplate:function(){s["a"].clearTemplate()},showPreview:async function(e=!1){await s["a"].showPreview(e)},forceShowPreview:async function(){s["a"].forceShowPreview()},forceRerenderPreview:async function(){await s["a"].forceRerenderPreview()},hidePreview:function(){s["a"].hidePreview()},closePreview:function(e=!0){s["a"].closePreview(e)},getLayouts:function(){let e=[{type:"classic",title:i.__("Classic Type","cookie-law-info"),positions:["bottom","top"],default:"bottom"},{type:"banner",title:i.__("Banner Type","cookie-law-info"),positions:["bottom","top"],default:"bottom"},{type:"box",title:i.__("Box Type","cookie-law-info"),positions:["bottom-left","bottom-right","top-left","top-right"],default:"bottom-left"},{type:"popup",title:i.__("Popup Type","cookie-law-info"),positions:["center"],default:"center"}];return e},getContentSections:function(e=""){let t=[];if(""!==e)switch(e){case"ccpa":t=[{id:"notice"},{id:"opt-out-center"},{id:"cookie-list"}];break;default:t=[{id:"notice"},{id:"preference"},{id:"cookie-list"},{id:"revisit-consent"},{id:"blocked-content"}];break}return t},loadPresets:async function(){const e=a["a"].state.banners.current,t=e&&e.properties.settings.versionID||"6.0.0";a["a"].state.banners.presets.length<=0&&await o["a"].get({path:"/banners/presets/",params:{ver:t}}).then(e=>{e&&a["a"].dispatch("banners/setPresets",e)})},loadConfigs:async function(){let e=!1,t=[];return a["a"].state.banners.configs.length<=0&&(t=await o["a"].get({path:"/banners/configs/"}).then(t=>(t&&(e=!0),t)),!0===e&&await a["a"].dispatch("banners/setConfigs",t)),a["a"].state.banners.configs},resetConfigs:function(e="gdpr"){const t=a["a"].state.banners.current,n=a["a"].state.banners.configs,o=n[e]&&n[e]||n["gdpr"]&&n["gdpr"]||[],s=o.config,r=o.settings;t.properties.config=s,t.properties.settings.type=r.type},checkForChanges:function(e,t){if(e instanceof Object&&t instanceof Object){for(const n in t)if(e[n]&&this.checkForChanges(e[n],t[n]))return!0}else if(e.toUpperCase()!==t.toUpperCase())return!0;return!1},resetTheme:function(){const e=a["a"].state.banners.current;if(!e)return!1;const t=e.properties.settings.theme,n=a["a"].state.banners.presets.find(e=>e.name==t);if(!n)return!1;const o=this.checkForChanges(e.properties.config,n.settings);!0===o&&(a["a"].state.banners.current.properties.settings.theme="custom")},resetPreset(){const e=a["a"].state.banners.current;if(!e)return!1;const t=e.properties.settings.theme,n=a["a"].state.banners.presets.find(e=>e.name==t);if(!n)return!1;const o=n.settings;e.properties.config=this.arrayReplaceRecursive(e.properties.config,o)},arrayReplaceRecursive(e){let t={},n=0,a="",o=arguments.length;if(o<2)throw new Error("There should be at least 2 arguments passed to arrayReplaceRecursive()");for(a in e)t[a]=e[a];for(n=1;n<o;n++)for(a in arguments[n])t[a]&&"object"===typeof t[a]?t[a]=this.arrayReplaceRecursive(t[a],arguments[n][a]):t[a]=arguments[n][a];return t},loadTemplate:async function(){try{await s["a"].getTemplate(!0)}catch(e){console.error(e)}},updateContentPreview:async function(){a["a"].state.banners.preview?await c.showPreview(!0):(await s["a"].resetTemplate(),await c.loadTemplate())},async bulkUpdate(){let e=a["a"].state.banners.items;const t=a["a"].state.banners.current;return e.forEach((function(n,a){n.id===t.id&&(n=t,e[a]=n)})),await o["a"].post({path:"/banners/bulk",data:{banners:e}}).then(async e=>{e.length>0&&await a["a"].dispatch("banners/reInit")})},async toggleBanner(e=!1){const t=a["a"].state.banners.current;if(!e||e===t.id)return;let n=await this.getBanners();n.forEach((function(e,a){e.id===t.id&&(e=t),e.status=!e.status,n[a]=e})),await a["a"].dispatch("banners/setBanners",n);const o=await this.getActiveBanner();await a["a"].dispatch("banners/setCurrentBanner",o)},hasErrors(){const e=a["a"].state.banners.errors;return!!Object.keys(e).length},setErrors(e){a["a"].dispatch("banners/setErrors",e)},reset(){a["a"].state.banners.items=!1}};t["a"]=c},c66c:function(e,t,n){"use strict";n("3358")},c702:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.loading?e._e():n("div",{staticClass:"cky-tab-content-accordion",class:[{"cky-app-rtl":e.isRTLLanguage(e.language)}]},[n("cky-accordion",{ref:"ckyAccordionBannerContents",attrs:{type:"boxed"}},e._l(e.contentSections,(function(t){return n(t.id,{key:t.id,tag:"component",attrs:{content:e.content,translate:e.translate,disabled:e.disabled}})})),1)],1)},o=[],s=n("9e47"),r=n("1f3d"),i=n("c4aa"),c=n("b02b"),l=n("a9f4"),d=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",{directives:[{name:"show",rawName:"v-show",value:e.banner.properties.config.notice.status,expression:"banner.properties.config.notice.status"}],attrs:{visible:e.translate}},[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Cookie Notice","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section cky-form-section-group"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(e._s(e.$i18n.__("Title","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.notice.elements.title,expression:"content.notice.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.notice.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.notice.elements,"title",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(e._s(e.$i18n.__("Message","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("cky-editor",{attrs:{disabled:e.disabled},model:{value:e.content.notice.elements.description,callback:function(t){e.$set(e.content.notice.elements,"description",t)},expression:"content.notice.elements.description"}})],1)]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("div",{staticClass:"cky-col-3"}),n("div",{staticClass:"cky-col-9"},[n("div",{staticClass:"cky-row cky-justify-between"},[n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.styles["background-color"],disabled:e.disabled},model:{value:e.banner.properties.config.notice.styles["background-color"],callback:function(t){e.$set(e.banner.properties.config.notice.styles,"background-color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.styles['background-color']\n\t\t\t\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Border","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.styles["border-color"],disabled:e.disabled},model:{value:e.banner.properties.config.notice.styles["border-color"],callback:function(t){e.$set(e.banner.properties.config.notice.styles,"border-color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.styles['border-color']\n\t\t\t\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Title","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.elements.title.styles.color,disabled:e.disabled},model:{value:e.banner.properties.config.notice.elements.title.styles.color,callback:function(t){e.$set(e.banner.properties.config.notice.elements.title.styles,"color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.elements.title.styles\n\t\t\t\t\t\t\t\t\t\t\t.color\n\t\t\t\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Message","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.elements.description.styles.color,disabled:e.disabled},model:{value:e.banner.properties.config.notice.elements.description.styles.color,callback:function(t){e.$set(e.banner.properties.config.notice.elements.description.styles,"color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.elements.description\n\t\t\t\t\t\t\t\t\t\t\t.styles.color\n\t\t\t\t\t\t\t\t\t"}})],1)])])])])]),n("cky-banner-btn",{attrs:{name:"accept-all",properties:e.banner.properties.config.notice.elements.buttons.elements.accept,content:e.content.notice.elements.buttons.elements.accept,title:e.$i18n.__("“Accept All” button","cookie-law-info"),toggle:!1,translate:e.translate,disabled:e.disabled},model:{value:e.content.notice.elements.buttons.elements.accept,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"accept",t)},expression:"content.notice.elements.buttons.elements.accept"}}),n("cky-banner-btn",{attrs:{name:"reject-all",properties:e.banner.properties.config.notice.elements.buttons.elements.reject,content:e.content.notice.elements.buttons.elements.reject,title:e.$i18n.__("“Reject All” button","cookie-law-info"),translate:e.translate,disabled:e.disabled},model:{value:e.content.notice.elements.buttons.elements.reject,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"reject",t)},expression:"content.notice.elements.buttons.elements.reject"}}),n("cky-banner-btn",{attrs:{name:"settings",properties:e.banner.properties.config.notice.elements.buttons.elements.settings,content:e.content.notice.elements.buttons.elements.settings,title:e.$i18n.__("“Customize” button","cookie-law-info"),translate:e.translate,disabled:e.disabled},model:{value:e.content.notice.elements.buttons.elements.settings,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"settings",t)},expression:"content.notice.elements.buttons.elements.settings"}}),n("cky-banner-btn",{attrs:{name:"readmore-link",properties:e.banner.properties.config.notice.elements.buttons.elements.readMore,content:e.content.notice.elements.buttons.elements.readMore,title:e.$i18n.__("“Read More” link","cookie-law-info"),translate:e.translate,disabled:e.disabled,supportedLaws:["gdpr","ccpa"],disabledFields:["background","border"]},model:{value:e.content.notice.elements.buttons.elements.readMore,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"readMore",t)},expression:"content.notice.elements.buttons.elements.readMore"}},[n("template",{slot:"cky-btn-meta"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("URL","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.notice.elements.privacyLink,expression:"content.notice.elements.privacyLink"}],staticClass:"cky-form-control",attrs:{type:"text",placeholder:"Enter the URL to your cookie policy or privacy page",disabled:e.disabled},domProps:{value:e.content.notice.elements.privacyLink},on:{input:function(t){t.target.composing||e.$set(e.content.notice.elements,"privacyLink",t.target.value)}}})])])])],2),n("cky-banner-btn",{attrs:{name:"donotsell-link",properties:e.banner.properties.config.notice.elements.buttons.elements.donotSell,content:e.content.notice.elements.buttons.elements.donotSell,title:e.$i18n.__("“Do Not Sell” link","cookie-law-info"),toggle:!1,supportedLaws:["ccpa"],translate:e.translate,disabled:e.disabled,disabledFields:["background","border"]},model:{value:e.content.notice.elements.buttons.elements.donotSell,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"donotSell",t)},expression:"content.notice.elements.buttons.elements.donotSell"}}),e.translate||"gdpr"!==e.appliedLaw?e._e():n("div",{staticClass:"cky-form-section cky-form-section-group"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-toggle-banner-close-btn"}},[e._v(e._s(e.$i18n.__("Close [X] button","cookie-law-info"))),n("cky-popper",{attrs:{content:e.$i18n.__("Enable the close button to let users close the banner and continue browsing the site without being tracked. A close button is required by the Italian DPA.","cookie-law-info")}})],1),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-toggle-banner-close-btn"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.notice.elements.closeButton.status,expression:"\n\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.elements.closeButton.status\n\t\t\t\t\t\t\t\t"}],attrs:{type:"checkbox",id:"cky-toggle-banner-close-btn"},domProps:{checked:Array.isArray(e.banner.properties.config.notice.elements.closeButton.status)?e._i(e.banner.properties.config.notice.elements.closeButton.status,null)>-1:e.banner.properties.config.notice.elements.closeButton.status},on:{change:function(t){var n=e.banner.properties.config.notice.elements.closeButton.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.banner.properties.config.notice.elements.closeButton,"status",n.concat([s])):r>-1&&e.$set(e.banner.properties.config.notice.elements.closeButton,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.banner.properties.config.notice.elements.closeButton,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-toggle-banner-close-btn-text","aria-hidden":"true"}})])])])])]),e.translate?e._e():n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-customize-branding"}},[e._v(e._s(e.$i18n.__("Custom logo","cookie-law-info"))+" "),n("span",{staticClass:"cky-pro-badge"},[e._v(e._s(e.$i18n.__("Premium","cookie-law-info")))])]),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-customize-branding"}},[n("input",{attrs:{type:"checkbox",id:"cky-customize-branding"},domProps:{value:!1},on:{click:function(t){t.preventDefault(),e.showUpgradeModal(e.$i18n.__("Upgrade to unlock custom logo and other advanced features","cookie-law-info"))}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-customize-branding-toggle","aria-hidden":"true"}})])])])])]),e.translate?e._e():n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-disable-branding-logo"}},[e._v(e._s(e.$i18n.__("Disable CookieYes branding","cookie-law-info"))),n("span",{staticClass:"cky-pro-badge"},[e._v(e._s(e.$i18n.__("Premium","cookie-law-info")))])]),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-disable-branding-logo"}},[n("input",{attrs:{type:"checkbox",id:"cky-disable-branding-logo"},domProps:{value:!1},on:{click:function(t){t.preventDefault(),e.showUpgradeModal(e.$i18n.__("Upgrade to disable CookieYes branding and unlock other advanced features","cookie-law-info"))}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-disable-branding-logo-toggle","aria-hidden":"true"}})])])])])]),n("cky-upgrade-modal",{ref:"ckyUpgradeModal",scopedSlots:e._u([{key:"title",fn:function(){return[e._v(" "+e._s(e.upgradeNoticeTitle)+" ")]},proxy:!0}])})],1)],2)},u=[],p=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"colorpicker",staticClass:"cky-color-picker cky-align-center"},[n("div",{staticClass:"cky-color-picker-container"},[n("div",{staticClass:"cky-current-color",style:"background-color: "+e.colorValue,on:{click:function(t){return e.togglePicker()}}}),e.displayPicker?n("chrome-picker",{attrs:{value:e.colors,disableAlpha:!0},on:{input:e.updateFromPicker}}):e._e()],1),n("div",{staticClass:"cky-color-picker-input cky-center",on:{click:function(t){return e.togglePicker()}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.colorValue,expression:"colorValue"}],staticClass:"cky-form-control cky-input-color",attrs:{type:"text"},domProps:{value:e.colorValue},on:{focus:function(t){return e.showPicker()},input:[function(t){t.target.composing||(e.colorValue=t.target.value)},e.updateFromInput]}})])])},f=[],g=n("c345"),h={name:"CkyColors",components:{"chrome-picker":g["Chrome"]},props:["color"],data(){return{colors:{hex:"#000000"},colorValue:"",displayPicker:!1}},mounted(){this.setColor(this.color||"#000000")},methods:{setColor(e){this.updateColors(e),this.colorValue=e},updateColors(e){if("#"==e.slice(0,1))this.colors=Object.assign({},this.colors,{hex:e});else if("rgba"==e.slice(0,4)){const t=e.replace(/^rgba?\(|\s+|\)$/g,"").split(","),n="#"+((1<<24)+(parseInt(t[0])<<16)+(parseInt(t[1])<<8)+parseInt(t[2])).toString(16).slice(1);this.colors=Object.assign({},this.colors,{hex:n,a:t[3]})}},showPicker(){document.addEventListener("click",this.documentClick),this.displayPicker=!0},hidePicker(){document.removeEventListener("click",this.documentClick),this.displayPicker=!1},togglePicker(){this.displayPicker?this.hidePicker():this.showPicker()},updateFromInput(){this.updateColors(this.colorValue)},updateFromPicker(e){this.colors=Object.assign({},this.colors,e),1==e.rgba.a?this.colorValue=e.hex:this.colorValue=`rgba(${e.rgba.r},${e.rgba.g},${e.rgba.b},${e.rgba.a})`},documentClick(e){var t=this.$refs.colorpicker,n=e.target;t===n||t.contains(n)||this.hidePicker()}},watch:{color(e){this.setColor(e),this.$emit("changeColor",e)},colorValue(e){e&&(this.updateColors(e),this.$emit("input",e))}}},y=h,m=n("2877"),C=Object(m["a"])(y,p,f,!1,null,null,null),b=C.exports,k=n("a32d"),v=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.supportedLaws.includes(e.appliedLaw)?n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-header"},[e.toggle&&!e.translate?n("div",{staticClass:"cky-row"},[n("div",{staticClass:"cky-col-3"},[n("h5",{staticClass:"cky-form-heading"},[e._v(" "+e._s(e.title)+" ")])]),n("div",{staticClass:"cky-col-9"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-toggle-"+e.name}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.properties.status,expression:"properties.status"}],attrs:{type:"checkbox",id:"cky-toggle-"+e.name,disabled:e.disabled},domProps:{checked:Array.isArray(e.properties.status)?e._i(e.properties.status,null)>-1:e.properties.status},on:{change:function(t){var n=e.properties.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.properties,"status",n.concat([s])):r>-1&&e.$set(e.properties,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.properties,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-toggle-"+e.name,"aria-hidden":"true"}})])])]):n("div",{staticClass:"cky-row"},[n("div",{staticClass:"cky-col-12"},[n("h5",{staticClass:"cky-form-heading"},[e._v(" "+e._s(e.title)+" ")])])])]),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Label","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.bannerContent,expression:"bannerContent"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.bannerContent},on:{input:function(t){t.target.composing||(e.bannerContent=t.target.value)}}})])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("div",{staticClass:"cky-col-3"}),n("div",{staticClass:"cky-col-9"},[n("div",{staticClass:"cky-row"},[e.properties.styles["background-color"]&&!e.disabledFields.includes("background")?n("div",{staticClass:"cky-col-3"},[n("label",{},[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.properties.styles["background-color"],disabled:e.disabled},model:{value:e.properties.styles["background-color"],callback:function(t){e.$set(e.properties.styles,"background-color",t)},expression:"properties.styles['background-color']"}})],1):e._e(),e.properties.styles["border-color"]&&!e.disabledFields.includes("border")?n("div",{staticClass:"cky-col-3"},[n("label",{},[e._v(e._s(e.$i18n.__("Border","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.properties.styles["border-color"],disabled:e.disabled},model:{value:e.properties.styles["border-color"],callback:function(t){e.$set(e.properties.styles,"border-color",t)},expression:"properties.styles['border-color']"}})],1):e._e(),e.properties.styles.color&&!e.disabledFields.includes("color")?n("div",{staticClass:"cky-col-3"},[n("label",{},[e._v(e._s(e.$i18n.__("Text","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.properties.styles.color,disabled:e.disabled},model:{value:e.properties.styles.color,callback:function(t){e.$set(e.properties.styles,"color",t)},expression:"properties.styles.color"}})],1):e._e()])])]),e._t("cky-btn-meta")],2)]):e._e()},w=[],_={name:"CkyBannerBtn",props:{properties:{type:Object,default(){return{}}},content:{type:String,default:""},title:{type:String,default:""},name:{type:String,default:""},toggle:{type:Boolean,default:!0},supportedLaws:{type:Array,default(){return["gdpr"]}},translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},disabledFields:{type:Array,default(){return[]}}},data(){return{bannerContent:""}},components:{CkyColors:b},computed:{appliedLaw(){return this.$store.state.banners.current.properties.settings.applicableLaw}},mounted(){this.bannerContent=this.content},watch:{bannerContent(e){this.$emit("input",e)}}},L=_,x=Object(m["a"])(L,v,w,!1,null,null,null),$=x.exports,S=n("2f62"),M=n("0bd0"),P={name:"Notice",components:{CkyAccordionItem:c["a"],CkyColors:b,CkyEditor:k["a"],CkyBannerBtn:$,CkyUpgradeModal:M["a"]},props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},data(){return{upgradeNoticeTitle:""}},methods:{savePreferenceStyles(){const e=this.banner.properties.config;e.preferenceCenter.styles["background-color"]=e.notice.styles["background-color"],e.preferenceCenter.styles.color=e.preferenceCenter.elements.title.styles.color=e.preferenceCenter.elements.description.styles.color=e.preferenceCenter.elements.categories.elements.title.styles.color=e.preferenceCenter.elements.categories.elements.description.styles.color=e.categoryPreview.elements.title.styles.color=e.notice.elements.description.styles.color},showUpgradeModal(e){this.upgradeNoticeTitle=e,this.$refs.ckyUpgradeModal.show()},saveOptoutStyles(){let e=this.banner.properties.config;e.optoutPopup.styles["background-color"]=e.notice.styles["background-color"],e.optoutPopup.styles.color=e.optoutPopup.elements.confirmation.styles.color=e.notice.elements.description.styles.color},toggleDetailSaveButton(){const e=this.banner.properties.config;let t=!0;this.showCategoriesOnFirstLayer&&e.categoryPreview.status&&(t=!1),e.preferenceCenter.elements.buttons.elements.save.status=t}},computed:{banner(){return this.$store.state.banners.current},showCategoriesOnFirstLayer(){return"classic"===this.banner.properties.settings.type},appliedLaw(){return this.banner.properties.settings.applicableLaw},...Object(S["d"])("settings",["info"])},watch:{"banner.properties.config.notice":{handler(){this.savePreferenceStyles(),this.saveOptoutStyles()},deep:!0},"banner.properties.config.categoryPreview":{handler(){this.toggleDetailSaveButton()},deep:!0},banner:{handler(){this.content.preferenceCenter.elements.buttons.elements.accept=this.content.notice.elements.buttons.elements.accept,this.content.preferenceCenter.elements.buttons.elements.reject=this.content.notice.elements.buttons.elements.reject,this.banner.properties.config.preferenceCenter.elements.buttons.elements.accept.styles=this.banner.properties.config.notice.elements.buttons.elements.accept.styles,this.banner.properties.config.preferenceCenter.elements.buttons.elements.reject.styles=this.banner.properties.config.notice.elements.buttons.elements.reject.styles},deep:!0}}},O=P,B=Object(m["a"])(O,d,u,!1,null,null,null),j=B.exports,H=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Preference Center","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section cky-form-section-group"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(e._s(e.$i18n.__("Title","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.preferenceCenter.elements.title,expression:"content.preferenceCenter.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.preferenceCenter.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.preferenceCenter.elements,"title",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(" "+e._s(e.$i18n.__("Privacy overview","cookie-law-info"))+" ")])]),n("div",{staticClass:"cky-col-9"},[n("cky-editor",{attrs:{disabled:e.disabled},model:{value:e.content.preferenceCenter.elements.description,callback:function(t){e.$set(e.content.preferenceCenter.elements,"description",t)},expression:"content.preferenceCenter.elements.description"}})],1)])])]),n("cky-banner-btn",{attrs:{name:"accept-all",properties:e.banner.properties.config.preferenceCenter.elements.buttons.elements.save,content:e.content.preferenceCenter.elements.buttons.elements.save,title:e.$i18n.__("“Save My Preferences” button","cookie-law-info"),toggle:!1,translate:e.translate,disabled:e.disabled},model:{value:e.content.preferenceCenter.elements.buttons.elements.save,callback:function(t){e.$set(e.content.preferenceCenter.elements.buttons.elements,"save",t)},expression:"content.preferenceCenter.elements.buttons.elements.save"}})],1)],2)},E=[],A={name:"Preference",components:{CkyAccordionItem:c["a"],CkyEditor:k["a"],CkyBannerBtn:$},props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},methods:{savePreferenceStyles(){const e=this.banner.properties.config;e.preferenceCenter.styles["background-color"]=e.notice.styles["background-color"],e.preferenceCenter.styles.color=e.preferenceCenter.elements.title.styles.color=e.preferenceCenter.elements.description.styles.color=e.preferenceCenter.elements.categories.elements.title.styles.color=e.preferenceCenter.elements.categories.elements.description.styles.color=e.notice.elements.description.styles.color}},computed:{banner(){return this.$store.state.banners.current}},watch:{"banner.properties.config.notice":{handler(){this.savePreferenceStyles()},deep:!0}}},T=A,V=Object(m["a"])(T,H,E,!1,null,null,null),Z=V.exports,I=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Cookie List","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[e.translate||"ccpa"===e.applicableLaw?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-show-cookie-declaration"}},[n("h6",[e._v(" "+e._s(e.$i18n.__("Show cookie list","cookie-law-info"))+" ")])]),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-show-cookie-declaration"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.auditTable.status,expression:"banner.properties.config.auditTable.status"}],attrs:{type:"checkbox",id:"cky-show-cookie-declaration",disabled:e.disabled},domProps:{checked:Array.isArray(e.banner.properties.config.auditTable.status)?e._i(e.banner.properties.config.auditTable.status,null)>-1:e.banner.properties.config.auditTable.status},on:{change:function(t){var n=e.banner.properties.config.auditTable.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.banner.properties.config.auditTable,"status",n.concat([s])):r>-1&&e.$set(e.banner.properties.config.auditTable,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.banner.properties.config.auditTable,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{"aria-hidden":"true"}})])])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Cookie" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.headers.elements.id,expression:"content.auditTable.elements.headers.elements.id"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.headers.elements.id},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements.headers.elements,"id",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Duration" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.headers.elements.duration,expression:"content.auditTable.elements.headers.elements.duration"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.headers.elements.duration},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements.headers.elements,"duration",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Description" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.headers.elements.description,expression:"\n\t\t\t\t\t\t\t\tcontent.auditTable.elements.headers.elements.description\n\t\t\t\t\t\t\t"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.headers.elements.description},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements.headers.elements,"description",t.target.value)}}})])]),"ccpa"!==e.applicableLaw?n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Always Active" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.preferenceCenter.elements.category.elements.alwaysEnabled,expression:"\n\t\t\t\t\t\t\t\tcontent.preferenceCenter.elements.category.elements\n\t\t\t\t\t\t\t\t\t.alwaysEnabled\n\t\t\t\t\t\t\t"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.preferenceCenter.elements.category.elements.alwaysEnabled},on:{input:function(t){t.target.composing||e.$set(e.content.preferenceCenter.elements.category.elements,"alwaysEnabled",t.target.value)}}})])]):e._e(),"ccpa"!==e.applicableLaw?n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"No cookies to display" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.message,expression:"content.auditTable.elements.message"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.message},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements,"message",t.target.value)}}})])]):e._e()])])])],2)},D=[],N={name:"PreferenceCenter",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"]},computed:{banner(){return this.$store.state.banners.current},applicableLaw(){return this.banner.properties.settings.applicableLaw}}},U=N,F=Object(m["a"])(U,I,D,!1,null,null,null),R=F.exports,q=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Revisit Consent Button","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-revisit-consent-button"}},[n("h6",[e._v(e._s(e.$i18n.__("Revisit consent button","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-revisit-consent-button"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.revisitConsent.status,expression:"banner.properties.config.revisitConsent.status"}],attrs:{type:"checkbox",id:"cky-revisit-consent-button",disabled:e.disabled},domProps:{checked:Array.isArray(e.banner.properties.config.revisitConsent.status)?e._i(e.banner.properties.config.revisitConsent.status,null)>-1:e.banner.properties.config.revisitConsent.status},on:{change:function(t){var n=e.banner.properties.config.revisitConsent.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.banner.properties.config.revisitConsent,"status",n.concat([s])):r>-1&&e.$set(e.banner.properties.config.revisitConsent,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.banner.properties.config.revisitConsent,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-revisit-consent-button","aria-hidden":"true"}})])])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Text on hover","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.revisitConsent.elements.title,expression:"content.revisitConsent.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.revisitConsent.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.revisitConsent.elements,"title",t.target.value)}}})])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Position","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("div",{staticClass:"cky-form-check-inline"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.revisitConsent.position,expression:"banner.properties.config.revisitConsent.position"}],staticClass:"cky-form-check-input",attrs:{type:"radio",id:"cky-revisit-consent-button-position-bottom-left",value:"bottom-left"},domProps:{checked:e._q(e.banner.properties.config.revisitConsent.position,"bottom-left")},on:{change:function(t){return e.$set(e.banner.properties.config.revisitConsent,"position","bottom-left")}}}),n("label",{attrs:{for:"cky-revisit-consent-button-position-bottom-left"}},[e._v(e._s(e.$i18n.__("Left","cookie-law-info")))])]),n("div",{staticClass:"cky-form-check-inline"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.revisitConsent.position,expression:"banner.properties.config.revisitConsent.position"}],staticClass:"cky-form-check-input",attrs:{type:"radio",id:"cky-revisit-consent-button-position-bottom-right",value:"bottom-right"},domProps:{checked:e._q(e.banner.properties.config.revisitConsent.position,"bottom-right")},on:{change:function(t){return e.$set(e.banner.properties.config.revisitConsent,"position","bottom-right")}}}),n("label",{attrs:{for:"cky-revisit-consent-button-position-bottom-right"}},[e._v(e._s(e.$i18n.__("Right","cookie-law-info")))])])])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Colours","cookie-law-info")))]),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.revisitConsent.styles["background-color"],disabled:e.disabled},model:{value:e.banner.properties.config.revisitConsent.styles["background-color"],callback:function(t){e.$set(e.banner.properties.config.revisitConsent.styles,"background-color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.revisitConsent.styles[\n\t\t\t\t\t\t\t\t'background-color'\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t"}})],1)])])])],2)},G=[],z={name:"RevisitConsent",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"],CkyColors:b},computed:{banner(){return this.$store.state.banners.current}}},Y=z,J=Object(m["a"])(Y,q,G,!1,null,null,null),Q=J.exports,W=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Blocked Content","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Label","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.videoPlaceholder.elements.title,expression:"content.videoPlaceholder.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.videoPlaceholder.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.videoPlaceholder.elements,"title",t.target.value)}}})])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Colours","cookie-law-info")))]),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.videoPlaceholder.styles["background-color"],disabled:e.disabled},model:{value:e.banner.properties.config.videoPlaceholder.styles["background-color"],callback:function(t){e.$set(e.banner.properties.config.videoPlaceholder.styles,"background-color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.videoPlaceholder.styles[\n\t\t\t\t\t\t\t\t'background-color'\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Border","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.videoPlaceholder.styles["border-color"],disabled:e.disabled},model:{value:e.banner.properties.config.videoPlaceholder.styles["border-color"],callback:function(t){e.$set(e.banner.properties.config.videoPlaceholder.styles,"border-color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.videoPlaceholder.styles['border-color']\n\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Text","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.videoPlaceholder.elements.title.styles.color,disabled:e.disabled},model:{value:e.banner.properties.config.videoPlaceholder.elements.title.styles.color,callback:function(t){e.$set(e.banner.properties.config.videoPlaceholder.elements.title.styles,"color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.videoPlaceholder.elements.title.styles\n\t\t\t\t\t\t\t\t.color\n\t\t\t\t\t\t"}})],1)])])])],2)},X=[],K={name:"BlockedContent",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"],CkyColors:b},computed:{banner(){return this.$store.state.banners.current}}},ee=K,te=Object(m["a"])(ee,W,X,!1,null,null,null),ne=te.exports,ae=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Opt-out center","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-header"},[n("h5",{staticClass:"cky-form-heading"},[e._v(" "+e._s(e.$i18n.__("Opt-out Confirmation","cookie-law-info"))+" ")])]),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Label","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.optoutPopup.elements.confirmation,expression:"content.optoutPopup.elements.confirmation"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.optoutPopup.elements.confirmation},on:{input:function(t){t.target.composing||e.$set(e.content.optoutPopup.elements,"confirmation",t.target.value)}}})])])])]),n("cky-banner-btn",{attrs:{name:"optout-confirm",properties:e.banner.properties.config.optoutPopup.elements.buttons.elements.confirm,content:e.content.optoutPopup.elements.buttons.elements.confirm,title:e.$i18n.__("“Confirm” button","cookie-law-info"),toggle:!1,supportedLaws:["ccpa"],translate:e.translate,disabled:e.disabled},model:{value:e.content.optoutPopup.elements.buttons.elements.confirm,callback:function(t){e.$set(e.content.optoutPopup.elements.buttons.elements,"confirm",t)},expression:"content.optoutPopup.elements.buttons.elements.confirm"}}),n("cky-banner-btn",{attrs:{name:"optout-cancel",properties:e.banner.properties.config.optoutPopup.elements.buttons.elements.cancel,content:e.content.optoutPopup.elements.buttons.elements.cancel,title:e.$i18n.__("“Cancel Button“","cookie-law-info"),toggle:!1,supportedLaws:["ccpa"],translate:e.translate,disabled:e.disabled},model:{value:e.content.optoutPopup.elements.buttons.elements.cancel,callback:function(t){e.$set(e.content.optoutPopup.elements.buttons.elements,"cancel",t)},expression:"content.optoutPopup.elements.buttons.elements.cancel"}})],1)],2)},oe=[],se={name:"OptOutCenter",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"],CkyBannerBtn:$},computed:{banner(){return this.$store.state.banners.current}}},re=se,ie=Object(m["a"])(re,ae,oe,!1,null,null,null),ce=ie.exports,le={name:"TabContentAccordion",components:{CkyLoader:s["a"],CkyIcon:r["a"],CkyAccordion:l["a"],CkyAccordionItem:c["a"],Notice:j,Preference:Z,CookieList:R,RevisitConsent:Q,BlockedContent:ne,OptOutCenter:ce},props:{language:{type:String,default:"en"},disabled:{type:Boolean,default:!1},translate:{type:Boolean,default:!1}},computed:{banner(){return this.$store.state.banners.current},contentSections:function(){let e=[];if(this.loading)return e;const t=this.banner.properties.settings.applicableLaw;return e=i["a"].getContentSections(t),e},loading(){return!this.$store.state.banners.current.id>0},content(){let e=this.banner.contents[this.language];return void 0!==e&&""!==e||(e=this.banner.contents["en"]),e}}},de=le,ue=(n("6072"),Object(m["a"])(de,a,o,!1,null,null,null));t["a"]=ue.exports},c981:function(e,t,n){},cda9:function(e,t,n){},d9e4:function(e,t,n){"use strict";n("3213")},e867:function(e,t,n){"use strict";n("981f")},f61e:function(e,t,n){"use strict";var a=n("f9c4"),o=n("07a4"),s=n("87ea");const r={get:async function(){try{const e=await a["a"].get({path:"languages/available"});return e}catch(e){return console.error(e),[]}},getLanguageDetails:function(e,t){let n=e.filter((function(e){if(-1!=t.indexOf(e.code))return e}));return n},getName(e){let t=o["a"].state.languages.available.find((function(t){return t.code==e}));return"undefined"!==typeof t?t.name:""},deleteLanguage:async function(e){if(e){let t=Object(s["e"])("languages"),n=t.selected.indexOf(e);return-1!==n&&t.selected.splice(n,1),o["a"].dispatch("languages/setSelected",t.selected),await o["a"].dispatch("languages/saveSelected"),await Object(s["h"])(),await o["a"].dispatch("banners/reInit"),await o["a"].dispatch("cookies/reInit"),!0}},getTranslatedLanguages(){return["de","en","es","fi","fr","hu","it","pl","pt-br","pt"]},deepEqual(e,t){const n=Object.keys(e),a=Object.keys(t);if(n.length!==a.length)return!1;for(const o of n){const n=e[o],a=t[o],s=this.isObject(n)&&this.isObject(a);if(s&&!this.deepEqual(n,a)||!s&&n!==a)return!1}return!0},isObject(e){return null!=e&&"object"===typeof e}};t["a"]=r},f9c4:function(e,t,n){"use strict";var a=n("8eaa");a["a"].use(a["a"].createNonceMiddleware(window.ckyGlobals.api.nonce)),a["a"].use(a["a"].createRootURLMiddleware(window.ckyGlobals.api.base));var o={post:function(e){if(e=e||{},e.method="POST",e.params){const t=new URLSearchParams(Object.entries(e.params));e.path=e.path+"?"+t}try{return Object(a["a"])(e)}catch(t){return t}},get:function(e){if(e=e||{},e.method="GET",e.params){const t=new URLSearchParams(Object.entries(e.params));e.path=e.path+"?"+t}try{return Object(a["a"])(e)}catch(t){return t}},put:function(e){if(e=e||{},e.method="PUT",e.params){const t=new URLSearchParams(Object.entries(e.params));e.path=e.path+"?"+t}try{return Object(a["a"])(e)}catch(t){return t}},delete:function(e){e=e||{},e.method="DELETE";try{return Object(a["a"])(e)}catch(t){return t}}};t["a"]=o}});
|
lite/admin/dist/js/chunk-0495ae18.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0495ae18"],{"281e":function(t,c,e){"use strict";e.r(c);var n=function(){var t=this,c=t.$createElement,e=t._self._c||c;return e("div",{staticClass:"cky-section cky-section-policies cky-zero--padding cky-zero--margin"},[e("div",{staticClass:"cky-row"},[e("div",{staticClass:"cky-col-12"},[e("cky-connect-success")],1)]),t._m(0),e("div",{staticClass:"cky-section-content"},[e("div",{staticClass:"cky-row"},[e("div",{staticClass:"cky-col-6"},[e("div",{staticClass:"cky-card cky-card-policy"},[e("div",{staticClass:"cky-card-title"},[e("h3",[t._v(" "+t._s(t.$i18n.__("Privacy Policy Generator","cookie-law-info"))+" ")])]),e("div",{staticClass:"cky-policy-description"},[e("p",[t._v(" "+t._s(t.$i18n.__("Generate a privacy policy to inform users about your website’s data collection practices.","cookie-law-info"))+" ")])]),e("div",{staticClass:"cky-policy-icon cky-align-center"},[e("cky-icon",{attrs:{icon:"privacy-policy",width:"100px",height:"145px",color:"#8893a1"}})],1),e("div",{staticClass:"cky-policy-btn"},[e("a",{staticClass:"\n\t\t\t\t\t\t\t\tcky-button\n\t\t\t\t\t\t\t\tcky-button-primary\n\t\t\t\t\t\t\t\tcky-button-medium\n\t\t\t\t\t\t\t\tcky-external-link\n\t\t\t\t\t\t\t",staticStyle:{"text-decoration":"none"},attrs:{href:"https://privacypolicy.cookieyes.com/privacy-policy-generator",target:"_blank"}},[t._v(t._s(t.$i18n.__("Generate Privacy Policy","cookie-law-info"))+" ")])])])]),e("div",{staticClass:"cky-col-6"},[e("div",{staticClass:"cky-card cky-card-policy"},[e("div",{staticClass:"cky-card-title"},[e("h3",[t._v(" "+t._s(t.$i18n.__("Cookie Policy Generator","cookie-law-info"))+" ")])]),e("div",{staticClass:"cky-policy-description"},[e("p",[t._v(" "+t._s(t.$i18n.__("Generate a cookie policy by connecting to a free CookieYes account and inform users about your site's use of cookies.","cookie-law-info"))+" ")])]),e("div",{staticClass:"cky-policy-icon cky-align-center"},[e("cky-icon",{attrs:{icon:"cookie-policy",width:"100px",height:"145px",color:"#8893a1"}})],1),t.connected?e("div",{staticClass:"cky-policy-btn"},[e("a",{staticClass:"cky-button cky-button-primary cky-button-medium",staticStyle:{"text-decoration":"none"},attrs:{href:"https://cookiepolicy.cookieyes.com/cookie-policy-generator",target:"_blank"}},[t._v(t._s(t.$i18n.__("Generate Cookie Policy","cookie-law-info"))+" ")])]):e("div",{staticClass:"cky-policy-btn"},[e("cky-button",{ref:"ckyButtonConnect",staticClass:"cky-button-medium",nativeOn:{click:function(c){return t.connectToApp()}}},[t._v(" "+t._s(t.$i18n.__("New? Create a Free Account","cookie-law-info"))+" "),e("template",{slot:"loader"},[t._v(t._s(t.$i18n.__("Connecting to cookieyes.com...","cookie-law-info")))])],2),e("p",{staticStyle:{"margin-top":"10px",position:"absolute",left:"0",right:"0"}},[t._v(" "+t._s(t.$i18n.__("Already have an account?","cookie-law-info"))+" "),e("a",{attrs:{href:""},on:{click:function(c){return c.preventDefault(),t.connectToApp(!0)}}},[t._v(t._s(t.$i18n.__("Connect your existing account","cookie-law-info")))])])],1)])])])])])},o=[function(){var t=this,c=t.$createElement,e=t._self._c||c;return e("div",{staticClass:"cky-section-header cky-align-center cky-justify-between"},[e("div",{staticClass:"cky-section-header-actions cky-align-center"})])}],i=e("1f3d"),s=e("c068"),a=e("2f62"),r=e("919d"),l={name:"CkyPolicies",mixins:[s["a"]],components:{CkyIcon:i["a"],CkyConnectSuccess:r["a"]},data(){return{}},methods:{},computed:{...Object(a["d"])("settings",["options"]),connected(){return this.options.account.connected&&this.options.account.connected||!1},currentTabComponent:function(){return"tab-"+this.currentTab.toLowerCase()}}},y=l,u=(e("3121"),e("2877")),k=Object(u["a"])(y,n,o,!1,null,null,null);c["default"]=k.exports},3121:function(t,c,e){"use strict";e("d755")},"6c87":function(t,c,e){"use strict";e("b3ba")},"919d":function(t,c,e){"use strict";var n=function(){var t=this,c=t.$createElement,e=t._self._c||c;return t.showConnectSuccess?e("div",{staticClass:"cky-connect-success",attrs:{id:"cky-connect-success"}},[t.syncing?e("div",{staticClass:"cky-connect-loader"},[e("cky-spinner"),e("h4",[t._v(" "+t._s(t.$i18n.__("Please wait while we connect your site to app.cookieyes.com","cookie-law-info"))+" ")])],1):e("div",{staticClass:"cky-connect-success-container"},[e("div",{staticClass:"cky-connect-success-icon"}),e("div",{staticClass:"cky-connect-success-message"},[t._t("message",(function(){return[e("h2",[t._v(" "+t._s(t.$i18n.__("Your website is connected to app.cookieyes.com","cookie-law-info"))+" ")]),e("p",[t._v(" "+t._s(t.$i18n.__("You can now continue to manage all your existing settings and access all free CookieYes features from your web app account","cookie-law-info"))+" ")])]}))],2),e("div",{staticClass:"cky-connect-success-actions"},[t._t("action",(function(){return[e("button",{staticClass:"cky-button cky-button-medium cky-external-link",on:{click:function(c){return t.redirectToApp()}}},[t._v(" "+t._s(t.$i18n.__("Go to CookieYes Web App","cookie-law-info"))+" ")])]}))],2)])]):t._e()},o=[],i=function(){var t=this,c=t.$createElement,e=t._self._c||c;return e("span",{staticClass:"cky-spinner-loader"})},s=[],a={name:"CkySpinner",components:{}},r=a,l=(e("6c87"),e("2877")),y=Object(l["a"])(r,i,s,!1,null,null,null),u=y.exports,k={name:"CkyConnectSuccess",components:{CkySpinner:u},props:{timeout:{type:Number,default:6e3}},data(){return{showConnectSuccess:!1,syncing:!1}},methods:{showMessage(){this.showConnectSuccess=!0},redirectToApp(){this.$router.redirectToApp(),this.showConnectSuccess=!1,this.$router.redirectToDashboard(this.$route.name)}},created(){this.$root.$on("afterConnection",()=>{this.syncing=!0,this.showMessage()}),this.$root.$on("afterSyncing",async()=>{this.syncing=!1})}},p=k,d=(e("a209"),Object(l["a"])(p,n,o,!1,null,null,null));c["a"]=d.exports},a209:function(t,c,e){"use strict";e("d6c6")},b3ba:function(t,c,e){},d6c6:function(t,c,e){},d755:function(t,c,e){}}]);
|
lite/admin/dist/js/chunk-1641571e.js
ADDED
@@ -0,0 +1,294 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1641571e"],{"010e":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
2 |
+
//! moment.js locale configuration
|
3 |
+
var t=e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}});return t}))},"02fb":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
4 |
+
//! moment.js locale configuration
|
5 |
+
var t=e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,a){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}});return t}))},"03b4":function(e,t,a){"use strict";a.r(t);var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"cky-consent-chart-section"},[a("cky-card",{attrs:{title:e.$i18n.__("Consent Ratio","cookie-law-info"),loading:e.cardLoader},scopedSlots:e._u([{key:"body",fn:function(){return[e.consentLogData.length?a("div",{staticClass:"cky-consent-chart-inner"},[a("div",{staticClass:"cky-row"},[a("div",{staticClass:"cky-col-6"},[a("div",{staticClass:"cky-consent-chart"},[e.loaded?a("pie-chart",{attrs:{data:e.chartData,options:e.chartOptions,styles:e.chartStyles}}):e._e()],1)]),a("div",{staticClass:"cky-col-6 cky-align-center"},[e.loaded?a("ul",{staticClass:"cky-consent-chart-legend"},e._l(e.consentLogData,(function(t,n){return a("li",{key:n},[a("span",{staticClass:"cky-legend-indice",style:{backgroundColor:t.color}}),a("span",{staticClass:"cky-legend-label"},[e._v(e._s(t.label))])])})),0):e._e()])])]):a("cky-empty",{attrs:{emptyMessage:"No consents were logged",width:"80px",height:"80px"}}),e.loaded?a("div",{staticClass:"cky-consent-chart-legend"}):e._e()]},proxy:!0}])})],1)},r=[];var i=a("30ef"),s=a.n(i);function o(e,t){return{render:function(e){return e("div",{style:this.styles,class:this.cssClasses},[e("canvas",{attrs:{id:this.chartId,width:this.width,height:this.height},ref:"canvas"})])},props:{chartId:{default:e,type:String},width:{default:400,type:Number},height:{default:400,type:Number},cssClasses:{type:String,default:""},styles:{type:Object},plugins:{type:Array,default:function(){return[]}}},data:function(){return{_chart:null,_plugins:this.plugins}},methods:{addPlugin:function(e){this.$data._plugins.push(e)},generateLegend:function(){if(this.$data._chart)return this.$data._chart.generateLegend()},renderChart:function(e,a){if(this.$data._chart&&this.$data._chart.destroy(),!this.$refs.canvas)throw new Error("Please remove the <template></template> tags from your chart component. See https://vue-chartjs.org/guide/#vue-single-file-components");this.$data._chart=new s.a(this.$refs.canvas.getContext("2d"),{type:t,data:e,options:a,plugins:this.$data._plugins})}},beforeDestroy:function(){this.$data._chart&&this.$data._chart.destroy()}}}o("bar-chart","bar"),o("horizontalbar-chart","horizontalBar"),o("doughnut-chart","doughnut"),o("line-chart","line");var d,l,u=o("pie-chart","pie"),_=(o("polar-chart","polarArea"),o("radar-chart","radar"),o("bubble-chart","bubble"),o("scatter-chart","scatter"),{extends:u,props:["data","options","styles"],mounted(){this.renderChart(this.data,this.options)}}),c=_,m=a("2877"),h=Object(m["a"])(c,d,l,!1,null,null,null),f=h.exports,M=a("9610"),p=a("3337"),g=a("f9c4"),y=(a("8521"),{components:{CkyCard:M["a"],PieChart:f,CkyEmpty:p["a"]},created(){this.getChartData()},data(){return{loading:!1,loaded:!1,consentLogData:[],chartOptions:{defaultFontColor:"#fff",defaultFontSize:9,legend:{display:!1}},chartData:{labels:[],datasets:[]},chartStyles:{height:"130px",width:"130px",position:"relative"}}},methods:{async getChartData(){this.loading=!0;let e=[];try{if(await g["a"].get({path:"consent_logs/statistics"}).then(t=>{e=t}),e.length<=0)return void(this.loading=!1);const t=[{label:this.$i18n.__("Accepted"),color:"#00C9A6",count:this.getCount(e,"accepted")},{label:"Rejected",color:"#DE4437",count:this.getCount(e,"rejected")},{label:"Partially Accepted",color:"#F5BA44",count:this.getCount(e,"partial")}];t&&t.length>0&&(this.consentLogData=t,this.updateChartData(this.consentLogData))}catch(t){console.error(t)}this.loading=!1,this.loaded=!0},getCount(e,t){let a=!1;return"object"===typeof e&&(a=e.find((function(e){return e.type===t}))),a&&a.count||0},updateChartData(e){const t=[],a={backgroundColor:[],data:[]};e.map(e=>{t.push(e.label),a.backgroundColor.push(e.color),a.data.push(e.count)}),this.chartData.datasets.push(a),this.chartData.labels=t}},computed:{cardLoader(){return!this.$store.state.settings.info||this.loading}}}),L=y,v=(a("5071"),Object(m["a"])(L,n,r,!1,null,null,null));t["default"]=v.exports},"03ec":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
6 |
+
//! moment.js locale configuration
|
7 |
+
var t=e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){var t=/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран";return e+t},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}});return t}))},"0558":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
8 |
+
//! moment.js locale configuration
|
9 |
+
function t(e){return e%100===11||e%10!==1}function a(e,a,n,r){var i=e+" ";switch(n){case"s":return a||r?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?i+(a||r?"sekúndur":"sekúndum"):i+"sekúnda";case"m":return a?"mínúta":"mínútu";case"mm":return t(e)?i+(a||r?"mínútur":"mínútum"):a?i+"mínúta":i+"mínútu";case"hh":return t(e)?i+(a||r?"klukkustundir":"klukkustundum"):i+"klukkustund";case"d":return a?"dagur":r?"dag":"degi";case"dd":return t(e)?a?i+"dagar":i+(r?"daga":"dögum"):a?i+"dagur":i+(r?"dag":"degi");case"M":return a?"mánuður":r?"mánuð":"mánuði";case"MM":return t(e)?a?i+"mánuðir":i+(r?"mánuði":"mánuðum"):a?i+"mánuður":i+(r?"mánuð":"mánuði");case"y":return a||r?"ár":"ári";case"yy":return t(e)?i+(a||r?"ár":"árum"):i+(a||r?"ár":"ári")}}var n=e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:a,ss:a,m:a,mm:a,h:"klukkustund",hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n}))},"0721":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
10 |
+
//! moment.js locale configuration
|
11 |
+
var t=e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},"079e":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
12 |
+
//! moment.js locale configuration
|
13 |
+
var t=e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,a){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}});return t}))},"0a3c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
14 |
+
//! moment.js locale configuration
|
15 |
+
var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,i=e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return i}))},"0a84":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
16 |
+
//! moment.js locale configuration
|
17 |
+
var t=e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}});return t}))},"0caa":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
18 |
+
//! moment.js locale configuration
|
19 |
+
function t(e,t,a,n){var r={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return n?r[a][0]:r[a][1]}var a=e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){switch(t){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}});return a}))},"0e49":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
20 |
+
//! moment.js locale configuration
|
21 |
+
var t=e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}});return t}))},"0e6b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
22 |
+
//! moment.js locale configuration
|
23 |
+
var t=e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:0,doy:4}});return t}))},"0e81":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
24 |
+
//! moment.js locale configuration
|
25 |
+
var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"},a=e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,a){return e<12?a?"öö":"ÖÖ":a?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,a){switch(a){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var n=e%10,r=e%100-n,i=e>=100?100:null;return e+(t[n]||t[r]||t[i])}},week:{dow:1,doy:7}});return a}))},"0f14":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
26 |
+
//! moment.js locale configuration
|
27 |
+
var t=e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},"0f38":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
28 |
+
//! moment.js locale configuration
|
29 |
+
var t=e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});return t}))},"0ff2":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
30 |
+
//! moment.js locale configuration
|
31 |
+
var t=e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return t}))},"10e8":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
32 |
+
//! moment.js locale configuration
|
33 |
+
var t=e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,a){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}});return t}))},"13e9":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
34 |
+
//! moment.js locale configuration
|
35 |
+
var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,a,n){var r=t.words[n];return 1===n.length?a?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}},a=e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){var e=["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a}))},"167b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
36 |
+
//! moment.js locale configuration
|
37 |
+
var t=e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var a=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(a="a"),e+a},week:{dow:1,doy:4}});return t}))},"1b45":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
38 |
+
//! moment.js locale configuration
|
39 |
+
var t=e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},"1cfd":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
40 |
+
//! moment.js locale configuration
|
41 |
+
var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},a=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(t,r,i,s){var o=a(t),d=n[e][a(t)];return 2===o&&(d=d[r?0:1]),d.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],s=e.defineLocale("ar-ly",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}});return s}))},"1fc1":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
42 |
+
//! moment.js locale configuration
|
43 |
+
function t(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?a[1]:a[2]}function a(e,a,n){var r={ss:a?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:a?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:a?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"};return"m"===n?a?"хвіліна":"хвіліну":"h"===n?a?"гадзіна":"гадзіну":e+" "+t(r[n],+e)}var n=e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:a,mm:a,h:a,hh:a,d:"дзень",dd:a,M:"месяц",MM:a,y:"год",yy:a},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!==2&&e%10!==3||e%100===12||e%100===13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}});return n}))},"201b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
44 |
+
//! moment.js locale configuration
|
45 |
+
var t=e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,a){return"ი"===a?t+"ში":t+a+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20===0||e%100===0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}});return t}))},"22f8":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
46 |
+
//! moment.js locale configuration
|
47 |
+
var t=e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,a){return e<12?"오전":"오후"}});return t}))},2421:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
48 |
+
//! moment.js locale configuration
|
49 |
+
var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},n=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"],r=e.defineLocale("ku",{months:n,monthsShort:n,weekdays:"یهكشهممه_دووشهممه_سێشهممه_چوارشهممه_پێنجشهممه_ههینی_شهممه".split("_"),weekdaysShort:"یهكشهم_دووشهم_سێشهم_چوارشهم_پێنجشهم_ههینی_شهممه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره|بهیانی/,isPM:function(e){return/ئێواره/.test(e)},meridiem:function(e,t,a){return e<12?"بهیانی":"ئێواره"},calendar:{sameDay:"[ئهمرۆ كاتژمێر] LT",nextDay:"[بهیانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له %s",past:"%s",s:"چهند چركهیهك",ss:"چركه %d",m:"یهك خولهك",mm:"%d خولهك",h:"یهك كاتژمێر",hh:"%d كاتژمێر",d:"یهك ڕۆژ",dd:"%d ڕۆژ",M:"یهك مانگ",MM:"%d مانگ",y:"یهك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}});return r}))},2554:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
50 |
+
//! moment.js locale configuration
|
51 |
+
function t(e,t,a){var n=e+" ";switch(a){case"ss":return n+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi",n;case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta",n;case"h":return t?"jedan sat":"jednog sata";case"hh":return n+=1===e?"sat":2===e||3===e||4===e?"sata":"sati",n;case"dd":return n+=1===e?"dan":"dana",n;case"MM":return n+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci",n;case"yy":return n+=1===e?"godina":2===e||3===e||4===e?"godine":"godina",n}}var a=e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a}))},"26f9":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
52 |
+
//! moment.js locale configuration
|
53 |
+
var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function a(e,t,a,n){return t?"kelios sekundės":n?"kelių sekundžių":"kelias sekundes"}function n(e,t,a,n){return t?i(a)[0]:n?i(a)[1]:i(a)[2]}function r(e){return e%10===0||e>10&&e<20}function i(e){return t[e].split("_")}function s(e,t,a,s){var o=e+" ";return 1===e?o+n(e,t,a[0],s):t?o+(r(e)?i(a)[1]:i(a)[0]):s?o+i(a)[1]:o+(r(e)?i(a)[1]:i(a)[2])}var o=e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:a,ss:s,m:n,mm:s,h:n,hh:s,d:n,dd:s,M:n,MM:s,y:n,yy:s},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}});return o}))},2921:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
54 |
+
//! moment.js locale configuration
|
55 |
+
var t=e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,a){return e<12?a?"sa":"SA":a?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});return t}))},"293c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
56 |
+
//! moment.js locale configuration
|
57 |
+
var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,a,n){var r=t.words[n];return 1===n.length?a?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}},a=e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var e=["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a}))},"2bfb":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
58 |
+
//! moment.js locale configuration
|
59 |
+
var t=e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,a){return e<12?a?"vm":"VM":a?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return t}))},"2c64":function(e,t,a){},"2e8c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
60 |
+
//! moment.js locale configuration
|
61 |
+
var t=e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}});return t}))},"30ef":function(e,t,a){
|
62 |
+
/*!
|
63 |
+
* Chart.js v2.9.4
|
64 |
+
* https://www.chartjs.org
|
65 |
+
* (c) 2020 Chart.js Contributors
|
66 |
+
* Released under the MIT License
|
67 |
+
*/
|
68 |
+
(function(t,n){e.exports=n(function(){try{return a("c1df")}catch(e){}}())})(0,(function(e){"use strict";function t(e,t){return t={exports:{}},e(t,t.exports),t.exports}function a(e){return e&&e["default"]||e}e=e&&e.hasOwnProperty("default")?e["default"]:e;var n={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},r=t((function(e){var t={};for(var a in n)n.hasOwnProperty(a)&&(t[n[a]]=a);var r=e.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var i in r)if(r.hasOwnProperty(i)){if(!("channels"in r[i]))throw new Error("missing channels property: "+i);if(!("labels"in r[i]))throw new Error("missing channel labels property: "+i);if(r[i].labels.length!==r[i].channels)throw new Error("channel and label counts mismatch: "+i);var s=r[i].channels,o=r[i].labels;delete r[i].channels,delete r[i].labels,Object.defineProperty(r[i],"channels",{value:s}),Object.defineProperty(r[i],"labels",{value:o})}function d(e,t){return Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2)+Math.pow(e[2]-t[2],2)}r.rgb.hsl=function(e){var t,a,n,r=e[0]/255,i=e[1]/255,s=e[2]/255,o=Math.min(r,i,s),d=Math.max(r,i,s),l=d-o;return d===o?t=0:r===d?t=(i-s)/l:i===d?t=2+(s-r)/l:s===d&&(t=4+(r-i)/l),t=Math.min(60*t,360),t<0&&(t+=360),n=(o+d)/2,a=d===o?0:n<=.5?l/(d+o):l/(2-d-o),[t,100*a,100*n]},r.rgb.hsv=function(e){var t,a,n,r,i,s=e[0]/255,o=e[1]/255,d=e[2]/255,l=Math.max(s,o,d),u=l-Math.min(s,o,d),_=function(e){return(l-e)/6/u+.5};return 0===u?r=i=0:(i=u/l,t=_(s),a=_(o),n=_(d),s===l?r=n-a:o===l?r=1/3+t-n:d===l&&(r=2/3+a-t),r<0?r+=1:r>1&&(r-=1)),[360*r,100*i,100*l]},r.rgb.hwb=function(e){var t=e[0],a=e[1],n=e[2],i=r.rgb.hsl(e)[0],s=1/255*Math.min(t,Math.min(a,n));return n=1-1/255*Math.max(t,Math.max(a,n)),[i,100*s,100*n]},r.rgb.cmyk=function(e){var t,a,n,r,i=e[0]/255,s=e[1]/255,o=e[2]/255;return r=Math.min(1-i,1-s,1-o),t=(1-i-r)/(1-r)||0,a=(1-s-r)/(1-r)||0,n=(1-o-r)/(1-r)||0,[100*t,100*a,100*n,100*r]},r.rgb.keyword=function(e){var a=t[e];if(a)return a;var r,i=1/0;for(var s in n)if(n.hasOwnProperty(s)){var o=n[s],l=d(e,o);l<i&&(i=l,r=s)}return r},r.keyword.rgb=function(e){return n[e]},r.rgb.xyz=function(e){var t=e[0]/255,a=e[1]/255,n=e[2]/255;t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92,a=a>.04045?Math.pow((a+.055)/1.055,2.4):a/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92;var r=.4124*t+.3576*a+.1805*n,i=.2126*t+.7152*a+.0722*n,s=.0193*t+.1192*a+.9505*n;return[100*r,100*i,100*s]},r.rgb.lab=function(e){var t,a,n,i=r.rgb.xyz(e),s=i[0],o=i[1],d=i[2];return s/=95.047,o/=100,d/=108.883,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,d=d>.008856?Math.pow(d,1/3):7.787*d+16/116,t=116*o-16,a=500*(s-o),n=200*(o-d),[t,a,n]},r.hsl.rgb=function(e){var t,a,n,r,i,s=e[0]/360,o=e[1]/100,d=e[2]/100;if(0===o)return i=255*d,[i,i,i];a=d<.5?d*(1+o):d+o-d*o,t=2*d-a,r=[0,0,0];for(var l=0;l<3;l++)n=s+1/3*-(l-1),n<0&&n++,n>1&&n--,i=6*n<1?t+6*(a-t)*n:2*n<1?a:3*n<2?t+(a-t)*(2/3-n)*6:t,r[l]=255*i;return r},r.hsl.hsv=function(e){var t,a,n=e[0],r=e[1]/100,i=e[2]/100,s=r,o=Math.max(i,.01);return i*=2,r*=i<=1?i:2-i,s*=o<=1?o:2-o,a=(i+r)/2,t=0===i?2*s/(o+s):2*r/(i+r),[n,100*t,100*a]},r.hsv.rgb=function(e){var t=e[0]/60,a=e[1]/100,n=e[2]/100,r=Math.floor(t)%6,i=t-Math.floor(t),s=255*n*(1-a),o=255*n*(1-a*i),d=255*n*(1-a*(1-i));switch(n*=255,r){case 0:return[n,d,s];case 1:return[o,n,s];case 2:return[s,n,d];case 3:return[s,o,n];case 4:return[d,s,n];case 5:return[n,s,o]}},r.hsv.hsl=function(e){var t,a,n,r=e[0],i=e[1]/100,s=e[2]/100,o=Math.max(s,.01);return n=(2-i)*s,t=(2-i)*o,a=i*o,a/=t<=1?t:2-t,a=a||0,n/=2,[r,100*a,100*n]},r.hwb.rgb=function(e){var t,a,n,r,i,s,o,d=e[0]/360,l=e[1]/100,u=e[2]/100,_=l+u;switch(_>1&&(l/=_,u/=_),t=Math.floor(6*d),a=1-u,n=6*d-t,0!==(1&t)&&(n=1-n),r=l+n*(a-l),t){default:case 6:case 0:i=a,s=r,o=l;break;case 1:i=r,s=a,o=l;break;case 2:i=l,s=a,o=r;break;case 3:i=l,s=r,o=a;break;case 4:i=r,s=l,o=a;break;case 5:i=a,s=l,o=r;break}return[255*i,255*s,255*o]},r.cmyk.rgb=function(e){var t,a,n,r=e[0]/100,i=e[1]/100,s=e[2]/100,o=e[3]/100;return t=1-Math.min(1,r*(1-o)+o),a=1-Math.min(1,i*(1-o)+o),n=1-Math.min(1,s*(1-o)+o),[255*t,255*a,255*n]},r.xyz.rgb=function(e){var t,a,n,r=e[0]/100,i=e[1]/100,s=e[2]/100;return t=3.2406*r+-1.5372*i+-.4986*s,a=-.9689*r+1.8758*i+.0415*s,n=.0557*r+-.204*i+1.057*s,t=t>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:12.92*a,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,t=Math.min(Math.max(0,t),1),a=Math.min(Math.max(0,a),1),n=Math.min(Math.max(0,n),1),[255*t,255*a,255*n]},r.xyz.lab=function(e){var t,a,n,r=e[0],i=e[1],s=e[2];return r/=95.047,i/=100,s/=108.883,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,t=116*i-16,a=500*(r-i),n=200*(i-s),[t,a,n]},r.lab.xyz=function(e){var t,a,n,r=e[0],i=e[1],s=e[2];a=(r+16)/116,t=i/500+a,n=a-s/200;var o=Math.pow(a,3),d=Math.pow(t,3),l=Math.pow(n,3);return a=o>.008856?o:(a-16/116)/7.787,t=d>.008856?d:(t-16/116)/7.787,n=l>.008856?l:(n-16/116)/7.787,t*=95.047,a*=100,n*=108.883,[t,a,n]},r.lab.lch=function(e){var t,a,n,r=e[0],i=e[1],s=e[2];return t=Math.atan2(s,i),a=360*t/2/Math.PI,a<0&&(a+=360),n=Math.sqrt(i*i+s*s),[r,n,a]},r.lch.lab=function(e){var t,a,n,r=e[0],i=e[1],s=e[2];return n=s/360*2*Math.PI,t=i*Math.cos(n),a=i*Math.sin(n),[r,t,a]},r.rgb.ansi16=function(e){var t=e[0],a=e[1],n=e[2],i=1 in arguments?arguments[1]:r.rgb.hsv(e)[2];if(i=Math.round(i/50),0===i)return 30;var s=30+(Math.round(n/255)<<2|Math.round(a/255)<<1|Math.round(t/255));return 2===i&&(s+=60),s},r.hsv.ansi16=function(e){return r.rgb.ansi16(r.hsv.rgb(e),e[2])},r.rgb.ansi256=function(e){var t=e[0],a=e[1],n=e[2];if(t===a&&a===n)return t<8?16:t>248?231:Math.round((t-8)/247*24)+232;var r=16+36*Math.round(t/255*5)+6*Math.round(a/255*5)+Math.round(n/255*5);return r},r.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];var a=.5*(1+~~(e>50)),n=(1&t)*a*255,r=(t>>1&1)*a*255,i=(t>>2&1)*a*255;return[n,r,i]},r.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var a;e-=16;var n=Math.floor(e/36)/5*255,r=Math.floor((a=e%36)/6)/5*255,i=a%6/5*255;return[n,r,i]},r.rgb.hex=function(e){var t=((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2])),a=t.toString(16).toUpperCase();return"000000".substring(a.length)+a},r.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var a=t[0];3===t[0].length&&(a=a.split("").map((function(e){return e+e})).join(""));var n=parseInt(a,16),r=n>>16&255,i=n>>8&255,s=255&n;return[r,i,s]},r.rgb.hcg=function(e){var t,a,n=e[0]/255,r=e[1]/255,i=e[2]/255,s=Math.max(Math.max(n,r),i),o=Math.min(Math.min(n,r),i),d=s-o;return t=d<1?o/(1-d):0,a=d<=0?0:s===n?(r-i)/d%6:s===r?2+(i-n)/d:4+(n-r)/d+4,a/=6,a%=1,[360*a,100*d,100*t]},r.hsl.hcg=function(e){var t=e[1]/100,a=e[2]/100,n=1,r=0;return n=a<.5?2*t*a:2*t*(1-a),n<1&&(r=(a-.5*n)/(1-n)),[e[0],100*n,100*r]},r.hsv.hcg=function(e){var t=e[1]/100,a=e[2]/100,n=t*a,r=0;return n<1&&(r=(a-n)/(1-n)),[e[0],100*n,100*r]},r.hcg.rgb=function(e){var t=e[0]/360,a=e[1]/100,n=e[2]/100;if(0===a)return[255*n,255*n,255*n];var r=[0,0,0],i=t%1*6,s=i%1,o=1-s,d=0;switch(Math.floor(i)){case 0:r[0]=1,r[1]=s,r[2]=0;break;case 1:r[0]=o,r[1]=1,r[2]=0;break;case 2:r[0]=0,r[1]=1,r[2]=s;break;case 3:r[0]=0,r[1]=o,r[2]=1;break;case 4:r[0]=s,r[1]=0,r[2]=1;break;default:r[0]=1,r[1]=0,r[2]=o}return d=(1-a)*n,[255*(a*r[0]+d),255*(a*r[1]+d),255*(a*r[2]+d)]},r.hcg.hsv=function(e){var t=e[1]/100,a=e[2]/100,n=t+a*(1-t),r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},r.hcg.hsl=function(e){var t=e[1]/100,a=e[2]/100,n=a*(1-t)+.5*t,r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},r.hcg.hwb=function(e){var t=e[1]/100,a=e[2]/100,n=t+a*(1-t);return[e[0],100*(n-t),100*(1-n)]},r.hwb.hcg=function(e){var t=e[1]/100,a=e[2]/100,n=1-a,r=n-t,i=0;return r<1&&(i=(n-r)/(1-r)),[e[0],100*r,100*i]},r.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},r.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},r.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},r.gray.hsl=r.gray.hsv=function(e){return[0,0,e[0]]},r.gray.hwb=function(e){return[0,100,e[0]]},r.gray.cmyk=function(e){return[0,0,0,e[0]]},r.gray.lab=function(e){return[e[0],0,0]},r.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),a=(t<<16)+(t<<8)+t,n=a.toString(16).toUpperCase();return"000000".substring(n.length)+n},r.rgb.gray=function(e){var t=(e[0]+e[1]+e[2])/3;return[t/255*100]}}));r.rgb,r.hsl,r.hsv,r.hwb,r.cmyk,r.xyz,r.lab,r.lch,r.hex,r.keyword,r.ansi16,r.ansi256,r.hcg,r.apple,r.gray;function i(){for(var e={},t=Object.keys(r),a=t.length,n=0;n<a;n++)e[t[n]]={distance:-1,parent:null};return e}function s(e){var t=i(),a=[e];t[e].distance=0;while(a.length)for(var n=a.pop(),s=Object.keys(r[n]),o=s.length,d=0;d<o;d++){var l=s[d],u=t[l];-1===u.distance&&(u.distance=t[n].distance+1,u.parent=n,a.unshift(l))}return t}function o(e,t){return function(a){return t(e(a))}}function d(e,t){var a=[t[e].parent,e],n=r[t[e].parent][e],i=t[e].parent;while(t[i].parent)a.unshift(t[i].parent),n=o(r[t[i].parent][i],n),i=t[i].parent;return n.conversion=a,n}var l=function(e){for(var t=s(e),a={},n=Object.keys(t),r=n.length,i=0;i<r;i++){var o=n[i],l=t[o];null!==l.parent&&(a[o]=d(o,t))}return a},u={},_=Object.keys(r);function c(e){var t=function(t){return void 0===t||null===t?t:(arguments.length>1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}function m(e){var t=function(t){if(void 0===t||null===t)return t;arguments.length>1&&(t=Array.prototype.slice.call(arguments));var a=e(t);if("object"===typeof a)for(var n=a.length,r=0;r<n;r++)a[r]=Math.round(a[r]);return a};return"conversion"in e&&(t.conversion=e.conversion),t}_.forEach((function(e){u[e]={},Object.defineProperty(u[e],"channels",{value:r[e].channels}),Object.defineProperty(u[e],"labels",{value:r[e].labels});var t=l(e),a=Object.keys(t);a.forEach((function(a){var n=t[a];u[e][a]=m(n),u[e][a].raw=c(n)}))}));var h=u,f={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},M={getRgba:p,getHsla:g,getRgb:L,getHsl:v,getHwb:y,getAlpha:Y,hexString:b,rgbString:k,rgbaString:D,percentString:w,percentaString:x,hslString:T,hslaString:S,hwbString:H,keyword:j};function p(e){if(e){var t=/^#([a-fA-F0-9]{3,4})$/i,a=/^#([a-fA-F0-9]{6}([a-fA-F0-9]{2})?)$/i,n=/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,r=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,i=/(\w+)/,s=[0,0,0],o=1,d=e.match(t),l="";if(d){d=d[1],l=d[3];for(var u=0;u<s.length;u++)s[u]=parseInt(d[u]+d[u],16);l&&(o=Math.round(parseInt(l+l,16)/255*100)/100)}else if(d=e.match(a)){l=d[2],d=d[1];for(u=0;u<s.length;u++)s[u]=parseInt(d.slice(2*u,2*u+2),16);l&&(o=Math.round(parseInt(l,16)/255*100)/100)}else if(d=e.match(n)){for(u=0;u<s.length;u++)s[u]=parseInt(d[u+1]);o=parseFloat(d[4])}else if(d=e.match(r)){for(u=0;u<s.length;u++)s[u]=Math.round(2.55*parseFloat(d[u+1]));o=parseFloat(d[4])}else if(d=e.match(i)){if("transparent"==d[1])return[0,0,0,0];if(s=f[d[1]],!s)return}for(u=0;u<s.length;u++)s[u]=P(s[u],0,255);return o=o||0==o?P(o,0,1):1,s[3]=o,s}}function g(e){if(e){var t=/^hsla?\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,a=e.match(t);if(a){var n=parseFloat(a[4]),r=P(parseInt(a[1]),0,360),i=P(parseFloat(a[2]),0,100),s=P(parseFloat(a[3]),0,100),o=P(isNaN(n)?1:n,0,1);return[r,i,s,o]}}}function y(e){if(e){var t=/^hwb\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,a=e.match(t);if(a){var n=parseFloat(a[4]),r=P(parseInt(a[1]),0,360),i=P(parseFloat(a[2]),0,100),s=P(parseFloat(a[3]),0,100),o=P(isNaN(n)?1:n,0,1);return[r,i,s,o]}}}function L(e){var t=p(e);return t&&t.slice(0,3)}function v(e){var t=g(e);return t&&t.slice(0,3)}function Y(e){var t=p(e);return t||(t=g(e))||(t=y(e))?t[3]:void 0}function b(e,t){t=void 0!==t&&3===e.length?t:e[3];return"#"+O(e[0])+O(e[1])+O(e[2])+(t>=0&&t<1?O(Math.round(255*t)):"")}function k(e,t){return t<1||e[3]&&e[3]<1?D(e,t):"rgb("+e[0]+", "+e[1]+", "+e[2]+")"}function D(e,t){return void 0===t&&(t=void 0!==e[3]?e[3]:1),"rgba("+e[0]+", "+e[1]+", "+e[2]+", "+t+")"}function w(e,t){if(t<1||e[3]&&e[3]<1)return x(e,t);var a=Math.round(e[0]/255*100),n=Math.round(e[1]/255*100),r=Math.round(e[2]/255*100);return"rgb("+a+"%, "+n+"%, "+r+"%)"}function x(e,t){var a=Math.round(e[0]/255*100),n=Math.round(e[1]/255*100),r=Math.round(e[2]/255*100);return"rgba("+a+"%, "+n+"%, "+r+"%, "+(t||e[3]||1)+")"}function T(e,t){return t<1||e[3]&&e[3]<1?S(e,t):"hsl("+e[0]+", "+e[1]+"%, "+e[2]+"%)"}function S(e,t){return void 0===t&&(t=void 0!==e[3]?e[3]:1),"hsla("+e[0]+", "+e[1]+"%, "+e[2]+"%, "+t+")"}function H(e,t){return void 0===t&&(t=void 0!==e[3]?e[3]:1),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+(void 0!==t&&1!==t?", "+t:"")+")"}function j(e){return A[e.slice(0,3)]}function P(e,t,a){return Math.min(Math.max(t,e),a)}function O(e){var t=e.toString(16).toUpperCase();return t.length<2?"0"+t:t}var A={};for(var F in f)A[f[F]]=F;var W=function(e){return e instanceof W?e:this instanceof W?(this.valid=!1,this.values={rgb:[0,0,0],hsl:[0,0,0],hsv:[0,0,0],hwb:[0,0,0],cmyk:[0,0,0,0],alpha:1},void("string"===typeof e?(t=M.getRgba(e),t?this.setValues("rgb",t):(t=M.getHsla(e))?this.setValues("hsl",t):(t=M.getHwb(e))&&this.setValues("hwb",t)):"object"===typeof e&&(t=e,void 0!==t.r||void 0!==t.red?this.setValues("rgb",t):void 0!==t.l||void 0!==t.lightness?this.setValues("hsl",t):void 0!==t.v||void 0!==t.value?this.setValues("hsv",t):void 0!==t.w||void 0!==t.whiteness?this.setValues("hwb",t):void 0===t.c&&void 0===t.cyan||this.setValues("cmyk",t)))):new W(e);var t};W.prototype={isValid:function(){return this.valid},rgb:function(){return this.setSpace("rgb",arguments)},hsl:function(){return this.setSpace("hsl",arguments)},hsv:function(){return this.setSpace("hsv",arguments)},hwb:function(){return this.setSpace("hwb",arguments)},cmyk:function(){return this.setSpace("cmyk",arguments)},rgbArray:function(){return this.values.rgb},hslArray:function(){return this.values.hsl},hsvArray:function(){return this.values.hsv},hwbArray:function(){var e=this.values;return 1!==e.alpha?e.hwb.concat([e.alpha]):e.hwb},cmykArray:function(){return this.values.cmyk},rgbaArray:function(){var e=this.values;return e.rgb.concat([e.alpha])},hslaArray:function(){var e=this.values;return e.hsl.concat([e.alpha])},alpha:function(e){return void 0===e?this.values.alpha:(this.setValues("alpha",e),this)},red:function(e){return this.setChannel("rgb",0,e)},green:function(e){return this.setChannel("rgb",1,e)},blue:function(e){return this.setChannel("rgb",2,e)},hue:function(e){return e&&(e%=360,e=e<0?360+e:e),this.setChannel("hsl",0,e)},saturation:function(e){return this.setChannel("hsl",1,e)},lightness:function(e){return this.setChannel("hsl",2,e)},saturationv:function(e){return this.setChannel("hsv",1,e)},whiteness:function(e){return this.setChannel("hwb",1,e)},blackness:function(e){return this.setChannel("hwb",2,e)},value:function(e){return this.setChannel("hsv",2,e)},cyan:function(e){return this.setChannel("cmyk",0,e)},magenta:function(e){return this.setChannel("cmyk",1,e)},yellow:function(e){return this.setChannel("cmyk",2,e)},black:function(e){return this.setChannel("cmyk",3,e)},hexString:function(){return M.hexString(this.values.rgb)},rgbString:function(){return M.rgbString(this.values.rgb,this.values.alpha)},rgbaString:function(){return M.rgbaString(this.values.rgb,this.values.alpha)},percentString:function(){return M.percentString(this.values.rgb,this.values.alpha)},hslString:function(){return M.hslString(this.values.hsl,this.values.alpha)},hslaString:function(){return M.hslaString(this.values.hsl,this.values.alpha)},hwbString:function(){return M.hwbString(this.values.hwb,this.values.alpha)},keyword:function(){return M.keyword(this.values.rgb,this.values.alpha)},rgbNumber:function(){var e=this.values.rgb;return e[0]<<16|e[1]<<8|e[2]},luminosity:function(){for(var e=this.values.rgb,t=[],a=0;a<e.length;a++){var n=e[a]/255;t[a]=n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4)}return.2126*t[0]+.7152*t[1]+.0722*t[2]},contrast:function(e){var t=this.luminosity(),a=e.luminosity();return t>a?(t+.05)/(a+.05):(a+.05)/(t+.05)},level:function(e){var t=this.contrast(e);return t>=7.1?"AAA":t>=4.5?"AA":""},dark:function(){var e=this.values.rgb,t=(299*e[0]+587*e[1]+114*e[2])/1e3;return t<128},light:function(){return!this.dark()},negate:function(){for(var e=[],t=0;t<3;t++)e[t]=255-this.values.rgb[t];return this.setValues("rgb",e),this},lighten:function(e){var t=this.values.hsl;return t[2]+=t[2]*e,this.setValues("hsl",t),this},darken:function(e){var t=this.values.hsl;return t[2]-=t[2]*e,this.setValues("hsl",t),this},saturate:function(e){var t=this.values.hsl;return t[1]+=t[1]*e,this.setValues("hsl",t),this},desaturate:function(e){var t=this.values.hsl;return t[1]-=t[1]*e,this.setValues("hsl",t),this},whiten:function(e){var t=this.values.hwb;return t[1]+=t[1]*e,this.setValues("hwb",t),this},blacken:function(e){var t=this.values.hwb;return t[2]+=t[2]*e,this.setValues("hwb",t),this},greyscale:function(){var e=this.values.rgb,t=.3*e[0]+.59*e[1]+.11*e[2];return this.setValues("rgb",[t,t,t]),this},clearer:function(e){var t=this.values.alpha;return this.setValues("alpha",t-t*e),this},opaquer:function(e){var t=this.values.alpha;return this.setValues("alpha",t+t*e),this},rotate:function(e){var t=this.values.hsl,a=(t[0]+e)%360;return t[0]=a<0?360+a:a,this.setValues("hsl",t),this},mix:function(e,t){var a=this,n=e,r=void 0===t?.5:t,i=2*r-1,s=a.alpha()-n.alpha(),o=((i*s===-1?i:(i+s)/(1+i*s))+1)/2,d=1-o;return this.rgb(o*a.red()+d*n.red(),o*a.green()+d*n.green(),o*a.blue()+d*n.blue()).alpha(a.alpha()*r+n.alpha()*(1-r))},toJSON:function(){return this.rgb()},clone:function(){var e,t,a=new W,n=this.values,r=a.values;for(var i in n)n.hasOwnProperty(i)&&(e=n[i],t={}.toString.call(e),"[object Array]"===t?r[i]=e.slice(0):"[object Number]"===t?r[i]=e:console.error("unexpected color value:",e));return a}},W.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},W.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},W.prototype.getValues=function(e){for(var t=this.values,a={},n=0;n<e.length;n++)a[e.charAt(n)]=t[e][n];return 1!==t.alpha&&(a.a=t.alpha),a},W.prototype.setValues=function(e,t){var a,n,r=this.values,i=this.spaces,s=this.maxes,o=1;if(this.valid=!0,"alpha"===e)o=t;else if(t.length)r[e]=t.slice(0,e.length),o=t[e.length];else if(void 0!==t[e.charAt(0)]){for(a=0;a<e.length;a++)r[e][a]=t[e.charAt(a)];o=t.a}else if(void 0!==t[i[e][0]]){var d=i[e];for(a=0;a<e.length;a++)r[e][a]=t[d[a]];o=t.alpha}if(r.alpha=Math.max(0,Math.min(1,void 0===o?r.alpha:o)),"alpha"===e)return!1;for(a=0;a<e.length;a++)n=Math.max(0,Math.min(s[e][a],r[e][a])),r[e][a]=Math.round(n);for(var l in i)l!==e&&(r[l]=h[e][l](r[e]));return!0},W.prototype.setSpace=function(e,t){var a=t[0];return void 0===a?this.getValues(e):("number"===typeof a&&(a=Array.prototype.slice.call(t)),this.setValues(e,a),this)},W.prototype.setChannel=function(e,t,a){var n=this.values[e];return void 0===a?n[t]:(a===n[t]||(n[t]=a,this.setValues(e,n)),this)},"undefined"!==typeof window&&(window.Color=W);var C=W;function E(e){return-1===["__proto__","prototype","constructor"].indexOf(e)}var z={noop:function(){},uid:function(){var e=0;return function(){return e++}}(),isNullOrUndef:function(e){return null===e||"undefined"===typeof e},isArray:function(e){if(Array.isArray&&Array.isArray(e))return!0;var t=Object.prototype.toString.call(e);return"[object"===t.substr(0,7)&&"Array]"===t.substr(-6)},isObject:function(e){return null!==e&&"[object Object]"===Object.prototype.toString.call(e)},isFinite:function(e){return("number"===typeof e||e instanceof Number)&&isFinite(e)},valueOrDefault:function(e,t){return"undefined"===typeof e?t:e},valueAtIndexOrDefault:function(e,t,a){return z.valueOrDefault(z.isArray(e)?e[t]:e,a)},callback:function(e,t,a){if(e&&"function"===typeof e.call)return e.apply(a,t)},each:function(e,t,a,n){var r,i,s;if(z.isArray(e))if(i=e.length,n)for(r=i-1;r>=0;r--)t.call(a,e[r],r);else for(r=0;r<i;r++)t.call(a,e[r],r);else if(z.isObject(e))for(s=Object.keys(e),i=s.length,r=0;r<i;r++)t.call(a,e[s[r]],s[r])},arrayEquals:function(e,t){var a,n,r,i;if(!e||!t||e.length!==t.length)return!1;for(a=0,n=e.length;a<n;++a)if(r=e[a],i=t[a],r instanceof Array&&i instanceof Array){if(!z.arrayEquals(r,i))return!1}else if(r!==i)return!1;return!0},clone:function(e){if(z.isArray(e))return e.map(z.clone);if(z.isObject(e)){for(var t=Object.create(e),a=Object.keys(e),n=a.length,r=0;r<n;++r)t[a[r]]=z.clone(e[a[r]]);return t}return e},_merger:function(e,t,a,n){if(E(e)){var r=t[e],i=a[e];z.isObject(r)&&z.isObject(i)?z.merge(r,i,n):t[e]=z.clone(i)}},_mergerIf:function(e,t,a){if(E(e)){var n=t[e],r=a[e];z.isObject(n)&&z.isObject(r)?z.mergeIf(n,r):t.hasOwnProperty(e)||(t[e]=z.clone(r))}},merge:function(e,t,a){var n,r,i,s,o,d=z.isArray(t)?t:[t],l=d.length;if(!z.isObject(e))return e;for(a=a||{},n=a.merger||z._merger,r=0;r<l;++r)if(t=d[r],z.isObject(t))for(i=Object.keys(t),o=0,s=i.length;o<s;++o)n(i[o],e,t,a);return e},mergeIf:function(e,t){return z.merge(e,t,{merger:z._mergerIf})},extend:Object.assign||function(e){return z.merge(e,[].slice.call(arguments,1),{merger:function(e,t,a){t[e]=a[e]}})},inherits:function(e){var t=this,a=e&&e.hasOwnProperty("constructor")?e.constructor:function(){return t.apply(this,arguments)},n=function(){this.constructor=a};return n.prototype=t.prototype,a.prototype=new n,a.extend=z.inherits,e&&z.extend(a.prototype,e),a.__super__=t.prototype,a},_deprecated:function(e,t,a,n){void 0!==t&&console.warn(e+': "'+a+'" is deprecated. Please use "'+n+'" instead')}},I=z;z.callCallback=z.callback,z.indexOf=function(e,t,a){return Array.prototype.indexOf.call(e,t,a)},z.getValueOrDefault=z.valueOrDefault,z.getValueAtIndexOrDefault=z.valueAtIndexOrDefault;var N={linear:function(e){return e},easeInQuad:function(e){return e*e},easeOutQuad:function(e){return-e*(e-2)},easeInOutQuad:function(e){return(e/=.5)<1?.5*e*e:-.5*(--e*(e-2)-1)},easeInCubic:function(e){return e*e*e},easeOutCubic:function(e){return(e-=1)*e*e+1},easeInOutCubic:function(e){return(e/=.5)<1?.5*e*e*e:.5*((e-=2)*e*e+2)},easeInQuart:function(e){return e*e*e*e},easeOutQuart:function(e){return-((e-=1)*e*e*e-1)},easeInOutQuart:function(e){return(e/=.5)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2)},easeInQuint:function(e){return e*e*e*e*e},easeOutQuint:function(e){return(e-=1)*e*e*e*e+1},easeInOutQuint:function(e){return(e/=.5)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2)},easeInSine:function(e){return 1-Math.cos(e*(Math.PI/2))},easeOutSine:function(e){return Math.sin(e*(Math.PI/2))},easeInOutSine:function(e){return-.5*(Math.cos(Math.PI*e)-1)},easeInExpo:function(e){return 0===e?0:Math.pow(2,10*(e-1))},easeOutExpo:function(e){return 1===e?1:1-Math.pow(2,-10*e)},easeInOutExpo:function(e){return 0===e?0:1===e?1:(e/=.5)<1?.5*Math.pow(2,10*(e-1)):.5*(2-Math.pow(2,-10*--e))},easeInCirc:function(e){return e>=1?e:-(Math.sqrt(1-e*e)-1)},easeOutCirc:function(e){return Math.sqrt(1-(e-=1)*e)},easeInOutCirc:function(e){return(e/=.5)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)},easeInElastic:function(e){var t=1.70158,a=0,n=1;return 0===e?0:1===e?1:(a||(a=.3),n<1?(n=1,t=a/4):t=a/(2*Math.PI)*Math.asin(1/n),-n*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/a))},easeOutElastic:function(e){var t=1.70158,a=0,n=1;return 0===e?0:1===e?1:(a||(a=.3),n<1?(n=1,t=a/4):t=a/(2*Math.PI)*Math.asin(1/n),n*Math.pow(2,-10*e)*Math.sin((e-t)*(2*Math.PI)/a)+1)},easeInOutElastic:function(e){var t=1.70158,a=0,n=1;return 0===e?0:2===(e/=.5)?1:(a||(a=.45),n<1?(n=1,t=a/4):t=a/(2*Math.PI)*Math.asin(1/n),e<1?n*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/a)*-.5:n*Math.pow(2,-10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/a)*.5+1)},easeInBack:function(e){var t=1.70158;return e*e*((t+1)*e-t)},easeOutBack:function(e){var t=1.70158;return(e-=1)*e*((t+1)*e+t)+1},easeInOutBack:function(e){var t=1.70158;return(e/=.5)<1?e*e*((1+(t*=1.525))*e-t)*.5:.5*((e-=2)*e*((1+(t*=1.525))*e+t)+2)},easeInBounce:function(e){return 1-N.easeOutBounce(1-e)},easeOutBounce:function(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},easeInOutBounce:function(e){return e<.5?.5*N.easeInBounce(2*e):.5*N.easeOutBounce(2*e-1)+.5}},R={effects:N};I.easingEffects=N;var V=Math.PI,B=V/180,J=2*V,U=V/2,G=V/4,q=2*V/3,$={clear:function(e){e.ctx.clearRect(0,0,e.width,e.height)},roundedRect:function(e,t,a,n,r,i){if(i){var s=Math.min(i,r/2,n/2),o=t+s,d=a+s,l=t+n-s,u=a+r-s;e.moveTo(t,d),o<l&&d<u?(e.arc(o,d,s,-V,-U),e.arc(l,d,s,-U,0),e.arc(l,u,s,0,U),e.arc(o,u,s,U,V)):o<l?(e.moveTo(o,a),e.arc(l,d,s,-U,U),e.arc(o,d,s,U,V+U)):d<u?(e.arc(o,d,s,-V,0),e.arc(o,u,s,0,V)):e.arc(o,d,s,-V,V),e.closePath(),e.moveTo(t,a)}else e.rect(t,a,n,r)},drawPoint:function(e,t,a,n,r,i){var s,o,d,l,u,_=(i||0)*B;if(t&&"object"===typeof t&&(s=t.toString(),"[object HTMLImageElement]"===s||"[object HTMLCanvasElement]"===s))return e.save(),e.translate(n,r),e.rotate(_),e.drawImage(t,-t.width/2,-t.height/2,t.width,t.height),void e.restore();if(!(isNaN(a)||a<=0)){switch(e.beginPath(),t){default:e.arc(n,r,a,0,J),e.closePath();break;case"triangle":e.moveTo(n+Math.sin(_)*a,r-Math.cos(_)*a),_+=q,e.lineTo(n+Math.sin(_)*a,r-Math.cos(_)*a),_+=q,e.lineTo(n+Math.sin(_)*a,r-Math.cos(_)*a),e.closePath();break;case"rectRounded":u=.516*a,l=a-u,o=Math.cos(_+G)*l,d=Math.sin(_+G)*l,e.arc(n-o,r-d,u,_-V,_-U),e.arc(n+d,r-o,u,_-U,_),e.arc(n+o,r+d,u,_,_+U),e.arc(n-d,r+o,u,_+U,_+V),e.closePath();break;case"rect":if(!i){l=Math.SQRT1_2*a,e.rect(n-l,r-l,2*l,2*l);break}_+=G;case"rectRot":o=Math.cos(_)*a,d=Math.sin(_)*a,e.moveTo(n-o,r-d),e.lineTo(n+d,r-o),e.lineTo(n+o,r+d),e.lineTo(n-d,r+o),e.closePath();break;case"crossRot":_+=G;case"cross":o=Math.cos(_)*a,d=Math.sin(_)*a,e.moveTo(n-o,r-d),e.lineTo(n+o,r+d),e.moveTo(n+d,r-o),e.lineTo(n-d,r+o);break;case"star":o=Math.cos(_)*a,d=Math.sin(_)*a,e.moveTo(n-o,r-d),e.lineTo(n+o,r+d),e.moveTo(n+d,r-o),e.lineTo(n-d,r+o),_+=G,o=Math.cos(_)*a,d=Math.sin(_)*a,e.moveTo(n-o,r-d),e.lineTo(n+o,r+d),e.moveTo(n+d,r-o),e.lineTo(n-d,r+o);break;case"line":o=Math.cos(_)*a,d=Math.sin(_)*a,e.moveTo(n-o,r-d),e.lineTo(n+o,r+d);break;case"dash":e.moveTo(n,r),e.lineTo(n+Math.cos(_)*a,r+Math.sin(_)*a);break}e.fill(),e.stroke()}},_isPointInArea:function(e,t){var a=1e-6;return e.x>t.left-a&&e.x<t.right+a&&e.y>t.top-a&&e.y<t.bottom+a},clipArea:function(e,t){e.save(),e.beginPath(),e.rect(t.left,t.top,t.right-t.left,t.bottom-t.top),e.clip()},unclipArea:function(e){e.restore()},lineTo:function(e,t,a,n){var r=a.steppedLine;if(r){if("middle"===r){var i=(t.x+a.x)/2;e.lineTo(i,n?a.y:t.y),e.lineTo(i,n?t.y:a.y)}else"after"===r&&!n||"after"!==r&&n?e.lineTo(t.x,a.y):e.lineTo(a.x,t.y);e.lineTo(a.x,a.y)}else a.tension?e.bezierCurveTo(n?t.controlPointPreviousX:t.controlPointNextX,n?t.controlPointPreviousY:t.controlPointNextY,n?a.controlPointNextX:a.controlPointPreviousX,n?a.controlPointNextY:a.controlPointPreviousY,a.x,a.y):e.lineTo(a.x,a.y)}},K=$;I.clear=$.clear,I.drawRoundedRectangle=function(e){e.beginPath(),$.roundedRect.apply($,arguments)};var Z={_set:function(e,t){return I.merge(this[e]||(this[e]={}),t)}};Z._set("global",{defaultColor:"rgba(0,0,0,0.1)",defaultFontColor:"#666",defaultFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",defaultFontSize:12,defaultFontStyle:"normal",defaultLineHeight:1.2,showLines:!0});var X=Z,Q=I.valueOrDefault;function ee(e){return!e||I.isNullOrUndef(e.size)||I.isNullOrUndef(e.family)?null:(e.style?e.style+" ":"")+(e.weight?e.weight+" ":"")+e.size+"px "+e.family}var te={toLineHeight:function(e,t){var a=(""+e).match(/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/);if(!a||"normal"===a[1])return 1.2*t;switch(e=+a[2],a[3]){case"px":return e;case"%":e/=100;break}return t*e},toPadding:function(e){var t,a,n,r;return I.isObject(e)?(t=+e.top||0,a=+e.right||0,n=+e.bottom||0,r=+e.left||0):t=a=n=r=+e||0,{top:t,right:a,bottom:n,left:r,height:t+n,width:r+a}},_parseFont:function(e){var t=X.global,a=Q(e.fontSize,t.defaultFontSize),n={family:Q(e.fontFamily,t.defaultFontFamily),lineHeight:I.options.toLineHeight(Q(e.lineHeight,t.defaultLineHeight),a),size:a,style:Q(e.fontStyle,t.defaultFontStyle),weight:null,string:""};return n.string=ee(n),n},resolve:function(e,t,a,n){var r,i,s,o=!0;for(r=0,i=e.length;r<i;++r)if(s=e[r],void 0!==s&&(void 0!==t&&"function"===typeof s&&(s=s(t),o=!1),void 0!==a&&I.isArray(s)&&(s=s[a],o=!1),void 0!==s))return n&&!o&&(n.cacheable=!1),s}},ae={_factorize:function(e){var t,a=[],n=Math.sqrt(e);for(t=1;t<n;t++)e%t===0&&(a.push(t),a.push(e/t));return n===(0|n)&&a.push(n),a.sort((function(e,t){return e-t})).pop(),a},log10:Math.log10||function(e){var t=Math.log(e)*Math.LOG10E,a=Math.round(t),n=e===Math.pow(10,a);return n?a:t}},ne=ae;I.log10=ae.log10;var re=function(e,t){return{x:function(a){return e+e+t-a},setWidth:function(e){t=e},textAlign:function(e){return"center"===e?e:"right"===e?"left":"right"},xPlus:function(e,t){return e-t},leftForLtr:function(e,t){return e-t}}},ie=function(){return{x:function(e){return e},setWidth:function(e){},textAlign:function(e){return e},xPlus:function(e,t){return e+t},leftForLtr:function(e,t){return e}}},se=function(e,t,a){return e?re(t,a):ie()},oe=function(e,t){var a,n;"ltr"!==t&&"rtl"!==t||(a=e.canvas.style,n=[a.getPropertyValue("direction"),a.getPropertyPriority("direction")],a.setProperty("direction",t,"important"),e.prevTextDirection=n)},de=function(e){var t=e.prevTextDirection;void 0!==t&&(delete e.prevTextDirection,e.canvas.style.setProperty("direction",t[0],t[1]))},le={getRtlAdapter:se,overrideTextDirection:oe,restoreTextDirection:de},ue=I,_e=R,ce=K,me=te,he=ne,fe=le;function Me(e,t,a,n){var r,i,s,o,d,l,u,_,c,m=Object.keys(a);for(r=0,i=m.length;r<i;++r)if(s=m[r],l=a[s],t.hasOwnProperty(s)||(t[s]=l),o=t[s],o!==l&&"_"!==s[0]){if(e.hasOwnProperty(s)||(e[s]=o),d=e[s],u=typeof l,u===typeof d)if("string"===u){if(_=C(d),_.valid&&(c=C(l),c.valid)){t[s]=c.mix(_,n).rgbString();continue}}else if(ue.isFinite(d)&&ue.isFinite(l)){t[s]=d+(l-d)*n;continue}t[s]=l}}ue.easing=_e,ue.canvas=ce,ue.options=me,ue.math=he,ue.rtl=fe;var pe=function(e){ue.extend(this,e),this.initialize.apply(this,arguments)};ue.extend(pe.prototype,{_type:void 0,initialize:function(){this.hidden=!1},pivot:function(){var e=this;return e._view||(e._view=ue.extend({},e._model)),e._start={},e},transition:function(e){var t=this,a=t._model,n=t._start,r=t._view;return a&&1!==e?(r||(r=t._view={}),n||(n=t._start={}),Me(n,r,a,e),t):(t._view=ue.extend({},a),t._start=null,t)},tooltipPosition:function(){return{x:this._model.x,y:this._model.y}},hasValue:function(){return ue.isNumber(this._model.x)&&ue.isNumber(this._model.y)}}),pe.extend=ue.inherits;var ge=pe,ye=ge.extend({chart:null,currentStep:0,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null}),Le=ye;Object.defineProperty(ye.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(ye.prototype,"chartInstance",{get:function(){return this.chart},set:function(e){this.chart=e}}),X._set("global",{animation:{duration:1e3,easing:"easeOutQuart",onProgress:ue.noop,onComplete:ue.noop}});var ve={animations:[],request:null,addAnimation:function(e,t,a,n){var r,i,s=this.animations;for(t.chart=e,t.startTime=Date.now(),t.duration=a,n||(e.animating=!0),r=0,i=s.length;r<i;++r)if(s[r].chart===e)return void(s[r]=t);s.push(t),1===s.length&&this.requestAnimationFrame()},cancelAnimation:function(e){var t=ue.findIndex(this.animations,(function(t){return t.chart===e}));-1!==t&&(this.animations.splice(t,1),e.animating=!1)},requestAnimationFrame:function(){var e=this;null===e.request&&(e.request=ue.requestAnimFrame.call(window,(function(){e.request=null,e.startDigest()})))},startDigest:function(){var e=this;e.advance(),e.animations.length>0&&e.requestAnimationFrame()},advance:function(){var e,t,a,n,r=this.animations,i=0;while(i<r.length)e=r[i],t=e.chart,a=e.numSteps,n=Math.floor((Date.now()-e.startTime)/e.duration*a)+1,e.currentStep=Math.min(n,a),ue.callback(e.render,[t,e],t),ue.callback(e.onAnimationProgress,[e],t),e.currentStep>=a?(ue.callback(e.onAnimationComplete,[e],t),t.animating=!1,r.splice(i,1)):++i}},Ye=ue.options.resolve,be=["push","pop","shift","splice","unshift"];function ke(e,t){e._chartjs?e._chartjs.listeners.push(t):(Object.defineProperty(e,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[t]}}),be.forEach((function(t){var a="onData"+t.charAt(0).toUpperCase()+t.slice(1),n=e[t];Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:function(){var t=Array.prototype.slice.call(arguments),r=n.apply(this,t);return ue.each(e._chartjs.listeners,(function(e){"function"===typeof e[a]&&e[a].apply(e,t)})),r}})})))}function De(e,t){var a=e._chartjs;if(a){var n=a.listeners,r=n.indexOf(t);-1!==r&&n.splice(r,1),n.length>0||(be.forEach((function(t){delete e[t]})),delete e._chartjs)}}var we=function(e,t){this.initialize(e,t)};ue.extend(we.prototype,{datasetElementType:null,dataElementType:null,_datasetElementOptions:["backgroundColor","borderCapStyle","borderColor","borderDash","borderDashOffset","borderJoinStyle","borderWidth"],_dataElementOptions:["backgroundColor","borderColor","borderWidth","pointStyle"],initialize:function(e,t){var a=this;a.chart=e,a.index=t,a.linkScales(),a.addElements(),a._type=a.getMeta().type},updateIndex:function(e){this.index=e},linkScales:function(){var e=this,t=e.getMeta(),a=e.chart,n=a.scales,r=e.getDataset(),i=a.options.scales;null!==t.xAxisID&&t.xAxisID in n&&!r.xAxisID||(t.xAxisID=r.xAxisID||i.xAxes[0].id),null!==t.yAxisID&&t.yAxisID in n&&!r.yAxisID||(t.yAxisID=r.yAxisID||i.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(e){return this.chart.scales[e]},_getValueScaleId:function(){return this.getMeta().yAxisID},_getIndexScaleId:function(){return this.getMeta().xAxisID},_getValueScale:function(){return this.getScaleForId(this._getValueScaleId())},_getIndexScale:function(){return this.getScaleForId(this._getIndexScaleId())},reset:function(){this._update(!0)},destroy:function(){this._data&&De(this._data,this)},createMetaDataset:function(){var e=this,t=e.datasetElementType;return t&&new t({_chart:e.chart,_datasetIndex:e.index})},createMetaData:function(e){var t=this,a=t.dataElementType;return a&&new a({_chart:t.chart,_datasetIndex:t.index,_index:e})},addElements:function(){var e,t,a=this,n=a.getMeta(),r=a.getDataset().data||[],i=n.data;for(e=0,t=r.length;e<t;++e)i[e]=i[e]||a.createMetaData(e);n.dataset=n.dataset||a.createMetaDataset()},addElementAndReset:function(e){var t=this.createMetaData(e);this.getMeta().data.splice(e,0,t),this.updateElement(t,e,!0)},buildOrUpdateElements:function(){var e=this,t=e.getDataset(),a=t.data||(t.data=[]);e._data!==a&&(e._data&&De(e._data,e),a&&Object.isExtensible(a)&&ke(a,e),e._data=a),e.resyncElements()},_configure:function(){var e=this;e._config=ue.merge(Object.create(null),[e.chart.options.datasets[e._type],e.getDataset()],{merger:function(e,t,a){"_meta"!==e&&"data"!==e&&ue._merger(e,t,a)}})},_update:function(e){var t=this;t._configure(),t._cachedDataOpts=null,t.update(e)},update:ue.noop,transition:function(e){for(var t=this.getMeta(),a=t.data||[],n=a.length,r=0;r<n;++r)a[r].transition(e);t.dataset&&t.dataset.transition(e)},draw:function(){var e=this.getMeta(),t=e.data||[],a=t.length,n=0;for(e.dataset&&e.dataset.draw();n<a;++n)t[n].draw()},getStyle:function(e){var t,a=this,n=a.getMeta(),r=n.dataset;return a._configure(),r&&void 0===e?t=a._resolveDatasetElementOptions(r||{}):(e=e||0,t=a._resolveDataElementOptions(n.data[e]||{},e)),!1!==t.fill&&null!==t.fill||(t.backgroundColor=t.borderColor),t},_resolveDatasetElementOptions:function(e,t){var a,n,r,i,s=this,o=s.chart,d=s._config,l=e.custom||{},u=o.options.elements[s.datasetElementType.prototype._type]||{},_=s._datasetElementOptions,c={},m={chart:o,dataset:s.getDataset(),datasetIndex:s.index,hover:t};for(a=0,n=_.length;a<n;++a)r=_[a],i=t?"hover"+r.charAt(0).toUpperCase()+r.slice(1):r,c[r]=Ye([l[i],d[i],u[i]],m);return c},_resolveDataElementOptions:function(e,t){var a=this,n=e&&e.custom,r=a._cachedDataOpts;if(r&&!n)return r;var i,s,o,d,l=a.chart,u=a._config,_=l.options.elements[a.dataElementType.prototype._type]||{},c=a._dataElementOptions,m={},h={chart:l,dataIndex:t,dataset:a.getDataset(),datasetIndex:a.index},f={cacheable:!n};if(n=n||{},ue.isArray(c))for(s=0,o=c.length;s<o;++s)d=c[s],m[d]=Ye([n[d],u[d],_[d]],h,t,f);else for(i=Object.keys(c),s=0,o=i.length;s<o;++s)d=i[s],m[d]=Ye([n[d],u[c[d]],u[d],_[d]],h,t,f);return f.cacheable&&(a._cachedDataOpts=Object.freeze(m)),m},removeHoverStyle:function(e){ue.merge(e._model,e.$previousStyle||{}),delete e.$previousStyle},setHoverStyle:function(e){var t=this.chart.data.datasets[e._datasetIndex],a=e._index,n=e.custom||{},r=e._model,i=ue.getHoverColor;e.$previousStyle={backgroundColor:r.backgroundColor,borderColor:r.borderColor,borderWidth:r.borderWidth},r.backgroundColor=Ye([n.hoverBackgroundColor,t.hoverBackgroundColor,i(r.backgroundColor)],void 0,a),r.borderColor=Ye([n.hoverBorderColor,t.hoverBorderColor,i(r.borderColor)],void 0,a),r.borderWidth=Ye([n.hoverBorderWidth,t.hoverBorderWidth,r.borderWidth],void 0,a)},_removeDatasetHoverStyle:function(){var e=this.getMeta().dataset;e&&this.removeHoverStyle(e)},_setDatasetHoverStyle:function(){var e,t,a,n,r,i,s=this.getMeta().dataset,o={};if(s){for(i=s._model,r=this._resolveDatasetElementOptions(s,!0),n=Object.keys(r),e=0,t=n.length;e<t;++e)a=n[e],o[a]=i[a],i[a]=r[a];s.$previousStyle=o}},resyncElements:function(){var e=this,t=e.getMeta(),a=e.getDataset().data,n=t.data.length,r=a.length;r<n?t.data.splice(r,n-r):r>n&&e.insertElements(n,r-n)},insertElements:function(e,t){for(var a=0;a<t;++a)this.addElementAndReset(e+a)},onDataPush:function(){var e=arguments.length;this.insertElements(this.getDataset().data.length-e,e)},onDataPop:function(){this.getMeta().data.pop()},onDataShift:function(){this.getMeta().data.shift()},onDataSplice:function(e,t){this.getMeta().data.splice(e,t),this.insertElements(e,arguments.length-2)},onDataUnshift:function(){this.insertElements(0,arguments.length)}}),we.extend=ue.inherits;var xe=we,Te=2*Math.PI;function Se(e,t){var a=t.startAngle,n=t.endAngle,r=t.pixelMargin,i=r/t.outerRadius,s=t.x,o=t.y;e.beginPath(),e.arc(s,o,t.outerRadius,a-i,n+i),t.innerRadius>r?(i=r/t.innerRadius,e.arc(s,o,t.innerRadius-r,n+i,a-i,!0)):e.arc(s,o,r,n+Math.PI/2,a-Math.PI/2),e.closePath(),e.clip()}function He(e,t,a,n){var r,i=a.endAngle;for(n&&(a.endAngle=a.startAngle+Te,Se(e,a),a.endAngle=i,a.endAngle===a.startAngle&&a.fullCircles&&(a.endAngle+=Te,a.fullCircles--)),e.beginPath(),e.arc(a.x,a.y,a.innerRadius,a.startAngle+Te,a.startAngle,!0),r=0;r<a.fullCircles;++r)e.stroke();for(e.beginPath(),e.arc(a.x,a.y,t.outerRadius,a.startAngle,a.startAngle+Te),r=0;r<a.fullCircles;++r)e.stroke()}function je(e,t,a){var n="inner"===t.borderAlign;n?(e.lineWidth=2*t.borderWidth,e.lineJoin="round"):(e.lineWidth=t.borderWidth,e.lineJoin="bevel"),a.fullCircles&&He(e,t,a,n),n&&Se(e,a),e.beginPath(),e.arc(a.x,a.y,t.outerRadius,a.startAngle,a.endAngle),e.arc(a.x,a.y,a.innerRadius,a.endAngle,a.startAngle,!0),e.closePath(),e.stroke()}X._set("global",{elements:{arc:{backgroundColor:X.global.defaultColor,borderColor:"#fff",borderWidth:2,borderAlign:"center"}}});var Pe=ge.extend({_type:"arc",inLabelRange:function(e){var t=this._view;return!!t&&Math.pow(e-t.x,2)<Math.pow(t.radius+t.hoverRadius,2)},inRange:function(e,t){var a=this._view;if(a){var n=ue.getAngleFromPoint(a,{x:e,y:t}),r=n.angle,i=n.distance,s=a.startAngle,o=a.endAngle;while(o<s)o+=Te;while(r>o)r-=Te;while(r<s)r+=Te;var d=r>=s&&r<=o,l=i>=a.innerRadius&&i<=a.outerRadius;return d&&l}return!1},getCenterPoint:function(){var e=this._view,t=(e.startAngle+e.endAngle)/2,a=(e.innerRadius+e.outerRadius)/2;return{x:e.x+Math.cos(t)*a,y:e.y+Math.sin(t)*a}},getArea:function(){var e=this._view;return Math.PI*((e.endAngle-e.startAngle)/(2*Math.PI))*(Math.pow(e.outerRadius,2)-Math.pow(e.innerRadius,2))},tooltipPosition:function(){var e=this._view,t=e.startAngle+(e.endAngle-e.startAngle)/2,a=(e.outerRadius-e.innerRadius)/2+e.innerRadius;return{x:e.x+Math.cos(t)*a,y:e.y+Math.sin(t)*a}},draw:function(){var e,t=this._chart.ctx,a=this._view,n="inner"===a.borderAlign?.33:0,r={x:a.x,y:a.y,innerRadius:a.innerRadius,outerRadius:Math.max(a.outerRadius-n,0),pixelMargin:n,startAngle:a.startAngle,endAngle:a.endAngle,fullCircles:Math.floor(a.circumference/Te)};if(t.save(),t.fillStyle=a.backgroundColor,t.strokeStyle=a.borderColor,r.fullCircles){for(r.endAngle=r.startAngle+Te,t.beginPath(),t.arc(r.x,r.y,r.outerRadius,r.startAngle,r.endAngle),t.arc(r.x,r.y,r.innerRadius,r.endAngle,r.startAngle,!0),t.closePath(),e=0;e<r.fullCircles;++e)t.fill();r.endAngle=r.startAngle+a.circumference%Te}t.beginPath(),t.arc(r.x,r.y,r.outerRadius,r.startAngle,r.endAngle),t.arc(r.x,r.y,r.innerRadius,r.endAngle,r.startAngle,!0),t.closePath(),t.fill(),a.borderWidth&&je(t,a,r),t.restore()}}),Oe=ue.valueOrDefault,Ae=X.global.defaultColor;X._set("global",{elements:{line:{tension:.4,backgroundColor:Ae,borderWidth:3,borderColor:Ae,borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",capBezierPoints:!0,fill:!0}}});var Fe=ge.extend({_type:"line",draw:function(){var e,t,a,n=this,r=n._view,i=n._chart.ctx,s=r.spanGaps,o=n._children.slice(),d=X.global,l=d.elements.line,u=-1,_=n._loop;if(o.length){if(n._loop){for(e=0;e<o.length;++e)if(t=ue.previousItem(o,e),!o[e]._view.skip&&t._view.skip){o=o.slice(e).concat(o.slice(0,e)),_=s;break}_&&o.push(o[0])}for(i.save(),i.lineCap=r.borderCapStyle||l.borderCapStyle,i.setLineDash&&i.setLineDash(r.borderDash||l.borderDash),i.lineDashOffset=Oe(r.borderDashOffset,l.borderDashOffset),i.lineJoin=r.borderJoinStyle||l.borderJoinStyle,i.lineWidth=Oe(r.borderWidth,l.borderWidth),i.strokeStyle=r.borderColor||d.defaultColor,i.beginPath(),a=o[0]._view,a.skip||(i.moveTo(a.x,a.y),u=0),e=1;e<o.length;++e)a=o[e]._view,t=-1===u?ue.previousItem(o,e):o[u],a.skip||(u!==e-1&&!s||-1===u?i.moveTo(a.x,a.y):ue.canvas.lineTo(i,t._view,a),u=e);_&&i.closePath(),i.stroke(),i.restore()}}}),We=ue.valueOrDefault,Ce=X.global.defaultColor;function Ee(e){var t=this._view;return!!t&&Math.abs(e-t.x)<t.radius+t.hitRadius}function ze(e){var t=this._view;return!!t&&Math.abs(e-t.y)<t.radius+t.hitRadius}X._set("global",{elements:{point:{radius:3,pointStyle:"circle",backgroundColor:Ce,borderColor:Ce,borderWidth:1,hitRadius:1,hoverRadius:4,hoverBorderWidth:1}}});var Ie=ge.extend({_type:"point",inRange:function(e,t){var a=this._view;return!!a&&Math.pow(e-a.x,2)+Math.pow(t-a.y,2)<Math.pow(a.hitRadius+a.radius,2)},inLabelRange:Ee,inXRange:Ee,inYRange:ze,getCenterPoint:function(){var e=this._view;return{x:e.x,y:e.y}},getArea:function(){return Math.PI*Math.pow(this._view.radius,2)},tooltipPosition:function(){var e=this._view;return{x:e.x,y:e.y,padding:e.radius+e.borderWidth}},draw:function(e){var t=this._view,a=this._chart.ctx,n=t.pointStyle,r=t.rotation,i=t.radius,s=t.x,o=t.y,d=X.global,l=d.defaultColor;t.skip||(void 0===e||ue.canvas._isPointInArea(t,e))&&(a.strokeStyle=t.borderColor||l,a.lineWidth=We(t.borderWidth,d.elements.point.borderWidth),a.fillStyle=t.backgroundColor||l,ue.canvas.drawPoint(a,n,i,s,o,r))}}),Ne=X.global.defaultColor;function Re(e){return e&&void 0!==e.width}function Ve(e){var t,a,n,r,i;return Re(e)?(i=e.width/2,t=e.x-i,a=e.x+i,n=Math.min(e.y,e.base),r=Math.max(e.y,e.base)):(i=e.height/2,t=Math.min(e.x,e.base),a=Math.max(e.x,e.base),n=e.y-i,r=e.y+i),{left:t,top:n,right:a,bottom:r}}function Be(e,t,a){return e===t?a:e===a?t:e}function Je(e){var t=e.borderSkipped,a={};return t?(e.horizontal?e.base>e.x&&(t=Be(t,"left","right")):e.base<e.y&&(t=Be(t,"bottom","top")),a[t]=!0,a):a}function Ue(e,t,a){var n,r,i,s,o=e.borderWidth,d=Je(e);return ue.isObject(o)?(n=+o.top||0,r=+o.right||0,i=+o.bottom||0,s=+o.left||0):n=r=i=s=+o||0,{t:d.top||n<0?0:n>a?a:n,r:d.right||r<0?0:r>t?t:r,b:d.bottom||i<0?0:i>a?a:i,l:d.left||s<0?0:s>t?t:s}}function Ge(e){var t=Ve(e),a=t.right-t.left,n=t.bottom-t.top,r=Ue(e,a/2,n/2);return{outer:{x:t.left,y:t.top,w:a,h:n},inner:{x:t.left+r.l,y:t.top+r.t,w:a-r.l-r.r,h:n-r.t-r.b}}}function qe(e,t,a){var n=null===t,r=null===a,i=!(!e||n&&r)&&Ve(e);return i&&(n||t>=i.left&&t<=i.right)&&(r||a>=i.top&&a<=i.bottom)}X._set("global",{elements:{rectangle:{backgroundColor:Ne,borderColor:Ne,borderSkipped:"bottom",borderWidth:0}}});var $e=ge.extend({_type:"rectangle",draw:function(){var e=this._chart.ctx,t=this._view,a=Ge(t),n=a.outer,r=a.inner;e.fillStyle=t.backgroundColor,e.fillRect(n.x,n.y,n.w,n.h),n.w===r.w&&n.h===r.h||(e.save(),e.beginPath(),e.rect(n.x,n.y,n.w,n.h),e.clip(),e.fillStyle=t.borderColor,e.rect(r.x,r.y,r.w,r.h),e.fill("evenodd"),e.restore())},height:function(){var e=this._view;return e.base-e.y},inRange:function(e,t){return qe(this._view,e,t)},inLabelRange:function(e,t){var a=this._view;return Re(a)?qe(a,e,null):qe(a,null,t)},inXRange:function(e){return qe(this._view,e,null)},inYRange:function(e){return qe(this._view,null,e)},getCenterPoint:function(){var e,t,a=this._view;return Re(a)?(e=a.x,t=(a.y+a.base)/2):(e=(a.x+a.base)/2,t=a.y),{x:e,y:t}},getArea:function(){var e=this._view;return Re(e)?e.width*Math.abs(e.y-e.base):e.height*Math.abs(e.x-e.base)},tooltipPosition:function(){var e=this._view;return{x:e.x,y:e.y}}}),Ke={},Ze=Pe,Xe=Fe,Qe=Ie,et=$e;Ke.Arc=Ze,Ke.Line=Xe,Ke.Point=Qe,Ke.Rectangle=et;var tt=ue._deprecated,at=ue.valueOrDefault;function nt(e,t){var a,n,r,i,s=e._length;for(r=1,i=t.length;r<i;++r)s=Math.min(s,Math.abs(t[r]-t[r-1]));for(r=0,i=e.getTicks().length;r<i;++r)n=e.getPixelForTick(r),s=r>0?Math.min(s,Math.abs(n-a)):s,a=n;return s}function rt(e,t,a){var n,r,i=a.barThickness,s=t.stackCount,o=t.pixels[e],d=ue.isNullOrUndef(i)?nt(t.scale,t.pixels):-1;return ue.isNullOrUndef(i)?(n=d*a.categoryPercentage,r=a.barPercentage):(n=i*s,r=1),{chunk:n/s,ratio:r,start:o-n/2}}function it(e,t,a){var n,r,i=t.pixels,s=i[e],o=e>0?i[e-1]:null,d=e<i.length-1?i[e+1]:null,l=a.categoryPercentage;return null===o&&(o=s-(null===d?t.end-t.start:d-s)),null===d&&(d=s+s-o),n=s-(s-Math.min(o,d))/2*l,r=Math.abs(d-o)/2*l,{chunk:r/t.stackCount,ratio:a.barPercentage,start:n}}X._set("bar",{hover:{mode:"label"},scales:{xAxes:[{type:"category",offset:!0,gridLines:{offsetGridLines:!0}}],yAxes:[{type:"linear"}]}}),X._set("global",{datasets:{bar:{categoryPercentage:.8,barPercentage:.9}}});var st=xe.extend({dataElementType:Ke.Rectangle,_dataElementOptions:["backgroundColor","borderColor","borderSkipped","borderWidth","barPercentage","barThickness","categoryPercentage","maxBarThickness","minBarLength"],initialize:function(){var e,t,a=this;xe.prototype.initialize.apply(a,arguments),e=a.getMeta(),e.stack=a.getDataset().stack,e.bar=!0,t=a._getIndexScale().options,tt("bar chart",t.barPercentage,"scales.[x/y]Axes.barPercentage","dataset.barPercentage"),tt("bar chart",t.barThickness,"scales.[x/y]Axes.barThickness","dataset.barThickness"),tt("bar chart",t.categoryPercentage,"scales.[x/y]Axes.categoryPercentage","dataset.categoryPercentage"),tt("bar chart",a._getValueScale().options.minBarLength,"scales.[x/y]Axes.minBarLength","dataset.minBarLength"),tt("bar chart",t.maxBarThickness,"scales.[x/y]Axes.maxBarThickness","dataset.maxBarThickness")},update:function(e){var t,a,n=this,r=n.getMeta().data;for(n._ruler=n.getRuler(),t=0,a=r.length;t<a;++t)n.updateElement(r[t],t,e)},updateElement:function(e,t,a){var n=this,r=n.getMeta(),i=n.getDataset(),s=n._resolveDataElementOptions(e,t);e._xScale=n.getScaleForId(r.xAxisID),e._yScale=n.getScaleForId(r.yAxisID),e._datasetIndex=n.index,e._index=t,e._model={backgroundColor:s.backgroundColor,borderColor:s.borderColor,borderSkipped:s.borderSkipped,borderWidth:s.borderWidth,datasetLabel:i.label,label:n.chart.data.labels[t]},ue.isArray(i.data[t])&&(e._model.borderSkipped=null),n._updateElementGeometry(e,t,a,s),e.pivot()},_updateElementGeometry:function(e,t,a,n){var r=this,i=e._model,s=r._getValueScale(),o=s.getBasePixel(),d=s.isHorizontal(),l=r._ruler||r.getRuler(),u=r.calculateBarValuePixels(r.index,t,n),_=r.calculateBarIndexPixels(r.index,t,l,n);i.horizontal=d,i.base=a?o:u.base,i.x=d?a?o:u.head:_.center,i.y=d?_.center:a?o:u.head,i.height=d?_.size:void 0,i.width=d?void 0:_.size},_getStacks:function(e){var t,a,n=this,r=n._getIndexScale(),i=r._getMatchingVisibleMetas(n._type),s=r.options.stacked,o=i.length,d=[];for(t=0;t<o;++t)if(a=i[t],(!1===s||-1===d.indexOf(a.stack)||void 0===s&&void 0===a.stack)&&d.push(a.stack),a.index===e)break;return d},getStackCount:function(){return this._getStacks().length},getStackIndex:function(e,t){var a=this._getStacks(e),n=void 0!==t?a.indexOf(t):-1;return-1===n?a.length-1:n},getRuler:function(){var e,t,a=this,n=a._getIndexScale(),r=[];for(e=0,t=a.getMeta().data.length;e<t;++e)r.push(n.getPixelForValue(null,e,a.index));return{pixels:r,start:n._startPixel,end:n._endPixel,stackCount:a.getStackCount(),scale:n}},calculateBarValuePixels:function(e,t,a){var n,r,i,s,o,d,l,u=this,_=u.chart,c=u._getValueScale(),m=c.isHorizontal(),h=_.data.datasets,f=c._getMatchingVisibleMetas(u._type),M=c._parseValue(h[e].data[t]),p=a.minBarLength,g=c.options.stacked,y=u.getMeta().stack,L=void 0===M.start?0:M.max>=0&&M.min>=0?M.min:M.max,v=void 0===M.start?M.end:M.max>=0&&M.min>=0?M.max-M.min:M.min-M.max,Y=f.length;if(g||void 0===g&&void 0!==y)for(n=0;n<Y;++n){if(r=f[n],r.index===e)break;r.stack===y&&(l=c._parseValue(h[r.index].data[t]),i=void 0===l.start?l.end:l.min>=0&&l.max>=0?l.max:l.min,(M.min<0&&i<0||M.max>=0&&i>0)&&(L+=i))}return s=c.getPixelForValue(L),o=c.getPixelForValue(L+v),d=o-s,void 0!==p&&Math.abs(d)<p&&(d=p,o=v>=0&&!m||v<0&&m?s-p:s+p),{size:d,base:s,head:o,center:o+d/2}},calculateBarIndexPixels:function(e,t,a,n){var r=this,i="flex"===n.barThickness?it(t,a,n):rt(t,a,n),s=r.getStackIndex(e,r.getMeta().stack),o=i.start+i.chunk*s+i.chunk/2,d=Math.min(at(n.maxBarThickness,1/0),i.chunk*i.ratio);return{base:o-d/2,head:o+d/2,center:o,size:d}},draw:function(){var e=this,t=e.chart,a=e._getValueScale(),n=e.getMeta().data,r=e.getDataset(),i=n.length,s=0;for(ue.canvas.clipArea(t.ctx,t.chartArea);s<i;++s){var o=a._parseValue(r.data[s]);isNaN(o.min)||isNaN(o.max)||n[s].draw()}ue.canvas.unclipArea(t.ctx)},_resolveDataElementOptions:function(){var e=this,t=ue.extend({},xe.prototype._resolveDataElementOptions.apply(e,arguments)),a=e._getIndexScale().options,n=e._getValueScale().options;return t.barPercentage=at(a.barPercentage,t.barPercentage),t.barThickness=at(a.barThickness,t.barThickness),t.categoryPercentage=at(a.categoryPercentage,t.categoryPercentage),t.maxBarThickness=at(a.maxBarThickness,t.maxBarThickness),t.minBarLength=at(n.minBarLength,t.minBarLength),t}}),ot=ue.valueOrDefault,dt=ue.options.resolve;X._set("bubble",{hover:{mode:"single"},scales:{xAxes:[{type:"linear",position:"bottom",id:"x-axis-0"}],yAxes:[{type:"linear",position:"left",id:"y-axis-0"}]},tooltips:{callbacks:{title:function(){return""},label:function(e,t){var a=t.datasets[e.datasetIndex].label||"",n=t.datasets[e.datasetIndex].data[e.index];return a+": ("+e.xLabel+", "+e.yLabel+", "+n.r+")"}}}});var lt=xe.extend({dataElementType:Ke.Point,_dataElementOptions:["backgroundColor","borderColor","borderWidth","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth","hoverRadius","hitRadius","pointStyle","rotation"],update:function(e){var t=this,a=t.getMeta(),n=a.data;ue.each(n,(function(a,n){t.updateElement(a,n,e)}))},updateElement:function(e,t,a){var n=this,r=n.getMeta(),i=e.custom||{},s=n.getScaleForId(r.xAxisID),o=n.getScaleForId(r.yAxisID),d=n._resolveDataElementOptions(e,t),l=n.getDataset().data[t],u=n.index,_=a?s.getPixelForDecimal(.5):s.getPixelForValue("object"===typeof l?l:NaN,t,u),c=a?o.getBasePixel():o.getPixelForValue(l,t,u);e._xScale=s,e._yScale=o,e._options=d,e._datasetIndex=u,e._index=t,e._model={backgroundColor:d.backgroundColor,borderColor:d.borderColor,borderWidth:d.borderWidth,hitRadius:d.hitRadius,pointStyle:d.pointStyle,rotation:d.rotation,radius:a?0:d.radius,skip:i.skip||isNaN(_)||isNaN(c),x:_,y:c},e.pivot()},setHoverStyle:function(e){var t=e._model,a=e._options,n=ue.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth,radius:t.radius},t.backgroundColor=ot(a.hoverBackgroundColor,n(a.backgroundColor)),t.borderColor=ot(a.hoverBorderColor,n(a.borderColor)),t.borderWidth=ot(a.hoverBorderWidth,a.borderWidth),t.radius=a.radius+a.hoverRadius},_resolveDataElementOptions:function(e,t){var a=this,n=a.chart,r=a.getDataset(),i=e.custom||{},s=r.data[t]||{},o=xe.prototype._resolveDataElementOptions.apply(a,arguments),d={chart:n,dataIndex:t,dataset:r,datasetIndex:a.index};return a._cachedDataOpts===o&&(o=ue.extend({},o)),o.radius=dt([i.radius,s.r,a._config.radius,n.options.elements.point.radius],d,t),o}}),ut=ue.valueOrDefault,_t=Math.PI,ct=2*_t,mt=_t/2;X._set("doughnut",{animation:{animateRotate:!0,animateScale:!1},hover:{mode:"single"},legendCallback:function(e){var t,a,n,r,i=document.createElement("ul"),s=e.data,o=s.datasets,d=s.labels;if(i.setAttribute("class",e.id+"-legend"),o.length)for(t=0,a=o[0].data.length;t<a;++t)n=i.appendChild(document.createElement("li")),r=n.appendChild(document.createElement("span")),r.style.backgroundColor=o[0].backgroundColor[t],d[t]&&n.appendChild(document.createTextNode(d[t]));return i.outerHTML},legend:{labels:{generateLabels:function(e){var t=e.data;return t.labels.length&&t.datasets.length?t.labels.map((function(a,n){var r=e.getDatasetMeta(0),i=r.controller.getStyle(n);return{text:a,fillStyle:i.backgroundColor,strokeStyle:i.borderColor,lineWidth:i.borderWidth,hidden:isNaN(t.datasets[0].data[n])||r.data[n].hidden,index:n}})):[]}},onClick:function(e,t){var a,n,r,i=t.index,s=this.chart;for(a=0,n=(s.data.datasets||[]).length;a<n;++a)r=s.getDatasetMeta(a),r.data[i]&&(r.data[i].hidden=!r.data[i].hidden);s.update()}},cutoutPercentage:50,rotation:-mt,circumference:ct,tooltips:{callbacks:{title:function(){return""},label:function(e,t){var a=t.labels[e.index],n=": "+t.datasets[e.datasetIndex].data[e.index];return ue.isArray(a)?(a=a.slice(),a[0]+=n):a+=n,a}}}});var ht=xe.extend({dataElementType:Ke.Arc,linkScales:ue.noop,_dataElementOptions:["backgroundColor","borderColor","borderWidth","borderAlign","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth"],getRingIndex:function(e){for(var t=0,a=0;a<e;++a)this.chart.isDatasetVisible(a)&&++t;return t},update:function(e){var t,a,n,r,i=this,s=i.chart,o=s.chartArea,d=s.options,l=1,u=1,_=0,c=0,m=i.getMeta(),h=m.data,f=d.cutoutPercentage/100||0,M=d.circumference,p=i._getRingWeight(i.index);if(M<ct){var g=d.rotation%ct;g+=g>=_t?-ct:g<-_t?ct:0;var y=g+M,L=Math.cos(g),v=Math.sin(g),Y=Math.cos(y),b=Math.sin(y),k=g<=0&&y>=0||y>=ct,D=g<=mt&&y>=mt||y>=ct+mt,w=g===-_t||y>=_t,x=g<=-mt&&y>=-mt||y>=_t+mt,T=w?-1:Math.min(L,L*f,Y,Y*f),S=x?-1:Math.min(v,v*f,b,b*f),H=k?1:Math.max(L,L*f,Y,Y*f),j=D?1:Math.max(v,v*f,b,b*f);l=(H-T)/2,u=(j-S)/2,_=-(H+T)/2,c=-(j+S)/2}for(n=0,r=h.length;n<r;++n)h[n]._options=i._resolveDataElementOptions(h[n],n);for(s.borderWidth=i.getMaxBorderWidth(),t=(o.right-o.left-s.borderWidth)/l,a=(o.bottom-o.top-s.borderWidth)/u,s.outerRadius=Math.max(Math.min(t,a)/2,0),s.innerRadius=Math.max(s.outerRadius*f,0),s.radiusLength=(s.outerRadius-s.innerRadius)/(i._getVisibleDatasetWeightTotal()||1),s.offsetX=_*s.outerRadius,s.offsetY=c*s.outerRadius,m.total=i.calculateTotal(),i.outerRadius=s.outerRadius-s.radiusLength*i._getRingWeightOffset(i.index),i.innerRadius=Math.max(i.outerRadius-s.radiusLength*p,0),n=0,r=h.length;n<r;++n)i.updateElement(h[n],n,e)},updateElement:function(e,t,a){var n=this,r=n.chart,i=r.chartArea,s=r.options,o=s.animation,d=(i.left+i.right)/2,l=(i.top+i.bottom)/2,u=s.rotation,_=s.rotation,c=n.getDataset(),m=a&&o.animateRotate||e.hidden?0:n.calculateCircumference(c.data[t])*(s.circumference/ct),h=a&&o.animateScale?0:n.innerRadius,f=a&&o.animateScale?0:n.outerRadius,M=e._options||{};ue.extend(e,{_datasetIndex:n.index,_index:t,_model:{backgroundColor:M.backgroundColor,borderColor:M.borderColor,borderWidth:M.borderWidth,borderAlign:M.borderAlign,x:d+r.offsetX,y:l+r.offsetY,startAngle:u,endAngle:_,circumference:m,outerRadius:f,innerRadius:h,label:ue.valueAtIndexOrDefault(c.label,t,r.data.labels[t])}});var p=e._model;a&&o.animateRotate||(p.startAngle=0===t?s.rotation:n.getMeta().data[t-1]._model.endAngle,p.endAngle=p.startAngle+p.circumference),e.pivot()},calculateTotal:function(){var e,t=this.getDataset(),a=this.getMeta(),n=0;return ue.each(a.data,(function(a,r){e=t.data[r],isNaN(e)||a.hidden||(n+=Math.abs(e))})),n},calculateCircumference:function(e){var t=this.getMeta().total;return t>0&&!isNaN(e)?ct*(Math.abs(e)/t):0},getMaxBorderWidth:function(e){var t,a,n,r,i,s,o,d,l=this,u=0,_=l.chart;if(!e)for(t=0,a=_.data.datasets.length;t<a;++t)if(_.isDatasetVisible(t)){n=_.getDatasetMeta(t),e=n.data,t!==l.index&&(i=n.controller);break}if(!e)return 0;for(t=0,a=e.length;t<a;++t)r=e[t],i?(i._configure(),s=i._resolveDataElementOptions(r,t)):s=r._options,"inner"!==s.borderAlign&&(o=s.borderWidth,d=s.hoverBorderWidth,u=o>u?o:u,u=d>u?d:u);return u},setHoverStyle:function(e){var t=e._model,a=e._options,n=ue.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth},t.backgroundColor=ut(a.hoverBackgroundColor,n(a.backgroundColor)),t.borderColor=ut(a.hoverBorderColor,n(a.borderColor)),t.borderWidth=ut(a.hoverBorderWidth,a.borderWidth)},_getRingWeightOffset:function(e){for(var t=0,a=0;a<e;++a)this.chart.isDatasetVisible(a)&&(t+=this._getRingWeight(a));return t},_getRingWeight:function(e){return Math.max(ut(this.chart.data.datasets[e].weight,1),0)},_getVisibleDatasetWeightTotal:function(){return this._getRingWeightOffset(this.chart.data.datasets.length)}});X._set("horizontalBar",{hover:{mode:"index",axis:"y"},scales:{xAxes:[{type:"linear",position:"bottom"}],yAxes:[{type:"category",position:"left",offset:!0,gridLines:{offsetGridLines:!0}}]},elements:{rectangle:{borderSkipped:"left"}},tooltips:{mode:"index",axis:"y"}}),X._set("global",{datasets:{horizontalBar:{categoryPercentage:.8,barPercentage:.9}}});var ft=st.extend({_getValueScaleId:function(){return this.getMeta().xAxisID},_getIndexScaleId:function(){return this.getMeta().yAxisID}}),Mt=ue.valueOrDefault,pt=ue.options.resolve,gt=ue.canvas._isPointInArea;function yt(e,t){var a=e&&e.options.ticks||{},n=a.reverse,r=void 0===a.min?t:0,i=void 0===a.max?t:0;return{start:n?i:r,end:n?r:i}}function Lt(e,t,a){var n=a/2,r=yt(e,n),i=yt(t,n);return{top:i.end,right:r.end,bottom:i.start,left:r.start}}function vt(e){var t,a,n,r;return ue.isObject(e)?(t=e.top,a=e.right,n=e.bottom,r=e.left):t=a=n=r=e,{top:t,right:a,bottom:n,left:r}}X._set("line",{showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}});var Yt=xe.extend({datasetElementType:Ke.Line,dataElementType:Ke.Point,_datasetElementOptions:["backgroundColor","borderCapStyle","borderColor","borderDash","borderDashOffset","borderJoinStyle","borderWidth","cubicInterpolationMode","fill"],_dataElementOptions:{backgroundColor:"pointBackgroundColor",borderColor:"pointBorderColor",borderWidth:"pointBorderWidth",hitRadius:"pointHitRadius",hoverBackgroundColor:"pointHoverBackgroundColor",hoverBorderColor:"pointHoverBorderColor",hoverBorderWidth:"pointHoverBorderWidth",hoverRadius:"pointHoverRadius",pointStyle:"pointStyle",radius:"pointRadius",rotation:"pointRotation"},update:function(e){var t,a,n=this,r=n.getMeta(),i=r.dataset,s=r.data||[],o=n.chart.options,d=n._config,l=n._showLine=Mt(d.showLine,o.showLines);for(n._xScale=n.getScaleForId(r.xAxisID),n._yScale=n.getScaleForId(r.yAxisID),l&&(void 0!==d.tension&&void 0===d.lineTension&&(d.lineTension=d.tension),i._scale=n._yScale,i._datasetIndex=n.index,i._children=s,i._model=n._resolveDatasetElementOptions(i),i.pivot()),t=0,a=s.length;t<a;++t)n.updateElement(s[t],t,e);for(l&&0!==i._model.tension&&n.updateBezierControlPoints(),t=0,a=s.length;t<a;++t)s[t].pivot()},updateElement:function(e,t,a){var n,r,i=this,s=i.getMeta(),o=e.custom||{},d=i.getDataset(),l=i.index,u=d.data[t],_=i._xScale,c=i._yScale,m=s.dataset._model,h=i._resolveDataElementOptions(e,t);n=_.getPixelForValue("object"===typeof u?u:NaN,t,l),r=a?c.getBasePixel():i.calculatePointY(u,t,l),e._xScale=_,e._yScale=c,e._options=h,e._datasetIndex=l,e._index=t,e._model={x:n,y:r,skip:o.skip||isNaN(n)||isNaN(r),radius:h.radius,pointStyle:h.pointStyle,rotation:h.rotation,backgroundColor:h.backgroundColor,borderColor:h.borderColor,borderWidth:h.borderWidth,tension:Mt(o.tension,m?m.tension:0),steppedLine:!!m&&m.steppedLine,hitRadius:h.hitRadius}},_resolveDatasetElementOptions:function(e){var t=this,a=t._config,n=e.custom||{},r=t.chart.options,i=r.elements.line,s=xe.prototype._resolveDatasetElementOptions.apply(t,arguments);return s.spanGaps=Mt(a.spanGaps,r.spanGaps),s.tension=Mt(a.lineTension,i.tension),s.steppedLine=pt([n.steppedLine,a.steppedLine,i.stepped]),s.clip=vt(Mt(a.clip,Lt(t._xScale,t._yScale,s.borderWidth))),s},calculatePointY:function(e,t,a){var n,r,i,s,o,d,l,u=this,_=u.chart,c=u._yScale,m=0,h=0;if(c.options.stacked){for(o=+c.getRightValue(e),d=_._getSortedVisibleDatasetMetas(),l=d.length,n=0;n<l;++n){if(i=d[n],i.index===a)break;r=_.data.datasets[i.index],"line"===i.type&&i.yAxisID===c.id&&(s=+c.getRightValue(r.data[t]),s<0?h+=s||0:m+=s||0)}return o<0?c.getPixelForValue(h+o):c.getPixelForValue(m+o)}return c.getPixelForValue(e)},updateBezierControlPoints:function(){var e,t,a,n,r=this,i=r.chart,s=r.getMeta(),o=s.dataset._model,d=i.chartArea,l=s.data||[];function u(e,t,a){return Math.max(Math.min(e,a),t)}if(o.spanGaps&&(l=l.filter((function(e){return!e._model.skip}))),"monotone"===o.cubicInterpolationMode)ue.splineCurveMonotone(l);else for(e=0,t=l.length;e<t;++e)a=l[e]._model,n=ue.splineCurve(ue.previousItem(l,e)._model,a,ue.nextItem(l,e)._model,o.tension),a.controlPointPreviousX=n.previous.x,a.controlPointPreviousY=n.previous.y,a.controlPointNextX=n.next.x,a.controlPointNextY=n.next.y;if(i.options.elements.line.capBezierPoints)for(e=0,t=l.length;e<t;++e)a=l[e]._model,gt(a,d)&&(e>0&>(l[e-1]._model,d)&&(a.controlPointPreviousX=u(a.controlPointPreviousX,d.left,d.right),a.controlPointPreviousY=u(a.controlPointPreviousY,d.top,d.bottom)),e<l.length-1&>(l[e+1]._model,d)&&(a.controlPointNextX=u(a.controlPointNextX,d.left,d.right),a.controlPointNextY=u(a.controlPointNextY,d.top,d.bottom)))},draw:function(){var e,t=this,a=t.chart,n=t.getMeta(),r=n.data||[],i=a.chartArea,s=a.canvas,o=0,d=r.length;for(t._showLine&&(e=n.dataset._model.clip,ue.canvas.clipArea(a.ctx,{left:!1===e.left?0:i.left-e.left,right:!1===e.right?s.width:i.right+e.right,top:!1===e.top?0:i.top-e.top,bottom:!1===e.bottom?s.height:i.bottom+e.bottom}),n.dataset.draw(),ue.canvas.unclipArea(a.ctx));o<d;++o)r[o].draw(i)},setHoverStyle:function(e){var t=e._model,a=e._options,n=ue.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth,radius:t.radius},t.backgroundColor=Mt(a.hoverBackgroundColor,n(a.backgroundColor)),t.borderColor=Mt(a.hoverBorderColor,n(a.borderColor)),t.borderWidth=Mt(a.hoverBorderWidth,a.borderWidth),t.radius=Mt(a.hoverRadius,a.radius)}}),bt=ue.options.resolve;X._set("polarArea",{scale:{type:"radialLinear",angleLines:{display:!1},gridLines:{circular:!0},pointLabels:{display:!1},ticks:{beginAtZero:!0}},animation:{animateRotate:!0,animateScale:!0},startAngle:-.5*Math.PI,legendCallback:function(e){var t,a,n,r,i=document.createElement("ul"),s=e.data,o=s.datasets,d=s.labels;if(i.setAttribute("class",e.id+"-legend"),o.length)for(t=0,a=o[0].data.length;t<a;++t)n=i.appendChild(document.createElement("li")),r=n.appendChild(document.createElement("span")),r.style.backgroundColor=o[0].backgroundColor[t],d[t]&&n.appendChild(document.createTextNode(d[t]));return i.outerHTML},legend:{labels:{generateLabels:function(e){var t=e.data;return t.labels.length&&t.datasets.length?t.labels.map((function(a,n){var r=e.getDatasetMeta(0),i=r.controller.getStyle(n);return{text:a,fillStyle:i.backgroundColor,strokeStyle:i.borderColor,lineWidth:i.borderWidth,hidden:isNaN(t.datasets[0].data[n])||r.data[n].hidden,index:n}})):[]}},onClick:function(e,t){var a,n,r,i=t.index,s=this.chart;for(a=0,n=(s.data.datasets||[]).length;a<n;++a)r=s.getDatasetMeta(a),r.data[i].hidden=!r.data[i].hidden;s.update()}},tooltips:{callbacks:{title:function(){return""},label:function(e,t){return t.labels[e.index]+": "+e.yLabel}}}});var kt=xe.extend({dataElementType:Ke.Arc,linkScales:ue.noop,_dataElementOptions:["backgroundColor","borderColor","borderWidth","borderAlign","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth"],_getIndexScaleId:function(){return this.chart.scale.id},_getValueScaleId:function(){return this.chart.scale.id},update:function(e){var t,a,n,r=this,i=r.getDataset(),s=r.getMeta(),o=r.chart.options.startAngle||0,d=r._starts=[],l=r._angles=[],u=s.data;for(r._updateRadius(),s.count=r.countVisibleElements(),t=0,a=i.data.length;t<a;t++)d[t]=o,n=r._computeAngle(t),l[t]=n,o+=n;for(t=0,a=u.length;t<a;++t)u[t]._options=r._resolveDataElementOptions(u[t],t),r.updateElement(u[t],t,e)},_updateRadius:function(){var e=this,t=e.chart,a=t.chartArea,n=t.options,r=Math.min(a.right-a.left,a.bottom-a.top);t.outerRadius=Math.max(r/2,0),t.innerRadius=Math.max(n.cutoutPercentage?t.outerRadius/100*n.cutoutPercentage:1,0),t.radiusLength=(t.outerRadius-t.innerRadius)/t.getVisibleDatasetCount(),e.outerRadius=t.outerRadius-t.radiusLength*e.index,e.innerRadius=e.outerRadius-t.radiusLength},updateElement:function(e,t,a){var n=this,r=n.chart,i=n.getDataset(),s=r.options,o=s.animation,d=r.scale,l=r.data.labels,u=d.xCenter,_=d.yCenter,c=s.startAngle,m=e.hidden?0:d.getDistanceFromCenterForValue(i.data[t]),h=n._starts[t],f=h+(e.hidden?0:n._angles[t]),M=o.animateScale?0:d.getDistanceFromCenterForValue(i.data[t]),p=e._options||{};ue.extend(e,{_datasetIndex:n.index,_index:t,_scale:d,_model:{backgroundColor:p.backgroundColor,borderColor:p.borderColor,borderWidth:p.borderWidth,borderAlign:p.borderAlign,x:u,y:_,innerRadius:0,outerRadius:a?M:m,startAngle:a&&o.animateRotate?c:h,endAngle:a&&o.animateRotate?c:f,label:ue.valueAtIndexOrDefault(l,t,l[t])}}),e.pivot()},countVisibleElements:function(){var e=this.getDataset(),t=this.getMeta(),a=0;return ue.each(t.data,(function(t,n){isNaN(e.data[n])||t.hidden||a++})),a},setHoverStyle:function(e){var t=e._model,a=e._options,n=ue.getHoverColor,r=ue.valueOrDefault;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth},t.backgroundColor=r(a.hoverBackgroundColor,n(a.backgroundColor)),t.borderColor=r(a.hoverBorderColor,n(a.borderColor)),t.borderWidth=r(a.hoverBorderWidth,a.borderWidth)},_computeAngle:function(e){var t=this,a=this.getMeta().count,n=t.getDataset(),r=t.getMeta();if(isNaN(n.data[e])||r.data[e].hidden)return 0;var i={chart:t.chart,dataIndex:e,dataset:n,datasetIndex:t.index};return bt([t.chart.options.elements.arc.angle,2*Math.PI/a],i,e)}});X._set("pie",ue.clone(X.doughnut)),X._set("pie",{cutoutPercentage:0});var Dt=ht,wt=ue.valueOrDefault;X._set("radar",{spanGaps:!1,scale:{type:"radialLinear"},elements:{line:{fill:"start",tension:0}}});var xt=xe.extend({datasetElementType:Ke.Line,dataElementType:Ke.Point,linkScales:ue.noop,_datasetElementOptions:["backgroundColor","borderWidth","borderColor","borderCapStyle","borderDash","borderDashOffset","borderJoinStyle","fill"],_dataElementOptions:{backgroundColor:"pointBackgroundColor",borderColor:"pointBorderColor",borderWidth:"pointBorderWidth",hitRadius:"pointHitRadius",hoverBackgroundColor:"pointHoverBackgroundColor",hoverBorderColor:"pointHoverBorderColor",hoverBorderWidth:"pointHoverBorderWidth",hoverRadius:"pointHoverRadius",pointStyle:"pointStyle",radius:"pointRadius",rotation:"pointRotation"},_getIndexScaleId:function(){return this.chart.scale.id},_getValueScaleId:function(){return this.chart.scale.id},update:function(e){var t,a,n=this,r=n.getMeta(),i=r.dataset,s=r.data||[],o=n.chart.scale,d=n._config;for(void 0!==d.tension&&void 0===d.lineTension&&(d.lineTension=d.tension),i._scale=o,i._datasetIndex=n.index,i._children=s,i._loop=!0,i._model=n._resolveDatasetElementOptions(i),i.pivot(),t=0,a=s.length;t<a;++t)n.updateElement(s[t],t,e);for(n.updateBezierControlPoints(),t=0,a=s.length;t<a;++t)s[t].pivot()},updateElement:function(e,t,a){var n=this,r=e.custom||{},i=n.getDataset(),s=n.chart.scale,o=s.getPointPositionForValue(t,i.data[t]),d=n._resolveDataElementOptions(e,t),l=n.getMeta().dataset._model,u=a?s.xCenter:o.x,_=a?s.yCenter:o.y;e._scale=s,e._options=d,e._datasetIndex=n.index,e._index=t,e._model={x:u,y:_,skip:r.skip||isNaN(u)||isNaN(_),radius:d.radius,pointStyle:d.pointStyle,rotation:d.rotation,backgroundColor:d.backgroundColor,borderColor:d.borderColor,borderWidth:d.borderWidth,tension:wt(r.tension,l?l.tension:0),hitRadius:d.hitRadius}},_resolveDatasetElementOptions:function(){var e=this,t=e._config,a=e.chart.options,n=xe.prototype._resolveDatasetElementOptions.apply(e,arguments);return n.spanGaps=wt(t.spanGaps,a.spanGaps),n.tension=wt(t.lineTension,a.elements.line.tension),n},updateBezierControlPoints:function(){var e,t,a,n,r=this,i=r.getMeta(),s=r.chart.chartArea,o=i.data||[];function d(e,t,a){return Math.max(Math.min(e,a),t)}for(i.dataset._model.spanGaps&&(o=o.filter((function(e){return!e._model.skip}))),e=0,t=o.length;e<t;++e)a=o[e]._model,n=ue.splineCurve(ue.previousItem(o,e,!0)._model,a,ue.nextItem(o,e,!0)._model,a.tension),a.controlPointPreviousX=d(n.previous.x,s.left,s.right),a.controlPointPreviousY=d(n.previous.y,s.top,s.bottom),a.controlPointNextX=d(n.next.x,s.left,s.right),a.controlPointNextY=d(n.next.y,s.top,s.bottom)},setHoverStyle:function(e){var t=e._model,a=e._options,n=ue.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth,radius:t.radius},t.backgroundColor=wt(a.hoverBackgroundColor,n(a.backgroundColor)),t.borderColor=wt(a.hoverBorderColor,n(a.borderColor)),t.borderWidth=wt(a.hoverBorderWidth,a.borderWidth),t.radius=wt(a.hoverRadius,a.radius)}});X._set("scatter",{hover:{mode:"single"},scales:{xAxes:[{id:"x-axis-1",type:"linear",position:"bottom"}],yAxes:[{id:"y-axis-1",type:"linear",position:"left"}]},tooltips:{callbacks:{title:function(){return""},label:function(e){return"("+e.xLabel+", "+e.yLabel+")"}}}}),X._set("global",{datasets:{scatter:{showLine:!1}}});var Tt=Yt,St={bar:st,bubble:lt,doughnut:ht,horizontalBar:ft,line:Yt,polarArea:kt,pie:Dt,radar:xt,scatter:Tt};function Ht(e,t){return e.native?{x:e.x,y:e.y}:ue.getRelativePosition(e,t)}function jt(e,t){var a,n,r,i,s,o,d=e._getSortedVisibleDatasetMetas();for(n=0,i=d.length;n<i;++n)for(a=d[n].data,r=0,s=a.length;r<s;++r)o=a[r],o._view.skip||t(o)}function Pt(e,t){var a=[];return jt(e,(function(e){e.inRange(t.x,t.y)&&a.push(e)})),a}function Ot(e,t,a,n){var r=Number.POSITIVE_INFINITY,i=[];return jt(e,(function(e){if(!a||e.inRange(t.x,t.y)){var s=e.getCenterPoint(),o=n(t,s);o<r?(i=[e],r=o):o===r&&i.push(e)}})),i}function At(e){var t=-1!==e.indexOf("x"),a=-1!==e.indexOf("y");return function(e,n){var r=t?Math.abs(e.x-n.x):0,i=a?Math.abs(e.y-n.y):0;return Math.sqrt(Math.pow(r,2)+Math.pow(i,2))}}function Ft(e,t,a){var n=Ht(t,e);a.axis=a.axis||"x";var r=At(a.axis),i=a.intersect?Pt(e,n):Ot(e,n,!1,r),s=[];return i.length?(e._getSortedVisibleDatasetMetas().forEach((function(e){var t=e.data[i[0]._index];t&&!t._view.skip&&s.push(t)})),s):[]}var Wt={modes:{single:function(e,t){var a=Ht(t,e),n=[];return jt(e,(function(e){if(e.inRange(a.x,a.y))return n.push(e),n})),n.slice(0,1)},label:Ft,index:Ft,dataset:function(e,t,a){var n=Ht(t,e);a.axis=a.axis||"xy";var r=At(a.axis),i=a.intersect?Pt(e,n):Ot(e,n,!1,r);return i.length>0&&(i=e.getDatasetMeta(i[0]._datasetIndex).data),i},"x-axis":function(e,t){return Ft(e,t,{intersect:!1})},point:function(e,t){var a=Ht(t,e);return Pt(e,a)},nearest:function(e,t,a){var n=Ht(t,e);a.axis=a.axis||"xy";var r=At(a.axis);return Ot(e,n,a.intersect,r)},x:function(e,t,a){var n=Ht(t,e),r=[],i=!1;return jt(e,(function(e){e.inXRange(n.x)&&r.push(e),e.inRange(n.x,n.y)&&(i=!0)})),a.intersect&&!i&&(r=[]),r},y:function(e,t,a){var n=Ht(t,e),r=[],i=!1;return jt(e,(function(e){e.inYRange(n.y)&&r.push(e),e.inRange(n.x,n.y)&&(i=!0)})),a.intersect&&!i&&(r=[]),r}}},Ct=ue.extend;function Et(e,t){return ue.where(e,(function(e){return e.pos===t}))}function zt(e,t){return e.sort((function(e,a){var n=t?a:e,r=t?e:a;return n.weight===r.weight?n.index-r.index:n.weight-r.weight}))}function It(e){var t,a,n,r=[];for(t=0,a=(e||[]).length;t<a;++t)n=e[t],r.push({index:t,box:n,pos:n.position,horizontal:n.isHorizontal(),weight:n.weight});return r}function Nt(e,t){var a,n,r;for(a=0,n=e.length;a<n;++a)r=e[a],r.width=r.horizontal?r.box.fullWidth&&t.availableWidth:t.vBoxMaxWidth,r.height=r.horizontal&&t.hBoxMaxHeight}function Rt(e){var t=It(e),a=zt(Et(t,"left"),!0),n=zt(Et(t,"right")),r=zt(Et(t,"top"),!0),i=zt(Et(t,"bottom"));return{leftAndTop:a.concat(r),rightAndBottom:n.concat(i),chartArea:Et(t,"chartArea"),vertical:a.concat(n),horizontal:r.concat(i)}}function Vt(e,t,a,n){return Math.max(e[a],t[a])+Math.max(e[n],t[n])}function Bt(e,t,a){var n,r,i=a.box,s=e.maxPadding;if(a.size&&(e[a.pos]-=a.size),a.size=a.horizontal?i.height:i.width,e[a.pos]+=a.size,i.getPadding){var o=i.getPadding();s.top=Math.max(s.top,o.top),s.left=Math.max(s.left,o.left),s.bottom=Math.max(s.bottom,o.bottom),s.right=Math.max(s.right,o.right)}if(n=t.outerWidth-Vt(s,e,"left","right"),r=t.outerHeight-Vt(s,e,"top","bottom"),n!==e.w||r!==e.h){e.w=n,e.h=r;var d=a.horizontal?[n,e.w]:[r,e.h];return d[0]!==d[1]&&(!isNaN(d[0])||!isNaN(d[1]))}}function Jt(e){var t=e.maxPadding;function a(a){var n=Math.max(t[a]-e[a],0);return e[a]+=n,n}e.y+=a("top"),e.x+=a("left"),a("right"),a("bottom")}function Ut(e,t){var a=t.maxPadding;function n(e){var n={left:0,top:0,right:0,bottom:0};return e.forEach((function(e){n[e]=Math.max(t[e],a[e])})),n}return n(e?["left","right"]:["top","bottom"])}function Gt(e,t,a){var n,r,i,s,o,d,l=[];for(n=0,r=e.length;n<r;++n)i=e[n],s=i.box,s.update(i.width||t.w,i.height||t.h,Ut(i.horizontal,t)),Bt(t,a,i)&&(d=!0,l.length&&(o=!0)),s.fullWidth||l.push(i);return o&&Gt(l,t,a)||d}function qt(e,t,a){var n,r,i,s,o=a.padding,d=t.x,l=t.y;for(n=0,r=e.length;n<r;++n)i=e[n],s=i.box,i.horizontal?(s.left=s.fullWidth?o.left:t.left,s.right=s.fullWidth?a.outerWidth-o.right:t.left+t.w,s.top=l,s.bottom=l+s.height,s.width=s.right-s.left,l=s.bottom):(s.left=d,s.right=d+s.width,s.top=t.top,s.bottom=t.top+t.h,s.height=s.bottom-s.top,d=s.right);t.x=d,t.y=l}X._set("global",{layout:{padding:{top:0,right:0,bottom:0,left:0}}});var $t={defaults:{},addBox:function(e,t){e.boxes||(e.boxes=[]),t.fullWidth=t.fullWidth||!1,t.position=t.position||"top",t.weight=t.weight||0,t._layers=t._layers||function(){return[{z:0,draw:function(){t.draw.apply(t,arguments)}}]},e.boxes.push(t)},removeBox:function(e,t){var a=e.boxes?e.boxes.indexOf(t):-1;-1!==a&&e.boxes.splice(a,1)},configure:function(e,t,a){for(var n,r=["fullWidth","position","weight"],i=r.length,s=0;s<i;++s)n=r[s],a.hasOwnProperty(n)&&(t[n]=a[n])},update:function(e,t,a){if(e){var n=e.options.layout||{},r=ue.options.toPadding(n.padding),i=t-r.width,s=a-r.height,o=Rt(e.boxes),d=o.vertical,l=o.horizontal,u=Object.freeze({outerWidth:t,outerHeight:a,padding:r,availableWidth:i,vBoxMaxWidth:i/2/d.length,hBoxMaxHeight:s/2}),_=Ct({maxPadding:Ct({},r),w:i,h:s,x:r.left,y:r.top},r);Nt(d.concat(l),u),Gt(d,_,u),Gt(l,_,u)&&Gt(d,_,u),Jt(_),qt(o.leftAndTop,_,u),_.x+=_.w,_.y+=_.h,qt(o.rightAndBottom,_,u),e.chartArea={left:_.left,top:_.top,right:_.left+_.w,bottom:_.top+_.h},ue.each(o.chartArea,(function(t){var a=t.box;Ct(a,e.chartArea),a.update(_.w,_.h)}))}}},Kt={acquireContext:function(e){return e&&e.canvas&&(e=e.canvas),e&&e.getContext("2d")||null}},Zt="/*\r\n * DOM element rendering detection\r\n * https://davidwalsh.name/detect-node-insertion\r\n */\r\n@keyframes chartjs-render-animation {\r\n\tfrom { opacity: 0.99; }\r\n\tto { opacity: 1; }\r\n}\r\n\r\n.chartjs-render-monitor {\r\n\tanimation: chartjs-render-animation 0.001s;\r\n}\r\n\r\n/*\r\n * DOM element resizing detection\r\n * https://github.com/marcj/css-element-queries\r\n */\r\n.chartjs-size-monitor,\r\n.chartjs-size-monitor-expand,\r\n.chartjs-size-monitor-shrink {\r\n\tposition: absolute;\r\n\tdirection: ltr;\r\n\tleft: 0;\r\n\ttop: 0;\r\n\tright: 0;\r\n\tbottom: 0;\r\n\toverflow: hidden;\r\n\tpointer-events: none;\r\n\tvisibility: hidden;\r\n\tz-index: -1;\r\n}\r\n\r\n.chartjs-size-monitor-expand > div {\r\n\tposition: absolute;\r\n\twidth: 1000000px;\r\n\theight: 1000000px;\r\n\tleft: 0;\r\n\ttop: 0;\r\n}\r\n\r\n.chartjs-size-monitor-shrink > div {\r\n\tposition: absolute;\r\n\twidth: 200%;\r\n\theight: 200%;\r\n\tleft: 0;\r\n\ttop: 0;\r\n}\r\n",Xt=Object.freeze({__proto__:null,default:Zt}),Qt=a(Xt),ea="$chartjs",ta="chartjs-",aa=ta+"size-monitor",na=ta+"render-monitor",ra=ta+"render-animation",ia=["animationstart","webkitAnimationStart"],sa={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"};function oa(e,t){var a=ue.getStyle(e,t),n=a&&a.match(/^(\d+)(\.\d+)?px$/);return n?Number(n[1]):void 0}function da(e,t){var a=e.style,n=e.getAttribute("height"),r=e.getAttribute("width");if(e[ea]={initial:{height:n,width:r,style:{display:a.display,height:a.height,width:a.width}}},a.display=a.display||"block",null===r||""===r){var i=oa(e,"width");void 0!==i&&(e.width=i)}if(null===n||""===n)if(""===e.style.height)e.height=e.width/(t.options.aspectRatio||2);else{var s=oa(e,"height");void 0!==i&&(e.height=s)}return e}var la=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});window.addEventListener("e",null,t)}catch(a){}return e}(),ua=!!la&&{passive:!0};function _a(e,t,a){e.addEventListener(t,a,ua)}function ca(e,t,a){e.removeEventListener(t,a,ua)}function ma(e,t,a,n,r){return{type:e,chart:t,native:r||null,x:void 0!==a?a:null,y:void 0!==n?n:null}}function ha(e,t){var a=sa[e.type]||e.type,n=ue.getRelativePosition(e,t);return ma(a,t,n.x,n.y,e)}function fa(e,t){var a=!1,n=[];return function(){n=Array.prototype.slice.call(arguments),t=t||this,a||(a=!0,ue.requestAnimFrame.call(window,(function(){a=!1,e.apply(t,n)})))}}function Ma(e){var t=document.createElement("div");return t.className=e||"",t}function pa(e){var t=1e6,a=Ma(aa),n=Ma(aa+"-expand"),r=Ma(aa+"-shrink");n.appendChild(Ma()),r.appendChild(Ma()),a.appendChild(n),a.appendChild(r),a._reset=function(){n.scrollLeft=t,n.scrollTop=t,r.scrollLeft=t,r.scrollTop=t};var i=function(){a._reset(),e()};return _a(n,"scroll",i.bind(n,"expand")),_a(r,"scroll",i.bind(r,"shrink")),a}function ga(e,t){var a=e[ea]||(e[ea]={}),n=a.renderProxy=function(e){e.animationName===ra&&t()};ue.each(ia,(function(t){_a(e,t,n)})),a.reflow=!!e.offsetParent,e.classList.add(na)}function ya(e){var t=e[ea]||{},a=t.renderProxy;a&&(ue.each(ia,(function(t){ca(e,t,a)})),delete t.renderProxy),e.classList.remove(na)}function La(e,t,a){var n=e[ea]||(e[ea]={}),r=n.resizer=pa(fa((function(){if(n.resizer){var r=a.options.maintainAspectRatio&&e.parentNode,i=r?r.clientWidth:0;t(ma("resize",a)),r&&r.clientWidth<i&&a.canvas&&t(ma("resize",a))}})));ga(e,(function(){if(n.resizer){var t=e.parentNode;t&&t!==r.parentNode&&t.insertBefore(r,t.firstChild),r._reset()}}))}function va(e){var t=e[ea]||{},a=t.resizer;delete t.resizer,ya(e),a&&a.parentNode&&a.parentNode.removeChild(a)}function Ya(e,t){var a=e[ea]||(e[ea]={});if(!a.containsStyles){a.containsStyles=!0,t="/* Chart.js */\n"+t;var n=document.createElement("style");n.setAttribute("type","text/css"),n.appendChild(document.createTextNode(t)),e.appendChild(n)}}var ba={disableCSSInjection:!1,_enabled:"undefined"!==typeof window&&"undefined"!==typeof document,_ensureLoaded:function(e){if(!this.disableCSSInjection){var t=e.getRootNode?e.getRootNode():document,a=t.host?t:document.head;Ya(a,Qt)}},acquireContext:function(e,t){"string"===typeof e?e=document.getElementById(e):e.length&&(e=e[0]),e&&e.canvas&&(e=e.canvas);var a=e&&e.getContext&&e.getContext("2d");return a&&a.canvas===e?(this._ensureLoaded(e),da(e,t),a):null},releaseContext:function(e){var t=e.canvas;if(t[ea]){var a=t[ea].initial;["height","width"].forEach((function(e){var n=a[e];ue.isNullOrUndef(n)?t.removeAttribute(e):t.setAttribute(e,n)})),ue.each(a.style||{},(function(e,a){t.style[a]=e})),t.width=t.width,delete t[ea]}},addEventListener:function(e,t,a){var n=e.canvas;if("resize"!==t){var r=a[ea]||(a[ea]={}),i=r.proxies||(r.proxies={}),s=i[e.id+"_"+t]=function(t){a(ha(t,e))};_a(n,t,s)}else La(n,a,e)},removeEventListener:function(e,t,a){var n=e.canvas;if("resize"!==t){var r=a[ea]||{},i=r.proxies||{},s=i[e.id+"_"+t];s&&ca(n,t,s)}else va(n)}};ue.addEvent=_a,ue.removeEvent=ca;var ka=ba._enabled?ba:Kt,Da=ue.extend({initialize:function(){},acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},ka);X._set("global",{plugins:{}});var wa={_plugins:[],_cacheId:0,register:function(e){var t=this._plugins;[].concat(e).forEach((function(e){-1===t.indexOf(e)&&t.push(e)})),this._cacheId++},unregister:function(e){var t=this._plugins;[].concat(e).forEach((function(e){var a=t.indexOf(e);-1!==a&&t.splice(a,1)})),this._cacheId++},clear:function(){this._plugins=[],this._cacheId++},count:function(){return this._plugins.length},getAll:function(){return this._plugins},notify:function(e,t,a){var n,r,i,s,o,d=this.descriptors(e),l=d.length;for(n=0;n<l;++n)if(r=d[n],i=r.plugin,o=i[t],"function"===typeof o&&(s=[e].concat(a||[]),s.push(r.options),!1===o.apply(i,s)))return!1;return!0},descriptors:function(e){var t=e.$plugins||(e.$plugins={});if(t.id===this._cacheId)return t.descriptors;var a=[],n=[],r=e&&e.config||{},i=r.options&&r.options.plugins||{};return this._plugins.concat(r.plugins||[]).forEach((function(e){var t=a.indexOf(e);if(-1===t){var r=e.id,s=i[r];!1!==s&&(!0===s&&(s=ue.clone(X.global.plugins[r])),a.push(e),n.push({plugin:e,options:s||{}}))}})),t.descriptors=n,t.id=this._cacheId,n},_invalidate:function(e){delete e.$plugins}},xa={constructors:{},defaults:{},registerScaleType:function(e,t,a){this.constructors[e]=t,this.defaults[e]=ue.clone(a)},getScaleConstructor:function(e){return this.constructors.hasOwnProperty(e)?this.constructors[e]:void 0},getScaleDefaults:function(e){return this.defaults.hasOwnProperty(e)?ue.merge(Object.create(null),[X.scale,this.defaults[e]]):{}},updateScaleDefaults:function(e,t){var a=this;a.defaults.hasOwnProperty(e)&&(a.defaults[e]=ue.extend(a.defaults[e],t))},addScalesToLayout:function(e){ue.each(e.scales,(function(t){t.fullWidth=t.options.fullWidth,t.position=t.options.position,t.weight=t.options.weight,$t.addBox(e,t)}))}},Ta=ue.valueOrDefault,Sa=ue.rtl.getRtlAdapter;X._set("global",{tooltips:{enabled:!0,custom:null,mode:"nearest",position:"average",intersect:!0,backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,caretPadding:2,caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",displayColors:!0,borderColor:"rgba(0,0,0,0)",borderWidth:0,callbacks:{beforeTitle:ue.noop,title:function(e,t){var a="",n=t.labels,r=n?n.length:0;if(e.length>0){var i=e[0];i.label?a=i.label:i.xLabel?a=i.xLabel:r>0&&i.index<r&&(a=n[i.index])}return a},afterTitle:ue.noop,beforeBody:ue.noop,beforeLabel:ue.noop,label:function(e,t){var a=t.datasets[e.datasetIndex].label||"";return a&&(a+=": "),ue.isNullOrUndef(e.value)?a+=e.yLabel:a+=e.value,a},labelColor:function(e,t){var a=t.getDatasetMeta(e.datasetIndex),n=a.data[e.index],r=n._view;return{borderColor:r.borderColor,backgroundColor:r.backgroundColor}},labelTextColor:function(){return this._options.bodyFontColor},afterLabel:ue.noop,afterBody:ue.noop,beforeFooter:ue.noop,footer:ue.noop,afterFooter:ue.noop}}});var Ha={average:function(e){if(!e.length)return!1;var t,a,n=0,r=0,i=0;for(t=0,a=e.length;t<a;++t){var s=e[t];if(s&&s.hasValue()){var o=s.tooltipPosition();n+=o.x,r+=o.y,++i}}return{x:n/i,y:r/i}},nearest:function(e,t){var a,n,r,i=t.x,s=t.y,o=Number.POSITIVE_INFINITY;for(a=0,n=e.length;a<n;++a){var d=e[a];if(d&&d.hasValue()){var l=d.getCenterPoint(),u=ue.distanceBetweenPoints(t,l);u<o&&(o=u,r=d)}}if(r){var _=r.tooltipPosition();i=_.x,s=_.y}return{x:i,y:s}}};function ja(e,t){return t&&(ue.isArray(t)?Array.prototype.push.apply(e,t):e.push(t)),e}function Pa(e){return("string"===typeof e||e instanceof String)&&e.indexOf("\n")>-1?e.split("\n"):e}function Oa(e){var t=e._xScale,a=e._yScale||e._scale,n=e._index,r=e._datasetIndex,i=e._chart.getDatasetMeta(r).controller,s=i._getIndexScale(),o=i._getValueScale();return{xLabel:t?t.getLabelForIndex(n,r):"",yLabel:a?a.getLabelForIndex(n,r):"",label:s?""+s.getLabelForIndex(n,r):"",value:o?""+o.getLabelForIndex(n,r):"",index:n,datasetIndex:r,x:e._model.x,y:e._model.y}}function Aa(e){var t=X.global;return{xPadding:e.xPadding,yPadding:e.yPadding,xAlign:e.xAlign,yAlign:e.yAlign,rtl:e.rtl,textDirection:e.textDirection,bodyFontColor:e.bodyFontColor,_bodyFontFamily:Ta(e.bodyFontFamily,t.defaultFontFamily),_bodyFontStyle:Ta(e.bodyFontStyle,t.defaultFontStyle),_bodyAlign:e.bodyAlign,bodyFontSize:Ta(e.bodyFontSize,t.defaultFontSize),bodySpacing:e.bodySpacing,titleFontColor:e.titleFontColor,_titleFontFamily:Ta(e.titleFontFamily,t.defaultFontFamily),_titleFontStyle:Ta(e.titleFontStyle,t.defaultFontStyle),titleFontSize:Ta(e.titleFontSize,t.defaultFontSize),_titleAlign:e.titleAlign,titleSpacing:e.titleSpacing,titleMarginBottom:e.titleMarginBottom,footerFontColor:e.footerFontColor,_footerFontFamily:Ta(e.footerFontFamily,t.defaultFontFamily),_footerFontStyle:Ta(e.footerFontStyle,t.defaultFontStyle),footerFontSize:Ta(e.footerFontSize,t.defaultFontSize),_footerAlign:e.footerAlign,footerSpacing:e.footerSpacing,footerMarginTop:e.footerMarginTop,caretSize:e.caretSize,cornerRadius:e.cornerRadius,backgroundColor:e.backgroundColor,opacity:0,legendColorBackground:e.multiKeyBackground,displayColors:e.displayColors,borderColor:e.borderColor,borderWidth:e.borderWidth}}function Fa(e,t){var a=e._chart.ctx,n=2*t.yPadding,r=0,i=t.body,s=i.reduce((function(e,t){return e+t.before.length+t.lines.length+t.after.length}),0);s+=t.beforeBody.length+t.afterBody.length;var o=t.title.length,d=t.footer.length,l=t.titleFontSize,u=t.bodyFontSize,_=t.footerFontSize;n+=o*l,n+=o?(o-1)*t.titleSpacing:0,n+=o?t.titleMarginBottom:0,n+=s*u,n+=s?(s-1)*t.bodySpacing:0,n+=d?t.footerMarginTop:0,n+=d*_,n+=d?(d-1)*t.footerSpacing:0;var c=0,m=function(e){r=Math.max(r,a.measureText(e).width+c)};return a.font=ue.fontString(l,t._titleFontStyle,t._titleFontFamily),ue.each(t.title,m),a.font=ue.fontString(u,t._bodyFontStyle,t._bodyFontFamily),ue.each(t.beforeBody.concat(t.afterBody),m),c=t.displayColors?u+2:0,ue.each(i,(function(e){ue.each(e.before,m),ue.each(e.lines,m),ue.each(e.after,m)})),c=0,a.font=ue.fontString(_,t._footerFontStyle,t._footerFontFamily),ue.each(t.footer,m),r+=2*t.xPadding,{width:r,height:n}}function Wa(e,t){var a,n,r,i,s,o=e._model,d=e._chart,l=e._chart.chartArea,u="center",_="center";o.y<t.height?_="top":o.y>d.height-t.height&&(_="bottom");var c=(l.left+l.right)/2,m=(l.top+l.bottom)/2;"center"===_?(a=function(e){return e<=c},n=function(e){return e>c}):(a=function(e){return e<=t.width/2},n=function(e){return e>=d.width-t.width/2}),r=function(e){return e+t.width+o.caretSize+o.caretPadding>d.width},i=function(e){return e-t.width-o.caretSize-o.caretPadding<0},s=function(e){return e<=m?"top":"bottom"},a(o.x)?(u="left",r(o.x)&&(u="center",_=s(o.y))):n(o.x)&&(u="right",i(o.x)&&(u="center",_=s(o.y)));var h=e._options;return{xAlign:h.xAlign?h.xAlign:u,yAlign:h.yAlign?h.yAlign:_}}function Ca(e,t,a,n){var r=e.x,i=e.y,s=e.caretSize,o=e.caretPadding,d=e.cornerRadius,l=a.xAlign,u=a.yAlign,_=s+o,c=d+o;return"right"===l?r-=t.width:"center"===l&&(r-=t.width/2,r+t.width>n.width&&(r=n.width-t.width),r<0&&(r=0)),"top"===u?i+=_:i-="bottom"===u?t.height+_:t.height/2,"center"===u?"left"===l?r+=_:"right"===l&&(r-=_):"left"===l?r-=c:"right"===l&&(r+=c),{x:r,y:i}}function Ea(e,t){return"center"===t?e.x+e.width/2:"right"===t?e.x+e.width-e.xPadding:e.x+e.xPadding}function za(e){return ja([],Pa(e))}var Ia=ge.extend({initialize:function(){this._model=Aa(this._options),this._lastActive=[]},getTitle:function(){var e=this,t=e._options,a=t.callbacks,n=a.beforeTitle.apply(e,arguments),r=a.title.apply(e,arguments),i=a.afterTitle.apply(e,arguments),s=[];return s=ja(s,Pa(n)),s=ja(s,Pa(r)),s=ja(s,Pa(i)),s},getBeforeBody:function(){return za(this._options.callbacks.beforeBody.apply(this,arguments))},getBody:function(e,t){var a=this,n=a._options.callbacks,r=[];return ue.each(e,(function(e){var i={before:[],lines:[],after:[]};ja(i.before,Pa(n.beforeLabel.call(a,e,t))),ja(i.lines,n.label.call(a,e,t)),ja(i.after,Pa(n.afterLabel.call(a,e,t))),r.push(i)})),r},getAfterBody:function(){return za(this._options.callbacks.afterBody.apply(this,arguments))},getFooter:function(){var e=this,t=e._options.callbacks,a=t.beforeFooter.apply(e,arguments),n=t.footer.apply(e,arguments),r=t.afterFooter.apply(e,arguments),i=[];return i=ja(i,Pa(a)),i=ja(i,Pa(n)),i=ja(i,Pa(r)),i},update:function(e){var t,a,n=this,r=n._options,i=n._model,s=n._model=Aa(r),o=n._active,d=n._data,l={xAlign:i.xAlign,yAlign:i.yAlign},u={x:i.x,y:i.y},_={width:i.width,height:i.height},c={x:i.caretX,y:i.caretY};if(o.length){s.opacity=1;var m=[],h=[];c=Ha[r.position].call(n,o,n._eventPosition);var f=[];for(t=0,a=o.length;t<a;++t)f.push(Oa(o[t]));r.filter&&(f=f.filter((function(e){return r.filter(e,d)}))),r.itemSort&&(f=f.sort((function(e,t){return r.itemSort(e,t,d)}))),ue.each(f,(function(e){m.push(r.callbacks.labelColor.call(n,e,n._chart)),h.push(r.callbacks.labelTextColor.call(n,e,n._chart))})),s.title=n.getTitle(f,d),s.beforeBody=n.getBeforeBody(f,d),s.body=n.getBody(f,d),s.afterBody=n.getAfterBody(f,d),s.footer=n.getFooter(f,d),s.x=c.x,s.y=c.y,s.caretPadding=r.caretPadding,s.labelColors=m,s.labelTextColors=h,s.dataPoints=f,_=Fa(this,s),l=Wa(this,_),u=Ca(s,_,l,n._chart)}else s.opacity=0;return s.xAlign=l.xAlign,s.yAlign=l.yAlign,s.x=u.x,s.y=u.y,s.width=_.width,s.height=_.height,s.caretX=c.x,s.caretY=c.y,n._model=s,e&&r.custom&&r.custom.call(n,s),n},drawCaret:function(e,t){var a=this._chart.ctx,n=this._view,r=this.getCaretPosition(e,t,n);a.lineTo(r.x1,r.y1),a.lineTo(r.x2,r.y2),a.lineTo(r.x3,r.y3)},getCaretPosition:function(e,t,a){var n,r,i,s,o,d,l=a.caretSize,u=a.cornerRadius,_=a.xAlign,c=a.yAlign,m=e.x,h=e.y,f=t.width,M=t.height;if("center"===c)o=h+M/2,"left"===_?(n=m,r=n-l,i=n,s=o+l,d=o-l):(n=m+f,r=n+l,i=n,s=o-l,d=o+l);else if("left"===_?(r=m+u+l,n=r-l,i=r+l):"right"===_?(r=m+f-u-l,n=r-l,i=r+l):(r=a.caretX,n=r-l,i=r+l),"top"===c)s=h,o=s-l,d=s;else{s=h+M,o=s+l,d=s;var p=i;i=n,n=p}return{x1:n,x2:r,x3:i,y1:s,y2:o,y3:d}},drawTitle:function(e,t,a){var n,r,i,s=t.title,o=s.length;if(o){var d=Sa(t.rtl,t.x,t.width);for(e.x=Ea(t,t._titleAlign),a.textAlign=d.textAlign(t._titleAlign),a.textBaseline="middle",n=t.titleFontSize,r=t.titleSpacing,a.fillStyle=t.titleFontColor,a.font=ue.fontString(n,t._titleFontStyle,t._titleFontFamily),i=0;i<o;++i)a.fillText(s[i],d.x(e.x),e.y+n/2),e.y+=n+r,i+1===o&&(e.y+=t.titleMarginBottom-r)}},drawBody:function(e,t,a){var n,r,i,s,o,d,l,u,_=t.bodyFontSize,c=t.bodySpacing,m=t._bodyAlign,h=t.body,f=t.displayColors,M=0,p=f?Ea(t,"left"):0,g=Sa(t.rtl,t.x,t.width),y=function(t){a.fillText(t,g.x(e.x+M),e.y+_/2),e.y+=_+c},L=g.textAlign(m);for(a.textAlign=m,a.textBaseline="middle",a.font=ue.fontString(_,t._bodyFontStyle,t._bodyFontFamily),e.x=Ea(t,L),a.fillStyle=t.bodyFontColor,ue.each(t.beforeBody,y),M=f&&"right"!==L?"center"===m?_/2+1:_+2:0,o=0,l=h.length;o<l;++o){for(n=h[o],r=t.labelTextColors[o],i=t.labelColors[o],a.fillStyle=r,ue.each(n.before,y),s=n.lines,d=0,u=s.length;d<u;++d){if(f){var v=g.x(p);a.fillStyle=t.legendColorBackground,a.fillRect(g.leftForLtr(v,_),e.y,_,_),a.lineWidth=1,a.strokeStyle=i.borderColor,a.strokeRect(g.leftForLtr(v,_),e.y,_,_),a.fillStyle=i.backgroundColor,a.fillRect(g.leftForLtr(g.xPlus(v,1),_-2),e.y+1,_-2,_-2),a.fillStyle=r}y(s[d])}ue.each(n.after,y)}M=0,ue.each(t.afterBody,y),e.y-=c},drawFooter:function(e,t,a){var n,r,i=t.footer,s=i.length;if(s){var o=Sa(t.rtl,t.x,t.width);for(e.x=Ea(t,t._footerAlign),e.y+=t.footerMarginTop,a.textAlign=o.textAlign(t._footerAlign),a.textBaseline="middle",n=t.footerFontSize,a.fillStyle=t.footerFontColor,a.font=ue.fontString(n,t._footerFontStyle,t._footerFontFamily),r=0;r<s;++r)a.fillText(i[r],o.x(e.x),e.y+n/2),e.y+=n+t.footerSpacing}},drawBackground:function(e,t,a,n){a.fillStyle=t.backgroundColor,a.strokeStyle=t.borderColor,a.lineWidth=t.borderWidth;var r=t.xAlign,i=t.yAlign,s=e.x,o=e.y,d=n.width,l=n.height,u=t.cornerRadius;a.beginPath(),a.moveTo(s+u,o),"top"===i&&this.drawCaret(e,n),a.lineTo(s+d-u,o),a.quadraticCurveTo(s+d,o,s+d,o+u),"center"===i&&"right"===r&&this.drawCaret(e,n),a.lineTo(s+d,o+l-u),a.quadraticCurveTo(s+d,o+l,s+d-u,o+l),"bottom"===i&&this.drawCaret(e,n),a.lineTo(s+u,o+l),a.quadraticCurveTo(s,o+l,s,o+l-u),"center"===i&&"left"===r&&this.drawCaret(e,n),a.lineTo(s,o+u),a.quadraticCurveTo(s,o,s+u,o),a.closePath(),a.fill(),t.borderWidth>0&&a.stroke()},draw:function(){var e=this._chart.ctx,t=this._view;if(0!==t.opacity){var a={width:t.width,height:t.height},n={x:t.x,y:t.y},r=Math.abs(t.opacity<.001)?0:t.opacity,i=t.title.length||t.beforeBody.length||t.body.length||t.afterBody.length||t.footer.length;this._options.enabled&&i&&(e.save(),e.globalAlpha=r,this.drawBackground(n,t,e,a),n.y+=t.yPadding,ue.rtl.overrideTextDirection(e,t.textDirection),this.drawTitle(n,t,e),this.drawBody(n,t,e),this.drawFooter(n,t,e),ue.rtl.restoreTextDirection(e,t.textDirection),e.restore())}},handleEvent:function(e){var t=this,a=t._options,n=!1;return t._lastActive=t._lastActive||[],"mouseout"===e.type?t._active=[]:(t._active=t._chart.getElementsAtEventForMode(e,a.mode,a),a.reverse&&t._active.reverse()),n=!ue.arrayEquals(t._active,t._lastActive),n&&(t._lastActive=t._active,(a.enabled||a.custom)&&(t._eventPosition={x:e.x,y:e.y},t.update(!0),t.pivot())),n}}),Na=Ha,Ra=Ia;Ra.positioners=Na;var Va=ue.valueOrDefault;function Ba(){return ue.merge(Object.create(null),[].slice.call(arguments),{merger:function(e,t,a,n){if("xAxes"===e||"yAxes"===e){var r,i,s,o=a[e].length;for(t[e]||(t[e]=[]),r=0;r<o;++r)s=a[e][r],i=Va(s.type,"xAxes"===e?"category":"linear"),r>=t[e].length&&t[e].push({}),!t[e][r].type||s.type&&s.type!==t[e][r].type?ue.merge(t[e][r],[xa.getScaleDefaults(i),s]):ue.merge(t[e][r],s)}else ue._merger(e,t,a,n)}})}function Ja(){return ue.merge(Object.create(null),[].slice.call(arguments),{merger:function(e,t,a,n){var r=t[e]||Object.create(null),i=a[e];"scales"===e?t[e]=Ba(r,i):"scale"===e?t[e]=ue.merge(r,[xa.getScaleDefaults(i.type),i]):ue._merger(e,t,a,n)}})}function Ua(e){e=e||Object.create(null);var t=e.data=e.data||{};return t.datasets=t.datasets||[],t.labels=t.labels||[],e.options=Ja(X.global,X[e.type],e.options||{}),e}function Ga(e){var t=e.options;ue.each(e.scales,(function(t){$t.removeBox(e,t)})),t=Ja(X.global,X[e.config.type],t),e.options=e.config.options=t,e.ensureScalesHaveIDs(),e.buildOrUpdateScales(),e.tooltip._options=t.tooltips,e.tooltip.initialize()}function qa(e,t,a){var n,r=function(e){return e.id===n};do{n=t+a++}while(ue.findIndex(e,r)>=0);return n}function $a(e){return"top"===e||"bottom"===e}function Ka(e,t){return function(a,n){return a[e]===n[e]?a[t]-n[t]:a[e]-n[e]}}X._set("global",{elements:{},events:["mousemove","mouseout","click","touchstart","touchmove"],hover:{onHover:null,mode:"nearest",intersect:!0,animationDuration:400},onClick:null,maintainAspectRatio:!0,responsive:!0,responsiveAnimationDuration:0});var Za=function(e,t){return this.construct(e,t),this};ue.extend(Za.prototype,{construct:function(e,t){var a=this;t=Ua(t);var n=Da.acquireContext(e,t),r=n&&n.canvas,i=r&&r.height,s=r&&r.width;a.id=ue.uid(),a.ctx=n,a.canvas=r,a.config=t,a.width=s,a.height=i,a.aspectRatio=i?s/i:null,a.options=t.options,a._bufferedRender=!1,a._layers=[],a.chart=a,a.controller=a,Za.instances[a.id]=a,Object.defineProperty(a,"data",{get:function(){return a.config.data},set:function(e){a.config.data=e}}),n&&r?(a.initialize(),a.update()):console.error("Failed to create chart: can't acquire context from the given item")},initialize:function(){var e=this;return wa.notify(e,"beforeInit"),ue.retinaScale(e,e.options.devicePixelRatio),e.bindEvents(),e.options.responsive&&e.resize(!0),e.initToolTip(),wa.notify(e,"afterInit"),e},clear:function(){return ue.canvas.clear(this),this},stop:function(){return ve.cancelAnimation(this),this},resize:function(e){var t=this,a=t.options,n=t.canvas,r=a.maintainAspectRatio&&t.aspectRatio||null,i=Math.max(0,Math.floor(ue.getMaximumWidth(n))),s=Math.max(0,Math.floor(r?i/r:ue.getMaximumHeight(n)));if((t.width!==i||t.height!==s)&&(n.width=t.width=i,n.height=t.height=s,n.style.width=i+"px",n.style.height=s+"px",ue.retinaScale(t,a.devicePixelRatio),!e)){var o={width:i,height:s};wa.notify(t,"resize",[o]),a.onResize&&a.onResize(t,o),t.stop(),t.update({duration:a.responsiveAnimationDuration})}},ensureScalesHaveIDs:function(){var e=this.options,t=e.scales||{},a=e.scale;ue.each(t.xAxes,(function(e,a){e.id||(e.id=qa(t.xAxes,"x-axis-",a))})),ue.each(t.yAxes,(function(e,a){e.id||(e.id=qa(t.yAxes,"y-axis-",a))})),a&&(a.id=a.id||"scale")},buildOrUpdateScales:function(){var e=this,t=e.options,a=e.scales||{},n=[],r=Object.keys(a).reduce((function(e,t){return e[t]=!1,e}),{});t.scales&&(n=n.concat((t.scales.xAxes||[]).map((function(e){return{options:e,dtype:"category",dposition:"bottom"}})),(t.scales.yAxes||[]).map((function(e){return{options:e,dtype:"linear",dposition:"left"}})))),t.scale&&n.push({options:t.scale,dtype:"radialLinear",isDefault:!0,dposition:"chartArea"}),ue.each(n,(function(t){var n=t.options,i=n.id,s=Va(n.type,t.dtype);$a(n.position)!==$a(t.dposition)&&(n.position=t.dposition),r[i]=!0;var o=null;if(i in a&&a[i].type===s)o=a[i],o.options=n,o.ctx=e.ctx,o.chart=e;else{var d=xa.getScaleConstructor(s);if(!d)return;o=new d({id:i,type:s,options:n,ctx:e.ctx,chart:e}),a[o.id]=o}o.mergeTicksOptions(),t.isDefault&&(e.scale=o)})),ue.each(r,(function(e,t){e||delete a[t]})),e.scales=a,xa.addScalesToLayout(this)},buildOrUpdateControllers:function(){var e,t,a=this,n=[],r=a.data.datasets;for(e=0,t=r.length;e<t;e++){var i=r[e],s=a.getDatasetMeta(e),o=i.type||a.config.type;if(s.type&&s.type!==o&&(a.destroyDatasetMeta(e),s=a.getDatasetMeta(e)),s.type=o,s.order=i.order||0,s.index=e,s.controller)s.controller.updateIndex(e),s.controller.linkScales();else{var d=St[s.type];if(void 0===d)throw new Error('"'+s.type+'" is not a chart type.');s.controller=new d(a,e),n.push(s.controller)}}return n},resetElements:function(){var e=this;ue.each(e.data.datasets,(function(t,a){e.getDatasetMeta(a).controller.reset()}),e)},reset:function(){this.resetElements(),this.tooltip.initialize()},update:function(e){var t,a,n=this;if(e&&"object"===typeof e||(e={duration:e,lazy:arguments[1]}),Ga(n),wa._invalidate(n),!1!==wa.notify(n,"beforeUpdate")){n.tooltip._data=n.data;var r=n.buildOrUpdateControllers();for(t=0,a=n.data.datasets.length;t<a;t++)n.getDatasetMeta(t).controller.buildOrUpdateElements();n.updateLayout(),n.options.animation&&n.options.animation.duration&&ue.each(r,(function(e){e.reset()})),n.updateDatasets(),n.tooltip.initialize(),n.lastActive=[],wa.notify(n,"afterUpdate"),n._layers.sort(Ka("z","_idx")),n._bufferedRender?n._bufferedRequest={duration:e.duration,easing:e.easing,lazy:e.lazy}:n.render(e)}},updateLayout:function(){var e=this;!1!==wa.notify(e,"beforeLayout")&&($t.update(this,this.width,this.height),e._layers=[],ue.each(e.boxes,(function(t){t._configure&&t._configure(),e._layers.push.apply(e._layers,t._layers())}),e),e._layers.forEach((function(e,t){e._idx=t})),wa.notify(e,"afterScaleUpdate"),wa.notify(e,"afterLayout"))},updateDatasets:function(){var e=this;if(!1!==wa.notify(e,"beforeDatasetsUpdate")){for(var t=0,a=e.data.datasets.length;t<a;++t)e.updateDataset(t);wa.notify(e,"afterDatasetsUpdate")}},updateDataset:function(e){var t=this,a=t.getDatasetMeta(e),n={meta:a,index:e};!1!==wa.notify(t,"beforeDatasetUpdate",[n])&&(a.controller._update(),wa.notify(t,"afterDatasetUpdate",[n]))},render:function(e){var t=this;e&&"object"===typeof e||(e={duration:e,lazy:arguments[1]});var a=t.options.animation,n=Va(e.duration,a&&a.duration),r=e.lazy;if(!1!==wa.notify(t,"beforeRender")){var i=function(e){wa.notify(t,"afterRender"),ue.callback(a&&a.onComplete,[e],t)};if(a&&n){var s=new Le({numSteps:n/16.66,easing:e.easing||a.easing,render:function(e,t){var a=ue.easing.effects[t.easing],n=t.currentStep,r=n/t.numSteps;e.draw(a(r),r,n)},onAnimationProgress:a.onProgress,onAnimationComplete:i});ve.addAnimation(t,s,n,r)}else t.draw(),i(new Le({numSteps:0,chart:t}));return t}},draw:function(e){var t,a,n=this;if(n.clear(),ue.isNullOrUndef(e)&&(e=1),n.transition(e),!(n.width<=0||n.height<=0)&&!1!==wa.notify(n,"beforeDraw",[e])){for(a=n._layers,t=0;t<a.length&&a[t].z<=0;++t)a[t].draw(n.chartArea);for(n.drawDatasets(e);t<a.length;++t)a[t].draw(n.chartArea);n._drawTooltip(e),wa.notify(n,"afterDraw",[e])}},transition:function(e){for(var t=this,a=0,n=(t.data.datasets||[]).length;a<n;++a)t.isDatasetVisible(a)&&t.getDatasetMeta(a).controller.transition(e);t.tooltip.transition(e)},_getSortedDatasetMetas:function(e){var t,a,n=this,r=n.data.datasets||[],i=[];for(t=0,a=r.length;t<a;++t)e&&!n.isDatasetVisible(t)||i.push(n.getDatasetMeta(t));return i.sort(Ka("order","index")),i},_getSortedVisibleDatasetMetas:function(){return this._getSortedDatasetMetas(!0)},drawDatasets:function(e){var t,a,n=this;if(!1!==wa.notify(n,"beforeDatasetsDraw",[e])){for(t=n._getSortedVisibleDatasetMetas(),a=t.length-1;a>=0;--a)n.drawDataset(t[a],e);wa.notify(n,"afterDatasetsDraw",[e])}},drawDataset:function(e,t){var a=this,n={meta:e,index:e.index,easingValue:t};!1!==wa.notify(a,"beforeDatasetDraw",[n])&&(e.controller.draw(t),wa.notify(a,"afterDatasetDraw",[n]))},_drawTooltip:function(e){var t=this,a=t.tooltip,n={tooltip:a,easingValue:e};!1!==wa.notify(t,"beforeTooltipDraw",[n])&&(a.draw(),wa.notify(t,"afterTooltipDraw",[n]))},getElementAtEvent:function(e){return Wt.modes.single(this,e)},getElementsAtEvent:function(e){return Wt.modes.label(this,e,{intersect:!0})},getElementsAtXAxis:function(e){return Wt.modes["x-axis"](this,e,{intersect:!0})},getElementsAtEventForMode:function(e,t,a){var n=Wt.modes[t];return"function"===typeof n?n(this,e,a):[]},getDatasetAtEvent:function(e){return Wt.modes.dataset(this,e,{intersect:!0})},getDatasetMeta:function(e){var t=this,a=t.data.datasets[e];a._meta||(a._meta={});var n=a._meta[t.id];return n||(n=a._meta[t.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:a.order||0,index:e}),n},getVisibleDatasetCount:function(){for(var e=0,t=0,a=this.data.datasets.length;t<a;++t)this.isDatasetVisible(t)&&e++;return e},isDatasetVisible:function(e){var t=this.getDatasetMeta(e);return"boolean"===typeof t.hidden?!t.hidden:!this.data.datasets[e].hidden},generateLegend:function(){return this.options.legendCallback(this)},destroyDatasetMeta:function(e){var t=this.id,a=this.data.datasets[e],n=a._meta&&a._meta[t];n&&(n.controller.destroy(),delete a._meta[t])},destroy:function(){var e,t,a=this,n=a.canvas;for(a.stop(),e=0,t=a.data.datasets.length;e<t;++e)a.destroyDatasetMeta(e);n&&(a.unbindEvents(),ue.canvas.clear(a),Da.releaseContext(a.ctx),a.canvas=null,a.ctx=null),wa.notify(a,"destroy"),delete Za.instances[a.id]},toBase64Image:function(){return this.canvas.toDataURL.apply(this.canvas,arguments)},initToolTip:function(){var e=this;e.tooltip=new Ra({_chart:e,_chartInstance:e,_data:e.data,_options:e.options.tooltips},e)},bindEvents:function(){var e=this,t=e._listeners={},a=function(){e.eventHandler.apply(e,arguments)};ue.each(e.options.events,(function(n){Da.addEventListener(e,n,a),t[n]=a})),e.options.responsive&&(a=function(){e.resize()},Da.addEventListener(e,"resize",a),t.resize=a)},unbindEvents:function(){var e=this,t=e._listeners;t&&(delete e._listeners,ue.each(t,(function(t,a){Da.removeEventListener(e,a,t)})))},updateHoverStyle:function(e,t,a){var n,r,i,s=a?"set":"remove";for(r=0,i=e.length;r<i;++r)n=e[r],n&&this.getDatasetMeta(n._datasetIndex).controller[s+"HoverStyle"](n);"dataset"===t&&this.getDatasetMeta(e[0]._datasetIndex).controller["_"+s+"DatasetHoverStyle"]()},eventHandler:function(e){var t=this,a=t.tooltip;if(!1!==wa.notify(t,"beforeEvent",[e])){t._bufferedRender=!0,t._bufferedRequest=null;var n=t.handleEvent(e);a&&(n=a._start?a.handleEvent(e):n|a.handleEvent(e)),wa.notify(t,"afterEvent",[e]);var r=t._bufferedRequest;return r?t.render(r):n&&!t.animating&&(t.stop(),t.render({duration:t.options.hover.animationDuration,lazy:!0})),t._bufferedRender=!1,t._bufferedRequest=null,t}},handleEvent:function(e){var t=this,a=t.options||{},n=a.hover,r=!1;return t.lastActive=t.lastActive||[],"mouseout"===e.type?t.active=[]:t.active=t.getElementsAtEventForMode(e,n.mode,n),ue.callback(a.onHover||a.hover.onHover,[e.native,t.active],t),"mouseup"!==e.type&&"click"!==e.type||a.onClick&&a.onClick.call(t,e.native,t.active),t.lastActive.length&&t.updateHoverStyle(t.lastActive,n.mode,!1),t.active.length&&n.mode&&t.updateHoverStyle(t.active,n.mode,!0),r=!ue.arrayEquals(t.active,t.lastActive),t.lastActive=t.active,r}}),Za.instances={};var Xa=Za;Za.Controller=Za,Za.types={},ue.configMerge=Ja,ue.scaleMerge=Ba;var Qa=function(){function e(e,t,a){var n;return"string"===typeof e?(n=parseInt(e,10),-1!==e.indexOf("%")&&(n=n/100*t.parentNode[a])):n=e,n}function t(e){return void 0!==e&&null!==e&&"none"!==e}function a(a,n,r){var i=document.defaultView,s=ue._getParentNode(a),o=i.getComputedStyle(a)[n],d=i.getComputedStyle(s)[n],l=t(o),u=t(d),_=Number.POSITIVE_INFINITY;return l||u?Math.min(l?e(o,a,r):_,u?e(d,s,r):_):"none"}ue.where=function(e,t){if(ue.isArray(e)&&Array.prototype.filter)return e.filter(t);var a=[];return ue.each(e,(function(e){t(e)&&a.push(e)})),a},ue.findIndex=Array.prototype.findIndex?function(e,t,a){return e.findIndex(t,a)}:function(e,t,a){a=void 0===a?e:a;for(var n=0,r=e.length;n<r;++n)if(t.call(a,e[n],n,e))return n;return-1},ue.findNextWhere=function(e,t,a){ue.isNullOrUndef(a)&&(a=-1);for(var n=a+1;n<e.length;n++){var r=e[n];if(t(r))return r}},ue.findPreviousWhere=function(e,t,a){ue.isNullOrUndef(a)&&(a=e.length);for(var n=a-1;n>=0;n--){var r=e[n];if(t(r))return r}},ue.isNumber=function(e){return!isNaN(parseFloat(e))&&isFinite(e)},ue.almostEquals=function(e,t,a){return Math.abs(e-t)<a},ue.almostWhole=function(e,t){var a=Math.round(e);return a-t<=e&&a+t>=e},ue.max=function(e){return e.reduce((function(e,t){return isNaN(t)?e:Math.max(e,t)}),Number.NEGATIVE_INFINITY)},ue.min=function(e){return e.reduce((function(e,t){return isNaN(t)?e:Math.min(e,t)}),Number.POSITIVE_INFINITY)},ue.sign=Math.sign?function(e){return Math.sign(e)}:function(e){return e=+e,0===e||isNaN(e)?e:e>0?1:-1},ue.toRadians=function(e){return e*(Math.PI/180)},ue.toDegrees=function(e){return e*(180/Math.PI)},ue._decimalPlaces=function(e){if(ue.isFinite(e)){var t=1,a=0;while(Math.round(e*t)/t!==e)t*=10,a++;return a}},ue.getAngleFromPoint=function(e,t){var a=t.x-e.x,n=t.y-e.y,r=Math.sqrt(a*a+n*n),i=Math.atan2(n,a);return i<-.5*Math.PI&&(i+=2*Math.PI),{angle:i,distance:r}},ue.distanceBetweenPoints=function(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))},ue.aliasPixel=function(e){return e%2===0?0:.5},ue._alignPixel=function(e,t,a){var n=e.currentDevicePixelRatio,r=a/2;return Math.round((t-r)*n)/n+r},ue.splineCurve=function(e,t,a,n){var r=e.skip?t:e,i=t,s=a.skip?t:a,o=Math.sqrt(Math.pow(i.x-r.x,2)+Math.pow(i.y-r.y,2)),d=Math.sqrt(Math.pow(s.x-i.x,2)+Math.pow(s.y-i.y,2)),l=o/(o+d),u=d/(o+d);l=isNaN(l)?0:l,u=isNaN(u)?0:u;var _=n*l,c=n*u;return{previous:{x:i.x-_*(s.x-r.x),y:i.y-_*(s.y-r.y)},next:{x:i.x+c*(s.x-r.x),y:i.y+c*(s.y-r.y)}}},ue.EPSILON=Number.EPSILON||1e-14,ue.splineCurveMonotone=function(e){var t,a,n,r,i,s,o,d,l,u=(e||[]).map((function(e){return{model:e._model,deltaK:0,mK:0}})),_=u.length;for(t=0;t<_;++t)if(n=u[t],!n.model.skip){if(a=t>0?u[t-1]:null,r=t<_-1?u[t+1]:null,r&&!r.model.skip){var c=r.model.x-n.model.x;n.deltaK=0!==c?(r.model.y-n.model.y)/c:0}!a||a.model.skip?n.mK=n.deltaK:!r||r.model.skip?n.mK=a.deltaK:this.sign(a.deltaK)!==this.sign(n.deltaK)?n.mK=0:n.mK=(a.deltaK+n.deltaK)/2}for(t=0;t<_-1;++t)n=u[t],r=u[t+1],n.model.skip||r.model.skip||(ue.almostEquals(n.deltaK,0,this.EPSILON)?n.mK=r.mK=0:(i=n.mK/n.deltaK,s=r.mK/n.deltaK,d=Math.pow(i,2)+Math.pow(s,2),d<=9||(o=3/Math.sqrt(d),n.mK=i*o*n.deltaK,r.mK=s*o*n.deltaK)));for(t=0;t<_;++t)n=u[t],n.model.skip||(a=t>0?u[t-1]:null,r=t<_-1?u[t+1]:null,a&&!a.model.skip&&(l=(n.model.x-a.model.x)/3,n.model.controlPointPreviousX=n.model.x-l,n.model.controlPointPreviousY=n.model.y-l*n.mK),r&&!r.model.skip&&(l=(r.model.x-n.model.x)/3,n.model.controlPointNextX=n.model.x+l,n.model.controlPointNextY=n.model.y+l*n.mK))},ue.nextItem=function(e,t,a){return a?t>=e.length-1?e[0]:e[t+1]:t>=e.length-1?e[e.length-1]:e[t+1]},ue.previousItem=function(e,t,a){return a?t<=0?e[e.length-1]:e[t-1]:t<=0?e[0]:e[t-1]},ue.niceNum=function(e,t){var a,n=Math.floor(ue.log10(e)),r=e/Math.pow(10,n);return a=t?r<1.5?1:r<3?2:r<7?5:10:r<=1?1:r<=2?2:r<=5?5:10,a*Math.pow(10,n)},ue.requestAnimFrame=function(){return"undefined"===typeof window?function(e){e()}:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(e){return window.setTimeout(e,1e3/60)}}(),ue.getRelativePosition=function(e,t){var a,n,r=e.originalEvent||e,i=e.target||e.srcElement,s=i.getBoundingClientRect(),o=r.touches;o&&o.length>0?(a=o[0].clientX,n=o[0].clientY):(a=r.clientX,n=r.clientY);var d=parseFloat(ue.getStyle(i,"padding-left")),l=parseFloat(ue.getStyle(i,"padding-top")),u=parseFloat(ue.getStyle(i,"padding-right")),_=parseFloat(ue.getStyle(i,"padding-bottom")),c=s.right-s.left-d-u,m=s.bottom-s.top-l-_;return a=Math.round((a-s.left-d)/c*i.width/t.currentDevicePixelRatio),n=Math.round((n-s.top-l)/m*i.height/t.currentDevicePixelRatio),{x:a,y:n}},ue.getConstraintWidth=function(e){return a(e,"max-width","clientWidth")},ue.getConstraintHeight=function(e){return a(e,"max-height","clientHeight")},ue._calculatePadding=function(e,t,a){return t=ue.getStyle(e,t),t.indexOf("%")>-1?a*parseInt(t,10)/100:parseInt(t,10)},ue._getParentNode=function(e){var t=e.parentNode;return t&&"[object ShadowRoot]"===t.toString()&&(t=t.host),t},ue.getMaximumWidth=function(e){var t=ue._getParentNode(e);if(!t)return e.clientWidth;var a=t.clientWidth,n=ue._calculatePadding(t,"padding-left",a),r=ue._calculatePadding(t,"padding-right",a),i=a-n-r,s=ue.getConstraintWidth(e);return isNaN(s)?i:Math.min(i,s)},ue.getMaximumHeight=function(e){var t=ue._getParentNode(e);if(!t)return e.clientHeight;var a=t.clientHeight,n=ue._calculatePadding(t,"padding-top",a),r=ue._calculatePadding(t,"padding-bottom",a),i=a-n-r,s=ue.getConstraintHeight(e);return isNaN(s)?i:Math.min(i,s)},ue.getStyle=function(e,t){return e.currentStyle?e.currentStyle[t]:document.defaultView.getComputedStyle(e,null).getPropertyValue(t)},ue.retinaScale=function(e,t){var a=e.currentDevicePixelRatio=t||"undefined"!==typeof window&&window.devicePixelRatio||1;if(1!==a){var n=e.canvas,r=e.height,i=e.width;n.height=r*a,n.width=i*a,e.ctx.scale(a,a),n.style.height||n.style.width||(n.style.height=r+"px",n.style.width=i+"px")}},ue.fontString=function(e,t,a){return t+" "+e+"px "+a},ue.longestText=function(e,t,a,n){n=n||{};var r=n.data=n.data||{},i=n.garbageCollect=n.garbageCollect||[];n.font!==t&&(r=n.data={},i=n.garbageCollect=[],n.font=t),e.font=t;var s,o,d,l,u,_=0,c=a.length;for(s=0;s<c;s++)if(l=a[s],void 0!==l&&null!==l&&!0!==ue.isArray(l))_=ue.measureText(e,r,i,_,l);else if(ue.isArray(l))for(o=0,d=l.length;o<d;o++)u=l[o],void 0===u||null===u||ue.isArray(u)||(_=ue.measureText(e,r,i,_,u));var m=i.length/2;if(m>a.length){for(s=0;s<m;s++)delete r[i[s]];i.splice(0,m)}return _},ue.measureText=function(e,t,a,n,r){var i=t[r];return i||(i=t[r]=e.measureText(r).width,a.push(r)),i>n&&(n=i),n},ue.numberOfLabelLines=function(e){var t=1;return ue.each(e,(function(e){ue.isArray(e)&&e.length>t&&(t=e.length)})),t},ue.color=C?function(e){return e instanceof CanvasGradient&&(e=X.global.defaultColor),C(e)}:function(e){return console.error("Color.js not found!"),e},ue.getHoverColor=function(e){return e instanceof CanvasPattern||e instanceof CanvasGradient?e:ue.color(e).saturate(.5).darken(.1).rgbString()}};function en(){throw new Error("This method is not implemented: either no adapter can be found or an incomplete integration was provided.")}function tn(e){this.options=e||{}}ue.extend(tn.prototype,{formats:en,parse:en,format:en,add:en,diff:en,startOf:en,endOf:en,_create:function(e){return e}}),tn.override=function(e){ue.extend(tn.prototype,e)};var an=tn,nn={_date:an},rn={formatters:{values:function(e){return ue.isArray(e)?e:""+e},linear:function(e,t,a){var n=a.length>3?a[2]-a[1]:a[1]-a[0];Math.abs(n)>1&&e!==Math.floor(e)&&(n=e-Math.floor(e));var r=ue.log10(Math.abs(n)),i="";if(0!==e){var s=Math.max(Math.abs(a[0]),Math.abs(a[a.length-1]));if(s<1e-4){var o=ue.log10(Math.abs(e)),d=Math.floor(o)-Math.floor(r);d=Math.max(Math.min(d,20),0),i=e.toExponential(d)}else{var l=-1*Math.floor(r);l=Math.max(Math.min(l,20),0),i=e.toFixed(l)}}else i="0";return i},logarithmic:function(e,t,a){var n=e/Math.pow(10,Math.floor(ue.log10(e)));return 0===e?"0":1===n||2===n||5===n||0===t||t===a.length-1?e.toExponential():""}}},sn=ue.isArray,on=ue.isNullOrUndef,dn=ue.valueOrDefault,ln=ue.valueAtIndexOrDefault;function un(e,t){for(var a=[],n=e.length/t,r=0,i=e.length;r<i;r+=n)a.push(e[Math.floor(r)]);return a}function _n(e,t,a){var n,r=e.getTicks().length,i=Math.min(t,r-1),s=e.getPixelForTick(i),o=e._startPixel,d=e._endPixel,l=1e-6;if(!(a&&(n=1===r?Math.max(s-o,d-s):0===t?(e.getPixelForTick(1)-s)/2:(s-e.getPixelForTick(i-1))/2,s+=i<t?n:-n,s<o-l||s>d+l)))return s}function cn(e,t){ue.each(e,(function(e){var a,n=e.gc,r=n.length/2;if(r>t){for(a=0;a<r;++a)delete e.data[n[a]];n.splice(0,r)}}))}function mn(e,t,a,n){var r,i,s,o,d,l,u,_,c,m,h,f,M,p=a.length,g=[],y=[],L=[],v=0,Y=0;for(r=0;r<p;++r){if(o=a[r].label,d=a[r].major?t.major:t.minor,e.font=l=d.string,u=n[l]=n[l]||{data:{},gc:[]},_=d.lineHeight,c=m=0,on(o)||sn(o)){if(sn(o))for(i=0,s=o.length;i<s;++i)h=o[i],on(h)||sn(h)||(c=ue.measureText(e,u.data,u.gc,c,h),m+=_)}else c=ue.measureText(e,u.data,u.gc,c,o),m=_;g.push(c),y.push(m),L.push(_/2),v=Math.max(c,v),Y=Math.max(m,Y)}function b(e){return{width:g[e]||0,height:y[e]||0,offset:L[e]||0}}return cn(n,p),f=g.indexOf(v),M=y.indexOf(Y),{first:b(0),last:b(p-1),widest:b(f),highest:b(M)}}function hn(e){return e.drawTicks?e.tickMarkLength:0}function fn(e){var t,a;return e.display?(t=ue.options._parseFont(e),a=ue.options.toPadding(e.padding),t.lineHeight+a.height):0}function Mn(e,t){return ue.extend(ue.options._parseFont({fontFamily:dn(t.fontFamily,e.fontFamily),fontSize:dn(t.fontSize,e.fontSize),fontStyle:dn(t.fontStyle,e.fontStyle),lineHeight:dn(t.lineHeight,e.lineHeight)}),{color:ue.options.resolve([t.fontColor,e.fontColor,X.global.defaultFontColor])})}function pn(e){var t=Mn(e,e.minor),a=e.major.enabled?Mn(e,e.major):t;return{minor:t,major:a}}function gn(e){var t,a,n,r=[];for(a=0,n=e.length;a<n;++a)t=e[a],"undefined"!==typeof t._index&&r.push(t);return r}function yn(e){var t,a,n=e.length;if(n<2)return!1;for(a=e[0],t=1;t<n;++t)if(e[t]-e[t-1]!==a)return!1;return a}function Ln(e,t,a,n){var r,i,s,o,d=yn(e),l=(t.length-1)/n;if(!d)return Math.max(l,1);for(r=ue.math._factorize(d),s=0,o=r.length-1;s<o;s++)if(i=r[s],i>l)return i;return Math.max(l,1)}function vn(e){var t,a,n=[];for(t=0,a=e.length;t<a;t++)e[t].major&&n.push(t);return n}function Yn(e,t,a){var n,r,i=0,s=t[0];for(a=Math.ceil(a),n=0;n<e.length;n++)r=e[n],n===s?(r._index=n,i++,s=t[i*a]):delete r.label}function bn(e,t,a,n){var r,i,s,o,d=dn(a,0),l=Math.min(dn(n,e.length),e.length),u=0;t=Math.ceil(t),n&&(r=n-a,t=r/Math.floor(r/t)),o=d;while(o<0)u++,o=Math.round(d+u*t);for(i=Math.max(d,0);i<l;i++)s=e[i],i===o?(s._index=i,u++,o=Math.round(d+u*t)):delete s.label}X._set("scale",{display:!0,position:"left",offset:!1,gridLines:{display:!0,color:"rgba(0,0,0,0.1)",lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickMarkLength:10,zeroLineWidth:1,zeroLineColor:"rgba(0,0,0,0.25)",zeroLineBorderDash:[],zeroLineBorderDashOffset:0,offsetGridLines:!1,borderDash:[],borderDashOffset:0},scaleLabel:{display:!1,labelString:"",padding:{top:4,bottom:4}},ticks:{beginAtZero:!1,minRotation:0,maxRotation:50,mirror:!1,padding:0,reverse:!1,display:!0,autoSkip:!0,autoSkipPadding:0,labelOffset:0,callback:rn.formatters.values,minor:{},major:{}}});var kn=ge.extend({zeroLineIndex:0,getPadding:function(){var e=this;return{left:e.paddingLeft||0,top:e.paddingTop||0,right:e.paddingRight||0,bottom:e.paddingBottom||0}},getTicks:function(){return this._ticks},_getLabels:function(){var e=this.chart.data;return this.options.labels||(this.isHorizontal()?e.xLabels:e.yLabels)||e.labels||[]},mergeTicksOptions:function(){},beforeUpdate:function(){ue.callback(this.options.beforeUpdate,[this])},update:function(e,t,a){var n,r,i,s,o,d=this,l=d.options.ticks,u=l.sampleSize;if(d.beforeUpdate(),d.maxWidth=e,d.maxHeight=t,d.margins=ue.extend({left:0,right:0,top:0,bottom:0},a),d._ticks=null,d.ticks=null,d._labelSizes=null,d._maxLabelLines=0,d.longestLabelWidth=0,d.longestTextCache=d.longestTextCache||{},d._gridLineItems=null,d._labelItems=null,d.beforeSetDimensions(),d.setDimensions(),d.afterSetDimensions(),d.beforeDataLimits(),d.determineDataLimits(),d.afterDataLimits(),d.beforeBuildTicks(),s=d.buildTicks()||[],s=d.afterBuildTicks(s)||s,(!s||!s.length)&&d.ticks)for(s=[],n=0,r=d.ticks.length;n<r;++n)s.push({value:d.ticks[n],major:!1});return d._ticks=s,o=u<s.length,i=d._convertTicksToLabels(o?un(s,u):s),d._configure(),d.beforeCalculateTickRotation(),d.calculateTickRotation(),d.afterCalculateTickRotation(),d.beforeFit(),d.fit(),d.afterFit(),d._ticksToDraw=l.display&&(l.autoSkip||"auto"===l.source)?d._autoSkip(s):s,o&&(i=d._convertTicksToLabels(d._ticksToDraw)),d.ticks=i,d.afterUpdate(),d.minSize},_configure:function(){var e,t,a=this,n=a.options.ticks.reverse;a.isHorizontal()?(e=a.left,t=a.right):(e=a.top,t=a.bottom,n=!n),a._startPixel=e,a._endPixel=t,a._reversePixels=n,a._length=t-e},afterUpdate:function(){ue.callback(this.options.afterUpdate,[this])},beforeSetDimensions:function(){ue.callback(this.options.beforeSetDimensions,[this])},setDimensions:function(){var e=this;e.isHorizontal()?(e.width=e.maxWidth,e.left=0,e.right=e.width):(e.height=e.maxHeight,e.top=0,e.bottom=e.height),e.paddingLeft=0,e.paddingTop=0,e.paddingRight=0,e.paddingBottom=0},afterSetDimensions:function(){ue.callback(this.options.afterSetDimensions,[this])},beforeDataLimits:function(){ue.callback(this.options.beforeDataLimits,[this])},determineDataLimits:ue.noop,afterDataLimits:function(){ue.callback(this.options.afterDataLimits,[this])},beforeBuildTicks:function(){ue.callback(this.options.beforeBuildTicks,[this])},buildTicks:ue.noop,afterBuildTicks:function(e){var t=this;return sn(e)&&e.length?ue.callback(t.options.afterBuildTicks,[t,e]):(t.ticks=ue.callback(t.options.afterBuildTicks,[t,t.ticks])||t.ticks,e)},beforeTickToLabelConversion:function(){ue.callback(this.options.beforeTickToLabelConversion,[this])},convertTicksToLabels:function(){var e=this,t=e.options.ticks;e.ticks=e.ticks.map(t.userCallback||t.callback,this)},afterTickToLabelConversion:function(){ue.callback(this.options.afterTickToLabelConversion,[this])},beforeCalculateTickRotation:function(){ue.callback(this.options.beforeCalculateTickRotation,[this])},calculateTickRotation:function(){var e,t,a,n,r,i,s,o=this,d=o.options,l=d.ticks,u=o.getTicks().length,_=l.minRotation||0,c=l.maxRotation,m=_;!o._isVisible()||!l.display||_>=c||u<=1||!o.isHorizontal()?o.labelRotation=_:(e=o._getLabelSizes(),t=e.widest.width,a=e.highest.height-e.highest.offset,n=Math.min(o.maxWidth,o.chart.width-t),r=d.offset?o.maxWidth/u:n/(u-1),t+6>r&&(r=n/(u-(d.offset?.5:1)),i=o.maxHeight-hn(d.gridLines)-l.padding-fn(d.scaleLabel),s=Math.sqrt(t*t+a*a),m=ue.toDegrees(Math.min(Math.asin(Math.min((e.highest.height+6)/r,1)),Math.asin(Math.min(i/s,1))-Math.asin(a/s))),m=Math.max(_,Math.min(c,m))),o.labelRotation=m)},afterCalculateTickRotation:function(){ue.callback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){ue.callback(this.options.beforeFit,[this])},fit:function(){var e=this,t=e.minSize={width:0,height:0},a=e.chart,n=e.options,r=n.ticks,i=n.scaleLabel,s=n.gridLines,o=e._isVisible(),d="bottom"===n.position,l=e.isHorizontal();if(l?t.width=e.maxWidth:o&&(t.width=hn(s)+fn(i)),l?o&&(t.height=hn(s)+fn(i)):t.height=e.maxHeight,r.display&&o){var u=pn(r),_=e._getLabelSizes(),c=_.first,m=_.last,h=_.widest,f=_.highest,M=.4*u.minor.lineHeight,p=r.padding;if(l){var g=0!==e.labelRotation,y=ue.toRadians(e.labelRotation),L=Math.cos(y),v=Math.sin(y),Y=v*h.width+L*(f.height-(g?f.offset:0))+(g?0:M);t.height=Math.min(e.maxHeight,t.height+Y+p);var b,k,D=e.getPixelForTick(0)-e.left,w=e.right-e.getPixelForTick(e.getTicks().length-1);g?(b=d?L*c.width+v*c.offset:v*(c.height-c.offset),k=d?v*(m.height-m.offset):L*m.width+v*m.offset):(b=c.width/2,k=m.width/2),e.paddingLeft=Math.max((b-D)*e.width/(e.width-D),0)+3,e.paddingRight=Math.max((k-w)*e.width/(e.width-w),0)+3}else{var x=r.mirror?0:h.width+p+M;t.width=Math.min(e.maxWidth,t.width+x),e.paddingTop=c.height/2,e.paddingBottom=m.height/2}}e.handleMargins(),l?(e.width=e._length=a.width-e.margins.left-e.margins.right,e.height=t.height):(e.width=t.width,e.height=e._length=a.height-e.margins.top-e.margins.bottom)},handleMargins:function(){var e=this;e.margins&&(e.margins.left=Math.max(e.paddingLeft,e.margins.left),e.margins.top=Math.max(e.paddingTop,e.margins.top),e.margins.right=Math.max(e.paddingRight,e.margins.right),e.margins.bottom=Math.max(e.paddingBottom,e.margins.bottom))},afterFit:function(){ue.callback(this.options.afterFit,[this])},isHorizontal:function(){var e=this.options.position;return"top"===e||"bottom"===e},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(e){if(on(e))return NaN;if(("number"===typeof e||e instanceof Number)&&!isFinite(e))return NaN;if(e)if(this.isHorizontal()){if(void 0!==e.x)return this.getRightValue(e.x)}else if(void 0!==e.y)return this.getRightValue(e.y);return e},_convertTicksToLabels:function(e){var t,a,n,r=this;for(r.ticks=e.map((function(e){return e.value})),r.beforeTickToLabelConversion(),t=r.convertTicksToLabels(e)||r.ticks,r.afterTickToLabelConversion(),a=0,n=e.length;a<n;++a)e[a].label=t[a];return t},_getLabelSizes:function(){var e=this,t=e._labelSizes;return t||(e._labelSizes=t=mn(e.ctx,pn(e.options.ticks),e.getTicks(),e.longestTextCache),e.longestLabelWidth=t.widest.width),t},_parseValue:function(e){var t,a,n,r;return sn(e)?(t=+this.getRightValue(e[0]),a=+this.getRightValue(e[1]),n=Math.min(t,a),r=Math.max(t,a)):(e=+this.getRightValue(e),t=void 0,a=e,n=e,r=e),{min:n,max:r,start:t,end:a}},_getScaleLabel:function(e){var t=this._parseValue(e);return void 0!==t.start?"["+t.start+", "+t.end+"]":+this.getRightValue(e)},getLabelForIndex:ue.noop,getPixelForValue:ue.noop,getValueForPixel:ue.noop,getPixelForTick:function(e){var t=this,a=t.options.offset,n=t._ticks.length,r=1/Math.max(n-(a?0:1),1);return e<0||e>n-1?null:t.getPixelForDecimal(e*r+(a?r/2:0))},getPixelForDecimal:function(e){var t=this;return t._reversePixels&&(e=1-e),t._startPixel+e*t._length},getDecimalForPixel:function(e){var t=(e-this._startPixel)/this._length;return this._reversePixels?1-t:t},getBasePixel:function(){return this.getPixelForValue(this.getBaseValue())},getBaseValue:function(){var e=this,t=e.min,a=e.max;return e.beginAtZero?0:t<0&&a<0?a:t>0&&a>0?t:0},_autoSkip:function(e){var t,a,n,r,i=this,s=i.options.ticks,o=i._length,d=s.maxTicksLimit||o/i._tickSize()+1,l=s.major.enabled?vn(e):[],u=l.length,_=l[0],c=l[u-1];if(u>d)return Yn(e,l,u/d),gn(e);if(n=Ln(l,e,o,d),u>0){for(t=0,a=u-1;t<a;t++)bn(e,n,l[t],l[t+1]);return r=u>1?(c-_)/(u-1):null,bn(e,n,ue.isNullOrUndef(r)?0:_-r,_),bn(e,n,c,ue.isNullOrUndef(r)?e.length:c+r),gn(e)}return bn(e,n),gn(e)},_tickSize:function(){var e=this,t=e.options.ticks,a=ue.toRadians(e.labelRotation),n=Math.abs(Math.cos(a)),r=Math.abs(Math.sin(a)),i=e._getLabelSizes(),s=t.autoSkipPadding||0,o=i?i.widest.width+s:0,d=i?i.highest.height+s:0;return e.isHorizontal()?d*n>o*r?o/n:d/r:d*r<o*n?d/n:o/r},_isVisible:function(){var e,t,a,n=this,r=n.chart,i=n.options.display;if("auto"!==i)return!!i;for(e=0,t=r.data.datasets.length;e<t;++e)if(r.isDatasetVisible(e)&&(a=r.getDatasetMeta(e),a.xAxisID===n.id||a.yAxisID===n.id))return!0;return!1},_computeGridLineItems:function(e){var t,a,n,r,i,s,o,d,l,u,_,c,m,h,f,M,p,g=this,y=g.chart,L=g.options,v=L.gridLines,Y=L.position,b=v.offsetGridLines,k=g.isHorizontal(),D=g._ticksToDraw,w=D.length+(b?1:0),x=hn(v),T=[],S=v.drawBorder?ln(v.lineWidth,0,0):0,H=S/2,j=ue._alignPixel,P=function(e){return j(y,e,S)};for("top"===Y?(t=P(g.bottom),o=g.bottom-x,l=t-H,_=P(e.top)+H,m=e.bottom):"bottom"===Y?(t=P(g.top),_=e.top,m=P(e.bottom)-H,o=t+H,l=g.top+x):"left"===Y?(t=P(g.right),s=g.right-x,d=t-H,u=P(e.left)+H,c=e.right):(t=P(g.left),u=e.left,c=P(e.right)-H,s=t+H,d=g.left+x),a=0;a<w;++a)n=D[a]||{},on(n.label)&&a<D.length||(a===g.zeroLineIndex&&L.offset===b?(h=v.zeroLineWidth,f=v.zeroLineColor,M=v.zeroLineBorderDash||[],p=v.zeroLineBorderDashOffset||0):(h=ln(v.lineWidth,a,1),f=ln(v.color,a,"rgba(0,0,0,0.1)"),M=v.borderDash||[],p=v.borderDashOffset||0),r=_n(g,n._index||a,b),void 0!==r&&(i=j(y,r,h),k?s=d=u=c=i:o=l=_=m=i,T.push({tx1:s,ty1:o,tx2:d,ty2:l,x1:u,y1:_,x2:c,y2:m,width:h,color:f,borderDash:M,borderDashOffset:p})));return T.ticksLength=w,T.borderValue=t,T},_computeLabelItems:function(){var e,t,a,n,r,i,s,o,d,l,u,_,c=this,m=c.options,h=m.ticks,f=m.position,M=h.mirror,p=c.isHorizontal(),g=c._ticksToDraw,y=pn(h),L=h.padding,v=hn(m.gridLines),Y=-ue.toRadians(c.labelRotation),b=[];for("top"===f?(i=c.bottom-v-L,s=Y?"left":"center"):"bottom"===f?(i=c.top+v+L,s=Y?"right":"center"):"left"===f?(r=c.right-(M?0:v)-L,s=M?"left":"right"):(r=c.left+(M?0:v)+L,s=M?"right":"left"),e=0,t=g.length;e<t;++e)a=g[e],n=a.label,on(n)||(o=c.getPixelForTick(a._index||e)+h.labelOffset,d=a.major?y.major:y.minor,l=d.lineHeight,u=sn(n)?n.length:1,p?(r=o,_="top"===f?((Y?1:.5)-u)*l:(Y?0:.5)*l):(i=o,_=(1-u)*l/2),b.push({x:r,y:i,rotation:Y,label:n,font:d,textOffset:_,textAlign:s}));return b},_drawGrid:function(e){var t=this,a=t.options.gridLines;if(a.display){var n,r,i,s,o,d=t.ctx,l=t.chart,u=ue._alignPixel,_=a.drawBorder?ln(a.lineWidth,0,0):0,c=t._gridLineItems||(t._gridLineItems=t._computeGridLineItems(e));for(i=0,s=c.length;i<s;++i)o=c[i],n=o.width,r=o.color,n&&r&&(d.save(),d.lineWidth=n,d.strokeStyle=r,d.setLineDash&&(d.setLineDash(o.borderDash),d.lineDashOffset=o.borderDashOffset),d.beginPath(),a.drawTicks&&(d.moveTo(o.tx1,o.ty1),d.lineTo(o.tx2,o.ty2)),a.drawOnChartArea&&(d.moveTo(o.x1,o.y1),d.lineTo(o.x2,o.y2)),d.stroke(),d.restore());if(_){var m,h,f,M,p=_,g=ln(a.lineWidth,c.ticksLength-1,1),y=c.borderValue;t.isHorizontal()?(m=u(l,t.left,p)-p/2,h=u(l,t.right,g)+g/2,f=M=y):(f=u(l,t.top,p)-p/2,M=u(l,t.bottom,g)+g/2,m=h=y),d.lineWidth=_,d.strokeStyle=ln(a.color,0),d.beginPath(),d.moveTo(m,f),d.lineTo(h,M),d.stroke()}}},_drawLabels:function(){var e=this,t=e.options.ticks;if(t.display){var a,n,r,i,s,o,d,l,u=e.ctx,_=e._labelItems||(e._labelItems=e._computeLabelItems());for(a=0,r=_.length;a<r;++a){if(s=_[a],o=s.font,u.save(),u.translate(s.x,s.y),u.rotate(s.rotation),u.font=o.string,u.fillStyle=o.color,u.textBaseline="middle",u.textAlign=s.textAlign,d=s.label,l=s.textOffset,sn(d))for(n=0,i=d.length;n<i;++n)u.fillText(""+d[n],0,l),l+=o.lineHeight;else u.fillText(d,0,l);u.restore()}}},_drawTitle:function(){var e=this,t=e.ctx,a=e.options,n=a.scaleLabel;if(n.display){var r,i,s=dn(n.fontColor,X.global.defaultFontColor),o=ue.options._parseFont(n),d=ue.options.toPadding(n.padding),l=o.lineHeight/2,u=a.position,_=0;if(e.isHorizontal())r=e.left+e.width/2,i="bottom"===u?e.bottom-l-d.bottom:e.top+l+d.top;else{var c="left"===u;r=c?e.left+l+d.top:e.right-l-d.top,i=e.top+e.height/2,_=c?-.5*Math.PI:.5*Math.PI}t.save(),t.translate(r,i),t.rotate(_),t.textAlign="center",t.textBaseline="middle",t.fillStyle=s,t.font=o.string,t.fillText(n.labelString,0,0),t.restore()}},draw:function(e){var t=this;t._isVisible()&&(t._drawGrid(e),t._drawTitle(),t._drawLabels())},_layers:function(){var e=this,t=e.options,a=t.ticks&&t.ticks.z||0,n=t.gridLines&&t.gridLines.z||0;return e._isVisible()&&a!==n&&e.draw===e._draw?[{z:n,draw:function(){e._drawGrid.apply(e,arguments),e._drawTitle.apply(e,arguments)}},{z:a,draw:function(){e._drawLabels.apply(e,arguments)}}]:[{z:a,draw:function(){e.draw.apply(e,arguments)}}]},_getMatchingVisibleMetas:function(e){var t=this,a=t.isHorizontal();return t.chart._getSortedVisibleDatasetMetas().filter((function(n){return(!e||n.type===e)&&(a?n.xAxisID===t.id:n.yAxisID===t.id)}))}});kn.prototype._draw=kn.prototype.draw;var Dn=kn,wn=ue.isNullOrUndef,xn={position:"bottom"},Tn=Dn.extend({determineDataLimits:function(){var e,t=this,a=t._getLabels(),n=t.options.ticks,r=n.min,i=n.max,s=0,o=a.length-1;void 0!==r&&(e=a.indexOf(r),e>=0&&(s=e)),void 0!==i&&(e=a.indexOf(i),e>=0&&(o=e)),t.minIndex=s,t.maxIndex=o,t.min=a[s],t.max=a[o]},buildTicks:function(){var e=this,t=e._getLabels(),a=e.minIndex,n=e.maxIndex;e.ticks=0===a&&n===t.length-1?t:t.slice(a,n+1)},getLabelForIndex:function(e,t){var a=this,n=a.chart;return n.getDatasetMeta(t).controller._getValueScaleId()===a.id?a.getRightValue(n.data.datasets[t].data[e]):a._getLabels()[e]},_configure:function(){var e=this,t=e.options.offset,a=e.ticks;Dn.prototype._configure.call(e),e.isHorizontal()||(e._reversePixels=!e._reversePixels),a&&(e._startValue=e.minIndex-(t?.5:0),e._valueRange=Math.max(a.length-(t?0:1),1))},getPixelForValue:function(e,t,a){var n,r,i,s=this;return wn(t)||wn(a)||(e=s.chart.data.datasets[a].data[t]),wn(e)||(n=s.isHorizontal()?e.x:e.y),(void 0!==n||void 0!==e&&isNaN(t))&&(r=s._getLabels(),e=ue.valueOrDefault(n,e),i=r.indexOf(e),t=-1!==i?i:t,isNaN(t)&&(t=e)),s.getPixelForDecimal((t-s._startValue)/s._valueRange)},getPixelForTick:function(e){var t=this.ticks;return e<0||e>t.length-1?null:this.getPixelForValue(t[e],e+this.minIndex)},getValueForPixel:function(e){var t=this,a=Math.round(t._startValue+t.getDecimalForPixel(e)*t._valueRange);return Math.min(Math.max(a,0),t.ticks.length-1)},getBasePixel:function(){return this.bottom}}),Sn=xn;Tn._defaults=Sn;var Hn=ue.noop,jn=ue.isNullOrUndef;function Pn(e,t){var a,n,r,i,s=[],o=1e-14,d=e.stepSize,l=d||1,u=e.maxTicks-1,_=e.min,c=e.max,m=e.precision,h=t.min,f=t.max,M=ue.niceNum((f-h)/u/l)*l;if(M<o&&jn(_)&&jn(c))return[h,f];i=Math.ceil(f/M)-Math.floor(h/M),i>u&&(M=ue.niceNum(i*M/u/l)*l),d||jn(m)?a=Math.pow(10,ue._decimalPlaces(M)):(a=Math.pow(10,m),M=Math.ceil(M*a)/a),n=Math.floor(h/M)*M,r=Math.ceil(f/M)*M,d&&(!jn(_)&&ue.almostWhole(_/M,M/1e3)&&(n=_),!jn(c)&&ue.almostWhole(c/M,M/1e3)&&(r=c)),i=(r-n)/M,i=ue.almostEquals(i,Math.round(i),M/1e3)?Math.round(i):Math.ceil(i),n=Math.round(n*a)/a,r=Math.round(r*a)/a,s.push(jn(_)?n:_);for(var p=1;p<i;++p)s.push(Math.round((n+p*M)*a)/a);return s.push(jn(c)?r:c),s}var On=Dn.extend({getRightValue:function(e){return"string"===typeof e?+e:Dn.prototype.getRightValue.call(this,e)},handleTickRangeOptions:function(){var e=this,t=e.options,a=t.ticks;if(a.beginAtZero){var n=ue.sign(e.min),r=ue.sign(e.max);n<0&&r<0?e.max=0:n>0&&r>0&&(e.min=0)}var i=void 0!==a.min||void 0!==a.suggestedMin,s=void 0!==a.max||void 0!==a.suggestedMax;void 0!==a.min?e.min=a.min:void 0!==a.suggestedMin&&(null===e.min?e.min=a.suggestedMin:e.min=Math.min(e.min,a.suggestedMin)),void 0!==a.max?e.max=a.max:void 0!==a.suggestedMax&&(null===e.max?e.max=a.suggestedMax:e.max=Math.max(e.max,a.suggestedMax)),i!==s&&e.min>=e.max&&(i?e.max=e.min+1:e.min=e.max-1),e.min===e.max&&(e.max++,a.beginAtZero||e.min--)},getTickLimit:function(){var e,t=this,a=t.options.ticks,n=a.stepSize,r=a.maxTicksLimit;return n?e=Math.ceil(t.max/n)-Math.floor(t.min/n)+1:(e=t._computeTickLimit(),r=r||11),r&&(e=Math.min(r,e)),e},_computeTickLimit:function(){return Number.POSITIVE_INFINITY},handleDirectionalChanges:Hn,buildTicks:function(){var e=this,t=e.options,a=t.ticks,n=e.getTickLimit();n=Math.max(2,n);var r={maxTicks:n,min:a.min,max:a.max,precision:a.precision,stepSize:ue.valueOrDefault(a.fixedStepSize,a.stepSize)},i=e.ticks=Pn(r,e);e.handleDirectionalChanges(),e.max=ue.max(i),e.min=ue.min(i),a.reverse?(i.reverse(),e.start=e.max,e.end=e.min):(e.start=e.min,e.end=e.max)},convertTicksToLabels:function(){var e=this;e.ticksAsNumbers=e.ticks.slice(),e.zeroLineIndex=e.ticks.indexOf(0),Dn.prototype.convertTicksToLabels.call(e)},_configure:function(){var e,t=this,a=t.getTicks(),n=t.min,r=t.max;Dn.prototype._configure.call(t),t.options.offset&&a.length&&(e=(r-n)/Math.max(a.length-1,1)/2,n-=e,r+=e),t._startValue=n,t._endValue=r,t._valueRange=r-n}}),An={position:"left",ticks:{callback:rn.formatters.linear}},Fn=0,Wn=1;function Cn(e,t,a){var n=[a.type,void 0===t&&void 0===a.stack?a.index:"",a.stack].join(".");return void 0===e[n]&&(e[n]={pos:[],neg:[]}),e[n]}function En(e,t,a,n){var r,i,s=e.options,o=s.stacked,d=Cn(t,o,a),l=d.pos,u=d.neg,_=n.length;for(r=0;r<_;++r)i=e._parseValue(n[r]),isNaN(i.min)||isNaN(i.max)||a.data[r].hidden||(l[r]=l[r]||0,u[r]=u[r]||0,s.relativePoints?l[r]=100:i.min<0||i.max<0?u[r]+=i.min:l[r]+=i.max)}function zn(e,t,a){var n,r,i=a.length;for(n=0;n<i;++n)r=e._parseValue(a[n]),isNaN(r.min)||isNaN(r.max)||t.data[n].hidden||(e.min=Math.min(e.min,r.min),e.max=Math.max(e.max,r.max))}var In=On.extend({determineDataLimits:function(){var e,t,a,n,r=this,i=r.options,s=r.chart,o=s.data.datasets,d=r._getMatchingVisibleMetas(),l=i.stacked,u={},_=d.length;if(r.min=Number.POSITIVE_INFINITY,r.max=Number.NEGATIVE_INFINITY,void 0===l)for(e=0;!l&&e<_;++e)t=d[e],l=void 0!==t.stack;for(e=0;e<_;++e)t=d[e],a=o[t.index].data,l?En(r,u,t,a):zn(r,t,a);ue.each(u,(function(e){n=e.pos.concat(e.neg),r.min=Math.min(r.min,ue.min(n)),r.max=Math.max(r.max,ue.max(n))})),r.min=ue.isFinite(r.min)&&!isNaN(r.min)?r.min:Fn,r.max=ue.isFinite(r.max)&&!isNaN(r.max)?r.max:Wn,r.handleTickRangeOptions()},_computeTickLimit:function(){var e,t=this;return t.isHorizontal()?Math.ceil(t.width/40):(e=ue.options._parseFont(t.options.ticks),Math.ceil(t.height/e.lineHeight))},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(e,t){return this._getScaleLabel(this.chart.data.datasets[t].data[e])},getPixelForValue:function(e){var t=this;return t.getPixelForDecimal((+t.getRightValue(e)-t._startValue)/t._valueRange)},getValueForPixel:function(e){return this._startValue+this.getDecimalForPixel(e)*this._valueRange},getPixelForTick:function(e){var t=this.ticksAsNumbers;return e<0||e>t.length-1?null:this.getPixelForValue(t[e])}}),Nn=An;In._defaults=Nn;var Rn=ue.valueOrDefault,Vn=ue.math.log10;function Bn(e,t){var a,n,r=[],i=Rn(e.min,Math.pow(10,Math.floor(Vn(t.min)))),s=Math.floor(Vn(t.max)),o=Math.ceil(t.max/Math.pow(10,s));0===i?(a=Math.floor(Vn(t.minNotZero)),n=Math.floor(t.minNotZero/Math.pow(10,a)),r.push(i),i=n*Math.pow(10,a)):(a=Math.floor(Vn(i)),n=Math.floor(i/Math.pow(10,a)));var d=a<0?Math.pow(10,Math.abs(a)):1;do{r.push(i),++n,10===n&&(n=1,++a,d=a>=0?1:d),i=Math.round(n*Math.pow(10,a)*d)/d}while(a<s||a===s&&n<o);var l=Rn(e.max,i);return r.push(l),r}var Jn={position:"left",ticks:{callback:rn.formatters.logarithmic}};function Un(e,t){return ue.isFinite(e)&&e>=0?e:t}var Gn=Dn.extend({determineDataLimits:function(){var e,t,a,n,r,i,s=this,o=s.options,d=s.chart,l=d.data.datasets,u=s.isHorizontal();function _(e){return u?e.xAxisID===s.id:e.yAxisID===s.id}s.min=Number.POSITIVE_INFINITY,s.max=Number.NEGATIVE_INFINITY,s.minNotZero=Number.POSITIVE_INFINITY;var c=o.stacked;if(void 0===c)for(e=0;e<l.length;e++)if(t=d.getDatasetMeta(e),d.isDatasetVisible(e)&&_(t)&&void 0!==t.stack){c=!0;break}if(o.stacked||c){var m={};for(e=0;e<l.length;e++){t=d.getDatasetMeta(e);var h=[t.type,void 0===o.stacked&&void 0===t.stack?e:"",t.stack].join(".");if(d.isDatasetVisible(e)&&_(t))for(void 0===m[h]&&(m[h]=[]),n=l[e].data,r=0,i=n.length;r<i;r++){var f=m[h];a=s._parseValue(n[r]),isNaN(a.min)||isNaN(a.max)||t.data[r].hidden||a.min<0||a.max<0||(f[r]=f[r]||0,f[r]+=a.max)}}ue.each(m,(function(e){if(e.length>0){var t=ue.min(e),a=ue.max(e);s.min=Math.min(s.min,t),s.max=Math.max(s.max,a)}}))}else for(e=0;e<l.length;e++)if(t=d.getDatasetMeta(e),d.isDatasetVisible(e)&&_(t))for(n=l[e].data,r=0,i=n.length;r<i;r++)a=s._parseValue(n[r]),isNaN(a.min)||isNaN(a.max)||t.data[r].hidden||a.min<0||a.max<0||(s.min=Math.min(a.min,s.min),s.max=Math.max(a.max,s.max),0!==a.min&&(s.minNotZero=Math.min(a.min,s.minNotZero)));s.min=ue.isFinite(s.min)?s.min:null,s.max=ue.isFinite(s.max)?s.max:null,s.minNotZero=ue.isFinite(s.minNotZero)?s.minNotZero:null,this.handleTickRangeOptions()},handleTickRangeOptions:function(){var e=this,t=e.options.ticks,a=1,n=10;e.min=Un(t.min,e.min),e.max=Un(t.max,e.max),e.min===e.max&&(0!==e.min&&null!==e.min?(e.min=Math.pow(10,Math.floor(Vn(e.min))-1),e.max=Math.pow(10,Math.floor(Vn(e.max))+1)):(e.min=a,e.max=n)),null===e.min&&(e.min=Math.pow(10,Math.floor(Vn(e.max))-1)),null===e.max&&(e.max=0!==e.min?Math.pow(10,Math.floor(Vn(e.min))+1):n),null===e.minNotZero&&(e.min>0?e.minNotZero=e.min:e.max<1?e.minNotZero=Math.pow(10,Math.floor(Vn(e.max))):e.minNotZero=a)},buildTicks:function(){var e=this,t=e.options.ticks,a=!e.isHorizontal(),n={min:Un(t.min),max:Un(t.max)},r=e.ticks=Bn(n,e);e.max=ue.max(r),e.min=ue.min(r),t.reverse?(a=!a,e.start=e.max,e.end=e.min):(e.start=e.min,e.end=e.max),a&&r.reverse()},convertTicksToLabels:function(){this.tickValues=this.ticks.slice(),Dn.prototype.convertTicksToLabels.call(this)},getLabelForIndex:function(e,t){return this._getScaleLabel(this.chart.data.datasets[t].data[e])},getPixelForTick:function(e){var t=this.tickValues;return e<0||e>t.length-1?null:this.getPixelForValue(t[e])},_getFirstTickValue:function(e){var t=Math.floor(Vn(e)),a=Math.floor(e/Math.pow(10,t));return a*Math.pow(10,t)},_configure:function(){var e=this,t=e.min,a=0;Dn.prototype._configure.call(e),0===t&&(t=e._getFirstTickValue(e.minNotZero),a=Rn(e.options.ticks.fontSize,X.global.defaultFontSize)/e._length),e._startValue=Vn(t),e._valueOffset=a,e._valueRange=(Vn(e.max)-Vn(t))/(1-a)},getPixelForValue:function(e){var t=this,a=0;return e=+t.getRightValue(e),e>t.min&&e>0&&(a=(Vn(e)-t._startValue)/t._valueRange+t._valueOffset),t.getPixelForDecimal(a)},getValueForPixel:function(e){var t=this,a=t.getDecimalForPixel(e);return 0===a&&0===t.min?0:Math.pow(10,t._startValue+(a-t._valueOffset)*t._valueRange)}}),qn=Jn;Gn._defaults=qn;var $n=ue.valueOrDefault,Kn=ue.valueAtIndexOrDefault,Zn=ue.options.resolve,Xn={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,color:"rgba(0,0,0,0.1)",lineWidth:1,borderDash:[],borderDashOffset:0},gridLines:{circular:!1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2,callback:rn.formatters.linear},pointLabels:{display:!0,fontSize:10,callback:function(e){return e}}};function Qn(e){var t=e.ticks;return t.display&&e.display?$n(t.fontSize,X.global.defaultFontSize)+2*t.backdropPaddingY:0}function er(e,t,a){return ue.isArray(a)?{w:ue.longestText(e,e.font,a),h:a.length*t}:{w:e.measureText(a).width,h:t}}function tr(e,t,a,n,r){return e===n||e===r?{start:t-a/2,end:t+a/2}:e<n||e>r?{start:t-a,end:t}:{start:t,end:t+a}}function ar(e){var t,a,n,r=ue.options._parseFont(e.options.pointLabels),i={l:0,r:e.width,t:0,b:e.height-e.paddingTop},s={};e.ctx.font=r.string,e._pointLabelSizes=[];var o=e.chart.data.labels.length;for(t=0;t<o;t++){n=e.getPointPosition(t,e.drawingArea+5),a=er(e.ctx,r.lineHeight,e.pointLabels[t]),e._pointLabelSizes[t]=a;var d=e.getIndexAngle(t),l=ue.toDegrees(d)%360,u=tr(l,n.x,a.w,0,180),_=tr(l,n.y,a.h,90,270);u.start<i.l&&(i.l=u.start,s.l=d),u.end>i.r&&(i.r=u.end,s.r=d),_.start<i.t&&(i.t=_.start,s.t=d),_.end>i.b&&(i.b=_.end,s.b=d)}e.setReductions(e.drawingArea,i,s)}function nr(e){return 0===e||180===e?"center":e<180?"left":"right"}function rr(e,t,a,n){var r,i,s=a.y+n/2;if(ue.isArray(t))for(r=0,i=t.length;r<i;++r)e.fillText(t[r],a.x,s),s+=n;else e.fillText(t,a.x,s)}function ir(e,t,a){90===e||270===e?a.y-=t.h/2:(e>270||e<90)&&(a.y-=t.h)}function sr(e){var t=e.ctx,a=e.options,n=a.pointLabels,r=Qn(a),i=e.getDistanceFromCenterForValue(a.ticks.reverse?e.min:e.max),s=ue.options._parseFont(n);t.save(),t.font=s.string,t.textBaseline="middle";for(var o=e.chart.data.labels.length-1;o>=0;o--){var d=0===o?r/2:0,l=e.getPointPosition(o,i+d+5),u=Kn(n.fontColor,o,X.global.defaultFontColor);t.fillStyle=u;var _=e.getIndexAngle(o),c=ue.toDegrees(_);t.textAlign=nr(c),ir(c,e._pointLabelSizes[o],l),rr(t,e.pointLabels[o],l,s.lineHeight)}t.restore()}function or(e,t,a,n){var r,i=e.ctx,s=t.circular,o=e.chart.data.labels.length,d=Kn(t.color,n-1),l=Kn(t.lineWidth,n-1);if((s||o)&&d&&l){if(i.save(),i.strokeStyle=d,i.lineWidth=l,i.setLineDash&&(i.setLineDash(t.borderDash||[]),i.lineDashOffset=t.borderDashOffset||0),i.beginPath(),s)i.arc(e.xCenter,e.yCenter,a,0,2*Math.PI);else{r=e.getPointPosition(0,a),i.moveTo(r.x,r.y);for(var u=1;u<o;u++)r=e.getPointPosition(u,a),i.lineTo(r.x,r.y)}i.closePath(),i.stroke(),i.restore()}}function dr(e){return ue.isNumber(e)?e:0}var lr=On.extend({setDimensions:function(){var e=this;e.width=e.maxWidth,e.height=e.maxHeight,e.paddingTop=Qn(e.options)/2,e.xCenter=Math.floor(e.width/2),e.yCenter=Math.floor((e.height-e.paddingTop)/2),e.drawingArea=Math.min(e.height-e.paddingTop,e.width)/2},determineDataLimits:function(){var e=this,t=e.chart,a=Number.POSITIVE_INFINITY,n=Number.NEGATIVE_INFINITY;ue.each(t.data.datasets,(function(r,i){if(t.isDatasetVisible(i)){var s=t.getDatasetMeta(i);ue.each(r.data,(function(t,r){var i=+e.getRightValue(t);isNaN(i)||s.data[r].hidden||(a=Math.min(i,a),n=Math.max(i,n))}))}})),e.min=a===Number.POSITIVE_INFINITY?0:a,e.max=n===Number.NEGATIVE_INFINITY?0:n,e.handleTickRangeOptions()},_computeTickLimit:function(){return Math.ceil(this.drawingArea/Qn(this.options))},convertTicksToLabels:function(){var e=this;On.prototype.convertTicksToLabels.call(e),e.pointLabels=e.chart.data.labels.map((function(){var t=ue.callback(e.options.pointLabels.callback,arguments,e);return t||0===t?t:""}))},getLabelForIndex:function(e,t){return+this.getRightValue(this.chart.data.datasets[t].data[e])},fit:function(){var e=this,t=e.options;t.display&&t.pointLabels.display?ar(e):e.setCenterPoint(0,0,0,0)},setReductions:function(e,t,a){var n=this,r=t.l/Math.sin(a.l),i=Math.max(t.r-n.width,0)/Math.sin(a.r),s=-t.t/Math.cos(a.t),o=-Math.max(t.b-(n.height-n.paddingTop),0)/Math.cos(a.b);r=dr(r),i=dr(i),s=dr(s),o=dr(o),n.drawingArea=Math.min(Math.floor(e-(r+i)/2),Math.floor(e-(s+o)/2)),n.setCenterPoint(r,i,s,o)},setCenterPoint:function(e,t,a,n){var r=this,i=r.width-t-r.drawingArea,s=e+r.drawingArea,o=a+r.drawingArea,d=r.height-r.paddingTop-n-r.drawingArea;r.xCenter=Math.floor((s+i)/2+r.left),r.yCenter=Math.floor((o+d)/2+r.top+r.paddingTop)},getIndexAngle:function(e){var t=this.chart,a=360/t.data.labels.length,n=t.options||{},r=n.startAngle||0,i=(e*a+r)%360;return(i<0?i+360:i)*Math.PI*2/360},getDistanceFromCenterForValue:function(e){var t=this;if(ue.isNullOrUndef(e))return NaN;var a=t.drawingArea/(t.max-t.min);return t.options.ticks.reverse?(t.max-e)*a:(e-t.min)*a},getPointPosition:function(e,t){var a=this,n=a.getIndexAngle(e)-Math.PI/2;return{x:Math.cos(n)*t+a.xCenter,y:Math.sin(n)*t+a.yCenter}},getPointPositionForValue:function(e,t){return this.getPointPosition(e,this.getDistanceFromCenterForValue(t))},getBasePosition:function(e){var t=this,a=t.min,n=t.max;return t.getPointPositionForValue(e||0,t.beginAtZero?0:a<0&&n<0?n:a>0&&n>0?a:0)},_drawGrid:function(){var e,t,a,n=this,r=n.ctx,i=n.options,s=i.gridLines,o=i.angleLines,d=$n(o.lineWidth,s.lineWidth),l=$n(o.color,s.color);if(i.pointLabels.display&&sr(n),s.display&&ue.each(n.ticks,(function(e,a){0!==a&&(t=n.getDistanceFromCenterForValue(n.ticksAsNumbers[a]),or(n,s,t,a))})),o.display&&d&&l){for(r.save(),r.lineWidth=d,r.strokeStyle=l,r.setLineDash&&(r.setLineDash(Zn([o.borderDash,s.borderDash,[]])),r.lineDashOffset=Zn([o.borderDashOffset,s.borderDashOffset,0])),e=n.chart.data.labels.length-1;e>=0;e--)t=n.getDistanceFromCenterForValue(i.ticks.reverse?n.min:n.max),a=n.getPointPosition(e,t),r.beginPath(),r.moveTo(n.xCenter,n.yCenter),r.lineTo(a.x,a.y),r.stroke();r.restore()}},_drawLabels:function(){var e=this,t=e.ctx,a=e.options,n=a.ticks;if(n.display){var r,i,s=e.getIndexAngle(0),o=ue.options._parseFont(n),d=$n(n.fontColor,X.global.defaultFontColor);t.save(),t.font=o.string,t.translate(e.xCenter,e.yCenter),t.rotate(s),t.textAlign="center",t.textBaseline="middle",ue.each(e.ticks,(function(a,s){(0!==s||n.reverse)&&(r=e.getDistanceFromCenterForValue(e.ticksAsNumbers[s]),n.showLabelBackdrop&&(i=t.measureText(a).width,t.fillStyle=n.backdropColor,t.fillRect(-i/2-n.backdropPaddingX,-r-o.size/2-n.backdropPaddingY,i+2*n.backdropPaddingX,o.size+2*n.backdropPaddingY)),t.fillStyle=d,t.fillText(a,0,-r))})),t.restore()}},_drawTitle:ue.noop}),ur=Xn;lr._defaults=ur;var _r=ue._deprecated,cr=ue.options.resolve,mr=ue.valueOrDefault,hr=Number.MIN_SAFE_INTEGER||-9007199254740991,fr=Number.MAX_SAFE_INTEGER||9007199254740991,Mr={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},pr=Object.keys(Mr);function gr(e,t){return e-t}function yr(e){var t,a,n,r={},i=[];for(t=0,a=e.length;t<a;++t)n=e[t],r[n]||(r[n]=!0,i.push(n));return i}function Lr(e){return ue.valueOrDefault(e.time.min,e.ticks.min)}function vr(e){return ue.valueOrDefault(e.time.max,e.ticks.max)}function Yr(e,t,a,n){if("linear"===n||!e.length)return[{time:t,pos:0},{time:a,pos:1}];var r,i,s,o,d,l=[],u=[t];for(r=0,i=e.length;r<i;++r)o=e[r],o>t&&o<a&&u.push(o);for(u.push(a),r=0,i=u.length;r<i;++r)d=u[r+1],s=u[r-1],o=u[r],void 0!==s&&void 0!==d&&Math.round((d+s)/2)===o||l.push({time:o,pos:r/(i-1)});return l}function br(e,t,a){var n,r,i,s=0,o=e.length-1;while(s>=0&&s<=o){if(n=s+o>>1,r=e[n-1]||null,i=e[n],!r)return{lo:null,hi:i};if(i[t]<a)s=n+1;else{if(!(r[t]>a))return{lo:r,hi:i};o=n-1}}return{lo:i,hi:null}}function kr(e,t,a,n){var r=br(e,t,a),i=r.lo?r.hi?r.lo:e[e.length-2]:e[0],s=r.lo?r.hi?r.hi:e[e.length-1]:e[1],o=s[t]-i[t],d=o?(a-i[t])/o:0,l=(s[n]-i[n])*d;return i[n]+l}function Dr(e,t){var a=e._adapter,n=e.options.time,r=n.parser,i=r||n.format,s=t;return"function"===typeof r&&(s=r(s)),ue.isFinite(s)||(s="string"===typeof i?a.parse(s,i):a.parse(s)),null!==s?+s:(r||"function"!==typeof i||(s=i(t),ue.isFinite(s)||(s=a.parse(s))),s)}function wr(e,t){if(ue.isNullOrUndef(t))return null;var a=e.options.time,n=Dr(e,e.getRightValue(t));return null===n||a.round&&(n=+e._adapter.startOf(n,a.round)),n}function xr(e,t,a,n){var r,i,s,o=pr.length;for(r=pr.indexOf(e);r<o-1;++r)if(i=Mr[pr[r]],s=i.steps?i.steps:fr,i.common&&Math.ceil((a-t)/(s*i.size))<=n)return pr[r];return pr[o-1]}function Tr(e,t,a,n,r){var i,s;for(i=pr.length-1;i>=pr.indexOf(a);i--)if(s=pr[i],Mr[s].common&&e._adapter.diff(r,n,s)>=t-1)return s;return pr[a?pr.indexOf(a):0]}function Sr(e){for(var t=pr.indexOf(e)+1,a=pr.length;t<a;++t)if(Mr[pr[t]].common)return pr[t]}function Hr(e,t,a,n){var r,i=e._adapter,s=e.options,o=s.time,d=o.unit||xr(o.minUnit,t,a,n),l=cr([o.stepSize,o.unitStepSize,1]),u="week"===d&&o.isoWeekday,_=t,c=[];if(u&&(_=+i.startOf(_,"isoWeek",u)),_=+i.startOf(_,u?"day":d),i.diff(a,t,d)>1e5*l)throw t+" and "+a+" are too far apart with stepSize of "+l+" "+d;for(r=_;r<a;r=+i.add(r,l,d))c.push(r);return r!==a&&"ticks"!==s.bounds||c.push(r),c}function jr(e,t,a,n,r){var i,s,o=0,d=0;return r.offset&&t.length&&(i=kr(e,"time",t[0],"pos"),o=1===t.length?1-i:(kr(e,"time",t[1],"pos")-i)/2,s=kr(e,"time",t[t.length-1],"pos"),d=1===t.length?s:(s-kr(e,"time",t[t.length-2],"pos"))/2),{start:o,end:d,factor:1/(o+1+d)}}function Pr(e,t,a,n){var r,i,s=e._adapter,o=+s.startOf(t[0].value,n),d=t[t.length-1].value;for(r=o;r<=d;r=+s.add(r,1,n))i=a[r],i>=0&&(t[i].major=!0);return t}function Or(e,t,a){var n,r,i=[],s={},o=t.length;for(n=0;n<o;++n)r=t[n],s[r]=n,i.push({value:r,major:!1});return 0!==o&&a?Pr(e,i,s,a):i}var Ar={position:"bottom",distribution:"linear",bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,displayFormat:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{autoSkip:!1,source:"auto",major:{enabled:!1}}},Fr=Dn.extend({initialize:function(){this.mergeTicksOptions(),Dn.prototype.initialize.call(this)},update:function(){var e=this,t=e.options,a=t.time||(t.time={}),n=e._adapter=new nn._date(t.adapters.date);return _r("time scale",a.format,"time.format","time.parser"),_r("time scale",a.min,"time.min","ticks.min"),_r("time scale",a.max,"time.max","ticks.max"),ue.mergeIf(a.displayFormats,n.formats()),Dn.prototype.update.apply(e,arguments)},getRightValue:function(e){return e&&void 0!==e.t&&(e=e.t),Dn.prototype.getRightValue.call(this,e)},determineDataLimits:function(){var e,t,a,n,r,i,s,o=this,d=o.chart,l=o._adapter,u=o.options,_=u.time.unit||"day",c=fr,m=hr,h=[],f=[],M=[],p=o._getLabels();for(e=0,a=p.length;e<a;++e)M.push(wr(o,p[e]));for(e=0,a=(d.data.datasets||[]).length;e<a;++e)if(d.isDatasetVisible(e))if(r=d.data.datasets[e].data,ue.isObject(r[0]))for(f[e]=[],t=0,n=r.length;t<n;++t)i=wr(o,r[t]),h.push(i),f[e][t]=i;else f[e]=M.slice(0),s||(h=h.concat(M),s=!0);else f[e]=[];M.length&&(c=Math.min(c,M[0]),m=Math.max(m,M[M.length-1])),h.length&&(h=a>1?yr(h).sort(gr):h.sort(gr),c=Math.min(c,h[0]),m=Math.max(m,h[h.length-1])),c=wr(o,Lr(u))||c,m=wr(o,vr(u))||m,c=c===fr?+l.startOf(Date.now(),_):c,m=m===hr?+l.endOf(Date.now(),_)+1:m,o.min=Math.min(c,m),o.max=Math.max(c+1,m),o._table=[],o._timestamps={data:h,datasets:f,labels:M}},buildTicks:function(){var e,t,a,n=this,r=n.min,i=n.max,s=n.options,o=s.ticks,d=s.time,l=n._timestamps,u=[],_=n.getLabelCapacity(r),c=o.source,m=s.distribution;for(l="data"===c||"auto"===c&&"series"===m?l.data:"labels"===c?l.labels:Hr(n,r,i,_),"ticks"===s.bounds&&l.length&&(r=l[0],i=l[l.length-1]),r=wr(n,Lr(s))||r,i=wr(n,vr(s))||i,e=0,t=l.length;e<t;++e)a=l[e],a>=r&&a<=i&&u.push(a);return n.min=r,n.max=i,n._unit=d.unit||(o.autoSkip?xr(d.minUnit,n.min,n.max,_):Tr(n,u.length,d.minUnit,n.min,n.max)),n._majorUnit=o.major.enabled&&"year"!==n._unit?Sr(n._unit):void 0,n._table=Yr(n._timestamps.data,r,i,m),n._offsets=jr(n._table,u,r,i,s),o.reverse&&u.reverse(),Or(n,u,n._majorUnit)},getLabelForIndex:function(e,t){var a=this,n=a._adapter,r=a.chart.data,i=a.options.time,s=r.labels&&e<r.labels.length?r.labels[e]:"",o=r.datasets[t].data[e];return ue.isObject(o)&&(s=a.getRightValue(o)),i.tooltipFormat?n.format(Dr(a,s),i.tooltipFormat):"string"===typeof s?s:n.format(Dr(a,s),i.displayFormats.datetime)},tickFormatFunction:function(e,t,a,n){var r=this,i=r._adapter,s=r.options,o=s.time.displayFormats,d=o[r._unit],l=r._majorUnit,u=o[l],_=a[t],c=s.ticks,m=l&&u&&_&&_.major,h=i.format(e,n||(m?u:d)),f=m?c.major:c.minor,M=cr([f.callback,f.userCallback,c.callback,c.userCallback]);return M?M(h,t,a):h},convertTicksToLabels:function(e){var t,a,n=[];for(t=0,a=e.length;t<a;++t)n.push(this.tickFormatFunction(e[t].value,t,e));return n},getPixelForOffset:function(e){var t=this,a=t._offsets,n=kr(t._table,"time",e,"pos");return t.getPixelForDecimal((a.start+n)*a.factor)},getPixelForValue:function(e,t,a){var n=this,r=null;if(void 0!==t&&void 0!==a&&(r=n._timestamps.datasets[a][t]),null===r&&(r=wr(n,e)),null!==r)return n.getPixelForOffset(r)},getPixelForTick:function(e){var t=this.getTicks();return e>=0&&e<t.length?this.getPixelForOffset(t[e].value):null},getValueForPixel:function(e){var t=this,a=t._offsets,n=t.getDecimalForPixel(e)/a.factor-a.end,r=kr(t._table,"pos",n,"time");return t._adapter._create(r)},_getLabelSize:function(e){var t=this,a=t.options.ticks,n=t.ctx.measureText(e).width,r=ue.toRadians(t.isHorizontal()?a.maxRotation:a.minRotation),i=Math.cos(r),s=Math.sin(r),o=mr(a.fontSize,X.global.defaultFontSize);return{w:n*i+o*s,h:n*s+o*i}},getLabelWidth:function(e){return this._getLabelSize(e).w},getLabelCapacity:function(e){var t=this,a=t.options.time,n=a.displayFormats,r=n[a.unit]||n.millisecond,i=t.tickFormatFunction(e,0,Or(t,[e],t._majorUnit),r),s=t._getLabelSize(i),o=Math.floor(t.isHorizontal()?t.width/s.w:t.height/s.h);return t.options.offset&&o--,o>0?o:1}}),Wr=Ar;Fr._defaults=Wr;var Cr={category:Tn,linear:In,logarithmic:Gn,radialLinear:lr,time:Fr},Er={datetime:"MMM D, YYYY, h:mm:ss a",millisecond:"h:mm:ss.SSS a",second:"h:mm:ss a",minute:"h:mm a",hour:"hA",day:"MMM D",week:"ll",month:"MMM YYYY",quarter:"[Q]Q - YYYY",year:"YYYY"};nn._date.override("function"===typeof e?{_id:"moment",formats:function(){return Er},parse:function(t,a){return"string"===typeof t&&"string"===typeof a?t=e(t,a):t instanceof e||(t=e(t)),t.isValid()?t.valueOf():null},format:function(t,a){return e(t).format(a)},add:function(t,a,n){return e(t).add(a,n).valueOf()},diff:function(t,a,n){return e(t).diff(e(a),n)},startOf:function(t,a,n){return t=e(t),"isoWeek"===a?t.isoWeekday(n).valueOf():t.startOf(a).valueOf()},endOf:function(t,a){return e(t).endOf(a).valueOf()},_create:function(t){return e(t)}}:{}),X._set("global",{plugins:{filler:{propagate:!0}}});var zr={dataset:function(e){var t=e.fill,a=e.chart,n=a.getDatasetMeta(t),r=n&&a.isDatasetVisible(t),i=r&&n.dataset._children||[],s=i.length||0;return s?function(e,t){return t<s&&i[t]._view||null}:null},boundary:function(e){var t=e.boundary,a=t?t.x:null,n=t?t.y:null;return ue.isArray(t)?function(e,a){return t[a]}:function(e){return{x:null===a?e.x:a,y:null===n?e.y:n}}}};function Ir(e,t,a){var n,r=e._model||{},i=r.fill;if(void 0===i&&(i=!!r.backgroundColor),!1===i||null===i)return!1;if(!0===i)return"origin";if(n=parseFloat(i,10),isFinite(n)&&Math.floor(n)===n)return"-"!==i[0]&&"+"!==i[0]||(n=t+n),!(n===t||n<0||n>=a)&&n;switch(i){case"bottom":return"start";case"top":return"end";case"zero":return"origin";case"origin":case"start":case"end":return i;default:return!1}}function Nr(e){var t,a=e.el._model||{},n=e.el._scale||{},r=e.fill,i=null;if(isFinite(r))return null;if("start"===r?i=void 0===a.scaleBottom?n.bottom:a.scaleBottom:"end"===r?i=void 0===a.scaleTop?n.top:a.scaleTop:void 0!==a.scaleZero?i=a.scaleZero:n.getBasePixel&&(i=n.getBasePixel()),void 0!==i&&null!==i){if(void 0!==i.x&&void 0!==i.y)return i;if(ue.isFinite(i))return t=n.isHorizontal(),{x:t?i:null,y:t?null:i}}return null}function Rr(e){var t,a,n,r,i,s=e.el._scale,o=s.options,d=s.chart.data.labels.length,l=e.fill,u=[];if(!d)return null;for(t=o.ticks.reverse?s.max:s.min,a=o.ticks.reverse?s.min:s.max,n=s.getPointPositionForValue(0,t),r=0;r<d;++r)i="start"===l||"end"===l?s.getPointPositionForValue(r,"start"===l?t:a):s.getBasePosition(r),o.gridLines.circular&&(i.cx=n.x,i.cy=n.y,i.angle=s.getIndexAngle(r)-Math.PI/2),u.push(i);return u}function Vr(e){var t=e.el._scale||{};return t.getPointPositionForValue?Rr(e):Nr(e)}function Br(e,t,a){var n,r=e[t],i=r.fill,s=[t];if(!a)return i;while(!1!==i&&-1===s.indexOf(i)){if(!isFinite(i))return i;if(n=e[i],!n)return!1;if(n.visible)return i;s.push(i),i=n.fill}return!1}function Jr(e){var t=e.fill,a="dataset";return!1===t?null:(isFinite(t)||(a="boundary"),zr[a](e))}function Ur(e){return e&&!e.skip}function Gr(e,t,a,n,r){var i,s,o,d;if(n&&r){for(e.moveTo(t[0].x,t[0].y),i=1;i<n;++i)ue.canvas.lineTo(e,t[i-1],t[i]);if(void 0===a[0].angle)for(e.lineTo(a[r-1].x,a[r-1].y),i=r-1;i>0;--i)ue.canvas.lineTo(e,a[i],a[i-1],!0);else for(s=a[0].cx,o=a[0].cy,d=Math.sqrt(Math.pow(a[0].x-s,2)+Math.pow(a[0].y-o,2)),i=r-1;i>0;--i)e.arc(s,o,d,a[i].angle,a[i-1].angle,!0)}}function qr(e,t,a,n,r,i){var s,o,d,l,u,_,c,m,h=t.length,f=n.spanGaps,M=[],p=[],g=0,y=0;for(e.beginPath(),s=0,o=h;s<o;++s)d=s%h,l=t[d]._view,u=a(l,d,n),_=Ur(l),c=Ur(u),i&&void 0===m&&_&&(m=s+1,o=h+m),_&&c?(g=M.push(l),y=p.push(u)):g&&y&&(f?(_&&M.push(l),c&&p.push(u)):(Gr(e,M,p,g,y),g=y=0,M=[],p=[]));Gr(e,M,p,g,y),e.closePath(),e.fillStyle=r,e.fill()}var $r={id:"filler",afterDatasetsUpdate:function(e,t){var a,n,r,i,s=(e.data.datasets||[]).length,o=t.propagate,d=[];for(n=0;n<s;++n)a=e.getDatasetMeta(n),r=a.dataset,i=null,r&&r._model&&r instanceof Ke.Line&&(i={visible:e.isDatasetVisible(n),fill:Ir(r,n,s),chart:e,el:r}),a.$filler=i,d.push(i);for(n=0;n<s;++n)i=d[n],i&&(i.fill=Br(d,n,o),i.boundary=Vr(i),i.mapper=Jr(i))},beforeDatasetsDraw:function(e){var t,a,n,r,i,s,o,d=e._getSortedVisibleDatasetMetas(),l=e.ctx;for(a=d.length-1;a>=0;--a)t=d[a].$filler,t&&t.visible&&(n=t.el,r=n._view,i=n._children||[],s=t.mapper,o=r.backgroundColor||X.global.defaultColor,s&&o&&i.length&&(ue.canvas.clipArea(l,e.chartArea),qr(l,i,s,r,o,n._loop),ue.canvas.unclipArea(l)))}},Kr=ue.rtl.getRtlAdapter,Zr=ue.noop,Xr=ue.valueOrDefault;function Qr(e,t){return e.usePointStyle&&e.boxWidth>t?t:e.boxWidth}X._set("global",{legend:{display:!0,position:"top",align:"center",fullWidth:!0,reverse:!1,weight:1e3,onClick:function(e,t){var a=t.datasetIndex,n=this.chart,r=n.getDatasetMeta(a);r.hidden=null===r.hidden?!n.data.datasets[a].hidden:null,n.update()},onHover:null,onLeave:null,labels:{boxWidth:40,padding:10,generateLabels:function(e){var t=e.data.datasets,a=e.options.legend||{},n=a.labels&&a.labels.usePointStyle;return e._getSortedDatasetMetas().map((function(a){var r=a.controller.getStyle(n?0:void 0);return{text:t[a.index].label,fillStyle:r.backgroundColor,hidden:!e.isDatasetVisible(a.index),lineCap:r.borderCapStyle,lineDash:r.borderDash,lineDashOffset:r.borderDashOffset,lineJoin:r.borderJoinStyle,lineWidth:r.borderWidth,strokeStyle:r.borderColor,pointStyle:r.pointStyle,rotation:r.rotation,datasetIndex:a.index}}),this)}}},legendCallback:function(e){var t,a,n,r,i=document.createElement("ul"),s=e.data.datasets;for(i.setAttribute("class",e.id+"-legend"),t=0,a=s.length;t<a;t++)n=i.appendChild(document.createElement("li")),r=n.appendChild(document.createElement("span")),r.style.backgroundColor=s[t].backgroundColor,s[t].label&&n.appendChild(document.createTextNode(s[t].label));return i.outerHTML}});var ei=ge.extend({initialize:function(e){var t=this;ue.extend(t,e),t.legendHitBoxes=[],t._hoveredItem=null,t.doughnutMode=!1},beforeUpdate:Zr,update:function(e,t,a){var n=this;return n.beforeUpdate(),n.maxWidth=e,n.maxHeight=t,n.margins=a,n.beforeSetDimensions(),n.setDimensions(),n.afterSetDimensions(),n.beforeBuildLabels(),n.buildLabels(),n.afterBuildLabels(),n.beforeFit(),n.fit(),n.afterFit(),n.afterUpdate(),n.minSize},afterUpdate:Zr,beforeSetDimensions:Zr,setDimensions:function(){var e=this;e.isHorizontal()?(e.width=e.maxWidth,e.left=0,e.right=e.width):(e.height=e.maxHeight,e.top=0,e.bottom=e.height),e.paddingLeft=0,e.paddingTop=0,e.paddingRight=0,e.paddingBottom=0,e.minSize={width:0,height:0}},afterSetDimensions:Zr,beforeBuildLabels:Zr,buildLabels:function(){var e=this,t=e.options.labels||{},a=ue.callback(t.generateLabels,[e.chart],e)||[];t.filter&&(a=a.filter((function(a){return t.filter(a,e.chart.data)}))),e.options.reverse&&a.reverse(),e.legendItems=a},afterBuildLabels:Zr,beforeFit:Zr,fit:function(){var e=this,t=e.options,a=t.labels,n=t.display,r=e.ctx,i=ue.options._parseFont(a),s=i.size,o=e.legendHitBoxes=[],d=e.minSize,l=e.isHorizontal();if(l?(d.width=e.maxWidth,d.height=n?10:0):(d.width=n?10:0,d.height=e.maxHeight),n){if(r.font=i.string,l){var u=e.lineWidths=[0],_=0;r.textAlign="left",r.textBaseline="middle",ue.each(e.legendItems,(function(e,t){var n=Qr(a,s),i=n+s/2+r.measureText(e.text).width;(0===t||u[u.length-1]+i+2*a.padding>d.width)&&(_+=s+a.padding,u[u.length-(t>0?0:1)]=0),o[t]={left:0,top:0,width:i,height:s},u[u.length-1]+=i+a.padding})),d.height+=_}else{var c=a.padding,m=e.columnWidths=[],h=e.columnHeights=[],f=a.padding,M=0,p=0;ue.each(e.legendItems,(function(e,t){var n=Qr(a,s),i=n+s/2+r.measureText(e.text).width;t>0&&p+s+2*c>d.height&&(f+=M+a.padding,m.push(M),h.push(p),M=0,p=0),M=Math.max(M,i),p+=s+c,o[t]={left:0,top:0,width:i,height:s}})),f+=M,m.push(M),h.push(p),d.width+=f}e.width=d.width,e.height=d.height}else e.width=d.width=e.height=d.height=0},afterFit:Zr,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var e=this,t=e.options,a=t.labels,n=X.global,r=n.defaultColor,i=n.elements.line,s=e.height,o=e.columnHeights,d=e.width,l=e.lineWidths;if(t.display){var u,_=Kr(t.rtl,e.left,e.minSize.width),c=e.ctx,m=Xr(a.fontColor,n.defaultFontColor),h=ue.options._parseFont(a),f=h.size;c.textAlign=_.textAlign("left"),c.textBaseline="middle",c.lineWidth=.5,c.strokeStyle=m,c.fillStyle=m,c.font=h.string;var M=Qr(a,f),p=e.legendHitBoxes,g=function(e,t,n){if(!(isNaN(M)||M<=0)){c.save();var s=Xr(n.lineWidth,i.borderWidth);if(c.fillStyle=Xr(n.fillStyle,r),c.lineCap=Xr(n.lineCap,i.borderCapStyle),c.lineDashOffset=Xr(n.lineDashOffset,i.borderDashOffset),c.lineJoin=Xr(n.lineJoin,i.borderJoinStyle),c.lineWidth=s,c.strokeStyle=Xr(n.strokeStyle,r),c.setLineDash&&c.setLineDash(Xr(n.lineDash,i.borderDash)),a&&a.usePointStyle){var o=M*Math.SQRT2/2,d=_.xPlus(e,M/2),l=t+f/2;ue.canvas.drawPoint(c,n.pointStyle,o,d,l,n.rotation)}else c.fillRect(_.leftForLtr(e,M),t,M,f),0!==s&&c.strokeRect(_.leftForLtr(e,M),t,M,f);c.restore()}},y=function(e,t,a,n){var r=f/2,i=_.xPlus(e,M+r),s=t+r;c.fillText(a.text,i,s),a.hidden&&(c.beginPath(),c.lineWidth=2,c.moveTo(i,s),c.lineTo(_.xPlus(i,n),s),c.stroke())},L=function(e,n){switch(t.align){case"start":return a.padding;case"end":return e-n;default:return(e-n+a.padding)/2}},v=e.isHorizontal();u=v?{x:e.left+L(d,l[0]),y:e.top+a.padding,line:0}:{x:e.left+a.padding,y:e.top+L(s,o[0]),line:0},ue.rtl.overrideTextDirection(e.ctx,t.textDirection);var Y=f+a.padding;ue.each(e.legendItems,(function(t,n){var r=c.measureText(t.text).width,i=M+f/2+r,m=u.x,h=u.y;_.setWidth(e.minSize.width),v?n>0&&m+i+a.padding>e.left+e.minSize.width&&(h=u.y+=Y,u.line++,m=u.x=e.left+L(d,l[u.line])):n>0&&h+Y>e.top+e.minSize.height&&(m=u.x=m+e.columnWidths[u.line]+a.padding,u.line++,h=u.y=e.top+L(s,o[u.line]));var b=_.x(m);g(b,h,t),p[n].left=_.leftForLtr(b,p[n].width),p[n].top=h,y(b,h,t,r),v?u.x+=i+a.padding:u.y+=Y})),ue.rtl.restoreTextDirection(e.ctx,t.textDirection)}},_getLegendItemAt:function(e,t){var a,n,r,i=this;if(e>=i.left&&e<=i.right&&t>=i.top&&t<=i.bottom)for(r=i.legendHitBoxes,a=0;a<r.length;++a)if(n=r[a],e>=n.left&&e<=n.left+n.width&&t>=n.top&&t<=n.top+n.height)return i.legendItems[a];return null},handleEvent:function(e){var t,a=this,n=a.options,r="mouseup"===e.type?"click":e.type;if("mousemove"===r){if(!n.onHover&&!n.onLeave)return}else{if("click"!==r)return;if(!n.onClick)return}t=a._getLegendItemAt(e.x,e.y),"click"===r?t&&n.onClick&&n.onClick.call(a,e.native,t):(n.onLeave&&t!==a._hoveredItem&&(a._hoveredItem&&n.onLeave.call(a,e.native,a._hoveredItem),a._hoveredItem=t),n.onHover&&t&&n.onHover.call(a,e.native,t))}});function ti(e,t){var a=new ei({ctx:e.ctx,options:t,chart:e});$t.configure(e,a,t),$t.addBox(e,a),e.legend=a}var ai={id:"legend",_element:ei,beforeInit:function(e){var t=e.options.legend;t&&ti(e,t)},beforeUpdate:function(e){var t=e.options.legend,a=e.legend;t?(ue.mergeIf(t,X.global.legend),a?($t.configure(e,a,t),a.options=t):ti(e,t)):a&&($t.removeBox(e,a),delete e.legend)},afterEvent:function(e,t){var a=e.legend;a&&a.handleEvent(t)}},ni=ue.noop;X._set("global",{title:{display:!1,fontStyle:"bold",fullWidth:!0,padding:10,position:"top",text:"",weight:2e3}});var ri=ge.extend({initialize:function(e){var t=this;ue.extend(t,e),t.legendHitBoxes=[]},beforeUpdate:ni,update:function(e,t,a){var n=this;return n.beforeUpdate(),n.maxWidth=e,n.maxHeight=t,n.margins=a,n.beforeSetDimensions(),n.setDimensions(),n.afterSetDimensions(),n.beforeBuildLabels(),n.buildLabels(),n.afterBuildLabels(),n.beforeFit(),n.fit(),n.afterFit(),n.afterUpdate(),n.minSize},afterUpdate:ni,beforeSetDimensions:ni,setDimensions:function(){var e=this;e.isHorizontal()?(e.width=e.maxWidth,e.left=0,e.right=e.width):(e.height=e.maxHeight,e.top=0,e.bottom=e.height),e.paddingLeft=0,e.paddingTop=0,e.paddingRight=0,e.paddingBottom=0,e.minSize={width:0,height:0}},afterSetDimensions:ni,beforeBuildLabels:ni,buildLabels:ni,afterBuildLabels:ni,beforeFit:ni,fit:function(){var e,t,a=this,n=a.options,r=a.minSize={},i=a.isHorizontal();n.display?(e=ue.isArray(n.text)?n.text.length:1,t=e*ue.options._parseFont(n).lineHeight+2*n.padding,a.width=r.width=i?a.maxWidth:t,a.height=r.height=i?t:a.maxHeight):a.width=r.width=a.height=r.height=0},afterFit:ni,isHorizontal:function(){var e=this.options.position;return"top"===e||"bottom"===e},draw:function(){var e=this,t=e.ctx,a=e.options;if(a.display){var n,r,i,s=ue.options._parseFont(a),o=s.lineHeight,d=o/2+a.padding,l=0,u=e.top,_=e.left,c=e.bottom,m=e.right;t.fillStyle=ue.valueOrDefault(a.fontColor,X.global.defaultFontColor),t.font=s.string,e.isHorizontal()?(r=_+(m-_)/2,i=u+d,n=m-_):(r="left"===a.position?_+d:m-d,i=u+(c-u)/2,n=c-u,l=Math.PI*("left"===a.position?-.5:.5)),t.save(),t.translate(r,i),t.rotate(l),t.textAlign="center",t.textBaseline="middle";var h=a.text;if(ue.isArray(h))for(var f=0,M=0;M<h.length;++M)t.fillText(h[M],0,f,n),f+=o;else t.fillText(h,0,0,n);t.restore()}}});function ii(e,t){var a=new ri({ctx:e.ctx,options:t,chart:e});$t.configure(e,a,t),$t.addBox(e,a),e.titleBlock=a}var si={id:"title",_element:ri,beforeInit:function(e){var t=e.options.title;t&&ii(e,t)},beforeUpdate:function(e){var t=e.options.title,a=e.titleBlock;t?(ue.mergeIf(t,X.global.title),a?($t.configure(e,a,t),a.options=t):ii(e,t)):a&&($t.removeBox(e,a),delete e.titleBlock)}},oi={},di=$r,li=ai,ui=si;for(var _i in oi.filler=di,oi.legend=li,oi.title=ui,Xa.helpers=ue,Qa(),Xa._adapters=nn,Xa.Animation=Le,Xa.animationService=ve,Xa.controllers=St,Xa.DatasetController=xe,Xa.defaults=X,Xa.Element=ge,Xa.elements=Ke,Xa.Interaction=Wt,Xa.layouts=$t,Xa.platform=Da,Xa.plugins=wa,Xa.Scale=Dn,Xa.scaleService=xa,Xa.Ticks=rn,Xa.Tooltip=Ra,Xa.helpers.each(Cr,(function(e,t){Xa.scaleService.registerScaleType(t,e,e._defaults)})),oi)oi.hasOwnProperty(_i)&&Xa.plugins.register(oi[_i]);Xa.platform.initialize();var ci=Xa;return"undefined"!==typeof window&&(window.Chart=Xa),Xa.Chart=Xa,Xa.Legend=oi.legend._element,Xa.Title=oi.title._element,Xa.pluginService=Xa.plugins,Xa.PluginBase=Xa.Element.extend({}),Xa.canvasHelpers=Xa.helpers.canvas,Xa.layoutService=Xa.layouts,Xa.LinearScaleBase=On,Xa.helpers.each(["Bar","Bubble","Doughnut","Line","PolarArea","Radar","Scatter"],(function(e){Xa[e]=function(t,a){return new Xa(t,Xa.helpers.merge(a||{},{type:e.charAt(0).toLowerCase()+e.slice(1)}))}})),ci}))},3337:function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"cky-empty-state"},[a("cky-icon",{attrs:{icon:e.icon,width:e.width,height:e.height}}),a("p",{staticClass:"cky-empty-message"},[e._v(e._s(e.emptyMessage))])],1)},r=[],i=a("1f3d"),s={name:"empty",components:{CkyIcon:i["a"]},props:{emptyMessage:{type:String,default:""},icon:{type:String,default:"blank"},width:{type:String,default:"60px"},height:{type:String,default:"60px"}}},o=s,d=a("2877"),l=Object(d["a"])(o,n,r,!1,null,null,null);t["a"]=l.exports},3886:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
69 |
+
//! moment.js locale configuration
|
70 |
+
var t=e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a}});return t}))},"39a6":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
71 |
+
//! moment.js locale configuration
|
72 |
+
var t=e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t}))},"39bd":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
73 |
+
//! moment.js locale configuration
|
74 |
+
var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function n(e,t,a,n){var r="";if(t)switch(a){case"s":r="काही सेकंद";break;case"ss":r="%d सेकंद";break;case"m":r="एक मिनिट";break;case"mm":r="%d मिनिटे";break;case"h":r="एक तास";break;case"hh":r="%d तास";break;case"d":r="एक दिवस";break;case"dd":r="%d दिवस";break;case"M":r="एक महिना";break;case"MM":r="%d महिने";break;case"y":r="एक वर्ष";break;case"yy":r="%d वर्षे";break}else switch(a){case"s":r="काही सेकंदां";break;case"ss":r="%d सेकंदां";break;case"m":r="एका मिनिटा";break;case"mm":r="%d मिनिटां";break;case"h":r="एका तासा";break;case"hh":r="%d तासां";break;case"d":r="एका दिवसा";break;case"dd":r="%d दिवसां";break;case"M":r="एका महिन्या";break;case"MM":r="%d महिन्यां";break;case"y":r="एका वर्षा";break;case"yy":r="%d वर्षां";break}return r.replace(/%d/i,e)}var r=e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,a){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}});return r}))},"3a39":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
75 |
+
//! moment.js locale configuration
|
76 |
+
var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},n=e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,a){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}});return n}))},"3a6c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
77 |
+
//! moment.js locale configuration
|
78 |
+
var t=e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}});return t}))},"3b1b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
79 |
+
//! moment.js locale configuration
|
80 |
+
var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"},a=e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){var a=e%10,n=e>=100?100:null;return e+(t[e]||t[a]||t[n])},week:{dow:1,doy:7}});return a}))},"3c0d":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
81 |
+
//! moment.js locale configuration
|
82 |
+
var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),a="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),n=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],r=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function i(e){return e>1&&e<5&&1!==~~(e/10)}function s(e,t,a,n){var r=e+" ";switch(a){case"s":return t||n?"pár sekund":"pár sekundami";case"ss":return t||n?r+(i(e)?"sekundy":"sekund"):r+"sekundami";case"m":return t?"minuta":n?"minutu":"minutou";case"mm":return t||n?r+(i(e)?"minuty":"minut"):r+"minutami";case"h":return t?"hodina":n?"hodinu":"hodinou";case"hh":return t||n?r+(i(e)?"hodiny":"hodin"):r+"hodinami";case"d":return t||n?"den":"dnem";case"dd":return t||n?r+(i(e)?"dny":"dní"):r+"dny";case"M":return t||n?"měsíc":"měsícem";case"MM":return t||n?r+(i(e)?"měsíce":"měsíců"):r+"měsíci";case"y":return t||n?"rok":"rokem";case"yy":return t||n?r+(i(e)?"roky":"let"):r+"lety"}}var o=e.defineLocale("cs",{months:t,monthsShort:a,monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:s,ss:s,m:s,mm:s,h:s,hh:s,d:s,dd:s,M:s,MM:s,y:s,yy:s},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return o}))},"3de5":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
83 |
+
//! moment.js locale configuration
|
84 |
+
var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},a={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"},n=e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,a){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}});return n}))},"3e92":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
85 |
+
//! moment.js locale configuration
|
86 |
+
var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},a={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"},n=e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}});return n}))},"423e":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
87 |
+
//! moment.js locale configuration
|
88 |
+
var t=e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}});return t}))},"440c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
89 |
+
//! moment.js locale configuration
|
90 |
+
function t(e,t,a,n){var r={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?r[a][0]:r[a][1]}function a(e){var t=e.substr(0,e.indexOf(" "));return r(t)?"a "+e:"an "+e}function n(e){var t=e.substr(0,e.indexOf(" "));return r(t)?"viru "+e:"virun "+e}function r(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10,a=e/10;return r(0===t?a:t)}if(e<1e4){while(e>=10)e/=10;return r(e)}return e/=1e3,r(e)}var i=e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:a,past:n,s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return i}))},4678:function(e,t,a){var n={"./af":"2bfb","./af.js":"2bfb","./ar":"8e73","./ar-dz":"a356","./ar-dz.js":"a356","./ar-kw":"423e","./ar-kw.js":"423e","./ar-ly":"1cfd","./ar-ly.js":"1cfd","./ar-ma":"0a84","./ar-ma.js":"0a84","./ar-sa":"8230","./ar-sa.js":"8230","./ar-tn":"6d83","./ar-tn.js":"6d83","./ar.js":"8e73","./az":"485c","./az.js":"485c","./be":"1fc1","./be.js":"1fc1","./bg":"84aa","./bg.js":"84aa","./bm":"a7fa","./bm.js":"a7fa","./bn":"9043","./bn-bd":"9686","./bn-bd.js":"9686","./bn.js":"9043","./bo":"d26a","./bo.js":"d26a","./br":"6887","./br.js":"6887","./bs":"2554","./bs.js":"2554","./ca":"d716","./ca.js":"d716","./cs":"3c0d","./cs.js":"3c0d","./cv":"03ec","./cv.js":"03ec","./cy":"9797","./cy.js":"9797","./da":"0f14","./da.js":"0f14","./de":"b469","./de-at":"b3eb","./de-at.js":"b3eb","./de-ch":"bb71","./de-ch.js":"bb71","./de.js":"b469","./dv":"598a","./dv.js":"598a","./el":"8d47","./el.js":"8d47","./en-au":"0e6b","./en-au.js":"0e6b","./en-ca":"3886","./en-ca.js":"3886","./en-gb":"39a6","./en-gb.js":"39a6","./en-ie":"e1d3","./en-ie.js":"e1d3","./en-il":"7333","./en-il.js":"7333","./en-in":"ec2e","./en-in.js":"ec2e","./en-nz":"6f50","./en-nz.js":"6f50","./en-sg":"b7e9","./en-sg.js":"b7e9","./eo":"65db","./eo.js":"65db","./es":"898b","./es-do":"0a3c","./es-do.js":"0a3c","./es-mx":"b5b7","./es-mx.js":"b5b7","./es-us":"55c9","./es-us.js":"55c9","./es.js":"898b","./et":"ec18","./et.js":"ec18","./eu":"0ff2","./eu.js":"0ff2","./fa":"8df4","./fa.js":"8df4","./fi":"81e9","./fi.js":"81e9","./fil":"d69a","./fil.js":"d69a","./fo":"0721","./fo.js":"0721","./fr":"9f26","./fr-ca":"d9f8","./fr-ca.js":"d9f8","./fr-ch":"0e49","./fr-ch.js":"0e49","./fr.js":"9f26","./fy":"7118","./fy.js":"7118","./ga":"5120","./ga.js":"5120","./gd":"f6b4","./gd.js":"f6b4","./gl":"8840","./gl.js":"8840","./gom-deva":"aaf2","./gom-deva.js":"aaf2","./gom-latn":"0caa","./gom-latn.js":"0caa","./gu":"e0c5","./gu.js":"e0c5","./he":"c7aa","./he.js":"c7aa","./hi":"dc4d","./hi.js":"dc4d","./hr":"4ba9","./hr.js":"4ba9","./hu":"5b14","./hu.js":"5b14","./hy-am":"d6b6","./hy-am.js":"d6b6","./id":"5038","./id.js":"5038","./is":"0558","./is.js":"0558","./it":"6e98","./it-ch":"6f12","./it-ch.js":"6f12","./it.js":"6e98","./ja":"079e","./ja.js":"079e","./jv":"b540","./jv.js":"b540","./ka":"201b","./ka.js":"201b","./kk":"6d79","./kk.js":"6d79","./km":"e81d","./km.js":"e81d","./kn":"3e92","./kn.js":"3e92","./ko":"22f8","./ko.js":"22f8","./ku":"2421","./ku.js":"2421","./ky":"9609","./ky.js":"9609","./lb":"440c","./lb.js":"440c","./lo":"b29d","./lo.js":"b29d","./lt":"26f9","./lt.js":"26f9","./lv":"b97c","./lv.js":"b97c","./me":"293c","./me.js":"293c","./mi":"688b","./mi.js":"688b","./mk":"6909","./mk.js":"6909","./ml":"02fb","./ml.js":"02fb","./mn":"958b","./mn.js":"958b","./mr":"39bd","./mr.js":"39bd","./ms":"ebe4","./ms-my":"6403","./ms-my.js":"6403","./ms.js":"ebe4","./mt":"1b45","./mt.js":"1b45","./my":"8689","./my.js":"8689","./nb":"6ce3","./nb.js":"6ce3","./ne":"3a39","./ne.js":"3a39","./nl":"facd","./nl-be":"db29","./nl-be.js":"db29","./nl.js":"facd","./nn":"b84c","./nn.js":"b84c","./oc-lnc":"167b","./oc-lnc.js":"167b","./pa-in":"f3ff","./pa-in.js":"f3ff","./pl":"8d57","./pl.js":"8d57","./pt":"f260","./pt-br":"d2d4","./pt-br.js":"d2d4","./pt.js":"f260","./ro":"972c","./ro.js":"972c","./ru":"957c","./ru.js":"957c","./sd":"6784","./sd.js":"6784","./se":"ffff","./se.js":"ffff","./si":"eda5","./si.js":"eda5","./sk":"7be6","./sk.js":"7be6","./sl":"8155","./sl.js":"8155","./sq":"c8f3","./sq.js":"c8f3","./sr":"cf1e","./sr-cyrl":"13e9","./sr-cyrl.js":"13e9","./sr.js":"cf1e","./ss":"52bd","./ss.js":"52bd","./sv":"5fbd","./sv.js":"5fbd","./sw":"74dc","./sw.js":"74dc","./ta":"3de5","./ta.js":"3de5","./te":"5cbb","./te.js":"5cbb","./tet":"576c","./tet.js":"576c","./tg":"3b1b","./tg.js":"3b1b","./th":"10e8","./th.js":"10e8","./tk":"5aff","./tk.js":"5aff","./tl-ph":"0f38","./tl-ph.js":"0f38","./tlh":"cf75","./tlh.js":"cf75","./tr":"0e81","./tr.js":"0e81","./tzl":"cf51","./tzl.js":"cf51","./tzm":"c109","./tzm-latn":"b53d","./tzm-latn.js":"b53d","./tzm.js":"c109","./ug-cn":"6117","./ug-cn.js":"6117","./uk":"ada2","./uk.js":"ada2","./ur":"5294","./ur.js":"5294","./uz":"2e8c","./uz-latn":"010e","./uz-latn.js":"010e","./uz.js":"2e8c","./vi":"2921","./vi.js":"2921","./x-pseudo":"fd7e","./x-pseudo.js":"fd7e","./yo":"7f33","./yo.js":"7f33","./zh-cn":"5c3a","./zh-cn.js":"5c3a","./zh-hk":"49ab","./zh-hk.js":"49ab","./zh-mo":"3a6c","./zh-mo.js":"3a6c","./zh-tw":"90ea","./zh-tw.js":"90ea"};function r(e){var t=i(e);return a(t)}function i(e){if(!a.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}r.keys=function(){return Object.keys(n)},r.resolve=i,e.exports=r,r.id="4678"},"485c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
91 |
+
//! moment.js locale configuration
|
92 |
+
var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"},a=e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,a){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var a=e%10,n=e%100-a,r=e>=100?100:null;return e+(t[a]||t[n]||t[r])},week:{dow:1,doy:7}});return a}))},"49ab":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
93 |
+
//! moment.js locale configuration
|
94 |
+
var t=e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1200?"上午":1200===n?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}});return t}))},"4ba9":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
95 |
+
//! moment.js locale configuration
|
96 |
+
function t(e,t,a){var n=e+" ";switch(a){case"ss":return n+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi",n;case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta",n;case"h":return t?"jedan sat":"jednog sata";case"hh":return n+=1===e?"sat":2===e||3===e||4===e?"sata":"sati",n;case"dd":return n+=1===e?"dan":"dana",n;case"MM":return n+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci",n;case"yy":return n+=1===e?"godina":2===e||3===e||4===e?"godine":"godina",n}}var a=e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a}))},5038:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
97 |
+
//! moment.js locale configuration
|
98 |
+
var t=e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}});return t}))},5071:function(e,t,a){"use strict";a("2c64")},5120:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
99 |
+
//! moment.js locale configuration
|
100 |
+
var t=["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],a=["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],n=["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],r=["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],i=["Do","Lu","Má","Cé","Dé","A","Sa"],s=e.defineLocale("ga",{months:t,monthsShort:a,monthsParseExact:!0,weekdays:n,weekdaysShort:r,weekdaysMin:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){var t=1===e?"d":e%10===2?"na":"mh";return e+t},week:{dow:1,doy:4}});return s}))},5294:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
101 |
+
//! moment.js locale configuration
|
102 |
+
var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],a=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"],n=e.defineLocale("ur",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,a){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}});return n}))},"52bd":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
103 |
+
//! moment.js locale configuration
|
104 |
+
var t=e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,a){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}});return t}))},"55c9":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
105 |
+
//! moment.js locale configuration
|
106 |
+
var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,i=e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}});return i}))},"576c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
107 |
+
//! moment.js locale configuration
|
108 |
+
var t=e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t}))},"598a":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
109 |
+
//! moment.js locale configuration
|
110 |
+
var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],a=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"],n=e.defineLocale("dv",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,a){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}});return n}))},"5aff":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
111 |
+
//! moment.js locale configuration
|
112 |
+
var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"},a=e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,a){switch(a){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var n=e%10,r=e%100-n,i=e>=100?100:null;return e+(t[n]||t[r]||t[i])}},week:{dow:1,doy:7}});return a}))},"5b14":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
113 |
+
//! moment.js locale configuration
|
114 |
+
var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function a(e,t,a,n){var r=e;switch(a){case"s":return n||t?"néhány másodperc":"néhány másodperce";case"ss":return r+(n||t)?" másodperc":" másodperce";case"m":return"egy"+(n||t?" perc":" perce");case"mm":return r+(n||t?" perc":" perce");case"h":return"egy"+(n||t?" óra":" órája");case"hh":return r+(n||t?" óra":" órája");case"d":return"egy"+(n||t?" nap":" napja");case"dd":return r+(n||t?" nap":" napja");case"M":return"egy"+(n||t?" hónap":" hónapja");case"MM":return r+(n||t?" hónap":" hónapja");case"y":return"egy"+(n||t?" év":" éve");case"yy":return r+(n||t?" év":" éve")}return""}function n(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}var r=e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,a){return e<12?!0===a?"de":"DE":!0===a?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return n.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return n.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return r}))},"5c3a":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
115 |
+
//! moment.js locale configuration
|
116 |
+
var t=e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,a){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}});return t}))},"5cbb":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
117 |
+
//! moment.js locale configuration
|
118 |
+
var t=e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}});return t}))},"5fbd":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
119 |
+
//! moment.js locale configuration
|
120 |
+
var t=e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?":e":1===t||2===t?":a":":e";return e+a},week:{dow:1,doy:4}});return t}))},6117:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
121 |
+
//! moment.js locale configuration
|
122 |
+
var t=e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,a){var n=100*e+t;return n<600?"يېرىم كېچە":n<900?"سەھەر":n<1130?"چۈشتىن بۇرۇن":n<1230?"چۈش":n<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}});return t}))},"62e4":function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},6403:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
123 |
+
//! moment.js locale configuration
|
124 |
+
var t=e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return t}))},"65db":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
125 |
+
//! moment.js locale configuration
|
126 |
+
var t=e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,a){return e>11?a?"p.t.m.":"P.T.M.":a?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}});return t}))},6784:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
127 |
+
//! moment.js locale configuration
|
128 |
+
var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],a=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"],n=e.defineLocale("sd",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,a){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}});return n}))},6887:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
129 |
+
//! moment.js locale configuration
|
130 |
+
function t(e,t,a){var n={mm:"munutenn",MM:"miz",dd:"devezh"};return e+" "+r(n[a],e)}function a(e){switch(n(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}function n(e){return e>9?n(e%10):e}function r(e,t){return 2===t?i(e):e}function i(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}var s=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],o=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,d=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,l=/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,u=[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],_=[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],c=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i],m=e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:c,fullWeekdaysParse:u,shortWeekdaysParse:_,minWeekdaysParse:c,monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:d,monthsShortStrictRegex:l,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:a},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){var t=1===e?"añ":"vet";return e+t},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,a){return e<12?"a.m.":"g.m."}});return m}))},"688b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
131 |
+
//! moment.js locale configuration
|
132 |
+
var t=e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},6909:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
133 |
+
//! moment.js locale configuration
|
134 |
+
var t=e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&a<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}});return t}))},"6ce3":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
135 |
+
//! moment.js locale configuration
|
136 |
+
var t=e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},"6d79":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
137 |
+
//! moment.js locale configuration
|
138 |
+
var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"},a=e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){var a=e%10,n=e>=100?100:null;return e+(t[e]||t[a]||t[n])},week:{dow:1,doy:7}});return a}))},"6d83":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
139 |
+
//! moment.js locale configuration
|
140 |
+
var t=e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}});return t}))},"6e98":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
141 |
+
//! moment.js locale configuration
|
142 |
+
var t=e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){switch(this.day()){case 0:return"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT";default:return"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"}},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},"6f12":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
143 |
+
//! moment.js locale configuration
|
144 |
+
var t=e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},"6f50":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
145 |
+
//! moment.js locale configuration
|
146 |
+
var t=e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t}))},7118:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
147 |
+
//! moment.js locale configuration
|
148 |
+
var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),a="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),n=e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return n}))},7333:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
149 |
+
//! moment.js locale configuration
|
150 |
+
var t=e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a}});return t}))},"74dc":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
151 |
+
//! moment.js locale configuration
|
152 |
+
var t=e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}});return t}))},"7be6":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
153 |
+
//! moment.js locale configuration
|
154 |
+
var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),a="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function n(e){return e>1&&e<5}function r(e,t,a,r){var i=e+" ";switch(a){case"s":return t||r?"pár sekúnd":"pár sekundami";case"ss":return t||r?i+(n(e)?"sekundy":"sekúnd"):i+"sekundami";case"m":return t?"minúta":r?"minútu":"minútou";case"mm":return t||r?i+(n(e)?"minúty":"minút"):i+"minútami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?i+(n(e)?"hodiny":"hodín"):i+"hodinami";case"d":return t||r?"deň":"dňom";case"dd":return t||r?i+(n(e)?"dni":"dní"):i+"dňami";case"M":return t||r?"mesiac":"mesiacom";case"MM":return t||r?i+(n(e)?"mesiace":"mesiacov"):i+"mesiacmi";case"y":return t||r?"rok":"rokom";case"yy":return t||r?i+(n(e)?"roky":"rokov"):i+"rokmi"}}var i=e.defineLocale("sk",{months:t,monthsShort:a,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return i}))},"7f33":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
155 |
+
//! moment.js locale configuration
|
156 |
+
var t=e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}});return t}))},8155:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
157 |
+
//! moment.js locale configuration
|
158 |
+
function t(e,t,a,n){var r=e+" ";switch(a){case"s":return t||n?"nekaj sekund":"nekaj sekundami";case"ss":return r+=1===e?t?"sekundo":"sekundi":2===e?t||n?"sekundi":"sekundah":e<5?t||n?"sekunde":"sekundah":"sekund",r;case"m":return t?"ena minuta":"eno minuto";case"mm":return r+=1===e?t?"minuta":"minuto":2===e?t||n?"minuti":"minutama":e<5?t||n?"minute":"minutami":t||n?"minut":"minutami",r;case"h":return t?"ena ura":"eno uro";case"hh":return r+=1===e?t?"ura":"uro":2===e?t||n?"uri":"urama":e<5?t||n?"ure":"urami":t||n?"ur":"urami",r;case"d":return t||n?"en dan":"enim dnem";case"dd":return r+=1===e?t||n?"dan":"dnem":2===e?t||n?"dni":"dnevoma":t||n?"dni":"dnevi",r;case"M":return t||n?"en mesec":"enim mesecem";case"MM":return r+=1===e?t||n?"mesec":"mesecem":2===e?t||n?"meseca":"mesecema":e<5?t||n?"mesece":"meseci":t||n?"mesecev":"meseci",r;case"y":return t||n?"eno leto":"enim letom";case"yy":return r+=1===e?t||n?"leto":"letom":2===e?t||n?"leti":"letoma":e<5?t||n?"leta":"leti":t||n?"let":"leti",r}}var a=e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a}))},"81e9":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
159 |
+
//! moment.js locale configuration
|
160 |
+
var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),a=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function n(e,t,a,n){var i="";switch(a){case"s":return n?"muutaman sekunnin":"muutama sekunti";case"ss":i=n?"sekunnin":"sekuntia";break;case"m":return n?"minuutin":"minuutti";case"mm":i=n?"minuutin":"minuuttia";break;case"h":return n?"tunnin":"tunti";case"hh":i=n?"tunnin":"tuntia";break;case"d":return n?"päivän":"päivä";case"dd":i=n?"päivän":"päivää";break;case"M":return n?"kuukauden":"kuukausi";case"MM":i=n?"kuukauden":"kuukautta";break;case"y":return n?"vuoden":"vuosi";case"yy":i=n?"vuoden":"vuotta";break}return i=r(e,n)+" "+i,i}function r(e,n){return e<10?n?a[e]:t[e]:e}var i=e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return i}))},8230:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
161 |
+
//! moment.js locale configuration
|
162 |
+
var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},n=e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}});return n}))},"84aa":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
163 |
+
//! moment.js locale configuration
|
164 |
+
var t=e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&a<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}});return t}))},8521:function(e,t){
|
165 |
+
/**
|
166 |
+
* [chartjs-plugin-labels]{@link https://github.com/emn178/chartjs-plugin-labels}
|
167 |
+
*
|
168 |
+
* @version 1.1.0
|
169 |
+
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
170 |
+
* @copyright Chen, Yi-Cyuan 2017-2018
|
171 |
+
* @license MIT
|
172 |
+
*/
|
173 |
+
(function(){"use strict";if("undefined"!==typeof Chart){"function"!=typeof Object.assign&&(Object.assign=function(e,t){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var a=Object(e),n=1;n<arguments.length;n++){var r=arguments[n];if(null!=r)for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a[i]=r[i])}return a});var e={};["pie","doughnut","polarArea","bar"].forEach((function(t){e[t]=!0})),t.prototype.setup=function(e,t){this.chart=e,this.ctx=e.ctx,this.args={},this.barTotal={};var a=e.config.options;this.options=Object.assign({position:"default",precision:0,fontSize:a.defaultFontSize,fontColor:a.defaultFontColor,fontStyle:a.defaultFontStyle,fontFamily:a.defaultFontFamily,shadowOffsetX:3,shadowOffsetY:3,shadowColor:"rgba(0,0,0,0.3)",shadowBlur:6,images:[],outsidePadding:2,textMargin:2,overlap:!0},t),"bar"===e.config.type&&(this.options.position="default",this.options.arc=!1,this.options.overlap=!0)},t.prototype.render=function(){this.labelBounds=[],this.chart.data.datasets.forEach(this.renderToDataset)},t.prototype.renderToDataset=function(e,t){this.totalPercentage=0,this.total=null;var a=this.args[t];a.meta.data.forEach(function(t,n){this.renderToElement(e,a,t,n)}.bind(this))},t.prototype.renderToElement=function(e,t,a,n){if(this.shouldRenderToElement(t.meta,a)){this.percentage=null;var r=this.getLabel(e,a,n);if(r){var i=this.ctx;i.save(),i.font=Chart.helpers.fontString(this.options.fontSize,this.options.fontStyle,this.options.fontFamily);var s=this.getRenderInfo(a,r);this.drawable(a,r,s)?(i.beginPath(),i.fillStyle=this.getFontColor(e,a,n),this.renderLabel(r,s),i.restore()):i.restore()}}},t.prototype.renderLabel=function(e,t){return this.options.arc?this.renderArcLabel(e,t):this.renderBaseLabel(e,t)},t.prototype.renderBaseLabel=function(e,t){var a=this.ctx;if("object"===typeof e)a.drawImage(e,t.x-e.width/2,t.y-e.height/2,e.width,e.height);else{a.save(),a.textBaseline="top",a.textAlign="center",this.options.textShadow&&(a.shadowOffsetX=this.options.shadowOffsetX,a.shadowOffsetY=this.options.shadowOffsetY,a.shadowColor=this.options.shadowColor,a.shadowBlur=this.options.shadowBlur);for(var n=e.split("\n"),r=0;r<n.length;r++){var i=t.y-this.options.fontSize/2*n.length+this.options.fontSize*r;a.fillText(n[r],t.x,i)}a.restore()}},t.prototype.renderArcLabel=function(e,t){var a=this.ctx,n=t.radius,r=t.view;if(a.save(),a.translate(r.x,r.y),"string"===typeof e){a.rotate(t.startAngle),a.textBaseline="middle",a.textAlign="left";var i=e.split("\n"),s=0,o=[],d=0;"border"===this.options.position&&(d=(i.length-1)*this.options.fontSize/2);for(var l=0;l<i.length;++l){var u=a.measureText(i[l]);u.width>s&&(s=u.width),o.push(u.width)}for(l=0;l<i.length;++l){var _=i[l],c=(i.length-1-l)*-this.options.fontSize+d;a.save();var m=(s-o[l])/2;a.rotate(m/n);for(var h=0;h<_.length;h++){var f=_.charAt(h);u=a.measureText(f),a.save(),a.translate(0,-1*n),a.fillText(f,0,c),a.restore(),a.rotate(u.width/n)}a.restore()}}else a.rotate((r.startAngle+Math.PI/2+t.endAngle)/2),a.translate(0,-1*n),this.renderLabel(e,{x:0,y:0});a.restore()},t.prototype.shouldRenderToElement=function(e,t){return!e.hidden&&!t.hidden&&(this.options.showZero||"polarArea"===this.chart.config.type?0!==t._view.outerRadius:0!==t._view.circumference)},t.prototype.getLabel=function(e,t,a){var n;if("function"===typeof this.options.render)n=this.options.render({label:this.chart.config.data.labels[a],value:e.data[a],percentage:this.getPercentage(e,t,a),dataset:e,index:a});else switch(this.options.render){case"value":n=e.data[a];break;case"label":n=this.chart.config.data.labels[a];break;case"image":n=this.options.images[a]?this.loadImage(this.options.images[a]):"";break;case"percentage":default:n=this.getPercentage(e,t,a)+"%";break}return"object"===typeof n?n=this.loadImage(n):null!==n&&void 0!==n&&(n=n.toString()),n},t.prototype.getFontColor=function(e,t,a){var n=this.options.fontColor;return"function"===typeof n?n=n({label:this.chart.config.data.labels[a],value:e.data[a],percentage:this.getPercentage(e,t,a),backgroundColor:e.backgroundColor[a],dataset:e,index:a}):"string"!==typeof n&&(n=n[a]||this.chart.config.options.defaultFontColor),n},t.prototype.getPercentage=function(e,t,a){if(null!==this.percentage)return this.percentage;var n;if("polarArea"===this.chart.config.type){if(null===this.total){this.total=0;for(var r=0;r<e.data.length;++r)this.total+=e.data[r]}n=e.data[a]/this.total*100}else if("bar"===this.chart.config.type){if(void 0===this.barTotal[a]){this.barTotal[a]=0;for(r=0;r<this.chart.data.datasets.length;++r)this.barTotal[a]+=this.chart.data.datasets[r].data[a]}n=e.data[a]/this.barTotal[a]*100}else n=t._view.circumference/this.chart.config.options.circumference*100;return n=parseFloat(n.toFixed(this.options.precision)),this.options.showActualPercentages||("bar"===this.chart.config.type&&(this.totalPercentage=this.barTotalPercentage[a]||0),this.totalPercentage+=n,this.totalPercentage>100&&(n-=this.totalPercentage-100,n=parseFloat(n.toFixed(this.options.precision))),"bar"===this.chart.config.type&&(this.barTotalPercentage[a]=this.totalPercentage)),this.percentage=n,n},t.prototype.getRenderInfo=function(e,t){return"bar"===this.chart.config.type?this.getBarRenderInfo(e,t):this.options.arc?this.getArcRenderInfo(e,t):this.getBaseRenderInfo(e,t)},t.prototype.getBaseRenderInfo=function(e,t){if("outside"===this.options.position||"border"===this.options.position){var a,n,r=e._view,i=r.startAngle+(r.endAngle-r.startAngle)/2,s=r.outerRadius/2;if("border"===this.options.position?n=(r.outerRadius-s)/2+s:"outside"===this.options.position&&(n=r.outerRadius-s+s+this.options.textMargin),a={x:r.x+Math.cos(i)*n,y:r.y+Math.sin(i)*n},"outside"===this.options.position){var o=this.options.textMargin+this.measureLabel(t).width/2;a.x+=a.x<r.x?-o:o}return a}return e.tooltipPosition()},t.prototype.getArcRenderInfo=function(e,t){var a,n=e._view;a="outside"===this.options.position?n.outerRadius+this.options.fontSize+this.options.textMargin:"border"===this.options.position?(n.outerRadius/2+n.outerRadius)/2:(n.innerRadius+n.outerRadius)/2;var r=n.startAngle,i=n.endAngle,s=i-r;r+=Math.PI/2,i+=Math.PI/2;var o=this.measureLabel(t);return r+=(i-(o.width/a+r))/2,{radius:a,startAngle:r,endAngle:i,totalAngle:s,view:n}},t.prototype.getBarRenderInfo=function(e,t){var a=e.tooltipPosition();return a.y-=this.measureLabel(t).height/2+this.options.textMargin,a},t.prototype.drawable=function(e,t,a){if(this.options.overlap)return!0;if(this.options.arc)return a.endAngle-a.startAngle<=a.totalAngle;var n=this.measureLabel(t),r=a.x-n.width/2,i=a.x+n.width/2,s=a.y-n.height/2,o=a.y+n.height/2;return"outside"===this.options.renderInfo?this.outsideInRange(r,i,s,o):e.inRange(r,s)&&e.inRange(r,o)&&e.inRange(i,s)&&e.inRange(i,o)},t.prototype.outsideInRange=function(e,t,a,n){for(var r=this.labelBounds,i=0;i<r.length;++i){for(var s=r[i],o=[[e,a],[e,n],[t,a],[t,n]],d=0;d<o.length;++d){var l=o[d][0],u=o[d][1];if(l>=s.left&&l<=s.right&&u>=s.top&&u<=s.bottom)return!1}o=[[s.left,s.top],[s.left,s.bottom],[s.right,s.top],[s.right,s.bottom]];for(d=0;d<o.length;++d){l=o[d][0],u=o[d][1];if(l>=e&&l<=t&&u>=a&&u<=n)return!1}}return r.push({left:e,right:t,top:a,bottom:n}),!0},t.prototype.measureLabel=function(e){if("object"===typeof e)return{width:e.width,height:e.height};for(var t=0,a=e.split("\n"),n=0;n<a.length;++n){var r=this.ctx.measureText(a[n]);r.width>t&&(t=r.width)}return{width:t,height:this.options.fontSize*a.length}},t.prototype.loadImage=function(e){var t=new Image;return t.src=e.src,t.width=e.width,t.height=e.height,t},Chart.plugins.register({id:"labels",beforeDatasetsUpdate:function(a,n){if(e[a.config.type]){Array.isArray(n)||(n=[n]);var r=n.length;a._labels&&r===a._labels.length||(a._labels=n.map((function(){return new t})));for(var i=!1,s=0,o=0;o<r;++o){var d=a._labels[o];if(d.setup(a,n[o]),"outside"===d.options.position){i=!0;var l=1.5*d.options.fontSize+d.options.outsidePadding;l>s&&(s=l)}}i&&(a.chartArea.top+=s,a.chartArea.bottom-=s)}},afterDatasetUpdate:function(t,a,n){e[t.config.type]&&t._labels.forEach((function(e){e.args[a.index]=a}))},beforeDraw:function(t){e[t.config.type]&&t._labels.forEach((function(e){e.barTotalPercentage={}}))},afterDatasetsDraw:function(t){e[t.config.type]&&t._labels.forEach((function(e){e.render()}))}})}else console.error("Can not find Chart object.");function t(){this.renderToDataset=this.renderToDataset.bind(this)}})()},8689:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
174 |
+
//! moment.js locale configuration
|
175 |
+
var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},a={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"},n=e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}});return n}))},8840:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
176 |
+
//! moment.js locale configuration
|
177 |
+
var t=e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},"898b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
178 |
+
//! moment.js locale configuration
|
179 |
+
var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,i=e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"});return i}))},"8d47":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
180 |
+
//! moment.js locale configuration
|
181 |
+
function t(e){return"undefined"!==typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}var a=e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"===typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,a){return e>11?a?"μμ":"ΜΜ":a?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,a){var n=this._calendarEl[e],r=a&&a.hours();return t(n)&&(n=n.apply(a)),n.replace("{}",r%12===1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}});return a}))},"8d57":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
182 |
+
//! moment.js locale configuration
|
183 |
+
var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),a="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),n=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function r(e){return e%10<5&&e%10>1&&~~(e/10)%10!==1}function i(e,t,a){var n=e+" ";switch(a){case"ss":return n+(r(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return n+(r(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return n+(r(e)?"godziny":"godzin");case"ww":return n+(r(e)?"tygodnie":"tygodni");case"MM":return n+(r(e)?"miesiące":"miesięcy");case"yy":return n+(r(e)?"lata":"lat")}}var s=e.defineLocale("pl",{months:function(e,n){return e?/D MMMM/.test(n)?a[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:i,m:i,mm:i,h:i,hh:i,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:i,M:"miesiąc",MM:i,y:"rok",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return s}))},"8df4":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
184 |
+
//! moment.js locale configuration
|
185 |
+
var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},a={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"},n=e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysShort:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,a){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}});return n}))},"8e73":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
186 |
+
//! moment.js locale configuration
|
187 |
+
var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(e){return function(t,a,i,s){var o=n(t),d=r[e][n(t)];return 2===o&&(d=d[a?0:1]),d.replace(/%d/i,t)}},s=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],o=e.defineLocale("ar",{months:s,monthsShort:s,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}});return o}))},9043:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
188 |
+
//! moment.js locale configuration
|
189 |
+
var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},a={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"},n=e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,a){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}});return n}))},"90ea":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
190 |
+
//! moment.js locale configuration
|
191 |
+
var t=e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}});return t}))},"957c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
192 |
+
//! moment.js locale configuration
|
193 |
+
function t(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?a[1]:a[2]}function a(e,a,n){var r={ss:a?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:a?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"};return"m"===n?a?"минута":"минуту":e+" "+t(r[n],+e)}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i],r=e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:a,m:a,mm:a,h:"час",hh:a,d:"день",dd:a,w:"неделя",ww:a,M:"месяц",MM:a,y:"год",yy:a},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}});return r}))},"958b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
194 |
+
//! moment.js locale configuration
|
195 |
+
function t(e,t,a,n){switch(a){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}var a=e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,a){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}});return a}))},9609:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
196 |
+
//! moment.js locale configuration
|
197 |
+
var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"},a=e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){var a=e%10,n=e>=100?100:null;return e+(t[e]||t[a]||t[n])},week:{dow:1,doy:7}});return a}))},9686:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
198 |
+
//! moment.js locale configuration
|
199 |
+
var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},a={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"},n=e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}});return n}))},"972c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
200 |
+
//! moment.js locale configuration
|
201 |
+
function t(e,t,a){var n={ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"},r=" ";return(e%100>=20||e>=100&&e%100===0)&&(r=" de "),e+r+n[a]}var a=e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}});return a}))},9797:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
202 |
+
//! moment.js locale configuration
|
203 |
+
var t=e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t=e,a="",n=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"];return t>20?a=40===t||50===t||60===t||80===t||100===t?"fed":"ain":t>0&&(a=n[t]),e+a},week:{dow:1,doy:4}});return t}))},"9f26":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
204 |
+
//! moment.js locale configuration
|
205 |
+
var t=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,a=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,n=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,r=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i],i=e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:t,monthsShortStrictRegex:a,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}});return i}))},a356:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
206 |
+
//! moment.js locale configuration
|
207 |
+
var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},a={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},n=function(e){return function(n,r,i,s){var o=t(n),d=a[e][t(n)];return 2===o&&(d=d[r?0:1]),d.replace(/%d/i,n)}},r=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],i=e.defineLocale("ar-dz",{months:r,monthsShort:r,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:n("s"),ss:n("s"),m:n("m"),mm:n("m"),h:n("h"),hh:n("h"),d:n("d"),dd:n("d"),M:n("M"),MM:n("M"),y:n("y"),yy:n("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}});return i}))},a7fa:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
208 |
+
//! moment.js locale configuration
|
209 |
+
var t=e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}});return t}))},aaf2:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
210 |
+
//! moment.js locale configuration
|
211 |
+
function t(e,t,a,n){var r={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return n?r[a][0]:r[a][1]}var a=e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){switch(t){case"D":return e+"वेर";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}});return a}))},ada2:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
212 |
+
//! moment.js locale configuration
|
213 |
+
function t(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?a[1]:a[2]}function a(e,a,n){var r={ss:a?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:a?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:a?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"};return"m"===n?a?"хвилина":"хвилину":"h"===n?a?"година":"годину":e+" "+t(r[n],+e)}function n(e,t){var a,n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n["nominative"].slice(1,7).concat(n["nominative"].slice(0,1)):e?(a=/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative",n[a][e.day()]):n["nominative"]}function r(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}var i=e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:n,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:r("[Сьогодні "),nextDay:r("[Завтра "),lastDay:r("[Вчора "),nextWeek:r("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return r("[Минулої] dddd [").call(this);case 1:case 2:case 4:return r("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:a,m:a,mm:a,h:"годину",hh:a,d:"день",dd:a,M:"місяць",MM:a,y:"рік",yy:a},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}});return i}))},b29d:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
214 |
+
//! moment.js locale configuration
|
215 |
+
var t=e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,a){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}});return t}))},b3eb:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
216 |
+
//! moment.js locale configuration
|
217 |
+
function t(e,t,a,n){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[a][0]:r[a][1]}var a=e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a}))},b469:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
218 |
+
//! moment.js locale configuration
|
219 |
+
function t(e,t,a,n){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[a][0]:r[a][1]}var a=e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a}))},b53d:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
220 |
+
//! moment.js locale configuration
|
221 |
+
var t=e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}});return t}))},b540:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
222 |
+
//! moment.js locale configuration
|
223 |
+
var t=e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}});return t}))},b5b7:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
224 |
+
//! moment.js locale configuration
|
225 |
+
var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,i=e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"});return i}))},b7e9:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
226 |
+
//! moment.js locale configuration
|
227 |
+
var t=e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t}))},b84c:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
228 |
+
//! moment.js locale configuration
|
229 |
+
var t=e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},b97c:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
230 |
+
//! moment.js locale configuration
|
231 |
+
var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function a(e,t,a){return a?t%10===1&&t%100!==11?e[2]:e[3]:t%10===1&&t%100!==11?e[0]:e[1]}function n(e,n,r){return e+" "+a(t[r],e,n)}function r(e,n,r){return a(t[r],e,n)}function i(e,t){return t?"dažas sekundes":"dažām sekundēm"}var s=e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:i,ss:n,m:r,mm:n,h:r,hh:n,d:r,dd:n,M:r,MM:n,y:r,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return s}))},bb71:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
232 |
+
//! moment.js locale configuration
|
233 |
+
function t(e,t,a,n){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[a][0]:r[a][1]}var a=e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a}))},c109:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
|
234 |
+
//! moment.js locale configuration
|
235 |
+
var t=e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}});return t}))},c1df:function(e,t,a){(function(e){var t;//! moment.js
|
236 |
+
//! version : 2.29.1
|
237 |
+
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
238 |
+
//! license : MIT
|
239 |
+
//! momentjs.com
|
240 |
+
(function(t,a){e.exports=a()})(0,(function(){"use strict";var n,r;function i(){return n.apply(null,arguments)}function s(e){n=e}function o(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function d(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function l(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function u(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(l(e,t))return!1;return!0}function _(e){return void 0===e}function c(e){return"number"===typeof e||"[object Number]"===Object.prototype.toString.call(e)}function m(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function h(e,t){var a,n=[];for(a=0;a<e.length;++a)n.push(t(e[a],a));return n}function f(e,t){for(var a in t)l(t,a)&&(e[a]=t[a]);return l(t,"toString")&&(e.toString=t.toString),l(t,"valueOf")&&(e.valueOf=t.valueOf),e}function M(e,t,a,n){return qa(e,t,a,n,!0).utc()}function p(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function g(e){return null==e._pf&&(e._pf=p()),e._pf}function y(e){if(null==e._isValid){var t=g(e),a=r.call(t.parsedDateParts,(function(e){return null!=e})),n=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&a);if(e._strict&&(n=n&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),n
|