PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 9.0.2
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v9.0.2
9.1.3 9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 All 222 releases
wpvr / legacy / admin / lib / summernote / lang / summernote-id-ID.js

summernote-id-ID.js in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 9.0.2, at legacy/admin/lib/summernote/lang/summernote-id-ID.js

273 lines 9.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 *
3 * Super simple wysiwyg editor v0.8.18
4 * https://summernote.org
5 *
6 *
7 * Copyright 2013- Alan Hong. and other contributors
8 * summernote may be freely distributed under the MIT license.
9 *
10 * Date: 2020-05-20T18:09Z
11 *
12 */
13 (function webpackUniversalModuleDefinition(root, factory) {
14 if(typeof exports === 'object' && typeof module === 'object')
15 module.exports = factory();
16 else if(typeof define === 'function' && define.amd)
17 define([], factory);
18 else {
19 var a = factory();
20 for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
21 }
22 })(window, function() {
23 return /******/ (function(modules) { // webpackBootstrap
24 /******/ // The module cache
25 /******/ var installedModules = {};
26 /******/
27 /******/ // The require function
28 /******/ function __webpack_require__(moduleId) {
29 /******/
30 /******/ // Check if module is in cache
31 /******/ if(installedModules[moduleId]) {
32 /******/ return installedModules[moduleId].exports;
33 /******/ }
34 /******/ // Create a new module (and put it into the cache)
35 /******/ var module = installedModules[moduleId] = {
36 /******/ i: moduleId,
37 /******/ l: false,
38 /******/ exports: {}
39 /******/ };
40 /******/
41 /******/ // Execute the module function
42 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
43 /******/
44 /******/ // Flag the module as loaded
45 /******/ module.l = true;
46 /******/
47 /******/ // Return the exports of the module
48 /******/ return module.exports;
49 /******/ }
50 /******/
51 /******/
52 /******/ // expose the modules object (__webpack_modules__)
53 /******/ __webpack_require__.m = modules;
54 /******/
55 /******/ // expose the module cache
56 /******/ __webpack_require__.c = installedModules;
57 /******/
58 /******/ // define getter function for harmony exports
59 /******/ __webpack_require__.d = function(exports, name, getter) {
60 /******/ if(!__webpack_require__.o(exports, name)) {
61 /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
62 /******/ }
63 /******/ };
64 /******/
65 /******/ // define __esModule on exports
66 /******/ __webpack_require__.r = function(exports) {
67 /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
68 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
69 /******/ }
70 /******/ Object.defineProperty(exports, '__esModule', { value: true });
71 /******/ };
72 /******/
73 /******/ // create a fake namespace object
74 /******/ // mode & 1: value is a module id, require it
75 /******/ // mode & 2: merge all properties of value into the ns
76 /******/ // mode & 4: return value when already ns object
77 /******/ // mode & 8|1: behave like require
78 /******/ __webpack_require__.t = function(value, mode) {
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
82 /******/ var ns = Object.create(null);
83 /******/ __webpack_require__.r(ns);
84 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
86 /******/ return ns;
87 /******/ };
88 /******/
89 /******/ // getDefaultExport function for compatibility with non-harmony modules
90 /******/ __webpack_require__.n = function(module) {
91 /******/ var getter = module && module.__esModule ?
92 /******/ function getDefault() { return module['default']; } :
93 /******/ function getModuleExports() { return module; };
94 /******/ __webpack_require__.d(getter, 'a', getter);
95 /******/ return getter;
96 /******/ };
97 /******/
98 /******/ // Object.prototype.hasOwnProperty.call
99 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
100 /******/
101 /******/ // __webpack_public_path__
102 /******/ __webpack_require__.p = "";
103 /******/
104 /******/
105 /******/ // Load entry module and return exports
106 /******/ return __webpack_require__(__webpack_require__.s = 24);
107 /******/ })
108 /************************************************************************/
109 /******/ ({
110
111 /***/ 24:
112 /***/ (function(module, exports) {
113
114 (function ($) {
115 $.extend($.summernote.lang, {
116 'id-ID': {
117 font: {
118 bold: 'Tebal',
119 italic: 'Miring',
120 underline: 'Garis bawah',
121 clear: 'Bersihkan gaya',
122 height: 'Jarak baris',
123 name: 'Jenis Tulisan',
124 strikethrough: 'Coret',
125 subscript: 'Subscript',
126 superscript: 'Superscript',
127 size: 'Ukuran font'
128 },
129 image: {
130 image: 'Gambar',
131 insert: 'Sisipkan gambar',
132 resizeFull: 'Ukuran penuh',
133 resizeHalf: 'Ukuran 50%',
134 resizeQuarter: 'Ukuran 25%',
135 floatLeft: 'Rata kiri',
136 floatRight: 'Rata kanan',
137 floatNone: 'Tanpa perataan',
138 shapeRounded: 'Bentuk: Membundar',
139 shapeCircle: 'Bentuk: Bundar',
140 shapeThumbnail: 'Bentuk: Thumbnail',
141 shapeNone: 'Bentuk: Tidak ada',
142 dragImageHere: 'Tarik gambar ke area ini',
143 dropImage: 'Letakkan gambar atau teks',
144 selectFromFiles: 'Pilih gambar dari berkas',
145 maximumFileSize: 'Ukuran maksimal berkas',
146 maximumFileSizeError: 'Ukuran maksimal berkas terlampaui.',
147 url: 'URL gambar',
148 remove: 'Hapus Gambar',
149 original: 'Original'
150 },
151 video: {
152 video: 'Video',
153 videoLink: 'Link video',
154 insert: 'Sisipkan video',
155 url: 'Tautan video',
156 providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion atau Youku)'
157 },
158 link: {
159 link: 'Tautan',
160 insert: 'Tambah tautan',
161 unlink: 'Hapus tautan',
162 edit: 'Edit',
163 textToDisplay: 'Tampilan teks',
164 url: 'Tautan tujuan',
165 openInNewWindow: 'Buka di jendela baru'
166 },
167 table: {
168 table: 'Tabel',
169 addRowAbove: 'Tambahkan baris ke atas',
170 addRowBelow: 'Tambahkan baris ke bawah',
171 addColLeft: 'Tambahkan kolom ke kiri',
172 addColRight: 'Tambahkan kolom ke kanan',
173 delRow: 'Hapus baris',
174 delCol: 'Hapus kolom',
175 delTable: 'Hapus tabel'
176 },
177 hr: {
178 insert: 'Masukkan garis horizontal'
179 },
180 style: {
181 style: 'Gaya',
182 p: 'p',
183 blockquote: 'Kutipan',
184 pre: 'Kode',
185 h1: 'Heading 1',
186 h2: 'Heading 2',
187 h3: 'Heading 3',
188 h4: 'Heading 4',
189 h5: 'Heading 5',
190 h6: 'Heading 6'
191 },
192 lists: {
193 unordered: 'Pencacahan',
194 ordered: 'Penomoran'
195 },
196 options: {
197 help: 'Bantuan',
198 fullscreen: 'Layar penuh',
199 codeview: 'Kode HTML'
200 },
201 paragraph: {
202 paragraph: 'Paragraf',
203 outdent: 'Outdent',
204 indent: 'Indent',
205 left: 'Rata kiri',
206 center: 'Rata tengah',
207 right: 'Rata kanan',
208 justify: 'Rata kanan kiri'
209 },
210 color: {
211 recent: 'Warna sekarang',
212 more: 'Selengkapnya',
213 background: 'Warna latar',
214 foreground: 'Warna font',
215 transparent: 'Transparan',
216 setTransparent: 'Atur transparansi',
217 reset: 'Atur ulang',
218 resetToDefault: 'Kembalikan kesemula'
219 },
220 shortcut: {
221 shortcuts: 'Jalan pintas',
222 close: 'Tutup',
223 textFormatting: 'Format teks',
224 action: 'Aksi',
225 paragraphFormatting: 'Format paragraf',
226 documentStyle: 'Gaya dokumen',
227 extraKeys: 'Shortcut tambahan'
228 },
229 help: {
230 'insertParagraph': 'Tambahkan paragraf',
231 'undo': 'Urungkan perintah terakhir',
232 'redo': 'Kembalikan perintah terakhir',
233 'tab': 'Tab',
234 'untab': 'Untab',
235 'bold': 'Mengaktifkan gaya tebal',
236 'italic': 'Mengaktifkan gaya italic',
237 'underline': 'Mengaktifkan gaya underline',
238 'strikethrough': 'Mengaktifkan gaya strikethrough',
239 'removeFormat': 'Hapus semua gaya',
240 'justifyLeft': 'Atur rata kiri',
241 'justifyCenter': 'Atur rata tengah',
242 'justifyRight': 'Atur rata kanan',
243 'justifyFull': 'Atur rata kiri-kanan',
244 'insertUnorderedList': 'Nyalakan urutan tanpa nomor',
245 'insertOrderedList': 'Nyalakan urutan bernomor',
246 'outdent': 'Outdent di paragraf terpilih',
247 'indent': 'Indent di paragraf terpilih',
248 'formatPara': 'Ubah format gaya tulisan terpilih menjadi paragraf',
249 'formatH1': 'Ubah format gaya tulisan terpilih menjadi Heading 1',
250 'formatH2': 'Ubah format gaya tulisan terpilih menjadi Heading 2',
251 'formatH3': 'Ubah format gaya tulisan terpilih menjadi Heading 3',
252 'formatH4': 'Ubah format gaya tulisan terpilih menjadi Heading 4',
253 'formatH5': 'Ubah format gaya tulisan terpilih menjadi Heading 5',
254 'formatH6': 'Ubah format gaya tulisan terpilih menjadi Heading 6',
255 'insertHorizontalRule': 'Masukkan garis horizontal',
256 'linkDialog.show': 'Tampilkan Link Dialog'
257 },
258 history: {
259 undo: 'Kembali',
260 redo: 'Ulang'
261 },
262 specialChar: {
263 specialChar: 'KARAKTER KHUSUS',
264 select: 'Pilih karakter khusus'
265 }
266 }
267 });
268 })(jQuery);
269
270 /***/ })
271
272 /******/ });
273 });