inital commit

This commit is contained in:
2026-01-01 15:25:19 +05:30
commit f0ae49465a
36361 changed files with 4894111 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'نسخ التنسيق'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'Kopírovat formát'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'Format kopierenт'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'Copiar formato'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'کپی کردن قالب'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'Kopioi muotoilu'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'Format de copie'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'העתק עיצוב'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'Formátum másolás'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'salin format'
};

View File

@@ -0,0 +1,27 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
import ar from "./ar";
import cs_cz from "./cs_cz";
import de from "./de";
import es from "./es";
import fa from "./fa";
import fi from "./fi";
import fr from "./fr";
import he from "./he";
import hu from "./hu";
import id from "./id";
import it from "./it";
import ja from "./ja";
import ko from "./ko";
import mn from "./mn";
import nl from "./nl";
import pl from "./pl";
import pt_br from "./pt_br";
import ru from "./ru";
import tr from "./tr";
import zh_cn from "./zh_cn";
import zh_tw from "./zh_tw";
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };

View File

@@ -0,0 +1,27 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
import ar from "./ar.js";
import cs_cz from "./cs_cz.js";
import de from "./de.js";
import es from "./es.js";
import fa from "./fa.js";
import fi from "./fi.js";
import fr from "./fr.js";
import he from "./he.js";
import hu from "./hu.js";
import id from "./id.js";
import it from "./it.js";
import ja from "./ja.js";
import ko from "./ko.js";
import mn from "./mn.js";
import nl from "./nl.js";
import pl from "./pl.js";
import pt_br from "./pt_br.js";
import ru from "./ru.js";
import tr from "./tr.js";
import zh_cn from "./zh_cn.js";
import zh_tw from "./zh_tw.js";
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'Copia il formato'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'copyformat'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': '복사 형식'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'Формат хуулах'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'opmaak kopiëren'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'format kopii'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'Copiar formato'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'Копировать формат'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': 'Kopyalama Biçimi'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': '复制格式'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'copy-format': string;
};
export = _exports;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
'copy-format': '複製格式'
};