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: {
'Line height': 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 {
'Line height': 'ارتفاع الخط'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Výška čáry'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Zeilenhöhe'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Altura de la línea'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'ارتفاع خط'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Rivin korkeus'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Hauteur de ligne'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'גובה שורה'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Vonal magassága'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Tinggi baris'
};

View File

@@ -0,0 +1,28 @@
/*!
* 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 * as ar from "./ar";
import * as cs_cz from "./cs_cz";
import * as de from "./de";
import * as es from "./es";
import * as fa from "./fa";
import * as fi from "./fi";
import * as fr from "./fr";
import * as he from "./he";
import * as hu from "./hu";
import * as id from "./id";
import * as it from "./it";
import * as ja from "./ja";
import * as ko from "./ko";
import * as mn from "./mn";
import * as nl from "./nl";
import * as pl from "./pl";
import * as pt_br from "./pt_br";
import * as ru from "./ru";
import * as tr from "./tr";
import * as ua from "./ua";
import * as zh_cn from "./zh_cn";
import * as 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, ua, zh_cn, zh_tw };

View File

@@ -0,0 +1,28 @@
/*!
* 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 * as ar from "./ar.js";
import * as cs_cz from "./cs_cz.js";
import * as de from "./de.js";
import * as es from "./es.js";
import * as fa from "./fa.js";
import * as fi from "./fi.js";
import * as fr from "./fr.js";
import * as he from "./he.js";
import * as hu from "./hu.js";
import * as id from "./id.js";
import * as it from "./it.js";
import * as ja from "./ja.js";
import * as ko from "./ko.js";
import * as mn from "./mn.js";
import * as nl from "./nl.js";
import * as pl from "./pl.js";
import * as pt_br from "./pt_br.js";
import * as ru from "./ru.js";
import * as tr from "./tr.js";
import * as ua from "./ua.js";
import * as zh_cn from "./zh_cn.js";
import * as 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, ua, zh_cn, zh_tw };

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Altezza linea'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'ラインの高さ'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': '선 높이'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Зураасны өндөр'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Lijnhoogte'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Wysokość linii'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Altura da linha'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Высота линии'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Çizgi yüksekliği'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': 'Висота лінії'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': '线高'
};

View File

@@ -0,0 +1,4 @@
declare const _exports: {
'Line height': 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 {
'Line height': '行高'
};