From ae4e1bab32a4c68d2745acdb1c847ecd5d8f1a1b Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 14 Sep 2023 02:29:19 +0200 Subject: [PATCH] [TASK] Update to CKEditor5 v39 https://ckeditor.com/docs/ckeditor5/latest/updating/guides/update-to-39.html Executed commands: npm install -P $( grep ckeditor5 package.json | \ grep '\^38' | \ grep -v dev-utils | \ sed 's/^[^"]*"\([^"]*\)".*/\1@^39/' \ ) npm run build Resolves: #101917 Releases: main, 12.4 Change-Id: Ie6251df91db88b4609535eb047c8761b49a0164b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81069 Tested-by: Benjamin Franzke Reviewed-by: Benjamin Franzke Tested-by: core-ci --- Build/package-lock.json | 612 ++-- Build/package.json | 60 +- .../Public/Contrib/ckeditor5-bundle.js | 2872 +++++++++++++---- .../Public/Contrib/translations/ar.js | 2 +- .../Public/Contrib/translations/ast.js | 2 +- .../Public/Contrib/translations/az.js | 2 +- .../Public/Contrib/translations/bg.js | 2 +- .../Public/Contrib/translations/bn.js | 2 +- .../Public/Contrib/translations/ca.js | 2 +- .../Public/Contrib/translations/cs.js | 2 +- .../Public/Contrib/translations/da.js | 2 +- .../Public/Contrib/translations/de-ch.js | 2 +- .../Public/Contrib/translations/de.js | 2 +- .../Public/Contrib/translations/el.js | 2 +- .../Public/Contrib/translations/en-au.js | 2 +- .../Public/Contrib/translations/en-gb.js | 2 +- .../Public/Contrib/translations/en.js | 2 +- .../Public/Contrib/translations/eo.js | 2 +- .../Public/Contrib/translations/es.js | 2 +- .../Public/Contrib/translations/et.js | 2 +- .../Public/Contrib/translations/eu.js | 2 +- .../Public/Contrib/translations/fa.js | 2 +- .../Public/Contrib/translations/fi.js | 2 +- .../Public/Contrib/translations/fr.js | 2 +- .../Public/Contrib/translations/gl.js | 2 +- .../Public/Contrib/translations/he.js | 2 +- .../Public/Contrib/translations/hi.js | 2 +- .../Public/Contrib/translations/hr.js | 2 +- .../Public/Contrib/translations/hu.js | 2 +- .../Public/Contrib/translations/id.js | 2 +- .../Public/Contrib/translations/it.js | 2 +- .../Public/Contrib/translations/ja.js | 2 +- .../Public/Contrib/translations/km.js | 2 +- .../Public/Contrib/translations/kn.js | 2 +- .../Public/Contrib/translations/ko.js | 2 +- .../Public/Contrib/translations/ku.js | 2 +- .../Public/Contrib/translations/lt.js | 2 +- .../Public/Contrib/translations/lv.js | 2 +- .../Public/Contrib/translations/ms.js | 2 +- .../Public/Contrib/translations/nb.js | 2 +- .../Public/Contrib/translations/ne.js | 2 +- .../Public/Contrib/translations/nl.js | 2 +- .../Public/Contrib/translations/no.js | 2 +- .../Public/Contrib/translations/pl.js | 2 +- .../Public/Contrib/translations/pt-br.js | 2 +- .../Public/Contrib/translations/pt.js | 2 +- .../Public/Contrib/translations/ro.js | 2 +- .../Public/Contrib/translations/ru.js | 2 +- .../Public/Contrib/translations/sk.js | 2 +- .../Public/Contrib/translations/sl.js | 2 +- .../Public/Contrib/translations/sq.js | 2 +- .../Public/Contrib/translations/sr-latn.js | 2 +- .../Public/Contrib/translations/sr.js | 2 +- .../Public/Contrib/translations/sv.js | 2 +- .../Public/Contrib/translations/th.js | 2 +- .../Public/Contrib/translations/tk.js | 2 +- .../Public/Contrib/translations/tr.js | 2 +- .../Public/Contrib/translations/tt.js | 2 +- .../Public/Contrib/translations/ug.js | 2 +- .../Public/Contrib/translations/uk.js | 2 +- .../Public/Contrib/translations/ur.js | 2 +- .../Public/Contrib/translations/uz.js | 2 +- .../Public/Contrib/translations/vi.js | 2 +- .../Public/Contrib/translations/zh-cn.js | 2 +- .../Public/Contrib/translations/zh.js | 2 +- 65 files changed, 2564 insertions(+), 1104 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index 26fcfb3872c2..e7a257c9f0bc 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -9,38 +9,38 @@ "version": "11.0.0-dev", "license": "GPL-2.0+", "dependencies": { - "@ckeditor/ckeditor5-alignment": "^38.1.0", - "@ckeditor/ckeditor5-autoformat": "^38.1.0", - "@ckeditor/ckeditor5-basic-styles": "^38.1.0", - "@ckeditor/ckeditor5-block-quote": "^38.1.0", - "@ckeditor/ckeditor5-clipboard": "^38.1.0", - "@ckeditor/ckeditor5-code-block": "^38.1.0", - "@ckeditor/ckeditor5-core": "^38.1.0", + "@ckeditor/ckeditor5-alignment": "^39.0.2", + "@ckeditor/ckeditor5-autoformat": "^39.0.2", + "@ckeditor/ckeditor5-basic-styles": "^39.0.2", + "@ckeditor/ckeditor5-block-quote": "^39.0.2", + "@ckeditor/ckeditor5-clipboard": "^39.0.2", + "@ckeditor/ckeditor5-code-block": "^39.0.2", + "@ckeditor/ckeditor5-core": "^39.0.2", "@ckeditor/ckeditor5-dev-utils": "^38.0.4", - "@ckeditor/ckeditor5-editor-classic": "^38.1.0", - "@ckeditor/ckeditor5-engine": "^38.1.0", - "@ckeditor/ckeditor5-essentials": "^38.1.0", - "@ckeditor/ckeditor5-find-and-replace": "^38.1.0", - "@ckeditor/ckeditor5-heading": "^38.1.0", - "@ckeditor/ckeditor5-horizontal-line": "^38.1.0", - "@ckeditor/ckeditor5-html-support": "^38.1.0", - "@ckeditor/ckeditor5-indent": "^38.1.0", + "@ckeditor/ckeditor5-editor-classic": "^39.0.2", + "@ckeditor/ckeditor5-engine": "^39.0.2", + "@ckeditor/ckeditor5-essentials": "^39.0.2", + "@ckeditor/ckeditor5-find-and-replace": "^39.0.2", + "@ckeditor/ckeditor5-heading": "^39.0.2", + "@ckeditor/ckeditor5-horizontal-line": "^39.0.2", + "@ckeditor/ckeditor5-html-support": "^39.0.2", + "@ckeditor/ckeditor5-indent": "^39.0.2", "@ckeditor/ckeditor5-inspector": "^4.1.0", - "@ckeditor/ckeditor5-link": "^38.1.0", - "@ckeditor/ckeditor5-list": "^38.1.0", - "@ckeditor/ckeditor5-paragraph": "^38.1.0", - "@ckeditor/ckeditor5-paste-from-office": "^38.1.0", - "@ckeditor/ckeditor5-remove-format": "^38.1.0", - "@ckeditor/ckeditor5-show-blocks": "^38.1.0", - "@ckeditor/ckeditor5-source-editing": "^38.1.0", - "@ckeditor/ckeditor5-special-characters": "^38.1.0", - "@ckeditor/ckeditor5-style": "^38.1.0", - "@ckeditor/ckeditor5-table": "^38.1.0", - "@ckeditor/ckeditor5-theme-lark": "^38.1.0", - "@ckeditor/ckeditor5-ui": "^38.1.0", - "@ckeditor/ckeditor5-undo": "^38.1.0", - "@ckeditor/ckeditor5-utils": "^38.1.0", - "@ckeditor/ckeditor5-word-count": "^38.1.0", + "@ckeditor/ckeditor5-link": "^39.0.2", + "@ckeditor/ckeditor5-list": "^39.0.2", + "@ckeditor/ckeditor5-paragraph": "^39.0.2", + "@ckeditor/ckeditor5-paste-from-office": "^39.0.2", + "@ckeditor/ckeditor5-remove-format": "^39.0.2", + "@ckeditor/ckeditor5-show-blocks": "^39.0.2", + "@ckeditor/ckeditor5-source-editing": "^39.0.2", + "@ckeditor/ckeditor5-special-characters": "^39.0.2", + "@ckeditor/ckeditor5-style": "^39.0.2", + "@ckeditor/ckeditor5-table": "^39.0.2", + "@ckeditor/ckeditor5-theme-lark": "^39.0.2", + "@ckeditor/ckeditor5-ui": "^39.0.2", + "@ckeditor/ckeditor5-undo": "^39.0.2", + "@ckeditor/ckeditor5-utils": "^39.0.2", + "@ckeditor/ckeditor5-word-count": "^39.0.2", "@claviska/jquery-minicolors": "^2.3.6", "@codemirror/autocomplete": "^6.5.1", "@codemirror/commands": "^6.2.3", @@ -482,94 +482,66 @@ } }, "node_modules/@ckeditor/ckeditor5-alignment": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-38.1.0.tgz", - "integrity": "sha512-psA6fiAupNHiuAmGbKO/uWBHqGl+VoUTOiCgLo7Nzez5zwguxGLMSQDoNVhMIWkfvqDSDghzcM/tnA+SDbqUow==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-39.0.2.tgz", + "integrity": "sha512-TjM+9h3tFn1wgnF4RJg0WaA758kT5VGSaVi0Ti6NECckPGXnccJpIQ7ZMSKAe4zCfaRSmNQsNYc20iq7w7+leg==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-38.1.0.tgz", - "integrity": "sha512-heptwiVtPzriWPNq9Qpns8ClSHD49LcqdGDU0bWhAbDhfUmbIeUiFiaPn8F8u9R2qWpg0E5bIHzxED6uRBr5Nw==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-39.0.2.tgz", + "integrity": "sha512-iltoRC/XAgApwM7+TErrGMjkX+G13YbB/YxCTXBBQeHiPRnEEpPMeqHGyLMipSshq6mCZaPNwzmfaQ1pQ+PWlg==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-38.1.0.tgz", - "integrity": "sha512-K/lhLLY52YZ2AfTOeqqwIOiPbIh7qYEfj/kytMd7PQ1ScFYbGMdWwgPTXpFi0JG7O2vK+5fkS+03e4klTX6IkA==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-39.0.2.tgz", + "integrity": "sha512-sp5sfE4d8Tng/zIssBK+SgaEkPfGcbmoGkjbHhPlWYAoQB9ONwvWkRZy9s3C+H0gfsEj3EqqxUKY70Us0yT8rA==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-38.1.0.tgz", - "integrity": "sha512-gEkVmhq4kSZR55vojSubz4JXDmffHm0FurL5wV/y28W5HigWI1PmbeZhxHLHtlB6DPseLIWRjB5Q9Nku5UoN0w==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-39.0.2.tgz", + "integrity": "sha512-ykxkLWJ1nuu5vVBnvHKKgKleudUNTjt/2zDsvUAiBbl4iN0rnOqhLbSL54fY4130p/DvE1CVoozqNiv7L83Vjw==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-38.1.0.tgz", - "integrity": "sha512-OoxzP+GG9b80otVlGbJH6kTWM5AR5oJNGyj76KaxmhWfpyVifHM14iIFBjuEDzORsRZdb3+DA26+GcnkJ08/GA==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-39.0.2.tgz", + "integrity": "sha512-SSuanBiQ4lWznXSGyeV5vqQweVWZ1+iZG1/atmrZSb/BOWa3XD6EGPu9tuzdm9MCjk2OxBuyMT07Cw+WzXFosQ==", "dependencies": { - "@ckeditor/ckeditor5-core": "38.1.0", - "@ckeditor/ckeditor5-engine": "38.1.0", - "@ckeditor/ckeditor5-ui": "38.1.0", - "@ckeditor/ckeditor5-utils": "38.1.0", - "@ckeditor/ckeditor5-widget": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-core": "39.0.2", + "@ckeditor/ckeditor5-engine": "39.0.2", + "@ckeditor/ckeditor5-ui": "39.0.2", + "@ckeditor/ckeditor5-utils": "39.0.2", + "@ckeditor/ckeditor5-widget": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-code-block": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-38.1.0.tgz", - "integrity": "sha512-DEa7TfpXUMrX3aytl7XCKSdd9quEX2g+S7q88QiHaaD57n3Del8WS/wEAwznL+kwTLPmCCaJ4FZrZjWoBry/IQ==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-39.0.2.tgz", + "integrity": "sha512-VlG/+VqxrR/JWQZVsGzemr3caOgQLB5OmSsFKPBEzoMI+05zf2UM232DyBVBUfA6UJ5L/ZMkT9YdUi+XhFnhAQ==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-core": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-38.1.0.tgz", - "integrity": "sha512-jlz42+72zDVThAuQD0LMRA7qhWRHeestgBhMkVYdi1KRTEB59FWvV9vLfrJGs/qiB5vVkzDvK4etKqjOWm1KnA==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-39.0.2.tgz", + "integrity": "sha512-/xtor5vIXgwBVsAj+yO/wyzezQUmXabdkb/T8aSXtO2665zeOVbDbtSsJ1Ov7Tz5A4Ia1pA9d7iDCt7E8Kva7A==", "dependencies": { - "@ckeditor/ckeditor5-engine": "38.1.0", - "@ckeditor/ckeditor5-utils": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-engine": "39.0.2", + "@ckeditor/ckeditor5-utils": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-dev-translations": { @@ -663,118 +635,82 @@ } }, "node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-38.1.0.tgz", - "integrity": "sha512-FDB+G4jNS/1nBP25VP1F+XYlosKRW68AEsmR52X1zW64KW/9AAA9jSLQLmAsf/JA96HOviSdNDItlvzwq4x05g==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-39.0.2.tgz", + "integrity": "sha512-zDDFe70junUJT5VltMsVdBqSZUew4fCe8fmi9JMI2m2MAwNwARAOkOy9mQMMTJlrD+P3CfD/Y9QpromEjLOnYA==", "dependencies": { - "ckeditor5": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-engine": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-38.1.0.tgz", - "integrity": "sha512-Ldkw66gPMAL9GHnD+PsteWCay3ImPd+Lh/s54ISQxPDN8v4G3MNx9n003RA0ZtLKrbVhYXmAIF3xlzWWAkQK4w==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-39.0.2.tgz", + "integrity": "sha512-ERcEpIrmTML0/uhukkC+ZJSOx4mRaPbNG5vPEBXIentfDpzu1NrmUhGZRGXaw5lltL+NJbuTI0wjEINap0Hl3w==", "dependencies": { - "@ckeditor/ckeditor5-utils": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-utils": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-enter": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-38.1.0.tgz", - "integrity": "sha512-mBjr1Bk12ugPgScxnRncAxM5YcQUQosf01T5ekqT4/tAmoICyVgcJk4OU1H16TOzIRul0D4dr6eeg1yUhRHZPg==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-39.0.2.tgz", + "integrity": "sha512-7yeZI/mzJH4/yryXFQemrueZA/UNGkfnauN8Mu6XFMykoRNo6l+cASz0x4iGb3pWumV3g+tUeX6AJmuwXkRb5A==", "dependencies": { - "@ckeditor/ckeditor5-core": "38.1.0", - "@ckeditor/ckeditor5-engine": "38.1.0", - "@ckeditor/ckeditor5-utils": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-core": "39.0.2", + "@ckeditor/ckeditor5-engine": "39.0.2", + "@ckeditor/ckeditor5-utils": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-essentials": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-38.1.0.tgz", - "integrity": "sha512-/RsNDJSHXQ4YcdcFFVoneC0PeW/d0NFz8ba6Sh5lCvfr/ja7HztmtkmGmPej6O7POqkWXRTbdKL7Zistnhm6Mg==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-39.0.2.tgz", + "integrity": "sha512-5Nf3XeuB0thXTJS2M2JYrlW2uuSujNOhwW7L05e7Z5JP4nUSkopBHdvymX9feZKMzGPOw6SVhk8gQIDYV7S28A==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-find-and-replace": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-38.1.0.tgz", - "integrity": "sha512-cx5zasPnKDSbcMZWPCKABllSEg0kD6ReAhDRQIo5NWtYMswc/rMuo2ip+NKo+H8yoJKQofbs7JiPgqhXR7ddbA==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-39.0.2.tgz", + "integrity": "sha512-cRD/ozsclBVjcuCokFiPMGEUV8YqbyjMQnHMUbsuc3qGQ2rV7A6tJZJqOdW7EW78asEPrVQ6M0SrIYgrb5lzCQ==", "dependencies": { - "@ckeditor/ckeditor5-ui": "38.1.0", - "ckeditor5": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-ui": "39.0.2", + "ckeditor5": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-heading": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-38.1.0.tgz", - "integrity": "sha512-pGqmJtaM7S509oj3S3cAkd2ClxASyUaD0QeDxSiJ2MzQQSph0v+CiKnzicLAb/hmhVB8ik5i21OpStNuGtn2Ww==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-39.0.2.tgz", + "integrity": "sha512-P1ogDMAsTZB/TfuNwifNv1H9KHaMSPRaPfd+clhhLV/GAdt2rGMeH0HKuSke54cZYB6qMQP7Za8Xsfi2ufY0GA==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-horizontal-line": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-38.1.0.tgz", - "integrity": "sha512-vXQblwRCLhJ0DAK6pXunGtoTzdTOFo/+Metn7m6f7koH36q+hLEV9J2VyYSngjwbT75Ky/Gkl95ECiyjXtyRCA==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-39.0.2.tgz", + "integrity": "sha512-lKPqiOwmuX/9s5TclET7cywcQ76TJh/w+6u3BK8buzlmyWzdeYXUyljNqWCgiS0i2yyY4w5XaJxXB/Ey7Ks8/w==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-html-support": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-38.1.0.tgz", - "integrity": "sha512-y+vKKo9uX/dPNXDghy7Ja6n8H0NdF85c7J148AJqK6b9Mbx2PPJoY4pilAJxIjiGdJvoZEnqeHMXaZ2rkyVqbQ==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-39.0.2.tgz", + "integrity": "sha512-vA5nbuE4PnCOw7HK+y9dgXi6vKlVRq/fEeG7H5HNuF1CRVqBMUenFUFTNFrIi/ZHp7L2QhVs0uvQLnbYm3gPqQ==", "dependencies": { - "ckeditor5": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-indent": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-38.1.0.tgz", - "integrity": "sha512-rcTHpvOM/JRtHE+n8dnirAIIzGV2HtjuBdRMjwrU5F4Q0dgPDh/zWbm6/bAgSjjhE0aiUgdxgfItmGlnAu1pFw==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-39.0.2.tgz", + "integrity": "sha512-wU/1jBqgkK068fxkZDxnZM5iACunABXBVtpgfXqe2S6cMPVQyhiLzo955Yt7BhqN7Mkor59xESO2+Npj/vwB7w==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-inspector": { @@ -787,190 +723,134 @@ } }, "node_modules/@ckeditor/ckeditor5-link": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-38.1.0.tgz", - "integrity": "sha512-/GoXWpZ522GD0qGvqj0Y57Lo2amakWRN//k3Nc5sHvtxjhwP87Wqb8YGtVR1bB33xmvWzBwB7W1EHA+Gqkh84A==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-39.0.2.tgz", + "integrity": "sha512-UKSamaD+yGaLPo/7pLS6bi+h2pRpX7qFSe4isVvmC8PfhN4YAm6ZYpIXpnktzfv2+/Jx6P9HzfjOnJPPT5PRdQ==", "dependencies": { - "@ckeditor/ckeditor5-ui": "38.1.0", - "ckeditor5": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-ui": "39.0.2", + "ckeditor5": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-list": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-38.1.0.tgz", - "integrity": "sha512-FiBjSPjudYp4thheroIbhZ5qIpPsd/FpHrzEvtvvkuse8ltw17hwCxnCViyDQgnowhoAlJmmEwo7P8C4U4Qs0A==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-39.0.2.tgz", + "integrity": "sha512-XRcp67PuDK/mP0sL8g+TFLIr/MigVHKATwO+7OAJZlGAGxr73V/eRw3G6ZAe6Lh0lVQPRA54r+h5DHG5P+KRRg==", "dependencies": { - "@ckeditor/ckeditor5-ui": "38.1.0", - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-ui": "39.0.2", + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-38.1.0.tgz", - "integrity": "sha512-B0meYDsGzR1e7pXN7Ky8L1BD80gJa+WHDUcDMLtEb+awQrdXf6JmD1CbH6ejbfBWSq+klO4cucenDSN4PK9e/g==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-39.0.2.tgz", + "integrity": "sha512-is0+G3ghz+6EwoNT5ciySiPt05FI0I/lxPksSDl4QG9BcGUwkN94fJalCxgXuMlGulojm/YZ3dCmJPnLMrAnUA==", "dependencies": { - "@ckeditor/ckeditor5-core": "38.1.0", - "@ckeditor/ckeditor5-ui": "38.1.0", - "@ckeditor/ckeditor5-utils": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-core": "39.0.2", + "@ckeditor/ckeditor5-ui": "39.0.2", + "@ckeditor/ckeditor5-utils": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-38.1.0.tgz", - "integrity": "sha512-RYZiCyRvCEqlLymAmW7OWVWRb0bkCuU2gWKiv/jhvgP58ZoGWDszVgAXJEcGJqCaJ2Q6mL7AVu4sdTDshTUk2A==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-39.0.2.tgz", + "integrity": "sha512-Y9O1C+9BpFCtvYI80AJzm/BkZWMedhreCaZcSCsEUUIo6vrIwehatTvgqWZJLwKZwL+4iy5/Kv9OfUhvO10I8Q==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-remove-format": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-38.1.0.tgz", - "integrity": "sha512-F5bPMtcaFwwG0Tq20OvqJ/TQhziYu+KNPflRAXmybdUKj7Ce9DXgzwJw9S7H0LcyUV/MYQzQany4Tq5duMveTA==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-39.0.2.tgz", + "integrity": "sha512-gCoWMMUyvqjtQs+EUr7JpO8LEF2Ip7qXmCuSwLTteet79a8sQyllPY6O3UOUEuFMO2GtT36+jtQ93pQh7onn+g==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-select-all": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-38.1.0.tgz", - "integrity": "sha512-04QCaVepM86iLSnQANMG6BAt0zW248So2vo5dOhSEvCoj6HlOtfxOSdwLykiLMYaKUucxhDtvboHEexshcQ34w==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-39.0.2.tgz", + "integrity": "sha512-/zTPZ14sfsL6E7LHcdOSW5JR7A5tsaSO2KNlQ/jm77XWSeQ7HZ4I7hoLXWksvcseubQ+xExWrzMQIjIOGqBLcQ==", "dependencies": { - "@ckeditor/ckeditor5-core": "38.1.0", - "@ckeditor/ckeditor5-ui": "38.1.0", - "@ckeditor/ckeditor5-utils": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-core": "39.0.2", + "@ckeditor/ckeditor5-ui": "39.0.2", + "@ckeditor/ckeditor5-utils": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-show-blocks": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-38.1.0.tgz", - "integrity": "sha512-gVhwJFyaASFiLwktnO5dShpUGfXAMRHIN30GUMlYox3BFIkfDXsI50LWoAZzlm7OP47A9+ass/XejUKNozVg+Q==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-39.0.2.tgz", + "integrity": "sha512-BTz2m6Blvz4fZKHAsNLZX3qXLaXQ03TXYr/OTkyEKfsMVepI0OOtnTD/I8ydLQohDQOSYIQjMu2KHguZcIwH7A==", "dependencies": { - "@ckeditor/ckeditor5-ui": "38.1.0", - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-ui": "39.0.2", + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-38.1.0.tgz", - "integrity": "sha512-7ZNc7hZhG9V8LT00iitQT+5JGF3p/oiR3BYA/Wk5Nf2qprYavouHk+lcAbWPO98LQh9IUfZtrmvyZg5Rjawglw==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-39.0.2.tgz", + "integrity": "sha512-l0uoi64JcLjpXZxduCAvXQjv5a/Ng9bbjw2v8ksVMMVslVpugPqdYXRRRezXBW4guwGVLRmgUEISGwUH4n1FHg==", "dependencies": { - "@ckeditor/ckeditor5-theme-lark": "38.1.0", - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-theme-lark": "39.0.2", + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-special-characters": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-38.1.0.tgz", - "integrity": "sha512-JNeVWHUc4jbgG8xEn+iLfDoVxsBnfulosAXilYksCTaT9TwiuONJYF1gg1UoW1+yP2Mlgd4BKNXfiXEZ+MSQig==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-39.0.2.tgz", + "integrity": "sha512-0BSRKkywpzI+KJGB9ouFAf59UYWasUBSGiDrBbdd6QGWwA1hlpaMIPD4B8nCGmSNgtmyVEbpp7wBDfol0GgggA==", "dependencies": { - "ckeditor5": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-style": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-38.1.0.tgz", - "integrity": "sha512-/zsT/Bgbg6H3/ODuCIwj5OZ6nsJnN2xhC/rkQqFiOC/VQJSa/mCL13PQYwat7R+594tc7/Lg117oUxbe2sPqOQ==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-39.0.2.tgz", + "integrity": "sha512-JfVTUqqAxZrGGoAOoFa73cSxEgjun+sv7maFbz/oUFLwxkMddC4Blf51RWIIBe9r8/tgg7kqBBLVLUU5o8/S7A==", "dependencies": { - "ckeditor5": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-table": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-38.1.0.tgz", - "integrity": "sha512-jXP30EjjCc73HdmwZDWxwP88xL9mCvFudE3swIOp4VLoyMDRQHFudsdZ0qoLmmy+Bobje6pJk8vNKalUaMKAKg==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-39.0.2.tgz", + "integrity": "sha512-IpI53KPEOj1F1vbMYUHLkOeoQoQV/q3pfiJxXXHZja1QaIEnqZT7YcSvJQbCyiuQw4UCZqU5x84c8GcyIZlBhg==", "dependencies": { - "ckeditor5": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-38.1.0.tgz", - "integrity": "sha512-NoxKjdXj9sHAkUL/hboWlrvB0iPlJkH/yr8MSjwulH1N/kCmY8izKl3GLZ8gaX5O8Rlo6KraF1C7T8Tu/eDFuQ==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-39.0.2.tgz", + "integrity": "sha512-v6S3++hkoKgqV71BCafKWYmPA6o/X44kUzdahnFs1rYBM5WS87y9Jb0W8Rv8FXXD5QD0H2axtySw9S6HfYspQw==", "dependencies": { - "@ckeditor/ckeditor5-ui": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-ui": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-typing": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-38.1.0.tgz", - "integrity": "sha512-Y30Ein/vSBpVMnqPMEO41DcG03zZBX1alaY8p3E30K4J19i8krZ49fr6ej06Tz9JtwF6SjRqK9BGan5KL3XeeQ==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-39.0.2.tgz", + "integrity": "sha512-ylkBumukIRe/8jQTanVYNcExvoraXX9TIX3POwiug2F+c/POKjoHgeq8+Wf/JEl7/ydtXZKT5tROqOe9haSteA==", "dependencies": { - "@ckeditor/ckeditor5-core": "38.1.0", - "@ckeditor/ckeditor5-engine": "38.1.0", - "@ckeditor/ckeditor5-utils": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-core": "39.0.2", + "@ckeditor/ckeditor5-engine": "39.0.2", + "@ckeditor/ckeditor5-utils": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-ui": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-38.1.0.tgz", - "integrity": "sha512-k44qe+z/08En0/SKc/LC9jSy7Gy5S/5L6HReJ/ah7Ur2xbvA8hiiH1qc39m0vuUOFYC+YrYmvEps5o/ADgmy4A==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-39.0.2.tgz", + "integrity": "sha512-OHYasdPXG1Vy1tR5hcGeffeqg6ujWzCEbRczuU+0sC3ttYkxrnFk6qYe7gjA+BoqD61otk1au+rhCVux8dy0hQ==", "dependencies": { - "@ckeditor/ckeditor5-core": "38.1.0", - "@ckeditor/ckeditor5-utils": "38.1.0", + "@ckeditor/ckeditor5-core": "39.0.2", + "@ckeditor/ckeditor5-utils": "39.0.2", "color-convert": "2.0.1", "color-parse": "1.4.2", - "lodash-es": "^4.17.15", + "lodash-es": "4.17.21", "vanilla-colorful": "0.7.2" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" } }, "node_modules/@ckeditor/ckeditor5-ui/node_modules/color-convert": { @@ -985,86 +865,62 @@ } }, "node_modules/@ckeditor/ckeditor5-undo": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-38.1.0.tgz", - "integrity": "sha512-bm0WPJUqLihYVOsEWVXFLLM4hYh3vW4xcphUQNtkkkL4yXzvCYqtFr1vODgBsOiLfcmLhQzwSP/gWOxTzwtPqQ==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-39.0.2.tgz", + "integrity": "sha512-DSy7rRtnpVPpzZYOoQJNZ/6Zx4LEk3WVf8VG8wJDgpuxbRrE59DsNwVEqGEvDyVGlgzbuWZrfkkcL4hjcoYHCw==", "dependencies": { - "@ckeditor/ckeditor5-core": "38.1.0", - "@ckeditor/ckeditor5-engine": "38.1.0", - "@ckeditor/ckeditor5-ui": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-core": "39.0.2", + "@ckeditor/ckeditor5-engine": "39.0.2", + "@ckeditor/ckeditor5-ui": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-upload": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-38.1.0.tgz", - "integrity": "sha512-IaBXioCzhOik6qIAFZEm8eCv2yVUNpAZ9RVbbQbmVqm6W2u8dh6or1j33XEwMXtIVbakbmgEjuBTy3w+gxoDCQ==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-39.0.2.tgz", + "integrity": "sha512-6LLU9lJDlnE4RT1GBzK1V6gsIv/+4NiWVojblzET9AlyMI4BRTn3/PPxZRWyPPKH96AeuIWoyj32D/a24yQujg==", "dependencies": { - "@ckeditor/ckeditor5-core": "38.1.0", - "@ckeditor/ckeditor5-ui": "38.1.0", - "@ckeditor/ckeditor5-utils": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-core": "39.0.2", + "@ckeditor/ckeditor5-ui": "39.0.2", + "@ckeditor/ckeditor5-utils": "39.0.2" } }, "node_modules/@ckeditor/ckeditor5-utils": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-38.1.0.tgz", - "integrity": "sha512-TVo2R4tMT2VGXlGcpi3XbmyHqTx4IMM6RPICqQyo8Cl8SR8ksyPXeAJuTLvXbYaxbVKhztnY/p6Uu/zEBV7kdA==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-39.0.2.tgz", + "integrity": "sha512-aqiGhPJxEihSLW21lGWcAvjVTTwJYxEbfMk1eLf/BEY3euy6iltRC6EqbXkyJDcKGU7cQtk6JXAIkH+D2FF87g==", "dependencies": { - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-38.1.0.tgz", - "integrity": "sha512-o6M8bTnvrxfcwmX05iuvH9fvOwfe7pvEpduXDI35gXDUqOYN14lQFkU48OM4C/QvRQyos8WNLq2d+yg0cwNnIQ==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-39.0.2.tgz", + "integrity": "sha512-9E7BNp9c+nj/01JWF4lBVcDwJI2lN/Vgerw+ex4l/nTRl7crLzckSy3DWhYlpQPjJzsrkFjGQ+zCG4C/Vevl3Q==", "dependencies": { - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-widget": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-38.1.0.tgz", - "integrity": "sha512-7j1lgMKLOGdjndRWyogHGTW0pDr+0q5YP0LyqGWciiuxN6SWYSLOaYACBVKnCWp6VtvmPM473ZXF2RKW7YOVQQ==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-39.0.2.tgz", + "integrity": "sha512-bGs8iKD3c+r3/JCqhXoh/MPJut0JcdUdxDSgS+xYu1UJ03b/K39/0QbdVjT1I6oNRSDb4IUwBO2Xc3zTMl/qTw==", "dependencies": { - "@ckeditor/ckeditor5-core": "38.1.0", - "@ckeditor/ckeditor5-engine": "38.1.0", - "@ckeditor/ckeditor5-enter": "38.1.0", - "@ckeditor/ckeditor5-typing": "38.1.0", - "@ckeditor/ckeditor5-ui": "38.1.0", - "@ckeditor/ckeditor5-utils": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "@ckeditor/ckeditor5-core": "39.0.2", + "@ckeditor/ckeditor5-engine": "39.0.2", + "@ckeditor/ckeditor5-enter": "39.0.2", + "@ckeditor/ckeditor5-typing": "39.0.2", + "@ckeditor/ckeditor5-ui": "39.0.2", + "@ckeditor/ckeditor5-utils": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-word-count": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-38.1.0.tgz", - "integrity": "sha512-q0gy9JZhl9LIw7I6NS80hgG48dpDI7llV6g1gxfUVhQAAVUCBfHrTo8uxKl7uSQMgUUo5MnnBoWHxJjeRVgu7Q==", + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-39.0.2.tgz", + "integrity": "sha512-eKXSEEU+SkIgD8Sezj7Lzt8pX1XLkDgMfMGU2LoIB5BXChlV2mR6Zuz9Au2uzkrWmUxTerjtgIrpQZBtrMSeFQ==", "dependencies": { - "ckeditor5": "38.1.0", - "lodash-es": "^4.17.15" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "ckeditor5": "39.0.2", + "lodash-es": "4.17.21" } }, "node_modules/@claviska/jquery-minicolors": { @@ -3673,27 +3529,23 @@ } }, "node_modules/ckeditor5": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-38.1.0.tgz", - "integrity": "sha512-rWkzD5d6qJkeC4IrVV56f3x2bd5USyYJ0Ida2nGReNLvQD4DhOsedfUe2cffhiSCDXW9nzyLAYtgDPl2V2zJaA==", - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "38.1.0", - "@ckeditor/ckeditor5-core": "38.1.0", - "@ckeditor/ckeditor5-engine": "38.1.0", - "@ckeditor/ckeditor5-enter": "38.1.0", - "@ckeditor/ckeditor5-paragraph": "38.1.0", - "@ckeditor/ckeditor5-select-all": "38.1.0", - "@ckeditor/ckeditor5-typing": "38.1.0", - "@ckeditor/ckeditor5-ui": "38.1.0", - "@ckeditor/ckeditor5-undo": "38.1.0", - "@ckeditor/ckeditor5-upload": "38.1.0", - "@ckeditor/ckeditor5-utils": "38.1.0", - "@ckeditor/ckeditor5-watchdog": "38.1.0", - "@ckeditor/ckeditor5-widget": "38.1.0" - }, - "engines": { - "node": ">=16.0.0", - "npm": ">=5.7.1" + "version": "39.0.2", + "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-39.0.2.tgz", + "integrity": "sha512-7wuhb5LYeAZ9PaEZlNNAOnfDLWozt3+tOdc1St7AYR4PO1UW/5crWHvs+6jejxB56Zk6LUaHUS6ECecdapihmA==", + "dependencies": { + "@ckeditor/ckeditor5-clipboard": "39.0.2", + "@ckeditor/ckeditor5-core": "39.0.2", + "@ckeditor/ckeditor5-engine": "39.0.2", + "@ckeditor/ckeditor5-enter": "39.0.2", + "@ckeditor/ckeditor5-paragraph": "39.0.2", + "@ckeditor/ckeditor5-select-all": "39.0.2", + "@ckeditor/ckeditor5-typing": "39.0.2", + "@ckeditor/ckeditor5-ui": "39.0.2", + "@ckeditor/ckeditor5-undo": "39.0.2", + "@ckeditor/ckeditor5-upload": "39.0.2", + "@ckeditor/ckeditor5-utils": "39.0.2", + "@ckeditor/ckeditor5-watchdog": "39.0.2", + "@ckeditor/ckeditor5-widget": "39.0.2" } }, "node_modules/clean-css": { diff --git a/Build/package.json b/Build/package.json index e1591c8bf09c..5e22deb6425b 100644 --- a/Build/package.json +++ b/Build/package.json @@ -86,38 +86,38 @@ "lint": "./node_modules/.bin/grunt lint" }, "dependencies": { - "@ckeditor/ckeditor5-alignment": "^38.1.0", - "@ckeditor/ckeditor5-autoformat": "^38.1.0", - "@ckeditor/ckeditor5-basic-styles": "^38.1.0", - "@ckeditor/ckeditor5-block-quote": "^38.1.0", - "@ckeditor/ckeditor5-clipboard": "^38.1.0", - "@ckeditor/ckeditor5-code-block": "^38.1.0", - "@ckeditor/ckeditor5-core": "^38.1.0", + "@ckeditor/ckeditor5-alignment": "^39.0.2", + "@ckeditor/ckeditor5-autoformat": "^39.0.2", + "@ckeditor/ckeditor5-basic-styles": "^39.0.2", + "@ckeditor/ckeditor5-block-quote": "^39.0.2", + "@ckeditor/ckeditor5-clipboard": "^39.0.2", + "@ckeditor/ckeditor5-code-block": "^39.0.2", + "@ckeditor/ckeditor5-core": "^39.0.2", "@ckeditor/ckeditor5-dev-utils": "^38.0.4", - "@ckeditor/ckeditor5-editor-classic": "^38.1.0", - "@ckeditor/ckeditor5-engine": "^38.1.0", - "@ckeditor/ckeditor5-essentials": "^38.1.0", - "@ckeditor/ckeditor5-find-and-replace": "^38.1.0", - "@ckeditor/ckeditor5-heading": "^38.1.0", - "@ckeditor/ckeditor5-horizontal-line": "^38.1.0", - "@ckeditor/ckeditor5-html-support": "^38.1.0", - "@ckeditor/ckeditor5-indent": "^38.1.0", + "@ckeditor/ckeditor5-editor-classic": "^39.0.2", + "@ckeditor/ckeditor5-engine": "^39.0.2", + "@ckeditor/ckeditor5-essentials": "^39.0.2", + "@ckeditor/ckeditor5-find-and-replace": "^39.0.2", + "@ckeditor/ckeditor5-heading": "^39.0.2", + "@ckeditor/ckeditor5-horizontal-line": "^39.0.2", + "@ckeditor/ckeditor5-html-support": "^39.0.2", + "@ckeditor/ckeditor5-indent": "^39.0.2", "@ckeditor/ckeditor5-inspector": "^4.1.0", - "@ckeditor/ckeditor5-link": "^38.1.0", - "@ckeditor/ckeditor5-list": "^38.1.0", - "@ckeditor/ckeditor5-paragraph": "^38.1.0", - "@ckeditor/ckeditor5-paste-from-office": "^38.1.0", - "@ckeditor/ckeditor5-remove-format": "^38.1.0", - "@ckeditor/ckeditor5-show-blocks": "^38.1.0", - "@ckeditor/ckeditor5-source-editing": "^38.1.0", - "@ckeditor/ckeditor5-special-characters": "^38.1.0", - "@ckeditor/ckeditor5-style": "^38.1.0", - "@ckeditor/ckeditor5-table": "^38.1.0", - "@ckeditor/ckeditor5-theme-lark": "^38.1.0", - "@ckeditor/ckeditor5-ui": "^38.1.0", - "@ckeditor/ckeditor5-undo": "^38.1.0", - "@ckeditor/ckeditor5-utils": "^38.1.0", - "@ckeditor/ckeditor5-word-count": "^38.1.0", + "@ckeditor/ckeditor5-link": "^39.0.2", + "@ckeditor/ckeditor5-list": "^39.0.2", + "@ckeditor/ckeditor5-paragraph": "^39.0.2", + "@ckeditor/ckeditor5-paste-from-office": "^39.0.2", + "@ckeditor/ckeditor5-remove-format": "^39.0.2", + "@ckeditor/ckeditor5-show-blocks": "^39.0.2", + "@ckeditor/ckeditor5-source-editing": "^39.0.2", + "@ckeditor/ckeditor5-special-characters": "^39.0.2", + "@ckeditor/ckeditor5-style": "^39.0.2", + "@ckeditor/ckeditor5-table": "^39.0.2", + "@ckeditor/ckeditor5-theme-lark": "^39.0.2", + "@ckeditor/ckeditor5-ui": "^39.0.2", + "@ckeditor/ckeditor5-undo": "^39.0.2", + "@ckeditor/ckeditor5-utils": "^39.0.2", + "@ckeditor/ckeditor5-word-count": "^39.0.2", "@claviska/jquery-minicolors": "^2.3.6", "@codemirror/autocomplete": "^6.5.1", "@codemirror/commands": "^6.2.3", diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/ckeditor5-bundle.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/ckeditor5-bundle.js index e56facf67116..6784d643e408 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/ckeditor5-bundle.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/ckeditor5-bundle.js @@ -1229,13 +1229,11 @@ function formatConsoleArguments(errorName, data) { * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ -const version = '38.1.0'; +const version = '39.0.2'; // The second argument is not a month. It is `monthIndex` and starts from `0`. -const releaseDate = new Date(2023, 5, 28); +const releaseDate = new Date(2023, 8, 6); /* istanbul ignore next -- @preserve */ -const windowOrGlobal = typeof window === 'object' ? window : global; -/* istanbul ignore next -- @preserve */ -if (windowOrGlobal.CKEDITOR_VERSION) { +if (globalThis.CKEDITOR_VERSION) { /** * This error is thrown when due to a mistake in how CKEditor 5 was installed or initialized, some * of its modules were duplicated (evaluated and executed twice). Module duplication leads to inevitable runtime @@ -1373,7 +1371,7 @@ if (windowOrGlobal.CKEDITOR_VERSION) { throw new CKEditorError('ckeditor-duplicated-modules', null); } else { - windowOrGlobal.CKEDITOR_VERSION = version; + globalThis.CKEDITOR_VERSION = version; }/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license @@ -7863,37 +7861,6 @@ function getAncestors(node) { * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ -/* globals HTMLTextAreaElement */ -/** - * @module utils/dom/getdatafromelement - */ -/** - * Gets data from a given source element. - * - * @param el The element from which the data will be retrieved. - * @returns The data string. - */ -function getDataFromElement(el) { - if (el instanceof HTMLTextAreaElement) { - return el.value; - } - return el.innerHTML; -}/** - * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license - */ -/** - * @module utils/dom/istext - */ -/** - * Checks if the object is a native DOM Text node. - */ -function isText(obj) { - return Object.prototype.toString.call(obj) == '[object Text]'; -}/** - * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license - */ /** * @module utils/dom/isrange */ @@ -7929,6 +7896,18 @@ function getBorderWidths(element) { * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ +/** + * @module utils/dom/istext + */ +/** + * Checks if the object is a native DOM Text node. + */ +function isText(obj) { + return Object.prototype.toString.call(obj) == '[object Text]'; +}/** + * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ const rectProperties = ['top', 'right', 'bottom', 'left', 'width', 'height']; /** * A helper class representing a `ClientRect` object, e.g. value returned by @@ -8309,6 +8288,84 @@ function getElementOverflow(element) { * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ +/** + * Calculates the intersection `Rect` of a given set of elements (and/or a `document`). + * Also, takes into account the viewport top offset configuration. + * + * @internal + * @param elements + * @param viewportTopOffset + */ +function getElementsIntersectionRect(elements, viewportTopOffset = 0) { + const elementRects = elements.map(element => { + // The document (window) is yet another "element", but cropped by the top offset. + if (element instanceof Document) { + const windowRect = new Rect(global$1.window); + windowRect.top += viewportTopOffset; + windowRect.height -= viewportTopOffset; + return windowRect; + } + else { + return new Rect(element); + } + }); + let intersectionRect = elementRects[0]; + // @if CK_DEBUG_GETELEMENTSINTERSECTIONRECT // for ( const rect of elementRects ) { + // @if CK_DEBUG_GETELEMENTSINTERSECTIONRECT // RectDrawer.draw( rect, { + // @if CK_DEBUG_GETELEMENTSINTERSECTIONRECT // outlineWidth: '1px', opacity: '.7', outlineStyle: 'dashed' + // @if CK_DEBUG_GETELEMENTSINTERSECTIONRECT // }, 'Scrollable element' ); + // @if CK_DEBUG_GETELEMENTSINTERSECTIONRECT // } + for (const rect of elementRects.slice(1)) { + if (intersectionRect) { + intersectionRect = intersectionRect.getIntersection(rect); + } + } + return intersectionRect; +}/** + * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * Loops over the given element's ancestors to find all the scrollable elements. + * + * **Note**: The `document` is always included in the returned array. + * + * @internal + * @param element + * @returns An array of scrollable element's ancestors (including the `document`). + */ +function getScrollableAncestors(element) { + const scrollableAncestors = []; + let scrollableAncestor = findClosestScrollableAncestor(element); + while (scrollableAncestor && scrollableAncestor !== global$1.document.body) { + scrollableAncestors.push(scrollableAncestor); + scrollableAncestor = findClosestScrollableAncestor(scrollableAncestor); + } + scrollableAncestors.push(global$1.document); + return scrollableAncestors; +}/** + * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/* globals HTMLTextAreaElement */ +/** + * @module utils/dom/getdatafromelement + */ +/** + * Gets data from a given source element. + * + * @param el The element from which the data will be retrieved. + * @returns The data string. + */ +function getDataFromElement(el) { + if (el instanceof HTMLTextAreaElement) { + return el.value; + } + return el.innerHTML; +}/** + * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ /** * A helper class which instances allow performing custom actions when native DOM elements are resized. * @@ -8995,13 +9052,16 @@ function scrollViewportToShowTarget({ target, viewportOffset = 0, ancestorOffset * @param target A target, which supposed to become visible to the user. * @param ancestorOffset An offset between the target and the boundary of scrollable ancestors * to be maintained while scrolling. + * @param limiterElement The outermost ancestor that should be scrolled. If specified, it can prevent + * scrolling the whole page. */ -function scrollAncestorsToShowTarget(target, ancestorOffset) { +function scrollAncestorsToShowTarget(target, ancestorOffset, limiterElement) { const targetParent = getParentElement(target); scrollAncestorsToShowRect({ parent: targetParent, getRect: () => new Rect(target), - ancestorOffset + ancestorOffset, + limiterElement }); } /** @@ -9117,12 +9177,14 @@ function scrollWindowToShowRect({ window, rect, alignToTop, forceScroll, viewpor * anyway. * @param options.forceScroll When set `true`, the `rect` will be aligned to the top of scrollable ancestors * whether it is already visible or not. This option will only work when `alignToTop` is `true` + * @param options.limiterElement The outermost ancestor that should be scrolled. Defaults to the `` element. */ -function scrollAncestorsToShowRect({ parent, getRect, alignToTop, forceScroll, ancestorOffset = 0 }) { +function scrollAncestorsToShowRect({ parent, getRect, alignToTop, forceScroll, ancestorOffset = 0, limiterElement }) { const parentWindow = getWindow(parent); const forceScrollToTop = alignToTop && forceScroll; let parentRect, targetRect, targetFitsInTarget; - while (parent != parentWindow.document.body) { + const limiter = limiterElement || parentWindow.document.body; + while (parent != limiter) { targetRect = getRect(); parentRect = new Rect(parent).excludeScrollbarsAndBorders(); targetFitsInTarget = parentRect.contains(targetRect); @@ -10249,6 +10311,8 @@ class FocusTracker extends DomEmitterMixin(ObservableMixin()) { super(); /** * List of registered elements. + * + * @internal */ this._elements = new Set(); /** @@ -10711,7 +10775,7 @@ function buildEmojiRegexp() { }/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license - */var index$9=/*#__PURE__*/Object.freeze({__proto__:null,env:env,diff:diff,fastDiff:fastDiff,diffToChanges:diffToChanges,mix:mix,EmitterMixin:EmitterMixin,EventInfo:EventInfo,ObservableMixin:ObservableMixin,CKEditorError:CKEditorError,logError:logError,logWarning:logWarning,ElementReplacer:ElementReplacer,count:count,compareArrays:compareArrays,createElement:createElement,Config:Config,isIterable:isIterable,DomEmitterMixin:DomEmitterMixin,findClosestScrollableAncestor:findClosestScrollableAncestor,global:global$1,getAncestors:getAncestors,getDataFromElement:getDataFromElement,isText:isText,Rect:Rect,ResizeObserver:ResizeObserver,setDataInElement:setDataInElement,toUnit:toUnit,indexOf:indexOf,insertAt:insertAt,isComment:isComment,isNode:isNode,isRange:isRange,isValidAttributeName:isValidAttributeName,isVisible:isVisible,getOptimalPosition:getOptimalPosition,remove:remove$1,Locale:Locale,Collection:Collection,first:first,FocusTracker:FocusTracker,KeystrokeHandler:KeystrokeHandler,toArray:toArray$1,toMap:toMap,priorities:priorities,insertToPriorityArray:insertToPriorityArray,spliceArray:spliceArray,uid:uid,delay:delay,verifyLicense:verifyLicense,version:version,releaseDate:releaseDate,scrollViewportToShowTarget:scrollViewportToShowTarget,scrollAncestorsToShowTarget:scrollAncestorsToShowTarget,keyCodes:keyCodes,getCode:getCode,parseKeystroke:parseKeystroke,getEnvKeystrokeText:getEnvKeystrokeText,isArrowKeyCode:isArrowKeyCode,getLocalizedArrowKeyCodeDirection:getLocalizedArrowKeyCodeDirection,isForwardArrowKeyCode:isForwardArrowKeyCode,getLanguageDirection:getLanguageDirection,isCombiningMark:isCombiningMark,isHighSurrogateHalf:isHighSurrogateHalf,isLowSurrogateHalf:isLowSurrogateHalf,isInsideSurrogatePair:isInsideSurrogatePair,isInsideCombinedSymbol:isInsideCombinedSymbol,isInsideEmojiSequence:isInsideEmojiSequence});/** + */var index$9=/*#__PURE__*/Object.freeze({__proto__:null,env:env,diff:diff,fastDiff:fastDiff,diffToChanges:diffToChanges,mix:mix,EmitterMixin:EmitterMixin,EventInfo:EventInfo,ObservableMixin:ObservableMixin,CKEditorError:CKEditorError,logError:logError,logWarning:logWarning,ElementReplacer:ElementReplacer,count:count,compareArrays:compareArrays,createElement:createElement,Config:Config,isIterable:isIterable,DomEmitterMixin:DomEmitterMixin,findClosestScrollableAncestor:findClosestScrollableAncestor,global:global$1,getAncestors:getAncestors,getElementsIntersectionRect:getElementsIntersectionRect,getScrollableAncestors:getScrollableAncestors,getDataFromElement:getDataFromElement,isText:isText,Rect:Rect,ResizeObserver:ResizeObserver,setDataInElement:setDataInElement,toUnit:toUnit,indexOf:indexOf,insertAt:insertAt,isComment:isComment,isNode:isNode,isRange:isRange,isValidAttributeName:isValidAttributeName,isVisible:isVisible,getOptimalPosition:getOptimalPosition,remove:remove$1,Locale:Locale,Collection:Collection,first:first,FocusTracker:FocusTracker,KeystrokeHandler:KeystrokeHandler,toArray:toArray$1,toMap:toMap,priorities:priorities,insertToPriorityArray:insertToPriorityArray,spliceArray:spliceArray,uid:uid,delay:delay,verifyLicense:verifyLicense,version:version,releaseDate:releaseDate,scrollViewportToShowTarget:scrollViewportToShowTarget,scrollAncestorsToShowTarget:scrollAncestorsToShowTarget,keyCodes:keyCodes,getCode:getCode,parseKeystroke:parseKeystroke,getEnvKeystrokeText:getEnvKeystrokeText,isArrowKeyCode:isArrowKeyCode,getLocalizedArrowKeyCodeDirection:getLocalizedArrowKeyCodeDirection,isForwardArrowKeyCode:isForwardArrowKeyCode,getLanguageDirection:getLanguageDirection,isCombiningMark:isCombiningMark,isHighSurrogateHalf:isHighSurrogateHalf,isLowSurrogateHalf:isLowSurrogateHalf,isInsideSurrogatePair:isInsideSurrogatePair,isInsideCombinedSymbol:isInsideCombinedSymbol,isInsideEmojiSequence:isInsideEmojiSequence});/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -10935,8 +10999,8 @@ function styleInject(css, { insertAt } = {}) { } else { style.appendChild(document.createTextNode(css)); } -}var css_248z$14 = ".ck-hidden{display:none!important}.ck-reset_all :not(.ck-reset_all-excluded *),.ck.ck-reset,.ck.ck-reset_all{box-sizing:border-box;height:auto;position:static;width:auto}:root{--ck-z-default:1;--ck-z-modal:calc(var(--ck-z-default) + 999)}.ck-transitions-disabled,.ck-transitions-disabled *{transition:none!important}:root{--ck-powered-by-line-height:10px;--ck-powered-by-padding-vertical:2px;--ck-powered-by-padding-horizontal:4px;--ck-powered-by-text-color:#4f4f4f;--ck-powered-by-border-radius:var(--ck-border-radius);--ck-powered-by-background:#fff;--ck-powered-by-border-color:var(--ck-color-focus-border)}.ck.ck-balloon-panel.ck-powered-by-balloon{--ck-border-radius:var(--ck-powered-by-border-radius);background:var(--ck-powered-by-background);box-shadow:none;min-height:unset;z-index:calc(var(--ck-z-modal) - 1)}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by{line-height:var(--ck-powered-by-line-height)}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by a{align-items:center;cursor:pointer;display:flex;filter:grayscale(80%);line-height:var(--ck-powered-by-line-height);opacity:.66;padding:var(--ck-powered-by-padding-vertical) var(--ck-powered-by-padding-horizontal)}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-powered-by__label{color:var(--ck-powered-by-text-color);cursor:pointer;font-size:7.5px;font-weight:700;letter-spacing:-.2px;line-height:normal;margin-right:4px;padding-left:2px;text-transform:uppercase}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-icon{cursor:pointer;display:block}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by:hover a{filter:grayscale(0);opacity:1}.ck.ck-balloon-panel.ck-powered-by-balloon[class*=position_inside]{border-color:transparent}.ck.ck-balloon-panel.ck-powered-by-balloon[class*=position_border]{border:var(--ck-focus-ring);border-color:var(--ck-powered-by-border-color)}:root{--ck-color-base-foreground:#fafafa;--ck-color-base-background:#fff;--ck-color-base-border:#ccced1;--ck-color-base-action:#53a336;--ck-color-base-focus:#6cb5f9;--ck-color-base-text:#333;--ck-color-base-active:#2977ff;--ck-color-base-active-focus:#0d65ff;--ck-color-base-error:#db3700;--ck-color-focus-border-coordinates:218,81.8%,56.9%;--ck-color-focus-border:hsl(var(--ck-color-focus-border-coordinates));--ck-color-focus-outer-shadow:#cae1fc;--ck-color-focus-disabled-shadow:rgba(119,186,248,.3);--ck-color-focus-error-shadow:rgba(255,64,31,.3);--ck-color-text:var(--ck-color-base-text);--ck-color-shadow-drop:rgba(0,0,0,.15);--ck-color-shadow-drop-active:rgba(0,0,0,.2);--ck-color-shadow-inner:rgba(0,0,0,.1);--ck-color-button-default-background:transparent;--ck-color-button-default-hover-background:#f0f0f0;--ck-color-button-default-active-background:#f0f0f0;--ck-color-button-default-disabled-background:transparent;--ck-color-button-on-background:#f0f7ff;--ck-color-button-on-hover-background:#dbecff;--ck-color-button-on-active-background:#dbecff;--ck-color-button-on-disabled-background:#f0f2f4;--ck-color-button-on-color:#2977ff;--ck-color-button-action-background:var(--ck-color-base-action);--ck-color-button-action-hover-background:#4d9d30;--ck-color-button-action-active-background:#4d9d30;--ck-color-button-action-disabled-background:#7ec365;--ck-color-button-action-text:var(--ck-color-base-background);--ck-color-button-save:#008a00;--ck-color-button-cancel:#db3700;--ck-color-switch-button-off-background:#939393;--ck-color-switch-button-off-hover-background:#7d7d7d;--ck-color-switch-button-on-background:var(--ck-color-button-action-background);--ck-color-switch-button-on-hover-background:#4d9d30;--ck-color-switch-button-inner-background:var(--ck-color-base-background);--ck-color-switch-button-inner-shadow:rgba(0,0,0,.1);--ck-color-dropdown-panel-background:var(--ck-color-base-background);--ck-color-dropdown-panel-border:var(--ck-color-base-border);--ck-color-input-background:var(--ck-color-base-background);--ck-color-input-border:var(--ck-color-base-border);--ck-color-input-error-border:var(--ck-color-base-error);--ck-color-input-text:var(--ck-color-base-text);--ck-color-input-disabled-background:#f2f2f2;--ck-color-input-disabled-border:var(--ck-color-base-border);--ck-color-input-disabled-text:#757575;--ck-color-list-background:var(--ck-color-base-background);--ck-color-list-button-hover-background:var(--ck-color-button-default-hover-background);--ck-color-list-button-on-background:var(--ck-color-button-on-color);--ck-color-list-button-on-background-focus:var(--ck-color-button-on-color);--ck-color-list-button-on-text:var(--ck-color-base-background);--ck-color-panel-background:var(--ck-color-base-background);--ck-color-panel-border:var(--ck-color-base-border);--ck-color-toolbar-background:var(--ck-color-base-background);--ck-color-toolbar-border:var(--ck-color-base-border);--ck-color-tooltip-background:var(--ck-color-base-text);--ck-color-tooltip-text:var(--ck-color-base-background);--ck-color-engine-placeholder-text:#707070;--ck-color-upload-bar-background:#6cb5f9;--ck-color-link-default:#0000f0;--ck-color-link-selected-background:rgba(31,176,255,.1);--ck-color-link-fake-selection:rgba(31,176,255,.3);--ck-color-highlight-background:#ff0;--ck-disabled-opacity:.5;--ck-focus-outer-shadow-geometry:0 0 0 3px;--ck-focus-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);--ck-focus-disabled-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);--ck-focus-error-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);--ck-focus-ring:1px solid var(--ck-color-focus-border);--ck-font-size-base:13px;--ck-line-height-base:1.84615;--ck-font-face:Helvetica,Arial,Tahoma,Verdana,Sans-Serif;--ck-font-size-tiny:0.7em;--ck-font-size-small:0.75em;--ck-font-size-normal:1em;--ck-font-size-big:1.4em;--ck-font-size-large:1.8em;--ck-ui-component-min-height:2.3em}.ck-reset_all :not(.ck-reset_all-excluded *),.ck.ck-reset,.ck.ck-reset_all{word-wrap:break-word;background:transparent;border:0;margin:0;padding:0;text-decoration:none;transition:none;vertical-align:middle}.ck-reset_all :not(.ck-reset_all-excluded *),.ck.ck-reset_all{border-collapse:collapse;color:var(--ck-color-text);cursor:auto;float:none;font:normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);text-align:left;white-space:nowrap}.ck-reset_all .ck-rtl :not(.ck-reset_all-excluded *){text-align:right}.ck-reset_all iframe:not(.ck-reset_all-excluded *){vertical-align:inherit}.ck-reset_all textarea:not(.ck-reset_all-excluded *){white-space:pre-wrap}.ck-reset_all input[type=password]:not(.ck-reset_all-excluded *),.ck-reset_all input[type=text]:not(.ck-reset_all-excluded *),.ck-reset_all textarea:not(.ck-reset_all-excluded *){cursor:text}.ck-reset_all input[type=password][disabled]:not(.ck-reset_all-excluded *),.ck-reset_all input[type=text][disabled]:not(.ck-reset_all-excluded *),.ck-reset_all textarea[disabled]:not(.ck-reset_all-excluded *){cursor:default}.ck-reset_all fieldset:not(.ck-reset_all-excluded *){border:2px groove #dfdee3;padding:10px}.ck-reset_all button:not(.ck-reset_all-excluded *)::-moz-focus-inner{border:0;padding:0}.ck[dir=rtl],.ck[dir=rtl] .ck{text-align:right}:root{--ck-border-radius:2px;--ck-inner-shadow:2px 2px 3px var(--ck-color-shadow-inner) inset;--ck-drop-shadow:0 1px 2px 1px var(--ck-color-shadow-drop);--ck-drop-shadow-active:0 3px 6px 1px var(--ck-color-shadow-drop-active);--ck-spacing-unit:0.6em;--ck-spacing-large:calc(var(--ck-spacing-unit)*1.5);--ck-spacing-standard:var(--ck-spacing-unit);--ck-spacing-medium:calc(var(--ck-spacing-unit)*0.8);--ck-spacing-small:calc(var(--ck-spacing-unit)*0.5);--ck-spacing-tiny:calc(var(--ck-spacing-unit)*0.3);--ck-spacing-extra-tiny:calc(var(--ck-spacing-unit)*0.16)}"; -styleInject(css_248z$14);/** +}var css_248z$15 = ".ck-hidden{display:none!important}.ck-reset_all :not(.ck-reset_all-excluded *),.ck.ck-reset,.ck.ck-reset_all{box-sizing:border-box;height:auto;position:static;width:auto}:root{--ck-z-default:1;--ck-z-modal:calc(var(--ck-z-default) + 999)}.ck-transitions-disabled,.ck-transitions-disabled *{transition:none!important}:root{--ck-powered-by-line-height:10px;--ck-powered-by-padding-vertical:2px;--ck-powered-by-padding-horizontal:4px;--ck-powered-by-text-color:#4f4f4f;--ck-powered-by-border-radius:var(--ck-border-radius);--ck-powered-by-background:#fff;--ck-powered-by-border-color:var(--ck-color-focus-border)}.ck.ck-balloon-panel.ck-powered-by-balloon{--ck-border-radius:var(--ck-powered-by-border-radius);background:var(--ck-powered-by-background);box-shadow:none;min-height:unset;z-index:calc(var(--ck-z-modal) - 1)}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by{line-height:var(--ck-powered-by-line-height)}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by a{align-items:center;cursor:pointer;display:flex;filter:grayscale(80%);line-height:var(--ck-powered-by-line-height);opacity:.66;padding:var(--ck-powered-by-padding-vertical) var(--ck-powered-by-padding-horizontal)}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-powered-by__label{color:var(--ck-powered-by-text-color);cursor:pointer;font-size:7.5px;font-weight:700;letter-spacing:-.2px;line-height:normal;margin-right:4px;padding-left:2px;text-transform:uppercase}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-icon{cursor:pointer;display:block}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by:hover a{filter:grayscale(0);opacity:1}.ck.ck-balloon-panel.ck-powered-by-balloon[class*=position_inside]{border-color:transparent}.ck.ck-balloon-panel.ck-powered-by-balloon[class*=position_border]{border:var(--ck-focus-ring);border-color:var(--ck-powered-by-border-color)}:root{--ck-color-base-foreground:#fafafa;--ck-color-base-background:#fff;--ck-color-base-border:#ccced1;--ck-color-base-action:#53a336;--ck-color-base-focus:#6cb5f9;--ck-color-base-text:#333;--ck-color-base-active:#2977ff;--ck-color-base-active-focus:#0d65ff;--ck-color-base-error:#db3700;--ck-color-focus-border-coordinates:218,81.8%,56.9%;--ck-color-focus-border:hsl(var(--ck-color-focus-border-coordinates));--ck-color-focus-outer-shadow:#cae1fc;--ck-color-focus-disabled-shadow:rgba(119,186,248,.3);--ck-color-focus-error-shadow:rgba(255,64,31,.3);--ck-color-text:var(--ck-color-base-text);--ck-color-shadow-drop:rgba(0,0,0,.15);--ck-color-shadow-drop-active:rgba(0,0,0,.2);--ck-color-shadow-inner:rgba(0,0,0,.1);--ck-color-button-default-background:transparent;--ck-color-button-default-hover-background:#f0f0f0;--ck-color-button-default-active-background:#f0f0f0;--ck-color-button-default-disabled-background:transparent;--ck-color-button-on-background:#f0f7ff;--ck-color-button-on-hover-background:#dbecff;--ck-color-button-on-active-background:#dbecff;--ck-color-button-on-disabled-background:#f0f2f4;--ck-color-button-on-color:#2977ff;--ck-color-button-action-background:var(--ck-color-base-action);--ck-color-button-action-hover-background:#4d9d30;--ck-color-button-action-active-background:#4d9d30;--ck-color-button-action-disabled-background:#7ec365;--ck-color-button-action-text:var(--ck-color-base-background);--ck-color-button-save:#008a00;--ck-color-button-cancel:#db3700;--ck-color-switch-button-off-background:#939393;--ck-color-switch-button-off-hover-background:#7d7d7d;--ck-color-switch-button-on-background:var(--ck-color-button-action-background);--ck-color-switch-button-on-hover-background:#4d9d30;--ck-color-switch-button-inner-background:var(--ck-color-base-background);--ck-color-switch-button-inner-shadow:rgba(0,0,0,.1);--ck-color-dropdown-panel-background:var(--ck-color-base-background);--ck-color-dropdown-panel-border:var(--ck-color-base-border);--ck-color-input-background:var(--ck-color-base-background);--ck-color-input-border:var(--ck-color-base-border);--ck-color-input-error-border:var(--ck-color-base-error);--ck-color-input-text:var(--ck-color-base-text);--ck-color-input-disabled-background:#f2f2f2;--ck-color-input-disabled-border:var(--ck-color-base-border);--ck-color-input-disabled-text:#757575;--ck-color-list-background:var(--ck-color-base-background);--ck-color-list-button-hover-background:var(--ck-color-button-default-hover-background);--ck-color-list-button-on-background:var(--ck-color-button-on-color);--ck-color-list-button-on-background-focus:var(--ck-color-button-on-color);--ck-color-list-button-on-text:var(--ck-color-base-background);--ck-color-panel-background:var(--ck-color-base-background);--ck-color-panel-border:var(--ck-color-base-border);--ck-color-toolbar-background:var(--ck-color-base-background);--ck-color-toolbar-border:var(--ck-color-base-border);--ck-color-tooltip-background:var(--ck-color-base-text);--ck-color-tooltip-text:var(--ck-color-base-background);--ck-color-engine-placeholder-text:#707070;--ck-color-upload-bar-background:#6cb5f9;--ck-color-link-default:#0000f0;--ck-color-link-selected-background:rgba(31,176,255,.1);--ck-color-link-fake-selection:rgba(31,176,255,.3);--ck-color-highlight-background:#ff0;--ck-disabled-opacity:.5;--ck-focus-outer-shadow-geometry:0 0 0 3px;--ck-focus-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);--ck-focus-disabled-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);--ck-focus-error-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);--ck-focus-ring:1px solid var(--ck-color-focus-border);--ck-font-size-base:13px;--ck-line-height-base:1.84615;--ck-font-face:Helvetica,Arial,Tahoma,Verdana,Sans-Serif;--ck-font-size-tiny:0.7em;--ck-font-size-small:0.75em;--ck-font-size-normal:1em;--ck-font-size-big:1.4em;--ck-font-size-large:1.8em;--ck-ui-component-min-height:2.3em}.ck-reset_all :not(.ck-reset_all-excluded *),.ck.ck-reset,.ck.ck-reset_all{word-wrap:break-word;background:transparent;border:0;margin:0;padding:0;text-decoration:none;transition:none;vertical-align:middle}.ck-reset_all :not(.ck-reset_all-excluded *),.ck.ck-reset_all{border-collapse:collapse;color:var(--ck-color-text);cursor:auto;float:none;font:normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);text-align:left;white-space:nowrap}.ck-reset_all .ck-rtl :not(.ck-reset_all-excluded *){text-align:right}.ck-reset_all iframe:not(.ck-reset_all-excluded *){vertical-align:inherit}.ck-reset_all textarea:not(.ck-reset_all-excluded *){white-space:pre-wrap}.ck-reset_all input[type=password]:not(.ck-reset_all-excluded *),.ck-reset_all input[type=text]:not(.ck-reset_all-excluded *),.ck-reset_all textarea:not(.ck-reset_all-excluded *){cursor:text}.ck-reset_all input[type=password][disabled]:not(.ck-reset_all-excluded *),.ck-reset_all input[type=text][disabled]:not(.ck-reset_all-excluded *),.ck-reset_all textarea[disabled]:not(.ck-reset_all-excluded *){cursor:default}.ck-reset_all fieldset:not(.ck-reset_all-excluded *){border:2px groove #dfdee3;padding:10px}.ck-reset_all button:not(.ck-reset_all-excluded *)::-moz-focus-inner{border:0;padding:0}.ck[dir=rtl],.ck[dir=rtl] .ck{text-align:right}:root{--ck-border-radius:2px;--ck-inner-shadow:2px 2px 3px var(--ck-color-shadow-inner) inset;--ck-drop-shadow:0 1px 2px 1px var(--ck-color-shadow-drop);--ck-drop-shadow-active:0 3px 6px 1px var(--ck-color-shadow-drop-active);--ck-spacing-unit:0.6em;--ck-spacing-large:calc(var(--ck-spacing-unit)*1.5);--ck-spacing-standard:var(--ck-spacing-unit);--ck-spacing-medium:calc(var(--ck-spacing-unit)*0.8);--ck-spacing-small:calc(var(--ck-spacing-unit)*0.5);--ck-spacing-tiny:calc(var(--ck-spacing-unit)*0.3);--ck-spacing-extra-tiny:calc(var(--ck-spacing-unit)*0.16)}"; +styleInject(css_248z$15);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -12684,8 +12748,8 @@ class BodyCollection extends ViewCollection { wrapper.remove(); } } -}var css_248z$13 = ".ck.ck-icon{vertical-align:middle}:root{--ck-icon-size:calc(var(--ck-line-height-base)*var(--ck-font-size-normal))}.ck.ck-icon{font-size:.8333350694em;height:var(--ck-icon-size);width:var(--ck-icon-size);will-change:transform}.ck.ck-icon,.ck.ck-icon *{cursor:inherit}.ck.ck-icon.ck-icon_inherit-color,.ck.ck-icon.ck-icon_inherit-color *{color:inherit}.ck.ck-icon.ck-icon_inherit-color :not([fill]){fill:currentColor}"; -styleInject(css_248z$13);/** +}var css_248z$14 = ".ck.ck-icon{vertical-align:middle}:root{--ck-icon-size:calc(var(--ck-line-height-base)*var(--ck-font-size-normal))}.ck.ck-icon{font-size:.8333350694em;height:var(--ck-icon-size);width:var(--ck-icon-size);will-change:transform}.ck.ck-icon,.ck.ck-icon *{cursor:inherit}.ck.ck-icon.ck-icon_inherit-color,.ck.ck-icon.ck-icon_inherit-color *{color:inherit}.ck.ck-icon.ck-icon_inherit-color :not([fill]){fill:currentColor}"; +styleInject(css_248z$14);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -12790,8 +12854,8 @@ IconView.presentationalAttributeNames = [ 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-decoration', 'text-overflow', 'text-rendering', 'transform', 'unicode-bidi', 'vector-effect', 'visibility', 'white-space', 'word-spacing', 'writing-mode' -];var css_248z$12 = ".ck.ck-button,a.ck.ck-button{align-items:center;display:inline-flex;justify-content:left;position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-button .ck-button__label,a.ck.ck-button .ck-button__label{display:none}.ck.ck-button.ck-button_with-text .ck-button__label,a.ck.ck-button.ck-button_with-text .ck-button__label{display:inline-block}.ck.ck-button:not(.ck-button_with-text),a.ck.ck-button:not(.ck-button_with-text){justify-content:center}.ck.ck-button,a.ck.ck-button{background:var(--ck-color-button-default-background)}.ck.ck-button:not(.ck-disabled):hover,a.ck.ck-button:not(.ck-disabled):hover{background:var(--ck-color-button-default-hover-background)}.ck.ck-button:not(.ck-disabled):active,a.ck.ck-button:not(.ck-disabled):active{background:var(--ck-color-button-default-active-background)}.ck.ck-button.ck-disabled,a.ck.ck-button.ck-disabled{background:var(--ck-color-button-default-disabled-background)}.ck.ck-button,a.ck.ck-button{border-radius:0}.ck-rounded-corners .ck.ck-button,.ck-rounded-corners a.ck.ck-button,.ck.ck-button.ck-rounded-corners,a.ck.ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-button,a.ck.ck-button{-webkit-appearance:none;border:1px solid transparent;cursor:default;font-size:inherit;line-height:1;min-height:var(--ck-ui-component-min-height);min-width:var(--ck-ui-component-min-height);padding:var(--ck-spacing-tiny);text-align:center;transition:box-shadow .2s ease-in-out,border .2s ease-in-out;vertical-align:middle;white-space:nowrap}.ck.ck-button:active,.ck.ck-button:focus,a.ck.ck-button:active,a.ck.ck-button:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck.ck-button .ck-button__icon use,.ck.ck-button .ck-button__icon use *,a.ck.ck-button .ck-button__icon use,a.ck.ck-button .ck-button__icon use *{color:inherit}.ck.ck-button .ck-button__label,a.ck.ck-button .ck-button__label{color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;vertical-align:middle}[dir=ltr] .ck.ck-button .ck-button__label,[dir=ltr] a.ck.ck-button .ck-button__label{text-align:left}[dir=rtl] .ck.ck-button .ck-button__label,[dir=rtl] a.ck.ck-button .ck-button__label{text-align:right}.ck.ck-button .ck-button__keystroke,a.ck.ck-button .ck-button__keystroke{color:inherit}[dir=ltr] .ck.ck-button .ck-button__keystroke,[dir=ltr] a.ck.ck-button .ck-button__keystroke{margin-left:var(--ck-spacing-large)}[dir=rtl] .ck.ck-button .ck-button__keystroke,[dir=rtl] a.ck.ck-button .ck-button__keystroke{margin-right:var(--ck-spacing-large)}.ck.ck-button .ck-button__keystroke,a.ck.ck-button .ck-button__keystroke{font-weight:700;opacity:.7}.ck.ck-button.ck-disabled:active,.ck.ck-button.ck-disabled:focus,a.ck.ck-button.ck-disabled:active,a.ck.ck-button.ck-disabled:focus{box-shadow:var(--ck-focus-disabled-outer-shadow),0 0}.ck.ck-button.ck-disabled .ck-button__icon,.ck.ck-button.ck-disabled .ck-button__label,a.ck.ck-button.ck-disabled .ck-button__icon,a.ck.ck-button.ck-disabled .ck-button__label{opacity:var(--ck-disabled-opacity)}.ck.ck-button.ck-disabled .ck-button__keystroke,a.ck.ck-button.ck-disabled .ck-button__keystroke{opacity:.3}.ck.ck-button.ck-button_with-text,a.ck.ck-button.ck-button_with-text{padding:var(--ck-spacing-tiny) var(--ck-spacing-standard)}[dir=ltr] .ck.ck-button.ck-button_with-text .ck-button__icon,[dir=ltr] a.ck.ck-button.ck-button_with-text .ck-button__icon{margin-left:calc(var(--ck-spacing-small)*-1);margin-right:var(--ck-spacing-small)}[dir=rtl] .ck.ck-button.ck-button_with-text .ck-button__icon,[dir=rtl] a.ck.ck-button.ck-button_with-text .ck-button__icon{margin-left:var(--ck-spacing-small);margin-right:calc(var(--ck-spacing-small)*-1)}.ck.ck-button.ck-button_with-keystroke .ck-button__label,a.ck.ck-button.ck-button_with-keystroke .ck-button__label{flex-grow:1}.ck.ck-button.ck-on,a.ck.ck-button.ck-on{background:var(--ck-color-button-on-background)}.ck.ck-button.ck-on:not(.ck-disabled):hover,a.ck.ck-button.ck-on:not(.ck-disabled):hover{background:var(--ck-color-button-on-hover-background)}.ck.ck-button.ck-on:not(.ck-disabled):active,a.ck.ck-button.ck-on:not(.ck-disabled):active{background:var(--ck-color-button-on-active-background)}.ck.ck-button.ck-on.ck-disabled,a.ck.ck-button.ck-on.ck-disabled{background:var(--ck-color-button-on-disabled-background)}.ck.ck-button.ck-on,a.ck.ck-button.ck-on{color:var(--ck-color-button-on-color)}.ck.ck-button.ck-button-save,a.ck.ck-button.ck-button-save{color:var(--ck-color-button-save)}.ck.ck-button.ck-button-cancel,a.ck.ck-button.ck-button-cancel{color:var(--ck-color-button-cancel)}.ck.ck-button-action,a.ck.ck-button-action{background:var(--ck-color-button-action-background)}.ck.ck-button-action:not(.ck-disabled):hover,a.ck.ck-button-action:not(.ck-disabled):hover{background:var(--ck-color-button-action-hover-background)}.ck.ck-button-action:not(.ck-disabled):active,a.ck.ck-button-action:not(.ck-disabled):active{background:var(--ck-color-button-action-active-background)}.ck.ck-button-action.ck-disabled,a.ck.ck-button-action.ck-disabled{background:var(--ck-color-button-action-disabled-background)}.ck.ck-button-action,a.ck.ck-button-action{color:var(--ck-color-button-action-text)}.ck.ck-button-bold,a.ck.ck-button-bold{font-weight:700}"; -styleInject(css_248z$12);/** +];var css_248z$13 = ".ck.ck-button,a.ck.ck-button{align-items:center;display:inline-flex;justify-content:left;position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-button .ck-button__label,a.ck.ck-button .ck-button__label{display:none}.ck.ck-button.ck-button_with-text .ck-button__label,a.ck.ck-button.ck-button_with-text .ck-button__label{display:inline-block}.ck.ck-button:not(.ck-button_with-text),a.ck.ck-button:not(.ck-button_with-text){justify-content:center}.ck.ck-button,a.ck.ck-button{background:var(--ck-color-button-default-background)}.ck.ck-button:not(.ck-disabled):hover,a.ck.ck-button:not(.ck-disabled):hover{background:var(--ck-color-button-default-hover-background)}.ck.ck-button:not(.ck-disabled):active,a.ck.ck-button:not(.ck-disabled):active{background:var(--ck-color-button-default-active-background)}.ck.ck-button.ck-disabled,a.ck.ck-button.ck-disabled{background:var(--ck-color-button-default-disabled-background)}.ck.ck-button,a.ck.ck-button{border-radius:0}.ck-rounded-corners .ck.ck-button,.ck-rounded-corners a.ck.ck-button,.ck.ck-button.ck-rounded-corners,a.ck.ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-button,a.ck.ck-button{-webkit-appearance:none;border:1px solid transparent;cursor:default;font-size:inherit;line-height:1;min-height:var(--ck-ui-component-min-height);min-width:var(--ck-ui-component-min-height);padding:var(--ck-spacing-tiny);text-align:center;transition:box-shadow .2s ease-in-out,border .2s ease-in-out;vertical-align:middle;white-space:nowrap}.ck.ck-button:active,.ck.ck-button:focus,a.ck.ck-button:active,a.ck.ck-button:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck.ck-button .ck-button__icon use,.ck.ck-button .ck-button__icon use *,a.ck.ck-button .ck-button__icon use,a.ck.ck-button .ck-button__icon use *{color:inherit}.ck.ck-button .ck-button__label,a.ck.ck-button .ck-button__label{color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;vertical-align:middle}[dir=ltr] .ck.ck-button .ck-button__label,[dir=ltr] a.ck.ck-button .ck-button__label{text-align:left}[dir=rtl] .ck.ck-button .ck-button__label,[dir=rtl] a.ck.ck-button .ck-button__label{text-align:right}.ck.ck-button .ck-button__keystroke,a.ck.ck-button .ck-button__keystroke{color:inherit}[dir=ltr] .ck.ck-button .ck-button__keystroke,[dir=ltr] a.ck.ck-button .ck-button__keystroke{margin-left:var(--ck-spacing-large)}[dir=rtl] .ck.ck-button .ck-button__keystroke,[dir=rtl] a.ck.ck-button .ck-button__keystroke{margin-right:var(--ck-spacing-large)}.ck.ck-button .ck-button__keystroke,a.ck.ck-button .ck-button__keystroke{font-weight:700;opacity:.7}.ck.ck-button.ck-disabled:active,.ck.ck-button.ck-disabled:focus,a.ck.ck-button.ck-disabled:active,a.ck.ck-button.ck-disabled:focus{box-shadow:var(--ck-focus-disabled-outer-shadow),0 0}.ck.ck-button.ck-disabled .ck-button__icon,.ck.ck-button.ck-disabled .ck-button__label,a.ck.ck-button.ck-disabled .ck-button__icon,a.ck.ck-button.ck-disabled .ck-button__label{opacity:var(--ck-disabled-opacity)}.ck.ck-button.ck-disabled .ck-button__keystroke,a.ck.ck-button.ck-disabled .ck-button__keystroke{opacity:.3}.ck.ck-button.ck-button_with-text,a.ck.ck-button.ck-button_with-text{padding:var(--ck-spacing-tiny) var(--ck-spacing-standard)}[dir=ltr] .ck.ck-button.ck-button_with-text .ck-button__icon,[dir=ltr] a.ck.ck-button.ck-button_with-text .ck-button__icon{margin-left:calc(var(--ck-spacing-small)*-1);margin-right:var(--ck-spacing-small)}[dir=rtl] .ck.ck-button.ck-button_with-text .ck-button__icon,[dir=rtl] a.ck.ck-button.ck-button_with-text .ck-button__icon{margin-left:var(--ck-spacing-small);margin-right:calc(var(--ck-spacing-small)*-1)}.ck.ck-button.ck-button_with-keystroke .ck-button__label,a.ck.ck-button.ck-button_with-keystroke .ck-button__label{flex-grow:1}.ck.ck-button.ck-on,a.ck.ck-button.ck-on{background:var(--ck-color-button-on-background)}.ck.ck-button.ck-on:not(.ck-disabled):hover,a.ck.ck-button.ck-on:not(.ck-disabled):hover{background:var(--ck-color-button-on-hover-background)}.ck.ck-button.ck-on:not(.ck-disabled):active,a.ck.ck-button.ck-on:not(.ck-disabled):active{background:var(--ck-color-button-on-active-background)}.ck.ck-button.ck-on.ck-disabled,a.ck.ck-button.ck-on.ck-disabled{background:var(--ck-color-button-on-disabled-background)}.ck.ck-button.ck-on,a.ck.ck-button.ck-on{color:var(--ck-color-button-on-color)}.ck.ck-button.ck-button-save,a.ck.ck-button.ck-button-save{color:var(--ck-color-button-save)}.ck.ck-button.ck-button-cancel,a.ck.ck-button.ck-button-cancel{color:var(--ck-color-button-cancel)}.ck.ck-button-action,a.ck.ck-button-action{background:var(--ck-color-button-action-background)}.ck.ck-button-action:not(.ck-disabled):hover,a.ck.ck-button-action:not(.ck-disabled):hover{background:var(--ck-color-button-action-hover-background)}.ck.ck-button-action:not(.ck-disabled):active,a.ck.ck-button-action:not(.ck-disabled):active{background:var(--ck-color-button-action-active-background)}.ck.ck-button-action.ck-disabled,a.ck.ck-button-action.ck-disabled{background:var(--ck-color-button-action-disabled-background)}.ck.ck-button-action,a.ck.ck-button-action{color:var(--ck-color-button-action-text)}.ck.ck-button-bold,a.ck.ck-button-bold{font-weight:700}"; +styleInject(css_248z$13);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -13014,8 +13078,8 @@ class ButtonView extends View$1 { } return ''; } -}var css_248z$11 = ".ck.ck-button.ck-switchbutton .ck-button__toggle,.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{display:block}:root{--ck-switch-button-toggle-width:2.6153846154em;--ck-switch-button-toggle-inner-size:calc(1.07692em + 1px);--ck-switch-button-translation:calc(var(--ck-switch-button-toggle-width) - var(--ck-switch-button-toggle-inner-size) - 2px);--ck-switch-button-inner-hover-shadow:0 0 0 5px var(--ck-color-switch-button-inner-shadow)}.ck.ck-button.ck-switchbutton,.ck.ck-button.ck-switchbutton.ck-on:active,.ck.ck-button.ck-switchbutton.ck-on:focus,.ck.ck-button.ck-switchbutton.ck-on:hover,.ck.ck-button.ck-switchbutton:active,.ck.ck-button.ck-switchbutton:focus,.ck.ck-button.ck-switchbutton:hover{background:transparent;color:inherit}[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__label{margin-right:calc(var(--ck-spacing-large)*2)}[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__label{margin-left:calc(var(--ck-spacing-large)*2)}.ck.ck-button.ck-switchbutton .ck-button__toggle{border-radius:0}.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle,.ck.ck-button.ck-switchbutton .ck-button__toggle.ck-rounded-corners{border-radius:var(--ck-border-radius)}[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__toggle{margin-left:auto}[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__toggle{margin-right:auto}.ck.ck-button.ck-switchbutton .ck-button__toggle{background:var(--ck-color-switch-button-off-background);border:1px solid transparent;transition:background .4s ease,box-shadow .2s ease-in-out,outline .2s ease-in-out;width:var(--ck-switch-button-toggle-width)}.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{border-radius:0}.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner,.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner.ck-rounded-corners{border-radius:var(--ck-border-radius);border-radius:calc(var(--ck-border-radius)*.5)}.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{background:var(--ck-color-switch-button-inner-background);height:var(--ck-switch-button-toggle-inner-size);transition:all .3s ease;width:var(--ck-switch-button-toggle-inner-size)}.ck.ck-button.ck-switchbutton .ck-button__toggle:hover{background:var(--ck-color-switch-button-off-hover-background)}.ck.ck-button.ck-switchbutton .ck-button__toggle:hover .ck-button__toggle__inner{box-shadow:var(--ck-switch-button-inner-hover-shadow)}.ck.ck-button.ck-switchbutton.ck-disabled .ck-button__toggle{opacity:var(--ck-disabled-opacity)}.ck.ck-button.ck-switchbutton:focus{border-color:transparent;box-shadow:none;outline:none}.ck.ck-button.ck-switchbutton:focus .ck-button__toggle{box-shadow:0 0 0 1px var(--ck-color-base-background),0 0 0 5px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring);outline-offset:1px}.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle{background:var(--ck-color-switch-button-on-background)}.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle:hover{background:var(--ck-color-switch-button-on-hover-background)}[dir=ltr] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner{transform:translateX(var( --ck-switch-button-translation ))}[dir=rtl] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner{transform:translateX(calc(var( --ck-switch-button-translation )*-1))}"; -styleInject(css_248z$11);/** +}var css_248z$12 = ".ck.ck-button.ck-switchbutton .ck-button__toggle,.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{display:block}:root{--ck-switch-button-toggle-width:2.6153846154em;--ck-switch-button-toggle-inner-size:calc(1.07692em + 1px);--ck-switch-button-translation:calc(var(--ck-switch-button-toggle-width) - var(--ck-switch-button-toggle-inner-size) - 2px);--ck-switch-button-inner-hover-shadow:0 0 0 5px var(--ck-color-switch-button-inner-shadow)}.ck.ck-button.ck-switchbutton,.ck.ck-button.ck-switchbutton.ck-on:active,.ck.ck-button.ck-switchbutton.ck-on:focus,.ck.ck-button.ck-switchbutton.ck-on:hover,.ck.ck-button.ck-switchbutton:active,.ck.ck-button.ck-switchbutton:focus,.ck.ck-button.ck-switchbutton:hover{background:transparent;color:inherit}[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__label{margin-right:calc(var(--ck-spacing-large)*2)}[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__label{margin-left:calc(var(--ck-spacing-large)*2)}.ck.ck-button.ck-switchbutton .ck-button__toggle{border-radius:0}.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle,.ck.ck-button.ck-switchbutton .ck-button__toggle.ck-rounded-corners{border-radius:var(--ck-border-radius)}[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__toggle{margin-left:auto}[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__toggle{margin-right:auto}.ck.ck-button.ck-switchbutton .ck-button__toggle{background:var(--ck-color-switch-button-off-background);border:1px solid transparent;transition:background .4s ease,box-shadow .2s ease-in-out,outline .2s ease-in-out;width:var(--ck-switch-button-toggle-width)}.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{border-radius:0}.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner,.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner.ck-rounded-corners{border-radius:var(--ck-border-radius);border-radius:calc(var(--ck-border-radius)*.5)}.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{background:var(--ck-color-switch-button-inner-background);height:var(--ck-switch-button-toggle-inner-size);transition:all .3s ease;width:var(--ck-switch-button-toggle-inner-size)}.ck.ck-button.ck-switchbutton .ck-button__toggle:hover{background:var(--ck-color-switch-button-off-hover-background)}.ck.ck-button.ck-switchbutton .ck-button__toggle:hover .ck-button__toggle__inner{box-shadow:var(--ck-switch-button-inner-hover-shadow)}.ck.ck-button.ck-switchbutton.ck-disabled .ck-button__toggle{opacity:var(--ck-disabled-opacity)}.ck.ck-button.ck-switchbutton:focus{border-color:transparent;box-shadow:none;outline:none}.ck.ck-button.ck-switchbutton:focus .ck-button__toggle{box-shadow:0 0 0 1px var(--ck-color-base-background),0 0 0 5px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring);outline-offset:1px}.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle{background:var(--ck-color-switch-button-on-background)}.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle:hover{background:var(--ck-color-switch-button-on-hover-background)}[dir=ltr] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner{transform:translateX(var( --ck-switch-button-translation ))}[dir=rtl] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner{transform:translateX(calc(var( --ck-switch-button-translation )*-1))}"; +styleInject(css_248z$12);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -13189,7 +13253,7 @@ class ColorTileView extends ButtonView { class: [ 'ck', 'ck-color-grid__tile', - bind.if('hasBorder', 'ck-color-table__color-tile_bordered') + bind.if('hasBorder', 'ck-color-selector__color-tile_bordered') ] } }); @@ -13201,8 +13265,8 @@ class ColorTileView extends ButtonView { super.render(); this.iconView.fillColor = 'hsl(0, 0%, 100%)'; } -}var css_248z$10 = ".ck.ck-color-grid{display:grid}:root{--ck-color-grid-tile-size:24px;--ck-color-color-grid-check-icon:#166fd4}.ck.ck-color-grid{grid-gap:5px;padding:8px}.ck.ck-color-grid__tile{border:0;height:var(--ck-color-grid-tile-size);min-height:var(--ck-color-grid-tile-size);min-width:var(--ck-color-grid-tile-size);padding:0;transition:box-shadow .2s ease;width:var(--ck-color-grid-tile-size)}.ck.ck-color-grid__tile.ck-disabled{cursor:unset;transition:unset}.ck.ck-color-grid__tile.ck-color-table__color-tile_bordered{box-shadow:0 0 0 1px var(--ck-color-base-border)}.ck.ck-color-grid__tile .ck.ck-icon{color:var(--ck-color-color-grid-check-icon);display:none}.ck.ck-color-grid__tile.ck-on{box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-base-text)}.ck.ck-color-grid__tile.ck-on .ck.ck-icon{display:block}.ck.ck-color-grid__tile.ck-on,.ck.ck-color-grid__tile:focus:not(.ck-disabled),.ck.ck-color-grid__tile:hover:not(.ck-disabled){border:0}.ck.ck-color-grid__tile:focus:not(.ck-disabled),.ck.ck-color-grid__tile:hover:not(.ck-disabled){box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-focus-border)}.ck.ck-color-grid__label{padding:0 var(--ck-spacing-standard)}"; -styleInject(css_248z$10);/** +}var css_248z$11 = ".ck.ck-color-grid{display:grid}:root{--ck-color-grid-tile-size:24px;--ck-color-color-grid-check-icon:#166fd4}.ck.ck-color-grid{grid-gap:5px;padding:8px}.ck.ck-color-grid__tile{border:0;height:var(--ck-color-grid-tile-size);min-height:var(--ck-color-grid-tile-size);min-width:var(--ck-color-grid-tile-size);padding:0;transition:box-shadow .2s ease;width:var(--ck-color-grid-tile-size)}.ck.ck-color-grid__tile.ck-disabled{cursor:unset;transition:unset}.ck.ck-color-grid__tile.ck-color-selector__color-tile_bordered{box-shadow:0 0 0 1px var(--ck-color-base-border)}.ck.ck-color-grid__tile .ck.ck-icon{color:var(--ck-color-color-grid-check-icon);display:none}.ck.ck-color-grid__tile.ck-on{box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-base-text)}.ck.ck-color-grid__tile.ck-on .ck.ck-icon{display:block}.ck.ck-color-grid__tile.ck-on,.ck.ck-color-grid__tile:focus:not(.ck-disabled),.ck.ck-color-grid__tile:hover:not(.ck-disabled){border:0}.ck.ck-color-grid__tile:focus:not(.ck-disabled),.ck.ck-color-grid__tile:hover:not(.ck-disabled){box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-focus-border)}.ck.ck-color-grid__label{padding:0 var(--ck-spacing-standard)}"; +styleInject(css_248z$11);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -14740,8 +14804,8 @@ function parseColorString(colorString) { } function canConvertParsedColor(parsedColor) { return Object.keys(convert$1).includes(parsedColor.space); -}var css_248z$$ = ".ck.ck-label{display:block}.ck.ck-voice-label{display:none}.ck.ck-label{font-weight:700}"; -styleInject(css_248z$$);/** +}var css_248z$10 = ".ck.ck-label{display:block}.ck.ck-voice-label{display:none}.ck.ck-label{font-weight:700}"; +styleInject(css_248z$10);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -14775,8 +14839,8 @@ class LabelView extends View$1 { ] }); } -}var css_248z$_ = ".ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper{display:flex;position:relative}.ck.ck-labeled-field-view .ck.ck-label{display:block;position:absolute}:root{--ck-labeled-field-view-transition:.1s cubic-bezier(0,0,0.24,0.95);--ck-labeled-field-empty-unfocused-max-width:100% - 2 * var(--ck-spacing-medium);--ck-labeled-field-label-default-position-x:var(--ck-spacing-medium);--ck-labeled-field-label-default-position-y:calc(var(--ck-font-size-base)*0.6);--ck-color-labeled-field-label-background:var(--ck-color-base-background)}.ck.ck-labeled-field-view{border-radius:0}.ck-rounded-corners .ck.ck-labeled-field-view,.ck.ck-labeled-field-view.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper{width:100%}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{top:0}[dir=ltr] .ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{left:0}[dir=rtl] .ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{right:0}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{background:var(--ck-color-labeled-field-label-background);font-weight:400;line-height:normal;max-width:100%;overflow:hidden;padding:0 calc(var(--ck-font-size-tiny)*.5);pointer-events:none;text-overflow:ellipsis;transform:translate(var(--ck-spacing-medium),-6px) scale(.75);transform-origin:0 0;transition:transform var(--ck-labeled-field-view-transition),padding var(--ck-labeled-field-view-transition),background var(--ck-labeled-field-view-transition)}.ck.ck-labeled-field-view.ck-error .ck-input:not([readonly])+.ck.ck-label,.ck.ck-labeled-field-view.ck-error>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{color:var(--ck-color-base-error)}.ck.ck-labeled-field-view .ck-labeled-field-view__status{font-size:var(--ck-font-size-small);margin-top:var(--ck-spacing-small);white-space:normal}.ck.ck-labeled-field-view .ck-labeled-field-view__status.ck-labeled-field-view__status_error{color:var(--ck-color-base-error)}.ck.ck-labeled-field-view.ck-disabled>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{color:var(--ck-color-input-disabled-text)}[dir=ltr] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,[dir=ltr] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{transform:translate(var(--ck-labeled-field-label-default-position-x),var(--ck-labeled-field-label-default-position-y)) scale(1)}[dir=rtl] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,[dir=rtl] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{transform:translate(calc(var(--ck-labeled-field-label-default-position-x)*-1),var(--ck-labeled-field-label-default-position-y)) scale(1)}.ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{background:transparent;max-width:calc(var(--ck-labeled-field-empty-unfocused-max-width));padding:0}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown>.ck.ck-button{background:transparent}.ck.ck-labeled-field-view.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown>.ck-button>.ck-button__label{opacity:0}.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown+.ck-label{max-width:calc(var(--ck-labeled-field-empty-unfocused-max-width) - var(--ck-dropdown-arrow-size) - var(--ck-spacing-standard))}"; -styleInject(css_248z$_);/** +}var css_248z$$ = ".ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper{display:flex;position:relative}.ck.ck-labeled-field-view .ck.ck-label{display:block;position:absolute}:root{--ck-labeled-field-view-transition:.1s cubic-bezier(0,0,0.24,0.95);--ck-labeled-field-empty-unfocused-max-width:100% - 2 * var(--ck-spacing-medium);--ck-labeled-field-label-default-position-x:var(--ck-spacing-medium);--ck-labeled-field-label-default-position-y:calc(var(--ck-font-size-base)*0.6);--ck-color-labeled-field-label-background:var(--ck-color-base-background)}.ck.ck-labeled-field-view{border-radius:0}.ck-rounded-corners .ck.ck-labeled-field-view,.ck.ck-labeled-field-view.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper{width:100%}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{top:0}[dir=ltr] .ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{left:0}[dir=rtl] .ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{right:0}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{background:var(--ck-color-labeled-field-label-background);font-weight:400;line-height:normal;max-width:100%;overflow:hidden;padding:0 calc(var(--ck-font-size-tiny)*.5);pointer-events:none;text-overflow:ellipsis;transform:translate(var(--ck-spacing-medium),-6px) scale(.75);transform-origin:0 0;transition:transform var(--ck-labeled-field-view-transition),padding var(--ck-labeled-field-view-transition),background var(--ck-labeled-field-view-transition)}.ck.ck-labeled-field-view.ck-error .ck-input:not([readonly])+.ck.ck-label,.ck.ck-labeled-field-view.ck-error>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{color:var(--ck-color-base-error)}.ck.ck-labeled-field-view .ck-labeled-field-view__status{font-size:var(--ck-font-size-small);margin-top:var(--ck-spacing-small);white-space:normal}.ck.ck-labeled-field-view .ck-labeled-field-view__status.ck-labeled-field-view__status_error{color:var(--ck-color-base-error)}.ck.ck-labeled-field-view.ck-disabled>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{color:var(--ck-color-input-disabled-text)}[dir=ltr] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,[dir=ltr] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{transform:translate(var(--ck-labeled-field-label-default-position-x),var(--ck-labeled-field-label-default-position-y)) scale(1)}[dir=rtl] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,[dir=rtl] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{transform:translate(calc(var(--ck-labeled-field-label-default-position-x)*-1),var(--ck-labeled-field-label-default-position-y)) scale(1)}.ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{background:transparent;max-width:calc(var(--ck-labeled-field-empty-unfocused-max-width));padding:0}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown>.ck.ck-button{background:transparent}.ck.ck-labeled-field-view.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown>.ck-button>.ck-button__label{opacity:0}.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown+.ck-label{max-width:calc(var(--ck-labeled-field-empty-unfocused-max-width) - var(--ck-dropdown-arrow-size) - var(--ck-spacing-standard))}"; +styleInject(css_248z$$);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -14925,8 +14989,8 @@ class LabeledFieldView extends View$1 { focus() { this.fieldView.focus(); } -}var css_248z$Z = ":root{--ck-input-width:18em;--ck-input-text-width:var(--ck-input-width)}.ck.ck-input{border-radius:0}.ck-rounded-corners .ck.ck-input,.ck.ck-input.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-input{background:var(--ck-color-input-background);border:1px solid var(--ck-color-input-border);min-height:var(--ck-ui-component-min-height);min-width:var(--ck-input-width);padding:var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);transition:box-shadow .1s ease-in-out,border .1s ease-in-out}.ck.ck-input:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck.ck-input[readonly]{background:var(--ck-color-input-disabled-background);border:1px solid var(--ck-color-input-disabled-border);color:var(--ck-color-input-disabled-text)}.ck.ck-input[readonly]:focus{box-shadow:var(--ck-focus-disabled-outer-shadow),0 0}.ck.ck-input.ck-error{animation:ck-input-shake .3s ease both;border-color:var(--ck-color-input-error-border)}.ck.ck-input.ck-error:focus{box-shadow:var(--ck-focus-error-outer-shadow),0 0}@keyframes ck-input-shake{20%{transform:translateX(-2px)}40%{transform:translateX(2px)}60%{transform:translateX(-1px)}80%{transform:translateX(1px)}}"; -styleInject(css_248z$Z);/** +}var css_248z$_ = ":root{--ck-input-width:18em;--ck-input-text-width:var(--ck-input-width)}.ck.ck-input{border-radius:0}.ck-rounded-corners .ck.ck-input,.ck.ck-input.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-input{background:var(--ck-color-input-background);border:1px solid var(--ck-color-input-border);min-height:var(--ck-ui-component-min-height);min-width:var(--ck-input-width);padding:var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);transition:box-shadow .1s ease-in-out,border .1s ease-in-out}.ck.ck-input:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck.ck-input[readonly]{background:var(--ck-color-input-disabled-background);border:1px solid var(--ck-color-input-disabled-border);color:var(--ck-color-input-disabled-text)}.ck.ck-input[readonly]:focus{box-shadow:var(--ck-focus-disabled-outer-shadow),0 0}.ck.ck-input.ck-error{animation:ck-input-shake .3s ease both;border-color:var(--ck-color-input-error-border)}.ck.ck-input.ck-error:focus{box-shadow:var(--ck-focus-error-outer-shadow),0 0}@keyframes ck-input-shake{20%{transform:translateX(-2px)}40%{transform:translateX(2px)}60%{transform:translateX(-1px)}80%{transform:translateX(1px)}}"; +styleInject(css_248z$_);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -15110,7 +15174,8 @@ class DropdownPanelView extends View$1 { 'ck-dropdown__panel', bind.to('position', value => `ck-dropdown__panel_${value}`), bind.if('isVisible', 'ck-dropdown__panel-visible') - ] + ], + tabindex: '-1' }, children: this.children, on: { @@ -15172,8 +15237,8 @@ class DropdownPanelView extends View$1 { } } } -}var css_248z$Y = ":root{--ck-dropdown-max-width:75vw}.ck.ck-dropdown{display:inline-block;position:relative}.ck.ck-dropdown .ck-dropdown__arrow{pointer-events:none;z-index:var(--ck-z-default)}.ck.ck-dropdown .ck-button.ck-dropdown__button{width:100%}.ck.ck-dropdown .ck-dropdown__panel{display:none;max-width:var(--ck-dropdown-max-width);position:absolute;z-index:var(--ck-z-modal)}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible{display:inline-block}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw{bottom:100%}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw{bottom:auto;top:100%}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se{left:0}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw{right:0}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s{left:50%;transform:translateX(-50%)}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw{left:75%;transform:translateX(-75%)}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme{left:25%;transform:translateX(-25%)}.ck.ck-toolbar .ck-dropdown__panel{z-index:calc(var(--ck-z-modal) + 1)}:root{--ck-dropdown-arrow-size:calc(var(--ck-icon-size)*0.5)}.ck.ck-dropdown{font-size:inherit}.ck.ck-dropdown .ck-dropdown__arrow{width:var(--ck-dropdown-arrow-size)}[dir=ltr] .ck.ck-dropdown .ck-dropdown__arrow{margin-left:var(--ck-spacing-standard);right:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-dropdown .ck-dropdown__arrow{left:var(--ck-spacing-standard);margin-right:var(--ck-spacing-small)}.ck.ck-dropdown.ck-disabled .ck-dropdown__arrow{opacity:var(--ck-disabled-opacity)}[dir=ltr] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-left:var(--ck-spacing-small)}[dir=rtl] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-right:var(--ck-spacing-small)}.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label{overflow:hidden;text-overflow:ellipsis;width:7em}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-disabled .ck-button__label{opacity:var(--ck-disabled-opacity)}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on{border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-dropdown__button_label-width_auto .ck-button__label{width:auto}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active,.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active{box-shadow:none}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active:focus,.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active:focus{box-shadow:var(--ck-focus-outer-shadow),0 0}.ck.ck-dropdown__panel{border-radius:0}.ck-rounded-corners .ck.ck-dropdown__panel,.ck.ck-dropdown__panel.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-dropdown__panel{background:var(--ck-color-dropdown-panel-background);border:1px solid var(--ck-color-dropdown-panel-border);bottom:0;box-shadow:var(--ck-drop-shadow),0 0;min-width:100%}.ck.ck-dropdown__panel.ck-dropdown__panel_se{border-top-left-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_sw{border-top-right-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_ne{border-bottom-left-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_nw{border-bottom-right-radius:0}"; -styleInject(css_248z$Y);/** +}var css_248z$Z = ":root{--ck-dropdown-max-width:75vw}.ck.ck-dropdown{display:inline-block;position:relative}.ck.ck-dropdown .ck-dropdown__arrow{pointer-events:none;z-index:var(--ck-z-default)}.ck.ck-dropdown .ck-button.ck-dropdown__button{width:100%}.ck.ck-dropdown .ck-dropdown__panel{display:none;max-width:var(--ck-dropdown-max-width);position:absolute;z-index:var(--ck-z-modal)}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible{display:inline-block}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw{bottom:100%}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw{bottom:auto;top:100%}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se{left:0}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw{right:0}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s{left:50%;transform:translateX(-50%)}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw{left:75%;transform:translateX(-75%)}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme{left:25%;transform:translateX(-25%)}.ck.ck-toolbar .ck-dropdown__panel{z-index:calc(var(--ck-z-modal) + 1)}:root{--ck-dropdown-arrow-size:calc(var(--ck-icon-size)*0.5)}.ck.ck-dropdown{font-size:inherit}.ck.ck-dropdown .ck-dropdown__arrow{width:var(--ck-dropdown-arrow-size)}[dir=ltr] .ck.ck-dropdown .ck-dropdown__arrow{margin-left:var(--ck-spacing-standard);right:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-dropdown .ck-dropdown__arrow{left:var(--ck-spacing-standard);margin-right:var(--ck-spacing-small)}.ck.ck-dropdown.ck-disabled .ck-dropdown__arrow{opacity:var(--ck-disabled-opacity)}[dir=ltr] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-left:var(--ck-spacing-small)}[dir=rtl] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-right:var(--ck-spacing-small)}.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label{overflow:hidden;text-overflow:ellipsis;width:7em}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-disabled .ck-button__label{opacity:var(--ck-disabled-opacity)}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on{border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-dropdown__button_label-width_auto .ck-button__label{width:auto}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active,.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active{box-shadow:none}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active:focus,.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active:focus{box-shadow:var(--ck-focus-outer-shadow),0 0}.ck.ck-dropdown__panel{border-radius:0}.ck-rounded-corners .ck.ck-dropdown__panel,.ck.ck-dropdown__panel.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-dropdown__panel{background:var(--ck-color-dropdown-panel-background);border:1px solid var(--ck-color-dropdown-panel-border);bottom:0;box-shadow:var(--ck-drop-shadow),0 0;min-width:100%}.ck.ck-dropdown__panel.ck-dropdown__panel_se{border-top-left-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_sw{border-top-right-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_ne{border-bottom-left-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_nw{border-bottom-right-radius:0}.ck.ck-dropdown__panel:focus{outline:none}"; +styleInject(css_248z$Z);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -16092,9 +16157,14 @@ class Command extends ObservableMixin() { if (!this.affectsData) { return; } + const selection = editor.model.document.selection; + const selectionInGraveyard = selection.getFirstPosition().root.rootName == '$graveyard'; + const canEditAtSelection = !selectionInGraveyard && editor.model.canEditAt(selection); + // Disable if editor is read only, or when selection is in a place which cannot be edited. + // // Checking `editor.isReadOnly` is needed for all commands that have `_isEnabledBasedOnSelection == false`. // E.g. undo does not base on selection, but affects data and should be disabled when the editor is in read-only mode. - if (editor.isReadOnly || this._isEnabledBasedOnSelection && !editor.model.canEditAt(editor.model.document.selection)) { + if (editor.isReadOnly || this._isEnabledBasedOnSelection && !canEditAtSelection) { evt.return = false; evt.stop(); } @@ -17024,29 +17094,31 @@ class ContextPlugin extends ObservableMixin() { static get isContextPlugin() { return true; } -}var css_248z$X = ".ck .ck-placeholder,.ck.ck-placeholder{position:relative}.ck .ck-placeholder:before,.ck.ck-placeholder:before{content:attr(data-placeholder);left:0;pointer-events:none;position:absolute;right:0}.ck.ck-read-only .ck-placeholder:before{display:none}.ck.ck-reset_all .ck-placeholder{position:relative}.ck .ck-placeholder:before,.ck.ck-placeholder:before{color:var(--ck-color-engine-placeholder-text);cursor:text}"; -styleInject(css_248z$X);/** +}var css_248z$Y = ".ck .ck-placeholder,.ck.ck-placeholder{position:relative}.ck .ck-placeholder:before,.ck.ck-placeholder:before{content:attr(data-placeholder);left:0;pointer-events:none;position:absolute;right:0}.ck.ck-read-only .ck-placeholder:before{display:none}.ck.ck-reset_all .ck-placeholder{position:relative}.ck .ck-placeholder:before,.ck.ck-placeholder:before{color:var(--ck-color-engine-placeholder-text);cursor:text}"; +styleInject(css_248z$Y);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ // Each document stores information about its placeholder elements and check functions. const documentPlaceholders = new WeakMap(); +let hasDisplayedPlaceholderDeprecationWarning = false; /** * A helper that enables a placeholder on the provided view element (also updates its visibility). * The placeholder is a CSS pseudo–element (with a text content) attached to the element. * - * To change the placeholder text, simply call this method again with new options. + * To change the placeholder text, change value of the `placeholder` property in the provided `element`. * * To disable the placeholder, use {@link module:engine/view/placeholder~disablePlaceholder `disablePlaceholder()`} helper. * * @param options Configuration options of the placeholder. * @param options.view Editing view instance. * @param options.element Element that will gain a placeholder. See `options.isDirectHost` to learn more. - * @param options.text Placeholder text. * @param options.isDirectHost If set `false`, the placeholder will not be enabled directly * in the passed `element` but in one of its children (selected automatically, i.e. a first empty child element). * Useful when attaching placeholders to elements that can host other elements (not just text), for instance, * editable root elements. + * @param options.text Placeholder text. It's **deprecated** and will be removed soon. Use + * {@link module:engine/view/placeholder~PlaceholderableElement#placeholder `options.element.placeholder`} instead. * @param options.keepOnFocus If set `true`, the placeholder stay visible when the host element is focused. */ function enablePlaceholder({ view, element, text, isDirectHost = true, keepOnFocus = false }) { @@ -17062,15 +17134,31 @@ function enablePlaceholder({ view, element, text, isDirectHost = true, keepOnFoc view.change(writer => updateDocumentPlaceholders(doc, writer)); }, { priority: 'high' }); } - // Store information about the element placeholder under its document. - documentPlaceholders.get(doc).set(element, { - text, - isDirectHost, - keepOnFocus, - hostElement: isDirectHost ? element : null - }); - // Update the placeholders right away. - view.change(writer => updateDocumentPlaceholders(doc, writer)); + if (element.is('editableElement')) { + element.on('change:placeholder', (evtInfo, evt, text) => { + setPlaceholder(text); + }); + } + if (element.placeholder) { + setPlaceholder(element.placeholder); + } + else if (text) { + setPlaceholder(text); + } + if (text) { + showPlaceholderTextDeprecationWarning(); + } + function setPlaceholder(text) { + // Store information about the element placeholder under its document. + documentPlaceholders.get(doc).set(element, { + text, + isDirectHost, + keepOnFocus, + hostElement: isDirectHost ? element : null + }); + // Update the placeholders right away. + view.change(writer => updateDocumentPlaceholders(doc, writer)); + } } /** * Disables the placeholder functionality from a given element. @@ -17250,6 +17338,24 @@ function getChildPlaceholderHostSubstitute(parent) { } } return null; +} +/** + * Displays a deprecation warning message in the console, but only once per page load. + */ +function showPlaceholderTextDeprecationWarning() { + if (!hasDisplayedPlaceholderDeprecationWarning) { + /** + * The "text" option in the {@link module:engine/view/placeholder~enablePlaceholder `enablePlaceholder()`} + * function is deprecated and will be removed soon. + * + * See the {@glink updating/guides/update-to-39#view-element-placeholder Migration to v39} guide for + * more information on how to apply this change. + * + * @error enableplaceholder-deprecated-text-option + */ + logWarning('enableplaceholder-deprecated-text-option'); + } + hasDisplayedPlaceholderDeprecationWarning = true; }/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license @@ -17500,7 +17606,7 @@ Node$2.prototype.is = function (type) { * {@link module:engine/view/upcastwriter~UpcastWriter#createText `UpcastWriter#createText()`} * method when working on non-semantic views. */ -class Text$2 extends Node$2 { +class Text$1 extends Node$2 { /** * Creates a tree view text node. * @@ -17552,7 +17658,7 @@ class Text$2 extends Node$2 { * @param otherNode Node to check if it is same as this node. */ isSimilar(otherNode) { - if (!(otherNode instanceof Text$2)) { + if (!(otherNode instanceof Text$1)) { return false; } return this === otherNode || this.data === otherNode.data; @@ -17564,12 +17670,12 @@ class Text$2 extends Node$2 { * @returns Text node that is a clone of this node. */ _clone() { - return new Text$2(this.document, this.data); + return new Text$1(this.document, this.data); } } // The magic of type inference using `is` method is centralized in `TypeCheckable` class. // Proper overload would interfere with that. -Text$2.prototype.is = function (type) { +Text$1.prototype.is = function (type) { return type === '$text' || type === 'view:$text' || // This are legacy values kept for backward compatibility. type === 'text' || type === 'view:text' || @@ -19656,7 +19762,7 @@ function parseClasses(classesSet, classesString) { function normalize$3(document, nodes) { // Separate condition because string is iterable. if (typeof nodes == 'string') { - return [new Text$2(document, nodes)]; + return [new Text$1(document, nodes)]; } if (!isIterable(nodes)) { nodes = [nodes]; @@ -19665,10 +19771,10 @@ function normalize$3(document, nodes) { return Array.from(nodes) .map(node => { if (typeof node == 'string') { - return new Text$2(document, node); + return new Text$1(document, node); } if (node instanceof TextProxy$1) { - return new Text$2(document, node.data); + return new Text$1(document, node.data); } return node; }); @@ -19775,6 +19881,7 @@ class EditableElement extends ObservableMixin(ContainerElement) { super(document, name, attributes, children); this.set('isReadOnly', false); this.set('isFocused', false); + this.set('placeholder', undefined); this.bind('isReadOnly').to(document); this.bind('isFocused').to(document, 'isFocused', isFocused => isFocused && document.selection.editableElement == this); // Update focus state based on selection changes. @@ -19980,7 +20087,7 @@ class TreeWalker$1 { // Get node just after current position. let node; // Text is a specific parent because it contains string instead of child nodes. - if (parent instanceof Text$2) { + if (parent instanceof Text$1) { if (position.isAtEnd) { // Prevent returning "elementEnd" for Text node. Skip that value and return the next walker step. this._position = Position$1._createAfter(parent); @@ -20005,7 +20112,7 @@ class TreeWalker$1 { this._position = position; return this._formatReturnValue('elementStart', node, previousPosition, position, 1); } - if (node instanceof Text$2) { + if (node instanceof Text$1) { if (this.singleCharacters) { position = new Position$1(node, 0); this._position = position; @@ -20068,7 +20175,7 @@ class TreeWalker$1 { // Get node just before current position. let node; // Text {@link module:engine/view/text~Text} element is a specific parent because contains string instead of child nodes. - if (parent instanceof Text$2) { + if (parent instanceof Text$1) { if (position.isAtStart) { // Prevent returning "elementStart" for Text node. Skip that value and return the next walker step. this._position = Position$1._createBefore(parent); @@ -20092,7 +20199,7 @@ class TreeWalker$1 { } return this._formatReturnValue('elementEnd', node, previousPosition, position); } - if (node instanceof Text$2) { + if (node instanceof Text$1) { if (this.singleCharacters) { position = new Position$1(node, node.data.length); this._position = position; @@ -21926,7 +22033,7 @@ function getDeeperRangeParent(range) { * Document class creates an abstract layer over the content editable area, contains a tree of view elements and * {@link module:engine/view/documentselection~DocumentSelection view selection} associated with this document. */ -class Document$1 extends BubblingEmitterMixin(ObservableMixin()) { +class Document$2 extends BubblingEmitterMixin(ObservableMixin()) { /** * Creates a Document instance. * @@ -22750,7 +22857,7 @@ DocumentFragment$1.prototype.is = function (type) { function normalize$2(document, nodes) { // Separate condition because string is iterable. if (typeof nodes == 'string') { - return [new Text$2(document, nodes)]; + return [new Text$1(document, nodes)]; } if (!isIterable(nodes)) { nodes = [nodes]; @@ -22759,10 +22866,10 @@ function normalize$2(document, nodes) { return Array.from(nodes) .map(node => { if (typeof node == 'string') { - return new Text$2(document, node); + return new Text$1(document, node); } if (node instanceof TextProxy$1) { - return new Text$2(document, node.data); + return new Text$1(document, node.data); } return node; }); @@ -22835,7 +22942,7 @@ class DowncastWriter { * @returns The created text node. */ createText(data) { - return new Text$2(this.document, data); + return new Text$1(this.document, data); } /** * Creates a new {@link module:engine/view/attributeelement~AttributeElement}. @@ -23294,7 +23401,7 @@ class DowncastWriter { throw new CKEditorError('view-writer-merge-containers-invalid-position', this.document); } const lastChild = prev.getChild(prev.childCount - 1); - const newPosition = lastChild instanceof Text$2 ? Position$1._createAt(lastChild, 'end') : Position$1._createAt(prev, 'end'); + const newPosition = lastChild instanceof Text$1 ? Position$1._createAt(lastChild, 'end') : Position$1._createAt(prev, 'end'); this.move(Range$1._createIn(next), Position$1._createAt(prev, 'end')); this.remove(Range$1._createOn(next)); return newPosition; @@ -23949,7 +24056,7 @@ class DowncastWriter { // If position is placed between text nodes - merge them and return position inside. const nodeBefore = newPosition.nodeBefore; const nodeAfter = newPosition.nodeAfter; - if (nodeBefore instanceof Text$2 && nodeAfter instanceof Text$2) { + if (nodeBefore instanceof Text$1 && nodeAfter instanceof Text$1) { return mergeTextNodes(nodeBefore, nodeAfter); } // If position is next to text node - move position inside. @@ -24353,7 +24460,7 @@ function breakTextNode(position) { // Leave rest of the text in position's parent. position.parent._data = position.parent.data.slice(0, position.offset); // Insert new text node after position's parent text node. - position.parent.parent._insertChild(position.parent.index + 1, new Text$2(position.root.document, textToMove)); + position.parent.parent._insertChild(position.parent.index + 1, new Text$1(position.root.document, textToMove)); // Return new position between two newly created text nodes. return new Position$1(position.parent.parent, position.parent.index + 1); } @@ -24371,7 +24478,7 @@ function mergeTextNodes(t1, t2) { t2._remove(); return new Position$1(t1, nodeBeforeLength); } -const validNodesToInsert = [Text$2, AttributeElement, ContainerElement, EmptyElement, RawElement, UIElement]; +const validNodesToInsert = [Text$1, AttributeElement, ContainerElement, EmptyElement, RawElement, UIElement]; /** * Checks if provided nodes are valid to insert. * @@ -24532,6 +24639,9 @@ const INLINE_FILLER = '\u2060'.repeat(INLINE_FILLER_LENGTH); * @returns True if the text node starts with the {@link module:engine/view/filler~INLINE_FILLER inline filler}. */ function startsWithFiller(domNode) { + if (typeof domNode == 'string') { + return domNode.substr(0, INLINE_FILLER_LENGTH) === INLINE_FILLER; + } return isText(domNode) && (domNode.data.substr(0, INLINE_FILLER_LENGTH) === INLINE_FILLER); } /** @@ -24561,12 +24671,11 @@ function isInlineFiller(domText) { * @returns Data without filler. */ function getDataWithoutFiller(domText) { + const data = typeof domText == 'string' ? domText : domText.data; if (startsWithFiller(domText)) { - return domText.data.slice(INLINE_FILLER_LENGTH); - } - else { - return domText.data; + return data.slice(INLINE_FILLER_LENGTH); } + return data; } /** * Assign key observer which move cursor from the end of the inline filler to the beginning of it when @@ -24591,8 +24700,8 @@ function jumpOverInlineFiller(evt, data) { } } } -}var css_248z$W = ".ck.ck-editor__editable span[data-ck-unsafe-element]{display:none}"; -styleInject(css_248z$W);/** +}var css_248z$X = ".ck.ck-editor__editable span[data-ck-unsafe-element]{display:none}"; +styleInject(css_248z$X);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -24989,7 +25098,7 @@ class Renderer extends ObservableMixin() { } const nodeBefore = selectionPosition.nodeBefore; const nodeAfter = selectionPosition.nodeAfter; - if (nodeBefore instanceof Text$2 || nodeAfter instanceof Text$2) { + if (nodeBefore instanceof Text$1 || nodeAfter instanceof Text$1) { return false; } // Do not use inline filler while typing outside inline elements on Android. @@ -25331,8 +25440,7 @@ class Renderer extends ObservableMixin() { // @if CK_DEBUG_TYPING // 'color: green;font-weight: bold', '', anchor, focus // @if CK_DEBUG_TYPING // ); // @if CK_DEBUG_TYPING // } - domSelection.collapse(anchor.parent, anchor.offset); - domSelection.extend(focus.parent, focus.offset); + domSelection.setBaseAndExtent(anchor.parent, anchor.offset, focus.parent, focus.offset); // Firefox–specific hack (https://github.com/ckeditor/ckeditor5-engine/issues/1439). if (env.isGecko) { fixGeckoSelectionAfterBr(focus, domSelection); @@ -25635,9 +25743,9 @@ class DomConverter { */ this._rawContentElementMatcher = new Matcher(); /** - * A set of encountered raw content DOM nodes. It is used for preventing left trimming of the following text node. + * Matcher for inline object view elements. This is an extension of a simple {@link #inlineObjectElements} array of element names. */ - this._encounteredRawContentDomNodes = new WeakSet(); + this._inlineObjectElementMatcher = new Matcher(); this.document = document; this.renderingMode = renderingMode; this.blockFillerMode = blockFillerMode || (renderingMode === 'editing' ? 'br' : 'nbsp'); @@ -26040,68 +26148,22 @@ class DomConverter { * or the given node is an empty text node. */ domToView(domNode, options = {}) { - if (this.isBlockFiller(domNode)) { + const inlineNodes = []; + const generator = this._domToView(domNode, options, inlineNodes); + // Get the first yielded value or a returned value. + const node = generator.next().value; + if (!node) { return null; } - // When node is inside a UIElement or a RawElement return that parent as it's view representation. - const hostElement = this.getHostViewElement(domNode); - if (hostElement) { - return hostElement; - } - if (isComment(domNode) && options.skipComments) { + // Trigger children handling. + generator.next(); + // Whitespace cleaning. + this._processDomInlineNodes(null, inlineNodes, options); + // Text not got trimmed to an empty string so there is no result node. + if (node.is('$text') && node.data.length == 0) { return null; } - if (isText(domNode)) { - if (isInlineFiller(domNode)) { - return null; - } - else { - const textData = this._processDataFromDomText(domNode); - return textData === '' ? null : new Text$2(this.document, textData); - } - } - else { - if (this.mapDomToView(domNode)) { - return this.mapDomToView(domNode); - } - let viewElement; - if (this.isDocumentFragment(domNode)) { - // Create view document fragment. - viewElement = new DocumentFragment$1(this.document); - if (options.bind) { - this.bindDocumentFragments(domNode, viewElement); - } - } - else { - // Create view element. - viewElement = this._createViewElement(domNode, options); - if (options.bind) { - this.bindElements(domNode, viewElement); - } - // Copy element's attributes. - const attrs = domNode.attributes; - if (attrs) { - for (let l = attrs.length, i = 0; i < l; i++) { - viewElement._setAttribute(attrs[i].name, attrs[i].value); - } - } - // Treat this element's content as a raw data if it was registered as such. - // Comment node is also treated as an element with raw data. - if (this._isViewElementWithRawContent(viewElement, options) || isComment(domNode)) { - const rawContent = isComment(domNode) ? domNode.data : domNode.innerHTML; - viewElement._setCustomProperty('$rawContent', rawContent); - // Store a DOM node to prevent left trimming of the following text node. - this._encounteredRawContentDomNodes.add(domNode); - return viewElement; - } - } - if (options.withChildren !== false) { - for (const child of this.domChildrenToView(domNode, options)) { - viewElement._appendChild(child); - } - } - return viewElement; - } + return node; } /** * Converts children of the DOM element to view nodes using @@ -26110,16 +26172,27 @@ class DomConverter { * * @param domElement Parent DOM element. * @param options See {@link module:engine/view/domconverter~DomConverter#domToView} options parameter. + * @param inlineNodes An array that will be populated with inline nodes. It's used internally for whitespace processing. * @returns View nodes. */ - *domChildrenToView(domElement, options) { + *domChildrenToView(domElement, options = {}, inlineNodes = []) { for (let i = 0; i < domElement.childNodes.length; i++) { const domChild = domElement.childNodes[i]; - const viewChild = this.domToView(domChild, options); + const generator = this._domToView(domChild, options, inlineNodes); + // Get the first yielded value or a returned value. + const viewChild = generator.next().value; if (viewChild !== null) { + // Whitespace cleaning before entering a block element (between block elements). + if (this._isBlockViewElement(viewChild)) { + this._processDomInlineNodes(domElement, inlineNodes, options); + } yield viewChild; + // Trigger children handling. + generator.next(); } } + // Whitespace cleaning before leaving a block element (content of block element). + this._processDomInlineNodes(domElement, inlineNodes, options); } /** * Converts DOM selection to view {@link module:engine/view/selection~Selection}. @@ -26289,7 +26362,7 @@ class DomConverter { if (viewElement) { const nextSibling = viewElement.nextSibling; // It might be filler which has no corresponding view node. - if (nextSibling instanceof Text$2) { + if (nextSibling instanceof Text$1) { return nextSibling; } else { @@ -26303,7 +26376,7 @@ class DomConverter { if (viewElement) { const firstChild = viewElement.getChild(0); // It might be filler which has no corresponding view node. - if (firstChild instanceof Text$2) { + if (firstChild instanceof Text$1) { return firstChild; } else { @@ -26373,6 +26446,24 @@ class DomConverter { global$1.window.scrollTo(scrollX, scrollY); } } + /** + * Remove DOM selection from blurred editable, so it won't interfere with clicking on dropdowns (especially on iOS). + * + * @internal + */ + _clearDomSelection() { + const domEditable = this.mapViewToDom(this.document.selection.editableElement); + if (!domEditable) { + return; + } + // Check if DOM selection is inside editor editable element. + const domSelection = domEditable.ownerDocument.defaultView.getSelection(); + const newViewSelection = this.domSelectionToView(domSelection); + const selectionInEditable = newViewSelection && newViewSelection.rangeCount > 0; + if (selectionInEditable) { + domSelection.removeAllRanges(); + } + } /** * Returns `true` when `node.nodeType` equals `Node.ELEMENT_NODE`. * @@ -26493,6 +26584,19 @@ class DomConverter { registerRawContentMatcher(pattern) { this._rawContentElementMatcher.add(pattern); } + /** + * Registers a {@link module:engine/view/matcher~MatcherPattern} for inline object view elements. + * + * This is affecting how {@link module:engine/view/domconverter~DomConverter#domToView} and + * {@link module:engine/view/domconverter~DomConverter#domChildrenToView} process DOM nodes. + * + * This is an extension of a simple {@link #inlineObjectElements} array of element names. + * + * @param pattern Pattern matching a view element which should be treated as an inline object. + */ + registerInlineObjectMatcher(pattern) { + this._inlineObjectElementMatcher.add(pattern); + } /** * Returns the block {@link module:engine/view/filler filler} node based on the current {@link #blockFillerMode} setting. */ @@ -26532,6 +26636,194 @@ class DomConverter { } return true; } + /** + * Internal generator for {@link #domToView}. Also used by {@link #domChildrenToView}. + * Separates DOM nodes conversion from whitespaces processing. + * + * @param domNode DOM node or document fragment to transform. + * @param inlineNodes An array of recently encountered inline nodes truncated to the block element boundaries. + * Used later to process whitespaces. + */ + *_domToView(domNode, options, inlineNodes) { + if (this.isBlockFiller(domNode)) { + return null; + } + // When node is inside a UIElement or a RawElement return that parent as it's view representation. + const hostElement = this.getHostViewElement(domNode); + if (hostElement) { + return hostElement; + } + if (isComment(domNode) && options.skipComments) { + return null; + } + if (isText(domNode)) { + if (isInlineFiller(domNode)) { + return null; + } + else { + const textData = domNode.data; + if (textData === '') { + return null; + } + const textNode = new Text$1(this.document, textData); + inlineNodes.push(textNode); + return textNode; + } + } + else { + let viewElement = this.mapDomToView(domNode); + if (viewElement) { + if (this._isInlineObjectElement(viewElement)) { + inlineNodes.push(viewElement); + } + return viewElement; + } + if (this.isDocumentFragment(domNode)) { + // Create view document fragment. + viewElement = new DocumentFragment$1(this.document); + if (options.bind) { + this.bindDocumentFragments(domNode, viewElement); + } + } + else { + // Create view element. + viewElement = this._createViewElement(domNode, options); + if (options.bind) { + this.bindElements(domNode, viewElement); + } + // Copy element's attributes. + const attrs = domNode.attributes; + if (attrs) { + for (let l = attrs.length, i = 0; i < l; i++) { + viewElement._setAttribute(attrs[i].name, attrs[i].value); + } + } + // Treat this element's content as a raw data if it was registered as such. + if (this._isViewElementWithRawContent(viewElement, options)) { + viewElement._setCustomProperty('$rawContent', domNode.innerHTML); + if (!this._isBlockViewElement(viewElement)) { + inlineNodes.push(viewElement); + } + return viewElement; + } + // Comment node is also treated as an element with raw data. + if (isComment(domNode)) { + viewElement._setCustomProperty('$rawContent', domNode.data); + return viewElement; + } + } + // Yield the element first so the flow of nested inline nodes is not reversed inside elements. + yield viewElement; + const nestedInlineNodes = []; + if (options.withChildren !== false) { + for (const child of this.domChildrenToView(domNode, options, nestedInlineNodes)) { + viewElement._appendChild(child); + } + } + // Check if this is an inline object after processing child nodes so matcher + // for inline objects can verify if the element is empty. + if (this._isInlineObjectElement(viewElement)) { + inlineNodes.push(viewElement); + } + else { + // It's an inline element that is not an object (like , ) or a block element. + for (const inlineNode of nestedInlineNodes) { + inlineNodes.push(inlineNode); + } + } + } + } + /** + * Internal helper that walks the list of inline view nodes already generated from DOM nodes + * and handles whitespaces and NBSPs. + * + * @param domParent The DOM parent of the given inline nodes. This should be a document fragment or + * a block element to whitespace processing start cleaning. + * @param inlineNodes An array of recently encountered inline nodes truncated to the block element boundaries. + */ + _processDomInlineNodes(domParent, inlineNodes, options) { + if (!inlineNodes.length) { + return; + } + // Process text nodes only after reaching a block or document fragment, + // do not alter whitespaces while processing an inline element like or . + if (domParent && !this.isDocumentFragment(domParent) && !this._isBlockDomElement(domParent)) { + return; + } + let prevNodeEndsWithSpace = false; + for (let i = 0; i < inlineNodes.length; i++) { + const node = inlineNodes[i]; + if (!node.is('$text')) { + prevNodeEndsWithSpace = false; + continue; + } + let data; + let nodeEndsWithSpace = false; + if (_hasViewParentOfType(node, this.preElements)) { + data = getDataWithoutFiller(node.data); + } + else { + // Change all consecutive whitespace characters (from the [ \n\t\r] set – + // see https://github.com/ckeditor/ckeditor5-engine/issues/822#issuecomment-311670249) to a single space character. + // That's how multiple whitespaces are treated when rendered, so we normalize those whitespaces. + // We're replacing 1+ (and not 2+) to also normalize singular \n\t\r characters (#822). + data = node.data.replace(/[ \n\t\r]{1,}/g, ' '); + nodeEndsWithSpace = /[^\S\u00A0]/.test(data.charAt(data.length - 1)); + const prevNode = i > 0 ? inlineNodes[i - 1] : null; + const nextNode = i + 1 < inlineNodes.length ? inlineNodes[i + 1] : null; + const shouldLeftTrim = !prevNode || prevNode.is('element') && prevNode.name == 'br' || prevNodeEndsWithSpace; + const shouldRightTrim = nextNode ? false : !startsWithFiller(node.data); + // Do not try to clear whitespaces if this is flat mapping for the purpose of mutation observer and differ in rendering. + if (options.withChildren !== false) { + // If the previous dom text node does not exist or it ends by whitespace character, remove space character from the + // beginning of this text node. Such space character is treated as a whitespace. + if (shouldLeftTrim) { + data = data.replace(/^ /, ''); + } + // If the next text node does not exist remove space character from the end of this text node. + if (shouldRightTrim) { + data = data.replace(/ $/, ''); + } + } + // At the beginning and end of a block element, Firefox inserts normal space +
instead of non-breaking space. + // This means that the text node starts/end with normal space instead of non-breaking space. + // This causes a problem because the normal space would be removed in `.replace` calls above. To prevent that, + // the inline filler is removed only after the data is initially processed (by the `.replace` above). See ckeditor5#692. + data = getDataWithoutFiller(data); + // At this point we should have removed all whitespaces from DOM text data. + // + // Now, We will reverse the process that happens in `_processDataFromViewText`. + // + // We have to change   chars, that were in DOM text data because of rendering reasons, to spaces. + // First, change all ` \u00A0` pairs (space +  ) to two spaces. DOM converter changes two spaces from model/view to + // ` \u00A0` to ensure proper rendering. Since here we convert back, we recognize those pairs and change them back to ` `. + data = data.replace(/ \u00A0/g, ' '); + const isNextNodeInlineObjectElement = nextNode && nextNode.is('element') && nextNode.name != 'br'; + const isNextNodeStartingWithSpace = nextNode && nextNode.is('$text') && nextNode.data.charAt(0) == ' '; + // Then, let's change the last nbsp to a space. + if (/[ \u00A0]\u00A0$/.test(data) || !nextNode || isNextNodeInlineObjectElement || isNextNodeStartingWithSpace) { + data = data.replace(/\u00A0$/, ' '); + } + // Then, change   character that is at the beginning of the text node to space character. + // We do that replacement only if this is the first node or the previous node ends on whitespace character. + if (shouldLeftTrim || prevNode && prevNode.is('element') && prevNode.name != 'br') { + data = data.replace(/^\u00A0/, ' '); + } + } + // At this point, all whitespaces should be removed and all   created for rendering reasons should be + // changed to normal space. All left   are   inserted intentionally. + if (data.length == 0 && node.parent) { + node._remove(); + inlineNodes.splice(i, 1); + i--; + } + else { + node._data = data; + prevNodeEndsWithSpace = nodeEndsWithSpace; + } + } + inlineNodes.length = 0; + } /** * Takes text data from a given {@link module:engine/view/text~Text#data} and processes it so * it is correctly displayed in the DOM. @@ -26597,103 +26889,6 @@ class DomConverter { const data = this._processDataFromViewText(node); return data.charAt(data.length - 1) == ' '; } - /** - * Takes text data from native `Text` node and processes it to a correct {@link module:engine/view/text~Text view text node} data. - * - * Following changes are done: - * - * * multiple whitespaces are replaced to a single space, - * * space at the beginning of a text node is removed if it is the first text node in its container - * element or if the previous text node ends with a space character, - * * space at the end of the text node is removed if there are two spaces at the end of a node or if next node - * starts with a space or if it is the last text node in its container - * * nbsps are converted to spaces. - * - * @param node DOM text node to process. - * @returns Processed data. - */ - _processDataFromDomText(node) { - let data = node.data; - if (_hasDomParentOfType(node, this.preElements)) { - return getDataWithoutFiller(node); - } - // Change all consecutive whitespace characters (from the [ \n\t\r] set – - // see https://github.com/ckeditor/ckeditor5-engine/issues/822#issuecomment-311670249) to a single space character. - // That's how multiple whitespaces are treated when rendered, so we normalize those whitespaces. - // We're replacing 1+ (and not 2+) to also normalize singular \n\t\r characters (#822). - data = data.replace(/[ \n\t\r]{1,}/g, ' '); - const prevNode = this._getTouchingInlineDomNode(node, false); - const nextNode = this._getTouchingInlineDomNode(node, true); - const shouldLeftTrim = this._checkShouldLeftTrimDomText(node, prevNode); - const shouldRightTrim = this._checkShouldRightTrimDomText(node, nextNode); - // If the previous dom text node does not exist or it ends by whitespace character, remove space character from the beginning - // of this text node. Such space character is treated as a whitespace. - if (shouldLeftTrim) { - data = data.replace(/^ /, ''); - } - // If the next text node does not exist remove space character from the end of this text node. - if (shouldRightTrim) { - data = data.replace(/ $/, ''); - } - // At the beginning and end of a block element, Firefox inserts normal space +
instead of non-breaking space. - // This means that the text node starts/end with normal space instead of non-breaking space. - // This causes a problem because the normal space would be removed in `.replace` calls above. To prevent that, - // the inline filler is removed only after the data is initially processed (by the `.replace` above). See ckeditor5#692. - data = getDataWithoutFiller(new Text(data)); - // At this point we should have removed all whitespaces from DOM text data. - // - // Now, We will reverse the process that happens in `_processDataFromViewText`. - // - // We have to change   chars, that were in DOM text data because of rendering reasons, to spaces. - // First, change all ` \u00A0` pairs (space +  ) to two spaces. DOM converter changes two spaces from model/view to - // ` \u00A0` to ensure proper rendering. Since here we convert back, we recognize those pairs and change them back to ` `. - data = data.replace(/ \u00A0/g, ' '); - const isNextNodeInlineObjectElement = nextNode && this.isElement(nextNode) && nextNode.tagName != 'BR'; - const isNextNodeStartingWithSpace = nextNode && isText(nextNode) && nextNode.data.charAt(0) == ' '; - // Then, let's change the last nbsp to a space. - if (/( |\u00A0)\u00A0$/.test(data) || !nextNode || isNextNodeInlineObjectElement || isNextNodeStartingWithSpace) { - data = data.replace(/\u00A0$/, ' '); - } - // Then, change   character that is at the beginning of the text node to space character. - // We do that replacement only if this is the first node or the previous node ends on whitespace character. - if (shouldLeftTrim || prevNode && this.isElement(prevNode) && prevNode.tagName != 'BR') { - data = data.replace(/^\u00A0/, ' '); - } - // At this point, all whitespaces should be removed and all   created for rendering reasons should be - // changed to normal space. All left   are   inserted intentionally. - return data; - } - /** - * Helper function which checks if a DOM text node, preceded by the given `prevNode` should - * be trimmed from the left side. - * - * @param prevNode Either DOM text or `
` or one of `#inlineObjectElements`. - */ - _checkShouldLeftTrimDomText(node, prevNode) { - if (!prevNode) { - return true; - } - if (this.isElement(prevNode)) { - return prevNode.tagName === 'BR'; - } - // Shouldn't left trim if previous node is a node that was encountered as a raw content node. - if (this._encounteredRawContentDomNodes.has(node.previousSibling)) { - return false; - } - return /[^\S\u00A0]/.test(prevNode.data.charAt(prevNode.data.length - 1)); - } - /** - * Helper function which checks if a DOM text node, succeeded by the given `nextNode` should - * be trimmed from the right side. - * - * @param nextNode Either DOM text or `
` or one of `#inlineObjectElements`. - */ - _checkShouldRightTrimDomText(node, nextNode) { - if (nextNode) { - return false; - } - return !startsWithFiller(node); - } /** * Helper function. For given {@link module:engine/view/text~Text view text node}, it finds previous or next sibling * that is contained in the same container element. If there is no such sibling, `null` is returned. @@ -26708,8 +26903,12 @@ class DomConverter { direction: getNext ? 'forward' : 'backward' }); for (const value of treeWalker) { + //
found – it works like a block boundary, so do not scan further. + if (value.item.is('element', 'br')) { + return null; + } // Found an inline object (for example an image). - if (value.item.is('element') && this.inlineObjectElements.includes(value.item.name)) { + else if (this._isInlineObjectElement(value.item)) { return value.item; } // ViewContainerElement is found on a way to next ViewText node, so given `node` was first/last @@ -26717,10 +26916,6 @@ class DomConverter { else if (value.item.is('containerElement')) { return null; } - //
found – it works like a block boundary, so do not scan further. - else if (value.item.is('element', 'br')) { - return null; - } // Found a text node in the same container element. else if (value.item.is('$textProxy')) { return value.item; @@ -26729,61 +26924,27 @@ class DomConverter { return null; } /** - * Helper function. For the given text node, it finds the closest touching node which is either - * a text, `
` or an {@link #inlineObjectElements inline object}. - * - * If no such node is found, `null` is returned. - * - * For instance, in the following DOM structure: - * - * ```html - *

foobar
bom

- * ``` - * - * * `foo` doesn't have its previous touching inline node (`null` is returned), - * * `foo`'s next touching inline node is `bar` - * * `bar`'s next touching inline node is `
` - * - * This method returns text nodes and `
` elements because these types of nodes affect how - * spaces in the given text node need to be converted. + * Returns `true` if a DOM node belongs to {@link #blockElements}. `false` otherwise. */ - _getTouchingInlineDomNode(node, getNext) { - if (!node.parentNode) { - return null; - } - const stepInto = getNext ? 'firstChild' : 'lastChild'; - const stepOver = getNext ? 'nextSibling' : 'previousSibling'; - let skipChildren = true; - let returnNode = node; - do { - if (!skipChildren && returnNode[stepInto]) { - returnNode = returnNode[stepInto]; - } - else if (returnNode[stepOver]) { - returnNode = returnNode[stepOver]; - skipChildren = false; - } - else { - returnNode = returnNode.parentNode; - skipChildren = true; - } - if (!returnNode || this._isBlockElement(returnNode)) { - return null; - } - } while (!(isText(returnNode) || returnNode.tagName == 'BR' || this._isInlineObjectElement(returnNode))); - return returnNode; + _isBlockDomElement(node) { + return this.isElement(node) && this.blockElements.includes(node.tagName.toLowerCase()); } /** - * Returns `true` if a DOM node belongs to {@link #blockElements}. `false` otherwise. + * Returns `true` if a view node belongs to {@link #blockElements}. `false` otherwise. */ - _isBlockElement(node) { - return this.isElement(node) && this.blockElements.includes(node.tagName.toLowerCase()); + _isBlockViewElement(node) { + return node.is('element') && this.blockElements.includes(node.name); } /** * Returns `true` if a DOM node belongs to {@link #inlineObjectElements}. `false` otherwise. */ _isInlineObjectElement(node) { - return this.isElement(node) && this.inlineObjectElements.includes(node.tagName.toLowerCase()); + if (!node.is('element')) { + return false; + } + return node.name == 'br' || + this.inlineObjectElements.includes(node.name) || + !!this._inlineObjectElementMatcher.match(node); } /** * Creates view element basing on the node type. @@ -26805,7 +26966,7 @@ class DomConverter { * @param options Conversion options. See {@link module:engine/view/domconverter~DomConverter#domToView} options parameter. */ _isViewElementWithRawContent(viewElement, options) { - return options.withChildren !== false && !!this._rawContentElementMatcher.match(viewElement); + return options.withChildren !== false && viewElement.is('element') && !!this._rawContentElementMatcher.match(viewElement); } /** * Checks whether a given element name should be renamed in a current rendering mode. @@ -26844,9 +27005,8 @@ class DomConverter { * * @returns`true` if such parent exists or `false` if it does not. */ -function _hasDomParentOfType(node, types) { - const parents = getAncestors(node); - return parents.some(parent => parent.tagName && types.includes(parent.tagName.toLowerCase())); +function _hasViewParentOfType(node, types) { + return node.getAncestors().some(parent => parent.is('element') && types.includes(parent.name)); } /** * A helper that executes given callback for each DOM node's ancestor, starting from the given node @@ -27670,6 +27830,8 @@ class SelectionObserver extends Observer { return; } this.view.hasDomSelection = true; + // Mark the latest focus change as complete (we got new selection after the focus so the selection is in the focused element). + this.focusObserver.flush(); if (this.selection.isEqual(newViewSelection) && this.domConverter.isDomSelectionCorrect(domSelection)) { return; } @@ -27684,8 +27846,6 @@ class SelectionObserver extends Observer { this._reportInfiniteLoop(); return; } - // Mark the latest focus change as complete (we got new selection after the focus so the selection is in the focused element). - this.focusObserver.flush(); if (this.selection.isSimilar(newViewSelection)) { // If selection was equal and we are at this point of algorithm, it means that it was incorrect. // Just re-render it, no need to fire any events, etc. @@ -28172,7 +28332,7 @@ class View extends ObservableMixin() { * It stores information about changed selection and changed elements from attached document roots. */ this._hasChangedSinceTheLastRendering = false; - this.document = new Document$1(stylesProcessor); + this.document = new Document$2(stylesProcessor); this.domConverter = new DomConverter(this.document); this.set('isRenderingInProgress', false); this.set('hasDomSelection', false); @@ -28181,6 +28341,7 @@ class View extends ObservableMixin() { .to(this.document, 'isFocused', 'isSelecting', 'isComposing'); this._writer = new DowncastWriter(this.document); // Add default observers. + // Make sure that this list matches AlwaysRegisteredObservers type. this.addObserver(MutationObserver); this.addObserver(FocusObserver); this.addObserver(SelectionObserver); @@ -28209,6 +28370,17 @@ class View extends ObservableMixin() { this.listenTo(this.document, 'change:isFocused', () => { this._hasChangedSinceTheLastRendering = true; }); + // Remove ranges from DOM selection if editor is blurred. + // See https://github.com/ckeditor/ckeditor5/issues/5753. + if (env.isiOS) { + this.listenTo(this.document, 'blur', (evt, data) => { + const relatedViewElement = this.domConverter.mapDomToView(data.domEvent.relatedTarget); + // Do not modify DOM selection if focus is moved to other editable of the same editor. + if (!relatedViewElement) { + this.domConverter._clearDomSelection(); + } + }); + } } /** * Attaches a DOM root element to the view element and enable all observers on that element. @@ -29155,7 +29327,7 @@ class NodeList { * this behavior, keeping references to `Text` is not recommended. Instead, consider creating * {@link module:engine/model/liveposition~LivePosition live position} placed before the text node. */ -class Text$1 extends Node$1 { +class Text extends Node$1 { /** * Creates a text node. * @@ -29199,7 +29371,7 @@ class Text$1 extends Node$1 { * @returns `Text` instance created using given plain object. */ _clone() { - return new Text$1(this.data, this.getAttributes()); + return new Text(this.data, this.getAttributes()); } /** * Creates a `Text` instance from given plain object (i.e. parsed JSON string). @@ -29208,12 +29380,12 @@ class Text$1 extends Node$1 { * @returns `Text` instance created using given plain object. */ static fromJSON(json) { - return new Text$1(json.data, json.attributes); + return new Text(json.data, json.attributes); } } // The magic of type inference using `is` method is centralized in `TypeCheckable` class. // Proper overload would interfere with that. -Text$1.prototype.is = function (type) { +Text.prototype.is = function (type) { return type === '$text' || type === 'model:$text' || // This are legacy values kept for backward compatibility. type === 'text' || type === 'model:text' || @@ -29635,7 +29807,7 @@ class Element extends Node$1 { } else { // Otherwise, it is a Text node. - children.push(Text$1.fromJSON(child)); + children.push(Text.fromJSON(child)); } } } @@ -29658,7 +29830,7 @@ Element.prototype.is = function (type, name) { function normalize$1(nodes) { // Separate condition because string is iterable. if (typeof nodes == 'string') { - return [new Text$1(nodes)]; + return [new Text(nodes)]; } if (!isIterable(nodes)) { nodes = [nodes]; @@ -29667,10 +29839,10 @@ function normalize$1(nodes) { return Array.from(nodes) .map(node => { if (typeof node == 'string') { - return new Text$1(node); + return new Text(node); } if (node instanceof TextProxy) { - return new Text$1(node.data, node.getAttributes()); + return new Text(node.data, node.getAttributes()); } return node; }); @@ -29811,7 +29983,7 @@ class TreeWalker { this._position = position; return formatReturnValue('elementStart', node, previousPosition, position, 1); } - if (node instanceof Text$1) { + if (node instanceof Text) { let charactersCount; if (this.singleCharacters) { charactersCount = 1; @@ -29873,7 +30045,7 @@ class TreeWalker { } return formatReturnValue('elementEnd', node, previousPosition, position); } - if (node instanceof Text$1) { + if (node instanceof Text) { let charactersCount; if (this.singleCharacters) { charactersCount = 1; @@ -32263,10 +32435,10 @@ class Mapper extends EmitterMixin() { // If the position is just before a text node, put it at the beginning of that text node. const nodeBefore = viewPosition.nodeBefore; const nodeAfter = viewPosition.nodeAfter; - if (nodeBefore instanceof Text$2) { + if (nodeBefore instanceof Text$1) { return new Position$1(nodeBefore, nodeBefore.data.length); } - else if (nodeAfter instanceof Text$2) { + else if (nodeAfter instanceof Text$1) { return new Position$1(nodeAfter, 0); } // Otherwise, just return the given position. @@ -32793,38 +32965,47 @@ class DowncastDispatcher extends EmitterMixin() { * @param writer View writer that should be used to modify the view document. */ convertSelection(selection, markers, writer) { - const markersAtSelection = Array.from(markers.getMarkersAtPosition(selection.getFirstPosition())); const conversionApi = this._createConversionApi(writer); + // First perform a clean-up at the current position of the selection. + this.fire('cleanSelection', { selection }, conversionApi); + // Don't convert selection if it is in a model root that does not have a view root (for now this is only the graveyard root). + const modelRoot = selection.getFirstPosition().root; + if (!conversionApi.mapper.toViewElement(modelRoot)) { + return; + } + // Now, perform actual selection conversion. + const markersAtSelection = Array.from(markers.getMarkersAtPosition(selection.getFirstPosition())); this._addConsumablesForSelection(conversionApi.consumable, selection, markersAtSelection); this.fire('selection', { selection }, conversionApi); if (!selection.isCollapsed) { return; } for (const marker of markersAtSelection) { - const markerRange = marker.getRange(); - if (!shouldMarkerChangeBeConverted(selection.getFirstPosition(), marker, conversionApi.mapper)) { - continue; - } - const data = { - item: selection, - markerName: marker.name, - markerRange - }; + // Do not fire event if the marker has been consumed. if (conversionApi.consumable.test(selection, 'addMarker:' + marker.name)) { + const markerRange = marker.getRange(); + if (!shouldMarkerChangeBeConverted(selection.getFirstPosition(), marker, conversionApi.mapper)) { + continue; + } + const data = { + item: selection, + markerName: marker.name, + markerRange + }; this.fire(`addMarker:${marker.name}`, data, conversionApi); } } for (const key of selection.getAttributeKeys()) { - const data = { - item: selection, - range: selection.getFirstRange(), - attributeKey: key, - attributeOldValue: null, - attributeNewValue: selection.getAttribute(key) - }; // Do not fire event if the attribute has been consumed. - if (conversionApi.consumable.test(selection, 'attribute:' + data.attributeKey)) { - this.fire(`attribute:${data.attributeKey}:$text`, data, conversionApi); + if (conversionApi.consumable.test(selection, 'attribute:' + key)) { + const data = { + item: selection, + range: selection.getFirstRange(), + attributeKey: key, + attributeOldValue: null, + attributeNewValue: selection.getAttribute(key) + }; + this.fire(`attribute:${key}:$text`, data, conversionApi); } } } @@ -34883,14 +35064,19 @@ class LiveSelection extends Selection { _getSurroundingAttributes() { const position = this.getFirstPosition(); const schema = this._model.schema; + if (position.root.rootName == '$graveyard') { + return null; + } let attrs = null; if (!this.isCollapsed) { // 1. If selection is a range... const range = this.getFirstRange(); // ...look for a first character node in that range and take attributes from it. for (const value of range) { - // If the item is an object, we don't want to get attributes from its children. + // If the item is an object, we don't want to get attributes from its children... if (value.item.is('element') && schema.isObject(value.item)) { + // ...but collect attributes from inline object. + attrs = getTextAttributes(value.item, schema); break; } if (value.type == 'text') { @@ -34961,7 +35147,7 @@ function getTextAttributes(node, schema) { if (!node) { return null; } - if (node instanceof TextProxy || node instanceof Text$1) { + if (node instanceof TextProxy || node instanceof Text) { return node.getAttributes(); } if (!schema.isInline(node)) { @@ -34974,7 +35160,8 @@ function getTextAttributes(node, schema) { const attributes = []; // Collect all attributes that can be applied to the text node. for (const [key, value] of node.getAttributes()) { - if (schema.checkAttribute('$text', key)) { + if (schema.checkAttribute('$text', key) && + schema.getAttributeProperties(key).copyFromObject !== false) { attributes.push([key, value]); } } @@ -35735,7 +35922,7 @@ class DowncastHelpers extends ConversionHelpers { * ```ts * // Using a custom function which is the same as the default conversion: * editor.conversion.for( 'dataDowncast' ).markerToData( { - * model: 'comment' + * model: 'comment', * view: markerName => ( { * group: 'comment', * name: markerName.substr( 8 ) // Removes 'comment:' part. @@ -35744,7 +35931,7 @@ class DowncastHelpers extends ConversionHelpers { * * // Using the converter priority: * editor.conversion.for( 'dataDowncast' ).markerToData( { - * model: 'comment' + * model: 'comment', * view: markerName => ( { * group: 'comment', * name: markerName.substr( 8 ) // Removes 'comment:' part. @@ -35896,7 +36083,7 @@ function convertRangeSelection() { * converted, broken attributes might be merged again, or the position where the selection is may be wrapped * with different, appropriate attribute elements. * - * See also {@link module:engine/conversion/downcasthelpers~clearAttributes} which does a clean-up + * See also {@link module:engine/conversion/downcasthelpers~cleanSelection} which does a clean-up * by merging attributes. * * @returns Selection converter. @@ -35918,7 +36105,7 @@ function convertCollapsedSelection() { }; } /** - * Function factory that creates a converter which clears artifacts after the previous + * Function factory that creates a converter which cleans artifacts after the previous * {@link module:engine/model/selection~Selection model selection} conversion. It removes all empty * {@link module:engine/view/attributeelement~AttributeElement view attribute elements} and merges sibling attributes at all start and end * positions of all ranges. @@ -35937,7 +36124,7 @@ function convertCollapsedSelection() { * This listener should be assigned before any converter for the new selection: * * ```ts - * modelDispatcher.on( 'selection', clearAttributes() ); + * modelDispatcher.on( 'cleanSelection', cleanSelection() ); * ``` * * See {@link module:engine/conversion/downcasthelpers~convertCollapsedSelection} @@ -35945,7 +36132,7 @@ function convertCollapsedSelection() { * * @returns Selection converter. */ -function clearAttributes() { +function cleanSelection() { return (evt, data, conversionApi) => { const viewWriter = conversionApi.writer; const viewSelection = viewWriter.document.selection; @@ -37216,8 +37403,7 @@ function defaultConsumer(item, consumable, { preflight } = {}) { */ function autoParagraphEmptyRoots(writer) { const { schema, document } = writer.model; - for (const rootName of document.getRootNames()) { - const root = document.getRoot(rootName); + for (const root of document.getRoots()) { if (root.isEmpty && !schema.checkChild(root, '$text')) { // If paragraph element is allowed in the root, create paragraph element. if (schema.checkChild(root, 'paragraph')) { @@ -37438,7 +37624,7 @@ class UpcastHelpers extends ConversionHelpers { *
foo
-->
foo
* ``` * - * Above, `class="dark"` attribute is added only to the `
` elements that has it. This is in contrary to + * Above, `class="dark"` attribute is added only to the `
` elements that has it. This is in contrast to * {@link module:engine/conversion/upcasthelpers~UpcastHelpers#elementToAttribute} which sets attributes for * all the children in the model: * @@ -38519,7 +38705,7 @@ class EditingController extends ObservableMixin() { this.downcastDispatcher.on('insert', insertAttributesAndChildren(), { priority: 'lowest' }); this.downcastDispatcher.on('remove', remove(), { priority: 'low' }); // Attach default model selection converters. - this.downcastDispatcher.on('selection', clearAttributes(), { priority: 'high' }); + this.downcastDispatcher.on('cleanSelection', cleanSelection()); this.downcastDispatcher.on('selection', convertRangeSelection(), { priority: 'low' }); this.downcastDispatcher.on('selection', convertCollapsedSelection(), { priority: 'low' }); // Binds {@link module:engine/view/document~Document#roots view roots collection} to @@ -39782,7 +39968,7 @@ class Schema extends ObservableMixin() { const firstPosition = selection.getFirstPosition(); const context = [ ...firstPosition.getAncestors(), - new Text$1('', selection.getAttributes()) + new Text('', selection.getAttributes()) ]; // Check whether schema allows for a text with the attribute in the selection. return this.checkAttribute(context, attribute); @@ -39836,6 +40022,11 @@ class Schema extends ObservableMixin() { * @returns Nearest selection range or `null` if one cannot be found. */ getNearestSelectionRange(position, direction = 'both') { + if (position.root.rootName == '$graveyard') { + // No valid selection range in the graveyard. + // This is important when getting the document selection default range. + return null; + } // Return collapsed range if provided position is valid. if (this.checkChild(position, '$text')) { return new Range(position); @@ -40991,7 +41182,7 @@ class DataController extends EmitterMixin() { this.upcastDispatcher = new UpcastDispatcher({ schema: model.schema }); - this.viewDocument = new Document$1(stylesProcessor); + this.viewDocument = new Document$2(stylesProcessor); this.stylesProcessor = stylesProcessor; this.htmlProcessor = new HtmlDataProcessor(this.viewDocument); this.processor = this.htmlProcessor; @@ -42189,10 +42380,10 @@ function _normalizeNodes(nodes) { const normalized = []; function convert(nodes) { if (typeof nodes == 'string') { - normalized.push(new Text$1(nodes)); + normalized.push(new Text(nodes)); } else if (nodes instanceof TextProxy) { - normalized.push(new Text$1(nodes.data, nodes.getAttributes())); + normalized.push(new Text(nodes.data, nodes.getAttributes())); } else if (nodes instanceof Node$1) { normalized.push(nodes); @@ -42209,9 +42400,9 @@ function _normalizeNodes(nodes) { for (let i = 1; i < normalized.length; i++) { const node = normalized[i]; const prev = normalized[i - 1]; - if (node instanceof Text$1 && prev instanceof Text$1 && _haveSameAttributes(node, prev)) { + if (node instanceof Text && prev instanceof Text && _haveSameAttributes(node, prev)) { // Doing this instead changing `prev.data` because `data` is readonly. - normalized.splice(i - 1, 2, new Text$1(prev.data + node.data, prev.getAttributes())); + normalized.splice(i - 1, 2, new Text(prev.data + node.data, prev.getAttributes())); i--; } } @@ -42232,7 +42423,7 @@ function _mergeNodesAtIndex(element, index) { // Check if both of those nodes are text objects with same attributes. if (nodeBefore && nodeAfter && nodeBefore.is('$text') && nodeAfter.is('$text') && _haveSameAttributes(nodeBefore, nodeAfter)) { // Append text of text node after index to the before one. - const mergedNode = new Text$1(nodeBefore.data + nodeAfter.data, nodeBefore.getAttributes()); + const mergedNode = new Text(nodeBefore.data + nodeAfter.data, nodeBefore.getAttributes()); // Remove separate text nodes. element._removeChildren(index - 1, 2); // Insert merged text node. @@ -42252,8 +42443,8 @@ function _splitNodeAtPosition(position) { const offsetDiff = position.offset - textNode.startOffset; const index = textNode.index; element._removeChildren(index, 1); - const firstPart = new Text$1(textNode.data.substr(0, offsetDiff), textNode.getAttributes()); - const secondPart = new Text$1(textNode.data.substr(offsetDiff), textNode.getAttributes()); + const firstPart = new Text(textNode.data.substr(0, offsetDiff), textNode.getAttributes()); + const secondPart = new Text(textNode.data.substr(offsetDiff), textNode.getAttributes()); element._insertChild(index, [firstPart, secondPart]); } } @@ -42545,7 +42736,7 @@ class InsertOperation extends Operation { } else { // Otherwise, it is a Text node. - children.push(Text$1.fromJSON(child)); + children.push(Text.fromJSON(child)); } } const insert = new InsertOperation(Position.fromJSON(json.position, document), children, json.baseVersion); @@ -43488,29 +43679,6 @@ class RootOperation extends Operation { getReversed() { return new RootOperation(this.rootName, this.elementName, !this.isAdd, this._document, this.baseVersion + 1); } - /** - * @inheritDoc - */ - _validate() { - // Keep in mind that at this point the root will always exist as it was created in the `constructor()`, even for detach operation. - const root = this._document.getRoot(this.rootName); - if (root.isAttached() && this.isAdd) { - /** - * Trying to attach a root that is already attached. - * - * @error root-operation-root-attached - */ - throw new CKEditorError('root-operation-root-attached', this); - } - else if (!root.isAttached() && !this.isAdd) { - /** - * Trying to detach a root that is already detached. - * - * @error root-operation-root-detached - */ - throw new CKEditorError('root-operation-root-detached', this); - } - } /** * @inheritDoc */ @@ -45199,8 +45367,8 @@ setTransformation(RootAttributeOperation, RootAttributeOperation, (a, b, context return [a]; }); // ----------------------- -setTransformation(RootOperation, RootOperation, (a, b, context) => { - if (a.rootName === b.rootName && a.isAdd === b.isAdd && !context.bWasUndone) { +setTransformation(RootOperation, RootOperation, (a, b) => { + if (a.rootName === b.rootName && a.isAdd === b.isAdd) { return [new NoOperation(0)]; } return [a]; @@ -45809,6 +45977,9 @@ class Differ { // Marking changes in them would cause a "double" changing then. // const operation = operationToBuffer; + // Note: an operation that happens inside a non-loaded root will be ignored. If the operation happens partially inside + // a non-loaded root, that part will be ignored (this may happen for move or marker operations). + // switch (operation.type) { case 'insert': { if (this._isInInsertedElement(operation.position.parent)) { @@ -45894,12 +46065,23 @@ class Differ { } case 'detachRoot': case 'addRoot': { + const root = operation.affectedSelectable; + if (!root._isLoaded) { + return; + } + // Don't buffer if the root state does not change. + if (root.isAttached() == operation.isAdd) { + return; + } this._bufferRootStateChange(operation.rootName, operation.isAdd); break; } case 'addRootAttribute': case 'removeRootAttribute': case 'changeRootAttribute': { + if (!operation.root._isLoaded) { + return; + } const rootName = operation.root.rootName; this._bufferRootAttributeChange(rootName, operation.key, operation.oldValue, operation.newValue); break; @@ -45916,20 +46098,24 @@ class Differ { * @param newMarkerData Marker data after the change. */ bufferMarkerChange(markerName, oldMarkerData, newMarkerData) { - const buffered = this._changedMarkers.get(markerName); + if (oldMarkerData.range && oldMarkerData.range.root.is('rootElement') && !oldMarkerData.range.root._isLoaded) { + oldMarkerData.range = null; + } + if (newMarkerData.range && newMarkerData.range.root.is('rootElement') && !newMarkerData.range.root._isLoaded) { + newMarkerData.range = null; + } + let buffered = this._changedMarkers.get(markerName); if (!buffered) { - this._changedMarkers.set(markerName, { - newMarkerData, - oldMarkerData - }); + buffered = { newMarkerData, oldMarkerData }; + this._changedMarkers.set(markerName, buffered); } else { buffered.newMarkerData = newMarkerData; - if (buffered.oldMarkerData.range == null && newMarkerData.range == null) { - // The marker is going to be removed (`newMarkerData.range == null`) but it did not exist before the first buffered change - // (`buffered.oldMarkerData.range == null`). In this case, do not keep the marker in buffer at all. - this._changedMarkers.delete(markerName); - } + } + if (buffered.oldMarkerData.range == null && newMarkerData.range == null) { + // The marker is going to be removed (`newMarkerData.range == null`) but it did not exist before the first buffered change + // (`buffered.oldMarkerData.range == null`). In this case, do not keep the marker in buffer at all. + this._changedMarkers.delete(markerName); } } /** @@ -46211,7 +46397,7 @@ class Differ { } const diffItem = this._changedRoots.get(rootName); if (diffItem.state !== undefined) { - // Root `state` can only toggle between of the values ('attached' or 'detached') and no value. It cannot be any other way, + // Root `state` can only toggle between one of the values and no value. It cannot be any other way, // because if the root was originally attached it can only become detached. Then, if it is re-attached in the same batch of // changes, it gets back to "no change" (which means no value). Same if the root was originally detached. delete diffItem.state; @@ -46282,10 +46468,45 @@ class Differ { // Clear cache after each buffered operation as it is no longer valid. this._cachedChanges = null; } + /** + * Buffers all the data related to given root like it was all just added to the editor. + * + * Following changes are buffered: + * + * * root is attached, + * * all root content is inserted, + * * all root attributes are added, + * * all markers inside the root are added. + * + * @internal + */ + _bufferRootLoad(root) { + if (!root.isAttached()) { + return; + } + this._bufferRootStateChange(root.rootName, true); + this._markInsert(root, 0, root.maxOffset); + // Buffering root attribute changes makes sense and is actually needed, even though we buffer root state change above. + // Because the root state change is buffered, the root attributes changes are not returned by the differ. + // But, if the root attribute is removed in the same change block, or the root is detached, then the differ results would be wrong. + // + for (const key of root.getAttributeKeys()) { + this._bufferRootAttributeChange(root.rootName, key, null, root.getAttribute(key)); + } + for (const marker of this._markerCollection) { + if (marker.getRange().root == root) { + const markerData = marker.getData(); + this.bufferMarkerChange(marker.name, { ...markerData, range: null }, markerData); + } + } + } /** * Saves and handles an insert change. */ _markInsert(parent, offset, howMany) { + if (parent.root.is('rootElement') && !parent.root._isLoaded) { + return; + } const changeItem = { type: 'insert', offset, howMany, count: this._changeCount++ }; this._markChange(parent, changeItem); } @@ -46293,6 +46514,9 @@ class Differ { * Saves and handles a remove change. */ _markRemove(parent, offset, howMany) { + if (parent.root.is('rootElement') && !parent.root._isLoaded) { + return; + } const changeItem = { type: 'remove', offset, howMany, count: this._changeCount++ }; this._markChange(parent, changeItem); this._removeAllNestedChanges(parent, offset, howMany); @@ -46301,6 +46525,9 @@ class Differ { * Saves and handles an attribute change. */ _markAttribute(item) { + if (item.root.is('rootElement') && !item.root._isLoaded) { + return; + } const changeItem = { type: 'attribute', offset: item.startOffset, howMany: item.offsetSize, count: this._changeCount++ }; this._markChange(item.parent, changeItem); } @@ -47028,6 +47255,12 @@ class RootElement extends Element { * @internal */ this._isAttached = true; + /** + * Informs if the root element is loaded (default). + * + * @internal + */ + this._isLoaded = true; this._document = document; this.rootName = rootName; } @@ -47092,7 +47325,7 @@ const graveyardName = '$graveyard'; * However, the document may contain multiple roots – e.g. when the editor has multiple editable areas * (e.g. a title and a body of a message). */ -class Document extends EmitterMixin() { +class Document$1 extends EmitterMixin() { /** * Creates an empty document instance with no {@link #roots} (other than * the {@link #graveyard graveyard root}). @@ -47242,12 +47475,21 @@ class Document extends EmitterMixin() { * on the document data know which roots are still a part of the document and should be processed. * * @param includeDetached Specified whether detached roots should be returned as well. - * @returns Roots names. */ getRootNames(includeDetached = false) { + return this.getRoots(includeDetached).map(root => root.rootName); + } + /** + * Returns an array with all roots added to the document (except the {@link #graveyard graveyard root}). + * + * Detached roots **are not** returned by this method by default. This is to make sure that all features or algorithms that operate + * on the document data know which roots are still a part of the document and should be processed. + * + * @param includeDetached Specified whether detached roots should be returned as well. + */ + getRoots(includeDetached = false) { return Array.from(this.roots) - .filter(root => root.rootName != graveyardName && (includeDetached || root.isAttached())) - .map(root => root.rootName); + .filter(root => root != this.graveyard && (includeDetached || root.isAttached()) && root._isLoaded); } /** * Used to register a post-fixer callback. A post-fixer mechanism guarantees that the features @@ -47346,12 +47588,8 @@ class Document extends EmitterMixin() { * @returns The default root for this document. */ _getDefaultRoot() { - for (const root of this.roots) { - if (root !== this.graveyard) { - return root; - } - } - return this.graveyard; + const roots = this.getRoots(); + return roots.length ? roots[0] : this.graveyard; } /** * Returns the default range for this selection. The default range is a collapsed range that starts and ends @@ -48100,7 +48338,7 @@ class DocumentFragment extends TypeCheckable { } else { // Otherwise, it is a Text node. - children.push(Text$1.fromJSON(child)); + children.push(Text.fromJSON(child)); } } return new DocumentFragment(children); @@ -48161,7 +48399,7 @@ DocumentFragment.prototype.is = function (type) { function normalize(nodes) { // Separate condition because string is iterable. if (typeof nodes == 'string') { - return [new Text$1(nodes)]; + return [new Text(nodes)]; } if (!isIterable(nodes)) { nodes = [nodes]; @@ -48170,10 +48408,10 @@ function normalize(nodes) { return Array.from(nodes) .map(node => { if (typeof node == 'string') { - return new Text$1(node); + return new Text(node); } if (node instanceof TextProxy) { - return new Text$1(node.data, node.getAttributes()); + return new Text(node.data, node.getAttributes()); } return node; }); @@ -48230,7 +48468,7 @@ class Writer { * @returns {module:engine/model/text~Text} Created text node. */ createText(data, attributes) { - return new Text$1(data, attributes); + return new Text(data, attributes); } /** * Creates a new {@link module:engine/model/element~Element element}. @@ -48313,7 +48551,7 @@ class Writer { */ insert(item, itemOrPosition, offset = 0) { this._assertWriterUsedCorrectly(); - if (item instanceof Text$1 && item.data == '') { + if (item instanceof Text && item.data == '') { return; } const position = Position._createAt(itemOrPosition, offset); @@ -48345,7 +48583,7 @@ class Writer { } const version = position.root.document ? position.root.document.version : null; const insert = new InsertOperation(position, item, version); - if (item instanceof Text$1) { + if (item instanceof Text) { insert.shouldReceiveAttributes = true; } this.batch.addOperation(insert); @@ -51132,7 +51370,7 @@ class Model$1 extends ObservableMixin() { constructor() { super(); this.markers = new MarkerCollection(); - this.document = new Document(this); + this.document = new Document$1(this); this.schema = new Schema(); this._pendingChanges = []; this._currentWriter = null; @@ -51888,7 +52126,6 @@ class Model$1 extends ObservableMixin() { /** * Common part of {@link module:engine/model/model~Model#change} and {@link module:engine/model/model~Model#enqueueChange} * which calls callbacks and returns array of values returned by these callbacks. - * */ _runPendingChanges() { const ret = []; @@ -52051,7 +52288,7 @@ class UpcastWriter { * @returns The created text node. */ createText(data) { - return new Text$2(this.document, data); + return new Text$1(this.document, data); } /** * Clones the provided element. @@ -53003,7 +53240,7 @@ function addPaddingRules(stylesProcessor) { }/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license - */var index$7=/*#__PURE__*/Object.freeze({__proto__:null,EditingController:EditingController,DataController:DataController,Conversion:Conversion,HtmlDataProcessor:HtmlDataProcessor,InsertOperation:InsertOperation,MoveOperation:MoveOperation,MergeOperation:MergeOperation,SplitOperation:SplitOperation,MarkerOperation:MarkerOperation,OperationFactory:OperationFactory,AttributeOperation:AttributeOperation,RenameOperation:RenameOperation,RootAttributeOperation:RootAttributeOperation,RootOperation:RootOperation,NoOperation:NoOperation,transformSets:transformSets,DocumentSelection:DocumentSelection,Range:Range,LiveRange:LiveRange,LivePosition:LivePosition,Model:Model$1,TreeWalker:TreeWalker,Element:Element,Position:Position,DocumentFragment:DocumentFragment,History:History,Text:Text$1,TextProxy:TextProxy,findOptimalInsertionRange:findOptimalInsertionRange$1,DataTransfer:DataTransfer,DomConverter:DomConverter,Renderer:Renderer,View:View,ViewDocument:Document$1,ViewText:Text$2,ViewElement:Element$1,ViewContainerElement:ContainerElement,ViewEditableElement:EditableElement,ViewRootEditableElement:RootEditableElement,ViewAttributeElement:AttributeElement,ViewEmptyElement:EmptyElement,ViewRawElement:RawElement,ViewUIElement:UIElement,ViewDocumentFragment:DocumentFragment$1,ViewTreeWalker:TreeWalker$1,AttributeElement:AttributeElement,getFillerOffset:getFillerOffset$5,Observer:Observer,ClickObserver:ClickObserver,DomEventObserver:DomEventObserver,MouseObserver:MouseObserver,TabObserver:TabObserver,DowncastWriter:DowncastWriter,UpcastWriter:UpcastWriter,Matcher:Matcher,BubblingEventInfo:BubblingEventInfo,DomEventData:DomEventData,StylesProcessor:StylesProcessor,enablePlaceholder:enablePlaceholder,disablePlaceholder:disablePlaceholder,showPlaceholder:showPlaceholder,hidePlaceholder:hidePlaceholder,needsPlaceholder:needsPlaceholder,addBackgroundRules:addBackgroundRules,addBorderRules:addBorderRules,addMarginRules:addMarginRules,addPaddingRules:addPaddingRules,isColor:isColor,isLineStyle:isLineStyle,isLength:isLength,isPercentage:isPercentage,isRepeat:isRepeat,isPosition:isPosition,isAttachment:isAttachment,isURL:isURL,getBoxSidesValues:getBoxSidesValues,getBoxSidesValueReducer:getBoxSidesValueReducer,getBoxSidesShorthandValue:getBoxSidesShorthandValue,getPositionShorthandNormalizer:getPositionShorthandNormalizer,getShorthandValues:getShorthandValues});/** + */var index$7=/*#__PURE__*/Object.freeze({__proto__:null,EditingController:EditingController,DataController:DataController,Conversion:Conversion,HtmlDataProcessor:HtmlDataProcessor,InsertOperation:InsertOperation,MoveOperation:MoveOperation,MergeOperation:MergeOperation,SplitOperation:SplitOperation,MarkerOperation:MarkerOperation,OperationFactory:OperationFactory,AttributeOperation:AttributeOperation,RenameOperation:RenameOperation,RootAttributeOperation:RootAttributeOperation,RootOperation:RootOperation,NoOperation:NoOperation,transformSets:transformSets,DocumentSelection:DocumentSelection,Range:Range,LiveRange:LiveRange,LivePosition:LivePosition,Model:Model$1,TreeWalker:TreeWalker,Element:Element,Position:Position,DocumentFragment:DocumentFragment,History:History,Text:Text,TextProxy:TextProxy,findOptimalInsertionRange:findOptimalInsertionRange$1,DataTransfer:DataTransfer,DomConverter:DomConverter,Renderer:Renderer,View:View,ViewDocument:Document$2,ViewText:Text$1,ViewElement:Element$1,ViewContainerElement:ContainerElement,ViewEditableElement:EditableElement,ViewRootEditableElement:RootEditableElement,ViewAttributeElement:AttributeElement,ViewEmptyElement:EmptyElement,ViewRawElement:RawElement,ViewUIElement:UIElement,ViewDocumentFragment:DocumentFragment$1,ViewTreeWalker:TreeWalker$1,AttributeElement:AttributeElement,getFillerOffset:getFillerOffset$5,Observer:Observer,ClickObserver:ClickObserver,DomEventObserver:DomEventObserver,MouseObserver:MouseObserver,TabObserver:TabObserver,FocusObserver:FocusObserver,DowncastWriter:DowncastWriter,UpcastWriter:UpcastWriter,Matcher:Matcher,BubblingEventInfo:BubblingEventInfo,DomEventData:DomEventData,StylesProcessor:StylesProcessor,enablePlaceholder:enablePlaceholder,disablePlaceholder:disablePlaceholder,showPlaceholder:showPlaceholder,hidePlaceholder:hidePlaceholder,needsPlaceholder:needsPlaceholder,addBackgroundRules:addBackgroundRules,addBorderRules:addBorderRules,addMarginRules:addMarginRules,addPaddingRules:addPaddingRules,isColor:isColor,isLineStyle:isLineStyle,isLength:isLength,isPercentage:isPercentage,isRepeat:isRepeat,isPosition:isPosition,isAttachment:isAttachment,isURL:isURL,getBoxSidesValues:getBoxSidesValues,getBoxSidesValueReducer:getBoxSidesValueReducer,getBoxSidesShorthandValue:getBoxSidesShorthandValue,getPositionShorthandNormalizer:getPositionShorthandNormalizer,getShorthandValues:getShorthandValues});/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -53690,11 +53927,11 @@ class PendingActions extends ContextPlugin { [Symbol.iterator]() { return this._actions[Symbol.iterator](); } -}var cancel = ""; +}var cancelButtonIcon = ""; var caption = ""; -var check = ""; +var checkButtonIcon = ""; var cog = ""; -var eraser = ""; +var removeButtonIcon = ""; var lowVision = ""; var image = ""; var alignBottom = ""; @@ -53730,11 +53967,11 @@ var importExport = ".ck-splitbutton__arrow:focus:after,.ck.ck-splitbutton:hover>.ck-splitbutton__arrow:focus:after{--ck-color-split-button-hover-border:var(--ck-color-focus-border)}[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,[dir=ltr] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{left:-1px}[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,[dir=rtl] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{right:-1px}.ck.ck-splitbutton.ck-splitbutton_open{border-radius:0}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__action{border-bottom-left-radius:0}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__arrow{border-bottom-right-radius:0}"; -styleInject(css_248z$T);/** +}var css_248z$U = ".ck.ck-splitbutton{font-size:inherit}.ck.ck-splitbutton .ck-splitbutton__action:focus{z-index:calc(var(--ck-z-default) + 1)}:root{--ck-color-split-button-hover-background:#ebebeb;--ck-color-split-button-hover-border:#b3b3b3}[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,[dir=ltr] .ck.ck-splitbutton:hover>.ck-splitbutton__action{border-bottom-right-radius:unset;border-top-right-radius:unset}[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,[dir=rtl] .ck.ck-splitbutton:hover>.ck-splitbutton__action{border-bottom-left-radius:unset;border-top-left-radius:unset}.ck.ck-splitbutton>.ck-splitbutton__arrow{min-width:unset}[dir=ltr] .ck.ck-splitbutton>.ck-splitbutton__arrow{border-bottom-left-radius:unset;border-top-left-radius:unset}[dir=rtl] .ck.ck-splitbutton>.ck-splitbutton__arrow{border-bottom-right-radius:unset;border-top-right-radius:unset}.ck.ck-splitbutton>.ck-splitbutton__arrow svg{width:var(--ck-dropdown-arrow-size)}.ck.ck-splitbutton>.ck-splitbutton__arrow:not(:focus){border-bottom-width:0;border-top-width:0}.ck.ck-splitbutton.ck-splitbutton_open>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover),.ck.ck-splitbutton:hover>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover){background:var(--ck-color-split-button-hover-background)}.ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,.ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{background-color:var(--ck-color-split-button-hover-border);content:\"\";height:100%;position:absolute;width:1px}.ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:focus:after,.ck.ck-splitbutton:hover>.ck-splitbutton__arrow:focus:after{--ck-color-split-button-hover-border:var(--ck-color-focus-border)}[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,[dir=ltr] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{left:-1px}[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,[dir=rtl] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{right:-1px}.ck.ck-splitbutton.ck-splitbutton_open{border-radius:0}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__action{border-bottom-left-radius:0}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__arrow{border-bottom-right-radius:0}"; +styleInject(css_248z$U);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -54751,9 +54988,9 @@ class SplitButtonView extends View$1 { arrowView.delegate('execute').to(this, 'open'); return arrowView; } -}var css_248z$S = ":root{--ck-toolbar-dropdown-max-width:60vw}.ck.ck-toolbar-dropdown>.ck-dropdown__panel{max-width:var(--ck-toolbar-dropdown-max-width);width:max-content}.ck.ck-toolbar-dropdown>.ck-dropdown__panel .ck-button:focus{z-index:calc(var(--ck-z-default) + 1)}.ck.ck-toolbar-dropdown .ck-toolbar{border:0}"; -styleInject(css_248z$S);var css_248z$R = ".ck.ck-dropdown .ck-dropdown__panel .ck-list{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list,.ck.ck-dropdown .ck-dropdown__panel .ck-list.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0}.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button,.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0}.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button,.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}"; -styleInject(css_248z$R);/** +}var css_248z$T = ":root{--ck-toolbar-dropdown-max-width:60vw}.ck.ck-toolbar-dropdown>.ck-dropdown__panel{max-width:var(--ck-toolbar-dropdown-max-width);width:max-content}.ck.ck-toolbar-dropdown>.ck-dropdown__panel .ck-button:focus{z-index:calc(var(--ck-z-default) + 1)}.ck.ck-toolbar-dropdown .ck-toolbar{border:0}"; +styleInject(css_248z$T);var css_248z$S = ".ck.ck-dropdown .ck-dropdown__panel .ck-list{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list,.ck.ck-dropdown .ck-dropdown__panel .ck-list.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0}.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button,.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0}.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button,.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}"; +styleInject(css_248z$S);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -55090,7 +55327,10 @@ function closeDropdownOnClickOutside(dropdownView) { callback: () => { dropdownView.isOpen = false; }, - contextElements: [dropdownView.element] + contextElements: () => [ + dropdownView.element, + ...dropdownView.focusTracker._elements + ] }); }); } @@ -55649,12 +55889,15 @@ class HexBase extends ColorPicker { */ class HexColorPicker extends HexBase { } -customElements.define('hex-color-picker', HexColorPicker);var css_248z$Q = ".color-picker-hex-input{width:max-content}.color-picker-hex-input .ck.ck-input{min-width:unset}.ck.ck-color-picker__row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.ck.ck-color-picker__row .ck-color-picker__hash-view{padding-right:var(--ck-spacing-medium);padding-top:var(--ck-spacing-tiny)}"; -styleInject(css_248z$Q);/** +customElements.define('hex-color-picker', HexColorPicker);var css_248z$R = ".color-picker-hex-input{width:max-content}.color-picker-hex-input .ck.ck-input{min-width:unset}.ck.ck-color-picker__row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin:var(--ck-spacing-large) 0 0;width:unset}.ck.ck-color-picker__row .ck.ck-labeled-field-view{padding-top:unset}.ck.ck-color-picker__row .ck.ck-input-text{width:unset}.ck.ck-color-picker__row .ck-color-picker__hash-view{padding-right:var(--ck-spacing-medium);padding-top:var(--ck-spacing-tiny)}"; +styleInject(css_248z$R);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ const waitingTime = 150; +/** + * A class which represents a color picker with an input field for defining custom colors. + */ class ColorPickerView extends View$1 { /** * Creates a view of color picker. @@ -55662,14 +55905,17 @@ class ColorPickerView extends View$1 { * @param locale * @param config */ - constructor(locale, config) { + constructor(locale, config = {}) { super(locale); - this.set('color', ''); - this.set('_hexColor', ''); - this._format = config.format || 'hsl'; + this.set({ + color: '', + _hexColor: '' + }); this.hexInputRow = this._createInputRow(); const children = this.createCollection(); - children.add(this.hexInputRow); + if (!config.hideInput) { + children.add(this.hexInputRow); + } this.setTemplate({ tag: 'div', attributes: { @@ -55678,21 +55924,27 @@ class ColorPickerView extends View$1 { }, children }); + this._config = config; this._debounceColorPickerEvent = debounce((color) => { + // At first, set the color internally in the component. It's converted to the configured output format. this.set('color', color); + // Then let the outside world know that the user changed the color. + this.fire('colorSelected', { color: this.color }); }, waitingTime, { leading: true }); - // Sets color in the picker if color was updated. + // The `color` property holds the color in the configured output format. + // Ensure it before actually setting the value. this.on('set:color', (evt, propertyName, newValue) => { - // The color needs always to be kept in the output format. - evt.return = convertColor(newValue, this._format); + evt.return = convertColor(newValue, this._config.format || 'hsl'); }); + // The `_hexColor` property is bound to the `color` one, but requires conversion. this.on('change:color', () => { this._hexColor = convertColorToCommonHexFormat(this.color); }); this.on('change:_hexColor', () => { - // Should update color in color picker when its not focused + // Update the selected color in the color picker palette when it's not focused. + // It means the user typed the color in the input. if (document.activeElement !== this.picker) { this.picker.setAttribute('color', this._hexColor); } @@ -55713,7 +55965,12 @@ class ColorPickerView extends View$1 { this.picker.setAttribute('tabindex', '-1'); this._createSlidersView(); if (this.element) { - this.element.insertBefore(this.picker, this.hexInputRow.element); + if (this.hexInputRow.element) { + this.element.insertBefore(this.picker, this.hexInputRow.element); + } + else { + this.element.appendChild(this.picker); + } // Create custom stylesheet with a look of focused pointer in color picker and append it into the color picker shadowDom const styleSheetForFocusedColorPicker = document.createElement('style'); styleSheetForFocusedColorPicker.textContent = '[role="slider"]:focus [part$="pointer"] {' + @@ -55742,7 +55999,7 @@ class ColorPickerView extends View$1 { // See: https://github.com/cksource/ckeditor5-internal/issues/3245, https://github.com/ckeditor/ckeditor5/issues/14119, // https://github.com/cksource/ckeditor5-internal/issues/3268. /* istanbul ignore next -- @preserve */ - if (env.isGecko || env.isiOS || env.isSafari) { + if (!this._config.hideInput && (env.isGecko || env.isiOS || env.isSafari)) { const input = this.hexInputRow.children.get(1); input.focus(); } @@ -55850,7 +56107,7 @@ class SliderView extends View$1 { this.element.focus(); } } -// View abstaction over the `#` character before color input. +// View abstraction over the `#` character before color input. class HashView extends View$1 { constructor(locale) { super(locale); @@ -55895,6 +56152,765 @@ class ColorPickerInputRowView extends View$1 { * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ +/** + * A collection to store document colors. It enforces colors to be unique. + */ +class DocumentColorCollection extends ObservableMixin((Collection)) { + constructor(options) { + super(options); + this.set('isEmpty', true); + this.on('change', () => { + this.set('isEmpty', this.length === 0); + }); + } + /** + * Adds a color to the document color collection. + * + * This method ensures that no color duplicates are inserted (compared using + * the color value of the {@link module:ui/colorgrid/colorgridview~ColorDefinition}). + * + * If the item does not have an ID, it will be automatically generated and set on the item. + * + * @param index The position of the item in the collection. The item is pushed to the collection when `index` is not specified. + * @fires add + * @fires change + */ + add(item, index) { + if (this.find(element => element.color === item.color)) { + // No duplicates are allowed. + return this; + } + return super.add(item, index); + } + /** + * Checks if an object with given colors is present in the document color collection. + */ + hasColor(color) { + return !!this.find(item => item.color === color); + } +}var colorPaletteIcon = ""; +/** + * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * One of the fragments of {@link module:ui/colorselector/colorselectorview~ColorSelectorView}. + * + * It provides a UI that allows users to select colors from the a predefined set and from existing document colors. + * + * It consists of the following sub–components: + * + * * A "Remove color" button, + * * A static {@link module:ui/colorgrid/colorgridview~ColorGridView} of colors defined in the configuration, + * * A dynamic {@link module:ui/colorgrid/colorgridview~ColorGridView} of colors used in the document. + * * If color picker is configured, the "Color Picker" button is visible too. + */ +class ColorGridsFragmentView extends View$1 { + /** + * Creates an instance of the view. + * + * @param locale The localization services instance. + * @param colors An array with definitions of colors to be displayed in the table. + * @param columns The number of columns in the color grid. + * @param removeButtonLabel The label of the button responsible for removing the color. + * @param colorPickerLabel The label of the button responsible for color picker appearing. + * @param documentColorsLabel The label for the section with the document colors. + * @param documentColorsCount The number of colors in the document colors section inside the color dropdown. + * @param focusTracker Tracks information about the DOM focus in the list. + * @param focusables A collection of views that can be focused in the view. + */ + constructor(locale, { colors, columns, removeButtonLabel, documentColorsLabel, documentColorsCount, colorPickerLabel, focusTracker, focusables }) { + super(locale); + const bind = this.bindTemplate; + this.set('isVisible', true); + this.focusTracker = focusTracker; + this.items = this.createCollection(); + this.colorDefinitions = colors; + this.columns = columns; + this.documentColors = new DocumentColorCollection(); + this.documentColorsCount = documentColorsCount; + this._focusables = focusables; + this._removeButtonLabel = removeButtonLabel; + this._colorPickerLabel = colorPickerLabel; + this._documentColorsLabel = documentColorsLabel; + this.setTemplate({ + tag: 'div', + attributes: { + class: [ + 'ck-color-grids-fragment', + bind.if('isVisible', 'ck-hidden', value => !value) + ] + }, + children: this.items + }); + this.removeColorButtonView = this._createRemoveColorButton(); + this.items.add(this.removeColorButtonView); + } + /** + * Scans through the editor model and searches for text node attributes with the given attribute name. + * Found entries are set as document colors. + * + * All the previously stored document colors will be lost in the process. + * + * @param model The model used as a source to obtain the document colors. + * @param attributeName Determines the name of the related model's attribute for a given dropdown. + */ + updateDocumentColors(model, attributeName) { + const document = model.document; + const maxCount = this.documentColorsCount; + this.documentColors.clear(); + for (const root of document.getRoots()) { + const range = model.createRangeIn(root); + for (const node of range.getItems()) { + if (node.is('$textProxy') && node.hasAttribute(attributeName)) { + this._addColorToDocumentColors(node.getAttribute(attributeName)); + if (this.documentColors.length >= maxCount) { + return; + } + } + } + } + } + /** + * Refreshes the state of the selected color in one or both {@link module:ui/colorgrid/colorgridview~ColorGridView}s + * available in the {@link module:ui/colorselector/colorselectorview~ColorSelectorView}. It guarantees that the selection will + * occur only in one of them. + */ + updateSelectedColors() { + const documentColorsGrid = this.documentColorsGrid; + const staticColorsGrid = this.staticColorsGrid; + const selectedColor = this.selectedColor; + staticColorsGrid.selectedColor = selectedColor; + if (documentColorsGrid) { + documentColorsGrid.selectedColor = selectedColor; + } + } + /** + * @inheritDoc + */ + render() { + super.render(); + this.staticColorsGrid = this._createStaticColorsGrid(); + this.items.add(this.staticColorsGrid); + if (this.documentColorsCount) { + // Create a label for document colors. + const bind = Template.bind(this.documentColors, this.documentColors); + const label = new LabelView(this.locale); + label.text = this._documentColorsLabel; + label.extendTemplate({ + attributes: { + class: [ + 'ck', + 'ck-color-grid__label', + bind.if('isEmpty', 'ck-hidden') + ] + } + }); + this.items.add(label); + this.documentColorsGrid = this._createDocumentColorsGrid(); + this.items.add(this.documentColorsGrid); + } + this._createColorPickerButton(); + this._addColorSelectorElementsToFocusTracker(); + this.focus(); + } + /** + * Focuses the component. + */ + focus() { + this.removeColorButtonView.focus(); + } + /** + * @inheritDoc + */ + destroy() { + super.destroy(); + } + /** + * Handles displaying the color picker button (if it was previously created) and making it focusable. + */ + addColorPickerButton() { + if (this.colorPickerButtonView) { + this.items.add(this.colorPickerButtonView); + this.focusTracker.add(this.colorPickerButtonView.element); + this._focusables.add(this.colorPickerButtonView); + } + } + /** + * Adds color selector elements to focus tracker. + */ + _addColorSelectorElementsToFocusTracker() { + this.focusTracker.add(this.removeColorButtonView.element); + this._focusables.add(this.removeColorButtonView); + if (this.staticColorsGrid) { + this.focusTracker.add(this.staticColorsGrid.element); + this._focusables.add(this.staticColorsGrid); + } + if (this.documentColorsGrid) { + this.focusTracker.add(this.documentColorsGrid.element); + this._focusables.add(this.documentColorsGrid); + } + } + /** + * Creates the button responsible for displaying the color picker component. + */ + _createColorPickerButton() { + this.colorPickerButtonView = new ButtonView(); + this.colorPickerButtonView.set({ + label: this._colorPickerLabel, + withText: true, + icon: colorPaletteIcon, + class: 'ck-color-selector__color-picker' + }); + this.colorPickerButtonView.on('execute', () => { + this.fire('colorPicker:show'); + }); + } + /** + * Adds the remove color button as a child of the current view. + */ + _createRemoveColorButton() { + const buttonView = new ButtonView(); + buttonView.set({ + withText: true, + icon: removeButtonIcon, + label: this._removeButtonLabel + }); + buttonView.class = 'ck-color-selector__remove-color'; + buttonView.on('execute', () => { + this.fire('execute', { + value: null, + source: 'removeColorButton' + }); + }); + buttonView.render(); + return buttonView; + } + /** + * Creates a static color grid based on the editor configuration. + */ + _createStaticColorsGrid() { + const colorGrid = new ColorGridView(this.locale, { + colorDefinitions: this.colorDefinitions, + columns: this.columns + }); + colorGrid.on('execute', (evt, data) => { + this.fire('execute', { + value: data.value, + source: 'staticColorsGrid' + }); + }); + return colorGrid; + } + /** + * Creates the document colors section view and binds it to {@link #documentColors}. + */ + _createDocumentColorsGrid() { + const bind = Template.bind(this.documentColors, this.documentColors); + const documentColorsGrid = new ColorGridView(this.locale, { + columns: this.columns + }); + documentColorsGrid.extendTemplate({ + attributes: { + class: bind.if('isEmpty', 'ck-hidden') + } + }); + documentColorsGrid.items.bindTo(this.documentColors).using(colorObj => { + const colorTile = new ColorTileView(); + colorTile.set({ + color: colorObj.color, + hasBorder: colorObj.options && colorObj.options.hasBorder + }); + if (colorObj.label) { + colorTile.set({ + label: colorObj.label, + tooltip: true + }); + } + colorTile.on('execute', () => { + this.fire('execute', { + value: colorObj.color, + source: 'documentColorsGrid' + }); + }); + return colorTile; + }); + // Selected color should be cleared when document colors became empty. + this.documentColors.on('change:isEmpty', (evt, name, val) => { + if (val) { + documentColorsGrid.selectedColor = null; + } + }); + return documentColorsGrid; + } + /** + * Adds a given color to the document colors list. If possible, the method will attempt to use + * data from the {@link #colorDefinitions} (label, color options). + * + * @param color A string that stores the value of the recently applied color. + */ + _addColorToDocumentColors(color) { + const predefinedColor = this.colorDefinitions + .find(definition => definition.color === color); + if (!predefinedColor) { + this.documentColors.add({ + color, + label: color, + options: { + hasBorder: false + } + }); + } + else { + this.documentColors.add(Object.assign({}, predefinedColor)); + } + } +}/** + * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * One of the fragments of {@link module:ui/colorselector/colorselectorview~ColorSelectorView}. + * + * It allows users to select a color from a color picker. + * + * It consists of the following sub–components: + * + * * A color picker saturation and hue sliders, + * * A text input accepting colors in HEX format, + * * "Save" and "Cancel" action buttons. + */ +class ColorPickerFragmentView extends View$1 { + /** + * Creates an instance of the view. + * + * @param locale The localization services instance. + * @param focusTracker Tracks information about the DOM focus in the list. + * @param focusables A collection of views that can be focused in the view.. + * @param keystrokes An instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}. + * @param colorPickerViewConfig The configuration of color picker feature. If set to `false`, the color picker + * will not be rendered. + */ + constructor(locale, { focusTracker, focusables, keystrokes, colorPickerViewConfig }) { + super(locale); + this.items = this.createCollection(); + this.focusTracker = focusTracker; + this.keystrokes = keystrokes; + this.set('isVisible', false); + this.set('selectedColor', undefined); + this._focusables = focusables; + this._colorPickerViewConfig = colorPickerViewConfig; + const bind = this.bindTemplate; + const { saveButtonView, cancelButtonView } = this._createActionButtons(); + this.saveButtonView = saveButtonView; + this.cancelButtonView = cancelButtonView; + this.actionBarView = this._createActionBarView({ saveButtonView, cancelButtonView }); + this.setTemplate({ + tag: 'div', + attributes: { + class: [ + 'ck-color-picker-fragment', + bind.if('isVisible', 'ck-hidden', value => !value) + ] + }, + children: this.items + }); + } + /** + * @inheritDoc + */ + render() { + super.render(); + const colorPickerView = new ColorPickerView(this.locale, { + ...this._colorPickerViewConfig + }); + this.colorPickerView = colorPickerView; + this.colorPickerView.render(); + if (this.selectedColor) { + colorPickerView.color = this.selectedColor; + } + this.listenTo(this, 'change:selectedColor', (evt, name, value) => { + colorPickerView.color = value; + }); + this.items.add(this.colorPickerView); + this.items.add(this.actionBarView); + this._addColorPickersElementsToFocusTracker(); + this._stopPropagationOnArrowsKeys(); + this._executeOnEnterPress(); + this._executeUponColorChange(); + } + /** + * @inheritDoc + */ + destroy() { + super.destroy(); + } + /** + * Focuses the color picker. + */ + focus() { + this.colorPickerView.focus(); + } + /** + * When color picker is focused and "enter" is pressed it executes command. + */ + _executeOnEnterPress() { + this.keystrokes.set('enter', evt => { + if (this.isVisible && this.focusTracker.focusedElement !== this.cancelButtonView.element) { + this.fire('execute', { + value: this.selectedColor + }); + evt.stopPropagation(); + evt.preventDefault(); + } + }); + } + /** + * Removes default behavior of arrow keys in dropdown. + */ + _stopPropagationOnArrowsKeys() { + const stopPropagation = (data) => data.stopPropagation(); + this.keystrokes.set('arrowright', stopPropagation); + this.keystrokes.set('arrowleft', stopPropagation); + this.keystrokes.set('arrowup', stopPropagation); + this.keystrokes.set('arrowdown', stopPropagation); + } + /** + * Adds color picker elements to focus tracker. + */ + _addColorPickersElementsToFocusTracker() { + for (const slider of this.colorPickerView.slidersView) { + this.focusTracker.add(slider.element); + this._focusables.add(slider); + } + const input = this.colorPickerView.hexInputRow.children.get(1); + if (input.element) { + this.focusTracker.add(input.element); + this._focusables.add(input); + } + this.focusTracker.add(this.saveButtonView.element); + this._focusables.add(this.saveButtonView); + this.focusTracker.add(this.cancelButtonView.element); + this._focusables.add(this.cancelButtonView); + } + /** + * Creates bar containing "Save" and "Cancel" buttons. + */ + _createActionBarView({ saveButtonView, cancelButtonView }) { + const actionBarRow = new View$1(); + const children = this.createCollection(); + children.add(saveButtonView); + children.add(cancelButtonView); + actionBarRow.setTemplate({ + tag: 'div', + attributes: { + class: [ + 'ck', + 'ck-color-selector_action-bar' + ] + }, + children + }); + return actionBarRow; + } + /** + * Creates "Save" and "Cancel" buttons. + */ + _createActionButtons() { + const locale = this.locale; + const t = locale.t; + const saveButtonView = new ButtonView(locale); + const cancelButtonView = new ButtonView(locale); + saveButtonView.set({ + icon: checkButtonIcon, + class: 'ck-button-save', + type: 'button', + withText: false, + label: t('Accept') + }); + cancelButtonView.set({ + icon: cancelButtonIcon, + class: 'ck-button-cancel', + type: 'button', + withText: false, + label: t('Cancel') + }); + saveButtonView.on('execute', () => { + this.fire('execute', { + source: 'colorPickerSaveButton', + value: this.selectedColor + }); + }); + cancelButtonView.on('execute', () => { + this.fire('colorPicker:cancel'); + }); + return { + saveButtonView, cancelButtonView + }; + } + /** + * Fires the `execute` event if color in color picker has been changed + * by the user. + */ + _executeUponColorChange() { + this.colorPickerView.on('colorSelected', (evt, data) => { + this.fire('execute', { + value: data.color, + source: 'colorPicker' + }); + this.set('selectedColor', data.color); + }); + } +}var css_248z$Q = ".ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker,.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color{align-items:center;display:flex}[dir=rtl] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker,[dir=rtl] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color{justify-content:flex-start}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar{display:flex;flex-direction:row;justify-content:space-around}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar .ck-button-cancel,.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar .ck-button-save{flex:1}.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker,.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color{width:100%}.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker{border-bottom-left-radius:0;border-bottom-right-radius:0;padding:calc(var(--ck-spacing-standard)/2) var(--ck-spacing-standard)}.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker:not(:focus){border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker .ck.ck-icon{margin-right:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker .ck.ck-icon{margin-left:var(--ck-spacing-standard)}.ck.ck-color-selector .ck-color-grids-fragment label.ck.ck-color-grid__label{font-weight:unset}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker{padding:8px}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker{height:100px;min-width:180px}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(saturation){border-radius:var(--ck-border-radius) var(--ck-border-radius) 0 0}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(hue){border-radius:0 0 var(--ck-border-radius) var(--ck-border-radius)}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(hue-pointer),.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(saturation-pointer){height:15px;width:15px}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar{padding:0 8px 8px}"; +styleInject(css_248z$Q);/** + * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * The configurable color selector view class. It allows users to select colors from a predefined set of colors as well as from + * a color picker. + * + * This meta-view is is made of two components (fragments): + * + * * {@link module:ui/colorselector/colorselectorview~ColorSelectorView#colorGridsFragmentView}, + * * {@link module:ui/colorselector/colorselectorview~ColorSelectorView#colorPickerFragmentView}. + * + * ```ts + * const colorDefinitions = [ + * { color: '#000', label: 'Black', options: { hasBorder: false } }, + * { color: 'rgb(255, 255, 255)', label: 'White', options: { hasBorder: true } }, + * { color: 'red', label: 'Red', options: { hasBorder: false } } + * ]; + * + * const selectorView = new ColorSelectorView( locale, { + * colors: colorDefinitions, + * columns: 5, + * removeButtonLabel: 'Remove color', + * documentColorsLabel: 'Document colors', + * documentColorsCount: 4, + * colorPickerViewConfig: { + * format: 'hsl' + * } + * } ); + * + * selectorView.appendUI(); + * selectorView.selectedColor = 'red'; + * selectorView.updateSelectedColors(); + * + * selectorView.on( 'execute', ( evt, data ) => { + * console.log( 'Color changed', data.value, data.source ); + * } ); + * + * selectorView.on( 'colorPicker:show', ( evt ) => { + * console.log( 'Color picker showed up', evt ); + * } ); + * + * selectorView.on( 'colorPicker:cancel', ( evt ) => { + * console.log( 'Color picker cancel', evt ); + * } ); + * + * selectorView.render(); + * + * document.body.appendChild( selectorView.element ); + * ``` + */ +class ColorSelectorView extends View$1 { + /** + * Creates a view to be inserted as a child of {@link module:ui/dropdown/dropdownview~DropdownView}. + * + * @param locale The localization services instance. + * @param colors An array with definitions of colors to be displayed in the table. + * @param columns The number of columns in the color grid. + * @param removeButtonLabel The label of the button responsible for removing the color. + * @param colorPickerLabel The label of the button responsible for color picker appearing. + * @param documentColorsLabel The label for the section with the document colors. + * @param documentColorsCount The number of colors in the document colors section inside the color dropdown. + * @param colorPickerViewConfig The configuration of color picker feature. If set to `false`, the color picker will be hidden. + */ + constructor(locale, { colors, columns, removeButtonLabel, documentColorsLabel, documentColorsCount, colorPickerLabel, colorPickerViewConfig }) { + super(locale); + this.items = this.createCollection(); + this.focusTracker = new FocusTracker(); + this.keystrokes = new KeystrokeHandler(); + this._focusables = new ViewCollection(); + this._colorPickerViewConfig = colorPickerViewConfig; + this._focusCycler = new FocusCycler({ + focusables: this._focusables, + focusTracker: this.focusTracker, + keystrokeHandler: this.keystrokes, + actions: { + // Navigate list items backwards using the Shift + Tab keystroke. + focusPrevious: 'shift + tab', + // Navigate list items forwards using the Tab key. + focusNext: 'tab' + } + }); + this.colorGridsFragmentView = new ColorGridsFragmentView(locale, { + colors, columns, removeButtonLabel, documentColorsLabel, documentColorsCount, colorPickerLabel, + focusTracker: this.focusTracker, + focusables: this._focusables + }); + this.colorPickerFragmentView = new ColorPickerFragmentView(locale, { + focusables: this._focusables, + focusTracker: this.focusTracker, + keystrokes: this.keystrokes, + colorPickerViewConfig + }); + this.set('_isColorGridsFragmentVisible', true); + this.set('_isColorPickerFragmentVisible', false); + this.set('selectedColor', undefined); + this.colorGridsFragmentView.bind('isVisible').to(this, '_isColorGridsFragmentVisible'); + this.colorPickerFragmentView.bind('isVisible').to(this, '_isColorPickerFragmentVisible'); + /** + * This is kind of bindings. Unfortunately we could not use this.bind() method because the same property + * can not be bound twice. So this is work around how to bind 'selectedColor' property between components. + */ + this.on('change:selectedColor', (evt, evtName, data) => { + this.colorGridsFragmentView.set('selectedColor', data); + this.colorPickerFragmentView.set('selectedColor', data); + }); + this.colorGridsFragmentView.on('change:selectedColor', (evt, evtName, data) => { + this.set('selectedColor', data); + }); + this.colorPickerFragmentView.on('change:selectedColor', (evt, evtName, data) => { + this.set('selectedColor', data); + }); + this.setTemplate({ + tag: 'div', + attributes: { + class: [ + 'ck', + 'ck-color-selector' + ] + }, + children: this.items + }); + } + /** + * @inheritDoc + */ + render() { + super.render(); + // Start listening for the keystrokes coming from #element. + this.keystrokes.listenTo(this.element); + } + /** + * @inheritDoc + */ + destroy() { + super.destroy(); + this.focusTracker.destroy(); + this.keystrokes.destroy(); + } + /** + * Renders the internals of the component on demand: + * * {@link #colorPickerFragmentView}, + * * {@link #colorGridsFragmentView}. + * + * It allows for deferring component initialization to improve the performance. + * + * See {@link #showColorPickerFragment}, {@link #showColorGridsFragment}. + */ + appendUI() { + this._appendColorGridsFragment(); + if (this._colorPickerViewConfig) { + this._appendColorPickerFragment(); + } + } + /** + * Shows the {@link #colorPickerFragmentView} and hides the {@link #colorGridsFragmentView}. + * + * **Note**: It requires {@link #appendUI} to be called first. + * + * See {@link #showColorGridsFragment}, {@link ~ColorSelectorView#event:colorPicker:show}. + */ + showColorPickerFragment() { + if (!this.colorPickerFragmentView.colorPickerView || this._isColorPickerFragmentVisible) { + return; + } + this._isColorPickerFragmentVisible = true; + this.colorPickerFragmentView.focus(); + this._isColorGridsFragmentVisible = false; + } + /** + * Shows the {@link #colorGridsFragmentView} and hides the {@link #colorPickerFragmentView}. + * + * See {@link #showColorPickerFragment}. + * + * **Note**: It requires {@link #appendUI} to be called first. + */ + showColorGridsFragment() { + if (this._isColorGridsFragmentVisible) { + return; + } + this._isColorGridsFragmentVisible = true; + this.colorGridsFragmentView.focus(); + this._isColorPickerFragmentVisible = false; + } + /** + * Focuses the first focusable element in {@link #items}. + */ + focus() { + this._focusCycler.focusFirst(); + } + /** + * Focuses the last focusable element in {@link #items}. + */ + focusLast() { + this._focusCycler.focusLast(); + } + /** + * Scans through the editor model and searches for text node attributes with the given `attributeName`. + * Found entries are set as document colors in {@link #colorGridsFragmentView}. + * + * All the previously stored document colors will be lost in the process. + * + * @param model The model used as a source to obtain the document colors. + * @param attributeName Determines the name of the related model's attribute for a given dropdown. + */ + updateDocumentColors(model, attributeName) { + this.colorGridsFragmentView.updateDocumentColors(model, attributeName); + } + /** + * Refreshes the state of the selected color in one or both grids located in {@link #colorGridsFragmentView}. + * + * It guarantees that the selection will occur only in one of them. + */ + updateSelectedColors() { + this.colorGridsFragmentView.updateSelectedColors(); + } + /** + * Appends the view containing static and document color grid views. + */ + _appendColorGridsFragment() { + if (this.items.length) { + return; + } + this.items.add(this.colorGridsFragmentView); + this.colorGridsFragmentView.delegate('execute').to(this); + this.colorGridsFragmentView.delegate('colorPicker:show').to(this); + } + /** + * Appends the view with the color picker. + */ + _appendColorPickerFragment() { + if (this.items.length === 2) { + return; + } + this.items.add(this.colorPickerFragmentView); + if (this.colorGridsFragmentView.colorPickerButtonView) { + this.colorGridsFragmentView.colorPickerButtonView.on('execute', () => { + this.showColorPickerFragment(); + }); + } + this.colorGridsFragmentView.addColorPickerButton(); + this.colorPickerFragmentView.delegate('execute').to(this); + this.colorPickerFragmentView.delegate('colorPicker:cancel').to(this); + } +}/** + * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ /** * A helper class implementing the UI component ({@link module:ui/view~View view}) factory. * @@ -57577,8 +58593,13 @@ function getLowerCornerPosition(focusedEditableElement, config, getBalloonLeft) const firstScrollableEditableElementAncestor = findClosestScrollableAncestor(focusedEditableElement); if (firstScrollableEditableElementAncestor) { const firstScrollableEditableElementAncestorRect = new Rect(firstScrollableEditableElementAncestor); + const notVisibleVertically = visibleEditableElementRect.bottom + balloonRect.height / 2 > + firstScrollableEditableElementAncestorRect.bottom; + const notVisibleHorizontally = config.side === 'left' ? + editableElementRect.left < firstScrollableEditableElementAncestorRect.left : + editableElementRect.right > firstScrollableEditableElementAncestorRect.right; // The watermark cannot be positioned in this corner because the corner is "not visible enough". - if (visibleEditableElementRect.bottom + balloonRect.height / 2 > firstScrollableEditableElementAncestorRect.bottom) { + if (notVisibleVertically || notVisibleHorizontally) { return OFF_THE_SCREEN_POSITION; } } @@ -58005,7 +59026,7 @@ function getToolbarDefinitionWeight(toolbarDef) { weight--; } return weight; -}var css_248z$N = ":root{--ck-color-editable-blur-selection:#d9d9d9}.ck.ck-editor__editable:not(.ck-editor__nested-editable){border-radius:0}.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable){border-radius:var(--ck-border-radius)}.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable){border:var(--ck-focus-ring);box-shadow:var(--ck-inner-shadow),0 0;outline:none}.ck.ck-editor__editable_inline{border:1px solid transparent;overflow:auto;padding:0 var(--ck-spacing-standard)}.ck.ck-editor__editable_inline[dir=ltr]{text-align:left}.ck.ck-editor__editable_inline[dir=rtl]{text-align:right}.ck.ck-editor__editable_inline>:first-child{margin-top:var(--ck-spacing-large)}.ck.ck-editor__editable_inline>:last-child{margin-bottom:var(--ck-spacing-large)}.ck.ck-editor__editable_inline.ck-blurred ::selection{background:var(--ck-color-editable-blur-selection)}.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_n]:after{border-bottom-color:var(--ck-color-base-foreground)}.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_s]:after{border-top-color:var(--ck-color-base-foreground)}"; +}var css_248z$N = ":root{--ck-color-editable-blur-selection:#d9d9d9}.ck.ck-editor__editable:not(.ck-editor__nested-editable){border-radius:0}.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable){border-radius:var(--ck-border-radius)}.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable){border:var(--ck-focus-ring);box-shadow:var(--ck-inner-shadow),0 0;outline:none}.ck.ck-editor__editable_inline{border:1px solid transparent;overflow:auto;padding:0 var(--ck-spacing-standard)}.ck.ck-editor__editable_inline[dir=ltr]{text-align:left}.ck.ck-editor__editable_inline[dir=rtl]{text-align:right}.ck.ck-editor__editable_inline>:first-child{margin-top:var(--ck-spacing-large)}.ck.ck-editor__editable_inline>:last-child{margin-bottom:var(--ck-spacing-large)}.ck.ck-editor__editable_inline.ck-blurred ::selection{background:var(--ck-color-editable-blur-selection)}.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_n]:after{border-bottom-color:var(--ck-color-panel-background)}.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_s]:after{border-top-color:var(--ck-color-panel-background)}"; styleInject(css_248z$N);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license @@ -59169,8 +60190,9 @@ class StickyPanelView extends View$1 { this.set('limiterBottomOffset', 50); this.set('viewportTopOffset', 0); this.set('_marginLeft', null); - this.set('_isStickyToTheLimiter', false); - this.set('_hasViewportTopOffset', false); + this.set('_isStickyToTheBottomOfLimiter', false); + this.set('_stickyTopOffset', null); + this.set('_stickyBottomOffset', null); this.content = this.createCollection(); this._contentPanelPlaceholder = new Template({ tag: 'div', @@ -59182,7 +60204,7 @@ class StickyPanelView extends View$1 { style: { display: bind.to('isSticky', isSticky => isSticky ? 'block' : 'none'), height: bind.to('isSticky', isSticky => { - return isSticky ? toPx$4(this._panelRect.height) : null; + return isSticky ? toPx$4(this._contentPanelRect.height) : null; }) } } @@ -59195,18 +60217,14 @@ class StickyPanelView extends View$1 { 'ck-sticky-panel__content', // Toggle class of the panel when "sticky" state changes in the view. bind.if('isSticky', 'ck-sticky-panel__content_sticky'), - bind.if('_isStickyToTheLimiter', 'ck-sticky-panel__content_sticky_bottom-limit') + bind.if('_isStickyToTheBottomOfLimiter', 'ck-sticky-panel__content_sticky_bottom-limit') ], style: { width: bind.to('isSticky', isSticky => { return isSticky ? toPx$4(this._contentPanelPlaceholder.getBoundingClientRect().width) : null; }), - top: bind.to('_hasViewportTopOffset', _hasViewportTopOffset => { - return _hasViewportTopOffset ? toPx$4(this.viewportTopOffset) : null; - }), - bottom: bind.to('_isStickyToTheLimiter', _isStickyToTheLimiter => { - return _isStickyToTheLimiter ? toPx$4(this.limiterBottomOffset) : null; - }), + top: bind.to('_stickyTopOffset', value => value ? toPx$4(value) : value), + bottom: bind.to('_stickyBottomOffset', value => value ? toPx$4(value) : value), marginLeft: bind.to('_marginLeft') } }, @@ -59232,52 +60250,146 @@ class StickyPanelView extends View$1 { render() { super.render(); // Check if the panel should go into the sticky state immediately. - this._checkIfShouldBeSticky(); - // Update sticky state of the panel as the window is being scrolled. - this.listenTo(global$1.window, 'scroll', () => { - this._checkIfShouldBeSticky(); - }); + this.checkIfShouldBeSticky(); + // Update sticky state of the panel as the window and ancestors are being scrolled. + this.listenTo(global$1.document, 'scroll', (evt, data) => { + this.checkIfShouldBeSticky(data.target); + }, { useCapture: true }); // Synchronize with `model.isActive` because sticking an inactive panel is pointless. this.listenTo(this, 'change:isActive', () => { - this._checkIfShouldBeSticky(); + this.checkIfShouldBeSticky(); }); } /** - * Analyzes the environment to decide whether the panel should - * be sticky or not. + * Analyzes the environment to decide whether the panel should be sticky or not. + * Then handles the positioning of the panel. + * + * @param [scrollTarget] The element which is being scrolled. */ - _checkIfShouldBeSticky() { - const panelRect = this._panelRect = this._contentPanel.getBoundingClientRect(); - let limiterRect; - if (!this.limiterElement) { - this.isSticky = false; + checkIfShouldBeSticky(scrollTarget) { + // @if CK_DEBUG_STICKYPANEL // RectDrawer.clear(); + if (!this.limiterElement || !this.isActive) { + this._unstick(); + return; + } + const scrollableAncestors = getScrollableAncestors(this.limiterElement); + if (scrollTarget && !scrollableAncestors.includes(scrollTarget)) { + return; + } + const visibleAncestorsRect = getElementsIntersectionRect(scrollableAncestors, this.viewportTopOffset); + const limiterRect = new Rect(this.limiterElement); + // @if CK_DEBUG_STICKYPANEL // if ( visibleAncestorsRect ) { + // @if CK_DEBUG_STICKYPANEL // RectDrawer.draw( visibleAncestorsRect, + // @if CK_DEBUG_STICKYPANEL // { outlineWidth: '3px', opacity: '.8', outlineColor: 'red', outlineOffset: '-3px' }, + // @if CK_DEBUG_STICKYPANEL // 'Visible anc' + // @if CK_DEBUG_STICKYPANEL // ); + // @if CK_DEBUG_STICKYPANEL // } + // @if CK_DEBUG_STICKYPANEL // + // @if CK_DEBUG_STICKYPANEL // RectDrawer.draw( limiterRect, + // @if CK_DEBUG_STICKYPANEL // { outlineWidth: '3px', opacity: '.8', outlineColor: 'green', outlineOffset: '-3px' }, + // @if CK_DEBUG_STICKYPANEL // 'Limiter' + // @if CK_DEBUG_STICKYPANEL // ); + // Stick the panel only if + // * the limiter's ancestors are intersecting with each other so that some of their rects are visible, + // * and the limiter's top edge is above the visible ancestors' top edge. + if (visibleAncestorsRect && limiterRect.top < visibleAncestorsRect.top) { + const visibleLimiterRect = limiterRect.getIntersection(visibleAncestorsRect); + // Sticky the panel only if the limiter's visible rect is at least partially visible in the + // visible ancestors' rects intersection. + if (visibleLimiterRect) { + // @if CK_DEBUG_STICKYPANEL // RectDrawer.draw( visibleLimiterRect, + // @if CK_DEBUG_STICKYPANEL // { outlineWidth: '3px', opacity: '.8', outlineColor: 'fuchsia', outlineOffset: '-3px', + // @if CK_DEBUG_STICKYPANEL // backgroundColor: 'rgba(255, 0, 255, .3)' }, + // @if CK_DEBUG_STICKYPANEL // 'Visible limiter' + // @if CK_DEBUG_STICKYPANEL // ); + const visibleAncestorsTop = visibleAncestorsRect.top; + // Check if there's a change the panel can be sticky to the bottom of the limiter. + if (visibleAncestorsTop + this._contentPanelRect.height + this.limiterBottomOffset > visibleLimiterRect.bottom) { + const stickyBottomOffset = Math.max(limiterRect.bottom - visibleAncestorsRect.bottom, 0) + this.limiterBottomOffset; + // @if CK_DEBUG_STICKYPANEL // const stickyBottomOffsetRect = new Rect( { + // @if CK_DEBUG_STICKYPANEL // top: limiterRect.bottom - stickyBottomOffset, left: 0, right: 2000, + // @if CK_DEBUG_STICKYPANEL // bottom: limiterRect.bottom - stickyBottomOffset, width: 2000, height: 1 + // @if CK_DEBUG_STICKYPANEL // } ); + // @if CK_DEBUG_STICKYPANEL // RectDrawer.draw( stickyBottomOffsetRect, + // @if CK_DEBUG_STICKYPANEL // { outlineWidth: '1px', opacity: '.8', outlineColor: 'black' }, + // @if CK_DEBUG_STICKYPANEL // 'Sticky bottom offset' + // @if CK_DEBUG_STICKYPANEL // ); + // Check if sticking the panel to the bottom of the limiter does not cause it to suddenly + // move upwards if there's not enough space for it. + if (limiterRect.bottom - stickyBottomOffset > limiterRect.top + this._contentPanelRect.height) { + this._stickToBottomOfLimiter(stickyBottomOffset); + } + else { + this._unstick(); + } + } + else { + if (this._contentPanelRect.height + this.limiterBottomOffset < limiterRect.height) { + this._stickToTopOfAncestors(visibleAncestorsTop); + } + else { + this._unstick(); + } + } + } + else { + this._unstick(); + } } else { - limiterRect = this._limiterRect = this.limiterElement.getBoundingClientRect(); - // The panel must be active to become sticky. - this.isSticky = this.isActive && - // The limiter's top edge must be beyond the upper edge of the visible viewport (+the viewportTopOffset). - limiterRect.top < this.viewportTopOffset && - // The model#limiterElement's height mustn't be smaller than the panel's height and model#limiterBottomOffset. - // There's no point in entering the sticky mode if the model#limiterElement is very, very small, because - // it would immediately set model#_isStickyToTheLimiter true and, given model#limiterBottomOffset, the panel - // would be positioned before the model#limiterElement. - this._panelRect.height + this.limiterBottomOffset < limiterRect.height; - } - // Stick the panel to the top edge of the viewport simulating CSS position:sticky. - // TODO: Possibly replaced by CSS in the future http://caniuse.com/#feat=css-sticky - if (this.isSticky) { - this._isStickyToTheLimiter = - limiterRect.bottom < panelRect.height + this.limiterBottomOffset + this.viewportTopOffset; - this._hasViewportTopOffset = !this._isStickyToTheLimiter && !!this.viewportTopOffset; - this._marginLeft = this._isStickyToTheLimiter ? null : toPx$4(-global$1.window.scrollX); - } - // Detach the panel from the top edge of the viewport. - else { - this._isStickyToTheLimiter = false; - this._hasViewportTopOffset = false; - this._marginLeft = null; + this._unstick(); } + // @if CK_DEBUG_STICKYPANEL // console.clear(); + // @if CK_DEBUG_STICKYPANEL // console.log( 'isSticky', this.isSticky ); + // @if CK_DEBUG_STICKYPANEL // console.log( '_isStickyToTheBottomOfLimiter', this._isStickyToTheBottomOfLimiter ); + // @if CK_DEBUG_STICKYPANEL // console.log( '_stickyTopOffset', this._stickyTopOffset ); + // @if CK_DEBUG_STICKYPANEL // console.log( '_stickyBottomOffset', this._stickyBottomOffset ); + } + /** + * Sticks the panel at the given CSS `top` offset. + * + * @private + * @param topOffset + */ + _stickToTopOfAncestors(topOffset) { + this.isSticky = true; + this._isStickyToTheBottomOfLimiter = false; + this._stickyTopOffset = topOffset; + this._stickyBottomOffset = null; + this._marginLeft = toPx$4(-global$1.window.scrollX); + } + /** + * Sticks the panel at the bottom of the limiter with a given CSS `bottom` offset. + * + * @private + * @param stickyBottomOffset + */ + _stickToBottomOfLimiter(stickyBottomOffset) { + this.isSticky = true; + this._isStickyToTheBottomOfLimiter = true; + this._stickyTopOffset = null; + this._stickyBottomOffset = stickyBottomOffset; + this._marginLeft = toPx$4(-global$1.window.scrollX); + } + /** + * Unsticks the panel putting it back to its original position. + * + * @private + */ + _unstick() { + this.isSticky = false; + this._isStickyToTheBottomOfLimiter = false; + this._stickyTopOffset = null; + this._stickyBottomOffset = null; + this._marginLeft = null; + } + /** + * Returns the bounding rect of the {@link #_contentPanel}. + * + * @private + */ + get _contentPanelRect() { + return new Rect(this._contentPanel); } }/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. @@ -59982,14 +61094,13 @@ class BlockToolbar extends Plugin { const offset = isRTL ? (buttonRect.left - editableRect.right) + buttonRect.width : editableRect.left - buttonRect.left; return toPx$1(editableRect.width + offset); } -}var colorPaletteIcon = ""; -/** +}/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ const icons = { colorPaletteIcon -};var index$5=/*#__PURE__*/Object.freeze({__proto__:null,icons:icons,clickOutsideHandler:clickOutsideHandler,injectCssTransitionDisabler:injectCssTransitionDisabler,CssTransitionDisablerMixin:CssTransitionDisablerMixin,submitHandler:submitHandler,addKeyboardHandlingForGrid:addKeyboardHandlingForGrid,BodyCollection:BodyCollection,ButtonView:ButtonView,SwitchButtonView:SwitchButtonView,ColorGridView:ColorGridView,ColorTileView:ColorTileView,ColorPickerView:ColorPickerView,ComponentFactory:ComponentFactory,DropdownView:DropdownView,DropdownPanelView:DropdownPanelView,DropdownButtonView:DropdownButtonView,SplitButtonView:SplitButtonView,EditorUI:EditorUI,EditorUIView:EditorUIView,BoxedEditorUIView:BoxedEditorUIView,InlineEditableUIView:InlineEditableUIView,FormHeaderView:FormHeaderView,FocusCycler:FocusCycler,IconView:IconView,InputView:InputView,InputTextView:InputTextView,InputNumberView:InputNumberView,IframeView:IframeView,LabelView:LabelView,LabeledFieldView:LabeledFieldView,ListItemView:ListItemView,ListView:ListView,Notification:Notification,Model:Model,BalloonPanelView:BalloonPanelView,ContextualBalloon:ContextualBalloon,StickyPanelView:StickyPanelView,TooltipManager:TooltipManager,Template:Template,ToolbarView:ToolbarView,ToolbarLineBreakView:ToolbarLineBreakView,ToolbarSeparatorView:ToolbarSeparatorView,normalizeToolbarConfig:normalizeToolbarConfig,BalloonToolbar:BalloonToolbar,BlockToolbar:BlockToolbar,View:View$1,ViewCollection:ViewCollection,getLocalizedColorOptions:getLocalizedColorOptions,normalizeColorOptions:normalizeColorOptions,normalizeSingleColorDefinition:normalizeSingleColorDefinition,createDropdown:createDropdown,addToolbarToDropdown:addToolbarToDropdown,addListToDropdown:addListToDropdown,focusChildOnDropdownOpen:focusChildOnDropdownOpen,createLabeledInputText:createLabeledInputText,createLabeledInputNumber:createLabeledInputNumber,createLabeledDropdown:createLabeledDropdown});/** +};var index$5=/*#__PURE__*/Object.freeze({__proto__:null,icons:icons,clickOutsideHandler:clickOutsideHandler,injectCssTransitionDisabler:injectCssTransitionDisabler,CssTransitionDisablerMixin:CssTransitionDisablerMixin,submitHandler:submitHandler,addKeyboardHandlingForGrid:addKeyboardHandlingForGrid,BodyCollection:BodyCollection,ButtonView:ButtonView,SwitchButtonView:SwitchButtonView,ColorGridView:ColorGridView,ColorTileView:ColorTileView,ColorPickerView:ColorPickerView,ColorSelectorView:ColorSelectorView,ComponentFactory:ComponentFactory,DropdownView:DropdownView,DropdownPanelView:DropdownPanelView,DropdownButtonView:DropdownButtonView,SplitButtonView:SplitButtonView,EditorUI:EditorUI,EditorUIView:EditorUIView,BoxedEditorUIView:BoxedEditorUIView,InlineEditableUIView:InlineEditableUIView,FormHeaderView:FormHeaderView,FocusCycler:FocusCycler,IconView:IconView,InputView:InputView,InputTextView:InputTextView,InputNumberView:InputNumberView,IframeView:IframeView,LabelView:LabelView,LabeledFieldView:LabeledFieldView,ListItemView:ListItemView,ListView:ListView,Notification:Notification,Model:Model,BalloonPanelView:BalloonPanelView,ContextualBalloon:ContextualBalloon,StickyPanelView:StickyPanelView,TooltipManager:TooltipManager,Template:Template,ToolbarView:ToolbarView,ToolbarLineBreakView:ToolbarLineBreakView,ToolbarSeparatorView:ToolbarSeparatorView,normalizeToolbarConfig:normalizeToolbarConfig,BalloonToolbar:BalloonToolbar,BlockToolbar:BlockToolbar,View:View$1,ViewCollection:ViewCollection,getLocalizedColorOptions:getLocalizedColorOptions,normalizeColorOptions:normalizeColorOptions,normalizeSingleColorDefinition:normalizeSingleColorDefinition,createDropdown:createDropdown,addToolbarToDropdown:addToolbarToDropdown,addListToDropdown:addListToDropdown,focusChildOnDropdownOpen:focusChildOnDropdownOpen,createLabeledInputText:createLabeledInputText,createLabeledInputNumber:createLabeledInputNumber,createLabeledDropdown:createLabeledDropdown});/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @@ -60083,7 +61194,7 @@ class ClassicEditorUI extends EditorUI { this.addToolbar(view.toolbar); } /** - * Enable the placeholder text on the editing root, if any was configured. + * Enable the placeholder text on the editing root. */ _initPlaceholder() { const editor = this.editor; @@ -60099,14 +61210,14 @@ class ClassicEditorUI extends EditorUI { placeholderText = sourceElement.getAttribute('placeholder'); } if (placeholderText) { - enablePlaceholder({ - view: editingView, - element: editingRoot, - text: placeholderText, - isDirectHost: false, - keepOnFocus: true - }); + editingRoot.placeholder = placeholderText; } + enablePlaceholder({ + view: editingView, + element: editingRoot, + isDirectHost: false, + keepOnFocus: true + }); } /** * Provides an integration between the sticky toolbar and {@link module:utils/dom/scroll~scrollViewportToShowTarget}. @@ -60479,6 +61590,14 @@ class EditorWatchdog extends Watchdog { * The current editor instance. */ this._editor = null; + /** + * Specifies whether the editor was initialized using document data (`true`) or HTML elements (`false`). + */ + this._initUsingData = true; + /** + * The latest record of the editor editable elements. Used to restart the editor. + */ + this._editables = {}; // this._editorClass = Editor; this._throttledSave = throttle(this._save.bind(this), typeof watchdogConfig.saveInterval === 'number' ? watchdogConfig.saveInterval : 5000); // Set default creator and destructor functions: @@ -60547,14 +61666,56 @@ class EditorWatchdog extends Watchdog { console.error('An error happened during the editor destroying.', err); }) .then(() => { - if (typeof this._elementOrData === 'string') { - return this.create(this._data, this._config, this._config.context); + // Pre-process some data from the original editor config. + // Our goal here is to make sure that the restarted editor will be reinitialized with correct set of roots. + // We are not interested in any data set in config or in `.create()` first parameter. It will be replaced anyway. + // But we need to set them correctly to make sure that proper roots are created. + // + // Since a different set of roots will be created, `lazyRoots` and `rootsAttributes` properties must be managed too. + // Keys are root names, values are ''. Used when the editor was initialized by setting the first parameter to document data. + const existingRoots = {}; + // Keeps lazy roots. They may be different when compared to initial config if some of the roots were loaded. + const lazyRoots = []; + // Roots attributes from the old config. Will be referred when setting new attributes. + const oldRootsAttributes = this._config.rootsAttributes || {}; + // New attributes to be set. Is filled only for roots that still exist in the document. + const rootsAttributes = {}; + // Traverse through the roots saved when the editor crashed and set up the discussed values. + for (const [rootName, rootData] of Object.entries(this._data.roots)) { + if (rootData.isLoaded) { + existingRoots[rootName] = ''; + rootsAttributes[rootName] = oldRootsAttributes[rootName] || {}; + } + else { + lazyRoots.push(rootName); + } + } + const updatedConfig = { + ...this._config, + extraPlugins: this._config.extraPlugins || [], + lazyRoots, + rootsAttributes, + _watchdogInitialData: this._data + }; + // Delete `initialData` as it is not needed. Data will be set by the watchdog based on `_watchdogInitialData`. + // First parameter of the editor `.create()` will be used to set up initial roots. + delete updatedConfig.initialData; + updatedConfig.extraPlugins.push(EditorWatchdogInitPlugin); + if (this._initUsingData) { + return this.create(existingRoots, updatedConfig, updatedConfig.context); } else { - const updatedConfig = Object.assign({}, this._config, { - initialData: this._data - }); - return this.create(this._elementOrData, updatedConfig, updatedConfig.context); + // Set correct editables to make sure that proper roots are created and linked with DOM elements. + // No need to set initial data, as it would be discarded anyway. + // + // If one element was initially set in `elementOrData`, then use that original element to restart the editor. + // This is for compatibility purposes with single-root editor types. + if (isElement$1(this._elementOrData)) { + return this.create(this._elementOrData, updatedConfig, updatedConfig.context); + } + else { + return this.create(this._editables, updatedConfig, updatedConfig.context); + } } }) .then(() => { @@ -60573,6 +61734,10 @@ class EditorWatchdog extends Watchdog { .then(() => { super._startErrorHandling(); this._elementOrData = elementOrData; + // Use document data in the first parameter of the editor `.create()` call only if it was used like this originally. + // Use document data if a string or object with strings was passed. + this._initUsingData = typeof elementOrData == 'string' || + (Object.keys(elementOrData).length > 0 && typeof Object.values(elementOrData)[0] == 'string'); // Clone configuration because it might be shared within multiple watchdog instances. Otherwise, // when an error occurs in one of these editors, the watchdog will restart all of them. this._config = this._cloneEditorConfiguration(config) || {}; @@ -60584,6 +61749,9 @@ class EditorWatchdog extends Watchdog { editor.model.document.on('change:data', this._throttledSave); this._lastDocumentVersion = editor.model.document.version; this._data = this._getData(); + if (!this._initUsingData) { + this._editables = this._getEditables(); + } this.state = 'ready'; this._fire('stateChange'); }); @@ -60606,8 +61774,7 @@ class EditorWatchdog extends Watchdog { return Promise.resolve() .then(() => { this._stopErrorHandling(); - // Save data if there is a remaining editor data change. - this._throttledSave.flush(); + this._throttledSave.cancel(); const editor = this._editor; this._editor = null; // Remove the `change:data` listener before destroying the editor. @@ -60625,6 +61792,9 @@ class EditorWatchdog extends Watchdog { const version = this._editor.model.document.version; try { this._data = this._getData(); + if (!this._initUsingData) { + this._editables = this._getEditables(); + } this._lastDocumentVersion = version; } catch (err) { @@ -60639,15 +61809,59 @@ class EditorWatchdog extends Watchdog { this._excludedProps = props; } /** - * Returns the editor data. + * Gets all data that is required to reinitialize editor instance. */ _getData() { - const data = {}; - for (const rootName of this._editor.model.document.getRootNames()) { - data[rootName] = this._editor.data.get({ rootName }); + const editor = this._editor; + const roots = editor.model.document.roots.filter(root => root.isAttached() && root.rootName != '$graveyard'); + const { plugins } = editor; + // `as any` to avoid linking from external private repo. + const commentsRepository = plugins.has('CommentsRepository') && plugins.get('CommentsRepository'); + const trackChanges = plugins.has('TrackChanges') && plugins.get('TrackChanges'); + const data = { + roots: {}, + markers: {}, + commentThreads: JSON.stringify([]), + suggestions: JSON.stringify([]) + }; + roots.forEach(root => { + data.roots[root.rootName] = { + content: JSON.stringify(Array.from(root.getChildren())), + attributes: JSON.stringify(Array.from(root.getAttributes())), + isLoaded: root._isLoaded + }; + }); + for (const marker of editor.model.markers) { + if (!marker._affectsData) { + continue; + } + data.markers[marker.name] = { + rangeJSON: marker.getRange().toJSON(), + usingOperation: marker._managedUsingOperations, + affectsData: marker._affectsData + }; + } + if (commentsRepository) { + data.commentThreads = JSON.stringify(commentsRepository.getCommentThreads({ toJSON: true, skipNotAttached: true })); + } + if (trackChanges) { + data.suggestions = JSON.stringify(trackChanges.getSuggestions({ toJSON: true, skipNotAttached: true })); } return data; } + /** + * For each attached model root, returns its HTML editable element (if available). + */ + _getEditables() { + const editables = {}; + for (const rootName of this.editor.model.document.getRootNames()) { + const editable = this.editor.ui.getEditableElement(rootName); + if (editable) { + editables[rootName] = editable; + } + } + return editables; + } /** * Traverses the error context and the current editor to find out whether these structures are connected * to each other via properties. @@ -60671,6 +61885,109 @@ class EditorWatchdog extends Watchdog { } }); } +} +/** + * Internal plugin that is used to stop the default editor initialization and restoring the editor state + * based on the `editor.config._watchdogInitialData` data. + */ +class EditorWatchdogInitPlugin { + constructor(editor) { + this.editor = editor; + this._data = editor.config.get('_watchdogInitialData'); + } + /** + * @inheritDoc + */ + init() { + // Stops the default editor initialization and use the saved data to restore the editor state. + // Some of data could not be initialize as a config properties. It is important to keep the data + // in the same form as it was before the restarting. + this.editor.data.on('init', evt => { + evt.stop(); + this.editor.model.enqueueChange({ isUndoable: false }, writer => { + this._restoreCollaborationData(); + this._restoreEditorData(writer); + }); + this.editor.data.fire('ready'); + // Keep priority `'high' - 1` to be sure that RTC initialization will be first. + }, { priority: 1000 - 1 }); + } + /** + * Creates a model node (element or text) based on provided JSON. + */ + _createNode(writer, jsonNode) { + if ('name' in jsonNode) { + // If child has name property, it is an Element. + const element = writer.createElement(jsonNode.name, jsonNode.attributes); + if (jsonNode.children) { + for (const child of jsonNode.children) { + element._appendChild(this._createNode(writer, child)); + } + } + return element; + } + else { + // Otherwise, it is a Text node. + return writer.createText(jsonNode.data, jsonNode.attributes); + } + } + /** + * Restores the editor by setting the document data, roots attributes and markers. + */ + _restoreEditorData(writer) { + const editor = this.editor; + Object.entries(this._data.roots).forEach(([rootName, { content, attributes }]) => { + const parsedNodes = JSON.parse(content); + const parsedAttributes = JSON.parse(attributes); + const rootElement = editor.model.document.getRoot(rootName); + for (const [key, value] of parsedAttributes) { + writer.setAttribute(key, value, rootElement); + } + for (const child of parsedNodes) { + const node = this._createNode(writer, child); + writer.insert(node, rootElement, 'end'); + } + }); + Object.entries(this._data.markers).forEach(([markerName, markerOptions]) => { + const { document } = editor.model; + const { rangeJSON: { start, end }, ...options } = markerOptions; + const root = document.getRoot(start.root); + const startPosition = writer.createPositionFromPath(root, start.path, start.stickiness); + const endPosition = writer.createPositionFromPath(root, end.path, end.stickiness); + const range = writer.createRange(startPosition, endPosition); + writer.addMarker(markerName, { + range, + ...options + }); + }); + } + /** + * Restores the editor collaboration data - comment threads and suggestions. + */ + _restoreCollaborationData() { + // `as any` to avoid linking from external private repo. + const parsedCommentThreads = JSON.parse(this._data.commentThreads); + const parsedSuggestions = JSON.parse(this._data.suggestions); + parsedCommentThreads.forEach(commentThreadData => { + const channelId = this.editor.config.get('collaboration.channelId'); + const commentsRepository = this.editor.plugins.get('CommentsRepository'); + if (commentsRepository.hasCommentThread(commentThreadData.threadId)) { + const commentThread = commentsRepository.getCommentThread(commentThreadData.threadId); + commentThread.remove(); + } + commentsRepository.addCommentThread({ channelId, ...commentThreadData }); + }); + parsedSuggestions.forEach(suggestionData => { + const trackChangesEditing = this.editor.plugins.get('TrackChangesEditing'); + if (trackChangesEditing.hasSuggestion(suggestionData.id)) { + const suggestion = trackChangesEditing.getSuggestion(suggestionData.id); + suggestion.attributes = suggestionData.attributes; + } + else { + trackChangesEditing.addSuggestionData(suggestionData); + } + }); + } }/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license @@ -61876,6 +63193,7 @@ class InsertTextObserver extends Observer { */ constructor(view) { super(view); + this.focusObserver = view.getObserver(FocusObserver); // On Android composition events should immediately be applied to the model. Rendering is not disabled. // On non-Android the model is updated only on composition end. // On Android we can't rely on composition start/end to update model. @@ -61891,6 +63209,9 @@ class InsertTextObserver extends Observer { if (!TYPING_INPUT_TYPES.includes(inputType)) { return; } + // Mark the latest focus change as complete (we are typing in editable after the focus + // so the selection is in the focused element). + this.focusObserver.flush(); const eventInfo = new EventInfo(viewDocument, 'insertText'); viewDocument.fire(eventInfo, new DomEventData(view, domEvent, { text, @@ -62026,6 +63347,7 @@ class Input extends Plugin { insertTextCommandData.resultRange = editor.editing.mapper.toModelRange(viewResultRange); } editor.execute('insertText', insertTextCommandData); + view.scrollToTheSelection(); }); if (env.isAndroid) { // On Android with English keyboard, the composition starts just by putting caret @@ -63152,7 +64474,15 @@ function setSelectionAttributesFromTheNodeBefore(model, attributes, position) { const nodeBefore = position.nodeBefore; model.change(writer => { if (nodeBefore) { - writer.setSelectionAttribute(nodeBefore.getAttributes()); + const attributes = []; + const isInlineObject = model.schema.isObject(nodeBefore) && model.schema.isInline(nodeBefore); + for (const [key, value] of nodeBefore.getAttributes()) { + if (model.schema.checkAttribute('$text', key) && + (!isInlineObject || model.schema.getAttributeProperties(key).copyFromObject !== false)) { + attributes.push([key, value]); + } + } + writer.setSelectionAttribute(attributes); } else { writer.removeSelectionAttribute(attributes); @@ -68909,7 +70239,7 @@ class DragDropBlockToolbar extends Plugin { * selection so it contains the entire content of the editable root of the editor the selection is * {@link module:engine/model/selection~Selection#anchor anchored} in. * - * If the selection was anchored in a {@glink framework/tutorials/implementing-a-block-widget nested editable} + * If the selection was anchored in a {@glink tutorials/widgets/implementing-a-block-widget nested editable} * (e.g. a caption of an image), the new selection will contain its entire content. Successive executions of this command * will expand the selection to encompass more and more content up to the entire editable root of the editor. */ @@ -69273,8 +70603,11 @@ class UndoCommand extends BaseCommand { this._undo(item.batch, undoingBatch); const operations = this.editor.model.document.history.getOperations(item.batch.baseVersion); this._restoreSelection(item.selection.ranges, item.selection.isBackward, operations); - this.fire('revert', item.batch, undoingBatch); }); + // Firing `revert` event after the change block to make sure that it includes all changes from post-fixers + // and make sure that the selection is "stabilized" (the selection range is saved after undo is executed and then + // restored on redo, so it is important that the selection range is saved after post-fixers are done). + this.fire('revert', item.batch, undoingBatch); this.refresh(); } }/** @@ -70324,9 +71657,12 @@ class ReplaceAllCommand extends ReplaceCommandBase { textToReplace : model.document.getRootNames() .reduce(((currentResults, rootName) => findAndReplaceUtils.updateFindResultFromRange(model.createRangeIn(model.document.getRoot(rootName)), model, findAndReplaceUtils.findByTextCallback(textToReplace, this._state), currentResults)), null); if (results.length) { - [...results].forEach(searchResult => { - // Just reuse logic from the replace command to replace a single match. - this._replace(newText, searchResult); + // Wrapped in single change will batch it into one transaction. + model.change(() => { + [...results].forEach(searchResult => { + // Just reuse logic from the replace command to replace a single match. + this._replace(newText, searchResult); + }); }); } } @@ -70955,23 +72291,47 @@ class InsertParagraphCommand extends Command { return; } model.change(writer => { + position = this._findPositionToInsertParagraph(position, writer); + if (!position) { + return; + } const paragraph = writer.createElement('paragraph'); if (attributes) { model.schema.setAllowedAttributes(paragraph, attributes, writer); } - if (!model.schema.checkChild(position.parent, paragraph)) { - const allowedParent = model.schema.findAllowedParent(position, paragraph); - // It could be there's no ancestor limit that would allow paragraph. - // In theory, "paragraph" could be disallowed even in the "$root". - if (!allowedParent) { - return; - } - position = writer.split(position, allowedParent).position; - } model.insertContent(paragraph, position); writer.setSelection(paragraph, 'in'); }); } + /** + * Returns the best position to insert a new paragraph. + */ + _findPositionToInsertParagraph(position, writer) { + const model = this.editor.model; + if (model.schema.checkChild(position, 'paragraph')) { + return position; + } + const allowedParent = model.schema.findAllowedParent(position, 'paragraph'); + // It could be there's no ancestor limit that would allow paragraph. + // In theory, "paragraph" could be disallowed even in the "$root". + if (!allowedParent) { + return null; + } + const positionParent = position.parent; + const isTextAllowed = model.schema.checkChild(positionParent, '$text'); + // At empty $block or at the end of $block. + // [] ---> [] + // foo[] ---> foo[] + if (positionParent.isEmpty || isTextAllowed && position.isAtEnd) { + return model.createPositionAfter(positionParent); + } + // At the start of $block with text. + // []foo ---> []foo + if (!positionParent.isEmpty && isTextAllowed && position.isAtStart) { + return model.createPositionBefore(positionParent); + } + return writer.split(position, allowedParent).position; + } }/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license @@ -77241,7 +78601,7 @@ function removeBoldWrapper(documentFragment, writer) { * @param documentFragment The view structure to be transformed. */ function transformBlockBrsToParagraphs(documentFragment, writer) { - const viewDocument = new Document$1(writer.document.stylesProcessor); + const viewDocument = new Document$2(writer.document.stylesProcessor); const domConverter = new DomConverter(viewDocument, { renderingMode: 'data' }); const blockElements = domConverter.blockElements; const inlineObjectElements = domConverter.inlineObjectElements; @@ -77431,7 +78791,7 @@ class GoogleSheetsNormalizer { */ /** * Replaces last space preceding elements closing tag with ` `. Such operation prevents spaces from being removed - * during further DOM/View processing (see especially {@link module:engine/view/domconverter~DomConverter#_processDataFromDomText}). + * during further DOM/View processing (see especially {@link module:engine/view/domconverter~DomConverter#_processDomInlineNodes}). * This method also takes into account Word specific `` empty tags. * Additionally multiline sequences of spaces and new lines between tags are removed (see #39 and #40). * @@ -77444,6 +78804,7 @@ function normalizeSpacing(htmlString) { // Remove all \r\n from "spacerun spans" so the last replace line doesn't strip all whitespaces. .replace(/([^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g, '$1$2') .replace(/<\/span>/g, '') + .replace(/()[\r\n]+(<\/span>)/g, '$1 $2') .replace(/ <\//g, '\u00A0<\/o:p>/g, '\u00A0') // Remove block filler from empty paragraph. Safari uses \u00A0 instead of  . @@ -77454,7 +78815,7 @@ function normalizeSpacing(htmlString) { /** * Normalizes spacing in special Word `spacerun spans` (`\s+`) by replacing * all spaces with `  ` pairs. This prevents spaces from being removed during further DOM/View processing - * (see especially {@link module:engine/view/domconverter~DomConverter#_processDataFromDomText}). + * (see especially {@link module:engine/view/domconverter~DomConverter#_processDomInlineNodes}). * * @param htmlDocument Native `Document` object in which spacing should be normalized. */ @@ -77516,7 +78877,7 @@ function parseHtml(htmlString, stylesProcessor) { * @param htmlDocument Native `Document` object to be transformed. */ function documentToView(htmlDocument, stylesProcessor) { - const viewDocument = new Document$1(stylesProcessor); + const viewDocument = new Document$2(stylesProcessor); const domConverter = new DomConverter(viewDocument, { renderingMode: 'data' }); const fragment = htmlDocument.createDocumentFragment(); const nodes = htmlDocument.body.childNodes; @@ -78344,6 +79705,10 @@ class TableWalker { * @param options.includeAllSlots Also return values for spanned cells. Default value is "false". */ constructor(table, options = {}) { + /** + * Indicates whether the iterator jumped to (or close to) the start row, ignoring rows that don't need to be traversed. + */ + this._jumpedToStartRow = false; this._table = table; this._startRow = options.row !== undefined ? options.row : options.startRow || 0; this._endRow = options.row !== undefined ? options.row : options.endRow; @@ -78370,6 +79735,9 @@ class TableWalker { * @returns The next table walker's value. */ next() { + if (this._canJumpToStartRow()) { + this._jumpToNonSpannedRowClosestToStartRow(); + } const row = this._table.getChild(this._rowIndex); // Iterator is done when there's no row (table ended) or the row is after `endRow` limit. if (!row || this._isOverEndRow()) { @@ -78519,6 +79887,59 @@ class TableWalker { const rowSpans = this._spannedCells.get(row); rowSpans.set(column, data); } + /** + * Checks if part of the table can be skipped. + */ + _canJumpToStartRow() { + return !!this._startRow && + this._startRow > 0 && + !this._jumpedToStartRow; + } + /** + * Sets the current row to `this._startRow` or the first row before it that has the number of cells + * equal to the number of columns in the table. + * + * Example: + * +----+----+----+ + * | 00 | 01 | 02 | + * |----+----+----+ + * | 10 | 12 | + * | +----+ + * | | 22 | + * | +----+ + * | | 32 | <--- Start row + * +----+----+----+ + * | 40 | 41 | 42 | + * +----+----+----+ + * + * If the 4th row is a `this._startRow`, this method will: + * 1.) Count the number of columns this table has based on the first row (3 columns in this case). + * 2.) Check if the 4th row contains 3 cells. It doesn't, so go to the row before it. + * 3.) Check if the 3rd row contains 3 cells. It doesn't, so go to the row before it. + * 4.) Check if the 2nd row contains 3 cells. It does, so set the current row to that row. + * + * Setting the current row this way is necessary to let the `next()` method loop over the cells + * spanning multiple rows or columns and update the `this._spannedCells` property. + */ + _jumpToNonSpannedRowClosestToStartRow() { + const firstRowLength = this._getRowLength(0); + for (let i = this._startRow; !this._jumpedToStartRow; i--) { + if (firstRowLength === this._getRowLength(i)) { + this._row = i; + this._rowIndex = i; + this._jumpedToStartRow = true; + } + } + } + /** + * Returns a number of columns in a row taking `colspan` into consideration. + */ + _getRowLength(rowIndex) { + const row = this._table.getChild(rowIndex); + return [...row.getChildren()].reduce((cols, row) => { + return cols + parseInt(row.getAttribute('colspan') || '1'); + }, 0); + } } /** * An object returned by {@link module:table/tablewalker~TableWalker} when traversing table cells. @@ -79903,6 +81324,39 @@ class SetHeaderColumnCommand extends Command { * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ +/** + * Returns a 'tableColumnGroup' element from the 'table'. + * + * @internal + * @param element A 'table' or 'tableColumnGroup' element. + * @returns A 'tableColumnGroup' element. + */ +function getColumnGroupElement(element) { + if (element.is('element', 'tableColumnGroup')) { + return element; + } + const children = element.getChildren(); + return Array + .from(children) + .find(element => element.is('element', 'tableColumnGroup')); +} +/** + * Returns an array of 'tableColumn' elements. It may be empty if there's no `tableColumnGroup` element. + * + * @internal + * @param element A 'table' or 'tableColumnGroup' element. + * @returns An array of 'tableColumn' elements. + */ +function getTableColumnElements(element) { + const columnGroupElement = getColumnGroupElement(element); + if (!columnGroupElement) { + return []; + } + return Array.from(columnGroupElement.getChildren()); +}/** + * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ /** * The table utilities plugin. */ @@ -80271,6 +81725,7 @@ class TableUtils extends Plugin { const last = options.at + columnsToRemove - 1; model.change(writer => { adjustHeadingColumns(table, { first, last }, writer); + const tableColumns = getTableColumnElements(table); for (let removedColumnIndex = last; removedColumnIndex >= first; removedColumnIndex--) { for (const { cell, column, cellWidth } of [...new TableWalker(table)]) { // If colspaned cell overlaps removed column decrease its span. @@ -80282,6 +81737,18 @@ class TableUtils extends Plugin { writer.remove(cell); } } + // If table has `tableColumn` elements, we need to update it manually. + // See https://github.com/ckeditor/ckeditor5/issues/14521#issuecomment-1662102889 for details. + if (tableColumns[removedColumnIndex]) { + // If the removed column is the first one then we need to add its width to the next column. + // Otherwise we add it to the previous column. + const adjacentColumn = removedColumnIndex === 0 ? tableColumns[1] : tableColumns[removedColumnIndex - 1]; + const removedColumnWidth = parseFloat(tableColumns[removedColumnIndex].getAttribute('columnWidth')); + const adjacentColumnWidth = parseFloat(adjacentColumn.getAttribute('columnWidth')); + writer.remove(tableColumns[removedColumnIndex]); + // Add the removed column width (in %) to the adjacent column. + writer.setAttribute('columnWidth', removedColumnWidth + adjacentColumnWidth + '%', adjacentColumn); + } } // Remove empty rows that could appear after removing columns. if (!removeEmptyRows(table, this)) { @@ -81685,7 +83152,7 @@ function shouldRefresh(child, mapper) { return false; } return isSingleParagraphWithoutAttributes(child) !== viewElement.is('element', 'span'); -}var css_248z$n = ":root{--ck-color-table-focused-cell-background:rgba(158,201,250,.3)}.ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck-widget.table td.ck-editor__nested-editable:focus,.ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck-widget.table th.ck-editor__nested-editable:focus{background:var(--ck-color-table-focused-cell-background);border-style:none;outline:1px solid var(--ck-color-focus-border);outline-offset:-1px}"; +}var css_248z$n = ":root{--ck-color-selector-focused-cell-background:rgba(158,201,250,.3)}.ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck-widget.table td.ck-editor__nested-editable:focus,.ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck-widget.table th.ck-editor__nested-editable:focus{background:var(--ck-color-selector-focused-cell-background);border-style:none;outline:1px solid var(--ck-color-focus-border);outline-offset:-1px}"; styleInject(css_248z$n);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license @@ -83720,10 +85187,9 @@ class ColorInputView extends View$1 { const locale = this.locale; const t = locale.t; const bind = this.bindTemplate; - const colorGrid = this._createColorGrid(locale); + const colorSelector = this._createColorSelector(locale); const dropdown = createDropdown(locale); const colorPreview = new View$1(); - const removeColorButton = this._createRemoveColorButton(); colorPreview.setTemplate({ tag: 'span', attributes: { @@ -83755,13 +85221,16 @@ class ColorInputView extends View$1 { dropdown.buttonView.label = t('Color picker'); dropdown.buttonView.tooltip = true; dropdown.panelPosition = locale.uiLanguageDirection === 'rtl' ? 'se' : 'sw'; - dropdown.panelView.children.add(removeColorButton); - dropdown.panelView.children.add(colorGrid); + dropdown.panelView.children.add(colorSelector); dropdown.bind('isEnabled').to(this, 'isReadOnly', value => !value); - this._focusables.add(removeColorButton); - this._focusables.add(colorGrid); - this.focusTracker.add(removeColorButton.element); - this.focusTracker.add(colorGrid.element); + this._focusables.add(colorSelector); + this.focusTracker.add(colorSelector.element); + dropdown.on('change:isOpen', (evt, name, isVisible) => { + if (isVisible) { + colorSelector.updateSelectedColors(); + colorSelector.showColorGridsFragment(); + } + }); return dropdown; } /** @@ -83795,40 +85264,56 @@ class ColorInputView extends View$1 { return inputView; } /** - * Creates and configures the button that clears the color. + * Creates and configures the panel with "color grid" and "color picker" inside the {@link #dropdownView}. */ - _createRemoveColorButton() { - const locale = this.locale; + _createColorSelector(locale) { const t = locale.t; - const removeColorButton = new ButtonView(locale); const defaultColor = this.options.defaultColorValue || ''; const removeColorButtonLabel = defaultColor ? t('Restore default') : t('Remove color'); - removeColorButton.class = 'ck-input-color__remove-color'; - removeColorButton.withText = true; - removeColorButton.icon = icons$1.eraser; - removeColorButton.label = removeColorButtonLabel; - removeColorButton.on('execute', () => { - this.value = defaultColor; - this.dropdownView.isOpen = false; + const colorSelector = new ColorSelectorView(locale, { + colors: this.options.colorDefinitions, + columns: this.options.columns, + removeButtonLabel: removeColorButtonLabel, + colorPickerLabel: t('Color picker'), + colorPickerViewConfig: this.options.colorPickerConfig === false ? false : { + ...this.options.colorPickerConfig, + hideInput: true + } + }); + colorSelector.appendUI(); + colorSelector.on('execute', (evt, data) => { + if (data.source === 'colorPickerSaveButton') { + this.dropdownView.isOpen = false; + return; + } + this.value = data.value || defaultColor; + // Trigger the listener that actually applies the set value. this.fire('input'); + if (data.source !== 'colorPicker') { + this.dropdownView.isOpen = false; + } }); - return removeColorButton; - } - /** - * Creates and configures the color grid inside the {@link #dropdownView}. - */ - _createColorGrid(locale) { - const colorGrid = new ColorGridView(locale, { - colorDefinitions: this.options.colorDefinitions, - columns: this.options.columns - }); - colorGrid.on('execute', (evtData, data) => { - this.value = data.value; - this.dropdownView.isOpen = false; + /** + * Color is saved before changes in color picker. In case "cancel button" is pressed + * this color will be applied. + */ + let backupColor = this.value; + colorSelector.on('colorPicker:cancel', () => { + /** + * Revert color to previous value before changes in color picker. + */ + this.value = backupColor; this.fire('input'); + this.dropdownView.isOpen = false; }); - colorGrid.bind('selectedColor').to(this, 'value'); - return colorGrid; + colorSelector.colorGridsFragmentView.colorPickerButtonView.on('execute', () => { + /** + * Save color value before changes in color picker. + */ + backupColor = this.value; + }); + colorSelector.bind('selectedColor').to(this, 'value'); + return colorSelector; } /** * Sets {@link #inputView}'s value property to the color value or color label, @@ -83921,7 +85406,7 @@ function getLocalizedLengthErrorText(t) { * See {@link module:engine/view/styles/utils~isColor}. */ function colorFieldValidator(value) { - value = value.trim(); + value = value.trim().toLowerCase(); return isEmpty(value) || isColor(value); } /** @@ -84184,13 +85669,15 @@ const defaultColors = [ * @param options.columns The configuration of the number of columns the color palette consists of in the input's dropdown. * @param options.defaultColorValue If specified, the color input view will replace the "Remove color" button with * the "Restore default" button. Instead of clearing the input field, the default color value will be set. + * @param options.colorPickerConfig The configuration of the color picker. You could disable it or define your output format. */ function getLabeledColorInputCreator(options) { return (labeledFieldView, viewUid, statusUid) => { const colorInputView = new ColorInputView(labeledFieldView.locale, { colorDefinitions: colorConfigToColorGridDefinitions(options.colorConfig), columns: options.columns, - defaultColorValue: options.defaultColorValue + defaultColorValue: options.defaultColorValue, + colorPickerConfig: options.colorPickerConfig }); colorInputView.inputView.set({ id: viewUid, @@ -84497,7 +85984,8 @@ class TableCellPropertiesView extends View$1 { const colorInputCreator = getLabeledColorInputCreator({ colorConfig: this.options.borderColors, columns: 5, - defaultColorValue: defaultBorder.color + defaultColorValue: defaultBorder.color, + colorPickerConfig: this.options.colorPickerConfig }); const locale = this.locale; const t = this.t; @@ -84588,7 +86076,8 @@ class TableCellPropertiesView extends View$1 { const colorInputCreator = getLabeledColorInputCreator({ colorConfig: this.options.backgroundColors, columns: 5, - defaultColorValue: this.options.defaultTableCellProperties.backgroundColor + defaultColorValue: this.options.defaultTableCellProperties.backgroundColor, + colorPickerConfig: this.options.colorPickerConfig }); const backgroundInput = new LabeledFieldView(locale, colorInputCreator); backgroundInput.set({ @@ -85085,10 +86574,12 @@ class TableCellPropertiesUI extends Plugin { const localizedBorderColors = getLocalizedColorOptions(editor.locale, borderColorsConfig); const backgroundColorsConfig = normalizeColorOptions(config.backgroundColors); const localizedBackgroundColors = getLocalizedColorOptions(editor.locale, backgroundColorsConfig); + const hasColorPicker = config.colorPicker !== false; const view = new TableCellPropertiesView(editor.locale, { borderColors: localizedBorderColors, backgroundColors: localizedBackgroundColors, - defaultTableCellProperties: this._defaultTableCellProperties + defaultTableCellProperties: this._defaultTableCellProperties, + colorPickerConfig: hasColorPicker ? (config.colorPicker || {}) : false }); const t = editor.t; // Render the view so its #element is available for the clickOutsideHandler. @@ -86825,7 +88316,8 @@ class TablePropertiesView extends View$1 { const colorInputCreator = getLabeledColorInputCreator({ colorConfig: this.options.borderColors, columns: 5, - defaultColorValue: defaultBorder.color + defaultColorValue: defaultBorder.color, + colorPickerConfig: this.options.colorPickerConfig }); const locale = this.locale; const t = this.t; @@ -86916,7 +88408,8 @@ class TablePropertiesView extends View$1 { const backgroundInputCreator = getLabeledColorInputCreator({ colorConfig: this.options.backgroundColors, columns: 5, - defaultColorValue: this.options.defaultTableProperties.backgroundColor + defaultColorValue: this.options.defaultTableProperties.backgroundColor, + colorPickerConfig: this.options.colorPickerConfig }); const backgroundInput = new LabeledFieldView(locale, backgroundInputCreator); backgroundInput.set({ @@ -87169,10 +88662,12 @@ class TablePropertiesUI extends Plugin { const localizedBorderColors = getLocalizedColorOptions(editor.locale, borderColorsConfig); const backgroundColorsConfig = normalizeColorOptions(config.backgroundColors); const localizedBackgroundColors = getLocalizedColorOptions(editor.locale, backgroundColorsConfig); + const hasColorPicker = config.colorPicker !== false; const view = new TablePropertiesView(editor.locale, { borderColors: localizedBorderColors, backgroundColors: localizedBackgroundColors, - defaultTableProperties: this._defaultTableProperties + defaultTableProperties: this._defaultTableProperties, + colorPickerConfig: hasColorPicker ? (config.colorPicker || {}) : false }); const t = editor.t; // Render the view so its #element is available for the clickOutsideHandler. @@ -87407,8 +88902,8 @@ class TableProperties extends Plugin { static get requires() { return [TablePropertiesEditing, TablePropertiesUI]; } -}var css_248z$d = ":root{--ck-color-table-caption-background:#f7f7f7;--ck-color-table-caption-text:#333;--ck-color-table-caption-highlighted-background:#fd0}.ck-content .table>figcaption{background-color:var(--ck-color-table-caption-background);caption-side:top;color:var(--ck-color-table-caption-text);display:table-caption;font-size:.75em;outline-offset:-1px;padding:.6em;text-align:center;word-break:break-word}.ck.ck-editor__editable .table>figcaption.table__caption_highlighted{animation:ck-table-caption-highlight .6s ease-out}.ck.ck-editor__editable .table>figcaption.ck-placeholder:before{overflow:hidden;padding-left:inherit;padding-right:inherit;text-overflow:ellipsis;white-space:nowrap}@keyframes ck-table-caption-highlight{0%{background-color:var(--ck-color-table-caption-highlighted-background)}to{background-color:var(--ck-color-table-caption-background)}}"; -styleInject(css_248z$d);var css_248z$c = ":root{--ck-color-table-column-resizer-hover:var(--ck-color-base-active);--ck-table-column-resizer-width:7px;--ck-table-column-resizer-position-offset:calc(var(--ck-table-column-resizer-width)*-0.5 - 0.5px)}.ck-content .table .ck-table-resized{table-layout:fixed}.ck-content .table table{overflow:hidden}.ck-content .table td,.ck-content .table th{overflow-wrap:break-word;position:relative}.ck.ck-editor__editable .table .ck-table-column-resizer{bottom:-999999px;cursor:col-resize;position:absolute;right:var(--ck-table-column-resizer-position-offset);top:-999999px;user-select:none;width:var(--ck-table-column-resizer-width);z-index:var(--ck-z-default)}.ck.ck-editor__editable .table[draggable] .ck-table-column-resizer,.ck.ck-editor__editable.ck-column-resize_disabled .table .ck-table-column-resizer{display:none}.ck.ck-editor__editable .table .ck-table-column-resizer:hover,.ck.ck-editor__editable .table .ck-table-column-resizer__active{background-color:var(--ck-color-table-column-resizer-hover);opacity:.25}.ck.ck-editor__editable[dir=rtl] .table .ck-table-column-resizer{left:var(--ck-table-column-resizer-position-offset);right:unset}"; +}var css_248z$d = ":root{--ck-color-selector-caption-background:#f7f7f7;--ck-color-selector-caption-text:#333;--ck-color-selector-caption-highlighted-background:#fd0}.ck-content .table>figcaption{background-color:var(--ck-color-selector-caption-background);caption-side:top;color:var(--ck-color-selector-caption-text);display:table-caption;font-size:.75em;outline-offset:-1px;padding:.6em;text-align:center;word-break:break-word}.ck.ck-editor__editable .table>figcaption.table__caption_highlighted{animation:ck-table-caption-highlight .6s ease-out}.ck.ck-editor__editable .table>figcaption.ck-placeholder:before{overflow:hidden;padding-left:inherit;padding-right:inherit;text-overflow:ellipsis;white-space:nowrap}@keyframes ck-table-caption-highlight{0%{background-color:var(--ck-color-selector-caption-highlighted-background)}to{background-color:var(--ck-color-selector-caption-background)}}"; +styleInject(css_248z$d);var css_248z$c = ":root{--ck-color-selector-column-resizer-hover:var(--ck-color-base-active);--ck-table-column-resizer-width:7px;--ck-table-column-resizer-position-offset:calc(var(--ck-table-column-resizer-width)*-0.5 - 0.5px)}.ck-content .table .ck-table-resized{table-layout:fixed}.ck-content .table table{overflow:hidden}.ck-content .table td,.ck-content .table th{overflow-wrap:break-word;position:relative}.ck.ck-editor__editable .table .ck-table-column-resizer{bottom:0;cursor:col-resize;position:absolute;right:var(--ck-table-column-resizer-position-offset);top:0;user-select:none;width:var(--ck-table-column-resizer-width);z-index:var(--ck-z-default)}.ck.ck-editor__editable .table[draggable] .ck-table-column-resizer,.ck.ck-editor__editable.ck-column-resize_disabled .table .ck-table-column-resizer{display:none}.ck.ck-editor__editable .table .ck-table-column-resizer:hover,.ck.ck-editor__editable .table .ck-table-column-resizer__active{background-color:var(--ck-color-selector-column-resizer-hover);bottom:-999999px;opacity:.25;top:-999999px}.ck.ck-editor__editable[dir=rtl] .table .ck-table-column-resizer{left:var(--ck-table-column-resizer-position-offset);right:unset}"; styleInject(css_248z$c);/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license @@ -87434,12 +88929,12 @@ function formatHtml(input) { // a full list of HTML block-level elements. // A void element is an element that cannot have any child - https://html.spec.whatwg.org/multipage/syntax.html#void-elements. // Note that
 element is not listed on this list to avoid breaking whitespace formatting.
+    // Note that 
element is not listed and handled separately so no additional white spaces are injected. const elementsToFormat = [ { name: 'address', isVoid: false }, { name: 'article', isVoid: false }, { name: 'aside', isVoid: false }, { name: 'blockquote', isVoid: false }, - { name: 'br', isVoid: true }, { name: 'details', isVoid: false }, { name: 'dialog', isVoid: false }, { name: 'dd', isVoid: false }, @@ -87482,6 +88977,8 @@ function formatHtml(input) { // Add new line before and after `` and ``. // It may separate individual elements with two new lines, but this will be fixed below. .replace(new RegExp(``, 'g'), '\n$&\n') + // Keep `
`s at the end of line to avoid adding additional whitespaces before `
`. + .replace(/]*>/g, '$&\n') // Divide input string into lines, which start with either an opening tag, a closing tag, or just a text. .split('\n'); let indentCount = 0; @@ -87672,6 +89169,7 @@ class SourceEditing extends Plugin { // This prevents empty undo steps after switching to the normal editor. if (oldData !== newData) { data[rootName] = newData; + this._dataFromRoots.set(rootName, newData); } } if (Object.keys(data).length) { @@ -88894,7 +90392,7 @@ class StyleUtils extends Plugin { /** * This is where the styles feature configures the GHS feature. This method translates normalized * {@link module:style/styleconfig~StyleDefinition style definitions} to - * {@link module:engine/view/matcher~MatcherPattern matcher patterns} and feeds them to the GHS + * {@link module:engine/view/matcher~MatcherObjectPattern matcher patterns} and feeds them to the GHS * {@link module:html-support/datafilter~DataFilter} plugin. * * @internal @@ -89881,8 +91379,8 @@ function createObjectView(viewName, modelElement, writer) { * * @returns Returns a conversion callback. */ -function viewToAttributeInlineConverter({ view: viewName, model: attributeKey }, dataFilter) { - return (dispatcher) => { +function viewToAttributeInlineConverter({ view: viewName, model: attributeKey, allowEmpty }, dataFilter) { + return dispatcher => { dispatcher.on(`element:${viewName}`, (evt, data, conversionApi) => { let viewAttributes = dataFilter.processViewAttributes(data.viewItem, conversionApi); // Do not apply the attribute if the element itself is already consumed and there are no view attributes to store. @@ -89899,18 +91397,49 @@ function viewToAttributeInlineConverter({ view: viewName, model: attributeKey }, if (!data.modelRange) { data = Object.assign(data, conversionApi.convertChildren(data.viewItem, data.modelCursor)); } + // Convert empty inline element if allowed and has any attributes. + if (allowEmpty && data.modelRange.isCollapsed && Object.keys(viewAttributes).length) { + const modelElement = conversionApi.writer.createElement('htmlEmptyElement'); + if (!conversionApi.safeInsert(modelElement, data.modelCursor)) { + return; + } + const parts = conversionApi.getSplitParts(modelElement); + data.modelRange = conversionApi.writer.createRange(data.modelRange.start, conversionApi.writer.createPositionAfter(parts[parts.length - 1])); + conversionApi.updateConversionResult(modelElement, data); + setAttributeOnItem(modelElement, viewAttributes, conversionApi); + return; + } // Set attribute on each item in range according to the schema. for (const node of data.modelRange.getItems()) { - if (conversionApi.schema.checkAttribute(node, attributeKey)) { - // Node's children are converted recursively, so node can already include model attribute. - // We want to extend it, not replace. - const nodeAttributes = node.getAttribute(attributeKey); - const attributesToAdd = mergeViewElementAttributes(viewAttributes, nodeAttributes || {}); - conversionApi.writer.setAttribute(attributeKey, attributesToAdd, node); - } + setAttributeOnItem(node, viewAttributes, conversionApi); } }, { priority: 'low' }); }; + function setAttributeOnItem(node, viewAttributes, conversionApi) { + if (conversionApi.schema.checkAttribute(node, attributeKey)) { + // Node's children are converted recursively, so node can already include model attribute. + // We want to extend it, not replace. + const nodeAttributes = node.getAttribute(attributeKey); + const attributesToAdd = mergeViewElementAttributes(viewAttributes, nodeAttributes || {}); + conversionApi.writer.setAttribute(attributeKey, attributesToAdd, node); + } + } +} +/** + * Conversion helper converting an empty inline model element to an HTML element or widget. + */ +function emptyInlineModelElementToViewConverter({ model: attributeKey, view: viewName }, asWidget) { + return (item, { writer, consumable }) => { + if (!item.hasAttribute(attributeKey)) { + return null; + } + const viewElement = writer.createContainerElement(viewName); + const attributeValue = item.getAttribute(attributeKey); + consumable.consume(item, `attribute:${attributeKey}`); + setViewAttributes(writer, attributeValue, viewElement); + viewElement.getFillerOffset = () => null; + return asWidget ? toWidget(viewElement, writer) : viewElement; + }; } /** * Attribute-to-view conversion helper applying attributes to view element preserved on `$text`. @@ -91217,6 +92746,18 @@ class DataFilter extends Plugin { } } } + /** + * Load a configuration of one or many elements, where when empty should be allowed. + * + * **Note**: It modifies DataSchema so must be loaded before registering filtering rules. + * + * @param config Configuration of elements that should be preserved even if empty. + */ + loadAllowedEmptyElementsConfig(config) { + for (const elementName of config) { + this.allowEmptyElement(elementName); + } + } /** * Allow the given element in the editor context. * @@ -91247,6 +92788,23 @@ class DataFilter extends Plugin { this._disallowedElements.add(definition.view); } } + /** + * Allow the given empty element in the editor context. + * + * This method will only allow elements described by the {@link module:html-support/dataschema~DataSchema} used + * to create data filter. + * + * **Note**: It modifies DataSchema so must be called before registering filtering rules. + * + * @param viewName String or regular expression matching view name. + */ + allowEmptyElement(viewName) { + for (const definition of this._dataSchema.getDefinitionsForView(viewName, true)) { + if (definition.isInline) { + this._dataSchema.extendInlineElement({ ...definition, allowEmpty: true }); + } + } + } /** * Allow the given attributes for view element allowed by {@link #allowElement} method. * @@ -91619,6 +93177,36 @@ class DataFilter extends Plugin { model: attributeKey, view: attributeToViewInlineConverter(definition) }); + if (!definition.allowEmpty) { + return; + } + schema.setAttributeProperties(attributeKey, { copyFromObject: false }); + if (!schema.isRegistered('htmlEmptyElement')) { + schema.register('htmlEmptyElement', { + inheritAllFrom: '$inlineObject' + }); + } + editor.data.htmlProcessor.domConverter.registerInlineObjectMatcher(element => { + // Element must be empty and have any attribute. + if (element.name == definition.view && + element.isEmpty && + Array.from(element.getAttributeKeys()).length) { + return { + name: true + }; + } + return null; + }); + conversion.for('editingDowncast') + .elementToElement({ + model: 'htmlEmptyElement', + view: emptyInlineModelElementToViewConverter(definition, true) + }); + conversion.for('dataDowncast') + .elementToElement({ + model: 'htmlEmptyElement', + view: emptyInlineModelElementToViewConverter(definition) + }); } } /** @@ -91752,17 +93340,17 @@ function splitPattern(pattern, attributeName) { */ function splitRules(rules) { const { name, attributes, classes, styles } = rules; - const splittedRules = []; + const splitRules = []; if (attributes) { - splittedRules.push(...splitPattern({ name, attributes }, 'attributes')); + splitRules.push(...splitPattern({ name, attributes }, 'attributes')); } if (classes) { - splittedRules.push(...splitPattern({ name, classes }, 'classes')); + splitRules.push(...splitPattern({ name, classes }, 'classes')); } if (styles) { - splittedRules.push(...splitPattern({ name, styles }, 'styles')); + splitRules.push(...splitPattern({ name, styles }, 'styles')); } - return splittedRules; + return splitRules; }/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license @@ -92107,6 +93695,9 @@ class ImageElementSupport extends Plugin { } conversion.for('upcast').add(viewToModelImageAttributeConverter(dataFilter)); conversion.for('downcast').add(modelToViewImageAttributeConverter()); + if (editor.plugins.has('LinkImage')) { + conversion.for('upcast').add(viewToModelLinkImageAttributeConverter(dataFilter, editor)); + } evt.stop(); }); } @@ -92124,21 +93715,35 @@ function viewToModelImageAttributeConverter(dataFilter) { return; } const viewImageElement = data.viewItem; - const viewContainerElement = viewImageElement.parent; - preserveElementAttributes(viewImageElement, 'htmlImgAttributes'); - if (viewContainerElement.is('element', 'a')) { - preserveLinkAttributes(viewContainerElement); + const viewAttributes = dataFilter.processViewAttributes(viewImageElement, conversionApi); + if (viewAttributes) { + conversionApi.writer.setAttribute('htmlImgAttributes', viewAttributes, data.modelRange); } - function preserveElementAttributes(viewElement, attributeName) { - const viewAttributes = dataFilter.processViewAttributes(viewElement, conversionApi); - if (viewAttributes) { - conversionApi.writer.setAttribute(attributeName, viewAttributes, data.modelRange); - } + }, { priority: 'low' }); + }; +} +/** + * View-to-model conversion helper preserving allowed attributes on {@link module:image/image~Image Image} + * feature model element from link view element. + * + * @returns Returns a conversion callback. + */ +function viewToModelLinkImageAttributeConverter(dataFilter, editor) { + const imageUtils = editor.plugins.get('ImageUtils'); + return (dispatcher) => { + dispatcher.on('element:a', (evt, data, conversionApi) => { + const viewLink = data.viewItem; + const viewImage = imageUtils.findViewImgElement(viewLink); + if (!viewImage) { + return; } - function preserveLinkAttributes(viewContainerElement) { - if (data.modelRange && data.modelRange.getContainedElement().is('element', 'imageBlock')) { - preserveElementAttributes(viewContainerElement, 'htmlLinkAttributes'); - } + const modelImage = data.modelCursor.parent; + if (!modelImage.is('element', 'imageBlock')) { + return; + } + const viewAttributes = dataFilter.processViewAttributes(viewLink, conversionApi); + if (viewAttributes) { + conversionApi.writer.setAttribute('htmlLinkAttributes', viewAttributes, modelImage); } }, { priority: 'low' }); }; @@ -92954,6 +94559,9 @@ class GeneralHtmlSupport extends Plugin { init() { const editor = this.editor; const dataFilter = editor.plugins.get(DataFilter); + // Load the allowed empty inline elements' configuration. + // Note that this modifies DataSchema so must be loaded before registering filtering rules. + dataFilter.loadAllowedEmptyElementsConfig(editor.config.get('htmlSupport.allowEmpty') || []); // Load the filtering configuration. dataFilter.loadAllowedConfig(editor.config.get('htmlSupport.allow') || []); dataFilter.loadDisallowedConfig(editor.config.get('htmlSupport.disallow') || []); @@ -95291,12 +96899,12 @@ class WordCount extends Plugin { } _getText() { let txt = ''; - for (const rootName of this.editor.model.document.getRootNames()) { + for (const root of this.editor.model.document.getRoots()) { if (txt !== '') { // Add a delimiter, so words from each root are treated independently. txt += '\n'; } - txt += modelElementToPlainText(this.editor.model.document.getRoot(rootName)); + txt += modelElementToPlainText(root); } return txt; } diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ar.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ar.js index 33267723cac8..53e196167a7f 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ar.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ar.js @@ -1 +1 @@ -(function(d){ const l = d['ar'] = d['ar'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"محاذاة لليسار","Align right":"محاذاة لليمين","Align center":"محاذاة في المنتصف",Justify:"ضبط","Text alignment":"محاذاة النص","Text alignment toolbar":"شريط أدوات محاذاة النص",Bold:"عريض",Italic:"مائل",Underline:"تحته خط",Code:"شفرة برمجية",Strikethrough:"يتوسطه خط",Subscript:"حرف منخفض",Superscript:"حرف مرتفع","Block quote":"اقتباس","Insert code block":"إدراج كتلة تعليمات برمجية","Plain text":"نص عادي",Cancel:"إلغاء","Remove color":"إزالة اللون","Restore default":"استعادة الافتراضي",Save:"حفظ","Show more items":"عرض المزيد من العناصر","%0 of %1":"%0 من %1","Cannot upload file:":"لا يمكن رفع الملف:","Rich Text Editor. Editing area: %0":"محرر النصوص المنسّقة. منطقة التحرير: %0","Find and replace":"البحث والاستبدال","Find in text…":"البحث في النص...",Find:"البحث","Previous result":"النتيجة السابقة","Next result":"النتيجة التالية",Replace:"استبدال","Replace all":"استبدال الكل","Match case":"مطابقة حالة الأحرف","Whole words only":"الكلمات بأكملها فقط","Replace with…":"استبدال بـ...","Text to find must not be empty.":"لا يمكن لبيان النص المطلوب البحث عنه أن يكون فارغاً.","Tip: Find some text first in order to replace it.":"نصيحة: في البداية، ابحث عن جزء من النص؛ لتتمكن من استبداله. ","Show options":"عرض الخيارات",Paragraph:"فقرة",Heading:"عنوان","Choose heading":"اختر عنوان","Heading 1":"عنوان 1","Heading 2":"عنوان 2","Heading 3":"عنوان 3","Heading 4":"عنوان 4","Heading 5":"عنوان 5","Heading 6":"عنوان 6","Type your title":"أدخل العنوان","Type or paste your content here.":"أكتب المحتوى أو ألصقه هنا.","Horizontal line":"خط أفقي","HTML object":"عنصر HTML","Increase indent":"زيادة المسافة البادئة","Decrease indent":"تقليص المسافة البادئة",Unlink:"إلغاء الرابط",Link:"رابط","Link URL":"رابط عنوان","Link image":"ربط الصورة","Edit link":"تحرير الرابط","Open link in new tab":"فتح الرابط في تبويب جديد","This link has no URL":"لا يحتوي هذا الرابط على عنوان","Open in a new tab":"فتح في تبويب جديد",Downloadable:"يمكن تنزيله","Numbered List":"قائمة رقمية","Bulleted List":"قائمة نقطية","To-do List":"قائمة المهام","Bulleted list styles toolbar":"شريط أدوات أنماط قوائم التعداد النقطي","Numbered list styles toolbar":"شريط أدوات أنماط القوائم المرقمة","Toggle the disc list style":"تبديل نمط قائمة الأقراص","Toggle the circle list style":"تبديل نمط قائمة الدوائر","Toggle the square list style":"تبديل نمط قائمة المربعات","Toggle the decimal list style":"تبديل نمط قائمة الأرقام العشرية","Toggle the decimal with leading zero list style":"تبديل الأرقام العشرية بنمط قائمة الأصفار البادئة","Toggle the lower–roman list style":"تبديل نمط قائمة الأرقام الرومانية الصغيرة","Toggle the upper–roman list style":"تبديل نمط قائمة الأرقام الرومانية الكبيرة","Toggle the lower–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الصغيرة","Toggle the upper–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الكبيرة",Disc:"قرص",Circle:"دائرة",Square:"مربع",Decimal:"رقم عشري","Decimal with leading zero":"رقم عشري مع البدء بصفر ","Lower–roman":"رقم روماني صغير","Upper-roman":"رقم روماني كبير","Lower-latin":"حرف لاتيني صغير","Upper-latin":"حرف لاتيني كبير","List properties":"خصائص القائمة","Start at":"البدء من","Start index must be greater than 0.":"يجب أن تكون قيمة البداية في الفهرس أكبر من 0.","Reversed order":"عكس اتجاه الترتيب","Remove Format":"إزالة التنسيق","Select all":"تحديد الكل",Source:"المصدر","Special characters":"أحرف خاصة",All:"الكل",Arrows:"أسهم",Currency:"عملة",Latin:"لاتيني",Mathematical:"رياضي",Text:"نص","leftwards simple arrow":"سهم بسيط يشير إلى اليسار","rightwards simple arrow":"سهم بسيط يشير إلى اليمين","upwards simple arrow":"سهم بسيط يشير إلى الأعلى","downwards simple arrow":"سهم بسيط يشير إلى الأسفل","leftwards double arrow":"سهم مزدوج متجه يساراً","rightwards double arrow":"سهم مزدوج متجه يميناً","upwards double arrow":"سهم مزدوج متجه لأعلى","downwards double arrow":"سهم مزدوج متجه لأسفل","leftwards dashed arrow":"سهم متقطع متجه يساراً","rightwards dashed arrow":"سهم متقطع متجه يميناً","upwards dashed arrow":"سهم متقطع متجه لأعلى","downwards dashed arrow":"سهم متقطع متجه لأسفل","leftwards arrow to bar":"سهم يشير إلى خط جهة اليسار","rightwards arrow to bar":"سهم يشير إلى خط جهة اليمين","upwards arrow to bar":"سهم لأعلى يشير إلى خط","downwards arrow to bar":"سهم لأسفل يشير إلى خط","up down arrow with base":"سهم بالاتجاهين أعلى وأسفل، له قاعدة","back with leftwards arrow above":"\"عودة\" أعلاها سهم يتجه يساراً","end with leftwards arrow above":"\"النهاية\" أعلاها سهم يتجه يساراً","on with exclamation mark with left right arrow above":"\"يعمل\" وعلامة تعجب، أعلاهما سهم باتجاهين يميناً ويساراً","soon with rightwards arrow above":"\"قريباً\" أعلاها سهم يتجه يميناً","top with upwards arrow above":"\"إلى القمة\" أعلاها سهم لأعلى","Dollar sign":"رمز الدولار","Euro sign":"رمز اليورو","Yen sign":"رمز الين","Pound sign":"رمز الجنيه","Cent sign":"رمز السنت","Euro-currency sign":"رمز عملة اليورو","Colon sign":"رمز الكولون","Cruzeiro sign":"رمز الكروزيرو","French franc sign":"رمز الفرانك الفرنسي","Lira sign":"رمز الليرة","Currency sign":"رمز العملة","Bitcoin sign":"رمز البيتكوين","Mill sign":"رمز المليم","Naira sign":"رمز النيرة","Peseta sign":"رمز البيزيتا","Rupee sign":"رمز الروبية","Won sign":"رمز الوون","New sheqel sign":"رمز الشيكل الجديد","Dong sign":"رمز الدونغ","Kip sign":"رمز الكيب","Tugrik sign":"رمز التوغروغ","Drachma sign":"رمز الدراخما","German penny sign":"رمز البنس الألماني","Peso sign":"رمز البيزو","Guarani sign":"رمز الغواراني","Austral sign":"رمز الأسترال","Hryvnia sign":"رمز الهريفنا","Cedi sign":"رمز السيدي","Livre tournois sign":"رمز الليفر تورنوز","Spesmilo sign":"رمز السبسميلو","Tenge sign":"رمز التينغ","Indian rupee sign":"رمز الروبية الهندية","Turkish lira sign":"رمز الليرة التركية","Nordic mark sign":"رمز المارك الاسكندنافي","Manat sign":"رمز المانات","Ruble sign":"رمز الروبيل","Latin capital letter a with macron":"حرف a لاتيني كبير مع علامة تشكيل ماكرون","Latin small letter a with macron":"حرف a لاتيني صغير مع علامة تشكيل ماكرون","Latin capital letter a with breve":"حرف a لاتيني كبير مع علامة تشكيل بريف","Latin small letter a with breve":"حرف a لاتيني صغير مع علامة تشكيل بريف","Latin capital letter a with ogonek":"حرف a لاتيني كبير مع علامة تشكيل خطاف","Latin small letter a with ogonek":"حرف a لاتيني صغير مع علامة تشكيل خطاف","Latin capital letter c with acute":"حرف c لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter c with acute":"حرف c لاتيني صغير مع علامة تشكيل النبرة الحادة","Latin capital letter c with circumflex":"حرف c لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter c with circumflex":"حرف c لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter c with dot above":"حرف c لاتيني كبير مع نقطة أعلاه","Latin small letter c with dot above":"حرف c لاتيني صغير مع نقطة أعلاه","Latin capital letter c with caron":"حرف c لاتيني كبير مع علامة تشكيل كارون","Latin small letter c with caron":"حرف c لاتيني صغير مع علامة تشكيل كارون","Latin capital letter d with caron":"حرف d لاتيني كبير مع علامة تشكيل كارون","Latin small letter d with caron":"حرف d لاتيني صغير مع علامة تشكيل كارون","Latin capital letter d with stroke":"حرف d لاتيني كبير مع علامة شطب","Latin small letter d with stroke":"حرف d لاتيني صغير مع علامة شطب","Latin capital letter e with macron":"حرف e لاتيني كبير مع علامة تشكيل ماكرون","Latin small letter e with macron":"حرف e لاتيني صغير مع علامة تشكيل ماكرون","Latin capital letter e with breve":"حرف e لاتيني كبير مع علامة تشكيل بريف","Latin small letter e with breve":"حرف e لاتيني صغير مع علامة تشكيل بريف","Latin capital letter e with dot above":"حرف e لاتيني كبير مع نقطة أعلاه","Latin small letter e with dot above":"حرف e لاتيني صغير مع نقطة أعلاه","Latin capital letter e with ogonek":"حرف e لاتيني كبير مع علامة تشكيل خطاف","Latin small letter e with ogonek":"حرف e لاتيني صغير مع علامة تشكيل خطاف","Latin capital letter e with caron":"حرف e لاتيني كبير مع علامة تشكيل كارون","Latin small letter e with caron":"حرف e لاتيني صغير مع علامة تشكيل كارون","Latin capital letter g with circumflex":"حرف g لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter g with circumflex":"حرف g لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter g with breve":"حرف g لاتيني كبير مع علامة تشكيل بريف","Latin small letter g with breve":"حرف g لاتيني صغير مع علامة تشكيل بريف","Latin capital letter g with dot above":"حرف g لاتيني كبير مع نقطة أعلاه","Latin small letter g with dot above":"حرف g لاتيني صغير مع نقطة أعلاه","Latin capital letter g with cedilla":"حرف g لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter g with cedilla":"حرف g لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter h with circumflex":"حرف h لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter h with circumflex":"حرف h لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter h with stroke":"حرف h لاتيني كبير مع علامة شطب","Latin small letter h with stroke":"حرف h لاتيني صغير مع علامة شطب","Latin capital letter i with tilde":"حرف i لاتيني كبير مع علامة المد","Latin small letter i with tilde":"حرف i لاتيني صغير مع علامة المد","Latin capital letter i with macron":"حرف i لاتيني كبير مع علامة تشكيل ماكرون","Latin small letter i with macron":"حرف i لاتيني صغير مع علامة تشكيل ماكرون","Latin capital letter i with breve":"حرف i لاتيني كبير مع علامة تشكيل بريف","Latin small letter i with breve":"حرف i لاتيني صغير مع علامة تشكيل بريف","Latin capital letter i with ogonek":"حرف i لاتيني كبير مع علامة تشكيل خطاف","Latin small letter i with ogonek":"حرف i لاتيني صغير مع علامة تشكيل خطاف","Latin capital letter i with dot above":"حرف i لاتيني كبير مع نقطة أعلاه","Latin small letter dotless i":"حرف i لاتيني صغير بدون نقطة","Latin capital ligature ij":"حرف ij لاتيني مُركَّب كبير","Latin small ligature ij":"حرف ij لاتيني مُركَّب صغير","Latin capital letter j with circumflex":"حرف j لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter j with circumflex":"حرف j لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter k with cedilla":"حرف k لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter k with cedilla":"حرف k لاتيني صغير مع علامة تشكيل السيديلة","Latin small letter kra":"حرف kra لاتيني صغير","Latin capital letter l with acute":"حرف l لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter l with acute":"حرف l لاتيني صغير مع علامة تشكيل النبرة الحادة","Latin capital letter l with cedilla":"حرف l لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter l with cedilla":"حرف l لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter l with caron":"حرف l لاتيني كبير مع علامة تشكيل كارون","Latin small letter l with caron":"حرف l لاتيني صغير مع علامة تشكيل كارون","Latin capital letter l with middle dot":"حرف l لاتيني كبير مع نقطة عند الوسط","Latin small letter l with middle dot":"حرف l لاتيني صغير مع نقطة عند الوسط","Latin capital letter l with stroke":"حرف l لاتيني كبير مع علامة شطب","Latin small letter l with stroke":"حرف l لاتيني صغير مع علامة شطب","Latin capital letter n with acute":"حرف n لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter n with acute":"حرف n لاتيني صغير مع علامة تشكيل النبرة الحادة","Latin capital letter n with cedilla":"حرف n لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter n with cedilla":"حرف n لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter n with caron":"حرف n لاتيني كبير مع علامة تشكيل كارون","Latin small letter n with caron":"حرف n لاتيني صغير مع علامة تشكيل كارون","Latin small letter n preceded by apostrophe":"حرف n لاتيني صغير مسبوقة بعلامة فاصلة عليا","Latin capital letter eng":"حرف eng لاتيني كبير","Latin small letter eng":"حرف eng لاتيني صغير","Latin capital letter o with macron":"حرف o لاتيني كبير مع علامة تشكيل ماكرون","Latin small letter o with macron":"حرف o لاتيني صغير مع علامة تشكيل ماكرون","Latin capital letter o with breve":"حرف o لاتيني كبير مع علامة تشكيل بريف","Latin small letter o with breve":"حرف o لاتيني صغير مع علامة تشكيل بريف","Latin capital letter o with double acute":"حرف o لاتيني كبير مع علامة تشكيل النبرة الحادة المزدوجة","Latin small letter o with double acute":"حرف o لاتيني صغير مع علامة تشكيل النبرة الحادة المزدوجة","Latin capital ligature oe":"حرف oe لاتيني مُركَّب كبير","Latin small ligature oe":"حرف oe لاتيني مُركَّب صغير","Latin capital letter r with acute":"حرف r لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter r with acute":"حرف r لاتيني صغير مع علامة تشكيل النبرة الحادة\n","Latin capital letter r with cedilla":"حرف r لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter r with cedilla":"حرف r لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter r with caron":"حرف r لاتيني كبير مع علامة تشكيل كارون","Latin small letter r with caron":"حرف r لاتيني صغير مع علامة تشكيل كارون","Latin capital letter s with acute":"حرف s لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter s with acute":"حرف s لاتيني صغير مع علامة تشكيل النبرة الحادة","Latin capital letter s with circumflex":"حرف s لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter s with circumflex":"حرف s لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter s with cedilla":"حرف s لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter s with cedilla":"حرف s لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter s with caron":"حرف s لاتيني كبير مع علامة تشكيل كارون","Latin small letter s with caron":"حرف s لاتيني صغير مع علامة تشكيل كارون","Latin capital letter t with cedilla":"حرف t لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter t with cedilla":"حرف t لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter t with caron":"حرف t لاتيني كبير مع علامة تشكيل كارون","Latin small letter t with caron":"حرف t لاتيني صغير مع علامة تشكيل كارون","Latin capital letter t with stroke":"حرف t لاتيني كبير مع علامة شطب","Latin small letter t with stroke":"حرف t لاتيني صغير مع علامة شطب","Latin capital letter u with tilde":"حرف u لاتيني كبير مع علامة المد","Latin small letter u with tilde":"حرف u لاتيني صغير مع علامة المد","Latin capital letter u with macron":"حرف u لاتيني كبير مع علامة تشكيل ماكرون","Latin small letter u with macron":"حرف u لاتيني صغير مع علامة تشكيل ماكرون","Latin capital letter u with breve":"حرف u لاتيني كبير مع علامة تشكيل بريف","Latin small letter u with breve":"حرف u لاتيني صغير مع علامة تشكيل بريف","Latin capital letter u with ring above":"حرف u لاتيني كبير مع حلقة أعلاه","Latin small letter u with ring above":"حرف u لاتيني صغير مع حلقة أعلاه","Latin capital letter u with double acute":"حرف u لاتيني كبير مع علامة تشكيل النبرة الحادة المزدوجة","Latin small letter u with double acute":"حرف u لاتيني صغير مع علامة تشكيل النبرة الحادة المزدوجة","Latin capital letter u with ogonek":"حرف u لاتيني كبير مع علامة تشكيل خطاف","Latin small letter u with ogonek":"حرف u لاتيني صغير مع علامة تشكيل خطاف","Latin capital letter w with circumflex":"حرف w لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter w with circumflex":"حرف w لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter y with circumflex":"حرف y لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter y with circumflex":"حرف y لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter y with diaeresis":"حرف y لاتيني كبير مع نقطتين أعلاه","Latin capital letter z with acute":"حرف z لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter z with acute":"حرف z لاتيني صغير مع علامة تشكيل النبرة الحادة","Latin capital letter z with dot above":"حرف z لاتيني كبير مع نقطة أعلاه","Latin small letter z with dot above":"حرف z لاتيني صغير مع نقطة أعلاه","Latin capital letter z with caron":"حرف z لاتيني كبير مع علامة تشكيل كارون","Latin small letter z with caron":"حرف z لاتيني صغير مع علامة تشكيل كارون","Latin small letter long s":"حرف \"s طويل\" لاتيني صغير","Less-than sign":"علامة أقل من","Greater-than sign":"علامة أكبر من","Less-than or equal to":"أقل من أو يساوي","Greater-than or equal to":"أكبر من أو يساوي","En dash":"شرطة قصيرة","Em dash":"شرطة طويلة",Macron:"علامة التشكيل ماكرون",Overline:"خط أعلى الحرف","Degree sign":"علامة الدرجة","Minus sign":"علامة الطرح","Plus-minus sign":"علامة الطرح والجمع","Division sign":"علامة القسمة","Fraction slash":"شرطة الكسر","Multiplication sign":"علامة الضرب","Latin small letter f with hook":"حرف f لاتيني صغير مع علامة الخطاف",Integral:"علامة التكامل","N-ary summation":"جمع مصفوفة N",Infinity:"علامة ما لا نهاية","Square root":"الجذر التربيعي","Tilde operator":"علامة دلتا","Approximately equal to":"يساوي تقريباً","Almost equal to":"يساوي على الأرجح","Not equal to":"لا يساوي","Identical to":"مطابق لـ","Element of":"ينتمي إلى","Not an element of":"لا ينتمي إلى","Contains as member":"يحتوي كعضو","N-ary product":"حاصل مصفوفة N","Logical and":"and المنطقية","Logical or":"or المنطقية","Not sign":"علامة Not المنطقية",Intersection:"تقاطع",Union:"اتحاد","Partial differential":"التفاضلية الجزئية","For all":"علامة للكل","There exists":"علامة يوجد بها","Empty set":"مجموعة فارغة",Nabla:"رمز نبلة","Asterisk operator":"علامة الضرب (النجمة)","Proportional to":"يتناسب مع",Angle:"علامة الزاوية","Vulgar fraction one quarter":"الكسر الاعتيادي ربع","Vulgar fraction one half":"الكسر الاعتيادي نصف","Vulgar fraction three quarters":"الكسر الاعتيادي ثلاثة أرباع","Single left-pointing angle quotation mark":"علامة تنصيص أحادية، رمز الزاوية، تشير جهة اليسار","Single right-pointing angle quotation mark":"علامة تنصيص أحادية، رمز الزاوية، تشير جهة اليمين","Left-pointing double angle quotation mark":"علامة تنصيص مزدوجة، رمز الزاوية، تشير جهة اليسار","Right-pointing double angle quotation mark":"علامة تنصيص مزدوجة، رمز الزاوية، تشير جهة اليمين","Left single quotation mark":"علامة تنصيص أحادية، تشير جهة اليسار","Right single quotation mark":"علامة تنصيص أحادية، تشير جهة اليمين","Left double quotation mark":"علامة تنصيص مزدوجة، تشير جهة اليسار","Right double quotation mark":"علامة تنصيص مزدوجة، تشير جهة اليمين","Single low-9 quotation mark":"علامة تنصيص 9 منخفضة، أحادية","Double low-9 quotation mark":"علامة تنصيص 9 منخفضة، مزدوجة","Inverted exclamation mark":"علامة تعجّب مقلوبة","Inverted question mark":"علامة استفهام مقلوبة","Two dot leader":"سابقة من نقطتان","Horizontal ellipsis":"علامة القطع الأفقي","Double dagger":"رمز الخنجر المزدوج","Per mille sign":"علامة \"لكل ميل\"","Per ten thousand sign":"علامة \"لكل 10 آلاف\"","Double exclamation mark":"علامة تعجّب مزدوجة","Question exclamation mark":"علامة استفهام مزدوجة","Exclamation question mark":"علامة استفهام مع علامة تعجب","Double question mark":"علامة استفهام مزدوجة","Copyright sign":"علامة \"حق التأليف والنشر\"","Registered sign":"علامة \"مسجل\"","Trade mark sign":"رمز العلامة التجارية","Section sign":"علامة القطاع","Paragraph sign":"علامة الفقرة","Reversed paragraph sign":"علامة الفقرة مقلوبة","Character categories":"فئات الأحرف",Styles:"الأنماط","Multiple styles":"أنماط متعددة","Block styles":"أنماط الكتل","Text styles":"أنماط النصوص","Insert table":"إدراج جدول","Header column":"عمود عنوان","Insert column left":"أدخل العمود إلى اليسار","Insert column right":"أدخل العمود إلى اليمين","Delete column":"حذف العمود","Select column":"حدد العمود",Column:"عمود","Header row":"صف عنوان","Insert row below":"ادراج صف بعد","Insert row above":"ادراج صف قبل","Delete row":"حذف الصف","Select row":"حدد صفًا",Row:"صف","Merge cell up":"دمج الخلايا للأعلى","Merge cell right":"دمج الخلايا لليمين","Merge cell down":"دمج الخلايا للأسفل","Merge cell left":"دمج الخلايا لليسار","Split cell vertically":"فصل الخلايا بشكل عمودي","Split cell horizontally":"فصل الخلايا بشكل افقي","Merge cells":"دمج الخلايا","Table toolbar":"شريط أدوات الجدول","Table properties":"خصائص الجدول","Cell properties":"خصائص الخلية",Border:"الحدود",Style:"أسلوب",Width:"العرض",Height:"الارتفاع",Color:"اللون",Background:"الخلفية",Padding:"الحاشية",Dimensions:"الابعاد","Table cell text alignment":"محاذاة نص خلية الجدول",Alignment:"المحاذاة","Horizontal text alignment toolbar":"شريط أدوات محاذاة النص الأفقي","Vertical text alignment toolbar":"شريط أدوات محاذاة النص العمودي","Table alignment toolbar":"شريط أدوات محاذاة الجدول",None:"لا شيء",Solid:"صلب",Dotted:"منقط",Dashed:"متقطع",Double:"مزدوج",Groove:"إطار محفور",Ridge:"إطار ناتئ",Inset:"منخفض",Outset:"بارز","Align cell text to the left":"قم بمحاذاة نص الخلية إلى اليسار","Align cell text to the center":"قم بمحاذاة نص الخلية إلى المركز","Align cell text to the right":"قم بمحاذاة نص الخلية إلى اليمين","Justify cell text":"ضبط نص الخلية","Align cell text to the top":"قم بمحاذاة نص الخلية إلى الأعلى","Align cell text to the middle":"قم بمحاذاة نص الخلية إلى المنتصف","Align cell text to the bottom":"قم بمحاذاة نص الخلية للاسفل","Align table to the left":"قم بمحاذاة الجدول إلى اليسار","Center table":"قم بمحاذاة الجدول إلى المنتصف","Align table to the right":"قم بمحاذاة الجدول إلى اليمين","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"هذا اللون غير صالح. جرِّب \"#FF0000\" أو \"rgb(255,0,0)\" أو \"أحمر\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"هذه القيمة غير صالحة. جرِّب \"10px\" أو \"2em\" أو \"2\" وحسب.","Color picker":"أداة انتقاء الألوان","Toggle caption off":"إخفاء التسمية التوضيحية","Toggle caption on":"عرض التسمية التوضيحية","Enter table caption":"أدخل التسمية التوضيحية للجدول","Rich Text Editor":"معالج نصوص","Editor editing area: %0":"منطقة تحرير المحرر: %0","Edit block":"كتلة التحرير",Next:"التالي",Previous:"السابق","Editor toolbar":"شريط أدوات المحرر","Dropdown toolbar":"شريط أدوات القائمة المنسدلة",Black:"أسود","Dim grey":"رمادي خافت",Grey:"رمادي","Light grey":"رمادي فاتح",White:"أبيض",Red:"أحمر",Orange:"برتقالي",Yellow:"أصفر","Light green":"أخضر فاتح",Green:"أخضر",Aquamarine:"أخضر زبرجد",Turquoise:"فيروزي","Light blue":"أزرق فاتح",Blue:"أزرق",Purple:"أرجواني","Editor block content toolbar":"شريط المحرر لأدوات كتلة المحتوى","Editor contextual toolbar":"شريط المحرر للأدوات السياقية",HEX:"",Undo:"تراجع",Redo:"إعادة","Upload in progress":"جاري الرفع","Widget toolbar":"شريط أدوات الواجهة","Insert paragraph before block":"إدراج فقرة قبل الكتلة","Insert paragraph after block":"إدراج فقرة بعد الكتلة","Press Enter to type after or press Shift + Enter to type before the widget":"اضغط على Enter للكتابة بعد ذلك أو اضغط على Shift + Enter للكتابة قبل الأداة","Words: %0":"الكلمات: %0","Characters: %0":"الأحرف: %0"} );l.getPluralForm=function(n){return n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ar'] = d['ar'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"محاذاة لليسار","Align right":"محاذاة لليمين","Align center":"محاذاة في المنتصف",Justify:"ضبط","Text alignment":"محاذاة النص","Text alignment toolbar":"شريط أدوات محاذاة النص",Bold:"عريض",Italic:"مائل",Underline:"تحته خط",Code:"شفرة برمجية",Strikethrough:"يتوسطه خط",Subscript:"حرف منخفض",Superscript:"حرف مرتفع","Block quote":"اقتباس","Insert code block":"إدراج كتلة تعليمات برمجية","Plain text":"نص عادي",Cancel:"إلغاء","Remove color":"إزالة اللون","Restore default":"استعادة الافتراضي",Save:"حفظ","Show more items":"عرض المزيد من العناصر","%0 of %1":"%0 من %1","Cannot upload file:":"لا يمكن رفع الملف:","Rich Text Editor. Editing area: %0":"محرر النصوص المنسّقة. منطقة التحرير: %0","Find and replace":"البحث والاستبدال","Find in text…":"البحث في النص...",Find:"البحث","Previous result":"النتيجة السابقة","Next result":"النتيجة التالية",Replace:"استبدال","Replace all":"استبدال الكل","Match case":"مطابقة حالة الأحرف","Whole words only":"الكلمات بأكملها فقط","Replace with…":"استبدال بـ...","Text to find must not be empty.":"لا يمكن لبيان النص المطلوب البحث عنه أن يكون فارغاً.","Tip: Find some text first in order to replace it.":"نصيحة: في البداية، ابحث عن جزء من النص؛ لتتمكن من استبداله. ","Show options":"عرض الخيارات",Paragraph:"فقرة",Heading:"عنوان","Choose heading":"اختر عنوان","Heading 1":"عنوان 1","Heading 2":"عنوان 2","Heading 3":"عنوان 3","Heading 4":"عنوان 4","Heading 5":"عنوان 5","Heading 6":"عنوان 6","Type your title":"أدخل العنوان","Type or paste your content here.":"أكتب المحتوى أو ألصقه هنا.","Horizontal line":"خط أفقي","HTML object":"عنصر HTML","Increase indent":"زيادة المسافة البادئة","Decrease indent":"تقليص المسافة البادئة",Unlink:"إلغاء الرابط",Link:"رابط","Link URL":"رابط عنوان","Link image":"ربط الصورة","Edit link":"تحرير الرابط","Open link in new tab":"فتح الرابط في تبويب جديد","This link has no URL":"لا يحتوي هذا الرابط على عنوان","Open in a new tab":"فتح في تبويب جديد",Downloadable:"يمكن تنزيله","Numbered List":"قائمة رقمية","Bulleted List":"قائمة نقطية","To-do List":"قائمة المهام","Bulleted list styles toolbar":"شريط أدوات أنماط قوائم التعداد النقطي","Numbered list styles toolbar":"شريط أدوات أنماط القوائم المرقمة","Toggle the disc list style":"تبديل نمط قائمة الأقراص","Toggle the circle list style":"تبديل نمط قائمة الدوائر","Toggle the square list style":"تبديل نمط قائمة المربعات","Toggle the decimal list style":"تبديل نمط قائمة الأرقام العشرية","Toggle the decimal with leading zero list style":"تبديل الأرقام العشرية بنمط قائمة الأصفار البادئة","Toggle the lower–roman list style":"تبديل نمط قائمة الأرقام الرومانية الصغيرة","Toggle the upper–roman list style":"تبديل نمط قائمة الأرقام الرومانية الكبيرة","Toggle the lower–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الصغيرة","Toggle the upper–latin list style":"تبديل نمط قائمة الأحرف اللاتينية الكبيرة",Disc:"قرص",Circle:"دائرة",Square:"مربع",Decimal:"رقم عشري","Decimal with leading zero":"رقم عشري مع البدء بصفر ","Lower–roman":"رقم روماني صغير","Upper-roman":"رقم روماني كبير","Lower-latin":"حرف لاتيني صغير","Upper-latin":"حرف لاتيني كبير","List properties":"خصائص القائمة","Start at":"البدء من","Start index must be greater than 0.":"يجب أن تكون قيمة البداية في الفهرس أكبر من 0.","Reversed order":"عكس اتجاه الترتيب","Remove Format":"إزالة التنسيق","Select all":"تحديد الكل","Show blocks":"عرض الكتل",Source:"المصدر","Special characters":"أحرف خاصة",All:"الكل",Arrows:"أسهم",Currency:"عملة",Latin:"لاتيني",Mathematical:"رياضي",Text:"نص","leftwards simple arrow":"سهم بسيط يشير إلى اليسار","rightwards simple arrow":"سهم بسيط يشير إلى اليمين","upwards simple arrow":"سهم بسيط يشير إلى الأعلى","downwards simple arrow":"سهم بسيط يشير إلى الأسفل","leftwards double arrow":"سهم مزدوج متجه يساراً","rightwards double arrow":"سهم مزدوج متجه يميناً","upwards double arrow":"سهم مزدوج متجه لأعلى","downwards double arrow":"سهم مزدوج متجه لأسفل","leftwards dashed arrow":"سهم متقطع متجه يساراً","rightwards dashed arrow":"سهم متقطع متجه يميناً","upwards dashed arrow":"سهم متقطع متجه لأعلى","downwards dashed arrow":"سهم متقطع متجه لأسفل","leftwards arrow to bar":"سهم يشير إلى خط جهة اليسار","rightwards arrow to bar":"سهم يشير إلى خط جهة اليمين","upwards arrow to bar":"سهم لأعلى يشير إلى خط","downwards arrow to bar":"سهم لأسفل يشير إلى خط","up down arrow with base":"سهم بالاتجاهين أعلى وأسفل، له قاعدة","back with leftwards arrow above":"\"عودة\" أعلاها سهم يتجه يساراً","end with leftwards arrow above":"\"النهاية\" أعلاها سهم يتجه يساراً","on with exclamation mark with left right arrow above":"\"يعمل\" وعلامة تعجب، أعلاهما سهم باتجاهين يميناً ويساراً","soon with rightwards arrow above":"\"قريباً\" أعلاها سهم يتجه يميناً","top with upwards arrow above":"\"إلى القمة\" أعلاها سهم لأعلى","Dollar sign":"رمز الدولار","Euro sign":"رمز اليورو","Yen sign":"رمز الين","Pound sign":"رمز الجنيه","Cent sign":"رمز السنت","Euro-currency sign":"رمز عملة اليورو","Colon sign":"رمز الكولون","Cruzeiro sign":"رمز الكروزيرو","French franc sign":"رمز الفرانك الفرنسي","Lira sign":"رمز الليرة","Currency sign":"رمز العملة","Bitcoin sign":"رمز البيتكوين","Mill sign":"رمز المليم","Naira sign":"رمز النيرة","Peseta sign":"رمز البيزيتا","Rupee sign":"رمز الروبية","Won sign":"رمز الوون","New sheqel sign":"رمز الشيكل الجديد","Dong sign":"رمز الدونغ","Kip sign":"رمز الكيب","Tugrik sign":"رمز التوغروغ","Drachma sign":"رمز الدراخما","German penny sign":"رمز البنس الألماني","Peso sign":"رمز البيزو","Guarani sign":"رمز الغواراني","Austral sign":"رمز الأسترال","Hryvnia sign":"رمز الهريفنا","Cedi sign":"رمز السيدي","Livre tournois sign":"رمز الليفر تورنوز","Spesmilo sign":"رمز السبسميلو","Tenge sign":"رمز التينغ","Indian rupee sign":"رمز الروبية الهندية","Turkish lira sign":"رمز الليرة التركية","Nordic mark sign":"رمز المارك الاسكندنافي","Manat sign":"رمز المانات","Ruble sign":"رمز الروبيل","Latin capital letter a with macron":"حرف a لاتيني كبير مع علامة تشكيل ماكرون","Latin small letter a with macron":"حرف a لاتيني صغير مع علامة تشكيل ماكرون","Latin capital letter a with breve":"حرف a لاتيني كبير مع علامة تشكيل بريف","Latin small letter a with breve":"حرف a لاتيني صغير مع علامة تشكيل بريف","Latin capital letter a with ogonek":"حرف a لاتيني كبير مع علامة تشكيل خطاف","Latin small letter a with ogonek":"حرف a لاتيني صغير مع علامة تشكيل خطاف","Latin capital letter c with acute":"حرف c لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter c with acute":"حرف c لاتيني صغير مع علامة تشكيل النبرة الحادة","Latin capital letter c with circumflex":"حرف c لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter c with circumflex":"حرف c لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter c with dot above":"حرف c لاتيني كبير مع نقطة أعلاه","Latin small letter c with dot above":"حرف c لاتيني صغير مع نقطة أعلاه","Latin capital letter c with caron":"حرف c لاتيني كبير مع علامة تشكيل كارون","Latin small letter c with caron":"حرف c لاتيني صغير مع علامة تشكيل كارون","Latin capital letter d with caron":"حرف d لاتيني كبير مع علامة تشكيل كارون","Latin small letter d with caron":"حرف d لاتيني صغير مع علامة تشكيل كارون","Latin capital letter d with stroke":"حرف d لاتيني كبير مع علامة شطب","Latin small letter d with stroke":"حرف d لاتيني صغير مع علامة شطب","Latin capital letter e with macron":"حرف e لاتيني كبير مع علامة تشكيل ماكرون","Latin small letter e with macron":"حرف e لاتيني صغير مع علامة تشكيل ماكرون","Latin capital letter e with breve":"حرف e لاتيني كبير مع علامة تشكيل بريف","Latin small letter e with breve":"حرف e لاتيني صغير مع علامة تشكيل بريف","Latin capital letter e with dot above":"حرف e لاتيني كبير مع نقطة أعلاه","Latin small letter e with dot above":"حرف e لاتيني صغير مع نقطة أعلاه","Latin capital letter e with ogonek":"حرف e لاتيني كبير مع علامة تشكيل خطاف","Latin small letter e with ogonek":"حرف e لاتيني صغير مع علامة تشكيل خطاف","Latin capital letter e with caron":"حرف e لاتيني كبير مع علامة تشكيل كارون","Latin small letter e with caron":"حرف e لاتيني صغير مع علامة تشكيل كارون","Latin capital letter g with circumflex":"حرف g لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter g with circumflex":"حرف g لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter g with breve":"حرف g لاتيني كبير مع علامة تشكيل بريف","Latin small letter g with breve":"حرف g لاتيني صغير مع علامة تشكيل بريف","Latin capital letter g with dot above":"حرف g لاتيني كبير مع نقطة أعلاه","Latin small letter g with dot above":"حرف g لاتيني صغير مع نقطة أعلاه","Latin capital letter g with cedilla":"حرف g لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter g with cedilla":"حرف g لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter h with circumflex":"حرف h لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter h with circumflex":"حرف h لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter h with stroke":"حرف h لاتيني كبير مع علامة شطب","Latin small letter h with stroke":"حرف h لاتيني صغير مع علامة شطب","Latin capital letter i with tilde":"حرف i لاتيني كبير مع علامة المد","Latin small letter i with tilde":"حرف i لاتيني صغير مع علامة المد","Latin capital letter i with macron":"حرف i لاتيني كبير مع علامة تشكيل ماكرون","Latin small letter i with macron":"حرف i لاتيني صغير مع علامة تشكيل ماكرون","Latin capital letter i with breve":"حرف i لاتيني كبير مع علامة تشكيل بريف","Latin small letter i with breve":"حرف i لاتيني صغير مع علامة تشكيل بريف","Latin capital letter i with ogonek":"حرف i لاتيني كبير مع علامة تشكيل خطاف","Latin small letter i with ogonek":"حرف i لاتيني صغير مع علامة تشكيل خطاف","Latin capital letter i with dot above":"حرف i لاتيني كبير مع نقطة أعلاه","Latin small letter dotless i":"حرف i لاتيني صغير بدون نقطة","Latin capital ligature ij":"حرف ij لاتيني مُركَّب كبير","Latin small ligature ij":"حرف ij لاتيني مُركَّب صغير","Latin capital letter j with circumflex":"حرف j لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter j with circumflex":"حرف j لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter k with cedilla":"حرف k لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter k with cedilla":"حرف k لاتيني صغير مع علامة تشكيل السيديلة","Latin small letter kra":"حرف kra لاتيني صغير","Latin capital letter l with acute":"حرف l لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter l with acute":"حرف l لاتيني صغير مع علامة تشكيل النبرة الحادة","Latin capital letter l with cedilla":"حرف l لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter l with cedilla":"حرف l لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter l with caron":"حرف l لاتيني كبير مع علامة تشكيل كارون","Latin small letter l with caron":"حرف l لاتيني صغير مع علامة تشكيل كارون","Latin capital letter l with middle dot":"حرف l لاتيني كبير مع نقطة عند الوسط","Latin small letter l with middle dot":"حرف l لاتيني صغير مع نقطة عند الوسط","Latin capital letter l with stroke":"حرف l لاتيني كبير مع علامة شطب","Latin small letter l with stroke":"حرف l لاتيني صغير مع علامة شطب","Latin capital letter n with acute":"حرف n لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter n with acute":"حرف n لاتيني صغير مع علامة تشكيل النبرة الحادة","Latin capital letter n with cedilla":"حرف n لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter n with cedilla":"حرف n لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter n with caron":"حرف n لاتيني كبير مع علامة تشكيل كارون","Latin small letter n with caron":"حرف n لاتيني صغير مع علامة تشكيل كارون","Latin small letter n preceded by apostrophe":"حرف n لاتيني صغير مسبوقة بعلامة فاصلة عليا","Latin capital letter eng":"حرف eng لاتيني كبير","Latin small letter eng":"حرف eng لاتيني صغير","Latin capital letter o with macron":"حرف o لاتيني كبير مع علامة تشكيل ماكرون","Latin small letter o with macron":"حرف o لاتيني صغير مع علامة تشكيل ماكرون","Latin capital letter o with breve":"حرف o لاتيني كبير مع علامة تشكيل بريف","Latin small letter o with breve":"حرف o لاتيني صغير مع علامة تشكيل بريف","Latin capital letter o with double acute":"حرف o لاتيني كبير مع علامة تشكيل النبرة الحادة المزدوجة","Latin small letter o with double acute":"حرف o لاتيني صغير مع علامة تشكيل النبرة الحادة المزدوجة","Latin capital ligature oe":"حرف oe لاتيني مُركَّب كبير","Latin small ligature oe":"حرف oe لاتيني مُركَّب صغير","Latin capital letter r with acute":"حرف r لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter r with acute":"حرف r لاتيني صغير مع علامة تشكيل النبرة الحادة\n","Latin capital letter r with cedilla":"حرف r لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter r with cedilla":"حرف r لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter r with caron":"حرف r لاتيني كبير مع علامة تشكيل كارون","Latin small letter r with caron":"حرف r لاتيني صغير مع علامة تشكيل كارون","Latin capital letter s with acute":"حرف s لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter s with acute":"حرف s لاتيني صغير مع علامة تشكيل النبرة الحادة","Latin capital letter s with circumflex":"حرف s لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter s with circumflex":"حرف s لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter s with cedilla":"حرف s لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter s with cedilla":"حرف s لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter s with caron":"حرف s لاتيني كبير مع علامة تشكيل كارون","Latin small letter s with caron":"حرف s لاتيني صغير مع علامة تشكيل كارون","Latin capital letter t with cedilla":"حرف t لاتيني كبير مع علامة تشكيل السيديلة","Latin small letter t with cedilla":"حرف t لاتيني صغير مع علامة تشكيل السيديلة","Latin capital letter t with caron":"حرف t لاتيني كبير مع علامة تشكيل كارون","Latin small letter t with caron":"حرف t لاتيني صغير مع علامة تشكيل كارون","Latin capital letter t with stroke":"حرف t لاتيني كبير مع علامة شطب","Latin small letter t with stroke":"حرف t لاتيني صغير مع علامة شطب","Latin capital letter u with tilde":"حرف u لاتيني كبير مع علامة المد","Latin small letter u with tilde":"حرف u لاتيني صغير مع علامة المد","Latin capital letter u with macron":"حرف u لاتيني كبير مع علامة تشكيل ماكرون","Latin small letter u with macron":"حرف u لاتيني صغير مع علامة تشكيل ماكرون","Latin capital letter u with breve":"حرف u لاتيني كبير مع علامة تشكيل بريف","Latin small letter u with breve":"حرف u لاتيني صغير مع علامة تشكيل بريف","Latin capital letter u with ring above":"حرف u لاتيني كبير مع حلقة أعلاه","Latin small letter u with ring above":"حرف u لاتيني صغير مع حلقة أعلاه","Latin capital letter u with double acute":"حرف u لاتيني كبير مع علامة تشكيل النبرة الحادة المزدوجة","Latin small letter u with double acute":"حرف u لاتيني صغير مع علامة تشكيل النبرة الحادة المزدوجة","Latin capital letter u with ogonek":"حرف u لاتيني كبير مع علامة تشكيل خطاف","Latin small letter u with ogonek":"حرف u لاتيني صغير مع علامة تشكيل خطاف","Latin capital letter w with circumflex":"حرف w لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter w with circumflex":"حرف w لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter y with circumflex":"حرف y لاتيني كبير مع علامة تشكيل ثنية محيطة","Latin small letter y with circumflex":"حرف y لاتيني صغير مع علامة تشكيل ثنية محيطة","Latin capital letter y with diaeresis":"حرف y لاتيني كبير مع نقطتين أعلاه","Latin capital letter z with acute":"حرف z لاتيني كبير مع علامة تشكيل النبرة الحادة","Latin small letter z with acute":"حرف z لاتيني صغير مع علامة تشكيل النبرة الحادة","Latin capital letter z with dot above":"حرف z لاتيني كبير مع نقطة أعلاه","Latin small letter z with dot above":"حرف z لاتيني صغير مع نقطة أعلاه","Latin capital letter z with caron":"حرف z لاتيني كبير مع علامة تشكيل كارون","Latin small letter z with caron":"حرف z لاتيني صغير مع علامة تشكيل كارون","Latin small letter long s":"حرف \"s طويل\" لاتيني صغير","Less-than sign":"علامة أقل من","Greater-than sign":"علامة أكبر من","Less-than or equal to":"أقل من أو يساوي","Greater-than or equal to":"أكبر من أو يساوي","En dash":"شرطة قصيرة","Em dash":"شرطة طويلة",Macron:"علامة التشكيل ماكرون",Overline:"خط أعلى الحرف","Degree sign":"علامة الدرجة","Minus sign":"علامة الطرح","Plus-minus sign":"علامة الطرح والجمع","Division sign":"علامة القسمة","Fraction slash":"شرطة الكسر","Multiplication sign":"علامة الضرب","Latin small letter f with hook":"حرف f لاتيني صغير مع علامة الخطاف",Integral:"علامة التكامل","N-ary summation":"جمع مصفوفة N",Infinity:"علامة ما لا نهاية","Square root":"الجذر التربيعي","Tilde operator":"علامة دلتا","Approximately equal to":"يساوي تقريباً","Almost equal to":"يساوي على الأرجح","Not equal to":"لا يساوي","Identical to":"مطابق لـ","Element of":"ينتمي إلى","Not an element of":"لا ينتمي إلى","Contains as member":"يحتوي كعضو","N-ary product":"حاصل مصفوفة N","Logical and":"and المنطقية","Logical or":"or المنطقية","Not sign":"علامة Not المنطقية",Intersection:"تقاطع",Union:"اتحاد","Partial differential":"التفاضلية الجزئية","For all":"علامة للكل","There exists":"علامة يوجد بها","Empty set":"مجموعة فارغة",Nabla:"رمز نبلة","Asterisk operator":"علامة الضرب (النجمة)","Proportional to":"يتناسب مع",Angle:"علامة الزاوية","Vulgar fraction one quarter":"الكسر الاعتيادي ربع","Vulgar fraction one half":"الكسر الاعتيادي نصف","Vulgar fraction three quarters":"الكسر الاعتيادي ثلاثة أرباع","Single left-pointing angle quotation mark":"علامة تنصيص أحادية، رمز الزاوية، تشير جهة اليسار","Single right-pointing angle quotation mark":"علامة تنصيص أحادية، رمز الزاوية، تشير جهة اليمين","Left-pointing double angle quotation mark":"علامة تنصيص مزدوجة، رمز الزاوية، تشير جهة اليسار","Right-pointing double angle quotation mark":"علامة تنصيص مزدوجة، رمز الزاوية، تشير جهة اليمين","Left single quotation mark":"علامة تنصيص أحادية، تشير جهة اليسار","Right single quotation mark":"علامة تنصيص أحادية، تشير جهة اليمين","Left double quotation mark":"علامة تنصيص مزدوجة، تشير جهة اليسار","Right double quotation mark":"علامة تنصيص مزدوجة، تشير جهة اليمين","Single low-9 quotation mark":"علامة تنصيص 9 منخفضة، أحادية","Double low-9 quotation mark":"علامة تنصيص 9 منخفضة، مزدوجة","Inverted exclamation mark":"علامة تعجّب مقلوبة","Inverted question mark":"علامة استفهام مقلوبة","Two dot leader":"سابقة من نقطتان","Horizontal ellipsis":"علامة القطع الأفقي","Double dagger":"رمز الخنجر المزدوج","Per mille sign":"علامة \"لكل ميل\"","Per ten thousand sign":"علامة \"لكل 10 آلاف\"","Double exclamation mark":"علامة تعجّب مزدوجة","Question exclamation mark":"علامة استفهام مزدوجة","Exclamation question mark":"علامة استفهام مع علامة تعجب","Double question mark":"علامة استفهام مزدوجة","Copyright sign":"علامة \"حق التأليف والنشر\"","Registered sign":"علامة \"مسجل\"","Trade mark sign":"رمز العلامة التجارية","Section sign":"علامة القطاع","Paragraph sign":"علامة الفقرة","Reversed paragraph sign":"علامة الفقرة مقلوبة","Character categories":"فئات الأحرف",Styles:"الأنماط","Multiple styles":"أنماط متعددة","Block styles":"أنماط الكتل","Text styles":"أنماط النصوص","Insert table":"إدراج جدول","Header column":"عمود عنوان","Insert column left":"أدخل العمود إلى اليسار","Insert column right":"أدخل العمود إلى اليمين","Delete column":"حذف العمود","Select column":"حدد العمود",Column:"عمود","Header row":"صف عنوان","Insert row below":"ادراج صف بعد","Insert row above":"ادراج صف قبل","Delete row":"حذف الصف","Select row":"حدد صفًا",Row:"صف","Merge cell up":"دمج الخلايا للأعلى","Merge cell right":"دمج الخلايا لليمين","Merge cell down":"دمج الخلايا للأسفل","Merge cell left":"دمج الخلايا لليسار","Split cell vertically":"فصل الخلايا بشكل عمودي","Split cell horizontally":"فصل الخلايا بشكل افقي","Merge cells":"دمج الخلايا","Table toolbar":"شريط أدوات الجدول","Table properties":"خصائص الجدول","Cell properties":"خصائص الخلية",Border:"الحدود",Style:"أسلوب",Width:"العرض",Height:"الارتفاع",Color:"اللون",Background:"الخلفية",Padding:"الحاشية",Dimensions:"الابعاد","Table cell text alignment":"محاذاة نص خلية الجدول",Alignment:"المحاذاة","Horizontal text alignment toolbar":"شريط أدوات محاذاة النص الأفقي","Vertical text alignment toolbar":"شريط أدوات محاذاة النص العمودي","Table alignment toolbar":"شريط أدوات محاذاة الجدول",None:"لا شيء",Solid:"صلب",Dotted:"منقط",Dashed:"متقطع",Double:"مزدوج",Groove:"إطار محفور",Ridge:"إطار ناتئ",Inset:"منخفض",Outset:"بارز","Align cell text to the left":"قم بمحاذاة نص الخلية إلى اليسار","Align cell text to the center":"قم بمحاذاة نص الخلية إلى المركز","Align cell text to the right":"قم بمحاذاة نص الخلية إلى اليمين","Justify cell text":"ضبط نص الخلية","Align cell text to the top":"قم بمحاذاة نص الخلية إلى الأعلى","Align cell text to the middle":"قم بمحاذاة نص الخلية إلى المنتصف","Align cell text to the bottom":"قم بمحاذاة نص الخلية للاسفل","Align table to the left":"قم بمحاذاة الجدول إلى اليسار","Center table":"قم بمحاذاة الجدول إلى المنتصف","Align table to the right":"قم بمحاذاة الجدول إلى اليمين","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"هذا اللون غير صالح. جرِّب \"#FF0000\" أو \"rgb(255,0,0)\" أو \"أحمر\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"هذه القيمة غير صالحة. جرِّب \"10px\" أو \"2em\" أو \"2\" وحسب.","Color picker":"أداة انتقاء الألوان","Toggle caption off":"إخفاء التسمية التوضيحية","Toggle caption on":"عرض التسمية التوضيحية","Enter table caption":"أدخل التسمية التوضيحية للجدول","Rich Text Editor":"معالج نصوص","Editor editing area: %0":"منطقة تحرير المحرر: %0","Edit block":"كتلة التحرير",Next:"التالي",Previous:"السابق","Editor toolbar":"شريط أدوات المحرر","Dropdown toolbar":"شريط أدوات القائمة المنسدلة",Black:"أسود","Dim grey":"رمادي خافت",Grey:"رمادي","Light grey":"رمادي فاتح",White:"أبيض",Red:"أحمر",Orange:"برتقالي",Yellow:"أصفر","Light green":"أخضر فاتح",Green:"أخضر",Aquamarine:"أخضر زبرجد",Turquoise:"فيروزي","Light blue":"أزرق فاتح",Blue:"أزرق",Purple:"أرجواني","Editor block content toolbar":"شريط المحرر لأدوات كتلة المحتوى","Editor contextual toolbar":"شريط المحرر للأدوات السياقية",HEX:"لون سداسي عشري",Accept:"قبول",Undo:"تراجع",Redo:"إعادة","Upload in progress":"جاري الرفع","Widget toolbar":"شريط أدوات الواجهة","Insert paragraph before block":"إدراج فقرة قبل الكتلة","Insert paragraph after block":"إدراج فقرة بعد الكتلة","Press Enter to type after or press Shift + Enter to type before the widget":"اضغط على Enter للكتابة بعد ذلك أو اضغط على Shift + Enter للكتابة قبل الأداة","Words: %0":"الكلمات: %0","Characters: %0":"الأحرف: %0"} );l.getPluralForm=function(n){return n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ast.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ast.js index 11818edd2f69..fdecc3f9e449 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ast.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ast.js @@ -1 +1 @@ -(function(d){ const l = d['ast'] = d['ast'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {Bold:"Negrina",Italic:"Cursiva",Underline:"",Code:"",Strikethrough:"",Subscript:"",Superscript:"",Cancel:"Encaboxar","Remove color":"","Restore default":"",Save:"Guardar","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"",Unlink:"Desenllazar",Link:"Enllazar","Link URL":"URL del enllaz","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"Llista numberada","Bulleted List":"Llista con viñetes","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Rich Text Editor":"Editor de testu arriquecíu","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"Desfacer",Redo:"Refacer"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ast'] = d['ast'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {Bold:"Negrina",Italic:"Cursiva",Underline:"",Code:"",Strikethrough:"",Subscript:"",Superscript:"",Cancel:"Encaboxar","Remove color":"","Restore default":"",Save:"Guardar","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"",Unlink:"Desenllazar",Link:"Enllazar","Link URL":"URL del enllaz","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"Llista numberada","Bulleted List":"Llista con viñetes","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Rich Text Editor":"Editor de testu arriquecíu","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"Desfacer",Redo:"Refacer"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/az.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/az.js index a29f2f8db277..ee4b452cd44c 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/az.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/az.js @@ -1 +1 @@ -(function(d){ const l = d['az'] = d['az'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Soldan düzləndir","Align right":"Sağdan düzləndir","Align center":"Mərkəzə düzləndir",Justify:"Eninə görə","Text alignment":"Mətn düzləndirməsi","Text alignment toolbar":"Mətnin düzləndirmə paneli",Bold:"Yarıqalın",Italic:"Maili",Underline:"Altdan xətt",Code:"Kod",Strikethrough:"Qaralanmış",Subscript:"Alt yazı",Superscript:"Üst yazı","Block quote":"Sitat bloku","Insert code block":"Kod blokunu əlavə et","Plain text":"Sadə mətn",Cancel:"İmtina et","Remove color":"Rəngi ləğv et","Restore default":"",Save:"Yadda saxla","Show more items":"Daha çox əşyanı göstərin","%0 of %1":"%1-dən %0","Cannot upload file:":"Fayl yüklənə bilmir","Rich Text Editor. Editing area: %0":"",Paragraph:"Abzas",Heading:"Başlıq","Choose heading":"Başlıqı seç","Heading 1":"Başlıq 1","Heading 2":"Başlıq 2","Heading 3":"Başlıq 3","Heading 4":"Başlıq 4","Heading 5":"Başlıq 5","Heading 6":"Başlıq 6","Type your title":"Başlığınızı yazın","Type or paste your content here.":"","Horizontal line":"Üfüqi xətt","Increase indent":"Boş yeri böyüt","Decrease indent":"Boş yeri kiçilt",Unlink:"Linki sil",Link:"Əlaqələndir","Link URL":"Linkin URL","Link image":"","Edit link":"Linki redaktə et","Open link in new tab":"Linki yeni pəncərədə aç","This link has no URL":"Bu linkdə URL yoxdur","Open in a new tab":"Yeni pəncərədə aç",Downloadable:"Yüklənə bilər","Numbered List":"Nömrələnmiş siyahı","Bulleted List":"Markerlənmiş siyahı","To-do List":"To-do siyahı","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"Formatı Ləğv Et","Special characters":"Xüsusi simvollar",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"sola ikiqat ox","rightwards double arrow":"sağa ikiqat ox","upwards double arrow":"yuxarı ikiqat ox","downwards double arrow":"aşağı ikiqat ox","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"","Insert table":"Cədvəli əlavə et","Header column":"Başlıqlı sütun","Insert column left":"Sola sütun əlavə et","Insert column right":"Sağa sütun əlavə et","Delete column":"Sütunları sil","Select column":"",Column:"Sütun","Header row":"Başlıqlı sətir","Insert row below":"Yuxarıya sətir əlavə et","Insert row above":"Aşağıya sətir əlavə et","Delete row":"Sətirləri sil","Select row":"",Row:"Sətir","Merge cell up":"Xanaları yuxarı birləşdir","Merge cell right":"Xanaları sağa birləşdir","Merge cell down":"Xanaları aşağı birləşdir","Merge cell left":"Xanaları sola birləşdir","Split cell vertically":"Xanaları şaquli böl","Split cell horizontally":"Xanaları üfüqi böl","Merge cells":"Xanaları birləşdir","Table toolbar":"Cədvəl paneli","Table properties":"Cədvəl xüsusiyyətləri","Cell properties":"",Border:"Sərhəd",Style:"",Width:"Eni",Height:"Hündürlük",Color:"Rəng",Background:"Fon",Padding:"",Dimensions:"Ölçülər","Table cell text alignment":"Cədvəl hüceyrəsi mətninin uyğunlaşdırılması",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Rich Text Redaktoru","Editor editing area: %0":"","Edit block":"Redaktə etmək bloku",Next:"Növbəti",Previous:"Əvvəlki","Editor toolbar":"Redaktorun paneli","Dropdown toolbar":"Açılan paneli",Black:"Qara","Dim grey":"Tünd boz",Grey:"Boz","Light grey":"Açıq boz",White:"Ağ",Red:"Qırmızı",Orange:"Narıncı",Yellow:"Sarı","Light green":"Açıq yaşıl",Green:"Yaşıl",Aquamarine:"Akvamarin",Turquoise:"Firuzəyi","Light blue":"Açıq mavi",Blue:"Mavi",Purple:"Bənövşəyi","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"İmtina et",Redo:"Təkrar et","Upload in progress":"Yüklənir","Widget toolbar":"Vidgetin paneli","Insert paragraph before block":"","Insert paragraph after block":"","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"Sözlər: %0","Characters: %0":"Simvolar: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['az'] = d['az'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Soldan düzləndir","Align right":"Sağdan düzləndir","Align center":"Mərkəzə düzləndir",Justify:"Eninə görə","Text alignment":"Mətn düzləndirməsi","Text alignment toolbar":"Mətnin düzləndirmə paneli",Bold:"Yarıqalın",Italic:"Maili",Underline:"Altdan xətt",Code:"Kod",Strikethrough:"Qaralanmış",Subscript:"Alt yazı",Superscript:"Üst yazı","Block quote":"Sitat bloku","Insert code block":"Kod blokunu əlavə et","Plain text":"Sadə mətn",Cancel:"İmtina et","Remove color":"Rəngi ləğv et","Restore default":"",Save:"Yadda saxla","Show more items":"Daha çox əşyanı göstərin","%0 of %1":"%1-dən %0","Cannot upload file:":"Fayl yüklənə bilmir","Rich Text Editor. Editing area: %0":"",Paragraph:"Abzas",Heading:"Başlıq","Choose heading":"Başlıqı seç","Heading 1":"Başlıq 1","Heading 2":"Başlıq 2","Heading 3":"Başlıq 3","Heading 4":"Başlıq 4","Heading 5":"Başlıq 5","Heading 6":"Başlıq 6","Type your title":"Başlığınızı yazın","Type or paste your content here.":"","Horizontal line":"Üfüqi xətt","Increase indent":"Boş yeri böyüt","Decrease indent":"Boş yeri kiçilt",Unlink:"Linki sil",Link:"Əlaqələndir","Link URL":"Linkin URL","Link image":"","Edit link":"Linki redaktə et","Open link in new tab":"Linki yeni pəncərədə aç","This link has no URL":"Bu linkdə URL yoxdur","Open in a new tab":"Yeni pəncərədə aç",Downloadable:"Yüklənə bilər","Numbered List":"Nömrələnmiş siyahı","Bulleted List":"Markerlənmiş siyahı","To-do List":"To-do siyahı","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"Formatı Ləğv Et","Special characters":"Xüsusi simvollar",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"sola ikiqat ox","rightwards double arrow":"sağa ikiqat ox","upwards double arrow":"yuxarı ikiqat ox","downwards double arrow":"aşağı ikiqat ox","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"","Insert table":"Cədvəli əlavə et","Header column":"Başlıqlı sütun","Insert column left":"Sola sütun əlavə et","Insert column right":"Sağa sütun əlavə et","Delete column":"Sütunları sil","Select column":"",Column:"Sütun","Header row":"Başlıqlı sətir","Insert row below":"Yuxarıya sətir əlavə et","Insert row above":"Aşağıya sətir əlavə et","Delete row":"Sətirləri sil","Select row":"",Row:"Sətir","Merge cell up":"Xanaları yuxarı birləşdir","Merge cell right":"Xanaları sağa birləşdir","Merge cell down":"Xanaları aşağı birləşdir","Merge cell left":"Xanaları sola birləşdir","Split cell vertically":"Xanaları şaquli böl","Split cell horizontally":"Xanaları üfüqi böl","Merge cells":"Xanaları birləşdir","Table toolbar":"Cədvəl paneli","Table properties":"Cədvəl xüsusiyyətləri","Cell properties":"",Border:"Sərhəd",Style:"",Width:"Eni",Height:"Hündürlük",Color:"Rəng",Background:"Fon",Padding:"",Dimensions:"Ölçülər","Table cell text alignment":"Cədvəl hüceyrəsi mətninin uyğunlaşdırılması",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Rich Text Redaktoru","Editor editing area: %0":"","Edit block":"Redaktə etmək bloku",Next:"Növbəti",Previous:"Əvvəlki","Editor toolbar":"Redaktorun paneli","Dropdown toolbar":"Açılan paneli",Black:"Qara","Dim grey":"Tünd boz",Grey:"Boz","Light grey":"Açıq boz",White:"Ağ",Red:"Qırmızı",Orange:"Narıncı",Yellow:"Sarı","Light green":"Açıq yaşıl",Green:"Yaşıl",Aquamarine:"Akvamarin",Turquoise:"Firuzəyi","Light blue":"Açıq mavi",Blue:"Mavi",Purple:"Bənövşəyi","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"İmtina et",Redo:"Təkrar et","Upload in progress":"Yüklənir","Widget toolbar":"Vidgetin paneli","Insert paragraph before block":"","Insert paragraph after block":"","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"Sözlər: %0","Characters: %0":"Simvolar: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/bg.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/bg.js index 30e01576c22e..1e6e79889f89 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/bg.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/bg.js @@ -1 +1 @@ -(function(d){ const l = d['bg'] = d['bg'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Ляво подравняване","Align right":"Дясно подравняване","Align center":"Централно подравняване",Justify:"Разпредели по равно","Text alignment":"Подравняване на текста","Text alignment toolbar":"Лента за подравняване на текст",Bold:"Удебелен",Italic:"Курсив",Underline:"Подчертаване",Code:"Код",Strikethrough:"Зачертаване",Subscript:"Долен индекс",Superscript:"Горен индекс","Block quote":"Цитат","Insert code block":"Въведи кодов блок","Plain text":"Обикновен текст",Cancel:"Отказ","Remove color":"Премахни цвят","Restore default":"Възстанови първоначалните настройки",Save:"Запазване","Show more items":"Покажи повече единици","%0 of %1":"%0 от %1","Cannot upload file:":"Не може да качи файл:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Зона за редактиране: %0","Find and replace":"Намери и замени","Find in text…":"Намери в текста...",Find:"Намери","Previous result":"Предишен резултат","Next result":"Следващ резултат",Replace:"Замени","Replace all":"Замени всички","Match case":"Сравни съвпадащ шрифт","Whole words only":"Само цели думи","Replace with…":"Замени с...","Text to find must not be empty.":"Текстът за намиране не трябва да е празен.","Tip: Find some text first in order to replace it.":"Съвет: Първо намерете някакъв текст, за да го замените.","Show options":"Покажи опции",Paragraph:"Параграф",Heading:"Заглавие","Choose heading":"Избери заглавие","Heading 1":"Заглавие 1","Heading 2":"Заглавие 2","Heading 3":"Заглавие 3","Heading 4":"Заглавие 4","Heading 5":"Заглавие 5","Heading 6":"Заглавие 6","Type your title":"Напишете заглавието си","Type or paste your content here.":"Напишете или поставете съдържанието си тук.","Horizontal line":"Хоризонтална черта","HTML object":"HTML обект","Increase indent":"Увеличи отстъпа","Decrease indent":"Намали отстъпа",Unlink:"Премахване на линка",Link:"Линк","Link URL":"Уеб адрес на линка","Link image":"Свържи изображение","Edit link":"Редакция на линк","Open link in new tab":"Отваряне на линк в нов раздел","This link has no URL":"Този линк няма уеб адрес","Open in a new tab":"Отваряне в нов раздел",Downloadable:"Изтегляне","Numbered List":"Номериране","Bulleted List":"Водещи символи","To-do List":"Списък със задачи","Bulleted list styles toolbar":"Лента със стилове за подточки","Numbered list styles toolbar":"Лента със стилове за номерация","Toggle the disc list style":"Превключи между стиловете на дисковия списък ","Toggle the circle list style":"Превключи между стиловете на кръговия списък","Toggle the square list style":"Превключи между стиловете на квадратния списък","Toggle the decimal list style":"Превключи между стиловете на десетичния списък","Toggle the decimal with leading zero list style":"Превключи между стиловете на десетичния списък с начало нула","Toggle the lower–roman list style":"Превключи между стиловете на долен-римски списък","Toggle the upper–roman list style":"Превключи между стиловете на горен-римски списък","Toggle the lower–latin list style":"Превключи между стиловете на долен-латиснки списък","Toggle the upper–latin list style":"Превключи между стиловете на горен-латински списък",Disc:"Диск",Circle:"Кръг",Square:"Квадрат",Decimal:"Десетичен","Decimal with leading zero":"Десетичен с водеща нула","Lower–roman":"Долен-римски","Upper-roman":"Горен-римски","Lower-latin":"Долен-латински","Upper-latin":"Горен-латински","List properties":"Свойства на списъка","Start at":"Започни с","Start index must be greater than 0.":"Стартовия индекс трябва да е по-голям от 0.","Reversed order":"Обърнат ред","Remove Format":"Премахни форматиране","Select all":"Избери всички",Source:"Източник","Special characters":"Специални символи",All:"Всички",Arrows:"Стрелки",Currency:"Валутни символи",Latin:"Латиница",Mathematical:"Математически символи",Text:"Текст","leftwards simple arrow":"обикновена стрелка наляво","rightwards simple arrow":"обикновена стрелка надясно","upwards simple arrow":"обикновена стрелка нагоре","downwards simple arrow":"обикновена стрелка надолу","leftwards double arrow":"двойна стрелка наляво","rightwards double arrow":"двойна стрелка надясно","upwards double arrow":"двойна стрелка нагоре","downwards double arrow":"двойна стрелка надолу","leftwards dashed arrow":"пунктирана стрелка наляво","rightwards dashed arrow":"пунктирана стрелка надясно","upwards dashed arrow":"пунктирана стрелка нагоре","downwards dashed arrow":"пунктирана стрелка надолу","leftwards arrow to bar":"стрелка наляво към лентата\n","rightwards arrow to bar":"стрелка надясно към лентата","upwards arrow to bar":"стрелка нагоре към лентата","downwards arrow to bar":"стрелка надолу към лентата","up down arrow with base":"стрелка нагоре надолу с основа","back with leftwards arrow above":"назад със стрелка наляво отгоре","end with leftwards arrow above":"завършва със стрелка наляво отгоре","on with exclamation mark with left right arrow above":"върху с удивителен знак със стрелка наляво надясно над","soon with rightwards arrow above":"скоро със стрелка надясно отгоре","top with upwards arrow above":"отгоре със стрелка нагоре отгоре","Dollar sign":"Символ на долар","Euro sign":"Символ на евро","Yen sign":"Символ на йена","Pound sign":"Символ на лира стерлинг","Cent sign":"Символ на цент","Euro-currency sign":"Символ на евровалута","Colon sign":"Символ двоеточие","Cruzeiro sign":"Символ Крузейро","French franc sign":"Символ на френски франк","Lira sign":"Символ на лира","Currency sign":"Символ на валута","Bitcoin sign":"Символ на Биткойн","Mill sign":"Символ на мелница","Naira sign":"Символ Найра","Peseta sign":"Символ на песета","Rupee sign":"Символ на рупия","Won sign":"Символ на уон","New sheqel sign":"Символ на нов шекел","Dong sign":"Символ на донг","Kip sign":"Символ на кип","Tugrik sign":"Символ на тугрик","Drachma sign":"Символ на драхма","German penny sign":"Символ на немско пени","Peso sign":"Символ на песо","Guarani sign":"Символ на гуарани","Austral sign":"Символ на аустрал","Hryvnia sign":"Символ на гривнa","Cedi sign":"Символ Седи","Livre tournois sign":"Символ на ливр турноа","Spesmilo sign":"Символ на спесмило","Tenge sign":"Символ на тенге","Indian rupee sign":"Символ на индийска рупия","Turkish lira sign":"Символ на турска лира","Nordic mark sign":"Символ на скандинавски знак","Manat sign":"Символ на манат","Ruble sign":"Символ на рубла","Latin capital letter a with macron":"Главна латинска буква „a“ с макрон","Latin small letter a with macron":"Малка латинска буква „a“ с макрон","Latin capital letter a with breve":"Главна латинска буква „a“ с бреве","Latin small letter a with breve":"Малка латинска буква „а“ с бреве","Latin capital letter a with ogonek":"Главна латинска буква „a“ с огонек","Latin small letter a with ogonek":"Малка латинска буква „a“ с огонек","Latin capital letter c with acute":"Главна латинска буква „c“ с акут","Latin small letter c with acute":"Малка латинска буква „c“ с акут","Latin capital letter c with circumflex":"Главна латинска буква „c“ с циркумфлекс","Latin small letter c with circumflex":"Малка латинска буква „c“ с циркумфлекс","Latin capital letter c with dot above":"Главна латинска буква „c“ с точка отгоре","Latin small letter c with dot above":"Малка латинска буква „c“ с точка отгоре","Latin capital letter c with caron":"Главна латинска буква „c“ с карон","Latin small letter c with caron":"Mалка латинска буква „c“ с карон","Latin capital letter d with caron":"Главна латинска буква d с карон","Latin small letter d with caron":"Малка латинска буква d с карон","Latin capital letter d with stroke":"Главна латинска буква d с черта","Latin small letter d with stroke":"Малк а латинска буква d с черта","Latin capital letter e with macron":"Главна латинска буква „e“ с макрон","Latin small letter e with macron":"Малка латинска буква „e“ с макрон","Latin capital letter e with breve":"Главна латинска буква „e“ с бреве","Latin small letter e with breve":"Малка латинска буква „e“ с бреве","Latin capital letter e with dot above":"Главна латинска буква „e“ с точка отгоре","Latin small letter e with dot above":"Малка латинска буква „e“ с точка отгоре","Latin capital letter e with ogonek":"Главна латинска буква „e“ с огонек","Latin small letter e with ogonek":"Малка латинска буква „e“ с огонек","Latin capital letter e with caron":"Главна латинска буква „e“ с карон","Latin small letter e with caron":"Малка латинска буква „e“ с карон","Latin capital letter g with circumflex":"Главна латинска буква „g“ с циркумфлекс","Latin small letter g with circumflex":"Малка латинска буква „g“ с циркумфлекс","Latin capital letter g with breve":"Главна латинска буква „g“ с бреве","Latin small letter g with breve":"Малка латинска буква „g“ с бреве","Latin capital letter g with dot above":"Главна латинска буква „g“ с точка отгоре","Latin small letter g with dot above":"Малка латинска буква „g“ с точка отгоре","Latin capital letter g with cedilla":"Главна латинска буква „g“ със седил","Latin small letter g with cedilla":"Малка латинска буква „g“ със седил","Latin capital letter h with circumflex":"Главна латинска буква h с циркумфлекс","Latin small letter h with circumflex":"Малка латинска буква h с циркумфлекс","Latin capital letter h with stroke":"Главна латинска буква h с черта","Latin small letter h with stroke":"Малка латинска буква h с черта","Latin capital letter i with tilde":"Главна латинска буква i с тилда","Latin small letter i with tilde":"Малка латинска буква i с тилда","Latin capital letter i with macron":"Главна латинска буква i с макрон","Latin small letter i with macron":"Малка латинска буква i с макрон","Latin capital letter i with breve":"Главна латинска буква i с бреве","Latin small letter i with breve":"Малка латинска буква i с бреве","Latin capital letter i with ogonek":"Главна латинска буква i с ogonek","Latin small letter i with ogonek":"Малка латинска буква i с огонек","Latin capital letter i with dot above":"Главна латинска буква i с точка отгоре","Latin small letter dotless i":"Малка латинска буква без точка i","Latin capital ligature ij":"Главна латинска лигатура ij","Latin small ligature ij":"Mалка латинска лигатура ij","Latin capital letter j with circumflex":"Главна латинска буква j с циркумфлекс","Latin small letter j with circumflex":"Малка латинска буква j с циркумфлекс","Latin capital letter k with cedilla":"Главна латинска буква k със седил","Latin small letter k with cedilla":"Mалка lатинска буква k със седил","Latin small letter kra":"Mалка латинска буква kra","Latin capital letter l with acute":"Главна латинска буква l с акут","Latin small letter l with acute":"Mалка латинска буква l с акут","Latin capital letter l with cedilla":"Главна латинска буква l със седил","Latin small letter l with cedilla":"Малка латинска буква l със седил","Latin capital letter l with caron":"Главна латинска буква l с карон","Latin small letter l with caron":"Малка латинска буква l с карон","Latin capital letter l with middle dot":"Главна латинска буква l със средна точка","Latin small letter l with middle dot":"Малка латинска буква l със средна точка","Latin capital letter l with stroke":"Главна латинска буква l с черта","Latin small letter l with stroke":"Малка латинска буква l с черта","Latin capital letter n with acute":"Главна латинска буква n с акут","Latin small letter n with acute":"Малка латинска буква n с акут","Latin capital letter n with cedilla":"Главна латинска буква n със седил","Latin small letter n with cedilla":"Малка латинска буква n със седил","Latin capital letter n with caron":"Главна латинска буква n с карон","Latin small letter n with caron":"Малка латинска буква n с карон","Latin small letter n preceded by apostrophe":"Малка латинска буква n, предшествана от апостроф","Latin capital letter eng":"Главна латинска буква eng","Latin small letter eng":"Малка латинска буква eng","Latin capital letter o with macron":"Главна латинска буква „o“ с макрон","Latin small letter o with macron":"Малка латинска буква „o“ с макрон","Latin capital letter o with breve":"Главна латинска буква „o“ с бреве","Latin small letter o with breve":"Малка латинска буква „o“ с бреве","Latin capital letter o with double acute":"Главна латинска буква „o“ с двоен акут","Latin small letter o with double acute":"Малка латинска буква „o“ с двоен акут","Latin capital ligature oe":"Главна латинска лигатура oe","Latin small ligature oe":"Малка латинска лигатура oe","Latin capital letter r with acute":"Главна латинска буква r с акут","Latin small letter r with acute":"Малка латинска буква r с акут","Latin capital letter r with cedilla":"Главна латинска буква r със седил","Latin small letter r with cedilla":"Малка латинска буква r със седил","Latin capital letter r with caron":"Главна латинска буква r с карон","Latin small letter r with caron":"Малка латинска буква r с карон","Latin capital letter s with acute":"Главна латинска буква s с акут","Latin small letter s with acute":"Малка латинска буква s с акут","Latin capital letter s with circumflex":"Главна латинска буква s с циркумфлекс","Latin small letter s with circumflex":"Малка латинска буква s с циркумфлекс","Latin capital letter s with cedilla":"Главна латинска буква s със седил","Latin small letter s with cedilla":"Малка латинска буква s със седил","Latin capital letter s with caron":"Главна латинска буква s с карон","Latin small letter s with caron":"Малка латинска буква s с карон","Latin capital letter t with cedilla":"Главна латинска буква t със седил","Latin small letter t with cedilla":"Малка латинска буква t със седил","Latin capital letter t with caron":"Главна латинска буква t с карон","Latin small letter t with caron":"Малка латинска буква t с карон","Latin capital letter t with stroke":"Главна латинска буква t с черта","Latin small letter t with stroke":"Малка латинска буква t с черта","Latin capital letter u with tilde":"Главна латинска буква u с тилда","Latin small letter u with tilde":"Малка латинска буква u с тилда","Latin capital letter u with macron":"Главна латинска буква u с макрон","Latin small letter u with macron":"Малка латинска буква u с макрон","Latin capital letter u with breve":"Главна латинска буква u с бреве","Latin small letter u with breve":"Малка латинска буква u с бреве","Latin capital letter u with ring above":"Главна латинска буква u с пръстен отгоре","Latin small letter u with ring above":"Малка латинска буква u с пръстен отгоре","Latin capital letter u with double acute":"Главна латинска буква u с двоен акут","Latin small letter u with double acute":"Малка латинска буква u с двоен акут","Latin capital letter u with ogonek":"Главна латинска буква u с огонек","Latin small letter u with ogonek":"Малка латинска буква u с огонек","Latin capital letter w with circumflex":"Главна латинска буква w с циркумфлекс","Latin small letter w with circumflex":"Малка латинска буква w с циркумфлекс","Latin capital letter y with circumflex":"Главна латинска буква y с циркумфлекс","Latin small letter y with circumflex":"Малка латинска буква y с циркумфлекс","Latin capital letter y with diaeresis":"Главна латинска буква y с диареза","Latin capital letter z with acute":"Главна латинска буква z с акут","Latin small letter z with acute":"Малка латинска буква z с акут","Latin capital letter z with dot above":"Главна латинска буква z с точка отгоре","Latin small letter z with dot above":"Малка латинска буква z с точка отгоре","Latin capital letter z with caron":"Главна латинска буква z с карон","Latin small letter z with caron":"Малка латинска буква z с карон","Latin small letter long s":"Малка латинска буква дълго s","Less-than sign":"Знак „по-малко от“ ","Greater-than sign":"Знак „по-голямо от“","Less-than or equal to":"По-малко или равно на","Greater-than or equal to":"По-голямо или равно на","En dash":"Ен тире","Em dash":"Ем тире",Macron:"Макрон",Overline:"Черта над буква","Degree sign":"Знак за степен","Minus sign":"Знак минус","Plus-minus sign":"Знак плюс-минус","Division sign":"Знак за деление","Fraction slash":"Дробна наклонена черта","Multiplication sign":"Знак за умножение","Latin small letter f with hook":"Малка латинска буква f с кукичка",Integral:"Интеграл","N-ary summation":"N-арно сумиране",Infinity:"Безкрайност","Square root":"Корен квадратен","Tilde operator":"Оператор тилда","Approximately equal to":"Приблизително равно на","Almost equal to":"Почти равно на","Not equal to":"Не е равно на","Identical to":"Идентично на","Element of":"Елемент на","Not an element of":"Не е елемент от","Contains as member":"Съдържа като член","N-ary product":"N-арен продукт","Logical and":"Логично и","Logical or":"Логично или","Not sign":"Знак „не“",Intersection:"Пресечна точка",Union:"Съюз","Partial differential":"Частичен диференциал","For all":"За всички","There exists":"Съществува","Empty set":"Празен комплект",Nabla:"Набла","Asterisk operator":"Оператор звездичка","Proportional to":"Пропорционално на",Angle:"Ъгъл","Vulgar fraction one quarter":"Проста дроб една четвърт","Vulgar fraction one half":"Проста дроб една половина","Vulgar fraction three quarters":"Проста дроб три четвърти","Single left-pointing angle quotation mark":"\nЕдинична сочеща наляво ъглова кавичка","Single right-pointing angle quotation mark":"Единична сочеща надясно ъглова кавичка","Left-pointing double angle quotation mark":"Сочеща наляво двойна ъглова кавичка","Right-pointing double angle quotation mark":"Сочеща надясно двойна ъглова кавичка","Left single quotation mark":"Лява единична кавичка","Right single quotation mark":"Дясна единична кавичка","Left double quotation mark":"Лява двойна кавичка","Right double quotation mark":"Дясна двойна кавичка","Single low-9 quotation mark":"Единична ниска 9-кавичка","Double low-9 quotation mark":"Двойна ниска 9-кавичка","Inverted exclamation mark":"Обърнат удивителен знак","Inverted question mark":"Обърнат въпросителен знак","Two dot leader":"Водач с две точки","Horizontal ellipsis":"Хоризонтална елипса","Double dagger":"Двойна кама","Per mille sign":"Знак за промили","Per ten thousand sign":"Символ на десет хиляди","Double exclamation mark":"Двоен удивителен знак","Question exclamation mark":"Знак въпросителна удивителна","Exclamation question mark":"Знак удивителна въпросителна","Double question mark":"Двоен въпросителен знак","Copyright sign":"Знак за авторски права","Registered sign":"Регистриран знак","Trade mark sign":"Знак за търговска марка","Section sign":"Знак за раздел","Paragraph sign":"Знак за параграф","Reversed paragraph sign":"Обърнат знак за параграф","Character categories":"Категории символи",Styles:"Стилове","Multiple styles":"Множество стилове","Block styles":"Блокови стилове","Text styles":"Текстови стилове","Insert table":"Вмъкни таблица","Header column":"Заглавна колона","Insert column left":"Вмъкни колона отляво","Insert column right":"Вмъкни колона отдясно","Delete column":"Изтриване на колона","Select column":"Избери колона",Column:"Колона","Header row":"Заглавен ред","Insert row below":"Вмъкни ред отдолу","Insert row above":"Вмъкни ред отгоре","Delete row":"Изтриване на ред","Select row":"Избери ред",Row:"Ред","Merge cell up":"Обединяване на клетка отгоре","Merge cell right":"Обединяване на клетка отдясно","Merge cell down":"Обединяване на клетка надолу","Merge cell left":"Обединяване на клетка отляво","Split cell vertically":"Разделяне на клетки вертикално","Split cell horizontally":"Разделяне на клетки хоризонтално","Merge cells":"Обединяване на клетки","Table toolbar":"Лента за таблици","Table properties":"Свойства на таблици","Cell properties":"Свойства на клетки",Border:"Граница",Style:"Стил",Width:"Ширина",Height:"Височина",Color:"Цвят",Background:"Фон",Padding:"Пълнеж",Dimensions:"Размери","Table cell text alignment":"Подравняване на текст в клетка",Alignment:"Подравняване","Horizontal text alignment toolbar":"Лента за хоризонтално подравняване на текст","Vertical text alignment toolbar":"Лента за вертикално подравняване на текст","Table alignment toolbar":"Лента за подравняване на таблици",None:"Нищо",Solid:"Твърд",Dotted:"На точки",Dashed:"На черти",Double:"Двоен",Groove:"На зиг-заг",Ridge:"Назъбен",Inset:"Вмъкни",Outset:"Изпъкнала","Align cell text to the left":"Подравни текста в клетката наляво","Align cell text to the center":"Подравни текста в клетката централно","Align cell text to the right":"Подравни текста в клетката надясно","Justify cell text":"Разпредели равномерно текста в клетката","Align cell text to the top":"Подравни текста в клетката нагоре","Align cell text to the middle":"Подравни текста в клетката към средата","Align cell text to the bottom":"Подравни текста в клетката към дъното","Align table to the left":"Подравни таблицата наляво","Center table":"Центрирай таблицата","Align table to the right":"Подравни таблицата надясно","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Цветът е невалиден. Опитайте \"#FF0000\" или \"rgb(255,0,0)\", или \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Стойността е невалидна. Опитайте \"10px\" или \"2em\", или просто \"2\".","Color picker":"Избор на цвят","Toggle caption off":"Превключи изключване на надписи","Toggle caption on":"Превключи включване на надписи","Enter table caption":"Въведи надпис на таблица","Rich Text Editor":"Богат текстов редактор","Editor editing area: %0":"Зона за редактиране на редактора: %0","Edit block":"Редактирай блок",Next:"Следващ",Previous:"Предишен","Editor toolbar":"Лента за редакция","Dropdown toolbar":"Лента с падащо меню",Black:"Черен","Dim grey":"Тъмно сив",Grey:"Сив","Light grey":"Светло сив",White:"Бял",Red:"Червен",Orange:"Оранжев",Yellow:"Жълт","Light green":"Светло зелен",Green:"Зелен",Aquamarine:"Аквамарин",Turquoise:"Тюркоазен","Light blue":"Светло син",Blue:"Син",Purple:"Лилав","Editor block content toolbar":"Лента с инструменти за блокиране на съдържанието на редактора","Editor contextual toolbar":"Контекстна лента с инструменти на редактора",HEX:"",Undo:"Отмени",Redo:"Повтори","Upload in progress":"Качването е в процес","Widget toolbar":"Лента с помощни средства","Insert paragraph before block":"Въведи параграф преди блока","Insert paragraph after block":"Въведи параграф след блока","Press Enter to type after or press Shift + Enter to type before the widget":"Натиснете Enter за въвеждане или натиснете Shift + Enter за въвеждане преди изпълнимия модул","Words: %0":"Думи: %0","Characters: %0":"Знаци: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['bg'] = d['bg'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Ляво подравняване","Align right":"Дясно подравняване","Align center":"Централно подравняване",Justify:"Разпредели по равно","Text alignment":"Подравняване на текста","Text alignment toolbar":"Лента за подравняване на текст",Bold:"Удебелен",Italic:"Курсив",Underline:"Подчертаване",Code:"Код",Strikethrough:"Зачертаване",Subscript:"Долен индекс",Superscript:"Горен индекс","Block quote":"Цитат","Insert code block":"Въведи кодов блок","Plain text":"Обикновен текст",Cancel:"Отказ","Remove color":"Премахни цвят","Restore default":"Възстанови първоначалните настройки",Save:"Запазване","Show more items":"Покажи повече единици","%0 of %1":"%0 от %1","Cannot upload file:":"Не може да качи файл:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Зона за редактиране: %0","Find and replace":"Намери и замени","Find in text…":"Намери в текста...",Find:"Намери","Previous result":"Предишен резултат","Next result":"Следващ резултат",Replace:"Замени","Replace all":"Замени всички","Match case":"Сравни съвпадащ шрифт","Whole words only":"Само цели думи","Replace with…":"Замени с...","Text to find must not be empty.":"Текстът за намиране не трябва да е празен.","Tip: Find some text first in order to replace it.":"Съвет: Първо намерете някакъв текст, за да го замените.","Show options":"Покажи опции",Paragraph:"Параграф",Heading:"Заглавие","Choose heading":"Избери заглавие","Heading 1":"Заглавие 1","Heading 2":"Заглавие 2","Heading 3":"Заглавие 3","Heading 4":"Заглавие 4","Heading 5":"Заглавие 5","Heading 6":"Заглавие 6","Type your title":"Напишете заглавието си","Type or paste your content here.":"Напишете или поставете съдържанието си тук.","Horizontal line":"Хоризонтална черта","HTML object":"HTML обект","Increase indent":"Увеличи отстъпа","Decrease indent":"Намали отстъпа",Unlink:"Премахване на линка",Link:"Линк","Link URL":"Уеб адрес на линка","Link image":"Свържи изображение","Edit link":"Редакция на линк","Open link in new tab":"Отваряне на линк в нов раздел","This link has no URL":"Този линк няма уеб адрес","Open in a new tab":"Отваряне в нов раздел",Downloadable:"Изтегляне","Numbered List":"Номериране","Bulleted List":"Водещи символи","To-do List":"Списък със задачи","Bulleted list styles toolbar":"Лента със стилове за подточки","Numbered list styles toolbar":"Лента със стилове за номерация","Toggle the disc list style":"Превключи между стиловете на дисковия списък ","Toggle the circle list style":"Превключи между стиловете на кръговия списък","Toggle the square list style":"Превключи между стиловете на квадратния списък","Toggle the decimal list style":"Превключи между стиловете на десетичния списък","Toggle the decimal with leading zero list style":"Превключи между стиловете на десетичния списък с начало нула","Toggle the lower–roman list style":"Превключи между стиловете на долен-римски списък","Toggle the upper–roman list style":"Превключи между стиловете на горен-римски списък","Toggle the lower–latin list style":"Превключи между стиловете на долен-латиснки списък","Toggle the upper–latin list style":"Превключи между стиловете на горен-латински списък",Disc:"Диск",Circle:"Кръг",Square:"Квадрат",Decimal:"Десетичен","Decimal with leading zero":"Десетичен с водеща нула","Lower–roman":"Долен-римски","Upper-roman":"Горен-римски","Lower-latin":"Долен-латински","Upper-latin":"Горен-латински","List properties":"Свойства на списъка","Start at":"Започни с","Start index must be greater than 0.":"Стартовия индекс трябва да е по-голям от 0.","Reversed order":"Обърнат ред","Remove Format":"Премахни форматиране","Select all":"Избери всички","Show blocks":"Покажи блокове",Source:"Източник","Special characters":"Специални символи",All:"Всички",Arrows:"Стрелки",Currency:"Валутни символи",Latin:"Латиница",Mathematical:"Математически символи",Text:"Текст","leftwards simple arrow":"обикновена стрелка наляво","rightwards simple arrow":"обикновена стрелка надясно","upwards simple arrow":"обикновена стрелка нагоре","downwards simple arrow":"обикновена стрелка надолу","leftwards double arrow":"двойна стрелка наляво","rightwards double arrow":"двойна стрелка надясно","upwards double arrow":"двойна стрелка нагоре","downwards double arrow":"двойна стрелка надолу","leftwards dashed arrow":"пунктирана стрелка наляво","rightwards dashed arrow":"пунктирана стрелка надясно","upwards dashed arrow":"пунктирана стрелка нагоре","downwards dashed arrow":"пунктирана стрелка надолу","leftwards arrow to bar":"стрелка наляво към лентата\n","rightwards arrow to bar":"стрелка надясно към лентата","upwards arrow to bar":"стрелка нагоре към лентата","downwards arrow to bar":"стрелка надолу към лентата","up down arrow with base":"стрелка нагоре надолу с основа","back with leftwards arrow above":"назад със стрелка наляво отгоре","end with leftwards arrow above":"завършва със стрелка наляво отгоре","on with exclamation mark with left right arrow above":"върху с удивителен знак със стрелка наляво надясно над","soon with rightwards arrow above":"скоро със стрелка надясно отгоре","top with upwards arrow above":"отгоре със стрелка нагоре отгоре","Dollar sign":"Символ на долар","Euro sign":"Символ на евро","Yen sign":"Символ на йена","Pound sign":"Символ на лира стерлинг","Cent sign":"Символ на цент","Euro-currency sign":"Символ на евровалута","Colon sign":"Символ двоеточие","Cruzeiro sign":"Символ Крузейро","French franc sign":"Символ на френски франк","Lira sign":"Символ на лира","Currency sign":"Символ на валута","Bitcoin sign":"Символ на Биткойн","Mill sign":"Символ на мелница","Naira sign":"Символ Найра","Peseta sign":"Символ на песета","Rupee sign":"Символ на рупия","Won sign":"Символ на уон","New sheqel sign":"Символ на нов шекел","Dong sign":"Символ на донг","Kip sign":"Символ на кип","Tugrik sign":"Символ на тугрик","Drachma sign":"Символ на драхма","German penny sign":"Символ на немско пени","Peso sign":"Символ на песо","Guarani sign":"Символ на гуарани","Austral sign":"Символ на аустрал","Hryvnia sign":"Символ на гривнa","Cedi sign":"Символ Седи","Livre tournois sign":"Символ на ливр турноа","Spesmilo sign":"Символ на спесмило","Tenge sign":"Символ на тенге","Indian rupee sign":"Символ на индийска рупия","Turkish lira sign":"Символ на турска лира","Nordic mark sign":"Символ на скандинавски знак","Manat sign":"Символ на манат","Ruble sign":"Символ на рубла","Latin capital letter a with macron":"Главна латинска буква „a“ с макрон","Latin small letter a with macron":"Малка латинска буква „a“ с макрон","Latin capital letter a with breve":"Главна латинска буква „a“ с бреве","Latin small letter a with breve":"Малка латинска буква „а“ с бреве","Latin capital letter a with ogonek":"Главна латинска буква „a“ с огонек","Latin small letter a with ogonek":"Малка латинска буква „a“ с огонек","Latin capital letter c with acute":"Главна латинска буква „c“ с акут","Latin small letter c with acute":"Малка латинска буква „c“ с акут","Latin capital letter c with circumflex":"Главна латинска буква „c“ с циркумфлекс","Latin small letter c with circumflex":"Малка латинска буква „c“ с циркумфлекс","Latin capital letter c with dot above":"Главна латинска буква „c“ с точка отгоре","Latin small letter c with dot above":"Малка латинска буква „c“ с точка отгоре","Latin capital letter c with caron":"Главна латинска буква „c“ с карон","Latin small letter c with caron":"Mалка латинска буква „c“ с карон","Latin capital letter d with caron":"Главна латинска буква d с карон","Latin small letter d with caron":"Малка латинска буква d с карон","Latin capital letter d with stroke":"Главна латинска буква d с черта","Latin small letter d with stroke":"Малк а латинска буква d с черта","Latin capital letter e with macron":"Главна латинска буква „e“ с макрон","Latin small letter e with macron":"Малка латинска буква „e“ с макрон","Latin capital letter e with breve":"Главна латинска буква „e“ с бреве","Latin small letter e with breve":"Малка латинска буква „e“ с бреве","Latin capital letter e with dot above":"Главна латинска буква „e“ с точка отгоре","Latin small letter e with dot above":"Малка латинска буква „e“ с точка отгоре","Latin capital letter e with ogonek":"Главна латинска буква „e“ с огонек","Latin small letter e with ogonek":"Малка латинска буква „e“ с огонек","Latin capital letter e with caron":"Главна латинска буква „e“ с карон","Latin small letter e with caron":"Малка латинска буква „e“ с карон","Latin capital letter g with circumflex":"Главна латинска буква „g“ с циркумфлекс","Latin small letter g with circumflex":"Малка латинска буква „g“ с циркумфлекс","Latin capital letter g with breve":"Главна латинска буква „g“ с бреве","Latin small letter g with breve":"Малка латинска буква „g“ с бреве","Latin capital letter g with dot above":"Главна латинска буква „g“ с точка отгоре","Latin small letter g with dot above":"Малка латинска буква „g“ с точка отгоре","Latin capital letter g with cedilla":"Главна латинска буква „g“ със седил","Latin small letter g with cedilla":"Малка латинска буква „g“ със седил","Latin capital letter h with circumflex":"Главна латинска буква h с циркумфлекс","Latin small letter h with circumflex":"Малка латинска буква h с циркумфлекс","Latin capital letter h with stroke":"Главна латинска буква h с черта","Latin small letter h with stroke":"Малка латинска буква h с черта","Latin capital letter i with tilde":"Главна латинска буква i с тилда","Latin small letter i with tilde":"Малка латинска буква i с тилда","Latin capital letter i with macron":"Главна латинска буква i с макрон","Latin small letter i with macron":"Малка латинска буква i с макрон","Latin capital letter i with breve":"Главна латинска буква i с бреве","Latin small letter i with breve":"Малка латинска буква i с бреве","Latin capital letter i with ogonek":"Главна латинска буква i с ogonek","Latin small letter i with ogonek":"Малка латинска буква i с огонек","Latin capital letter i with dot above":"Главна латинска буква i с точка отгоре","Latin small letter dotless i":"Малка латинска буква без точка i","Latin capital ligature ij":"Главна латинска лигатура ij","Latin small ligature ij":"Mалка латинска лигатура ij","Latin capital letter j with circumflex":"Главна латинска буква j с циркумфлекс","Latin small letter j with circumflex":"Малка латинска буква j с циркумфлекс","Latin capital letter k with cedilla":"Главна латинска буква k със седил","Latin small letter k with cedilla":"Mалка lатинска буква k със седил","Latin small letter kra":"Mалка латинска буква kra","Latin capital letter l with acute":"Главна латинска буква l с акут","Latin small letter l with acute":"Mалка латинска буква l с акут","Latin capital letter l with cedilla":"Главна латинска буква l със седил","Latin small letter l with cedilla":"Малка латинска буква l със седил","Latin capital letter l with caron":"Главна латинска буква l с карон","Latin small letter l with caron":"Малка латинска буква l с карон","Latin capital letter l with middle dot":"Главна латинска буква l със средна точка","Latin small letter l with middle dot":"Малка латинска буква l със средна точка","Latin capital letter l with stroke":"Главна латинска буква l с черта","Latin small letter l with stroke":"Малка латинска буква l с черта","Latin capital letter n with acute":"Главна латинска буква n с акут","Latin small letter n with acute":"Малка латинска буква n с акут","Latin capital letter n with cedilla":"Главна латинска буква n със седил","Latin small letter n with cedilla":"Малка латинска буква n със седил","Latin capital letter n with caron":"Главна латинска буква n с карон","Latin small letter n with caron":"Малка латинска буква n с карон","Latin small letter n preceded by apostrophe":"Малка латинска буква n, предшествана от апостроф","Latin capital letter eng":"Главна латинска буква eng","Latin small letter eng":"Малка латинска буква eng","Latin capital letter o with macron":"Главна латинска буква „o“ с макрон","Latin small letter o with macron":"Малка латинска буква „o“ с макрон","Latin capital letter o with breve":"Главна латинска буква „o“ с бреве","Latin small letter o with breve":"Малка латинска буква „o“ с бреве","Latin capital letter o with double acute":"Главна латинска буква „o“ с двоен акут","Latin small letter o with double acute":"Малка латинска буква „o“ с двоен акут","Latin capital ligature oe":"Главна латинска лигатура oe","Latin small ligature oe":"Малка латинска лигатура oe","Latin capital letter r with acute":"Главна латинска буква r с акут","Latin small letter r with acute":"Малка латинска буква r с акут","Latin capital letter r with cedilla":"Главна латинска буква r със седил","Latin small letter r with cedilla":"Малка латинска буква r със седил","Latin capital letter r with caron":"Главна латинска буква r с карон","Latin small letter r with caron":"Малка латинска буква r с карон","Latin capital letter s with acute":"Главна латинска буква s с акут","Latin small letter s with acute":"Малка латинска буква s с акут","Latin capital letter s with circumflex":"Главна латинска буква s с циркумфлекс","Latin small letter s with circumflex":"Малка латинска буква s с циркумфлекс","Latin capital letter s with cedilla":"Главна латинска буква s със седил","Latin small letter s with cedilla":"Малка латинска буква s със седил","Latin capital letter s with caron":"Главна латинска буква s с карон","Latin small letter s with caron":"Малка латинска буква s с карон","Latin capital letter t with cedilla":"Главна латинска буква t със седил","Latin small letter t with cedilla":"Малка латинска буква t със седил","Latin capital letter t with caron":"Главна латинска буква t с карон","Latin small letter t with caron":"Малка латинска буква t с карон","Latin capital letter t with stroke":"Главна латинска буква t с черта","Latin small letter t with stroke":"Малка латинска буква t с черта","Latin capital letter u with tilde":"Главна латинска буква u с тилда","Latin small letter u with tilde":"Малка латинска буква u с тилда","Latin capital letter u with macron":"Главна латинска буква u с макрон","Latin small letter u with macron":"Малка латинска буква u с макрон","Latin capital letter u with breve":"Главна латинска буква u с бреве","Latin small letter u with breve":"Малка латинска буква u с бреве","Latin capital letter u with ring above":"Главна латинска буква u с пръстен отгоре","Latin small letter u with ring above":"Малка латинска буква u с пръстен отгоре","Latin capital letter u with double acute":"Главна латинска буква u с двоен акут","Latin small letter u with double acute":"Малка латинска буква u с двоен акут","Latin capital letter u with ogonek":"Главна латинска буква u с огонек","Latin small letter u with ogonek":"Малка латинска буква u с огонек","Latin capital letter w with circumflex":"Главна латинска буква w с циркумфлекс","Latin small letter w with circumflex":"Малка латинска буква w с циркумфлекс","Latin capital letter y with circumflex":"Главна латинска буква y с циркумфлекс","Latin small letter y with circumflex":"Малка латинска буква y с циркумфлекс","Latin capital letter y with diaeresis":"Главна латинска буква y с диареза","Latin capital letter z with acute":"Главна латинска буква z с акут","Latin small letter z with acute":"Малка латинска буква z с акут","Latin capital letter z with dot above":"Главна латинска буква z с точка отгоре","Latin small letter z with dot above":"Малка латинска буква z с точка отгоре","Latin capital letter z with caron":"Главна латинска буква z с карон","Latin small letter z with caron":"Малка латинска буква z с карон","Latin small letter long s":"Малка латинска буква дълго s","Less-than sign":"Знак „по-малко от“ ","Greater-than sign":"Знак „по-голямо от“","Less-than or equal to":"По-малко или равно на","Greater-than or equal to":"По-голямо или равно на","En dash":"Ен тире","Em dash":"Ем тире",Macron:"Макрон",Overline:"Черта над буква","Degree sign":"Знак за степен","Minus sign":"Знак минус","Plus-minus sign":"Знак плюс-минус","Division sign":"Знак за деление","Fraction slash":"Дробна наклонена черта","Multiplication sign":"Знак за умножение","Latin small letter f with hook":"Малка латинска буква f с кукичка",Integral:"Интеграл","N-ary summation":"N-арно сумиране",Infinity:"Безкрайност","Square root":"Корен квадратен","Tilde operator":"Оператор тилда","Approximately equal to":"Приблизително равно на","Almost equal to":"Почти равно на","Not equal to":"Не е равно на","Identical to":"Идентично на","Element of":"Елемент на","Not an element of":"Не е елемент от","Contains as member":"Съдържа като член","N-ary product":"N-арен продукт","Logical and":"Логично и","Logical or":"Логично или","Not sign":"Знак „не“",Intersection:"Пресечна точка",Union:"Съюз","Partial differential":"Частичен диференциал","For all":"За всички","There exists":"Съществува","Empty set":"Празен комплект",Nabla:"Набла","Asterisk operator":"Оператор звездичка","Proportional to":"Пропорционално на",Angle:"Ъгъл","Vulgar fraction one quarter":"Проста дроб една четвърт","Vulgar fraction one half":"Проста дроб една половина","Vulgar fraction three quarters":"Проста дроб три четвърти","Single left-pointing angle quotation mark":"\nЕдинична сочеща наляво ъглова кавичка","Single right-pointing angle quotation mark":"Единична сочеща надясно ъглова кавичка","Left-pointing double angle quotation mark":"Сочеща наляво двойна ъглова кавичка","Right-pointing double angle quotation mark":"Сочеща надясно двойна ъглова кавичка","Left single quotation mark":"Лява единична кавичка","Right single quotation mark":"Дясна единична кавичка","Left double quotation mark":"Лява двойна кавичка","Right double quotation mark":"Дясна двойна кавичка","Single low-9 quotation mark":"Единична ниска 9-кавичка","Double low-9 quotation mark":"Двойна ниска 9-кавичка","Inverted exclamation mark":"Обърнат удивителен знак","Inverted question mark":"Обърнат въпросителен знак","Two dot leader":"Водач с две точки","Horizontal ellipsis":"Хоризонтална елипса","Double dagger":"Двойна кама","Per mille sign":"Знак за промили","Per ten thousand sign":"Символ на десет хиляди","Double exclamation mark":"Двоен удивителен знак","Question exclamation mark":"Знак въпросителна удивителна","Exclamation question mark":"Знак удивителна въпросителна","Double question mark":"Двоен въпросителен знак","Copyright sign":"Знак за авторски права","Registered sign":"Регистриран знак","Trade mark sign":"Знак за търговска марка","Section sign":"Знак за раздел","Paragraph sign":"Знак за параграф","Reversed paragraph sign":"Обърнат знак за параграф","Character categories":"Категории символи",Styles:"Стилове","Multiple styles":"Множество стилове","Block styles":"Блокови стилове","Text styles":"Текстови стилове","Insert table":"Вмъкни таблица","Header column":"Заглавна колона","Insert column left":"Вмъкни колона отляво","Insert column right":"Вмъкни колона отдясно","Delete column":"Изтриване на колона","Select column":"Избери колона",Column:"Колона","Header row":"Заглавен ред","Insert row below":"Вмъкни ред отдолу","Insert row above":"Вмъкни ред отгоре","Delete row":"Изтриване на ред","Select row":"Избери ред",Row:"Ред","Merge cell up":"Обединяване на клетка отгоре","Merge cell right":"Обединяване на клетка отдясно","Merge cell down":"Обединяване на клетка надолу","Merge cell left":"Обединяване на клетка отляво","Split cell vertically":"Разделяне на клетки вертикално","Split cell horizontally":"Разделяне на клетки хоризонтално","Merge cells":"Обединяване на клетки","Table toolbar":"Лента за таблици","Table properties":"Свойства на таблици","Cell properties":"Свойства на клетки",Border:"Граница",Style:"Стил",Width:"Ширина",Height:"Височина",Color:"Цвят",Background:"Фон",Padding:"Пълнеж",Dimensions:"Размери","Table cell text alignment":"Подравняване на текст в клетка",Alignment:"Подравняване","Horizontal text alignment toolbar":"Лента за хоризонтално подравняване на текст","Vertical text alignment toolbar":"Лента за вертикално подравняване на текст","Table alignment toolbar":"Лента за подравняване на таблици",None:"Нищо",Solid:"Твърд",Dotted:"На точки",Dashed:"На черти",Double:"Двоен",Groove:"На зиг-заг",Ridge:"Назъбен",Inset:"Вмъкни",Outset:"Изпъкнала","Align cell text to the left":"Подравни текста в клетката наляво","Align cell text to the center":"Подравни текста в клетката централно","Align cell text to the right":"Подравни текста в клетката надясно","Justify cell text":"Разпредели равномерно текста в клетката","Align cell text to the top":"Подравни текста в клетката нагоре","Align cell text to the middle":"Подравни текста в клетката към средата","Align cell text to the bottom":"Подравни текста в клетката към дъното","Align table to the left":"Подравни таблицата наляво","Center table":"Центрирай таблицата","Align table to the right":"Подравни таблицата надясно","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Цветът е невалиден. Опитайте \"#FF0000\" или \"rgb(255,0,0)\", или \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Стойността е невалидна. Опитайте \"10px\" или \"2em\", или просто \"2\".","Color picker":"Избор на цвят","Toggle caption off":"Превключи изключване на надписи","Toggle caption on":"Превключи включване на надписи","Enter table caption":"Въведи надпис на таблица","Rich Text Editor":"Богат текстов редактор","Editor editing area: %0":"Зона за редактиране на редактора: %0","Edit block":"Редактирай блок",Next:"Следващ",Previous:"Предишен","Editor toolbar":"Лента за редакция","Dropdown toolbar":"Лента с падащо меню",Black:"Черен","Dim grey":"Тъмно сив",Grey:"Сив","Light grey":"Светло сив",White:"Бял",Red:"Червен",Orange:"Оранжев",Yellow:"Жълт","Light green":"Светло зелен",Green:"Зелен",Aquamarine:"Аквамарин",Turquoise:"Тюркоазен","Light blue":"Светло син",Blue:"Син",Purple:"Лилав","Editor block content toolbar":"Лента с инструменти за блокиране на съдържанието на редактора","Editor contextual toolbar":"Контекстна лента с инструменти на редактора",HEX:"НЕХ",Accept:"Приемане",Undo:"Отмени",Redo:"Повтори","Upload in progress":"Качването е в процес","Widget toolbar":"Лента с помощни средства","Insert paragraph before block":"Въведи параграф преди блока","Insert paragraph after block":"Въведи параграф след блока","Press Enter to type after or press Shift + Enter to type before the widget":"Натиснете Enter за въвеждане или натиснете Shift + Enter за въвеждане преди изпълнимия модул","Words: %0":"Думи: %0","Characters: %0":"Знаци: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/bn.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/bn.js index 1a40637190be..3b4ed50245f5 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/bn.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/bn.js @@ -1 +1 @@ -(function(d){ const l = d['bn'] = d['bn'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"বামে সারিবদ্ধ করুন","Align right":"ডানদিকে সারিবদ্ধ করুন","Align center":"কেন্দ্র সারিবদ্ধ করুন",Justify:"জাস্টিফাই","Text alignment":"টেক্সট সারিবদ্ধকরণ","Text alignment toolbar":"টেক্সট শ্রেণীবিন্যাস টুলবার",Bold:"বোল্ড",Italic:"ইটালিক",Underline:"আন্ডারলাইন",Code:"কোড",Strikethrough:"স্ট্রাইকথ্রু",Subscript:"সাবস্ক্রিপ্ট",Superscript:"সুপারস্ক্রিপ্ট","Block quote":"ব্লক কোট","Insert code block":"কোড ব্লক ঢোকান","Plain text":"প্লেইন টেক্সট",Cancel:"বাতিল করুন","Remove color":"রং মুছে ফেলুন","Restore default":"পূর্বাবস্থায় ফিরিয়ে আনুন",Save:"সংরক্ষণ করুন","Show more items":"আরও আইটেম দেখান","%0 of %1":"%0 এর %1","Cannot upload file:":"ফাইল আপলোড করা যাবে নাঃ","Rich Text Editor. Editing area: %0":"রিচ টেক্সট এডিটর। সম্পাদনার ক্ষেত্র: %0","Find and replace":"অনুসন্ধান ও প্রতিস্থাপন করুন","Find in text…":"টেক্সটে খুঁজুন…",Find:"খুঁজুন ","Previous result":"পূর্ববর্তী ফলাফল","Next result":"পরবর্তী ফলাফল",Replace:"প্রতিস্থাপন করুন","Replace all":"সব প্রতিস্থাপন","Match case":"ম্যাচ কেস","Whole words only":"শুধুমাত্র পুরো শব্দ","Replace with…":"এর সাথে প্রতিস্থাপন...","Text to find must not be empty.":"খুঁজে পেতে টেক্সট খালি হওয়া উচিত নয়।","Tip: Find some text first in order to replace it.":"পরামর্শঃ এটি প্রতিস্থাপন করতে প্রথমে কিছু টেক্সট খুঁজুন।","Show options":"অপশন দেখান",Paragraph:"অনুচ্ছেদ",Heading:"শিরোনাম","Choose heading":"শিরোনাম নির্বাচন করুন","Heading 1":"শিরোনাম 1","Heading 2":"শিরোনাম 2","Heading 3":"শিরোনাম 3","Heading 4":"শিরোনাম 4","Heading 5":"শিরোনাম 5","Heading 6":"শিরোনাম 6","Type your title":"আপনার শিরোনাম টাইপ করুন","Type or paste your content here.":"আপনার বিষয়বস্তু এখানে টাইপ অথবা পেস্ট করুন।","Horizontal line":"অনুভূমিক রেখা","HTML object":"HTML অবজেক্ট","Increase indent":"ইন্ডেন্ট বৃদ্ধি করুন","Decrease indent":"ইন্ডেন্ট হ্রাস করুন",Unlink:"লিঙ্কমুক্ত করুন",Link:"লিঙ্ক","Link URL":"লিঙ্ক URL","Link image":"লিঙ্ক চিত্র","Edit link":"\t\nলিঙ্ক এডিট করুন","Open link in new tab":"লিঙ্কটি নতুন ট্যাবে খুলুন","This link has no URL":"এই লিঙ্কের কোন URL নেই","Open in a new tab":"একটি নতুন ট্যাবে খুলুন",Downloadable:"ডাউনলোডযোগ্য","Numbered List":"সংখ্যাযুক্ত তালিকা","Bulleted List":"বুলেটযুক্ত তালিকা","To-do List":"তালিকা তৈরি","Bulleted list styles toolbar":"বুলেটেড তালিকা স্টাইল টুলবার","Numbered list styles toolbar":"সংখ্যাযুক্ত তালিকা স্টাইল টুলবার","Toggle the disc list style":"ডিস্ক তালিকা স্টাইল টগল করুন","Toggle the circle list style":"বৃত্ত তালিকা স্টাইল টগল করুন","Toggle the square list style":"বর্গাকার তালিকা স্টাইল টগল করুন","Toggle the decimal list style":"দশমিক তালিকা স্টাইল টগল করুন","Toggle the decimal with leading zero list style":"অগ্রণী 0 তালিকা স্টাইল সহ দশমিক টগল করুন","Toggle the lower–roman list style":"নিম্ন-রোমান তালিকা স্টাইল টগল করুন","Toggle the upper–roman list style":"উপরের-রোমান তালিকা স্টাইল টগল করুন","Toggle the lower–latin list style":"নিম্ন-ল্যাটিন তালিকা স্টাইল টগল করুন","Toggle the upper–latin list style":"উপরের-ল্যাটিন তালিকা স্টাইল টগল করুন",Disc:"ডিস্ক",Circle:"বৃত্ত",Square:"বর্গক্ষেত্র",Decimal:"দশমিক","Decimal with leading zero":"অগ্রণী 0 সহ দশমিক ","Lower–roman":"নিম্ন-রোমান","Upper-roman":"উচ্চ-রোমান","Lower-latin":"নিম্ন-ল্যাটিন","Upper-latin":"উচ্চ-ল্যাটিন","List properties":"বৈশিষ্ট্য তালিকাভুক্ত করুন","Start at":"শুরু হবে","Start index must be greater than 0.":"স্টার্ট ইনডেক্স অবশ্যই 0-এর বেশি হতে হবে।","Reversed order":"উল্টো ক্রম","Remove Format":"ফরম্যাট মুছে ফেলুন","Select all":"সব নির্বাচন করুন",Source:"উৎস","Special characters":"বিশেষ অক্ষর",All:"সকল",Arrows:"তীর",Currency:"মুদ্রা",Latin:"ল্যাটিন",Mathematical:"গাণিতিক",Text:"পাঠ্য","leftwards simple arrow":"বাম দিকে সরল তীর","rightwards simple arrow":"ডানমুখী সরল তীর","upwards simple arrow":"উপরের দিকে সরল তীর","downwards simple arrow":"নিচের দিকে সরল তীর","leftwards double arrow":"বামমুখী দ্বৈত তীর","rightwards double arrow":"ডানমুখী দ্বৈত তীর","upwards double arrow":"উর্ধ্বমুখী দ্বৈত তীর","downwards double arrow":"নিম্নমুখী দ্বৈত তীর","leftwards dashed arrow":"বামমুখী ড্যাশড তীর","rightwards dashed arrow":"ডানমুখী ড্যাশড তীর","upwards dashed arrow":"উর্ধ্বমুখী ড্যাশড তীর","downwards dashed arrow":"নিম্নমুখী ড্যাশড তীর","leftwards arrow to bar":"বামমুখী তীরের বার","rightwards arrow to bar":"ডানমুখী তীরের বার","upwards arrow to bar":"উর্ধ্বমুখী তীরের বার","downwards arrow to bar":"নিম্নমুখী তীরের বার","up down arrow with base":"বেসসহ উপরে নিচের তীর","back with leftwards arrow above":"ব্যাক এর উপরে বামমুখী তীর","end with leftwards arrow above":"এন্ড এর উপরে বামমুখী তীর","on with exclamation mark with left right arrow above":"বিস্ময়বোধকসহ অন এর উপরে বাম ডান তীর","soon with rightwards arrow above":"শীঘ্রই এর উপরে ডানমুখী তীর","top with upwards arrow above":"টপ লেখাসহ উপরে উর্ধ্বমুখী তীর","Dollar sign":"ডলারের চিহ্ন","Euro sign":"ইউরো চিহ্ন","Yen sign":"ইয়েন চিহ্ন","Pound sign":"পাউন্ড চিহ্ন","Cent sign":"সেন্ট চিহ্ন","Euro-currency sign":"ইউরো-মুদ্রার চিহ্ন","Colon sign":"কোলন চিহ্ন","Cruzeiro sign":"ত্রুুজেইরো চিহ্ন","French franc sign":"ফরাসি ফ্রাঙ্ক চিহ্ন","Lira sign":"লিরার চিহ্ন","Currency sign":"মুদ্রার চিহ্ন","Bitcoin sign":"বিটকয়েনের চিহ্ন","Mill sign":"মিল চিহ্ন","Naira sign":"নাইরা চিহ্ন","Peseta sign":"পেসেটা চিহ্ন","Rupee sign":"রুপির চিহ্ন","Won sign":"ওন চিহ্ন","New sheqel sign":"নিউ শেকেল চিহ্ন","Dong sign":"ডং চিহ্ন","Kip sign":"কিপ চিহ্ন","Tugrik sign":"তুগ্রিক চিহ্ন","Drachma sign":"ড্রাকমা চিহ্ন","German penny sign":"জার্মান পেনি চিহ্ন","Peso sign":"পেসো চিহ্ন","Guarani sign":"গুয়ারানি চিহ্ন","Austral sign":"অস্ট্রাল চিহ্ন","Hryvnia sign":"হিরভনিয়া চিহ্ন","Cedi sign":"সেডি চিহ্ন","Livre tournois sign":"লিভরে টুরনোইস চিহ্ন","Spesmilo sign":"স্পেসমিলো চিহ্ন","Tenge sign":"টেঞ্জ চিহ্ন","Indian rupee sign":"ভারতীয় রুপির চিহ্ন","Turkish lira sign":"তুর্কি লিরা সাইন ","Nordic mark sign":"নর্ডিক মার্ক চিহ্ন","Manat sign":"মানাত চিহ্ন","Ruble sign":"রুবল চিহ্ন","Latin capital letter a with macron":"ম্যাক্রোন সহ ল্যাটিন বড় হাতের অক্ষর a","Latin small letter a with macron":"ম্যাক্রোন সহ ল্যাটিন ছোট হাতের অক্ষর a","Latin capital letter a with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর a","Latin small letter a with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর a","Latin capital letter a with ogonek":"ওগোনেক সহ ল্যাটিন বড় হাতের অক্ষর a","Latin small letter a with ogonek":"ওগোনেক সহ ল্যাটিন ছোট হাতের অক্ষর a","Latin capital letter c with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর c","Latin small letter c with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর c","Latin capital letter c with circumflex":"সারকামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর c","Latin small letter c with circumflex":"সারকামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর c","Latin capital letter c with dot above":"উপরে বিন্দু সহ ল্যাটিন বড় হাতের অক্ষর c","Latin small letter c with dot above":"উপরে বিন্দু সহ ল্যাটিন ছোট হাতের অক্ষর c","Latin capital letter c with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর c","Latin small letter c with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর c","Latin capital letter d with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর d","Latin small letter d with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর d","Latin capital letter d with stroke":"স্ট্রোক সহ ল্যাটিন বড় হাতের অক্ষর d","Latin small letter d with stroke":"স্ট্রোক সহ ল্যাটিন ছোট হাতের অক্ষর d","Latin capital letter e with macron":"ম্যাক্রোন সহ ল্যাটিন বড় হাতের অক্ষর e","Latin small letter e with macron":"ম্যাক্রোন সহ ল্যাটিন ছোট হাতের অক্ষর e","Latin capital letter e with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর e","Latin small letter e with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর e","Latin capital letter e with dot above":"উপরে বিন্দু সহ ল্যাটিন বড় হাতের অক্ষর e","Latin small letter e with dot above":"উপরে বিন্দু সহ ল্যাটিন ছোট হাতের অক্ষর e","Latin capital letter e with ogonek":"ওগোনেক সহ ল্যাটিন বড় হাতের অক্ষর e","Latin small letter e with ogonek":"ওগোনেক সহ ল্যাটিন ছোট হাতের অক্ষর e","Latin capital letter e with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর e","Latin small letter e with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর e","Latin capital letter g with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর g","Latin small letter g with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর g","Latin capital letter g with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর g","Latin small letter g with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর g","Latin capital letter g with dot above":"উপরে বিন্দু সহ ল্যাটিন বড় হাতের অক্ষর g","Latin small letter g with dot above":"উপরে বিন্দু সহ ল্যাটিন ছোট হাতের অক্ষর g","Latin capital letter g with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর g","Latin small letter g with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর g","Latin capital letter h with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর h","Latin small letter h with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর h","Latin capital letter h with stroke":"স্ট্রোক সহ ল্যাটিন বড় হাতের অক্ষর h","Latin small letter h with stroke":"স্ট্রোক সহ ল্যাটিন ছোট হাতের অক্ষর h","Latin capital letter i with tilde":"টিল্ড সহ ল্যাটিন বড় হাতের অক্ষর i","Latin small letter i with tilde":"টিল্ড সহ ল্যাটিন ছোট হাতের অক্ষর i","Latin capital letter i with macron":"ম্যাক্রোন সহ ল্যাটিন বড় হাতের অক্ষর i","Latin small letter i with macron":"ম্যাক্রোন সহ ল্যাটিন ছোট হাতের অক্ষর i","Latin capital letter i with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর i","Latin small letter i with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর i","Latin capital letter i with ogonek":"ওগোনেক সহ ল্যাটিন বড় হাতের অক্ষর i","Latin small letter i with ogonek":"ওগোনেক সহ ল্যাটিন ছোট হাতের অক্ষর i","Latin capital letter i with dot above":"উপরে বিন্দু সহ ল্যাটিন বড় হাতের অক্ষর i","Latin small letter dotless i":"ল্যাটিন ছোট হাতের অক্ষর বিন্দুবিহীন i","Latin capital ligature ij":"ল্যাটিন বড় হাতের লিগেচার ij","Latin small ligature ij":"ল্যাটিন ছোট হাতের লিগেচার ij","Latin capital letter j with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর j","Latin small letter j with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর j","Latin capital letter k with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর k","Latin small letter k with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর k","Latin small letter kra":"ল্যাটিন ছোট হাতের অক্ষর kra","Latin capital letter l with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর l","Latin small letter l with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর l","Latin capital letter l with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর l","Latin small letter l with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর l","Latin capital letter l with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর l","Latin small letter l with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর l","Latin capital letter l with middle dot":"মধ্যবিন্দু সহ ল্যাটিন বড় হাতের অক্ষর l","Latin small letter l with middle dot":"মধ্যবিন্দু সহ ল্যাটিন ছোট হাতের অক্ষর l","Latin capital letter l with stroke":"স্ট্রোক সহ ল্যাটিন বড় হাতের অক্ষর l","Latin small letter l with stroke":"স্ট্রোক সহ ল্যাটিন ছোট হাতের অক্ষর l","Latin capital letter n with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর n","Latin small letter n with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর n","Latin capital letter n with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর n","Latin small letter n with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর n","Latin capital letter n with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর n","Latin small letter n with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর n","Latin small letter n preceded by apostrophe":"ল্যাটিন ছোট হাতের অক্ষর n এর পূর্বে apostrophe","Latin capital letter eng":"ল্যাটিন বড় হাতের অক্ষর eng","Latin small letter eng":"ল্যাটিন ছোট হাতের অক্ষর eng","Latin capital letter o with macron":"ম্যাক্রোন সহ ল্যাটিন বড় হাতের অক্ষর o","Latin small letter o with macron":"ম্যাক্রোন সহ ল্যাটিন ছোট হাতের অক্ষর o","Latin capital letter o with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর o","Latin small letter o with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর o","Latin capital letter o with double acute":"দ্বৈত অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর o","Latin small letter o with double acute":"দ্বৈত অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর o","Latin capital ligature oe":"ল্যাটিন বড় হাতের লিগ্যাচার oe","Latin small ligature oe":"ল্যাটিন ছোট হাতের লিগ্যাচার oe","Latin capital letter r with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর r","Latin small letter r with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর r","Latin capital letter r with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর r","Latin small letter r with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর r","Latin capital letter r with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর r","Latin small letter r with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর r","Latin capital letter s with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর s","Latin small letter s with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর s","Latin capital letter s with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর s","Latin small letter s with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর s","Latin capital letter s with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর s","Latin small letter s with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর s","Latin capital letter s with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর s","Latin small letter s with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর s","Latin capital letter t with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর t","Latin small letter t with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর t","Latin capital letter t with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর t","Latin small letter t with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর t","Latin capital letter t with stroke":"স্ট্রোক সহ ল্যাটিন বড় হাতের অক্ষর t","Latin small letter t with stroke":"স্ট্রোক সহ ল্যাটিন ছোট হাতের অক্ষর t","Latin capital letter u with tilde":"টিল্ড সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with tilde":"টিল্ড সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter u with macron":"ম্যাক্রোন সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with macron":"ম্যাক্রোন সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter u with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter u with ring above":"উপরে রিং সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with ring above":"উপরে রিং সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter u with double acute":"দ্বৈত অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with double acute":"দ্বৈত অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter u with ogonek":"ওগোনেক সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with ogonek":"ওগোনেক সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter w with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর w","Latin small letter w with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর w","Latin capital letter y with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর y","Latin small letter y with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর y","Latin capital letter y with diaeresis":"ডায়েরেসিস সহ ল্যাটিন বড় হাতের অক্ষর y","Latin capital letter z with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর z","Latin small letter z with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর z","Latin capital letter z with dot above":"উপরে বিন্দু সহ ল্যাটিন বড় হাতের অক্ষর z","Latin small letter z with dot above":"উপরে বিন্দু সহ ল্যাটিন ছোট হাতের অক্ষর z","Latin capital letter z with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর z","Latin small letter z with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর z","Latin small letter long s":"ল্যাটিন ছোট হাতের অক্ষর দীর্ঘ s","Less-than sign":"এর চেয়ে কম চিহ্ন","Greater-than sign":"এর চেয়ে বেশি চিহ্ন","Less-than or equal to":"এর চেয়ে কম বা সমান চিহ্ন","Greater-than or equal to":"এর চেয়ে বেশি বা সমান চিহ্ন","En dash":"En ড্যাশ","Em dash":"Em ড্যাশ",Macron:"ম্যাক্রন",Overline:"ওভারলাইন","Degree sign":"ডিগ্রি চিহ্ন","Minus sign":"বিয়োগ চিহ্ন","Plus-minus sign":"যোগ-বিয়োগ চিহ্ন","Division sign":"ভাগ চিহ্ন","Fraction slash":"ভগ্নাংশ স্ল্যাশ","Multiplication sign":"গুণ চিহ্ন","Latin small letter f with hook":"হুক সহ ল্যাটিন ছোট হাতের অক্ষর f",Integral:"ইন্টিগ্রাল","N-ary summation":"N-ary সমষ্টি",Infinity:"অসীম","Square root":"বর্গমূল","Tilde operator":"টিল্ড অপারেটর","Approximately equal to":"প্রায় সমান","Almost equal to":"প্রায় সমান","Not equal to":"সমান নয়","Identical to":"এর অনুরূপ","Element of":"এর উপাদান","Not an element of":"এর একটি উপাদান নয়","Contains as member":"সদস্য হিসেবে রয়েছে","N-ary product":"N-ary গুণফল","Logical and":"লজিক্যাল এন্ড ","Logical or":"লজিক্যাল অর","Not sign":"নট চিহ্ন",Intersection:"ছেদ",Union:"সংযোগ","Partial differential":"আংশিক ডিফারেনশিয়াল","For all":"সবার জন্য","There exists":"অস্তিত্ব আছে","Empty set":"ফাঁকা সেট",Nabla:"ন্যাবলা","Asterisk operator":"অস্ট্রিক অপারেটর","Proportional to":"সমানুপাতিক",Angle:"কোণ","Vulgar fraction one quarter":"ভালগার ভগ্নাংশ এক চতুর্থাংশ","Vulgar fraction one half":"ভালগার ভগ্নাংশ একের অর্ধেক","Vulgar fraction three quarters":"ভালগার ভগ্নাংশ তিন চতুর্থাংশ","Single left-pointing angle quotation mark":"একক বাম-নির্দেশক কোণ উদ্ধৃতি চিহ্ন","Single right-pointing angle quotation mark":"একক ডান-নির্দেশক কোণ উদ্ধৃতি চিহ্ন","Left-pointing double angle quotation mark":"বাম-নির্দেশক দ্বৈত কোণ উদ্ধৃতি চিহ্ন","Right-pointing double angle quotation mark":"ডান-নির্দেশক দ্বৈত কোণ উদ্ধৃতি চিহ্ন","Left single quotation mark":"বাম একক উদ্ধৃতি চিহ্ন","Right single quotation mark":"ডান একক উদ্ধৃতি চিহ্ন","Left double quotation mark":"বাম দ্বৈত উদ্ধৃতি চিহ্ন","Right double quotation mark":"ডান দ্বৈত উদ্ধৃতি চিহ্ন","Single low-9 quotation mark":"একক লো-9 উদ্ধৃতি চিহ্ন","Double low-9 quotation mark":"দ্বৈত লো-9 উদ্ধৃতি চিহ্ন","Inverted exclamation mark":"ইনভার্টেড বিস্ময়বোধক চিহ্ন","Inverted question mark":"ইনভার্টেড প্রশ্ন চিহ্ন","Two dot leader":"দুই বিন্দু লিডার","Horizontal ellipsis":"অনুভূমিক উপবৃত্তাকার","Double dagger":"ডাবল ড্যাগার","Per mille sign":"প্রতি মাইল চিহ্ন","Per ten thousand sign":"প্রতি দশ হাজার চিহ্ন","Double exclamation mark":"দ্বৈত বিস্ময়বোধক চিহ্ন","Question exclamation mark":"প্রশ্ন বিস্ময়বোধক চিহ্ন","Exclamation question mark":"বিস্ময়বোধক প্রশ্ন চিহ্ন","Double question mark":"দ্বৈত প্রশ্ন চিহ্ন","Copyright sign":"কপিরাইট চিহ্ন","Registered sign":"নিবন্ধিত চিহ্ন","Trade mark sign":"ট্রেড মার্ক সাইন","Section sign":"সেকশন চিহ্ন","Paragraph sign":"প্যারাগ্রাফ চিহ্ন","Reversed paragraph sign":"বিপরীত প্যারাগ্রাফ চিহ্ন","Character categories":"অক্ষরের শ্রেণীবিভাগসমূহ",Styles:"স্টাইলস","Multiple styles":"একাধিক স্টাইল","Block styles":"ব্লক স্টাইল","Text styles":"টেস্কট স্টাইল","Insert table":"টেবিল ঢোকান","Header column":"হেডার কলাম","Insert column left":"বাম দিকে কলাম ঢোকান","Insert column right":"ডানদিকে কলাম ঢোকান","Delete column":"কলাম মুছে ফেলুন","Select column":"কলাম নির্বাচন করুন",Column:"কলাম","Header row":"হেডার সারি","Insert row below":"নীচে সারি ঢোকান","Insert row above":"উপরে সারি ঢোকান","Delete row":"সারি মুছুন","Select row":"সারি নির্বাচন করুন",Row:"সারি ","Merge cell up":"সেল আপ মার্জ","Merge cell right":" ডানদিকে সেল মার্জ করুন","Merge cell down":"নিচে সেল মার্জ করুন","Merge cell left":"বামদিকে সেল মার্জ করুন","Split cell vertically":"সেল উল্লম্বভাবে বিভক্ত করুন","Split cell horizontally":"অনুভূমিকভাবে সেল বিভক্ত করুন","Merge cells":"সেল একত্রিত করুন","Table toolbar":"টেবিল টুলবার","Table properties":"টেবিল বৈশিষ্ট্য","Cell properties":"সেল বৈশিষ্ট্য",Border:"বর্ডার ",Style:"স্টাইল ",Width:"প্রস্থ",Height:"উচ্চতা",Color:" রং",Background:"ব্যাকগ্রাউন্ড",Padding:"প্যাডিং",Dimensions:"মাত্রাগুলো","Table cell text alignment":"সক্ষম সেল টেক্সট সারিবদ্ধকরণ",Alignment:"সারিবদ্ধকরণ","Horizontal text alignment toolbar":"অনুভূমিক টেক্সট সারিবদ্ধকরণ টুলবার","Vertical text alignment toolbar":"উল্লম্ব টেক্সট সারিবদ্ধকরণ টুলবার","Table alignment toolbar":"টেবিল সারিবদ্ধকরণ টুলবার",None:"কোনোটিই নয়",Solid:"সলিড",Dotted:"ডটেড",Dashed:"ড্যাশড",Double:"দ্বিগুণ",Groove:"খাঁজকাটা",Ridge:"রিজ",Inset:"ইনসেট",Outset:"শুরু","Align cell text to the left":"বাম দিকে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the center":"কেন্দ্রে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the right":"ডানদিকে সেল টেক্সট সারিবদ্ধ করুন ","Justify cell text":"সেল টেক্সট জাস্টিফাই করুন","Align cell text to the top":"শীর্ষে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the middle":"মাঝখানে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the bottom":"নীচে সেল টেক্সট সারিবদ্ধ করুন","Align table to the left":"বাম দিকে টেবিল সারিবদ্ধ করুন","Center table":"কেন্দ্রের টেবিল","Align table to the right":"ডানদিকে টেবিলটি সারিবদ্ধ করুন","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"রংটি সঠিক নয়। \"#FF0000\" অথবা \"rgb(255,0,0)\" অথবা \"লাল\" ব্যাবহার করুন।\n","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"মানটি সঠিক নয়। \"10px\" বা \"2em\" বা সহজভাবে \"2\" ব্যবহার করে দেখুন।","Color picker":"রং বাছাইকারী","Toggle caption off":"টগল ক্যাপশন বন্ধ করুন","Toggle caption on":"টগল ক্যাপশন চালু করুন","Enter table caption":"টেবিল ক্যাপশন লিখুন","Rich Text Editor":"রিচ টেক্সট এডিটর","Editor editing area: %0":"সম্পাদক সম্পাদনার ক্ষেত্র: %0","Edit block":"এডিট ব্লক",Next:"পরবর্তী",Previous:"পূর্ববর্তী","Editor toolbar":"সম্পাদক টুলবার","Dropdown toolbar":"ড্রপডাউন টুলবার",Black:"কালো","Dim grey":"আবছা ধূসর",Grey:"ধূসর","Light grey":"হালকা ধূসর",White:"সাদা",Red:"লাল",Orange:"কমলা",Yellow:"হলুদ ","Light green":"হালকা সবুজ",Green:"সবুজ",Aquamarine:"ফেকাশে সবুজবর্ণ",Turquoise:"ফিরোজা","Light blue":"হালকা নীল",Blue:"নীল ",Purple:"বেগুনি","Editor block content toolbar":"সম্পাদক ব্লক কন্টেন্ট টুলবার","Editor contextual toolbar":"সম্পাদক প্রাসঙ্গিক টুলবার",HEX:"",Undo:"পূর্বাবস্থায় ফেরান",Redo:"রেডো","Upload in progress":"আপলোড চলছে","Widget toolbar":"উইজেট টুলবার","Insert paragraph before block":"ব্লক করার আগে অনুচ্ছেদ ঢোকান","Insert paragraph after block":"ব্লকের পর অনুচ্ছেদ ঢোকান","Press Enter to type after or press Shift + Enter to type before the widget":"পরে টাইপ করতে এন্টার চাপুন বা উইজেটের আগে টাইপ করতে Shift + এন্টার চাপুন","Words: %0":"শব্দগুলোঃ %0","Characters: %0":"অক্ষরসমূহঃ %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['bn'] = d['bn'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"বামে সারিবদ্ধ করুন","Align right":"ডানদিকে সারিবদ্ধ করুন","Align center":"কেন্দ্র সারিবদ্ধ করুন",Justify:"জাস্টিফাই","Text alignment":"টেক্সট সারিবদ্ধকরণ","Text alignment toolbar":"টেক্সট শ্রেণীবিন্যাস টুলবার",Bold:"বোল্ড",Italic:"ইটালিক",Underline:"আন্ডারলাইন",Code:"কোড",Strikethrough:"স্ট্রাইকথ্রু",Subscript:"সাবস্ক্রিপ্ট",Superscript:"সুপারস্ক্রিপ্ট","Block quote":"ব্লক কোট","Insert code block":"কোড ব্লক ঢোকান","Plain text":"প্লেইন টেক্সট",Cancel:"বাতিল করুন","Remove color":"রং মুছে ফেলুন","Restore default":"পূর্বাবস্থায় ফিরিয়ে আনুন",Save:"সংরক্ষণ করুন","Show more items":"আরও আইটেম দেখান","%0 of %1":"%0 এর %1","Cannot upload file:":"ফাইল আপলোড করা যাবে নাঃ","Rich Text Editor. Editing area: %0":"রিচ টেক্সট এডিটর। সম্পাদনার ক্ষেত্র: %0","Find and replace":"অনুসন্ধান ও প্রতিস্থাপন করুন","Find in text…":"টেক্সটে খুঁজুন…",Find:"খুঁজুন ","Previous result":"পূর্ববর্তী ফলাফল","Next result":"পরবর্তী ফলাফল",Replace:"প্রতিস্থাপন করুন","Replace all":"সব প্রতিস্থাপন","Match case":"ম্যাচ কেস","Whole words only":"শুধুমাত্র পুরো শব্দ","Replace with…":"এর সাথে প্রতিস্থাপন...","Text to find must not be empty.":"খুঁজে পেতে টেক্সট খালি হওয়া উচিত নয়।","Tip: Find some text first in order to replace it.":"পরামর্শঃ এটি প্রতিস্থাপন করতে প্রথমে কিছু টেক্সট খুঁজুন।","Show options":"অপশন দেখান",Paragraph:"অনুচ্ছেদ",Heading:"শিরোনাম","Choose heading":"শিরোনাম নির্বাচন করুন","Heading 1":"শিরোনাম 1","Heading 2":"শিরোনাম 2","Heading 3":"শিরোনাম 3","Heading 4":"শিরোনাম 4","Heading 5":"শিরোনাম 5","Heading 6":"শিরোনাম 6","Type your title":"আপনার শিরোনাম টাইপ করুন","Type or paste your content here.":"আপনার বিষয়বস্তু এখানে টাইপ অথবা পেস্ট করুন।","Horizontal line":"অনুভূমিক রেখা","HTML object":"HTML অবজেক্ট","Increase indent":"ইন্ডেন্ট বৃদ্ধি করুন","Decrease indent":"ইন্ডেন্ট হ্রাস করুন",Unlink:"লিঙ্কমুক্ত করুন",Link:"লিঙ্ক","Link URL":"লিঙ্ক URL","Link image":"লিঙ্ক চিত্র","Edit link":"\t\nলিঙ্ক এডিট করুন","Open link in new tab":"লিঙ্কটি নতুন ট্যাবে খুলুন","This link has no URL":"এই লিঙ্কের কোন URL নেই","Open in a new tab":"একটি নতুন ট্যাবে খুলুন",Downloadable:"ডাউনলোডযোগ্য","Numbered List":"সংখ্যাযুক্ত তালিকা","Bulleted List":"বুলেটযুক্ত তালিকা","To-do List":"তালিকা তৈরি","Bulleted list styles toolbar":"বুলেটেড তালিকা স্টাইল টুলবার","Numbered list styles toolbar":"সংখ্যাযুক্ত তালিকা স্টাইল টুলবার","Toggle the disc list style":"ডিস্ক তালিকা স্টাইল টগল করুন","Toggle the circle list style":"বৃত্ত তালিকা স্টাইল টগল করুন","Toggle the square list style":"বর্গাকার তালিকা স্টাইল টগল করুন","Toggle the decimal list style":"দশমিক তালিকা স্টাইল টগল করুন","Toggle the decimal with leading zero list style":"অগ্রণী 0 তালিকা স্টাইল সহ দশমিক টগল করুন","Toggle the lower–roman list style":"নিম্ন-রোমান তালিকা স্টাইল টগল করুন","Toggle the upper–roman list style":"উপরের-রোমান তালিকা স্টাইল টগল করুন","Toggle the lower–latin list style":"নিম্ন-ল্যাটিন তালিকা স্টাইল টগল করুন","Toggle the upper–latin list style":"উপরের-ল্যাটিন তালিকা স্টাইল টগল করুন",Disc:"ডিস্ক",Circle:"বৃত্ত",Square:"বর্গক্ষেত্র",Decimal:"দশমিক","Decimal with leading zero":"অগ্রণী 0 সহ দশমিক ","Lower–roman":"নিম্ন-রোমান","Upper-roman":"উচ্চ-রোমান","Lower-latin":"নিম্ন-ল্যাটিন","Upper-latin":"উচ্চ-ল্যাটিন","List properties":"বৈশিষ্ট্য তালিকাভুক্ত করুন","Start at":"শুরু হবে","Start index must be greater than 0.":"স্টার্ট ইনডেক্স অবশ্যই 0-এর বেশি হতে হবে।","Reversed order":"উল্টো ক্রম","Remove Format":"ফরম্যাট মুছে ফেলুন","Select all":"সব নির্বাচন করুন","Show blocks":"ব্লকগুলি দেখান",Source:"উৎস","Special characters":"বিশেষ অক্ষর",All:"সকল",Arrows:"তীর",Currency:"মুদ্রা",Latin:"ল্যাটিন",Mathematical:"গাণিতিক",Text:"পাঠ্য","leftwards simple arrow":"বাম দিকে সরল তীর","rightwards simple arrow":"ডানমুখী সরল তীর","upwards simple arrow":"উপরের দিকে সরল তীর","downwards simple arrow":"নিচের দিকে সরল তীর","leftwards double arrow":"বামমুখী দ্বৈত তীর","rightwards double arrow":"ডানমুখী দ্বৈত তীর","upwards double arrow":"উর্ধ্বমুখী দ্বৈত তীর","downwards double arrow":"নিম্নমুখী দ্বৈত তীর","leftwards dashed arrow":"বামমুখী ড্যাশড তীর","rightwards dashed arrow":"ডানমুখী ড্যাশড তীর","upwards dashed arrow":"উর্ধ্বমুখী ড্যাশড তীর","downwards dashed arrow":"নিম্নমুখী ড্যাশড তীর","leftwards arrow to bar":"বামমুখী তীরের বার","rightwards arrow to bar":"ডানমুখী তীরের বার","upwards arrow to bar":"উর্ধ্বমুখী তীরের বার","downwards arrow to bar":"নিম্নমুখী তীরের বার","up down arrow with base":"বেসসহ উপরে নিচের তীর","back with leftwards arrow above":"ব্যাক এর উপরে বামমুখী তীর","end with leftwards arrow above":"এন্ড এর উপরে বামমুখী তীর","on with exclamation mark with left right arrow above":"বিস্ময়বোধকসহ অন এর উপরে বাম ডান তীর","soon with rightwards arrow above":"শীঘ্রই এর উপরে ডানমুখী তীর","top with upwards arrow above":"টপ লেখাসহ উপরে উর্ধ্বমুখী তীর","Dollar sign":"ডলারের চিহ্ন","Euro sign":"ইউরো চিহ্ন","Yen sign":"ইয়েন চিহ্ন","Pound sign":"পাউন্ড চিহ্ন","Cent sign":"সেন্ট চিহ্ন","Euro-currency sign":"ইউরো-মুদ্রার চিহ্ন","Colon sign":"কোলন চিহ্ন","Cruzeiro sign":"ত্রুুজেইরো চিহ্ন","French franc sign":"ফরাসি ফ্রাঙ্ক চিহ্ন","Lira sign":"লিরার চিহ্ন","Currency sign":"মুদ্রার চিহ্ন","Bitcoin sign":"বিটকয়েনের চিহ্ন","Mill sign":"মিল চিহ্ন","Naira sign":"নাইরা চিহ্ন","Peseta sign":"পেসেটা চিহ্ন","Rupee sign":"রুপির চিহ্ন","Won sign":"ওন চিহ্ন","New sheqel sign":"নিউ শেকেল চিহ্ন","Dong sign":"ডং চিহ্ন","Kip sign":"কিপ চিহ্ন","Tugrik sign":"তুগ্রিক চিহ্ন","Drachma sign":"ড্রাকমা চিহ্ন","German penny sign":"জার্মান পেনি চিহ্ন","Peso sign":"পেসো চিহ্ন","Guarani sign":"গুয়ারানি চিহ্ন","Austral sign":"অস্ট্রাল চিহ্ন","Hryvnia sign":"হিরভনিয়া চিহ্ন","Cedi sign":"সেডি চিহ্ন","Livre tournois sign":"লিভরে টুরনোইস চিহ্ন","Spesmilo sign":"স্পেসমিলো চিহ্ন","Tenge sign":"টেঞ্জ চিহ্ন","Indian rupee sign":"ভারতীয় রুপির চিহ্ন","Turkish lira sign":"তুর্কি লিরা সাইন ","Nordic mark sign":"নর্ডিক মার্ক চিহ্ন","Manat sign":"মানাত চিহ্ন","Ruble sign":"রুবল চিহ্ন","Latin capital letter a with macron":"ম্যাক্রোন সহ ল্যাটিন বড় হাতের অক্ষর a","Latin small letter a with macron":"ম্যাক্রোন সহ ল্যাটিন ছোট হাতের অক্ষর a","Latin capital letter a with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর a","Latin small letter a with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর a","Latin capital letter a with ogonek":"ওগোনেক সহ ল্যাটিন বড় হাতের অক্ষর a","Latin small letter a with ogonek":"ওগোনেক সহ ল্যাটিন ছোট হাতের অক্ষর a","Latin capital letter c with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর c","Latin small letter c with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর c","Latin capital letter c with circumflex":"সারকামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর c","Latin small letter c with circumflex":"সারকামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর c","Latin capital letter c with dot above":"উপরে বিন্দু সহ ল্যাটিন বড় হাতের অক্ষর c","Latin small letter c with dot above":"উপরে বিন্দু সহ ল্যাটিন ছোট হাতের অক্ষর c","Latin capital letter c with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর c","Latin small letter c with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর c","Latin capital letter d with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর d","Latin small letter d with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর d","Latin capital letter d with stroke":"স্ট্রোক সহ ল্যাটিন বড় হাতের অক্ষর d","Latin small letter d with stroke":"স্ট্রোক সহ ল্যাটিন ছোট হাতের অক্ষর d","Latin capital letter e with macron":"ম্যাক্রোন সহ ল্যাটিন বড় হাতের অক্ষর e","Latin small letter e with macron":"ম্যাক্রোন সহ ল্যাটিন ছোট হাতের অক্ষর e","Latin capital letter e with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর e","Latin small letter e with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর e","Latin capital letter e with dot above":"উপরে বিন্দু সহ ল্যাটিন বড় হাতের অক্ষর e","Latin small letter e with dot above":"উপরে বিন্দু সহ ল্যাটিন ছোট হাতের অক্ষর e","Latin capital letter e with ogonek":"ওগোনেক সহ ল্যাটিন বড় হাতের অক্ষর e","Latin small letter e with ogonek":"ওগোনেক সহ ল্যাটিন ছোট হাতের অক্ষর e","Latin capital letter e with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর e","Latin small letter e with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর e","Latin capital letter g with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর g","Latin small letter g with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর g","Latin capital letter g with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর g","Latin small letter g with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর g","Latin capital letter g with dot above":"উপরে বিন্দু সহ ল্যাটিন বড় হাতের অক্ষর g","Latin small letter g with dot above":"উপরে বিন্দু সহ ল্যাটিন ছোট হাতের অক্ষর g","Latin capital letter g with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর g","Latin small letter g with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর g","Latin capital letter h with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর h","Latin small letter h with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর h","Latin capital letter h with stroke":"স্ট্রোক সহ ল্যাটিন বড় হাতের অক্ষর h","Latin small letter h with stroke":"স্ট্রোক সহ ল্যাটিন ছোট হাতের অক্ষর h","Latin capital letter i with tilde":"টিল্ড সহ ল্যাটিন বড় হাতের অক্ষর i","Latin small letter i with tilde":"টিল্ড সহ ল্যাটিন ছোট হাতের অক্ষর i","Latin capital letter i with macron":"ম্যাক্রোন সহ ল্যাটিন বড় হাতের অক্ষর i","Latin small letter i with macron":"ম্যাক্রোন সহ ল্যাটিন ছোট হাতের অক্ষর i","Latin capital letter i with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর i","Latin small letter i with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর i","Latin capital letter i with ogonek":"ওগোনেক সহ ল্যাটিন বড় হাতের অক্ষর i","Latin small letter i with ogonek":"ওগোনেক সহ ল্যাটিন ছোট হাতের অক্ষর i","Latin capital letter i with dot above":"উপরে বিন্দু সহ ল্যাটিন বড় হাতের অক্ষর i","Latin small letter dotless i":"ল্যাটিন ছোট হাতের অক্ষর বিন্দুবিহীন i","Latin capital ligature ij":"ল্যাটিন বড় হাতের লিগেচার ij","Latin small ligature ij":"ল্যাটিন ছোট হাতের লিগেচার ij","Latin capital letter j with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর j","Latin small letter j with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর j","Latin capital letter k with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর k","Latin small letter k with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর k","Latin small letter kra":"ল্যাটিন ছোট হাতের অক্ষর kra","Latin capital letter l with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর l","Latin small letter l with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর l","Latin capital letter l with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর l","Latin small letter l with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর l","Latin capital letter l with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর l","Latin small letter l with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর l","Latin capital letter l with middle dot":"মধ্যবিন্দু সহ ল্যাটিন বড় হাতের অক্ষর l","Latin small letter l with middle dot":"মধ্যবিন্দু সহ ল্যাটিন ছোট হাতের অক্ষর l","Latin capital letter l with stroke":"স্ট্রোক সহ ল্যাটিন বড় হাতের অক্ষর l","Latin small letter l with stroke":"স্ট্রোক সহ ল্যাটিন ছোট হাতের অক্ষর l","Latin capital letter n with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর n","Latin small letter n with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর n","Latin capital letter n with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর n","Latin small letter n with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর n","Latin capital letter n with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর n","Latin small letter n with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর n","Latin small letter n preceded by apostrophe":"ল্যাটিন ছোট হাতের অক্ষর n এর পূর্বে apostrophe","Latin capital letter eng":"ল্যাটিন বড় হাতের অক্ষর eng","Latin small letter eng":"ল্যাটিন ছোট হাতের অক্ষর eng","Latin capital letter o with macron":"ম্যাক্রোন সহ ল্যাটিন বড় হাতের অক্ষর o","Latin small letter o with macron":"ম্যাক্রোন সহ ল্যাটিন ছোট হাতের অক্ষর o","Latin capital letter o with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর o","Latin small letter o with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর o","Latin capital letter o with double acute":"দ্বৈত অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর o","Latin small letter o with double acute":"দ্বৈত অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর o","Latin capital ligature oe":"ল্যাটিন বড় হাতের লিগ্যাচার oe","Latin small ligature oe":"ল্যাটিন ছোট হাতের লিগ্যাচার oe","Latin capital letter r with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর r","Latin small letter r with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর r","Latin capital letter r with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর r","Latin small letter r with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর r","Latin capital letter r with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর r","Latin small letter r with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর r","Latin capital letter s with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর s","Latin small letter s with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর s","Latin capital letter s with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর s","Latin small letter s with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর s","Latin capital letter s with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর s","Latin small letter s with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর s","Latin capital letter s with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর s","Latin small letter s with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর s","Latin capital letter t with cedilla":"সেডিলা সহ ল্যাটিন বড় হাতের অক্ষর t","Latin small letter t with cedilla":"সেডিলা সহ ল্যাটিন ছোট হাতের অক্ষর t","Latin capital letter t with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর t","Latin small letter t with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর t","Latin capital letter t with stroke":"স্ট্রোক সহ ল্যাটিন বড় হাতের অক্ষর t","Latin small letter t with stroke":"স্ট্রোক সহ ল্যাটিন ছোট হাতের অক্ষর t","Latin capital letter u with tilde":"টিল্ড সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with tilde":"টিল্ড সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter u with macron":"ম্যাক্রোন সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with macron":"ম্যাক্রোন সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter u with breve":"ব্রেভ সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with breve":"ব্রেভ সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter u with ring above":"উপরে রিং সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with ring above":"উপরে রিং সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter u with double acute":"দ্বৈত অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with double acute":"দ্বৈত অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter u with ogonek":"ওগোনেক সহ ল্যাটিন বড় হাতের অক্ষর u","Latin small letter u with ogonek":"ওগোনেক সহ ল্যাটিন ছোট হাতের অক্ষর u","Latin capital letter w with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর w","Latin small letter w with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর w","Latin capital letter y with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন বড় হাতের অক্ষর y","Latin small letter y with circumflex":"সার্কামফ্লেক্স সহ ল্যাটিন ছোট হাতের অক্ষর y","Latin capital letter y with diaeresis":"ডায়েরেসিস সহ ল্যাটিন বড় হাতের অক্ষর y","Latin capital letter z with acute":"অ্যাকিউট সহ ল্যাটিন বড় হাতের অক্ষর z","Latin small letter z with acute":"অ্যাকিউট সহ ল্যাটিন ছোট হাতের অক্ষর z","Latin capital letter z with dot above":"উপরে বিন্দু সহ ল্যাটিন বড় হাতের অক্ষর z","Latin small letter z with dot above":"উপরে বিন্দু সহ ল্যাটিন ছোট হাতের অক্ষর z","Latin capital letter z with caron":"ক্যারন সহ ল্যাটিন বড় হাতের অক্ষর z","Latin small letter z with caron":"ক্যারন সহ ল্যাটিন ছোট হাতের অক্ষর z","Latin small letter long s":"ল্যাটিন ছোট হাতের অক্ষর দীর্ঘ s","Less-than sign":"এর চেয়ে কম চিহ্ন","Greater-than sign":"এর চেয়ে বেশি চিহ্ন","Less-than or equal to":"এর চেয়ে কম বা সমান চিহ্ন","Greater-than or equal to":"এর চেয়ে বেশি বা সমান চিহ্ন","En dash":"En ড্যাশ","Em dash":"Em ড্যাশ",Macron:"ম্যাক্রন",Overline:"ওভারলাইন","Degree sign":"ডিগ্রি চিহ্ন","Minus sign":"বিয়োগ চিহ্ন","Plus-minus sign":"যোগ-বিয়োগ চিহ্ন","Division sign":"ভাগ চিহ্ন","Fraction slash":"ভগ্নাংশ স্ল্যাশ","Multiplication sign":"গুণ চিহ্ন","Latin small letter f with hook":"হুক সহ ল্যাটিন ছোট হাতের অক্ষর f",Integral:"ইন্টিগ্রাল","N-ary summation":"N-ary সমষ্টি",Infinity:"অসীম","Square root":"বর্গমূল","Tilde operator":"টিল্ড অপারেটর","Approximately equal to":"প্রায় সমান","Almost equal to":"প্রায় সমান","Not equal to":"সমান নয়","Identical to":"এর অনুরূপ","Element of":"এর উপাদান","Not an element of":"এর একটি উপাদান নয়","Contains as member":"সদস্য হিসেবে রয়েছে","N-ary product":"N-ary গুণফল","Logical and":"লজিক্যাল এন্ড ","Logical or":"লজিক্যাল অর","Not sign":"নট চিহ্ন",Intersection:"ছেদ",Union:"সংযোগ","Partial differential":"আংশিক ডিফারেনশিয়াল","For all":"সবার জন্য","There exists":"অস্তিত্ব আছে","Empty set":"ফাঁকা সেট",Nabla:"ন্যাবলা","Asterisk operator":"অস্ট্রিক অপারেটর","Proportional to":"সমানুপাতিক",Angle:"কোণ","Vulgar fraction one quarter":"ভালগার ভগ্নাংশ এক চতুর্থাংশ","Vulgar fraction one half":"ভালগার ভগ্নাংশ একের অর্ধেক","Vulgar fraction three quarters":"ভালগার ভগ্নাংশ তিন চতুর্থাংশ","Single left-pointing angle quotation mark":"একক বাম-নির্দেশক কোণ উদ্ধৃতি চিহ্ন","Single right-pointing angle quotation mark":"একক ডান-নির্দেশক কোণ উদ্ধৃতি চিহ্ন","Left-pointing double angle quotation mark":"বাম-নির্দেশক দ্বৈত কোণ উদ্ধৃতি চিহ্ন","Right-pointing double angle quotation mark":"ডান-নির্দেশক দ্বৈত কোণ উদ্ধৃতি চিহ্ন","Left single quotation mark":"বাম একক উদ্ধৃতি চিহ্ন","Right single quotation mark":"ডান একক উদ্ধৃতি চিহ্ন","Left double quotation mark":"বাম দ্বৈত উদ্ধৃতি চিহ্ন","Right double quotation mark":"ডান দ্বৈত উদ্ধৃতি চিহ্ন","Single low-9 quotation mark":"একক লো-9 উদ্ধৃতি চিহ্ন","Double low-9 quotation mark":"দ্বৈত লো-9 উদ্ধৃতি চিহ্ন","Inverted exclamation mark":"ইনভার্টেড বিস্ময়বোধক চিহ্ন","Inverted question mark":"ইনভার্টেড প্রশ্ন চিহ্ন","Two dot leader":"দুই বিন্দু লিডার","Horizontal ellipsis":"অনুভূমিক উপবৃত্তাকার","Double dagger":"ডাবল ড্যাগার","Per mille sign":"প্রতি মাইল চিহ্ন","Per ten thousand sign":"প্রতি দশ হাজার চিহ্ন","Double exclamation mark":"দ্বৈত বিস্ময়বোধক চিহ্ন","Question exclamation mark":"প্রশ্ন বিস্ময়বোধক চিহ্ন","Exclamation question mark":"বিস্ময়বোধক প্রশ্ন চিহ্ন","Double question mark":"দ্বৈত প্রশ্ন চিহ্ন","Copyright sign":"কপিরাইট চিহ্ন","Registered sign":"নিবন্ধিত চিহ্ন","Trade mark sign":"ট্রেড মার্ক সাইন","Section sign":"সেকশন চিহ্ন","Paragraph sign":"প্যারাগ্রাফ চিহ্ন","Reversed paragraph sign":"বিপরীত প্যারাগ্রাফ চিহ্ন","Character categories":"অক্ষরের শ্রেণীবিভাগসমূহ",Styles:"স্টাইলস","Multiple styles":"একাধিক স্টাইল","Block styles":"ব্লক স্টাইল","Text styles":"টেস্কট স্টাইল","Insert table":"টেবিল ঢোকান","Header column":"হেডার কলাম","Insert column left":"বাম দিকে কলাম ঢোকান","Insert column right":"ডানদিকে কলাম ঢোকান","Delete column":"কলাম মুছে ফেলুন","Select column":"কলাম নির্বাচন করুন",Column:"কলাম","Header row":"হেডার সারি","Insert row below":"নীচে সারি ঢোকান","Insert row above":"উপরে সারি ঢোকান","Delete row":"সারি মুছুন","Select row":"সারি নির্বাচন করুন",Row:"সারি ","Merge cell up":"সেল আপ মার্জ","Merge cell right":" ডানদিকে সেল মার্জ করুন","Merge cell down":"নিচে সেল মার্জ করুন","Merge cell left":"বামদিকে সেল মার্জ করুন","Split cell vertically":"সেল উল্লম্বভাবে বিভক্ত করুন","Split cell horizontally":"অনুভূমিকভাবে সেল বিভক্ত করুন","Merge cells":"সেল একত্রিত করুন","Table toolbar":"টেবিল টুলবার","Table properties":"টেবিল বৈশিষ্ট্য","Cell properties":"সেল বৈশিষ্ট্য",Border:"বর্ডার ",Style:"স্টাইল ",Width:"প্রস্থ",Height:"উচ্চতা",Color:" রং",Background:"ব্যাকগ্রাউন্ড",Padding:"প্যাডিং",Dimensions:"মাত্রাগুলো","Table cell text alignment":"সক্ষম সেল টেক্সট সারিবদ্ধকরণ",Alignment:"সারিবদ্ধকরণ","Horizontal text alignment toolbar":"অনুভূমিক টেক্সট সারিবদ্ধকরণ টুলবার","Vertical text alignment toolbar":"উল্লম্ব টেক্সট সারিবদ্ধকরণ টুলবার","Table alignment toolbar":"টেবিল সারিবদ্ধকরণ টুলবার",None:"কোনোটিই নয়",Solid:"সলিড",Dotted:"ডটেড",Dashed:"ড্যাশড",Double:"দ্বিগুণ",Groove:"খাঁজকাটা",Ridge:"রিজ",Inset:"ইনসেট",Outset:"শুরু","Align cell text to the left":"বাম দিকে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the center":"কেন্দ্রে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the right":"ডানদিকে সেল টেক্সট সারিবদ্ধ করুন ","Justify cell text":"সেল টেক্সট জাস্টিফাই করুন","Align cell text to the top":"শীর্ষে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the middle":"মাঝখানে সেল টেক্সট সারিবদ্ধ করুন","Align cell text to the bottom":"নীচে সেল টেক্সট সারিবদ্ধ করুন","Align table to the left":"বাম দিকে টেবিল সারিবদ্ধ করুন","Center table":"কেন্দ্রের টেবিল","Align table to the right":"ডানদিকে টেবিলটি সারিবদ্ধ করুন","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"রংটি সঠিক নয়। \"#FF0000\" অথবা \"rgb(255,0,0)\" অথবা \"লাল\" ব্যাবহার করুন।\n","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"মানটি সঠিক নয়। \"10px\" বা \"2em\" বা সহজভাবে \"2\" ব্যবহার করে দেখুন।","Color picker":"রং বাছাইকারী","Toggle caption off":"টগল ক্যাপশন বন্ধ করুন","Toggle caption on":"টগল ক্যাপশন চালু করুন","Enter table caption":"টেবিল ক্যাপশন লিখুন","Rich Text Editor":"রিচ টেক্সট এডিটর","Editor editing area: %0":"সম্পাদক সম্পাদনার ক্ষেত্র: %0","Edit block":"এডিট ব্লক",Next:"পরবর্তী",Previous:"পূর্ববর্তী","Editor toolbar":"সম্পাদক টুলবার","Dropdown toolbar":"ড্রপডাউন টুলবার",Black:"কালো","Dim grey":"আবছা ধূসর",Grey:"ধূসর","Light grey":"হালকা ধূসর",White:"সাদা",Red:"লাল",Orange:"কমলা",Yellow:"হলুদ ","Light green":"হালকা সবুজ",Green:"সবুজ",Aquamarine:"ফেকাশে সবুজবর্ণ",Turquoise:"ফিরোজা","Light blue":"হালকা নীল",Blue:"নীল ",Purple:"বেগুনি","Editor block content toolbar":"সম্পাদক ব্লক কন্টেন্ট টুলবার","Editor contextual toolbar":"সম্পাদক প্রাসঙ্গিক টুলবার",HEX:"HEX",Accept:"গ্রহণ করুন",Undo:"পূর্বাবস্থায় ফেরান",Redo:"রেডো","Upload in progress":"আপলোড চলছে","Widget toolbar":"উইজেট টুলবার","Insert paragraph before block":"ব্লক করার আগে অনুচ্ছেদ ঢোকান","Insert paragraph after block":"ব্লকের পর অনুচ্ছেদ ঢোকান","Press Enter to type after or press Shift + Enter to type before the widget":"পরে টাইপ করতে এন্টার চাপুন বা উইজেটের আগে টাইপ করতে Shift + এন্টার চাপুন","Words: %0":"শব্দগুলোঃ %0","Characters: %0":"অক্ষরসমূহঃ %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ca.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ca.js index c760bf993186..c104a690260c 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ca.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ca.js @@ -1 +1 @@ -(function(d){ const l = d['ca'] = d['ca'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Alineació esquerra","Align right":"Alineació dreta","Align center":"Alineació centre",Justify:"Justificar","Text alignment":"Alineació text","Text alignment toolbar":"Barra d'eines d'alineació de text",Bold:"Negreta",Italic:"Cursiva",Underline:"Subrallat",Code:"Codi",Strikethrough:"Marcat",Subscript:"Subíndex",Superscript:"Superíndex","Block quote":"Cita de bloc","Insert code block":"Introduir un bloc de codi","Plain text":"Text simple",Cancel:"Cancel·lar","Remove color":"Eliminar el color","Restore default":"Restaurar el valor predeterminat",Save:"Desar","Show more items":"Mostrar més elements","%0 of %1":"%0 de %1","Cannot upload file:":"No es pot pujar l'arxiu:","Rich Text Editor. Editing area: %0":"Editor de text enriquit. Àrea d'edició: %0","Find and replace":"Trobar i substituir","Find in text…":"Trobar al text...",Find:"Trobar","Previous result":"Resultat anterior","Next result":"Següent resultat",Replace:"Substituir","Replace all":"Substituir-ho tot","Match case":"Coincidència de majúscules i minúscules","Whole words only":"Només paraules senceres","Replace with…":"Substituir per...","Text to find must not be empty.":"El text per cercar no pot estar buit.","Tip: Find some text first in order to replace it.":"Consell: Troba primer un text per substituir-lo.","Show options":"Mostrar opcions",Paragraph:"Pàrraf",Heading:"Capçalera","Choose heading":"Escull capçalera","Heading 1":"Capçalera 1","Heading 2":"Capçalera 2","Heading 3":"Capçalera 3","Heading 4":"Encapçalament 4","Heading 5":"Encapçalament 5","Heading 6":"Encapçalament 6","Type your title":"Escriu el teu títol","Type or paste your content here.":"Escriu o enganxa el teu contingut aquí.","Horizontal line":"Línia horitzontal","HTML object":"Objecte HTML","Increase indent":"Augmentar el sagnat","Decrease indent":"Reduir el sagnat",Unlink:"Desenllaçar",Link:"Enllaç","Link URL":"Enllaçar URL","Link image":"Enllaçar imatge","Edit link":"Editar enllaç","Open link in new tab":"Obrir l'enllaç en una pestanya nova","This link has no URL":"Aquest enllaç no té cap URL","Open in a new tab":"Obrir en una pestanya nova",Downloadable:"Es pot descarregar","Numbered List":"Llista numerada","Bulleted List":"Llista amb vinyetes","To-do List":"Llista de tasques pendents","Bulleted list styles toolbar":"Barra d'eines d'estils de llista amb vinyetes","Numbered list styles toolbar":"Barra d'eines d'estils de llista numerada","Toggle the disc list style":"Canviar l'estil de llista de discs","Toggle the circle list style":"Canviar l'estil de llista de cercles","Toggle the square list style":"Canviar l'estil de llista quadrada","Toggle the decimal list style":"Canviar l'estil de llista decimal","Toggle the decimal with leading zero list style":"Commutar l'estil de la llista de decimals amb un zero al davant","Toggle the lower–roman list style":"Canviar l'estil de la llista a numerals romans en minúscules","Toggle the upper–roman list style":"Canviar l'estil de la llista a numerals romans en majúscules","Toggle the lower–latin list style":"Canviar l'estil de la llista a lletres llatines en minúscules","Toggle the upper–latin list style":"Canviar l'estil de la llista a lletres llatines en majúscules",Disc:"Disc",Circle:"Cercle",Square:"Quadrat",Decimal:"Decimal","Decimal with leading zero":"Decimal amb un zero al davant","Lower–roman":"Numerals romans en minúscules","Upper-roman":"Numerals romans en majúscules","Lower-latin":"Lletres llatines en minúscules","Upper-latin":"Lletres llatines en majúscules","List properties":"Llista de propietats","Start at":"Començar a","Start index must be greater than 0.":"L'índex inicial ha de ser superior a 0.","Reversed order":"Ordre invertit","Remove Format":"Esborrar el format","Select all":"Seleccionar-ho tot",Source:"Font","Special characters":"Caràcters especials",All:"Tot",Arrows:"Fletxes",Currency:"Moneda",Latin:"Llatí",Mathematical:"Matemàtic",Text:"Text","leftwards simple arrow":"fletxa simple cap a l'esquerra","rightwards simple arrow":"fletxa simple cap a la dreta","upwards simple arrow":"fletxa simple cap amunt","downwards simple arrow":"fletxa simple cap avall","leftwards double arrow":"fletxa doble cap a l'esquerra","rightwards double arrow":"fletxa doble cap a la dreta","upwards double arrow":"fletxa doble cap amunt","downwards double arrow":"fletxa doble cap avall","leftwards dashed arrow":"fletxa discontínua cap a l'esquerra","rightwards dashed arrow":"fletxa discontínua cap a la dreta","upwards dashed arrow":"fletxa discontínua cap amunt","downwards dashed arrow":"fletxa discontínua cap avall","leftwards arrow to bar":"fletxa cap a la barra de l'esquerra","rightwards arrow to bar":"fletxa cap a la barra de la dreta","upwards arrow to bar":"fletxa cap a la barra de dalt","downwards arrow to bar":"fletxa cap a la barra de sota","up down arrow with base":"fletxa cap amunt i cap avall amb base","back with leftwards arrow above":"back amb fletxa cap a l'esquerra per sobre","end with leftwards arrow above":"end amb fletxa cap a l'esquerra per sobre","on with exclamation mark with left right arrow above":"on amb el signe d'exclamació i fletxa cap a l'esquerra i cap a la dreta per sobre","soon with rightwards arrow above":"soon amb fletxa cap a la dreta per sobre","top with upwards arrow above":"top amb fletxa cap amunt per sobre","Dollar sign":"signe del dòlar","Euro sign":"signe de l'euro","Yen sign":"signe del ien","Pound sign":"signe de la lliura","Cent sign":"signe del cèntim","Euro-currency sign":"signe de l'eurodivisa","Colon sign":"signe del còlon","Cruzeiro sign":"signe del cruzeiro","French franc sign":"signe del franc francès","Lira sign":"signe de la lira","Currency sign":"signe de divisa","Bitcoin sign":"signe del bitcoin","Mill sign":"signe del mill","Naira sign":"signe de la naira","Peseta sign":"signe de la pesseta","Rupee sign":"signe de la rupia","Won sign":"signe del won","New sheqel sign":"signe del nou xéquel","Dong sign":"signe del dong","Kip sign":"signe del kip","Tugrik sign":"signe del tögrög","Drachma sign":"signe del dracma","German penny sign":"signe del cèntim alemany","Peso sign":"signe del peso","Guarani sign":"signe del guaraní","Austral sign":"signe de l'austral","Hryvnia sign":"signe de la hrívnia","Cedi sign":"ok","Livre tournois sign":"signe de la lliura tornesa","Spesmilo sign":"signe del spesmilo","Tenge sign":"signe del tenge","Indian rupee sign":"signe de la rupia índia","Turkish lira sign":"signe de la lira turca","Nordic mark sign":"Signe del marc nòrdic","Manat sign":"signe del manat","Ruble sign":"signe del ruble","Latin capital letter a with macron":"lletra llatina a majúscula amb màcron","Latin small letter a with macron":"lletra llatina a minúscula amb màcron","Latin capital letter a with breve":"lletra llatina a majúscula amb breu","Latin small letter a with breve":"lletra llatina a minúscula amb breu","Latin capital letter a with ogonek":"lletra llatina a majúscula amb ogonek","Latin small letter a with ogonek":"lletra llatina a minúscula amb ogonek","Latin capital letter c with acute":"lletra llatina c majúscula amb accent agut","Latin small letter c with acute":"lletra llatina c minúscula amb accent agut","Latin capital letter c with circumflex":"lletra llatina c majúscula amb accent circumflex","Latin small letter c with circumflex":"lletra llatina c minúscula amb accent circumflex","Latin capital letter c with dot above":"lletra llatina c majúscula amb un punt per sobre","Latin small letter c with dot above":"lletra llatina c minúscula amb un punt per sobre","Latin capital letter c with caron":"lletra llatina c majúscula amb anticircumflex","Latin small letter c with caron":"lletra llatina c minúscula amb anticircumflex","Latin capital letter d with caron":"lletra llatina d majúscula amb anticircumflex","Latin small letter d with caron":"lletra llatina d minúscula amb anticircumflex","Latin capital letter d with stroke":"lletra llatina d majúscula amb barra inscrita","Latin small letter d with stroke":"lletra llatina d minúscula amb barra inscrita","Latin capital letter e with macron":"lletra llatina e majúscula amb màcron","Latin small letter e with macron":"lletra llatina e minúscula amb màcron","Latin capital letter e with breve":"lletra llatina e majúscula amb breu","Latin small letter e with breve":"lletra llatina e minúscula amb breu","Latin capital letter e with dot above":"lletra llatina e majúscula amb un punt per sobre","Latin small letter e with dot above":"lletra llatina e minúscula amb un punt per sobre","Latin capital letter e with ogonek":"lletra llatina e majúscula amb ogonek","Latin small letter e with ogonek":"lletra llatina e minúscula amb ogonek","Latin capital letter e with caron":"lletra llatina e majúscula amb anticircumflex","Latin small letter e with caron":"lletra llatina e minúscula amb anticircumflex","Latin capital letter g with circumflex":"lletra llatina g majúscula amb accent circumflex","Latin small letter g with circumflex":"lletra llatina g minúscula amb accent circumflex","Latin capital letter g with breve":"lletra llatina g majúscula amb breu","Latin small letter g with breve":"lletra llatina g minúscula amb breu","Latin capital letter g with dot above":"lletra llatina g majúscula amb un punt per sobre","Latin small letter g with dot above":"lletra llatina g minúscula amb un punt per sobre","Latin capital letter g with cedilla":"lletra llatina g majúscula amb trenc","Latin small letter g with cedilla":"lletra llatina g minúscula amb trenc","Latin capital letter h with circumflex":"lletra llatina h majúscula amb accent circumflex","Latin small letter h with circumflex":"lletra llatina h minúscula amb accent circumflex","Latin capital letter h with stroke":"lletra llatina h majúscula amb barra inscrita","Latin small letter h with stroke":"lletra llatina h minúscula amb barra inscrita","Latin capital letter i with tilde":"lletra llatina i majúscula amb titlla","Latin small letter i with tilde":"lletra llatina i minúscula amb titlla","Latin capital letter i with macron":"lletra llatina i majúscula amb màcron","Latin small letter i with macron":"lletra llatina i minúscula amb màcron","Latin capital letter i with breve":"lletra llatina i majúscula amb breu","Latin small letter i with breve":"lletra llatina i minúscula amb breu","Latin capital letter i with ogonek":"lletra llatina i majúscula amb ogonek","Latin small letter i with ogonek":"lletra llatina i minúscula amb ogonek","Latin capital letter i with dot above":"lletra llatina i majúscula amb un punt per sobre","Latin small letter dotless i":"lletra llatina i sense punt minúscula","Latin capital ligature ij":"lligadura llatina ij majúscula","Latin small ligature ij":"lligadura llatina ij minúscula","Latin capital letter j with circumflex":"lletra llatina i majúscula amb circumflex","Latin small letter j with circumflex":"lletra llatina i minúscula amb circumflex","Latin capital letter k with cedilla":"lletra llatina k majúscula amb trenc","Latin small letter k with cedilla":"lletra llatina k minúscula amb trenc","Latin small letter kra":"lletra llatina kra minúscula","Latin capital letter l with acute":"lletra llatina l majúscula amb accent agut","Latin small letter l with acute":"lletra llatina l minúscula amb accent agut","Latin capital letter l with cedilla":"lletra llatina l majúscula amb trenc","Latin small letter l with cedilla":"lletra llatina l minúscula amb trenc","Latin capital letter l with caron":"lletra llatina l majúscula amb anticircumflex","Latin small letter l with caron":"lletra llatina l minúscula amb anticircumflex","Latin capital letter l with middle dot":"lletra llatina l majúscula amb punt volat","Latin small letter l with middle dot":"lletra llatina l minúscula amb punt volat","Latin capital letter l with stroke":"lletra llatina l majúscula amb barra inscrita","Latin small letter l with stroke":"lletra llatina l minúscula amb barra inscrita","Latin capital letter n with acute":"lletra llatina n majúscula amb accent agut","Latin small letter n with acute":"lletra llatina n minúscula amb accent agut","Latin capital letter n with cedilla":"lletra llatina n majúscula amb trenc","Latin small letter n with cedilla":"lletra llatina n minúscula amb trenc","Latin capital letter n with caron":"lletra llatina n majúscula amb anticircumflex","Latin small letter n with caron":"lletra llatina n minúscula amb anticircumflex","Latin small letter n preceded by apostrophe":"Lletra llatina n minúscula precedida d'apòstrof","Latin capital letter eng":"lletra llatina eng majúscula","Latin small letter eng":"lletra llatina eng minúscula","Latin capital letter o with macron":"lletra llatina o majúscula amb màcron","Latin small letter o with macron":"lletra llatina o minúscula amb màcron","Latin capital letter o with breve":"lletra llatina o majúscula amb breu","Latin small letter o with breve":"lletra llatina o minúscula amb breu","Latin capital letter o with double acute":"lletra llatina o majúscula amb accent agut doble","Latin small letter o with double acute":"lletra llatina o minúscula amb accent agut doble","Latin capital ligature oe":"lligadura llatina oe majúscula","Latin small ligature oe":"lligadura llatina oe minúscula","Latin capital letter r with acute":"lletra llatina r majúscula amb accent agut","Latin small letter r with acute":"lletra llatina r minúscula amb accent agut","Latin capital letter r with cedilla":"lletra llatina r majúscula amb trenc","Latin small letter r with cedilla":"lletra llatina r minúscula amb trenc","Latin capital letter r with caron":"lletra llatina r majúscula amb anticircumflex","Latin small letter r with caron":"lletra llatina r minúscula amb anticircumflex","Latin capital letter s with acute":"lletra llatina s majúscula amb accent agut","Latin small letter s with acute":"lletra llatina s minúscula amb accent agut","Latin capital letter s with circumflex":"lletra llatina s majúscula amb accent circumflex","Latin small letter s with circumflex":"lletra llatina s minúscula amb accent circumflex","Latin capital letter s with cedilla":"lletra llatina s majúscula amb trenc","Latin small letter s with cedilla":"lletra llatina s minúscula amb trenc","Latin capital letter s with caron":"lletra llatina s majúscula amb anticircumflex","Latin small letter s with caron":"lletra llatina s minúscula amb anticircumflex","Latin capital letter t with cedilla":"lletra llatina t majúscula amb trenc","Latin small letter t with cedilla":"lletra llatina t minúscula amb trenc","Latin capital letter t with caron":"lletra llatina t majúscula amb anticircumflex","Latin small letter t with caron":"lletra llatina t minúscula amb anticircumflex","Latin capital letter t with stroke":"lletra llatina t majúscula amb barra inscrita","Latin small letter t with stroke":"lletra llatina t minúscula amb barra inscrita","Latin capital letter u with tilde":"lletra llatina u majúscula amb titlla","Latin small letter u with tilde":"lletra llatina u minúscula amb titlla","Latin capital letter u with macron":"lletra llatina u majúscula amb màcron","Latin small letter u with macron":"lletra llatina u minúscula amb màcron","Latin capital letter u with breve":"lletra llatina u majúscula amb breu","Latin small letter u with breve":"lletra llatina u minúscula amb breu","Latin capital letter u with ring above":"lletra llatina u majúscula amb anell per sobre","Latin small letter u with ring above":"lletra llatina u minúscula amb anell per sobre","Latin capital letter u with double acute":"lletra llatina u majúscula amb accent agut doble","Latin small letter u with double acute":"lletra llatina u minúscula amb accent agut doble","Latin capital letter u with ogonek":"lletra llatina u majúscula amb ogonek","Latin small letter u with ogonek":"lletra llatina u minúscula amb ogonek","Latin capital letter w with circumflex":"lletra llatina w majúscula amb accent circumflex","Latin small letter w with circumflex":"lletra llatina w minúscula amb accent circumflex","Latin capital letter y with circumflex":"lletra llatina y majúscula amb accent circumflex","Latin small letter y with circumflex":"lletra llatina y minúscula amb accent circumflex","Latin capital letter y with diaeresis":"lletra llatina y majúscula amb dièresi","Latin capital letter z with acute":"lletra llatina z majúscula amb accent agut","Latin small letter z with acute":"lletra llatina z minúscula amb accent agut","Latin capital letter z with dot above":"lletra llatina z majúscula amb un punt per sobre","Latin small letter z with dot above":"lletra llatina z minúscula amb un punt per sobre","Latin capital letter z with caron":"lletra llatina z majúscula amb anticircumflex","Latin small letter z with caron":"lletra llatina z minúscula amb anticircumflex","Latin small letter long s":"lletra llatina s llarga minúscula","Less-than sign":"signe de més petit que","Greater-than sign":"signe de més gran que","Less-than or equal to":"més petit o igual que","Greater-than or equal to":"més gran o igual que","En dash":"Guió mitjà","Em dash":"Guió llarg",Macron:"Màcron",Overline:"Sobrelínia","Degree sign":"Signe del grau","Minus sign":"Signe de menys","Plus-minus sign":"Signe de més o menys","Division sign":"Signe de divisió","Fraction slash":"Barra obliqua de fracció","Multiplication sign":"Signe de multiplicació","Latin small letter f with hook":"lletra llatina f minúscula amb cua",Integral:"Integral","N-ary summation":"Suma n-ària",Infinity:"Infinit","Square root":"Arrel quadrada","Tilde operator":"Operador de titlla","Approximately equal to":"Aproximadament igual a","Almost equal to":"Gairebé igual a","Not equal to":"No igual a","Identical to":"Idèntic a","Element of":"Element de","Not an element of":"No és un element de","Contains as member":"Conté com a membre","N-ary product":"Producte de n-ària","Logical and":"Conjunció lògica","Logical or":"Disjunció lògica","Not sign":"Negació lògica",Intersection:"Intersecció",Union:"Unió","Partial differential":"Derivada parcial","For all":"Per a tot","There exists":"Quantificador existencial","Empty set":"Conjunt buit",Nabla:"Gradient","Asterisk operator":"Operador d'asterisc","Proportional to":"Proporcional a",Angle:"Angle","Vulgar fraction one quarter":"Fracció comuna d'un quart","Vulgar fraction one half":"Fracció comuna d'una meitat","Vulgar fraction three quarters":"Fracció comuna de tres quarts","Single left-pointing angle quotation mark":"Cometa angular simple cap a l'esquerra","Single right-pointing angle quotation mark":"Cometa angular simple cap a la dreta","Left-pointing double angle quotation mark":"Cometes angulars dobles cap a l'esquerra","Right-pointing double angle quotation mark":"Cometes angulars dobles cap a la dreta","Left single quotation mark":"Cometa simple cap a l'esquerra","Right single quotation mark":"Cometa simple cap a la dreta","Left double quotation mark":"Cometes dobles a l'esquerra","Right double quotation mark":"Cometes dobles a la dreta","Single low-9 quotation mark":"Cometes simples inferiors","Double low-9 quotation mark":"Cometes dobles inferiors","Inverted exclamation mark":"Signe d'exclamació invertit","Inverted question mark":"Signe d'interrogació invertit","Two dot leader":"Dos punts horitzontals","Horizontal ellipsis":"Punts suspensius","Double dagger":"Doble obelisc o diesi","Per mille sign":"Signe de per mil","Per ten thousand sign":"Signe de per deu mil","Double exclamation mark":"Doble signe d'exclamació","Question exclamation mark":"Signe d'exclamació d'interrogació","Exclamation question mark":"Signe d'interrogació d'exclamació","Double question mark":"Doble signe d'interrogació","Copyright sign":"Signe de drets d'autor","Registered sign":"Signe de marca registrada","Trade mark sign":"Signe de marca comercial","Section sign":"Signe de secció","Paragraph sign":"Signe de paràgraf","Reversed paragraph sign":"Signe de paràgraf invertit","Character categories":"Categories de caràcters",Styles:"Estils","Multiple styles":"Estils múltiples","Block styles":"Estils de bloc","Text styles":"Estils de text","Insert table":"Introduir taula","Header column":"Columna d'encapçalament","Insert column left":"Inserir columna a l'esquerra","Insert column right":"Inserir la columna a la dreta","Delete column":"Suprimir la columna","Select column":"Seleccionar columna",Column:"Columna","Header row":"Fila d'encapçalament","Insert row below":"Inserir la fila a continuació","Insert row above":"Inserir fila a sobre","Delete row":"Suprimir fila","Select row":"Seleccionar fila",Row:"Fila","Merge cell up":"Combinar la cel·la cap amunt","Merge cell right":"Combinar la cel·la a la dreta","Merge cell down":"Combinar la cel·la cap avall","Merge cell left":"Combinar la cel·la a l'esquerra","Split cell vertically":"Dividir la cel·la verticalment","Split cell horizontally":"Dividir la cel·la horitzontalment","Merge cells":"Combinar cel·les","Table toolbar":"Barra d'eines de taula","Table properties":"Propietats de la taula","Cell properties":"Propietats de la cel·la",Border:"Vora",Style:"Estil",Width:"Amplada",Height:"Alçada",Color:"Color",Background:"Fons",Padding:"Padding",Dimensions:"Dimensions","Table cell text alignment":"Alineació del text de la cel·la de la taula",Alignment:"Alineació","Horizontal text alignment toolbar":"Barra d'eines d'alineació de text horitzontal","Vertical text alignment toolbar":"Barra d'eines d'alineació de text vertical","Table alignment toolbar":"Barra d'eines d'alineació de taules",None:"Cap",Solid:"Sòlid",Dotted:"De punts",Dashed:"De guions",Double:"Doble",Groove:"De solc",Ridge:"De cresta",Inset:"Entrant",Outset:"Sortint","Align cell text to the left":"Alinear el text de la cel·la a l'esquerra","Align cell text to the center":"Alinear el text de la cel·la al centre","Align cell text to the right":"Alinear el text de la cel·la a la dreta","Justify cell text":"Justificar el text de la cel·la","Align cell text to the top":"Alinear el text de la cel·la a la part superior","Align cell text to the middle":"Alinear el text de la cel·la al centre","Align cell text to the bottom":"Alinear el text de la cel·la a la part inferior","Align table to the left":"Alinear la taula a l'esquerra","Center table":"Centrar la taula","Align table to the right":"Alinear la taula a la dreta","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"El color és invàlid. Prova \"#FF0000\" o \"rgb(255,0,0)\" o \"vermell\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"El valor és invàlid. Prova \"10px\" o \"2em\" o simplement \"2\".","Color picker":"Selector de colors","Toggle caption off":"Desactivar el peu de foto","Toggle caption on":"Activar el peu de foto","Enter table caption":"Introduir el peu de foto de la taula","Rich Text Editor":"Editor de text enriquit","Editor editing area: %0":"Àrea d'edició d'editor: %0","Edit block":"Editar bloc",Next:"Següent",Previous:"Anterior","Editor toolbar":"Barra d'eines de l'editor","Dropdown toolbar":"Barra d'eines desplegable",Black:"Negre","Dim grey":"Gris fosc",Grey:"Gris","Light grey":"Gris clar",White:"Blanc",Red:"Vermell",Orange:"Taronja",Yellow:"Groc","Light green":"Verd clar",Green:"Verd",Aquamarine:"Aiguamarina",Turquoise:"Turquesa","Light blue":"Blau clar",Blue:"Blau",Purple:"Lila","Editor block content toolbar":"Barra d'eines de contingut del bloc de l'editor","Editor contextual toolbar":"Barra d'eines contextual de l'editor",HEX:"",Undo:"Desfer",Redo:"Refer","Upload in progress":"Carrega en curs","Widget toolbar":"Barra d'eines de ginys","Insert paragraph before block":"Inserir un paràgraf abans del bloc","Insert paragraph after block":"Inserir un paràgraf després del bloc","Press Enter to type after or press Shift + Enter to type before the widget":"Premeu Retorn per escriure després o premeu Maj + Retorn per escriure abans del giny","Words: %0":"Paraules: %0","Characters: %0":"Caràcters: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ca'] = d['ca'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Alineació esquerra","Align right":"Alineació dreta","Align center":"Alineació centre",Justify:"Justificar","Text alignment":"Alineació text","Text alignment toolbar":"Barra d'eines d'alineació de text",Bold:"Negreta",Italic:"Cursiva",Underline:"Subrallat",Code:"Codi",Strikethrough:"Marcat",Subscript:"Subíndex",Superscript:"Superíndex","Block quote":"Cita de bloc","Insert code block":"Introduir un bloc de codi","Plain text":"Text simple",Cancel:"Cancel·lar","Remove color":"Eliminar el color","Restore default":"Restaurar el valor predeterminat",Save:"Desar","Show more items":"Mostrar més elements","%0 of %1":"%0 de %1","Cannot upload file:":"No es pot pujar l'arxiu:","Rich Text Editor. Editing area: %0":"Editor de text enriquit. Àrea d'edició: %0","Find and replace":"Trobar i substituir","Find in text…":"Trobar al text...",Find:"Trobar","Previous result":"Resultat anterior","Next result":"Següent resultat",Replace:"Substituir","Replace all":"Substituir-ho tot","Match case":"Coincidència de majúscules i minúscules","Whole words only":"Només paraules senceres","Replace with…":"Substituir per...","Text to find must not be empty.":"El text per cercar no pot estar buit.","Tip: Find some text first in order to replace it.":"Consell: Troba primer un text per substituir-lo.","Show options":"Mostrar opcions",Paragraph:"Pàrraf",Heading:"Capçalera","Choose heading":"Escull capçalera","Heading 1":"Capçalera 1","Heading 2":"Capçalera 2","Heading 3":"Capçalera 3","Heading 4":"Encapçalament 4","Heading 5":"Encapçalament 5","Heading 6":"Encapçalament 6","Type your title":"Escriu el teu títol","Type or paste your content here.":"Escriu o enganxa el teu contingut aquí.","Horizontal line":"Línia horitzontal","HTML object":"Objecte HTML","Increase indent":"Augmentar el sagnat","Decrease indent":"Reduir el sagnat",Unlink:"Desenllaçar",Link:"Enllaç","Link URL":"Enllaçar URL","Link image":"Enllaçar imatge","Edit link":"Editar enllaç","Open link in new tab":"Obrir l'enllaç en una pestanya nova","This link has no URL":"Aquest enllaç no té cap URL","Open in a new tab":"Obrir en una pestanya nova",Downloadable:"Es pot descarregar","Numbered List":"Llista numerada","Bulleted List":"Llista amb vinyetes","To-do List":"Llista de tasques pendents","Bulleted list styles toolbar":"Barra d'eines d'estils de llista amb vinyetes","Numbered list styles toolbar":"Barra d'eines d'estils de llista numerada","Toggle the disc list style":"Canviar l'estil de llista de discs","Toggle the circle list style":"Canviar l'estil de llista de cercles","Toggle the square list style":"Canviar l'estil de llista quadrada","Toggle the decimal list style":"Canviar l'estil de llista decimal","Toggle the decimal with leading zero list style":"Commutar l'estil de la llista de decimals amb un zero al davant","Toggle the lower–roman list style":"Canviar l'estil de la llista a numerals romans en minúscules","Toggle the upper–roman list style":"Canviar l'estil de la llista a numerals romans en majúscules","Toggle the lower–latin list style":"Canviar l'estil de la llista a lletres llatines en minúscules","Toggle the upper–latin list style":"Canviar l'estil de la llista a lletres llatines en majúscules",Disc:"Disc",Circle:"Cercle",Square:"Quadrat",Decimal:"Decimal","Decimal with leading zero":"Decimal amb un zero al davant","Lower–roman":"Numerals romans en minúscules","Upper-roman":"Numerals romans en majúscules","Lower-latin":"Lletres llatines en minúscules","Upper-latin":"Lletres llatines en majúscules","List properties":"Llista de propietats","Start at":"Començar a","Start index must be greater than 0.":"L'índex inicial ha de ser superior a 0.","Reversed order":"Ordre invertit","Remove Format":"Esborrar el format","Select all":"Seleccionar-ho tot","Show blocks":"Mostra blocs",Source:"Font","Special characters":"Caràcters especials",All:"Tot",Arrows:"Fletxes",Currency:"Moneda",Latin:"Llatí",Mathematical:"Matemàtic",Text:"Text","leftwards simple arrow":"fletxa simple cap a l'esquerra","rightwards simple arrow":"fletxa simple cap a la dreta","upwards simple arrow":"fletxa simple cap amunt","downwards simple arrow":"fletxa simple cap avall","leftwards double arrow":"fletxa doble cap a l'esquerra","rightwards double arrow":"fletxa doble cap a la dreta","upwards double arrow":"fletxa doble cap amunt","downwards double arrow":"fletxa doble cap avall","leftwards dashed arrow":"fletxa discontínua cap a l'esquerra","rightwards dashed arrow":"fletxa discontínua cap a la dreta","upwards dashed arrow":"fletxa discontínua cap amunt","downwards dashed arrow":"fletxa discontínua cap avall","leftwards arrow to bar":"fletxa cap a la barra de l'esquerra","rightwards arrow to bar":"fletxa cap a la barra de la dreta","upwards arrow to bar":"fletxa cap a la barra de dalt","downwards arrow to bar":"fletxa cap a la barra de sota","up down arrow with base":"fletxa cap amunt i cap avall amb base","back with leftwards arrow above":"back amb fletxa cap a l'esquerra per sobre","end with leftwards arrow above":"end amb fletxa cap a l'esquerra per sobre","on with exclamation mark with left right arrow above":"on amb el signe d'exclamació i fletxa cap a l'esquerra i cap a la dreta per sobre","soon with rightwards arrow above":"soon amb fletxa cap a la dreta per sobre","top with upwards arrow above":"top amb fletxa cap amunt per sobre","Dollar sign":"signe del dòlar","Euro sign":"signe de l'euro","Yen sign":"signe del ien","Pound sign":"signe de la lliura","Cent sign":"signe del cèntim","Euro-currency sign":"signe de l'eurodivisa","Colon sign":"signe del còlon","Cruzeiro sign":"signe del cruzeiro","French franc sign":"signe del franc francès","Lira sign":"signe de la lira","Currency sign":"signe de divisa","Bitcoin sign":"signe del bitcoin","Mill sign":"signe del mill","Naira sign":"signe de la naira","Peseta sign":"signe de la pesseta","Rupee sign":"signe de la rupia","Won sign":"signe del won","New sheqel sign":"signe del nou xéquel","Dong sign":"signe del dong","Kip sign":"signe del kip","Tugrik sign":"signe del tögrög","Drachma sign":"signe del dracma","German penny sign":"signe del cèntim alemany","Peso sign":"signe del peso","Guarani sign":"signe del guaraní","Austral sign":"signe de l'austral","Hryvnia sign":"signe de la hrívnia","Cedi sign":"ok","Livre tournois sign":"signe de la lliura tornesa","Spesmilo sign":"signe del spesmilo","Tenge sign":"signe del tenge","Indian rupee sign":"signe de la rupia índia","Turkish lira sign":"signe de la lira turca","Nordic mark sign":"Signe del marc nòrdic","Manat sign":"signe del manat","Ruble sign":"signe del ruble","Latin capital letter a with macron":"lletra llatina a majúscula amb màcron","Latin small letter a with macron":"lletra llatina a minúscula amb màcron","Latin capital letter a with breve":"lletra llatina a majúscula amb breu","Latin small letter a with breve":"lletra llatina a minúscula amb breu","Latin capital letter a with ogonek":"lletra llatina a majúscula amb ogonek","Latin small letter a with ogonek":"lletra llatina a minúscula amb ogonek","Latin capital letter c with acute":"lletra llatina c majúscula amb accent agut","Latin small letter c with acute":"lletra llatina c minúscula amb accent agut","Latin capital letter c with circumflex":"lletra llatina c majúscula amb accent circumflex","Latin small letter c with circumflex":"lletra llatina c minúscula amb accent circumflex","Latin capital letter c with dot above":"lletra llatina c majúscula amb un punt per sobre","Latin small letter c with dot above":"lletra llatina c minúscula amb un punt per sobre","Latin capital letter c with caron":"lletra llatina c majúscula amb anticircumflex","Latin small letter c with caron":"lletra llatina c minúscula amb anticircumflex","Latin capital letter d with caron":"lletra llatina d majúscula amb anticircumflex","Latin small letter d with caron":"lletra llatina d minúscula amb anticircumflex","Latin capital letter d with stroke":"lletra llatina d majúscula amb barra inscrita","Latin small letter d with stroke":"lletra llatina d minúscula amb barra inscrita","Latin capital letter e with macron":"lletra llatina e majúscula amb màcron","Latin small letter e with macron":"lletra llatina e minúscula amb màcron","Latin capital letter e with breve":"lletra llatina e majúscula amb breu","Latin small letter e with breve":"lletra llatina e minúscula amb breu","Latin capital letter e with dot above":"lletra llatina e majúscula amb un punt per sobre","Latin small letter e with dot above":"lletra llatina e minúscula amb un punt per sobre","Latin capital letter e with ogonek":"lletra llatina e majúscula amb ogonek","Latin small letter e with ogonek":"lletra llatina e minúscula amb ogonek","Latin capital letter e with caron":"lletra llatina e majúscula amb anticircumflex","Latin small letter e with caron":"lletra llatina e minúscula amb anticircumflex","Latin capital letter g with circumflex":"lletra llatina g majúscula amb accent circumflex","Latin small letter g with circumflex":"lletra llatina g minúscula amb accent circumflex","Latin capital letter g with breve":"lletra llatina g majúscula amb breu","Latin small letter g with breve":"lletra llatina g minúscula amb breu","Latin capital letter g with dot above":"lletra llatina g majúscula amb un punt per sobre","Latin small letter g with dot above":"lletra llatina g minúscula amb un punt per sobre","Latin capital letter g with cedilla":"lletra llatina g majúscula amb trenc","Latin small letter g with cedilla":"lletra llatina g minúscula amb trenc","Latin capital letter h with circumflex":"lletra llatina h majúscula amb accent circumflex","Latin small letter h with circumflex":"lletra llatina h minúscula amb accent circumflex","Latin capital letter h with stroke":"lletra llatina h majúscula amb barra inscrita","Latin small letter h with stroke":"lletra llatina h minúscula amb barra inscrita","Latin capital letter i with tilde":"lletra llatina i majúscula amb titlla","Latin small letter i with tilde":"lletra llatina i minúscula amb titlla","Latin capital letter i with macron":"lletra llatina i majúscula amb màcron","Latin small letter i with macron":"lletra llatina i minúscula amb màcron","Latin capital letter i with breve":"lletra llatina i majúscula amb breu","Latin small letter i with breve":"lletra llatina i minúscula amb breu","Latin capital letter i with ogonek":"lletra llatina i majúscula amb ogonek","Latin small letter i with ogonek":"lletra llatina i minúscula amb ogonek","Latin capital letter i with dot above":"lletra llatina i majúscula amb un punt per sobre","Latin small letter dotless i":"lletra llatina i sense punt minúscula","Latin capital ligature ij":"lligadura llatina ij majúscula","Latin small ligature ij":"lligadura llatina ij minúscula","Latin capital letter j with circumflex":"lletra llatina i majúscula amb circumflex","Latin small letter j with circumflex":"lletra llatina i minúscula amb circumflex","Latin capital letter k with cedilla":"lletra llatina k majúscula amb trenc","Latin small letter k with cedilla":"lletra llatina k minúscula amb trenc","Latin small letter kra":"lletra llatina kra minúscula","Latin capital letter l with acute":"lletra llatina l majúscula amb accent agut","Latin small letter l with acute":"lletra llatina l minúscula amb accent agut","Latin capital letter l with cedilla":"lletra llatina l majúscula amb trenc","Latin small letter l with cedilla":"lletra llatina l minúscula amb trenc","Latin capital letter l with caron":"lletra llatina l majúscula amb anticircumflex","Latin small letter l with caron":"lletra llatina l minúscula amb anticircumflex","Latin capital letter l with middle dot":"lletra llatina l majúscula amb punt volat","Latin small letter l with middle dot":"lletra llatina l minúscula amb punt volat","Latin capital letter l with stroke":"lletra llatina l majúscula amb barra inscrita","Latin small letter l with stroke":"lletra llatina l minúscula amb barra inscrita","Latin capital letter n with acute":"lletra llatina n majúscula amb accent agut","Latin small letter n with acute":"lletra llatina n minúscula amb accent agut","Latin capital letter n with cedilla":"lletra llatina n majúscula amb trenc","Latin small letter n with cedilla":"lletra llatina n minúscula amb trenc","Latin capital letter n with caron":"lletra llatina n majúscula amb anticircumflex","Latin small letter n with caron":"lletra llatina n minúscula amb anticircumflex","Latin small letter n preceded by apostrophe":"Lletra llatina n minúscula precedida d'apòstrof","Latin capital letter eng":"lletra llatina eng majúscula","Latin small letter eng":"lletra llatina eng minúscula","Latin capital letter o with macron":"lletra llatina o majúscula amb màcron","Latin small letter o with macron":"lletra llatina o minúscula amb màcron","Latin capital letter o with breve":"lletra llatina o majúscula amb breu","Latin small letter o with breve":"lletra llatina o minúscula amb breu","Latin capital letter o with double acute":"lletra llatina o majúscula amb accent agut doble","Latin small letter o with double acute":"lletra llatina o minúscula amb accent agut doble","Latin capital ligature oe":"lligadura llatina oe majúscula","Latin small ligature oe":"lligadura llatina oe minúscula","Latin capital letter r with acute":"lletra llatina r majúscula amb accent agut","Latin small letter r with acute":"lletra llatina r minúscula amb accent agut","Latin capital letter r with cedilla":"lletra llatina r majúscula amb trenc","Latin small letter r with cedilla":"lletra llatina r minúscula amb trenc","Latin capital letter r with caron":"lletra llatina r majúscula amb anticircumflex","Latin small letter r with caron":"lletra llatina r minúscula amb anticircumflex","Latin capital letter s with acute":"lletra llatina s majúscula amb accent agut","Latin small letter s with acute":"lletra llatina s minúscula amb accent agut","Latin capital letter s with circumflex":"lletra llatina s majúscula amb accent circumflex","Latin small letter s with circumflex":"lletra llatina s minúscula amb accent circumflex","Latin capital letter s with cedilla":"lletra llatina s majúscula amb trenc","Latin small letter s with cedilla":"lletra llatina s minúscula amb trenc","Latin capital letter s with caron":"lletra llatina s majúscula amb anticircumflex","Latin small letter s with caron":"lletra llatina s minúscula amb anticircumflex","Latin capital letter t with cedilla":"lletra llatina t majúscula amb trenc","Latin small letter t with cedilla":"lletra llatina t minúscula amb trenc","Latin capital letter t with caron":"lletra llatina t majúscula amb anticircumflex","Latin small letter t with caron":"lletra llatina t minúscula amb anticircumflex","Latin capital letter t with stroke":"lletra llatina t majúscula amb barra inscrita","Latin small letter t with stroke":"lletra llatina t minúscula amb barra inscrita","Latin capital letter u with tilde":"lletra llatina u majúscula amb titlla","Latin small letter u with tilde":"lletra llatina u minúscula amb titlla","Latin capital letter u with macron":"lletra llatina u majúscula amb màcron","Latin small letter u with macron":"lletra llatina u minúscula amb màcron","Latin capital letter u with breve":"lletra llatina u majúscula amb breu","Latin small letter u with breve":"lletra llatina u minúscula amb breu","Latin capital letter u with ring above":"lletra llatina u majúscula amb anell per sobre","Latin small letter u with ring above":"lletra llatina u minúscula amb anell per sobre","Latin capital letter u with double acute":"lletra llatina u majúscula amb accent agut doble","Latin small letter u with double acute":"lletra llatina u minúscula amb accent agut doble","Latin capital letter u with ogonek":"lletra llatina u majúscula amb ogonek","Latin small letter u with ogonek":"lletra llatina u minúscula amb ogonek","Latin capital letter w with circumflex":"lletra llatina w majúscula amb accent circumflex","Latin small letter w with circumflex":"lletra llatina w minúscula amb accent circumflex","Latin capital letter y with circumflex":"lletra llatina y majúscula amb accent circumflex","Latin small letter y with circumflex":"lletra llatina y minúscula amb accent circumflex","Latin capital letter y with diaeresis":"lletra llatina y majúscula amb dièresi","Latin capital letter z with acute":"lletra llatina z majúscula amb accent agut","Latin small letter z with acute":"lletra llatina z minúscula amb accent agut","Latin capital letter z with dot above":"lletra llatina z majúscula amb un punt per sobre","Latin small letter z with dot above":"lletra llatina z minúscula amb un punt per sobre","Latin capital letter z with caron":"lletra llatina z majúscula amb anticircumflex","Latin small letter z with caron":"lletra llatina z minúscula amb anticircumflex","Latin small letter long s":"lletra llatina s llarga minúscula","Less-than sign":"signe de més petit que","Greater-than sign":"signe de més gran que","Less-than or equal to":"més petit o igual que","Greater-than or equal to":"més gran o igual que","En dash":"Guió mitjà","Em dash":"Guió llarg",Macron:"Màcron",Overline:"Sobrelínia","Degree sign":"Signe del grau","Minus sign":"Signe de menys","Plus-minus sign":"Signe de més o menys","Division sign":"Signe de divisió","Fraction slash":"Barra obliqua de fracció","Multiplication sign":"Signe de multiplicació","Latin small letter f with hook":"lletra llatina f minúscula amb cua",Integral:"Integral","N-ary summation":"Suma n-ària",Infinity:"Infinit","Square root":"Arrel quadrada","Tilde operator":"Operador de titlla","Approximately equal to":"Aproximadament igual a","Almost equal to":"Gairebé igual a","Not equal to":"No igual a","Identical to":"Idèntic a","Element of":"Element de","Not an element of":"No és un element de","Contains as member":"Conté com a membre","N-ary product":"Producte de n-ària","Logical and":"Conjunció lògica","Logical or":"Disjunció lògica","Not sign":"Negació lògica",Intersection:"Intersecció",Union:"Unió","Partial differential":"Derivada parcial","For all":"Per a tot","There exists":"Quantificador existencial","Empty set":"Conjunt buit",Nabla:"Gradient","Asterisk operator":"Operador d'asterisc","Proportional to":"Proporcional a",Angle:"Angle","Vulgar fraction one quarter":"Fracció comuna d'un quart","Vulgar fraction one half":"Fracció comuna d'una meitat","Vulgar fraction three quarters":"Fracció comuna de tres quarts","Single left-pointing angle quotation mark":"Cometa angular simple cap a l'esquerra","Single right-pointing angle quotation mark":"Cometa angular simple cap a la dreta","Left-pointing double angle quotation mark":"Cometes angulars dobles cap a l'esquerra","Right-pointing double angle quotation mark":"Cometes angulars dobles cap a la dreta","Left single quotation mark":"Cometa simple cap a l'esquerra","Right single quotation mark":"Cometa simple cap a la dreta","Left double quotation mark":"Cometes dobles a l'esquerra","Right double quotation mark":"Cometes dobles a la dreta","Single low-9 quotation mark":"Cometes simples inferiors","Double low-9 quotation mark":"Cometes dobles inferiors","Inverted exclamation mark":"Signe d'exclamació invertit","Inverted question mark":"Signe d'interrogació invertit","Two dot leader":"Dos punts horitzontals","Horizontal ellipsis":"Punts suspensius","Double dagger":"Doble obelisc o diesi","Per mille sign":"Signe de per mil","Per ten thousand sign":"Signe de per deu mil","Double exclamation mark":"Doble signe d'exclamació","Question exclamation mark":"Signe d'exclamació d'interrogació","Exclamation question mark":"Signe d'interrogació d'exclamació","Double question mark":"Doble signe d'interrogació","Copyright sign":"Signe de drets d'autor","Registered sign":"Signe de marca registrada","Trade mark sign":"Signe de marca comercial","Section sign":"Signe de secció","Paragraph sign":"Signe de paràgraf","Reversed paragraph sign":"Signe de paràgraf invertit","Character categories":"Categories de caràcters",Styles:"Estils","Multiple styles":"Estils múltiples","Block styles":"Estils de bloc","Text styles":"Estils de text","Insert table":"Introduir taula","Header column":"Columna d'encapçalament","Insert column left":"Inserir columna a l'esquerra","Insert column right":"Inserir la columna a la dreta","Delete column":"Suprimir la columna","Select column":"Seleccionar columna",Column:"Columna","Header row":"Fila d'encapçalament","Insert row below":"Inserir la fila a continuació","Insert row above":"Inserir fila a sobre","Delete row":"Suprimir fila","Select row":"Seleccionar fila",Row:"Fila","Merge cell up":"Combinar la cel·la cap amunt","Merge cell right":"Combinar la cel·la a la dreta","Merge cell down":"Combinar la cel·la cap avall","Merge cell left":"Combinar la cel·la a l'esquerra","Split cell vertically":"Dividir la cel·la verticalment","Split cell horizontally":"Dividir la cel·la horitzontalment","Merge cells":"Combinar cel·les","Table toolbar":"Barra d'eines de taula","Table properties":"Propietats de la taula","Cell properties":"Propietats de la cel·la",Border:"Vora",Style:"Estil",Width:"Amplada",Height:"Alçada",Color:"Color",Background:"Fons",Padding:"Padding",Dimensions:"Dimensions","Table cell text alignment":"Alineació del text de la cel·la de la taula",Alignment:"Alineació","Horizontal text alignment toolbar":"Barra d'eines d'alineació de text horitzontal","Vertical text alignment toolbar":"Barra d'eines d'alineació de text vertical","Table alignment toolbar":"Barra d'eines d'alineació de taules",None:"Cap",Solid:"Sòlid",Dotted:"De punts",Dashed:"De guions",Double:"Doble",Groove:"De solc",Ridge:"De cresta",Inset:"Entrant",Outset:"Sortint","Align cell text to the left":"Alinear el text de la cel·la a l'esquerra","Align cell text to the center":"Alinear el text de la cel·la al centre","Align cell text to the right":"Alinear el text de la cel·la a la dreta","Justify cell text":"Justificar el text de la cel·la","Align cell text to the top":"Alinear el text de la cel·la a la part superior","Align cell text to the middle":"Alinear el text de la cel·la al centre","Align cell text to the bottom":"Alinear el text de la cel·la a la part inferior","Align table to the left":"Alinear la taula a l'esquerra","Center table":"Centrar la taula","Align table to the right":"Alinear la taula a la dreta","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"El color és invàlid. Prova \"#FF0000\" o \"rgb(255,0,0)\" o \"vermell\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"El valor és invàlid. Prova \"10px\" o \"2em\" o simplement \"2\".","Color picker":"Selector de colors","Toggle caption off":"Desactivar el peu de foto","Toggle caption on":"Activar el peu de foto","Enter table caption":"Introduir el peu de foto de la taula","Rich Text Editor":"Editor de text enriquit","Editor editing area: %0":"Àrea d'edició d'editor: %0","Edit block":"Editar bloc",Next:"Següent",Previous:"Anterior","Editor toolbar":"Barra d'eines de l'editor","Dropdown toolbar":"Barra d'eines desplegable",Black:"Negre","Dim grey":"Gris fosc",Grey:"Gris","Light grey":"Gris clar",White:"Blanc",Red:"Vermell",Orange:"Taronja",Yellow:"Groc","Light green":"Verd clar",Green:"Verd",Aquamarine:"Aiguamarina",Turquoise:"Turquesa","Light blue":"Blau clar",Blue:"Blau",Purple:"Lila","Editor block content toolbar":"Barra d'eines de contingut del bloc de l'editor","Editor contextual toolbar":"Barra d'eines contextual de l'editor",HEX:"HEX",Accept:"Accepta",Undo:"Desfer",Redo:"Refer","Upload in progress":"Carrega en curs","Widget toolbar":"Barra d'eines de ginys","Insert paragraph before block":"Inserir un paràgraf abans del bloc","Insert paragraph after block":"Inserir un paràgraf després del bloc","Press Enter to type after or press Shift + Enter to type before the widget":"Premeu Retorn per escriure després o premeu Maj + Retorn per escriure abans del giny","Words: %0":"Paraules: %0","Characters: %0":"Caràcters: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/cs.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/cs.js index 37146c10ab50..5b5aaff9064e 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/cs.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/cs.js @@ -1 +1 @@ -(function(d){ const l = d['cs'] = d['cs'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Zarovnat vlevo","Align right":"Zarovnat vpravo","Align center":"Zarovnat na střed",Justify:"Zarovnat do bloku","Text alignment":"Zarovnání textu","Text alignment toolbar":"Panel nástrojů zarovnání textu",Bold:"Tučné",Italic:"Kurzíva",Underline:"Podtržené",Code:"Kódový blok",Strikethrough:"Přeškrtnuté",Subscript:"Dolní index",Superscript:"Horní index","Block quote":"Citace","Insert code block":"Vložit blok zdrojového kódu","Plain text":"Prostý text",Cancel:"Zrušit","Remove color":"Odstranit barvu","Restore default":"Obnovit výchozí",Save:"Uložit","Show more items":"Zobrazit další položky","%0 of %1":"%0 z %1","Cannot upload file:":"Soubor nelze nahrát:","Rich Text Editor. Editing area: %0":"Editační oblast rich text editoru: %0","Find and replace":"Najít a nahradit","Find in text…":"Najít v textu...",Find:"Najít","Previous result":"Předchozí výskyt","Next result":"Další výskyt",Replace:"Nahradit","Replace all":"Nahradit vše","Match case":"Rozlišovat velikost písmen","Whole words only":"Pouze celá slova","Replace with…":"Nahradit čím...","Text to find must not be empty.":"Hledaný text nesmí být prázdný.","Tip: Find some text first in order to replace it.":"Tip: Nejprve najděte nějaký text, abyste jej mohli nahradit.","Show options":"Zobrazit možnosti",Paragraph:"Odstavec",Heading:"Nadpis","Choose heading":"Zvolte nadpis","Heading 1":"Nadpis 1","Heading 2":"Nadpis 2","Heading 3":"Nadpis 3","Heading 4":"Nadpis 4","Heading 5":"Nadpis 5","Heading 6":"Nadpis 6","Type your title":"Sem zadejte název","Type or paste your content here.":"Zde zadejte nebo vložte obsah.","Horizontal line":"Vodorovná čára","HTML object":"HTML objekt","Increase indent":"Zvětšit odsazení","Decrease indent":"Zmenšit odsazení",Unlink:"Odstranit odkaz",Link:"Odkaz","Link URL":"URL odkazu","Link image":"Adresa obrázku","Edit link":"Upravit odkaz","Open link in new tab":"Otevřít odkaz v nové kartě","This link has no URL":"Tento odkaz nemá žádnou URL","Open in a new tab":"Otevřít v nové kartě",Downloadable:"Ke stažení","Numbered List":"Číslování","Bulleted List":"Odrážky","To-do List":"Seznam úkolů","Bulleted list styles toolbar":"Panel seznamu s odrážkami","Numbered list styles toolbar":"Panel se styly číslovaného seznamu","Toggle the disc list style":"Přepnout na seznam s označením plného kruhu","Toggle the circle list style":"Přepnout na seznam s kruhovým označením","Toggle the square list style":"Přepnout na seznam se čtvercovým označením","Toggle the decimal list style":"Přepnout na číselný seznam","Toggle the decimal with leading zero list style":"Přepnout na číselný seznam s nulou na začátku","Toggle the lower–roman list style":"Přepnout na seznam s malými římskými čísly","Toggle the upper–roman list style":"Přepnout na seznam s velkými římskými čísly","Toggle the lower–latin list style":"Přepnout na seznam s malými písmeny","Toggle the upper–latin list style":"Přepnout na seznam s velkými písmeny",Disc:"Plný kruh",Circle:"Kruh",Square:"Čtverec",Decimal:"Čísla","Decimal with leading zero":"Čísla s nulou na začátku","Lower–roman":"Malé římské čísla","Upper-roman":"Velké římské čísla","Lower-latin":"Malá písmena","Upper-latin":"Velká písmena","List properties":"Vlastnosti seznamu","Start at":"Začít na","Start index must be greater than 0.":"Počátek musí být větší jak 0.","Reversed order":"Obrácené pořadí","Remove Format":"Odstranit formátování","Select all":"Vybrat vše",Source:"Zdroj","Special characters":"Speciální znaky",All:"Vše",Arrows:"Šipky",Currency:"Měna",Latin:"Latina",Mathematical:"Matematické",Text:"Text","leftwards simple arrow":"jednoduchá šipka doleva","rightwards simple arrow":"jednoduchá šipka doprava","upwards simple arrow":"jednoduchá šipka nahoru","downwards simple arrow":"jednoduchá šipka dolů","leftwards double arrow":"dvojitá šipka doleva","rightwards double arrow":"dvojitá šipka doprava","upwards double arrow":"dvojitá šipka nahoru","downwards double arrow":"dvojitá šipka dolů","leftwards dashed arrow":"přerušovaná šipka doleva","rightwards dashed arrow":"čárkovaná šipka doprava","upwards dashed arrow":"čárkovaná šipka nahoru","downwards dashed arrow":"přerušovaná šipka dolů","leftwards arrow to bar":"šipka doleva do svislé čáry","rightwards arrow to bar":"šipka doprava do svislé čáry","upwards arrow to bar":"šipka nahoru do svislé čáry","downwards arrow to bar":"šipka dolů do svislé čáry","up down arrow with base":"Šipka nahoru-dolů od základny","back with leftwards arrow above":"šipka zpět","end with leftwards arrow above":"šipka konec","on with exclamation mark with left right arrow above":"ON s vykřičníkem se šipkou doleva doprava nahoru","soon with rightwards arrow above":"brzy se šipkou doprava nahoru","top with upwards arrow above":"TOP se šipkou nahoru","Dollar sign":"Znak Dolar","Euro sign":"Znak Euro","Yen sign":"Znak Jen","Pound sign":"Znak Libra","Cent sign":"Znak cent","Euro-currency sign":"Mena Euro","Colon sign":"dvojtečka","Cruzeiro sign":"Měna Cruzeiro","French franc sign":"Měna Francouzský Frank","Lira sign":"Měna Lira","Currency sign":"Znak měny","Bitcoin sign":"Měna Bitcoin","Mill sign":"Znak Mill","Naira sign":"Znak Naira","Peseta sign":"Znak Peseta","Rupee sign":"Znak Rupee","Won sign":"Znak Won","New sheqel sign":"Nový znak šekel","Dong sign":"Znak Dong","Kip sign":"Znak Kip","Tugrik sign":"Znak Tugrik","Drachma sign":"Znak Drachma","German penny sign":"Německá penny","Peso sign":"Znak Peso","Guarani sign":"Znak Guarani","Austral sign":"Znak Austral","Hryvnia sign":"Znak Hryvnia","Cedi sign":"Znak Cedi","Livre tournois sign":"Znak Livre tournois","Spesmilo sign":"Znak Spesmilo","Tenge sign":"Znak Tenge","Indian rupee sign":"Znak Indická rupia","Turkish lira sign":"Znak Turecká líra","Nordic mark sign":"Znak Nórska marka","Manat sign":"Znak Manat","Ruble sign":"Znak Ruble","Latin capital letter a with macron":"Latinské velké písmeno a s čárou","Latin small letter a with macron":"Latinské malé písmeno a s čárou","Latin capital letter a with breve":"Latinské velké písmeno a s háčkem","Latin small letter a with breve":"Latinské malé písmeno a s háčkem","Latin capital letter a with ogonek":"Latinské velké písmeno a s háčkem","Latin small letter a with ogonek":"Latinské malé písmeno a s háčkem","Latin capital letter c with acute":"Latinské velké písmeno c s čárkou","Latin small letter c with acute":"Latinské malé písmeno c s čárkou","Latin capital letter c with circumflex":"Latinské velké písmeno c s obráceným háčkem","Latin small letter c with circumflex":"Latinské malé písmeno c s obráceným háčkem","Latin capital letter c with dot above":"Latinské velké písmeno c s tečkou nad znakem","Latin small letter c with dot above":"Latinské malé písmeno c s tečkou nad znakem","Latin capital letter c with caron":"Latinské veľké písmeno c s mäkčeňom","Latin small letter c with caron":"Latinské malé písmeno c s háčkem","Latin capital letter d with caron":"Latinské velké písmeno d s háčkem","Latin small letter d with caron":"Latinské malé písmeno d s háčkem","Latin capital letter d with stroke":"Latinské velké písmeno d s přeškrtnutím","Latin small letter d with stroke":"Latinské malé písmeno d s přeškrtnutím","Latin capital letter e with macron":"Latinské velké písmeno e s čárou","Latin small letter e with macron":"Latinské malé písmeno e s čárou","Latin capital letter e with breve":"Latinské velké písmeno e s háčkem","Latin small letter e with breve":"Latinské malé písmeno e s háčkem","Latin capital letter e with dot above":"Latinské velké písmeno e s tečkou nad znakem","Latin small letter e with dot above":"Latinské malé písmeno e s tečkou nad znakem","Latin capital letter e with ogonek":"Latinské velké písmeno e s háčkem","Latin small letter e with ogonek":"Latinské malé písmeno e s háčkem","Latin capital letter e with caron":"Latinské velké písmeno e s háčkem","Latin small letter e with caron":"Latinské malé písmeno e s háčkem","Latin capital letter g with circumflex":"Latinské velké písmeno g s obráceným háčkem","Latin small letter g with circumflex":"Latinské malé písmeno g s obráceným háčkem","Latin capital letter g with breve":"Latinské velké písmeno g s háčkem","Latin small letter g with breve":"Latinské malé písmeno g s háčkem","Latin capital letter g with dot above":"Latinské velké písmeno g s tečkou nad znakem","Latin small letter g with dot above":"Latinské malé písmeno g s tečkou nad znakem","Latin capital letter g with cedilla":"Latinské velké písmeno g s háčkem","Latin small letter g with cedilla":"Latinské malé písmeno g s háčkem","Latin capital letter h with circumflex":"Latinské velké písmeno h s obráceným háčkem","Latin small letter h with circumflex":"Latinské malé písmeno h s obráceným háčkem","Latin capital letter h with stroke":"Latinské velké písmeno h s přeškrtnutím","Latin small letter h with stroke":"Latinské malé písmeno h s přeškrtnutím","Latin capital letter i with tilde":"Latinské velké písmeno i s vlnovkou","Latin small letter i with tilde":"Latinské malé písmeno i s vlnovkou","Latin capital letter i with macron":"Latinské velké písmeno i s čárou","Latin small letter i with macron":"Latinské malé písmeno i s čárou","Latin capital letter i with breve":"Latinské velké písmeno i s háčkem","Latin small letter i with breve":"Latinské malé písmeno i s háčkem","Latin capital letter i with ogonek":"Latinské velké písmeno i s háčkem","Latin small letter i with ogonek":"Latinské malé písmeno i s háčkem","Latin capital letter i with dot above":"Latinské velké písmeno i s tečkou nad znakem","Latin small letter dotless i":"Latinské malé písmeno i bez tečky","Latin capital ligature ij":"Latinský velký znak ligatury ij","Latin small ligature ij":"Latinský malý znak ligatury ij","Latin capital letter j with circumflex":"Latinské velké písmeno j s obráceným háčkem","Latin small letter j with circumflex":"Latinské malé písmeno j s obráceným háčkem","Latin capital letter k with cedilla":"Latinské velké písmeno k s háčkem","Latin small letter k with cedilla":"Latinské malé písmeno k s háčkem","Latin small letter kra":"Latinský malý znak Kra","Latin capital letter l with acute":"Latinské velké písmeno l s čárkou","Latin small letter l with acute":"Latinské malé písmeno l s čárkou","Latin capital letter l with cedilla":"Latinské velké písmeno l s háčkem","Latin small letter l with cedilla":"Latinské malé písmeno l s háčkem","Latin capital letter l with caron":"Latinské velké písmeno l s háčkem","Latin small letter l with caron":"Latinské malé písmeno l s háčkem","Latin capital letter l with middle dot":"Latinské velké písmeno l s tečkou uprostřed","Latin small letter l with middle dot":"Latinské malé písmeno l s tečkou uprostřed","Latin capital letter l with stroke":"Latinské velké písmeno l s přeškrtnutím","Latin small letter l with stroke":"Latinské malé písmeno l s přeškrtnutím","Latin capital letter n with acute":"Latinské velké písmeno n s čárkou","Latin small letter n with acute":"Latinské malé písmeno n s čárkou","Latin capital letter n with cedilla":"Latinské velké písmeno n s háčkem","Latin small letter n with cedilla":"Latinské malé písmeno n s háčkem","Latin capital letter n with caron":"Latinské velké písmeno n s háčkem","Latin small letter n with caron":"Latinské malé písmeno n s háčkem","Latin small letter n preceded by apostrophe":"Latinské malé písmeno n s apostrofem","Latin capital letter eng":"Latinské velké písmeno Eng","Latin small letter eng":"Latinské malé písmeno Eng","Latin capital letter o with macron":"Latinské velké písmeno o s čárou","Latin small letter o with macron":"Latinské malé písmeno o s čárou","Latin capital letter o with breve":"Latinské velké písmeno o s háčkem","Latin small letter o with breve":"Latinské malé písmeno o s háčkem","Latin capital letter o with double acute":"Latinské velké písmeno o s čárkou","Latin small letter o with double acute":"Latinské malé písmeno o s čárkou","Latin capital ligature oe":"Latinský velký znak ligatury oe","Latin small ligature oe":"Latinský malý znak ligatury oe","Latin capital letter r with acute":"Latinské velké písmeno r s čárkou","Latin small letter r with acute":"Latinské malé písmeno r s čárkou","Latin capital letter r with cedilla":"Latinské velké písmeno r s háčkem","Latin small letter r with cedilla":"Latinské malé písmeno r s háčkem","Latin capital letter r with caron":"Latinské velké písmeno r s háčkem","Latin small letter r with caron":"Latinské malé písmeno r s háčkem","Latin capital letter s with acute":"Latinské velké písmeno s s čárkou","Latin small letter s with acute":"Latinské malé písmeno s s čárkou","Latin capital letter s with circumflex":"Latinské velké písmeno s s obráceným háčkem","Latin small letter s with circumflex":"Latinské malé písmeno s s obráceným háčkem","Latin capital letter s with cedilla":"Latinské velké písmeno s s háčkem","Latin small letter s with cedilla":"Latinské malé písmeno s s háčkem","Latin capital letter s with caron":"Latinské velké písmeno s s háčkem","Latin small letter s with caron":"Latinské malé písmeno s s háčkem","Latin capital letter t with cedilla":"Latinské velké písmeno t s háčkem","Latin small letter t with cedilla":"Latinské malé písmeno t s háčkem","Latin capital letter t with caron":"Latinské velké písmeno t s háčkem","Latin small letter t with caron":"Latinské malé písmeno t s háčkem","Latin capital letter t with stroke":"Latinské velké písmeno t s přeškrtnutím","Latin small letter t with stroke":"Latinské malé písmeno t s přeškrtnutím","Latin capital letter u with tilde":"Latinské velké písmeno u s vlnovkou","Latin small letter u with tilde":"Latinské malé písmeno u s vlnovkou","Latin capital letter u with macron":"Latinské velké písmeno u s čárou","Latin small letter u with macron":"Latinské malé písmeno o s čárou","Latin capital letter u with breve":"Latinské velké písmeno u s háčkem","Latin small letter u with breve":"Latinské malé písmeno u s háčkem","Latin capital letter u with ring above":"Latinské velké písmeno u s kroužkem nad znakem","Latin small letter u with ring above":"Latinské malé písmeno u s kroužkem nad znakem","Latin capital letter u with double acute":"Latinské velké písmeno u s dvojitým akcentu","Latin small letter u with double acute":"Latinské malé písmeno u s dvojitým akcentu","Latin capital letter u with ogonek":"Latinské velké písmeno u s háčkem","Latin small letter u with ogonek":"Latinské malé písmeno u s háčkem","Latin capital letter w with circumflex":"Latinské velké písmeno w s obráceným háčkem","Latin small letter w with circumflex":"Latinské malé písmeno w s obráceným háčkem","Latin capital letter y with circumflex":"Latinské velké písmeno y s obráceným háčkem","Latin small letter y with circumflex":"Latinské malé písmeno y s obráteným mäkčeňom","Latin capital letter y with diaeresis":"Latinské velké písmeno y s dvojtečkou nad znakem","Latin capital letter z with acute":"Latinské velké písmeno z s čárkou","Latin small letter z with acute":"Latinské malé písmeno z s čárkou","Latin capital letter z with dot above":"Latinské velké písmeno z s tečkou nad znakem","Latin small letter z with dot above":"Latinské malé písmeno z s tečkou nad znakem","Latin capital letter z with caron":"Latinské velké písmeno z s háčkem","Latin small letter z with caron":"Malé písmeno s z háčkem","Latin small letter long s":"Malé dlouhé písmeno s","Less-than sign":"Menší než","Greater-than sign":"Větší než","Less-than or equal to":"Menší nebo roven","Greater-than or equal to":"Větší nebo roven","En dash":"Pomlčka","Em dash":"Dlouhá pomlčka",Macron:"Horní čára",Overline:"Přeškrtnutí","Degree sign":"Znak stupeň","Minus sign":"Znak mínus","Plus-minus sign":"Znak plus-minus","Division sign":"Dělení","Fraction slash":"Lomítko / Dělení","Multiplication sign":"Násobení","Latin small letter f with hook":"Funkce",Integral:"Integrál","N-ary summation":"Znak cyklického sčítání",Infinity:"Nekonečno","Square root":"Odmocnina","Tilde operator":"Vlnovka","Approximately equal to":"Aproximace","Almost equal to":"Částečně rovný","Not equal to":"Nerovná se","Identical to":"Identický k","Element of":"Patří / Je součástí","Not an element of":"Nepatří / Není součástí","Contains as member":"Obsahuje prvek","N-ary product":"Znak cyklického násobení","Logical and":"Logický AND","Logical or":"Logický OR","Not sign":"Není rovný",Intersection:"Průsečík / Průnik",Union:"Sjednocení","Partial differential":"Parciální diference","For all":"Pro všechny prvky v množině","There exists":"Existuje v množině","Empty set":"Prázdná množina",Nabla:"Nabla","Asterisk operator":"Hvězdička / násobení","Proportional to":"Úměrný k",Angle:"Úhel","Vulgar fraction one quarter":"Jedna čtvrtina","Vulgar fraction one half":"Polovina","Vulgar fraction three quarters":"Tři čtvrtiny","Single left-pointing angle quotation mark":"Šipka ukazující do leva","Single right-pointing angle quotation mark":"Šipka ukazující do prava","Left-pointing double angle quotation mark":"Dvojitá šipka ukazující do leva","Right-pointing double angle quotation mark":"Dvojitá šipka ukazující do prava","Left single quotation mark":"Levá uvozovka","Right single quotation mark":"Pravá uvozovka","Left double quotation mark":"Levá dvojitá uvozovka","Right double quotation mark":"Pravá dvojitá uvozovka","Single low-9 quotation mark":"Spodní uvozovka","Double low-9 quotation mark":"Dvojitá spodní uvozovka","Inverted exclamation mark":"Obrácený vykřičník","Inverted question mark":"Obrácený otazník","Two dot leader":"Horizontální dvojtečka","Horizontal ellipsis":"Tečky","Double dagger":"Dvojkříž","Per mille sign":"Promile","Per ten thousand sign":"Na deset tisíc","Double exclamation mark":"Dvojitý vykřičník","Question exclamation mark":"Otazník a vykřičník","Exclamation question mark":"Vykřičník a otazník","Double question mark":"Dvojitý otazník","Copyright sign":"Copyright","Registered sign":"Registrovaný","Trade mark sign":"Ochranná známka","Section sign":"Sekce","Paragraph sign":"Odstavec","Reversed paragraph sign":"Obrácený znak odstavce","Character categories":"Kategorie znaků",Styles:"Styly","Multiple styles":"Více stylů","Block styles":"Styly bloků","Text styles":"Styly textu","Insert table":"Vložit tabulku","Header column":"Sloupec záhlaví","Insert column left":"Vložit sloupec vlevo","Insert column right":"Vložit sloupec vpravo","Delete column":"Smazat sloupec","Select column":"Vybrat sloupec",Column:"Sloupec","Header row":"Řádek záhlaví","Insert row below":"Vložit řádek pod","Insert row above":"Vložit řádek před","Delete row":"Smazat řádek","Select row":"Vybrat řádek",Row:"Řádek","Merge cell up":"Sloučit s buňkou nad","Merge cell right":"Sloučit s buňkou vpravo","Merge cell down":"Sloučit s buňkou pod","Merge cell left":"Sloučit s buňkou vlevo","Split cell vertically":"Rozdělit buňky vertikálně","Split cell horizontally":"Rozdělit buňky horizontálně","Merge cells":"Sloučit buňky","Table toolbar":"Panel nástrojů tabulky","Table properties":"Vlastnosti tabulky","Cell properties":"Vlastnosti buňky",Border:"Okraj",Style:"Styl",Width:"Šířka",Height:"Výška",Color:"Barva",Background:"Pozadí",Padding:"Vnitřní okraj",Dimensions:"Rozměry","Table cell text alignment":"Zarovnání textu buňky tabulky",Alignment:"Zarovnání","Horizontal text alignment toolbar":"Horizontální zarovnání textu v panelu","Vertical text alignment toolbar":"Vertikální zarovnání textu v panelu","Table alignment toolbar":"Panel zarovnání tabulky",None:"Žádná",Solid:"Plná",Dotted:"Tečkovaná",Dashed:"Čárkovaná",Double:"Dvojitá",Groove:"Drážkovaná",Ridge:"Rámovaná",Inset:"Vložená zevnitř",Outset:"Vložená zvenku","Align cell text to the left":"Zarovnat text buňky doleva","Align cell text to the center":"Zarovnat text buňky na střed","Align cell text to the right":"Zarovnat text buňky doprava","Justify cell text":"Zarovnat text buňky z obou stran","Align cell text to the top":"Zarovnat text buňky nahoru","Align cell text to the middle":"Zarovnat text buňky na střed","Align cell text to the bottom":"Zarovnat text buňky dolů","Align table to the left":"Zarovnat tabulku doleva","Center table":"Centrovat tabulku","Align table to the right":"Zarovnat tabulku doprava","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Barva má nesprávný formát. Zkuste \"#FF0000\", \"rgb(255,0,0)\" nebo \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Hodnota je nesprávná. Zkuste \"10px\", \"2em\" nebo jednoduše \"2\".","Color picker":"Vybrat barvu","Toggle caption off":"Vypnout titulek","Toggle caption on":"Zapnout titulek","Enter table caption":"Zadejte titulek tabulky","Rich Text Editor":"Textový editor","Editor editing area: %0":"Editační oblast editoru: %0","Edit block":"Upravit blok",Next:"Další",Previous:"Předchozí","Editor toolbar":"Panel nástrojů editoru","Dropdown toolbar":"Rozbalovací panel nástrojů",Black:"Černá","Dim grey":"Tmavě šedá",Grey:"Šedá","Light grey":"Světle šedá",White:"Bílá",Red:"Červená",Orange:"Oranžová",Yellow:"Žlutá","Light green":"Světle zelená",Green:"Zelená",Aquamarine:"Akvamarínová",Turquoise:"Tyrkysová","Light blue":"Světle modrá",Blue:"Modrá",Purple:"Fialová","Editor block content toolbar":"Panel nástrojů obsahu bloku editoru","Editor contextual toolbar":"Kontextový panel nástrojů editoru",HEX:"",Undo:"Zpět",Redo:"Znovu","Upload in progress":"Probíhá nahrávání","Widget toolbar":"Panel nástrojů ovládacího prvku","Insert paragraph before block":"Vložte odstavec před blok","Insert paragraph after block":"Vložte odstavec za blok","Press Enter to type after or press Shift + Enter to type before the widget":"Stisknutím klávesy Enter můžete psát za widgetem a stisknutím Shift + Enter před ním","Words: %0":"Počet slov: %0","Characters: %0":"Počet znaků: %0"} );l.getPluralForm=function(n){return (n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['cs'] = d['cs'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Zarovnat vlevo","Align right":"Zarovnat vpravo","Align center":"Zarovnat na střed",Justify:"Zarovnat do bloku","Text alignment":"Zarovnání textu","Text alignment toolbar":"Panel nástrojů zarovnání textu",Bold:"Tučné",Italic:"Kurzíva",Underline:"Podtržené",Code:"Kódový blok",Strikethrough:"Přeškrtnuté",Subscript:"Dolní index",Superscript:"Horní index","Block quote":"Citace","Insert code block":"Vložit blok zdrojového kódu","Plain text":"Prostý text",Cancel:"Zrušit","Remove color":"Odstranit barvu","Restore default":"Obnovit výchozí",Save:"Uložit","Show more items":"Zobrazit další položky","%0 of %1":"%0 z %1","Cannot upload file:":"Soubor nelze nahrát:","Rich Text Editor. Editing area: %0":"Editační oblast rich text editoru: %0","Find and replace":"Najít a nahradit","Find in text…":"Najít v textu...",Find:"Najít","Previous result":"Předchozí výskyt","Next result":"Další výskyt",Replace:"Nahradit","Replace all":"Nahradit vše","Match case":"Rozlišovat velikost písmen","Whole words only":"Pouze celá slova","Replace with…":"Nahradit čím...","Text to find must not be empty.":"Hledaný text nesmí být prázdný.","Tip: Find some text first in order to replace it.":"Tip: Nejprve najděte nějaký text, abyste jej mohli nahradit.","Show options":"Zobrazit možnosti",Paragraph:"Odstavec",Heading:"Nadpis","Choose heading":"Zvolte nadpis","Heading 1":"Nadpis 1","Heading 2":"Nadpis 2","Heading 3":"Nadpis 3","Heading 4":"Nadpis 4","Heading 5":"Nadpis 5","Heading 6":"Nadpis 6","Type your title":"Sem zadejte název","Type or paste your content here.":"Zde zadejte nebo vložte obsah.","Horizontal line":"Vodorovná čára","HTML object":"HTML objekt","Increase indent":"Zvětšit odsazení","Decrease indent":"Zmenšit odsazení",Unlink:"Odstranit odkaz",Link:"Odkaz","Link URL":"URL odkazu","Link image":"Adresa obrázku","Edit link":"Upravit odkaz","Open link in new tab":"Otevřít odkaz v nové kartě","This link has no URL":"Tento odkaz nemá žádnou URL","Open in a new tab":"Otevřít v nové kartě",Downloadable:"Ke stažení","Numbered List":"Číslování","Bulleted List":"Odrážky","To-do List":"Seznam úkolů","Bulleted list styles toolbar":"Panel seznamu s odrážkami","Numbered list styles toolbar":"Panel se styly číslovaného seznamu","Toggle the disc list style":"Přepnout na seznam s označením plného kruhu","Toggle the circle list style":"Přepnout na seznam s kruhovým označením","Toggle the square list style":"Přepnout na seznam se čtvercovým označením","Toggle the decimal list style":"Přepnout na číselný seznam","Toggle the decimal with leading zero list style":"Přepnout na číselný seznam s nulou na začátku","Toggle the lower–roman list style":"Přepnout na seznam s malými římskými čísly","Toggle the upper–roman list style":"Přepnout na seznam s velkými římskými čísly","Toggle the lower–latin list style":"Přepnout na seznam s malými písmeny","Toggle the upper–latin list style":"Přepnout na seznam s velkými písmeny",Disc:"Plný kruh",Circle:"Kruh",Square:"Čtverec",Decimal:"Čísla","Decimal with leading zero":"Čísla s nulou na začátku","Lower–roman":"Malé římské čísla","Upper-roman":"Velké římské čísla","Lower-latin":"Malá písmena","Upper-latin":"Velká písmena","List properties":"Vlastnosti seznamu","Start at":"Začít na","Start index must be greater than 0.":"Počátek musí být větší jak 0.","Reversed order":"Obrácené pořadí","Remove Format":"Odstranit formátování","Select all":"Vybrat vše","Show blocks":"Zobrazit bloky",Source:"Zdroj","Special characters":"Speciální znaky",All:"Vše",Arrows:"Šipky",Currency:"Měna",Latin:"Latina",Mathematical:"Matematické",Text:"Text","leftwards simple arrow":"jednoduchá šipka doleva","rightwards simple arrow":"jednoduchá šipka doprava","upwards simple arrow":"jednoduchá šipka nahoru","downwards simple arrow":"jednoduchá šipka dolů","leftwards double arrow":"dvojitá šipka doleva","rightwards double arrow":"dvojitá šipka doprava","upwards double arrow":"dvojitá šipka nahoru","downwards double arrow":"dvojitá šipka dolů","leftwards dashed arrow":"přerušovaná šipka doleva","rightwards dashed arrow":"čárkovaná šipka doprava","upwards dashed arrow":"čárkovaná šipka nahoru","downwards dashed arrow":"přerušovaná šipka dolů","leftwards arrow to bar":"šipka doleva do svislé čáry","rightwards arrow to bar":"šipka doprava do svislé čáry","upwards arrow to bar":"šipka nahoru do svislé čáry","downwards arrow to bar":"šipka dolů do svislé čáry","up down arrow with base":"Šipka nahoru-dolů od základny","back with leftwards arrow above":"šipka zpět","end with leftwards arrow above":"šipka konec","on with exclamation mark with left right arrow above":"ON s vykřičníkem se šipkou doleva doprava nahoru","soon with rightwards arrow above":"brzy se šipkou doprava nahoru","top with upwards arrow above":"TOP se šipkou nahoru","Dollar sign":"Znak Dolar","Euro sign":"Znak Euro","Yen sign":"Znak Jen","Pound sign":"Znak Libra","Cent sign":"Znak cent","Euro-currency sign":"Mena Euro","Colon sign":"dvojtečka","Cruzeiro sign":"Měna Cruzeiro","French franc sign":"Měna Francouzský Frank","Lira sign":"Měna Lira","Currency sign":"Znak měny","Bitcoin sign":"Měna Bitcoin","Mill sign":"Znak Mill","Naira sign":"Znak Naira","Peseta sign":"Znak Peseta","Rupee sign":"Znak Rupee","Won sign":"Znak Won","New sheqel sign":"Nový znak šekel","Dong sign":"Znak Dong","Kip sign":"Znak Kip","Tugrik sign":"Znak Tugrik","Drachma sign":"Znak Drachma","German penny sign":"Německá penny","Peso sign":"Znak Peso","Guarani sign":"Znak Guarani","Austral sign":"Znak Austral","Hryvnia sign":"Znak Hryvnia","Cedi sign":"Znak Cedi","Livre tournois sign":"Znak Livre tournois","Spesmilo sign":"Znak Spesmilo","Tenge sign":"Znak Tenge","Indian rupee sign":"Znak Indická rupia","Turkish lira sign":"Znak Turecká líra","Nordic mark sign":"Znak Nórska marka","Manat sign":"Znak Manat","Ruble sign":"Znak Ruble","Latin capital letter a with macron":"Latinské velké písmeno a s čárou","Latin small letter a with macron":"Latinské malé písmeno a s čárou","Latin capital letter a with breve":"Latinské velké písmeno a s háčkem","Latin small letter a with breve":"Latinské malé písmeno a s háčkem","Latin capital letter a with ogonek":"Latinské velké písmeno a s háčkem","Latin small letter a with ogonek":"Latinské malé písmeno a s háčkem","Latin capital letter c with acute":"Latinské velké písmeno c s čárkou","Latin small letter c with acute":"Latinské malé písmeno c s čárkou","Latin capital letter c with circumflex":"Latinské velké písmeno c s obráceným háčkem","Latin small letter c with circumflex":"Latinské malé písmeno c s obráceným háčkem","Latin capital letter c with dot above":"Latinské velké písmeno c s tečkou nad znakem","Latin small letter c with dot above":"Latinské malé písmeno c s tečkou nad znakem","Latin capital letter c with caron":"Latinské veľké písmeno c s mäkčeňom","Latin small letter c with caron":"Latinské malé písmeno c s háčkem","Latin capital letter d with caron":"Latinské velké písmeno d s háčkem","Latin small letter d with caron":"Latinské malé písmeno d s háčkem","Latin capital letter d with stroke":"Latinské velké písmeno d s přeškrtnutím","Latin small letter d with stroke":"Latinské malé písmeno d s přeškrtnutím","Latin capital letter e with macron":"Latinské velké písmeno e s čárou","Latin small letter e with macron":"Latinské malé písmeno e s čárou","Latin capital letter e with breve":"Latinské velké písmeno e s háčkem","Latin small letter e with breve":"Latinské malé písmeno e s háčkem","Latin capital letter e with dot above":"Latinské velké písmeno e s tečkou nad znakem","Latin small letter e with dot above":"Latinské malé písmeno e s tečkou nad znakem","Latin capital letter e with ogonek":"Latinské velké písmeno e s háčkem","Latin small letter e with ogonek":"Latinské malé písmeno e s háčkem","Latin capital letter e with caron":"Latinské velké písmeno e s háčkem","Latin small letter e with caron":"Latinské malé písmeno e s háčkem","Latin capital letter g with circumflex":"Latinské velké písmeno g s obráceným háčkem","Latin small letter g with circumflex":"Latinské malé písmeno g s obráceným háčkem","Latin capital letter g with breve":"Latinské velké písmeno g s háčkem","Latin small letter g with breve":"Latinské malé písmeno g s háčkem","Latin capital letter g with dot above":"Latinské velké písmeno g s tečkou nad znakem","Latin small letter g with dot above":"Latinské malé písmeno g s tečkou nad znakem","Latin capital letter g with cedilla":"Latinské velké písmeno g s háčkem","Latin small letter g with cedilla":"Latinské malé písmeno g s háčkem","Latin capital letter h with circumflex":"Latinské velké písmeno h s obráceným háčkem","Latin small letter h with circumflex":"Latinské malé písmeno h s obráceným háčkem","Latin capital letter h with stroke":"Latinské velké písmeno h s přeškrtnutím","Latin small letter h with stroke":"Latinské malé písmeno h s přeškrtnutím","Latin capital letter i with tilde":"Latinské velké písmeno i s vlnovkou","Latin small letter i with tilde":"Latinské malé písmeno i s vlnovkou","Latin capital letter i with macron":"Latinské velké písmeno i s čárou","Latin small letter i with macron":"Latinské malé písmeno i s čárou","Latin capital letter i with breve":"Latinské velké písmeno i s háčkem","Latin small letter i with breve":"Latinské malé písmeno i s háčkem","Latin capital letter i with ogonek":"Latinské velké písmeno i s háčkem","Latin small letter i with ogonek":"Latinské malé písmeno i s háčkem","Latin capital letter i with dot above":"Latinské velké písmeno i s tečkou nad znakem","Latin small letter dotless i":"Latinské malé písmeno i bez tečky","Latin capital ligature ij":"Latinský velký znak ligatury ij","Latin small ligature ij":"Latinský malý znak ligatury ij","Latin capital letter j with circumflex":"Latinské velké písmeno j s obráceným háčkem","Latin small letter j with circumflex":"Latinské malé písmeno j s obráceným háčkem","Latin capital letter k with cedilla":"Latinské velké písmeno k s háčkem","Latin small letter k with cedilla":"Latinské malé písmeno k s háčkem","Latin small letter kra":"Latinský malý znak Kra","Latin capital letter l with acute":"Latinské velké písmeno l s čárkou","Latin small letter l with acute":"Latinské malé písmeno l s čárkou","Latin capital letter l with cedilla":"Latinské velké písmeno l s háčkem","Latin small letter l with cedilla":"Latinské malé písmeno l s háčkem","Latin capital letter l with caron":"Latinské velké písmeno l s háčkem","Latin small letter l with caron":"Latinské malé písmeno l s háčkem","Latin capital letter l with middle dot":"Latinské velké písmeno l s tečkou uprostřed","Latin small letter l with middle dot":"Latinské malé písmeno l s tečkou uprostřed","Latin capital letter l with stroke":"Latinské velké písmeno l s přeškrtnutím","Latin small letter l with stroke":"Latinské malé písmeno l s přeškrtnutím","Latin capital letter n with acute":"Latinské velké písmeno n s čárkou","Latin small letter n with acute":"Latinské malé písmeno n s čárkou","Latin capital letter n with cedilla":"Latinské velké písmeno n s háčkem","Latin small letter n with cedilla":"Latinské malé písmeno n s háčkem","Latin capital letter n with caron":"Latinské velké písmeno n s háčkem","Latin small letter n with caron":"Latinské malé písmeno n s háčkem","Latin small letter n preceded by apostrophe":"Latinské malé písmeno n s apostrofem","Latin capital letter eng":"Latinské velké písmeno Eng","Latin small letter eng":"Latinské malé písmeno Eng","Latin capital letter o with macron":"Latinské velké písmeno o s čárou","Latin small letter o with macron":"Latinské malé písmeno o s čárou","Latin capital letter o with breve":"Latinské velké písmeno o s háčkem","Latin small letter o with breve":"Latinské malé písmeno o s háčkem","Latin capital letter o with double acute":"Latinské velké písmeno o s čárkou","Latin small letter o with double acute":"Latinské malé písmeno o s čárkou","Latin capital ligature oe":"Latinský velký znak ligatury oe","Latin small ligature oe":"Latinský malý znak ligatury oe","Latin capital letter r with acute":"Latinské velké písmeno r s čárkou","Latin small letter r with acute":"Latinské malé písmeno r s čárkou","Latin capital letter r with cedilla":"Latinské velké písmeno r s háčkem","Latin small letter r with cedilla":"Latinské malé písmeno r s háčkem","Latin capital letter r with caron":"Latinské velké písmeno r s háčkem","Latin small letter r with caron":"Latinské malé písmeno r s háčkem","Latin capital letter s with acute":"Latinské velké písmeno s s čárkou","Latin small letter s with acute":"Latinské malé písmeno s s čárkou","Latin capital letter s with circumflex":"Latinské velké písmeno s s obráceným háčkem","Latin small letter s with circumflex":"Latinské malé písmeno s s obráceným háčkem","Latin capital letter s with cedilla":"Latinské velké písmeno s s háčkem","Latin small letter s with cedilla":"Latinské malé písmeno s s háčkem","Latin capital letter s with caron":"Latinské velké písmeno s s háčkem","Latin small letter s with caron":"Latinské malé písmeno s s háčkem","Latin capital letter t with cedilla":"Latinské velké písmeno t s háčkem","Latin small letter t with cedilla":"Latinské malé písmeno t s háčkem","Latin capital letter t with caron":"Latinské velké písmeno t s háčkem","Latin small letter t with caron":"Latinské malé písmeno t s háčkem","Latin capital letter t with stroke":"Latinské velké písmeno t s přeškrtnutím","Latin small letter t with stroke":"Latinské malé písmeno t s přeškrtnutím","Latin capital letter u with tilde":"Latinské velké písmeno u s vlnovkou","Latin small letter u with tilde":"Latinské malé písmeno u s vlnovkou","Latin capital letter u with macron":"Latinské velké písmeno u s čárou","Latin small letter u with macron":"Latinské malé písmeno o s čárou","Latin capital letter u with breve":"Latinské velké písmeno u s háčkem","Latin small letter u with breve":"Latinské malé písmeno u s háčkem","Latin capital letter u with ring above":"Latinské velké písmeno u s kroužkem nad znakem","Latin small letter u with ring above":"Latinské malé písmeno u s kroužkem nad znakem","Latin capital letter u with double acute":"Latinské velké písmeno u s dvojitým akcentu","Latin small letter u with double acute":"Latinské malé písmeno u s dvojitým akcentu","Latin capital letter u with ogonek":"Latinské velké písmeno u s háčkem","Latin small letter u with ogonek":"Latinské malé písmeno u s háčkem","Latin capital letter w with circumflex":"Latinské velké písmeno w s obráceným háčkem","Latin small letter w with circumflex":"Latinské malé písmeno w s obráceným háčkem","Latin capital letter y with circumflex":"Latinské velké písmeno y s obráceným háčkem","Latin small letter y with circumflex":"Latinské malé písmeno y s obráteným mäkčeňom","Latin capital letter y with diaeresis":"Latinské velké písmeno y s dvojtečkou nad znakem","Latin capital letter z with acute":"Latinské velké písmeno z s čárkou","Latin small letter z with acute":"Latinské malé písmeno z s čárkou","Latin capital letter z with dot above":"Latinské velké písmeno z s tečkou nad znakem","Latin small letter z with dot above":"Latinské malé písmeno z s tečkou nad znakem","Latin capital letter z with caron":"Latinské velké písmeno z s háčkem","Latin small letter z with caron":"Malé písmeno s z háčkem","Latin small letter long s":"Malé dlouhé písmeno s","Less-than sign":"Menší než","Greater-than sign":"Větší než","Less-than or equal to":"Menší nebo roven","Greater-than or equal to":"Větší nebo roven","En dash":"Pomlčka","Em dash":"Dlouhá pomlčka",Macron:"Horní čára",Overline:"Přeškrtnutí","Degree sign":"Znak stupeň","Minus sign":"Znak mínus","Plus-minus sign":"Znak plus-minus","Division sign":"Dělení","Fraction slash":"Lomítko / Dělení","Multiplication sign":"Násobení","Latin small letter f with hook":"Funkce",Integral:"Integrál","N-ary summation":"Znak cyklického sčítání",Infinity:"Nekonečno","Square root":"Odmocnina","Tilde operator":"Vlnovka","Approximately equal to":"Aproximace","Almost equal to":"Částečně rovný","Not equal to":"Nerovná se","Identical to":"Identický k","Element of":"Patří / Je součástí","Not an element of":"Nepatří / Není součástí","Contains as member":"Obsahuje prvek","N-ary product":"Znak cyklického násobení","Logical and":"Logický AND","Logical or":"Logický OR","Not sign":"Není rovný",Intersection:"Průsečík / Průnik",Union:"Sjednocení","Partial differential":"Parciální diference","For all":"Pro všechny prvky v množině","There exists":"Existuje v množině","Empty set":"Prázdná množina",Nabla:"Nabla","Asterisk operator":"Hvězdička / násobení","Proportional to":"Úměrný k",Angle:"Úhel","Vulgar fraction one quarter":"Jedna čtvrtina","Vulgar fraction one half":"Polovina","Vulgar fraction three quarters":"Tři čtvrtiny","Single left-pointing angle quotation mark":"Šipka ukazující do leva","Single right-pointing angle quotation mark":"Šipka ukazující do prava","Left-pointing double angle quotation mark":"Dvojitá šipka ukazující do leva","Right-pointing double angle quotation mark":"Dvojitá šipka ukazující do prava","Left single quotation mark":"Levá uvozovka","Right single quotation mark":"Pravá uvozovka","Left double quotation mark":"Levá dvojitá uvozovka","Right double quotation mark":"Pravá dvojitá uvozovka","Single low-9 quotation mark":"Spodní uvozovka","Double low-9 quotation mark":"Dvojitá spodní uvozovka","Inverted exclamation mark":"Obrácený vykřičník","Inverted question mark":"Obrácený otazník","Two dot leader":"Horizontální dvojtečka","Horizontal ellipsis":"Tečky","Double dagger":"Dvojkříž","Per mille sign":"Promile","Per ten thousand sign":"Na deset tisíc","Double exclamation mark":"Dvojitý vykřičník","Question exclamation mark":"Otazník a vykřičník","Exclamation question mark":"Vykřičník a otazník","Double question mark":"Dvojitý otazník","Copyright sign":"Copyright","Registered sign":"Registrovaný","Trade mark sign":"Ochranná známka","Section sign":"Sekce","Paragraph sign":"Odstavec","Reversed paragraph sign":"Obrácený znak odstavce","Character categories":"Kategorie znaků",Styles:"Styly","Multiple styles":"Více stylů","Block styles":"Styly bloků","Text styles":"Styly textu","Insert table":"Vložit tabulku","Header column":"Sloupec záhlaví","Insert column left":"Vložit sloupec vlevo","Insert column right":"Vložit sloupec vpravo","Delete column":"Smazat sloupec","Select column":"Vybrat sloupec",Column:"Sloupec","Header row":"Řádek záhlaví","Insert row below":"Vložit řádek pod","Insert row above":"Vložit řádek před","Delete row":"Smazat řádek","Select row":"Vybrat řádek",Row:"Řádek","Merge cell up":"Sloučit s buňkou nad","Merge cell right":"Sloučit s buňkou vpravo","Merge cell down":"Sloučit s buňkou pod","Merge cell left":"Sloučit s buňkou vlevo","Split cell vertically":"Rozdělit buňky vertikálně","Split cell horizontally":"Rozdělit buňky horizontálně","Merge cells":"Sloučit buňky","Table toolbar":"Panel nástrojů tabulky","Table properties":"Vlastnosti tabulky","Cell properties":"Vlastnosti buňky",Border:"Okraj",Style:"Styl",Width:"Šířka",Height:"Výška",Color:"Barva",Background:"Pozadí",Padding:"Vnitřní okraj",Dimensions:"Rozměry","Table cell text alignment":"Zarovnání textu buňky tabulky",Alignment:"Zarovnání","Horizontal text alignment toolbar":"Horizontální zarovnání textu v panelu","Vertical text alignment toolbar":"Vertikální zarovnání textu v panelu","Table alignment toolbar":"Panel zarovnání tabulky",None:"Žádná",Solid:"Plná",Dotted:"Tečkovaná",Dashed:"Čárkovaná",Double:"Dvojitá",Groove:"Drážkovaná",Ridge:"Rámovaná",Inset:"Vložená zevnitř",Outset:"Vložená zvenku","Align cell text to the left":"Zarovnat text buňky doleva","Align cell text to the center":"Zarovnat text buňky na střed","Align cell text to the right":"Zarovnat text buňky doprava","Justify cell text":"Zarovnat text buňky z obou stran","Align cell text to the top":"Zarovnat text buňky nahoru","Align cell text to the middle":"Zarovnat text buňky na střed","Align cell text to the bottom":"Zarovnat text buňky dolů","Align table to the left":"Zarovnat tabulku doleva","Center table":"Centrovat tabulku","Align table to the right":"Zarovnat tabulku doprava","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Barva má nesprávný formát. Zkuste \"#FF0000\", \"rgb(255,0,0)\" nebo \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Hodnota je nesprávná. Zkuste \"10px\", \"2em\" nebo jednoduše \"2\".","Color picker":"Vybrat barvu","Toggle caption off":"Vypnout titulek","Toggle caption on":"Zapnout titulek","Enter table caption":"Zadejte titulek tabulky","Rich Text Editor":"Textový editor","Editor editing area: %0":"Editační oblast editoru: %0","Edit block":"Upravit blok",Next:"Další",Previous:"Předchozí","Editor toolbar":"Panel nástrojů editoru","Dropdown toolbar":"Rozbalovací panel nástrojů",Black:"Černá","Dim grey":"Tmavě šedá",Grey:"Šedá","Light grey":"Světle šedá",White:"Bílá",Red:"Červená",Orange:"Oranžová",Yellow:"Žlutá","Light green":"Světle zelená",Green:"Zelená",Aquamarine:"Akvamarínová",Turquoise:"Tyrkysová","Light blue":"Světle modrá",Blue:"Modrá",Purple:"Fialová","Editor block content toolbar":"Panel nástrojů obsahu bloku editoru","Editor contextual toolbar":"Kontextový panel nástrojů editoru",HEX:"HEX",Accept:"Přijmout",Undo:"Zpět",Redo:"Znovu","Upload in progress":"Probíhá nahrávání","Widget toolbar":"Panel nástrojů ovládacího prvku","Insert paragraph before block":"Vložte odstavec před blok","Insert paragraph after block":"Vložte odstavec za blok","Press Enter to type after or press Shift + Enter to type before the widget":"Stisknutím klávesy Enter můžete psát za widgetem a stisknutím Shift + Enter před ním","Words: %0":"Počet slov: %0","Characters: %0":"Počet znaků: %0"} );l.getPluralForm=function(n){return (n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/da.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/da.js index a007d024a375..7d1247079626 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/da.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/da.js @@ -1 +1 @@ -(function(d){ const l = d['da'] = d['da'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Justér venstre","Align right":"Justér højre","Align center":"Justér center",Justify:"Justér","Text alignment":"Tekstjustering","Text alignment toolbar":"Tekstjustering værktøjslinje",Bold:"Fed",Italic:"Kursiv",Underline:"Understreget",Code:"Kode",Strikethrough:"Gennemstreg",Subscript:"Sænket skrift",Superscript:"Hævet skrift","Block quote":"Blot citat","Insert code block":"Indsæt kodeblok","Plain text":"Plain tekst",Cancel:"Annullér","Remove color":"Fjern farve","Restore default":"Nulstil",Save:"Gem","Show more items":"Vis flere emner","%0 of %1":"%0 af %1","Cannot upload file:":"Kan ikke uploade fil:","Rich Text Editor. Editing area: %0":"Rich text redigering. Redigeringsområde: %0","Find and replace":"Søg og erstat","Find in text…":"Find i tekst...",Find:"Find","Previous result":"Forrige","Next result":"Næste",Replace:"Erstat","Replace all":"Erstatte alle","Match case":"Skeln mellem store og små bogstaver","Whole words only":"Kun hele ord","Replace with…":"Erstat med...","Text to find must not be empty.":"Tekst der skal findes, må ikke være tom.","Tip: Find some text first in order to replace it.":"Tip: Find først noget tekst, for at erstatte det.","Show options":"Vis muligheder",Paragraph:"Afsnit",Heading:"Overskrift","Choose heading":"Vælg overskrift","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"Overskrift 4","Heading 5":"Overskrift 5","Heading 6":"Overskrift 6","Type your title":"Skriv din titel","Type or paste your content here.":"Skriv eller indsæt dit indhold her.","Horizontal line":"Horisontal linje","HTML object":"HTML-objekt","Increase indent":"Forøg indrykning","Decrease indent":"Formindsk indrykning",Unlink:"Fjern link",Link:"Link","Link URL":"Link URL","Link image":"Link-billede","Edit link":"Redigér link","Open link in new tab":"Åben link i ny fane","This link has no URL":"Dette link har ingen URL","Open in a new tab":"Åben i ny fane",Downloadable:"Kan downloades","Numbered List":"Opstilling med tal","Bulleted List":"Punktopstilling","To-do List":"To-do liste","Bulleted list styles toolbar":"Værktøjslinje til punktopdelt liste","Numbered list styles toolbar":"Værktøjslinje til nummereret listestil","Toggle the disc list style":"Slå listestilen disk til og fra","Toggle the circle list style":"Slå listestilen cirkel til og fra","Toggle the square list style":"Slå listestilen firkantet til og fra","Toggle the decimal list style":"Slå listestilen decimal til og fra","Toggle the decimal with leading zero list style":"Slå listestilen decimal med nul i starten til og fra","Toggle the lower–roman list style":"Slå listestilen romertal med små bogstaver til","Toggle the upper–roman list style":"Slå listestilen romertal med store bogstaver til","Toggle the lower–latin list style":"Slå listestilen latinsk med små bogstaver til","Toggle the upper–latin list style":"Slå listestilen latinsk med store bogstaver til",Disc:"Disk",Circle:"Cirkel",Square:"Firkant",Decimal:"Decimal","Decimal with leading zero":"Decimal med nul i starten","Lower–roman":"Romertal med små bogstaver","Upper-roman":"Romertal med store bogstaver","Lower-latin":"Latinsk med små bogstaver","Upper-latin":"Latinsk med store bogstaver","List properties":"Listeegenskaber","Start at":"Start ved","Start index must be greater than 0.":"Startindeks skal være større end 0.","Reversed order":"Omvendt rækkefølge","Remove Format":"Fjern format","Select all":"Vælg alt",Source:"Kilde","Special characters":"Specialtegn",All:"Alle",Arrows:"Pile",Currency:"Valuta",Latin:"Latin",Mathematical:"Matematisk",Text:"Tekst","leftwards simple arrow":"venstrepegende simpel pil","rightwards simple arrow":"højrepegende simpel pil","upwards simple arrow":"opadgående simpel pil","downwards simple arrow":"nedadgående simpel pil","leftwards double arrow":"venstrepegende dobbeltpil","rightwards double arrow":"højrepegende dobbeltpil","upwards double arrow":"Opadpegende dobbeltpil","downwards double arrow":"nedadpegende dobbeltpil","leftwards dashed arrow":"venstrepegende stiplet pil","rightwards dashed arrow":"højrepegende stiplet pil","upwards dashed arrow":"opadpegende stiplet pil","downwards dashed arrow":"nedadpegende stiplet pil","leftwards arrow to bar":"venstrepegende pil mod bjælke","rightwards arrow to bar":"højrepegende pil mod bjælke","upwards arrow to bar":"opadpegende pil mod bjælke","downwards arrow to bar":"nedadpegende pil mod bjælke","up down arrow with base":"Op- og nedadpegende pil med streg under","back with leftwards arrow above":"tilbage med venstrepegende pil over","end with leftwards arrow above":"afslut med venstrepegende pil over","on with exclamation mark with left right arrow above":"til med udråbstegn med pil mod venstre og højre over","soon with rightwards arrow above":"snart med højrepegende pil over","top with upwards arrow above":"top med opadpegende pil over","Dollar sign":"Dollartegn","Euro sign":"Eurotegn","Yen sign":"Yen-tegn","Pound sign":"Pund-tegn","Cent sign":"Cent-tegn","Euro-currency sign":"Euro-valutategn","Colon sign":"Kolontegn","Cruzeiro sign":"Cruzeiro-tegn","French franc sign":"Franske franc-tegn","Lira sign":"Lira-tegn","Currency sign":"Valuta-tegn","Bitcoin sign":"Bitcoin-tegn","Mill sign":"Mill-tegn","Naira sign":"Naira-tegn","Peseta sign":"Peseta-tegn","Rupee sign":"Rupee-tegn","Won sign":"Won-tegn","New sheqel sign":"Ny Shekel-tegn","Dong sign":"Dong-tegn","Kip sign":"Kip-tegn","Tugrik sign":"Tugrik-tegn","Drachma sign":"Drakmer-tegn","German penny sign":"Tysk penny-tegn","Peso sign":"Peso-tegn","Guarani sign":"Guarani-tegn","Austral sign":"Austral-tegn","Hryvnia sign":"Hryvnia-tegn","Cedi sign":"Cedi-tegn","Livre tournois sign":"Livre tournois-tegn","Spesmilo sign":"Spesmilo-tegn","Tenge sign":"Tenge-tegn","Indian rupee sign":"Indisk rupee-tegn","Turkish lira sign":"Tyrkisk lira-tegn","Nordic mark sign":"Nordisk mark-tegn","Manat sign":"Manat-tegn","Ruble sign":"Rubel-tegn","Latin capital letter a with macron":"Latinsk stort bogstav a med macron","Latin small letter a with macron":"Latinsk lille bogstav a med macron","Latin capital letter a with breve":"Latinsk stort bogstav a med en breve","Latin small letter a with breve":"Latinsk lille bogstav a med en breve","Latin capital letter a with ogonek":"Latinsk stort bogstav a med ogonek","Latin small letter a with ogonek":"Latinsk lille bogstav a med ogonek","Latin capital letter c with acute":"Latinsk stort bogstav c med accent","Latin small letter c with acute":"Latinsk lille bogstav c med accent","Latin capital letter c with circumflex":"Latinsk stort bogstav c med cirkumfleks","Latin small letter c with circumflex":"Latinsk ille bogstav c med cirkumfleks","Latin capital letter c with dot above":"Latinsk stort bogstav c med prik over","Latin small letter c with dot above":"Latinsk lille bogstav c med prik over","Latin capital letter c with caron":"Latinsk stort bogstav c med caron","Latin small letter c with caron":"Latinsk lille bogstav c med caron","Latin capital letter d with caron":"Latinsk stort bogstav d med caron","Latin small letter d with caron":"Latinsk lille bogstav d med caron","Latin capital letter d with stroke":"Latinsk stort bogstav d med streg","Latin small letter d with stroke":"Latinsk lille bogstav d med streg","Latin capital letter e with macron":"Latinsk stort bogstav e med macron","Latin small letter e with macron":"Latinsk lille bogstav e med macron","Latin capital letter e with breve":"Latinsk stort bogstav e med en breve","Latin small letter e with breve":"Latinsk lille bogstav e med en breve","Latin capital letter e with dot above":"Latinsk stort bogstav e med en prik over","Latin small letter e with dot above":"Latinsk lille bogstav e med en prik over","Latin capital letter e with ogonek":"Latinsk stort bogstav e med ogonek","Latin small letter e with ogonek":"Latinsk lille bogstav e med ogonek","Latin capital letter e with caron":"Latinsk stort bogstav e med caron","Latin small letter e with caron":"Latinsk lille bogstav e med caron","Latin capital letter g with circumflex":"Latinsk stort bogstav g med cirkumfleks","Latin small letter g with circumflex":"Latinsk lille bogstav g med cirkumfleks","Latin capital letter g with breve":"Latinsk stort bogstav g med en breve","Latin small letter g with breve":"Latinsk lille bogstav g med en breve","Latin capital letter g with dot above":"Latinsk stort bogstav g med en prik over","Latin small letter g with dot above":"Latinsk lille bogstav g med en prik over","Latin capital letter g with cedilla":"Latinsk stort bogstav g med cedille","Latin small letter g with cedilla":"Latinsk lille bogstav g med cedille","Latin capital letter h with circumflex":"Latinsk stort bogstav h med cirkumfleks","Latin small letter h with circumflex":"Latinsk lille bogstav h med cirkumfleks","Latin capital letter h with stroke":"Latinsk stort bogstav h med streg","Latin small letter h with stroke":"Latinsk lille bogstav h med streg","Latin capital letter i with tilde":"Latinsk stort bogstav i med tilde","Latin small letter i with tilde":"Latinsk lille bogstav i med tilde","Latin capital letter i with macron":"Latinsk stort bogstav i med macron","Latin small letter i with macron":"Latinsk lille bogstav i med macron","Latin capital letter i with breve":"Latinsk stort bogstav i med en breve","Latin small letter i with breve":"Latinsk lille bogstav i med en breve","Latin capital letter i with ogonek":"Latinsk stort bogstav i med ogonek","Latin small letter i with ogonek":"Latinsk lille bogstav i med ogonek","Latin capital letter i with dot above":"Latinsk stort bogstav i med en prik over","Latin small letter dotless i":"Latinsk lille i uden prik","Latin capital ligature ij":"Latinsk stort sammensat ij","Latin small ligature ij":"Latinsk lille sammensat ij","Latin capital letter j with circumflex":"Latinsk stort bogstav j med cirkumfleks","Latin small letter j with circumflex":"Latinsk lille bogstav j med cirkumfleks","Latin capital letter k with cedilla":"Latinsk stort bogstav k med cedille","Latin small letter k with cedilla":"Latinsk lille bogstav k med cedille","Latin small letter kra":"Latinsk lille bogstav kra","Latin capital letter l with acute":"Latinsk stort bogstav l med akut accent","Latin small letter l with acute":"Latinsk lille bogstav l med akut accent","Latin capital letter l with cedilla":"Latinsk stort bogstav l med cedille","Latin small letter l with cedilla":"Latinsk lille bogstav l med cedille","Latin capital letter l with caron":"Latinsk stort bogstav l med caron","Latin small letter l with caron":"Latinsk lille bogstav l med caron","Latin capital letter l with middle dot":"Latinsk stort bogstav l med prik i midten","Latin small letter l with middle dot":"Latinsk lille bogstav l med prik i midten","Latin capital letter l with stroke":"Latinsk stort bogstav l med streg","Latin small letter l with stroke":"Latinsk lille bogstav l med streg","Latin capital letter n with acute":"Latinsk stort bogstav n med akut accent","Latin small letter n with acute":"Latinsk lille bogstav n med akut accent","Latin capital letter n with cedilla":"Latinsk stort bogstav n med cedille","Latin small letter n with cedilla":"Latinsk lille bogstav n med cedille","Latin capital letter n with caron":"Latinsk stort bogstav n med caron","Latin small letter n with caron":"Latinsk lille bogstav n med caron","Latin small letter n preceded by apostrophe":"Latinsk lille bogstav n med apostrof inden ","Latin capital letter eng":"Latinsk stort bogstav eng","Latin small letter eng":"Latinsk lille bogstav eng","Latin capital letter o with macron":"Latinsk stort bogstav o med macron","Latin small letter o with macron":"Latinsk lille bogstav o med macron","Latin capital letter o with breve":"Latinsk stort bogstav o med en breve","Latin small letter o with breve":"Latinsk lille bogstav o med en breve","Latin capital letter o with double acute":"Latinsk stort bogstav o med dobbelt akut accent","Latin small letter o with double acute":"Latinsk lille bogstav o med dobbelt akut accent","Latin capital ligature oe":"Latinsk stort sammensat oe","Latin small ligature oe":"Latinsk lille sammensat oe","Latin capital letter r with acute":"Latinsk stort bogstav r med akut accent","Latin small letter r with acute":"Latinsk lille bogstav r med akut accent","Latin capital letter r with cedilla":"Latinsk stort bogstav r med cedille","Latin small letter r with cedilla":"Latinsk lille bogstav r med cedille","Latin capital letter r with caron":"Latinsk stort bogstav r med caron","Latin small letter r with caron":"Latinsk lille bogstav r med caron","Latin capital letter s with acute":"Latinsk stort bogstav s med akut accent","Latin small letter s with acute":"Latinsk lille bogstav s med akut accent","Latin capital letter s with circumflex":"Latinsk stort bogstav s med cirkumfleks","Latin small letter s with circumflex":"Latinsk lille bogstav s med cirkumfleks","Latin capital letter s with cedilla":"Latinsk stort bogstav s med cedille","Latin small letter s with cedilla":"Latinsk lille bogstav s med cedille","Latin capital letter s with caron":"Latinsk stort bogstav s med caron","Latin small letter s with caron":"Latinsk lille bogstav s med caron","Latin capital letter t with cedilla":"Latinsk stort bogstav t med cedille","Latin small letter t with cedilla":"Latinsk lille bogstav t med cedille","Latin capital letter t with caron":"Latinsk stort bogstav t med caron","Latin small letter t with caron":"Latinsk lille bogstav t med caron","Latin capital letter t with stroke":"Latinsk stort bogstav t med streg","Latin small letter t with stroke":"Latinsk lille bogstav t med streg","Latin capital letter u with tilde":"Latinsk stort bogstav u med tilde","Latin small letter u with tilde":"Latinsk lille bogstav u med tilde","Latin capital letter u with macron":"Latinsk stort bogstav u med macron","Latin small letter u with macron":"Latinsk lille bogstav u med macron","Latin capital letter u with breve":"Latinsk stort bogstav u med en breve","Latin small letter u with breve":"Latinsk lille bogstav u med en breve","Latin capital letter u with ring above":"Latinsk stort bogstav u med ring over","Latin small letter u with ring above":"Latinsk lille bogstav u med ring over","Latin capital letter u with double acute":"Latinsk lille bogstav u med dobbelt akut accent","Latin small letter u with double acute":"Latinsk stort bogstav u med dobbelt akut accent","Latin capital letter u with ogonek":"Latinsk stort bogstav u med ogonek","Latin small letter u with ogonek":"Latinsk lille bogstav u med ogonek","Latin capital letter w with circumflex":"Latinsk stort bogstav w med cirkumfleks","Latin small letter w with circumflex":"Latinsk lille bogstav w med cirkumfleks","Latin capital letter y with circumflex":"Latinsk stort bogstav y med cirkumfleks","Latin small letter y with circumflex":"Latinsk lille bogstav y med cirkumfleks","Latin capital letter y with diaeresis":"Latinsk stort bogstav y med trema","Latin capital letter z with acute":"Latinsk stort bogstav z med akut accent","Latin small letter z with acute":"Latinsk lille bogstav z med akut accent","Latin capital letter z with dot above":"Latinsk stort bogstav z med en prik over","Latin small letter z with dot above":"Latinsk lille bogstav z med en prik over","Latin capital letter z with caron":"Latinsk stort bogstav z med caron","Latin small letter z with caron":"Latinsk lille bogstav z med caron","Latin small letter long s":"Latinsk lille bogstav langt s","Less-than sign":"Mindre end-tegn","Greater-than sign":"Større end-tegn","Less-than or equal to":"Mindre end eller lig med-tegn","Greater-than or equal to":"Større end eller lig med-tegn","En dash":"En-bindestreg","Em dash":"Em-bindestreg",Macron:"Macron",Overline:"Streg over","Degree sign":"Grad-tegn","Minus sign":"Minus-tegn","Plus-minus sign":"Plus-minus-tegn","Division sign":"Divisionstegn","Fraction slash":"Brøk-tegn","Multiplication sign":"Gangetegn","Latin small letter f with hook":"Latinsk lille bogstav f med krog",Integral:"Integral","N-ary summation":"Sum-tegn",Infinity:"Uendelig","Square root":"Kvadratrod","Tilde operator":"Tilde-operator","Approximately equal to":"Nogenlunde lig med","Almost equal to":"Næsten lig med","Not equal to":"Ikke lig med","Identical to":"Lig med","Element of":"Element af","Not an element of":"Ikke et element af","Contains as member":"Element i","N-ary product":"Sumprodukttegn","Logical and":"Logisk og","Logical or":"Logisk eller","Not sign":"Ikke-tegn",Intersection:"Intersektion",Union:"Union","Partial differential":"Delvis differential","For all":"For alle","There exists":"Der eksisterer","Empty set":"Tomt sæt",Nabla:"Nabla","Asterisk operator":"Asterisk-operator","Proportional to":"Proportionelt med",Angle:"Vinkel","Vulgar fraction one quarter":"En kvart","Vulgar fraction one half":"En halv","Vulgar fraction three quarters":"Trekvart","Single left-pointing angle quotation mark":"Enkelt venstrepegende vinkel citationstegn","Single right-pointing angle quotation mark":"Enkelt højrepegende vinkel citationstegn","Left-pointing double angle quotation mark":"Venstrepegende dobbeltvinklet citationstegn","Right-pointing double angle quotation mark":"Højrepegende dobbeltvinklet citationstegn","Left single quotation mark":"Venstre enkelt citationstegn","Right single quotation mark":"Højre enkelt citationstegn","Left double quotation mark":"Venstre dobbelt citationstegn","Right double quotation mark":"Højre dobbelt citationstegn","Single low-9 quotation mark":"Enkelt lav-9 citationstegn","Double low-9 quotation mark":"Dobbelt lav-9 citationstegn","Inverted exclamation mark":"Omvendt udråbstegn","Inverted question mark":"Omvendt spørgsmålstegn","Two dot leader":"Dobbelt punktum","Horizontal ellipsis":"Horisontal ellipse","Double dagger":"Dobbeltobelisk","Per mille sign":"Promilletegn","Per ten thousand sign":"Per titusind-tegn","Double exclamation mark":"Dobbelt udråbstegn","Question exclamation mark":"Spørgsmålstegn-udråbstegn","Exclamation question mark":"Udråbstegn-spørgsmålstegn","Double question mark":"Dobbelt spørgsmålstegn","Copyright sign":"Copyright-tegnb","Registered sign":"Registreret-tegn","Trade mark sign":"Varemærke-tegn","Section sign":"Sektionstegn","Paragraph sign":"Paragraftegn","Reversed paragraph sign":"Omvendt paragraftegn","Character categories":"Tegnkategorier",Styles:"Stile","Multiple styles":"Flere stile","Block styles":"Blokstile","Text styles":"Tekststile","Insert table":"Indsæt tabel","Header column":"Headerkolonne","Insert column left":"Indsæt kolonne venstre","Insert column right":"Indsæt kolonne højre","Delete column":"Slet kolonne","Select column":"Vælg kolonne",Column:"Kolonne","Header row":"Headerrække","Insert row below":"Indsæt header under","Insert row above":"Indsæt header over","Delete row":"Slet række","Select row":"Vælg række",Row:"Række","Merge cell up":"Flet celler op","Merge cell right":"Flet celler højre","Merge cell down":"Flet celler ned","Merge cell left":"Flet celler venstre","Split cell vertically":"Del celle vertikalt","Split cell horizontally":"Del celle horisontalt","Merge cells":"Flet celler","Table toolbar":"Tabel værktøjslinje","Table properties":"Tabelegenskaber","Cell properties":"Celleegenskaber",Border:"Ramme",Style:"Stil",Width:"Bredde",Height:"Højde",Color:"Farve",Background:"Baggrund",Padding:"Fyld",Dimensions:"Dimensioner","Table cell text alignment":"Tabelcelle tekstjustering",Alignment:"Justering","Horizontal text alignment toolbar":"Horisontal tekstjustering værktøjslinje","Vertical text alignment toolbar":"Vertikal tekstjustering værktøjslinje","Table alignment toolbar":"Tabeljustering værktøjslinje",None:"Ingen",Solid:"Massiv",Dotted:"Stiplet (prik)",Dashed:"Stiplet (streg)",Double:"Dobbel",Groove:"Not",Ridge:"Kam",Inset:"Forsænket",Outset:"Fra starten","Align cell text to the left":"Justér tekstcelle til venstre","Align cell text to the center":"Justér tekstcelle centreret","Align cell text to the right":"Justér tekstcelle til højre","Justify cell text":"Justér tekstcelle","Align cell text to the top":"Justér tekstcelle til top","Align cell text to the middle":"Justér tekstcelle til midten","Align cell text to the bottom":"Justér tekstcelle til bunden","Align table to the left":"Justér tabel til venstre","Center table":"Centrér tabel","Align table to the right":"Justér tabel til højre","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Farven er ugyldig. Prøv \"#FF0000\" eller \"rgb(255,0,0)\" eller \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Værdien er ugyldig. Prøv \"10px\" eller \"2em\" eller ganske enkelt \"2\".","Color picker":"Farvevælger","Toggle caption off":"Slå billedtekst fra","Toggle caption on":"Slå billedtekst til","Enter table caption":"Indtast tabeltekst","Rich Text Editor":"Wysiwyg editor","Editor editing area: %0":"Redigeringsområde: %0","Edit block":"Redigér blok",Next:"Næste",Previous:"Forrige","Editor toolbar":"Editor værktøjslinje","Dropdown toolbar":"Dropdown værktøjslinje",Black:"Sort","Dim grey":"Dunkel grå",Grey:"Grå","Light grey":"Lys grå",White:"Hvid",Red:"Rød",Orange:"Orange",Yellow:"Gyl","Light green":"Lys grøn",Green:"Grøn",Aquamarine:"Marineblå",Turquoise:"Turkis","Light blue":"Lys blå",Blue:"Blå",Purple:"Lilla","Editor block content toolbar":"Redigeringskasse indholdsværktøjslinje","Editor contextual toolbar":"Kontekstuel værktøjslinje til redigeringsprogram",HEX:"",Undo:"Fortryd",Redo:"Gentag","Upload in progress":"Upload i gang","Widget toolbar":"Widget værktøjslinje","Insert paragraph before block":"Indsæt paragraf før blok","Insert paragraph after block":"Indsæt paragraf efter blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tryk på Enter for at skrive efter, eller tryk på Shift + Enter for at skrive før widgetten","Words: %0":"Ord: %0","Characters: %0":"Karakterer: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['da'] = d['da'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Justér venstre","Align right":"Justér højre","Align center":"Justér center",Justify:"Justér","Text alignment":"Tekstjustering","Text alignment toolbar":"Tekstjustering værktøjslinje",Bold:"Fed",Italic:"Kursiv",Underline:"Understreget",Code:"Kode",Strikethrough:"Gennemstreg",Subscript:"Sænket skrift",Superscript:"Hævet skrift","Block quote":"Blot citat","Insert code block":"Indsæt kodeblok","Plain text":"Plain tekst",Cancel:"Annullér","Remove color":"Fjern farve","Restore default":"Nulstil",Save:"Gem","Show more items":"Vis flere emner","%0 of %1":"%0 af %1","Cannot upload file:":"Kan ikke uploade fil:","Rich Text Editor. Editing area: %0":"Rich text redigering. Redigeringsområde: %0","Find and replace":"Søg og erstat","Find in text…":"Find i tekst...",Find:"Find","Previous result":"Forrige","Next result":"Næste",Replace:"Erstat","Replace all":"Erstatte alle","Match case":"Skeln mellem store og små bogstaver","Whole words only":"Kun hele ord","Replace with…":"Erstat med...","Text to find must not be empty.":"Tekst der skal findes, må ikke være tom.","Tip: Find some text first in order to replace it.":"Tip: Find først noget tekst, for at erstatte det.","Show options":"Vis muligheder",Paragraph:"Afsnit",Heading:"Overskrift","Choose heading":"Vælg overskrift","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"Overskrift 4","Heading 5":"Overskrift 5","Heading 6":"Overskrift 6","Type your title":"Skriv din titel","Type or paste your content here.":"Skriv eller indsæt dit indhold her.","Horizontal line":"Horisontal linje","HTML object":"HTML-objekt","Increase indent":"Forøg indrykning","Decrease indent":"Formindsk indrykning",Unlink:"Fjern link",Link:"Link","Link URL":"Link URL","Link image":"Link-billede","Edit link":"Redigér link","Open link in new tab":"Åben link i ny fane","This link has no URL":"Dette link har ingen URL","Open in a new tab":"Åben i ny fane",Downloadable:"Kan downloades","Numbered List":"Opstilling med tal","Bulleted List":"Punktopstilling","To-do List":"To-do liste","Bulleted list styles toolbar":"Værktøjslinje til punktopdelt liste","Numbered list styles toolbar":"Værktøjslinje til nummereret listestil","Toggle the disc list style":"Slå listestilen disk til og fra","Toggle the circle list style":"Slå listestilen cirkel til og fra","Toggle the square list style":"Slå listestilen firkantet til og fra","Toggle the decimal list style":"Slå listestilen decimal til og fra","Toggle the decimal with leading zero list style":"Slå listestilen decimal med nul i starten til og fra","Toggle the lower–roman list style":"Slå listestilen romertal med små bogstaver til","Toggle the upper–roman list style":"Slå listestilen romertal med store bogstaver til","Toggle the lower–latin list style":"Slå listestilen latinsk med små bogstaver til","Toggle the upper–latin list style":"Slå listestilen latinsk med store bogstaver til",Disc:"Disk",Circle:"Cirkel",Square:"Firkant",Decimal:"Decimal","Decimal with leading zero":"Decimal med nul i starten","Lower–roman":"Romertal med små bogstaver","Upper-roman":"Romertal med store bogstaver","Lower-latin":"Latinsk med små bogstaver","Upper-latin":"Latinsk med store bogstaver","List properties":"Listeegenskaber","Start at":"Start ved","Start index must be greater than 0.":"Startindeks skal være større end 0.","Reversed order":"Omvendt rækkefølge","Remove Format":"Fjern format","Select all":"Vælg alt","Show blocks":"Vis blokke",Source:"Kilde","Special characters":"Specialtegn",All:"Alle",Arrows:"Pile",Currency:"Valuta",Latin:"Latin",Mathematical:"Matematisk",Text:"Tekst","leftwards simple arrow":"venstrepegende simpel pil","rightwards simple arrow":"højrepegende simpel pil","upwards simple arrow":"opadgående simpel pil","downwards simple arrow":"nedadgående simpel pil","leftwards double arrow":"venstrepegende dobbeltpil","rightwards double arrow":"højrepegende dobbeltpil","upwards double arrow":"Opadpegende dobbeltpil","downwards double arrow":"nedadpegende dobbeltpil","leftwards dashed arrow":"venstrepegende stiplet pil","rightwards dashed arrow":"højrepegende stiplet pil","upwards dashed arrow":"opadpegende stiplet pil","downwards dashed arrow":"nedadpegende stiplet pil","leftwards arrow to bar":"venstrepegende pil mod bjælke","rightwards arrow to bar":"højrepegende pil mod bjælke","upwards arrow to bar":"opadpegende pil mod bjælke","downwards arrow to bar":"nedadpegende pil mod bjælke","up down arrow with base":"Op- og nedadpegende pil med streg under","back with leftwards arrow above":"tilbage med venstrepegende pil over","end with leftwards arrow above":"afslut med venstrepegende pil over","on with exclamation mark with left right arrow above":"til med udråbstegn med pil mod venstre og højre over","soon with rightwards arrow above":"snart med højrepegende pil over","top with upwards arrow above":"top med opadpegende pil over","Dollar sign":"Dollartegn","Euro sign":"Eurotegn","Yen sign":"Yen-tegn","Pound sign":"Pund-tegn","Cent sign":"Cent-tegn","Euro-currency sign":"Euro-valutategn","Colon sign":"Kolontegn","Cruzeiro sign":"Cruzeiro-tegn","French franc sign":"Franske franc-tegn","Lira sign":"Lira-tegn","Currency sign":"Valuta-tegn","Bitcoin sign":"Bitcoin-tegn","Mill sign":"Mill-tegn","Naira sign":"Naira-tegn","Peseta sign":"Peseta-tegn","Rupee sign":"Rupee-tegn","Won sign":"Won-tegn","New sheqel sign":"Ny Shekel-tegn","Dong sign":"Dong-tegn","Kip sign":"Kip-tegn","Tugrik sign":"Tugrik-tegn","Drachma sign":"Drakmer-tegn","German penny sign":"Tysk penny-tegn","Peso sign":"Peso-tegn","Guarani sign":"Guarani-tegn","Austral sign":"Austral-tegn","Hryvnia sign":"Hryvnia-tegn","Cedi sign":"Cedi-tegn","Livre tournois sign":"Livre tournois-tegn","Spesmilo sign":"Spesmilo-tegn","Tenge sign":"Tenge-tegn","Indian rupee sign":"Indisk rupee-tegn","Turkish lira sign":"Tyrkisk lira-tegn","Nordic mark sign":"Nordisk mark-tegn","Manat sign":"Manat-tegn","Ruble sign":"Rubel-tegn","Latin capital letter a with macron":"Latinsk stort bogstav a med macron","Latin small letter a with macron":"Latinsk lille bogstav a med macron","Latin capital letter a with breve":"Latinsk stort bogstav a med en breve","Latin small letter a with breve":"Latinsk lille bogstav a med en breve","Latin capital letter a with ogonek":"Latinsk stort bogstav a med ogonek","Latin small letter a with ogonek":"Latinsk lille bogstav a med ogonek","Latin capital letter c with acute":"Latinsk stort bogstav c med accent","Latin small letter c with acute":"Latinsk lille bogstav c med accent","Latin capital letter c with circumflex":"Latinsk stort bogstav c med cirkumfleks","Latin small letter c with circumflex":"Latinsk ille bogstav c med cirkumfleks","Latin capital letter c with dot above":"Latinsk stort bogstav c med prik over","Latin small letter c with dot above":"Latinsk lille bogstav c med prik over","Latin capital letter c with caron":"Latinsk stort bogstav c med caron","Latin small letter c with caron":"Latinsk lille bogstav c med caron","Latin capital letter d with caron":"Latinsk stort bogstav d med caron","Latin small letter d with caron":"Latinsk lille bogstav d med caron","Latin capital letter d with stroke":"Latinsk stort bogstav d med streg","Latin small letter d with stroke":"Latinsk lille bogstav d med streg","Latin capital letter e with macron":"Latinsk stort bogstav e med macron","Latin small letter e with macron":"Latinsk lille bogstav e med macron","Latin capital letter e with breve":"Latinsk stort bogstav e med en breve","Latin small letter e with breve":"Latinsk lille bogstav e med en breve","Latin capital letter e with dot above":"Latinsk stort bogstav e med en prik over","Latin small letter e with dot above":"Latinsk lille bogstav e med en prik over","Latin capital letter e with ogonek":"Latinsk stort bogstav e med ogonek","Latin small letter e with ogonek":"Latinsk lille bogstav e med ogonek","Latin capital letter e with caron":"Latinsk stort bogstav e med caron","Latin small letter e with caron":"Latinsk lille bogstav e med caron","Latin capital letter g with circumflex":"Latinsk stort bogstav g med cirkumfleks","Latin small letter g with circumflex":"Latinsk lille bogstav g med cirkumfleks","Latin capital letter g with breve":"Latinsk stort bogstav g med en breve","Latin small letter g with breve":"Latinsk lille bogstav g med en breve","Latin capital letter g with dot above":"Latinsk stort bogstav g med en prik over","Latin small letter g with dot above":"Latinsk lille bogstav g med en prik over","Latin capital letter g with cedilla":"Latinsk stort bogstav g med cedille","Latin small letter g with cedilla":"Latinsk lille bogstav g med cedille","Latin capital letter h with circumflex":"Latinsk stort bogstav h med cirkumfleks","Latin small letter h with circumflex":"Latinsk lille bogstav h med cirkumfleks","Latin capital letter h with stroke":"Latinsk stort bogstav h med streg","Latin small letter h with stroke":"Latinsk lille bogstav h med streg","Latin capital letter i with tilde":"Latinsk stort bogstav i med tilde","Latin small letter i with tilde":"Latinsk lille bogstav i med tilde","Latin capital letter i with macron":"Latinsk stort bogstav i med macron","Latin small letter i with macron":"Latinsk lille bogstav i med macron","Latin capital letter i with breve":"Latinsk stort bogstav i med en breve","Latin small letter i with breve":"Latinsk lille bogstav i med en breve","Latin capital letter i with ogonek":"Latinsk stort bogstav i med ogonek","Latin small letter i with ogonek":"Latinsk lille bogstav i med ogonek","Latin capital letter i with dot above":"Latinsk stort bogstav i med en prik over","Latin small letter dotless i":"Latinsk lille i uden prik","Latin capital ligature ij":"Latinsk stort sammensat ij","Latin small ligature ij":"Latinsk lille sammensat ij","Latin capital letter j with circumflex":"Latinsk stort bogstav j med cirkumfleks","Latin small letter j with circumflex":"Latinsk lille bogstav j med cirkumfleks","Latin capital letter k with cedilla":"Latinsk stort bogstav k med cedille","Latin small letter k with cedilla":"Latinsk lille bogstav k med cedille","Latin small letter kra":"Latinsk lille bogstav kra","Latin capital letter l with acute":"Latinsk stort bogstav l med akut accent","Latin small letter l with acute":"Latinsk lille bogstav l med akut accent","Latin capital letter l with cedilla":"Latinsk stort bogstav l med cedille","Latin small letter l with cedilla":"Latinsk lille bogstav l med cedille","Latin capital letter l with caron":"Latinsk stort bogstav l med caron","Latin small letter l with caron":"Latinsk lille bogstav l med caron","Latin capital letter l with middle dot":"Latinsk stort bogstav l med prik i midten","Latin small letter l with middle dot":"Latinsk lille bogstav l med prik i midten","Latin capital letter l with stroke":"Latinsk stort bogstav l med streg","Latin small letter l with stroke":"Latinsk lille bogstav l med streg","Latin capital letter n with acute":"Latinsk stort bogstav n med akut accent","Latin small letter n with acute":"Latinsk lille bogstav n med akut accent","Latin capital letter n with cedilla":"Latinsk stort bogstav n med cedille","Latin small letter n with cedilla":"Latinsk lille bogstav n med cedille","Latin capital letter n with caron":"Latinsk stort bogstav n med caron","Latin small letter n with caron":"Latinsk lille bogstav n med caron","Latin small letter n preceded by apostrophe":"Latinsk lille bogstav n med apostrof inden ","Latin capital letter eng":"Latinsk stort bogstav eng","Latin small letter eng":"Latinsk lille bogstav eng","Latin capital letter o with macron":"Latinsk stort bogstav o med macron","Latin small letter o with macron":"Latinsk lille bogstav o med macron","Latin capital letter o with breve":"Latinsk stort bogstav o med en breve","Latin small letter o with breve":"Latinsk lille bogstav o med en breve","Latin capital letter o with double acute":"Latinsk stort bogstav o med dobbelt akut accent","Latin small letter o with double acute":"Latinsk lille bogstav o med dobbelt akut accent","Latin capital ligature oe":"Latinsk stort sammensat oe","Latin small ligature oe":"Latinsk lille sammensat oe","Latin capital letter r with acute":"Latinsk stort bogstav r med akut accent","Latin small letter r with acute":"Latinsk lille bogstav r med akut accent","Latin capital letter r with cedilla":"Latinsk stort bogstav r med cedille","Latin small letter r with cedilla":"Latinsk lille bogstav r med cedille","Latin capital letter r with caron":"Latinsk stort bogstav r med caron","Latin small letter r with caron":"Latinsk lille bogstav r med caron","Latin capital letter s with acute":"Latinsk stort bogstav s med akut accent","Latin small letter s with acute":"Latinsk lille bogstav s med akut accent","Latin capital letter s with circumflex":"Latinsk stort bogstav s med cirkumfleks","Latin small letter s with circumflex":"Latinsk lille bogstav s med cirkumfleks","Latin capital letter s with cedilla":"Latinsk stort bogstav s med cedille","Latin small letter s with cedilla":"Latinsk lille bogstav s med cedille","Latin capital letter s with caron":"Latinsk stort bogstav s med caron","Latin small letter s with caron":"Latinsk lille bogstav s med caron","Latin capital letter t with cedilla":"Latinsk stort bogstav t med cedille","Latin small letter t with cedilla":"Latinsk lille bogstav t med cedille","Latin capital letter t with caron":"Latinsk stort bogstav t med caron","Latin small letter t with caron":"Latinsk lille bogstav t med caron","Latin capital letter t with stroke":"Latinsk stort bogstav t med streg","Latin small letter t with stroke":"Latinsk lille bogstav t med streg","Latin capital letter u with tilde":"Latinsk stort bogstav u med tilde","Latin small letter u with tilde":"Latinsk lille bogstav u med tilde","Latin capital letter u with macron":"Latinsk stort bogstav u med macron","Latin small letter u with macron":"Latinsk lille bogstav u med macron","Latin capital letter u with breve":"Latinsk stort bogstav u med en breve","Latin small letter u with breve":"Latinsk lille bogstav u med en breve","Latin capital letter u with ring above":"Latinsk stort bogstav u med ring over","Latin small letter u with ring above":"Latinsk lille bogstav u med ring over","Latin capital letter u with double acute":"Latinsk lille bogstav u med dobbelt akut accent","Latin small letter u with double acute":"Latinsk stort bogstav u med dobbelt akut accent","Latin capital letter u with ogonek":"Latinsk stort bogstav u med ogonek","Latin small letter u with ogonek":"Latinsk lille bogstav u med ogonek","Latin capital letter w with circumflex":"Latinsk stort bogstav w med cirkumfleks","Latin small letter w with circumflex":"Latinsk lille bogstav w med cirkumfleks","Latin capital letter y with circumflex":"Latinsk stort bogstav y med cirkumfleks","Latin small letter y with circumflex":"Latinsk lille bogstav y med cirkumfleks","Latin capital letter y with diaeresis":"Latinsk stort bogstav y med trema","Latin capital letter z with acute":"Latinsk stort bogstav z med akut accent","Latin small letter z with acute":"Latinsk lille bogstav z med akut accent","Latin capital letter z with dot above":"Latinsk stort bogstav z med en prik over","Latin small letter z with dot above":"Latinsk lille bogstav z med en prik over","Latin capital letter z with caron":"Latinsk stort bogstav z med caron","Latin small letter z with caron":"Latinsk lille bogstav z med caron","Latin small letter long s":"Latinsk lille bogstav langt s","Less-than sign":"Mindre end-tegn","Greater-than sign":"Større end-tegn","Less-than or equal to":"Mindre end eller lig med-tegn","Greater-than or equal to":"Større end eller lig med-tegn","En dash":"En-bindestreg","Em dash":"Em-bindestreg",Macron:"Macron",Overline:"Streg over","Degree sign":"Grad-tegn","Minus sign":"Minus-tegn","Plus-minus sign":"Plus-minus-tegn","Division sign":"Divisionstegn","Fraction slash":"Brøk-tegn","Multiplication sign":"Gangetegn","Latin small letter f with hook":"Latinsk lille bogstav f med krog",Integral:"Integral","N-ary summation":"Sum-tegn",Infinity:"Uendelig","Square root":"Kvadratrod","Tilde operator":"Tilde-operator","Approximately equal to":"Nogenlunde lig med","Almost equal to":"Næsten lig med","Not equal to":"Ikke lig med","Identical to":"Lig med","Element of":"Element af","Not an element of":"Ikke et element af","Contains as member":"Element i","N-ary product":"Sumprodukttegn","Logical and":"Logisk og","Logical or":"Logisk eller","Not sign":"Ikke-tegn",Intersection:"Intersektion",Union:"Union","Partial differential":"Delvis differential","For all":"For alle","There exists":"Der eksisterer","Empty set":"Tomt sæt",Nabla:"Nabla","Asterisk operator":"Asterisk-operator","Proportional to":"Proportionelt med",Angle:"Vinkel","Vulgar fraction one quarter":"En kvart","Vulgar fraction one half":"En halv","Vulgar fraction three quarters":"Trekvart","Single left-pointing angle quotation mark":"Enkelt venstrepegende vinkel citationstegn","Single right-pointing angle quotation mark":"Enkelt højrepegende vinkel citationstegn","Left-pointing double angle quotation mark":"Venstrepegende dobbeltvinklet citationstegn","Right-pointing double angle quotation mark":"Højrepegende dobbeltvinklet citationstegn","Left single quotation mark":"Venstre enkelt citationstegn","Right single quotation mark":"Højre enkelt citationstegn","Left double quotation mark":"Venstre dobbelt citationstegn","Right double quotation mark":"Højre dobbelt citationstegn","Single low-9 quotation mark":"Enkelt lav-9 citationstegn","Double low-9 quotation mark":"Dobbelt lav-9 citationstegn","Inverted exclamation mark":"Omvendt udråbstegn","Inverted question mark":"Omvendt spørgsmålstegn","Two dot leader":"Dobbelt punktum","Horizontal ellipsis":"Horisontal ellipse","Double dagger":"Dobbeltobelisk","Per mille sign":"Promilletegn","Per ten thousand sign":"Per titusind-tegn","Double exclamation mark":"Dobbelt udråbstegn","Question exclamation mark":"Spørgsmålstegn-udråbstegn","Exclamation question mark":"Udråbstegn-spørgsmålstegn","Double question mark":"Dobbelt spørgsmålstegn","Copyright sign":"Copyright-tegnb","Registered sign":"Registreret-tegn","Trade mark sign":"Varemærke-tegn","Section sign":"Sektionstegn","Paragraph sign":"Paragraftegn","Reversed paragraph sign":"Omvendt paragraftegn","Character categories":"Tegnkategorier",Styles:"Stile","Multiple styles":"Flere stile","Block styles":"Blokstile","Text styles":"Tekststile","Insert table":"Indsæt tabel","Header column":"Headerkolonne","Insert column left":"Indsæt kolonne venstre","Insert column right":"Indsæt kolonne højre","Delete column":"Slet kolonne","Select column":"Vælg kolonne",Column:"Kolonne","Header row":"Headerrække","Insert row below":"Indsæt header under","Insert row above":"Indsæt header over","Delete row":"Slet række","Select row":"Vælg række",Row:"Række","Merge cell up":"Flet celler op","Merge cell right":"Flet celler højre","Merge cell down":"Flet celler ned","Merge cell left":"Flet celler venstre","Split cell vertically":"Del celle vertikalt","Split cell horizontally":"Del celle horisontalt","Merge cells":"Flet celler","Table toolbar":"Tabel værktøjslinje","Table properties":"Tabelegenskaber","Cell properties":"Celleegenskaber",Border:"Ramme",Style:"Stil",Width:"Bredde",Height:"Højde",Color:"Farve",Background:"Baggrund",Padding:"Fyld",Dimensions:"Dimensioner","Table cell text alignment":"Tabelcelle tekstjustering",Alignment:"Justering","Horizontal text alignment toolbar":"Horisontal tekstjustering værktøjslinje","Vertical text alignment toolbar":"Vertikal tekstjustering værktøjslinje","Table alignment toolbar":"Tabeljustering værktøjslinje",None:"Ingen",Solid:"Massiv",Dotted:"Stiplet (prik)",Dashed:"Stiplet (streg)",Double:"Dobbel",Groove:"Not",Ridge:"Kam",Inset:"Forsænket",Outset:"Fra starten","Align cell text to the left":"Justér tekstcelle til venstre","Align cell text to the center":"Justér tekstcelle centreret","Align cell text to the right":"Justér tekstcelle til højre","Justify cell text":"Justér tekstcelle","Align cell text to the top":"Justér tekstcelle til top","Align cell text to the middle":"Justér tekstcelle til midten","Align cell text to the bottom":"Justér tekstcelle til bunden","Align table to the left":"Justér tabel til venstre","Center table":"Centrér tabel","Align table to the right":"Justér tabel til højre","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Farven er ugyldig. Prøv \"#FF0000\" eller \"rgb(255,0,0)\" eller \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Værdien er ugyldig. Prøv \"10px\" eller \"2em\" eller ganske enkelt \"2\".","Color picker":"Farvevælger","Toggle caption off":"Slå billedtekst fra","Toggle caption on":"Slå billedtekst til","Enter table caption":"Indtast tabeltekst","Rich Text Editor":"Wysiwyg editor","Editor editing area: %0":"Redigeringsområde: %0","Edit block":"Redigér blok",Next:"Næste",Previous:"Forrige","Editor toolbar":"Editor værktøjslinje","Dropdown toolbar":"Dropdown værktøjslinje",Black:"Sort","Dim grey":"Dunkel grå",Grey:"Grå","Light grey":"Lys grå",White:"Hvid",Red:"Rød",Orange:"Orange",Yellow:"Gyl","Light green":"Lys grøn",Green:"Grøn",Aquamarine:"Marineblå",Turquoise:"Turkis","Light blue":"Lys blå",Blue:"Blå",Purple:"Lilla","Editor block content toolbar":"Redigeringskasse indholdsværktøjslinje","Editor contextual toolbar":"Kontekstuel værktøjslinje til redigeringsprogram",HEX:"Hex",Accept:"Accepter",Undo:"Fortryd",Redo:"Gentag","Upload in progress":"Upload i gang","Widget toolbar":"Widget værktøjslinje","Insert paragraph before block":"Indsæt paragraf før blok","Insert paragraph after block":"Indsæt paragraf efter blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tryk på Enter for at skrive efter, eller tryk på Shift + Enter for at skrive før widgetten","Words: %0":"Ord: %0","Characters: %0":"Karakterer: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/de-ch.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/de-ch.js index 78996cbb5299..92ce750a416b 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/de-ch.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/de-ch.js @@ -1 +1 @@ -(function(d){ const l = d['de-ch'] = d['de-ch'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Linksbündig","Align right":"Rechtsbündig","Align center":"Zentriert",Justify:"Blocksatz","Text alignment":"Textausrichtung","Text alignment toolbar":"Textausrichtung Werkzeugleiste",Bold:"Fett",Italic:"Kursiv",Underline:"Unterstrichen",Code:"Code",Strikethrough:"Durchgestrichen",Subscript:"Tiefgestellt",Superscript:"Hochgestellt","Block quote":"Blockzitat","Insert code block":"Code-Block einfügen","Plain text":"Nur Text",Cancel:"Abbrechen","Remove color":"Farbe entfernen","Restore default":"",Save:"Speichern","Show more items":"","%0 of %1":"","Cannot upload file:":"Datei kann nicht hochgeladen werden:","Rich Text Editor. Editing area: %0":"",Paragraph:"Absatz",Heading:"Überschrift","Choose heading":"Überschrift auswählen","Heading 1":"Überschrift 1","Heading 2":"Überschrift 2","Heading 3":"Überschrift 3","Heading 4":"Überschrift 4","Heading 5":"Überschrift 5","Heading 6":"Überschrift 6","Type your title":"Titel eingeben","Type or paste your content here.":"Hier Inhalt einfügen.","Horizontal line":"Horizontale Linie","Increase indent":"Einzug vergrössern","Decrease indent":"Einzug verkleinern",Unlink:"Link entfernen",Link:"Link","Link URL":"Link Adresse","Link image":"Bild verlinken","Edit link":"Link bearbeiten","Open link in new tab":"Link in neuem Tab öffnen","This link has no URL":"Dieser Link hat keine Adresse","Open in a new tab":"In neuem Tab öffnen",Downloadable:"Herunterladbar","Numbered List":"Nummerierte Liste","Bulleted List":"Aufzählungsliste","To-do List":"Aufgabenliste","Bulleted list styles toolbar":"Darstellung der ungeordneten Liste","Numbered list styles toolbar":"Darstellung der nummerierten Liste","Toggle the disc list style":"Gefüllten Kreis einstellen","Toggle the circle list style":"Leeren Kreis einstellen","Toggle the square list style":"Quadrat einstellen","Toggle the decimal list style":"Dezimalzahlen einstellen","Toggle the decimal with leading zero list style":"Dezimalzahlen mit vorangestellten Nullen einstellen","Toggle the lower–roman list style":"Kleingeschriebene römische Zahlen einstellen","Toggle the upper–roman list style":"Grossgeschriebene römische Zahlen einstellen","Toggle the lower–latin list style":"Kleingeschriebene lateinische Buchstaben einstellen","Toggle the upper–latin list style":"Grossgeschriebene lateinische Buchstaben einstellen",Disc:"Gefüllter Kreis",Circle:"Leerer Kreis",Square:"Quadrat",Decimal:"Dezimalzahlen","Decimal with leading zero":"Dezimalzahlen mit vorangestellten Nullen","Lower–roman":"Kleingeschriebene römische Zahlen","Upper-roman":"Grossgeschriebene römische Zahlen","Lower-latin":"Kleingeschriebene lateinische Buchstaben","Upper-latin":"Grossgeschriebene lateinische Buchstaben","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"Formatierung entfernen","Select all":"Alles auswählen","Insert table":"Tabelle einfügen","Header column":"Kopfspalte","Insert column left":"","Insert column right":"","Delete column":"Spalte löschen","Select column":"",Column:"Spalte","Header row":"Kopfspalte","Insert row below":"Zeile unten einfügen","Insert row above":"Zeile oben einfügen","Delete row":"Zeile löschen","Select row":"",Row:"Zeile","Merge cell up":"Zelle oben verbinden","Merge cell right":"Zele rechts verbinden","Merge cell down":"Zelle unten verbinden","Merge cell left":"Zelle links verbinden","Split cell vertically":"Zelle vertikal teilen","Split cell horizontally":"Zelle horizontal teilen","Merge cells":"Zellen verbinden","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Rich-Text-Edito","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"Rückgängig",Redo:"Wiederherstellen","Upload in progress":"Upload läuft","Widget toolbar":"Widget Werkzeugleiste","Insert paragraph before block":"Absatz vor Block einfügen","Insert paragraph after block":"Absatz nach Block einfügen","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"Wörter: %0","Characters: %0":"Zeichen: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['de-ch'] = d['de-ch'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Linksbündig","Align right":"Rechtsbündig","Align center":"Zentriert",Justify:"Blocksatz","Text alignment":"Textausrichtung","Text alignment toolbar":"Textausrichtung Werkzeugleiste",Bold:"Fett",Italic:"Kursiv",Underline:"Unterstrichen",Code:"Code",Strikethrough:"Durchgestrichen",Subscript:"Tiefgestellt",Superscript:"Hochgestellt","Block quote":"Blockzitat","Insert code block":"Code-Block einfügen","Plain text":"Nur Text",Cancel:"Abbrechen","Remove color":"Farbe entfernen","Restore default":"",Save:"Speichern","Show more items":"","%0 of %1":"","Cannot upload file:":"Datei kann nicht hochgeladen werden:","Rich Text Editor. Editing area: %0":"",Paragraph:"Absatz",Heading:"Überschrift","Choose heading":"Überschrift auswählen","Heading 1":"Überschrift 1","Heading 2":"Überschrift 2","Heading 3":"Überschrift 3","Heading 4":"Überschrift 4","Heading 5":"Überschrift 5","Heading 6":"Überschrift 6","Type your title":"Titel eingeben","Type or paste your content here.":"Hier Inhalt einfügen.","Horizontal line":"Horizontale Linie","Increase indent":"Einzug vergrössern","Decrease indent":"Einzug verkleinern",Unlink:"Link entfernen",Link:"Link","Link URL":"Link Adresse","Link image":"Bild verlinken","Edit link":"Link bearbeiten","Open link in new tab":"Link in neuem Tab öffnen","This link has no URL":"Dieser Link hat keine Adresse","Open in a new tab":"In neuem Tab öffnen",Downloadable:"Herunterladbar","Numbered List":"Nummerierte Liste","Bulleted List":"Aufzählungsliste","To-do List":"Aufgabenliste","Bulleted list styles toolbar":"Darstellung der ungeordneten Liste","Numbered list styles toolbar":"Darstellung der nummerierten Liste","Toggle the disc list style":"Gefüllten Kreis einstellen","Toggle the circle list style":"Leeren Kreis einstellen","Toggle the square list style":"Quadrat einstellen","Toggle the decimal list style":"Dezimalzahlen einstellen","Toggle the decimal with leading zero list style":"Dezimalzahlen mit vorangestellten Nullen einstellen","Toggle the lower–roman list style":"Kleingeschriebene römische Zahlen einstellen","Toggle the upper–roman list style":"Grossgeschriebene römische Zahlen einstellen","Toggle the lower–latin list style":"Kleingeschriebene lateinische Buchstaben einstellen","Toggle the upper–latin list style":"Grossgeschriebene lateinische Buchstaben einstellen",Disc:"Gefüllter Kreis",Circle:"Leerer Kreis",Square:"Quadrat",Decimal:"Dezimalzahlen","Decimal with leading zero":"Dezimalzahlen mit vorangestellten Nullen","Lower–roman":"Kleingeschriebene römische Zahlen","Upper-roman":"Grossgeschriebene römische Zahlen","Lower-latin":"Kleingeschriebene lateinische Buchstaben","Upper-latin":"Grossgeschriebene lateinische Buchstaben","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"Formatierung entfernen","Select all":"Alles auswählen","Insert table":"Tabelle einfügen","Header column":"Kopfspalte","Insert column left":"","Insert column right":"","Delete column":"Spalte löschen","Select column":"",Column:"Spalte","Header row":"Kopfspalte","Insert row below":"Zeile unten einfügen","Insert row above":"Zeile oben einfügen","Delete row":"Zeile löschen","Select row":"",Row:"Zeile","Merge cell up":"Zelle oben verbinden","Merge cell right":"Zele rechts verbinden","Merge cell down":"Zelle unten verbinden","Merge cell left":"Zelle links verbinden","Split cell vertically":"Zelle vertikal teilen","Split cell horizontally":"Zelle horizontal teilen","Merge cells":"Zellen verbinden","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Rich-Text-Edito","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"Rückgängig",Redo:"Wiederherstellen","Upload in progress":"Upload läuft","Widget toolbar":"Widget Werkzeugleiste","Insert paragraph before block":"Absatz vor Block einfügen","Insert paragraph after block":"Absatz nach Block einfügen","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"Wörter: %0","Characters: %0":"Zeichen: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/de.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/de.js index 9020b474f155..d1f3d711b917 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/de.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/de.js @@ -1 +1 @@ -(function(d){ const l = d['de'] = d['de'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Linksbündig","Align right":"Rechtsbündig","Align center":"Zentriert",Justify:"Blocksatz","Text alignment":"Textausrichtung","Text alignment toolbar":"Text-Ausrichtung Toolbar",Bold:"Fett",Italic:"Kursiv",Underline:"Unterstrichen",Code:"Code",Strikethrough:"Durchgestrichen",Subscript:"Tiefgestellt",Superscript:"Hochgestellt","Block quote":"Blockzitat","Insert code block":"Code-Block einfügen","Plain text":"Nur Text",Cancel:"Abbrechen","Remove color":"Farbe entfernen","Restore default":"Standard wiederherstellen",Save:"Speichern","Show more items":"Mehr anzeigen","%0 of %1":"%0 von %1","Cannot upload file:":"Die Datei kann nicht hochgeladen werden:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Bearbeitungsbereich: %0","Find and replace":"Suchen und ersetzen","Find in text…":"In Text suchen…",Find:"Suchen","Previous result":"Vorheriges Ergebnis","Next result":"Nächstes Ergebnis",Replace:"Ersetzen","Replace all":"Alle ersetzen","Match case":"Groß-/Kleinschreibung beachten","Whole words only":"Nur ganze Wörter","Replace with…":"Ersetzen durch…","Text to find must not be empty.":"Der Suchtext darf nicht leer sein.","Tip: Find some text first in order to replace it.":"Tipp: Zuerst nach Text suchen um diesen zu ersetzen.","Show options":"Optionen anzeigen",Paragraph:"Absatz",Heading:"Überschrift","Choose heading":"Überschrift auswählen","Heading 1":"Überschrift 1","Heading 2":"Überschrift 2","Heading 3":"Überschrift 3","Heading 4":"Überschrift 4","Heading 5":"Überschrift 5","Heading 6":"Überschrift 6","Type your title":"Titel eingeben","Type or paste your content here.":"Hier Inhalt einfügen.","Horizontal line":"Horizontale Linie","HTML object":"HTML-Objekt","Increase indent":"Einzug vergrößern","Decrease indent":"Einzug verkleinern",Unlink:"Link entfernen",Link:"Link","Link URL":"Link Adresse","Link image":"Bild verlinken","Edit link":"Link bearbeiten","Open link in new tab":"Link im neuen Tab öffnen","This link has no URL":"Dieser Link hat keine Adresse","Open in a new tab":"In neuem Tab öffnen",Downloadable:"Herunterladbar","Numbered List":"Nummerierte Liste","Bulleted List":"Aufzählungsliste","To-do List":"Aufgabenliste","Bulleted list styles toolbar":"Darstellung der ungeordneten Liste","Numbered list styles toolbar":"Darstellung der geordneten Liste","Toggle the disc list style":"Gefüllten Kreis einstellen","Toggle the circle list style":"Leeren Kreis einstellen","Toggle the square list style":"Quadrat einstellen","Toggle the decimal list style":"Dezimalzahlen einstellen","Toggle the decimal with leading zero list style":"Dezimalzahlen mit vorangestellten Nullen einstellen","Toggle the lower–roman list style":"Kleingeschriebene römische Zahlen einstellen","Toggle the upper–roman list style":"Großgeschriebene römische Zahlen einstellen","Toggle the lower–latin list style":"Kleingeschriebene lateinische Buchstaben einstellen","Toggle the upper–latin list style":"Großgeschriebene lateinische Buchstaben einstellen",Disc:"Gefüllter Kreis",Circle:"Leerer Kreis",Square:"Quadrat",Decimal:"Dezimalzahlen","Decimal with leading zero":"Dezimalzahlen mit vorangestellten Nullen","Lower–roman":"Kleingeschriebene römische Zahlen","Upper-roman":"Großgeschriebene römische Zahlen","Lower-latin":"Kleingeschriebene lateinische Buchstaben","Upper-latin":"Großgeschriebene lateinische Buchstaben","List properties":"Listeneigenschaften","Start at":"Beginnen mit","Start index must be greater than 0.":"Der Startwert muss größer als 0 sein.","Reversed order":"Umgekehrte Reihenfolge","Remove Format":"Formatierung entfernen","Select all":"Alles auswählen",Source:"Quellcode","Special characters":"Sonderzeichen",All:"Alle",Arrows:"Pfeile",Currency:"Währung",Latin:"Lateinisch",Mathematical:"Mathematisch",Text:"Text","leftwards simple arrow":"einfacher Linkspfeil","rightwards simple arrow":"einfacher Rechtspfeil","upwards simple arrow":"einfacher Aufwärtspfeil","downwards simple arrow":"einfacher Abwärtspfeil","leftwards double arrow":"Doppelpfeil nach links","rightwards double arrow":"Doppelpfeil nach rechts","upwards double arrow":"Doppelpfeil nach oben","downwards double arrow":"Doppelpfeil nach unten","leftwards dashed arrow":"Gestrichelter Pfeil nach links","rightwards dashed arrow":"Gestrichelter Pfeil nach rechts","upwards dashed arrow":"Gestrichelter Pfeil nach oben","downwards dashed arrow":"Gestrichelter Pfeil nach unten","leftwards arrow to bar":"Pfeil nach links zum Querstrich","rightwards arrow to bar":"Pfeil nach rechts zum Querstrich","upwards arrow to bar":"Pfeil nach oben zum Querstrich","downwards arrow to bar":"Pfeil nach unten zum Querstrich","up down arrow with base":"Unterstrichener Pfeil nach oben und unten","back with leftwards arrow above":"„Back“ darüber Pfeil nach links","end with leftwards arrow above":"„End“ darüber Pfeil nach links","on with exclamation mark with left right arrow above":"„On“ mit Ausrufezeichen darüber Pfeil nach links und rechts","soon with rightwards arrow above":"„Soon“ darüber Pfeil nach rechts","top with upwards arrow above":"„Top“ darüber Pfeil nach oben","Dollar sign":"Dollar-Zeichen","Euro sign":"Euro-Zeichen","Yen sign":"Yen-Zeichen","Pound sign":"Pfund-Zeichen","Cent sign":"Cent-Zeichen","Euro-currency sign":"Euro-Währungszeichen","Colon sign":"Colón-Zeichen","Cruzeiro sign":"Cruzeiro-Zeichen","French franc sign":"Französischer Franc-Zeichen","Lira sign":"Lira-Zeichen","Currency sign":"Währungssymbol","Bitcoin sign":"Bitcoin-Zeichen","Mill sign":"Mill-Zeichen","Naira sign":"Naira-Zeichen","Peseta sign":"Peseta-Zeichen","Rupee sign":"Rupie-Zeichen","Won sign":"Won-Zeichen","New sheqel sign":"Schekel-Zeichen","Dong sign":"Đồng-Zeichen","Kip sign":"Kip-Zeichen","Tugrik sign":"Tugrik-Zeichen","Drachma sign":"Drachme-Zeichen","German penny sign":"Pfennig-Zeichen","Peso sign":"Philippinischer Peso-Zeichen","Guarani sign":"Guaraní-Zeichen","Austral sign":"Austral-Zeichen","Hryvnia sign":"Hrywnja-Zeichen","Cedi sign":"Cedi-Zeichen","Livre tournois sign":"Livre tournois-Zeichen","Spesmilo sign":"Spesmilo-Zeichen","Tenge sign":"Tenge-Zeichen","Indian rupee sign":"Indische Rupie-Zeichen","Turkish lira sign":"Türkische Lira-Zeichen","Nordic mark sign":"Nordische Mark-Zeichen","Manat sign":"Manat-Zeichen","Ruble sign":"Rubel-Zeichen","Latin capital letter a with macron":"Lateinischer Großbuchstabe a mit Makron","Latin small letter a with macron":"Lateinischer Kleinbuchstabe a mit Makron","Latin capital letter a with breve":"Lateinischer Großbuchstabe a mit Breve","Latin small letter a with breve":"Lateinischer Kleinbuchstabe a mit Breve","Latin capital letter a with ogonek":"Lateinischer Großbuchstabe a mit Ogonek","Latin small letter a with ogonek":"Lateinischer Kleinbuchstabe a mit Ogonek","Latin capital letter c with acute":"Lateinischer Großbuchstabe c mit Akut","Latin small letter c with acute":"Lateinischer Kleinbuchstabe c mit Akut","Latin capital letter c with circumflex":"Lateinischer Großbuchstabe c mit Zirkumflex","Latin small letter c with circumflex":"Lateinischer Kleinbuchstabe c mit Zirkumflex","Latin capital letter c with dot above":"Lateinischer Großbuchstabe c mit Punkt darüber","Latin small letter c with dot above":"Lateinischer Kleinbuchstabe c mit Punkt darüber","Latin capital letter c with caron":"Lateinischer Großbuchstabe c mit Hatschek","Latin small letter c with caron":"Lateinischer Kleinbuchstabe c mit Hatschek","Latin capital letter d with caron":"Lateinischer Großbuchstabe d mit Hatschek","Latin small letter d with caron":"Lateinischer Kleinbuchstabe d mit Hatschek","Latin capital letter d with stroke":"Lateinischer Großbuchstabe d mit Querstrich","Latin small letter d with stroke":"Lateinischer Kleinbuchstabe d mit Querstrich","Latin capital letter e with macron":"Lateinischer Großbuchstabe e mit Makron","Latin small letter e with macron":"Lateinischer Kleinbuchstabe e mit Makron","Latin capital letter e with breve":"Lateinischer Großbuchstabe e mit Breve","Latin small letter e with breve":"Lateinischer Kleinbuchstabe e mit Breve","Latin capital letter e with dot above":"Lateinischer Großbuchstabe e mit Punkt darüber","Latin small letter e with dot above":"Lateinischer Kleinbuchstabe e mit Punkt darüber","Latin capital letter e with ogonek":"Lateinischer Großbuchstabe e mit Ogonek","Latin small letter e with ogonek":"Lateinischer Kleinbuchstabe e mit Ogonek","Latin capital letter e with caron":"Lateinischer Großbuchstabe e mit Hatschek","Latin small letter e with caron":"Lateinischer Kleinbuchstabe e mit Hatschek","Latin capital letter g with circumflex":"Lateinischer Großbuchstabe g mit Zirkumflex","Latin small letter g with circumflex":"Lateinischer Kleinbuchstabe g mit Zirkumflex","Latin capital letter g with breve":"Lateinischer Großbuchstabe g mit Breve","Latin small letter g with breve":"Lateinischer Kleinbuchstabe g mit Breve","Latin capital letter g with dot above":"Lateinischer Großbuchstabe g mit Punkt darüber","Latin small letter g with dot above":"Lateinischer Kleinbuchstabe g mit Punkt darüber","Latin capital letter g with cedilla":"Lateinischer Großbuchstabe g mit Cedille","Latin small letter g with cedilla":"Lateinischer Kleinbuchstabe g mit Cedille","Latin capital letter h with circumflex":"Lateinischer Großbuchstabe h mit Zirkumflex","Latin small letter h with circumflex":"Lateinischer Kleinbuchstabe h mit Zirkumflex","Latin capital letter h with stroke":"Lateinischer Großbuchstabe h mit Querstrich","Latin small letter h with stroke":"Lateinischer Kleinbuchstabe h mit Querstrich","Latin capital letter i with tilde":"Lateinischer Großbuchstabe i mit Tilde","Latin small letter i with tilde":"Lateinischer Kleinbuchstabe i mit Tilde","Latin capital letter i with macron":"Lateinischer Großbuchstabe i mit Makron","Latin small letter i with macron":"Lateinischer Kleinbuchstabe i mit Makron","Latin capital letter i with breve":"Lateinischer Großbuchstabe i mit Breve","Latin small letter i with breve":"Lateinischer Kleinbuchstabe i mit Breve","Latin capital letter i with ogonek":"Lateinischer Großbuchstabe i mit Ogonek","Latin small letter i with ogonek":"Lateinischer Kleinbuchstabe i mit Ogonek","Latin capital letter i with dot above":"Lateinischer Großbuchstabe i mit Punkt darüber","Latin small letter dotless i":"Lateinischer Kleinbuchstabe i ohne Punkt","Latin capital ligature ij":"Große lateinische Ligatur ij","Latin small ligature ij":"Kleine lateinische Ligatur ij","Latin capital letter j with circumflex":"Lateinischer Großbuchstabe j mit Zirkumflex","Latin small letter j with circumflex":"Lateinischer Kleinbuchstabe j mit Zirkumflex","Latin capital letter k with cedilla":"Lateinischer Großbuchstabe k mit Cedille","Latin small letter k with cedilla":"Lateinischer Kleinbuchstabe k mit Cedille","Latin small letter kra":"Lateinischer Kleinbuchstabe Kra","Latin capital letter l with acute":"Lateinischer Großbuchstabe l mit Akut","Latin small letter l with acute":"Lateinischer Kleinbuchstabe l mit Akut","Latin capital letter l with cedilla":"Lateinischer Großbuchstabe l mit Cedille","Latin small letter l with cedilla":"Lateinischer Kleinbuchstabe l mit Cedille","Latin capital letter l with caron":"Lateinischer Großbuchstabe l mit Hatschek","Latin small letter l with caron":"Lateinischer Kleinbuchstabe l mit Hatschek","Latin capital letter l with middle dot":"Lateinischer Großbuchstabe l mit Mittelpunkt","Latin small letter l with middle dot":"Lateinischer Kleinbuchstabe l mit Mittelpunkt","Latin capital letter l with stroke":"Lateinischer Großbuchstabe l mit Querstrich","Latin small letter l with stroke":"Lateinischer Kleinbuchstabe l mit Querstrich","Latin capital letter n with acute":"Lateinischer Großbuchstabe n mit Akut","Latin small letter n with acute":"Lateinischer Kleinbuchstabe n mit Akut","Latin capital letter n with cedilla":"Lateinischer Großbuchstabe n mit Cedille","Latin small letter n with cedilla":"Lateinischer Kleinbuchstabe n mit Cedille","Latin capital letter n with caron":"Lateinischer Großbuchstabe n mit Hatschek","Latin small letter n with caron":"Lateinischer Kleinbuchstabe n mit Hatschek","Latin small letter n preceded by apostrophe":"Lateinischer Kleinbuchstabe n mit vorangestelltem Apostroph","Latin capital letter eng":"Lateinischer Großbuchstabe Eng","Latin small letter eng":"Lateinischer Kleinbuchstabe Eng","Latin capital letter o with macron":"Lateinischer Großbuchstabe o mit Makron","Latin small letter o with macron":"Lateinischer Kleinbuchstabe o mit Makron","Latin capital letter o with breve":"Lateinischer Großbuchstabe o mit Breve","Latin small letter o with breve":"Lateinischer Kleinbuchstabe o mit Breve","Latin capital letter o with double acute":"Lateinischer Großbuchstabe o mit doppeltem Akut","Latin small letter o with double acute":"Lateinischer Kleinbuchstabe o mit doppeltem Akut","Latin capital ligature oe":"Große lateinische Ligatur oe","Latin small ligature oe":"Kleine lateinische Ligatur oe","Latin capital letter r with acute":"Lateinischer Großbuchstabe r mit Akut","Latin small letter r with acute":"Lateinischer Kleinbuchstabe r mit Akut","Latin capital letter r with cedilla":"Lateinischer Großbuchstabe r mit Cedille","Latin small letter r with cedilla":"Lateinischer Kleinbuchstabe r mit Cedille","Latin capital letter r with caron":"Lateinischer Großbuchstabe r mit Hatschek","Latin small letter r with caron":"Lateinischer Kleinbuchstabe r mit Hatschek","Latin capital letter s with acute":"Lateinischer Großbuchstabe s mit Akut","Latin small letter s with acute":"Lateinischer Kleinbuchstabe s mit Akut","Latin capital letter s with circumflex":"Lateinischer Großbuchstabe s mit Zirkumflex","Latin small letter s with circumflex":"Lateinischer Kleinbuchstabe s mit Zirkumflex","Latin capital letter s with cedilla":"Lateinischer Großbuchstabe s mit Cedille","Latin small letter s with cedilla":"Lateinischer Kleinbuchstabe s mit Cedille","Latin capital letter s with caron":"Lateinischer Großbuchstabe s mit Hatschek","Latin small letter s with caron":"Lateinischer Kleinbuchstabe s mit Hatschek","Latin capital letter t with cedilla":"Lateinischer Großbuchstabe t mit Cedille","Latin small letter t with cedilla":"Lateinischer Kleinbuchstabe t mit Cedille","Latin capital letter t with caron":"Lateinischer Großbuchstabe t mit Hatschek","Latin small letter t with caron":"Lateinischer Kleinbuchstabe t mit Hatschek","Latin capital letter t with stroke":"Lateinischer Großbuchstabe t mit Querstrich","Latin small letter t with stroke":"Lateinischer Kleinbuchstabe t mit Querstrich","Latin capital letter u with tilde":"Lateinischer Großbuchstabe u mit Tilde","Latin small letter u with tilde":"Lateinischer Kleinbuchstabe u mit Tilde","Latin capital letter u with macron":"Lateinischer Großbuchstabe u mit Makron","Latin small letter u with macron":"Lateinischer Kleinbuchstabe u mit Makron","Latin capital letter u with breve":"Lateinischer Großbuchstabe u mit Breve","Latin small letter u with breve":"Lateinischer Kleinbuchstabe u mit Breve","Latin capital letter u with ring above":"Lateinischer Großbuchstabe u mit Kroužek darüber","Latin small letter u with ring above":"Lateinischer Kleinbuchstabe u mit Kroužek darüber","Latin capital letter u with double acute":"Lateinischer Großbuchstabe u mit doppeltem Akut","Latin small letter u with double acute":"Lateinischer Kleinbuchstabe u mit doppeltem Akut","Latin capital letter u with ogonek":"Lateinischer Großbuchstabe u mit Ogonek","Latin small letter u with ogonek":"Lateinischer Kleinbuchstabe u mit Ogonek","Latin capital letter w with circumflex":"Lateinischer Großbuchstabe w mit Zirkumflex","Latin small letter w with circumflex":"Lateinischer Kleinbuchstabe w mit Zirkumflex","Latin capital letter y with circumflex":"Lateinischer Großbuchstabe y mit Zirkumflex","Latin small letter y with circumflex":"Lateinischer Kleinbuchstabe y mit Zirkumflex","Latin capital letter y with diaeresis":"Lateinischer Großbuchstabe y mit Trema","Latin capital letter z with acute":"Lateinischer Großbuchstabe z mit Akut","Latin small letter z with acute":"Lateinischer Kleinbuchstabe z mit Akut","Latin capital letter z with dot above":"Lateinischer Großbuchstabe z mit Punkt darüber","Latin small letter z with dot above":"Lateinischer Kleinbuchstabe z mit Punkt darüber","Latin capital letter z with caron":"Lateinischer Großbuchstabe z mit Hatschek","Latin small letter z with caron":"Lateinischer Kleinbuchstabe z mit Hatschek","Latin small letter long s":"Lateinischer Kleinbuchstabe langes s","Less-than sign":"Kleiner-als-Zeichen","Greater-than sign":"Größer-als-Zeichen","Less-than or equal to":"Kleiner als oder gleich","Greater-than or equal to":"Größer als oder gleich","En dash":"Halbgeviertstrich","Em dash":"Geviertstrich",Macron:"Makron",Overline:"Überstrich","Degree sign":"Grad-Zeichen","Minus sign":"Minus-Zeichen","Plus-minus sign":"Plus-Minus-Zeichen","Division sign":"Geteilt-Zeichen","Fraction slash":"Schrägstrich","Multiplication sign":"Mal-Zeichen","Latin small letter f with hook":"Lateinischer Kleinbuchstabe f mit Haken",Integral:"Integral-Zeichen","N-ary summation":"Summen-Zeichen",Infinity:"Unendlich-Zeichen","Square root":"Wurzel-Zeichen","Tilde operator":"Tilde-Operator","Approximately equal to":"Ungefähr gleich","Almost equal to":"Gerundet","Not equal to":"Ungleich","Identical to":"Identisch mit","Element of":"Element von","Not an element of":"Kein Element von","Contains as member":"Enthält als Element","N-ary product":"Produkt-Zeichen","Logical and":"Logisches und","Logical or":"Logisches oder","Not sign":"Negations-Zeichen",Intersection:"Schnitt",Union:"Vereinigung","Partial differential":"Partielle Ableitung","For all":"Allquantor","There exists":"Existenzquantor","Empty set":"Leere Menge",Nabla:"Nabla","Asterisk operator":"Hodge-Stern-Operator","Proportional to":"Proportional zu",Angle:"Winkel-Zeichen","Vulgar fraction one quarter":"Gemeiner Bruch ein Viertel","Vulgar fraction one half":"Gemeiner Bruch ein Halb","Vulgar fraction three quarters":"Gemeiner Bruch drei Viertel","Single left-pointing angle quotation mark":"Einfache Guillemets nach links","Single right-pointing angle quotation mark":"Einfache Guillemets nach rechts","Left-pointing double angle quotation mark":"Doppelte Guillemets nach links","Right-pointing double angle quotation mark":"Doppelte Guillemets nach rechts","Left single quotation mark":"Einfache Anführungszeichen links","Right single quotation mark":"Einfache Anführungszeichen rechts","Left double quotation mark":"Doppelte Anführungszeichen links","Right double quotation mark":"Doppelte Anführungszeichen rechts","Single low-9 quotation mark":"Einfache Anführungszeichen links unten","Double low-9 quotation mark":"Doppelte Anführungszeichen links unten","Inverted exclamation mark":"Umgekehrtes Ausrufezeichen","Inverted question mark":"Umgekehrtes Fragezeichen","Two dot leader":"Doppel-Punktlinie","Horizontal ellipsis":"Auslassungspunkte","Double dagger":"Zweibalkenkreuz","Per mille sign":"Promille-Zeichen","Per ten thousand sign":"Pro-Zehntausend-Zeichen","Double exclamation mark":"Doppeltes Ausrufezeichen","Question exclamation mark":"Frage-Ruf-Zeichen","Exclamation question mark":"Ruf-Frage-Zeichen","Double question mark":"Doppeltes Fragezeichen","Copyright sign":"Copyright-Zeichen","Registered sign":"Registered-Trade-Mark-Zeichen","Trade mark sign":"Unregistered-Trade-Mark-Zeichen","Section sign":"Paragraphen-Zeichen","Paragraph sign":"Absatz-Zeichen","Reversed paragraph sign":"Umgedrehtes Absatz-Zeichen","Character categories":"Zeichenkategorien",Styles:"Stile","Multiple styles":"Mehrere Stile","Block styles":"Block-Stile","Text styles":"Text-Stile","Insert table":"Tabelle einfügen","Header column":"Kopfspalte","Insert column left":"Spalte links einfügen","Insert column right":"Spalte rechts einfügen","Delete column":"Spalte löschen","Select column":"Spalte auswählen",Column:"Spalte","Header row":"Kopfzeile","Insert row below":"Zeile unten einfügen","Insert row above":"Zeile oben einfügen","Delete row":"Zeile löschen","Select row":"Zeile auswählen",Row:"Zeile","Merge cell up":"Zelle verbinden","Merge cell right":"Zelle rechts verbinden","Merge cell down":"Zelle unten verbinden","Merge cell left":"Zelle links verbinden","Split cell vertically":"Zelle vertikal teilen","Split cell horizontally":"Zelle horizontal teilen","Merge cells":"Zellen verbinden","Table toolbar":"Tabelle Werkzeugleiste","Table properties":"Tabelleneigenschaften","Cell properties":"Zelleneigenschaften",Border:"Rahmen",Style:"Rahmenart",Width:"Breite",Height:"Höhe",Color:"Farbe",Background:"Hintergrund",Padding:"Innenabstand",Dimensions:"Größe","Table cell text alignment":"Ausrichtung des Zellentextes",Alignment:"Ausrichtung","Horizontal text alignment toolbar":"Werkzeugleiste für die horizontale Zellentext-Ausrichtung","Vertical text alignment toolbar":"Werkzeugleiste für die vertikale Zellentext-Ausrichtung","Table alignment toolbar":"Werkzeugleiste für die Tabellen-Ausrichtung",None:"Kein Rahmen",Solid:"Durchgezogen",Dotted:"Gepunktet",Dashed:"Gestrichelt",Double:"Doppelt",Groove:"Eingeritzt",Ridge:"Hervorgehoben",Inset:"Eingelassen",Outset:"Geprägt","Align cell text to the left":"Zellentext linksbündig ausrichten","Align cell text to the center":"Zellentext zentriert ausrichten","Align cell text to the right":"Zellentext rechtsbündig ausrichten","Justify cell text":"Zellentext als Blocksatz ausrichten","Align cell text to the top":"Zellentext oben ausrichten","Align cell text to the middle":"Zellentext mittig ausrichten","Align cell text to the bottom":"Zellentext unten ausrichten","Align table to the left":"Tabelle links ausrichten","Center table":"Tabelle zentrieren","Align table to the right":"Tabelle rechts ausrichten","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Die Farbe ist ungültig. Probieren Sie „#FF0000“ oder „rgb(255,0,0)“ oder „red“.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Der Wert ist ungültig. Probieren Sie „10px“ oder „2em“ oder „2“.","Color picker":"Farbwähler","Toggle caption off":"Tabellenüberschrift deaktivieren","Toggle caption on":"Tabellenüberschrift aktivieren","Enter table caption":"Tabellenüberschrift eingeben","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"Bearbeitungsbereich des Editors: %0","Edit block":"Absatz bearbeiten",Next:"Nächste",Previous:"vorherige","Editor toolbar":"Editor Werkzeugleiste","Dropdown toolbar":"Dropdown-Liste Werkzeugleiste",Black:"Schwarz","Dim grey":"Dunkelgrau",Grey:"Grau","Light grey":"Hellgrau",White:"Weiß",Red:"Rot",Orange:"Orange",Yellow:"Gelb","Light green":"Hellgrün",Green:"Grün",Aquamarine:"Aquamarinblau",Turquoise:"Türkis","Light blue":"Hellblau",Blue:"Blau",Purple:"Violett","Editor block content toolbar":"Editor Blockinhalt-Toolbar","Editor contextual toolbar":"Editor kontextuelle Toolbar",HEX:"",Undo:"Rückgängig",Redo:"Wiederherstellen","Upload in progress":"Upload läuft","Widget toolbar":"Widget Werkzeugleiste","Insert paragraph before block":"Absatz vor Block einfügen","Insert paragraph after block":"Absatz nach Block einfügen","Press Enter to type after or press Shift + Enter to type before the widget":"Drücken Sie die Eingabetaste, um nach dem Widget zu tippen oder Shift + Eingabetaste, um vor dem Widget zu tippen.","Words: %0":"Wörter: %0 ","Characters: %0":"Zeichen: %0 "} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['de'] = d['de'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Linksbündig","Align right":"Rechtsbündig","Align center":"Zentriert",Justify:"Blocksatz","Text alignment":"Textausrichtung","Text alignment toolbar":"Text-Ausrichtung Toolbar",Bold:"Fett",Italic:"Kursiv",Underline:"Unterstrichen",Code:"Code",Strikethrough:"Durchgestrichen",Subscript:"Tiefgestellt",Superscript:"Hochgestellt","Block quote":"Blockzitat","Insert code block":"Code-Block einfügen","Plain text":"Nur Text",Cancel:"Abbrechen","Remove color":"Farbe entfernen","Restore default":"Standard wiederherstellen",Save:"Speichern","Show more items":"Mehr anzeigen","%0 of %1":"%0 von %1","Cannot upload file:":"Die Datei kann nicht hochgeladen werden:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Bearbeitungsbereich: %0","Find and replace":"Suchen und ersetzen","Find in text…":"In Text suchen…",Find:"Suchen","Previous result":"Vorheriges Ergebnis","Next result":"Nächstes Ergebnis",Replace:"Ersetzen","Replace all":"Alle ersetzen","Match case":"Groß-/Kleinschreibung beachten","Whole words only":"Nur ganze Wörter","Replace with…":"Ersetzen durch…","Text to find must not be empty.":"Der Suchtext darf nicht leer sein.","Tip: Find some text first in order to replace it.":"Tipp: Zuerst nach Text suchen um diesen zu ersetzen.","Show options":"Optionen anzeigen",Paragraph:"Absatz",Heading:"Überschrift","Choose heading":"Überschrift auswählen","Heading 1":"Überschrift 1","Heading 2":"Überschrift 2","Heading 3":"Überschrift 3","Heading 4":"Überschrift 4","Heading 5":"Überschrift 5","Heading 6":"Überschrift 6","Type your title":"Titel eingeben","Type or paste your content here.":"Hier Inhalt einfügen.","Horizontal line":"Horizontale Linie","HTML object":"HTML-Objekt","Increase indent":"Einzug vergrößern","Decrease indent":"Einzug verkleinern",Unlink:"Link entfernen",Link:"Link","Link URL":"Linkadresse","Link image":"Bild verlinken","Edit link":"Link bearbeiten","Open link in new tab":"Link im neuen Tab öffnen","This link has no URL":"Dieser Link hat keine Adresse","Open in a new tab":"In neuem Tab öffnen",Downloadable:"Herunterladbar","Numbered List":"Nummerierte Liste","Bulleted List":"Aufzählungsliste","To-do List":"Aufgabenliste","Bulleted list styles toolbar":"Darstellung der ungeordneten Liste","Numbered list styles toolbar":"Darstellung der geordneten Liste","Toggle the disc list style":"Gefüllten Kreis einstellen","Toggle the circle list style":"Leeren Kreis einstellen","Toggle the square list style":"Quadrat einstellen","Toggle the decimal list style":"Dezimalzahlen einstellen","Toggle the decimal with leading zero list style":"Dezimalzahlen mit vorangestellten Nullen einstellen","Toggle the lower–roman list style":"Kleingeschriebene römische Zahlen einstellen","Toggle the upper–roman list style":"Großgeschriebene römische Zahlen einstellen","Toggle the lower–latin list style":"Kleingeschriebene lateinische Buchstaben einstellen","Toggle the upper–latin list style":"Großgeschriebene lateinische Buchstaben einstellen",Disc:"Gefüllter Kreis",Circle:"Leerer Kreis",Square:"Quadrat",Decimal:"Dezimalzahlen","Decimal with leading zero":"Dezimalzahlen mit vorangestellten Nullen","Lower–roman":"Kleingeschriebene römische Zahlen","Upper-roman":"Großgeschriebene römische Zahlen","Lower-latin":"Kleingeschriebene lateinische Buchstaben","Upper-latin":"Großgeschriebene lateinische Buchstaben","List properties":"Listeneigenschaften","Start at":"Beginnen mit","Start index must be greater than 0.":"Der Startwert muss größer als 0 sein.","Reversed order":"Umgekehrte Reihenfolge","Remove Format":"Formatierung entfernen","Select all":"Alles auswählen","Show blocks":"Blöcke anzeigen",Source:"Quellcode","Special characters":"Sonderzeichen",All:"Alle",Arrows:"Pfeile",Currency:"Währung",Latin:"Lateinisch",Mathematical:"Mathematisch",Text:"Text","leftwards simple arrow":"einfacher Linkspfeil","rightwards simple arrow":"einfacher Rechtspfeil","upwards simple arrow":"einfacher Aufwärtspfeil","downwards simple arrow":"einfacher Abwärtspfeil","leftwards double arrow":"Doppelpfeil nach links","rightwards double arrow":"Doppelpfeil nach rechts","upwards double arrow":"Doppelpfeil nach oben","downwards double arrow":"Doppelpfeil nach unten","leftwards dashed arrow":"Gestrichelter Pfeil nach links","rightwards dashed arrow":"Gestrichelter Pfeil nach rechts","upwards dashed arrow":"Gestrichelter Pfeil nach oben","downwards dashed arrow":"Gestrichelter Pfeil nach unten","leftwards arrow to bar":"Pfeil nach links zum Querstrich","rightwards arrow to bar":"Pfeil nach rechts zum Querstrich","upwards arrow to bar":"Pfeil nach oben zum Querstrich","downwards arrow to bar":"Pfeil nach unten zum Querstrich","up down arrow with base":"Unterstrichener Pfeil nach oben und unten","back with leftwards arrow above":"„Back“ darüber Pfeil nach links","end with leftwards arrow above":"„End“ darüber Pfeil nach links","on with exclamation mark with left right arrow above":"„On“ mit Ausrufezeichen darüber Pfeil nach links und rechts","soon with rightwards arrow above":"„Soon“ darüber Pfeil nach rechts","top with upwards arrow above":"„Top“ darüber Pfeil nach oben","Dollar sign":"Dollar-Zeichen","Euro sign":"Euro-Zeichen","Yen sign":"Yen-Zeichen","Pound sign":"Pfund-Zeichen","Cent sign":"Cent-Zeichen","Euro-currency sign":"Euro-Währungszeichen","Colon sign":"Colón-Zeichen","Cruzeiro sign":"Cruzeiro-Zeichen","French franc sign":"Französischer Franc-Zeichen","Lira sign":"Lira-Zeichen","Currency sign":"Währungssymbol","Bitcoin sign":"Bitcoin-Zeichen","Mill sign":"Mill-Zeichen","Naira sign":"Naira-Zeichen","Peseta sign":"Peseta-Zeichen","Rupee sign":"Rupie-Zeichen","Won sign":"Won-Zeichen","New sheqel sign":"Schekel-Zeichen","Dong sign":"Đồng-Zeichen","Kip sign":"Kip-Zeichen","Tugrik sign":"Tugrik-Zeichen","Drachma sign":"Drachme-Zeichen","German penny sign":"Pfennig-Zeichen","Peso sign":"Philippinischer Peso-Zeichen","Guarani sign":"Guaraní-Zeichen","Austral sign":"Austral-Zeichen","Hryvnia sign":"Hrywnja-Zeichen","Cedi sign":"Cedi-Zeichen","Livre tournois sign":"Livre tournois-Zeichen","Spesmilo sign":"Spesmilo-Zeichen","Tenge sign":"Tenge-Zeichen","Indian rupee sign":"Indische Rupie-Zeichen","Turkish lira sign":"Türkische Lira-Zeichen","Nordic mark sign":"Nordische Mark-Zeichen","Manat sign":"Manat-Zeichen","Ruble sign":"Rubel-Zeichen","Latin capital letter a with macron":"Lateinischer Großbuchstabe a mit Makron","Latin small letter a with macron":"Lateinischer Kleinbuchstabe a mit Makron","Latin capital letter a with breve":"Lateinischer Großbuchstabe a mit Breve","Latin small letter a with breve":"Lateinischer Kleinbuchstabe a mit Breve","Latin capital letter a with ogonek":"Lateinischer Großbuchstabe a mit Ogonek","Latin small letter a with ogonek":"Lateinischer Kleinbuchstabe a mit Ogonek","Latin capital letter c with acute":"Lateinischer Großbuchstabe c mit Akut","Latin small letter c with acute":"Lateinischer Kleinbuchstabe c mit Akut","Latin capital letter c with circumflex":"Lateinischer Großbuchstabe c mit Zirkumflex","Latin small letter c with circumflex":"Lateinischer Kleinbuchstabe c mit Zirkumflex","Latin capital letter c with dot above":"Lateinischer Großbuchstabe c mit Punkt darüber","Latin small letter c with dot above":"Lateinischer Kleinbuchstabe c mit Punkt darüber","Latin capital letter c with caron":"Lateinischer Großbuchstabe c mit Hatschek","Latin small letter c with caron":"Lateinischer Kleinbuchstabe c mit Hatschek","Latin capital letter d with caron":"Lateinischer Großbuchstabe d mit Hatschek","Latin small letter d with caron":"Lateinischer Kleinbuchstabe d mit Hatschek","Latin capital letter d with stroke":"Lateinischer Großbuchstabe d mit Querstrich","Latin small letter d with stroke":"Lateinischer Kleinbuchstabe d mit Querstrich","Latin capital letter e with macron":"Lateinischer Großbuchstabe e mit Makron","Latin small letter e with macron":"Lateinischer Kleinbuchstabe e mit Makron","Latin capital letter e with breve":"Lateinischer Großbuchstabe e mit Breve","Latin small letter e with breve":"Lateinischer Kleinbuchstabe e mit Breve","Latin capital letter e with dot above":"Lateinischer Großbuchstabe e mit Punkt darüber","Latin small letter e with dot above":"Lateinischer Kleinbuchstabe e mit Punkt darüber","Latin capital letter e with ogonek":"Lateinischer Großbuchstabe e mit Ogonek","Latin small letter e with ogonek":"Lateinischer Kleinbuchstabe e mit Ogonek","Latin capital letter e with caron":"Lateinischer Großbuchstabe e mit Hatschek","Latin small letter e with caron":"Lateinischer Kleinbuchstabe e mit Hatschek","Latin capital letter g with circumflex":"Lateinischer Großbuchstabe g mit Zirkumflex","Latin small letter g with circumflex":"Lateinischer Kleinbuchstabe g mit Zirkumflex","Latin capital letter g with breve":"Lateinischer Großbuchstabe g mit Breve","Latin small letter g with breve":"Lateinischer Kleinbuchstabe g mit Breve","Latin capital letter g with dot above":"Lateinischer Großbuchstabe g mit Punkt darüber","Latin small letter g with dot above":"Lateinischer Kleinbuchstabe g mit Punkt darüber","Latin capital letter g with cedilla":"Lateinischer Großbuchstabe g mit Cedille","Latin small letter g with cedilla":"Lateinischer Kleinbuchstabe g mit Cedille","Latin capital letter h with circumflex":"Lateinischer Großbuchstabe h mit Zirkumflex","Latin small letter h with circumflex":"Lateinischer Kleinbuchstabe h mit Zirkumflex","Latin capital letter h with stroke":"Lateinischer Großbuchstabe h mit Querstrich","Latin small letter h with stroke":"Lateinischer Kleinbuchstabe h mit Querstrich","Latin capital letter i with tilde":"Lateinischer Großbuchstabe i mit Tilde","Latin small letter i with tilde":"Lateinischer Kleinbuchstabe i mit Tilde","Latin capital letter i with macron":"Lateinischer Großbuchstabe i mit Makron","Latin small letter i with macron":"Lateinischer Kleinbuchstabe i mit Makron","Latin capital letter i with breve":"Lateinischer Großbuchstabe i mit Breve","Latin small letter i with breve":"Lateinischer Kleinbuchstabe i mit Breve","Latin capital letter i with ogonek":"Lateinischer Großbuchstabe i mit Ogonek","Latin small letter i with ogonek":"Lateinischer Kleinbuchstabe i mit Ogonek","Latin capital letter i with dot above":"Lateinischer Großbuchstabe i mit Punkt darüber","Latin small letter dotless i":"Lateinischer Kleinbuchstabe i ohne Punkt","Latin capital ligature ij":"Große lateinische Ligatur ij","Latin small ligature ij":"Kleine lateinische Ligatur ij","Latin capital letter j with circumflex":"Lateinischer Großbuchstabe j mit Zirkumflex","Latin small letter j with circumflex":"Lateinischer Kleinbuchstabe j mit Zirkumflex","Latin capital letter k with cedilla":"Lateinischer Großbuchstabe k mit Cedille","Latin small letter k with cedilla":"Lateinischer Kleinbuchstabe k mit Cedille","Latin small letter kra":"Lateinischer Kleinbuchstabe Kra","Latin capital letter l with acute":"Lateinischer Großbuchstabe l mit Akut","Latin small letter l with acute":"Lateinischer Kleinbuchstabe l mit Akut","Latin capital letter l with cedilla":"Lateinischer Großbuchstabe l mit Cedille","Latin small letter l with cedilla":"Lateinischer Kleinbuchstabe l mit Cedille","Latin capital letter l with caron":"Lateinischer Großbuchstabe l mit Hatschek","Latin small letter l with caron":"Lateinischer Kleinbuchstabe l mit Hatschek","Latin capital letter l with middle dot":"Lateinischer Großbuchstabe l mit Mittelpunkt","Latin small letter l with middle dot":"Lateinischer Kleinbuchstabe l mit Mittelpunkt","Latin capital letter l with stroke":"Lateinischer Großbuchstabe l mit Querstrich","Latin small letter l with stroke":"Lateinischer Kleinbuchstabe l mit Querstrich","Latin capital letter n with acute":"Lateinischer Großbuchstabe n mit Akut","Latin small letter n with acute":"Lateinischer Kleinbuchstabe n mit Akut","Latin capital letter n with cedilla":"Lateinischer Großbuchstabe n mit Cedille","Latin small letter n with cedilla":"Lateinischer Kleinbuchstabe n mit Cedille","Latin capital letter n with caron":"Lateinischer Großbuchstabe n mit Hatschek","Latin small letter n with caron":"Lateinischer Kleinbuchstabe n mit Hatschek","Latin small letter n preceded by apostrophe":"Lateinischer Kleinbuchstabe n mit vorangestelltem Apostroph","Latin capital letter eng":"Lateinischer Großbuchstabe Eng","Latin small letter eng":"Lateinischer Kleinbuchstabe Eng","Latin capital letter o with macron":"Lateinischer Großbuchstabe o mit Makron","Latin small letter o with macron":"Lateinischer Kleinbuchstabe o mit Makron","Latin capital letter o with breve":"Lateinischer Großbuchstabe o mit Breve","Latin small letter o with breve":"Lateinischer Kleinbuchstabe o mit Breve","Latin capital letter o with double acute":"Lateinischer Großbuchstabe o mit doppeltem Akut","Latin small letter o with double acute":"Lateinischer Kleinbuchstabe o mit doppeltem Akut","Latin capital ligature oe":"Große lateinische Ligatur oe","Latin small ligature oe":"Kleine lateinische Ligatur oe","Latin capital letter r with acute":"Lateinischer Großbuchstabe r mit Akut","Latin small letter r with acute":"Lateinischer Kleinbuchstabe r mit Akut","Latin capital letter r with cedilla":"Lateinischer Großbuchstabe r mit Cedille","Latin small letter r with cedilla":"Lateinischer Kleinbuchstabe r mit Cedille","Latin capital letter r with caron":"Lateinischer Großbuchstabe r mit Hatschek","Latin small letter r with caron":"Lateinischer Kleinbuchstabe r mit Hatschek","Latin capital letter s with acute":"Lateinischer Großbuchstabe s mit Akut","Latin small letter s with acute":"Lateinischer Kleinbuchstabe s mit Akut","Latin capital letter s with circumflex":"Lateinischer Großbuchstabe s mit Zirkumflex","Latin small letter s with circumflex":"Lateinischer Kleinbuchstabe s mit Zirkumflex","Latin capital letter s with cedilla":"Lateinischer Großbuchstabe s mit Cedille","Latin small letter s with cedilla":"Lateinischer Kleinbuchstabe s mit Cedille","Latin capital letter s with caron":"Lateinischer Großbuchstabe s mit Hatschek","Latin small letter s with caron":"Lateinischer Kleinbuchstabe s mit Hatschek","Latin capital letter t with cedilla":"Lateinischer Großbuchstabe t mit Cedille","Latin small letter t with cedilla":"Lateinischer Kleinbuchstabe t mit Cedille","Latin capital letter t with caron":"Lateinischer Großbuchstabe t mit Hatschek","Latin small letter t with caron":"Lateinischer Kleinbuchstabe t mit Hatschek","Latin capital letter t with stroke":"Lateinischer Großbuchstabe t mit Querstrich","Latin small letter t with stroke":"Lateinischer Kleinbuchstabe t mit Querstrich","Latin capital letter u with tilde":"Lateinischer Großbuchstabe u mit Tilde","Latin small letter u with tilde":"Lateinischer Kleinbuchstabe u mit Tilde","Latin capital letter u with macron":"Lateinischer Großbuchstabe u mit Makron","Latin small letter u with macron":"Lateinischer Kleinbuchstabe u mit Makron","Latin capital letter u with breve":"Lateinischer Großbuchstabe u mit Breve","Latin small letter u with breve":"Lateinischer Kleinbuchstabe u mit Breve","Latin capital letter u with ring above":"Lateinischer Großbuchstabe u mit Kroužek darüber","Latin small letter u with ring above":"Lateinischer Kleinbuchstabe u mit Kroužek darüber","Latin capital letter u with double acute":"Lateinischer Großbuchstabe u mit doppeltem Akut","Latin small letter u with double acute":"Lateinischer Kleinbuchstabe u mit doppeltem Akut","Latin capital letter u with ogonek":"Lateinischer Großbuchstabe u mit Ogonek","Latin small letter u with ogonek":"Lateinischer Kleinbuchstabe u mit Ogonek","Latin capital letter w with circumflex":"Lateinischer Großbuchstabe w mit Zirkumflex","Latin small letter w with circumflex":"Lateinischer Kleinbuchstabe w mit Zirkumflex","Latin capital letter y with circumflex":"Lateinischer Großbuchstabe y mit Zirkumflex","Latin small letter y with circumflex":"Lateinischer Kleinbuchstabe y mit Zirkumflex","Latin capital letter y with diaeresis":"Lateinischer Großbuchstabe y mit Trema","Latin capital letter z with acute":"Lateinischer Großbuchstabe z mit Akut","Latin small letter z with acute":"Lateinischer Kleinbuchstabe z mit Akut","Latin capital letter z with dot above":"Lateinischer Großbuchstabe z mit Punkt darüber","Latin small letter z with dot above":"Lateinischer Kleinbuchstabe z mit Punkt darüber","Latin capital letter z with caron":"Lateinischer Großbuchstabe z mit Hatschek","Latin small letter z with caron":"Lateinischer Kleinbuchstabe z mit Hatschek","Latin small letter long s":"Lateinischer Kleinbuchstabe langes s","Less-than sign":"Kleiner-als-Zeichen","Greater-than sign":"Größer-als-Zeichen","Less-than or equal to":"Kleiner als oder gleich","Greater-than or equal to":"Größer als oder gleich","En dash":"Halbgeviertstrich","Em dash":"Geviertstrich",Macron:"Makron",Overline:"Überstrich","Degree sign":"Grad-Zeichen","Minus sign":"Minus-Zeichen","Plus-minus sign":"Plus-Minus-Zeichen","Division sign":"Geteilt-Zeichen","Fraction slash":"Schrägstrich","Multiplication sign":"Mal-Zeichen","Latin small letter f with hook":"Lateinischer Kleinbuchstabe f mit Haken",Integral:"Integral-Zeichen","N-ary summation":"Summen-Zeichen",Infinity:"Unendlich-Zeichen","Square root":"Wurzel-Zeichen","Tilde operator":"Tilde-Operator","Approximately equal to":"Ungefähr gleich","Almost equal to":"Gerundet","Not equal to":"Ungleich","Identical to":"Identisch mit","Element of":"Element von","Not an element of":"Kein Element von","Contains as member":"Enthält als Element","N-ary product":"Produkt-Zeichen","Logical and":"Logisches und","Logical or":"Logisches oder","Not sign":"Negations-Zeichen",Intersection:"Schnitt",Union:"Vereinigung","Partial differential":"Partielle Ableitung","For all":"Allquantor","There exists":"Existenzquantor","Empty set":"Leere Menge",Nabla:"Nabla","Asterisk operator":"Hodge-Stern-Operator","Proportional to":"Proportional zu",Angle:"Winkel-Zeichen","Vulgar fraction one quarter":"Gemeiner Bruch ein Viertel","Vulgar fraction one half":"Gemeiner Bruch ein Halb","Vulgar fraction three quarters":"Gemeiner Bruch drei Viertel","Single left-pointing angle quotation mark":"Einfache Guillemets nach links","Single right-pointing angle quotation mark":"Einfache Guillemets nach rechts","Left-pointing double angle quotation mark":"Doppelte Guillemets nach links","Right-pointing double angle quotation mark":"Doppelte Guillemets nach rechts","Left single quotation mark":"Einfache Anführungszeichen links","Right single quotation mark":"Einfache Anführungszeichen rechts","Left double quotation mark":"Doppelte Anführungszeichen links","Right double quotation mark":"Doppelte Anführungszeichen rechts","Single low-9 quotation mark":"Einfache Anführungszeichen links unten","Double low-9 quotation mark":"Doppelte Anführungszeichen links unten","Inverted exclamation mark":"Umgekehrtes Ausrufezeichen","Inverted question mark":"Umgekehrtes Fragezeichen","Two dot leader":"Doppel-Punktlinie","Horizontal ellipsis":"Auslassungspunkte","Double dagger":"Zweibalkenkreuz","Per mille sign":"Promille-Zeichen","Per ten thousand sign":"Pro-Zehntausend-Zeichen","Double exclamation mark":"Doppeltes Ausrufezeichen","Question exclamation mark":"Frage-Ruf-Zeichen","Exclamation question mark":"Ruf-Frage-Zeichen","Double question mark":"Doppeltes Fragezeichen","Copyright sign":"Copyright-Zeichen","Registered sign":"Registered-Trade-Mark-Zeichen","Trade mark sign":"Unregistered-Trade-Mark-Zeichen","Section sign":"Paragraphen-Zeichen","Paragraph sign":"Absatz-Zeichen","Reversed paragraph sign":"Umgedrehtes Absatz-Zeichen","Character categories":"Zeichenkategorien",Styles:"Stile","Multiple styles":"Mehrere Stile","Block styles":"Block-Stile","Text styles":"Text-Stile","Insert table":"Tabelle einfügen","Header column":"Kopfspalte","Insert column left":"Spalte links einfügen","Insert column right":"Spalte rechts einfügen","Delete column":"Spalte löschen","Select column":"Spalte auswählen",Column:"Spalte","Header row":"Kopfzeile","Insert row below":"Zeile unten einfügen","Insert row above":"Zeile oben einfügen","Delete row":"Zeile löschen","Select row":"Zeile auswählen",Row:"Zeile","Merge cell up":"Zelle verbinden","Merge cell right":"Zelle rechts verbinden","Merge cell down":"Zelle unten verbinden","Merge cell left":"Zelle links verbinden","Split cell vertically":"Zelle vertikal teilen","Split cell horizontally":"Zelle horizontal teilen","Merge cells":"Zellen verbinden","Table toolbar":"Tabelle Werkzeugleiste","Table properties":"Tabelleneigenschaften","Cell properties":"Zelleneigenschaften",Border:"Rahmen",Style:"Rahmenart",Width:"Breite",Height:"Höhe",Color:"Farbe",Background:"Hintergrund",Padding:"Innenabstand",Dimensions:"Größe","Table cell text alignment":"Ausrichtung des Zellentextes",Alignment:"Ausrichtung","Horizontal text alignment toolbar":"Werkzeugleiste für die horizontale Zellentext-Ausrichtung","Vertical text alignment toolbar":"Werkzeugleiste für die vertikale Zellentext-Ausrichtung","Table alignment toolbar":"Werkzeugleiste für die Tabellen-Ausrichtung",None:"Kein Rahmen",Solid:"Durchgezogen",Dotted:"Gepunktet",Dashed:"Gestrichelt",Double:"Doppelt",Groove:"Eingeritzt",Ridge:"Hervorgehoben",Inset:"Eingelassen",Outset:"Geprägt","Align cell text to the left":"Zellentext linksbündig ausrichten","Align cell text to the center":"Zellentext zentriert ausrichten","Align cell text to the right":"Zellentext rechtsbündig ausrichten","Justify cell text":"Zellentext als Blocksatz ausrichten","Align cell text to the top":"Zellentext oben ausrichten","Align cell text to the middle":"Zellentext mittig ausrichten","Align cell text to the bottom":"Zellentext unten ausrichten","Align table to the left":"Tabelle links ausrichten","Center table":"Tabelle zentrieren","Align table to the right":"Tabelle rechts ausrichten","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Die Farbe ist ungültig. Probieren Sie „#FF0000“ oder „rgb(255,0,0)“ oder „red“.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Der Wert ist ungültig. Probieren Sie „10px“ oder „2em“ oder „2“.","Color picker":"Farbwähler","Toggle caption off":"Tabellenüberschrift deaktivieren","Toggle caption on":"Tabellenüberschrift aktivieren","Enter table caption":"Tabellenüberschrift eingeben","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"Bearbeitungsbereich des Editors: %0","Edit block":"Absatz bearbeiten",Next:"Nächste",Previous:"vorherige","Editor toolbar":"Editor Werkzeugleiste","Dropdown toolbar":"Dropdown-Liste Werkzeugleiste",Black:"Schwarz","Dim grey":"Dunkelgrau",Grey:"Grau","Light grey":"Hellgrau",White:"Weiß",Red:"Rot",Orange:"Orange",Yellow:"Gelb","Light green":"Hellgrün",Green:"Grün",Aquamarine:"Aquamarinblau",Turquoise:"Türkis","Light blue":"Hellblau",Blue:"Blau",Purple:"Violett","Editor block content toolbar":"Editor Blockinhalt-Toolbar","Editor contextual toolbar":"Editor kontextuelle Toolbar",HEX:"HEX",Accept:"Akzeptieren",Undo:"Rückgängig",Redo:"Wiederherstellen","Upload in progress":"Upload läuft","Widget toolbar":"Widget Werkzeugleiste","Insert paragraph before block":"Absatz vor Block einfügen","Insert paragraph after block":"Absatz nach Block einfügen","Press Enter to type after or press Shift + Enter to type before the widget":"Drücken Sie die Eingabetaste, um nach dem Widget zu tippen oder Shift + Eingabetaste, um vor dem Widget zu tippen.","Words: %0":"Wörter: %0 ","Characters: %0":"Zeichen: %0 "} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/el.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/el.js index 15ad801eaf14..e281be1e1998 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/el.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/el.js @@ -1 +1 @@ -(function(d){ const l = d['el'] = d['el'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Στοίχιση αριστερά","Align right":"Στοίχιση δεξιά","Align center":"Στοίχιση στο κέντρο",Justify:"Πλήρης στοίχηση","Text alignment":"Στοίχιση κειμένου","Text alignment toolbar":"Γραμμή εργαλείων στοίχισης κειμένου",Bold:"Έντονα",Italic:"Πλάγια",Underline:"Υπογράμμιση",Code:"Κώδικας",Strikethrough:"Διακριτή διαγραφή",Subscript:"Δείκτης",Superscript:"Εκθέτης","Block quote":"Περιοχή παράθεσης","Insert code block":"Εισαγωγή τμήματος κώδικα","Plain text":"Απλό κέιμενο",Cancel:"Ακύρωση","Remove color":"Απομάκρυνση χρώματος","Restore default":"Επαναφορά προεπιλογής",Save:"Αποθήκευση","Show more items":"Προβολή περισσότερων αντικειμένων","%0 of %1":"%0 από %1","Cannot upload file:":"Αδύνατη η αποστολή του αρχείου:","Rich Text Editor. Editing area: %0":"Πρόγραμμα επεξεργασίας εμπλουτισμένου κειμένου. Περιοχή επεξεργασίας: %0","Find and replace":"Εύρεση και αντικατάσταση","Find in text…":"Εύρεση στο κείμενο...",Find:"Εύρεση","Previous result":"Προηγούμενο αποτέλεσμα","Next result":"Επόμενο αποτέλεσμα",Replace:"Αντικατάσταση","Replace all":"Αντικατάσταση όλων","Match case":"Ταίριασμα πεζών-ΚΕΦΑΛΑΙΩΝ","Whole words only":"Μόνο ολόκληρες λέξεις","Replace with…":"Αντικατάσταση με...","Text to find must not be empty.":"Το κείμενο προς εύρεση δεν πρέπει να είναι άδειο.","Tip: Find some text first in order to replace it.":"Επισήμανση: Βρείτε κάποιο κείμενο αρχικά ώστε να το αντικαταστήσετε.","Show options":"Προβολή επιλογών",Paragraph:"Παράγραφος",Heading:"Κεφαλίδα","Choose heading":"Επιλέξτε κεφαλίδα","Heading 1":"Κεφαλίδα 1","Heading 2":"Κεφαλίδα 2","Heading 3":"Κεφαλίδα 3","Heading 4":"Κεφαλίδα 4","Heading 5":"Κεφαλίδα 5","Heading 6":"Κεφαλίδα 6","Type your title":"Γράψτε τον τίτλο σας εδώ","Type or paste your content here.":"Γράψτε ή επικολλήστε τα περιεχόμενά σας εδώ.","Horizontal line":"Οριζόντια γραμμή","HTML object":"Αντικείμενο HTML","Increase indent":"Αύξηση εσοχής","Decrease indent":"Μείωση εσοχής",Unlink:"Αφαίρεση συνδέσμου",Link:"Σύνδεσμος","Link URL":"Διεύθυνση συνδέσμου","Link image":"Εικόνα συνδέσμου","Edit link":"Επεξεργασία συνδέσμου","Open link in new tab":"Άνοιγμα συνδέσμου σε νέα καρτέλα","This link has no URL":"Ο σύνδεσμος δεν έχει διεύθυνση","Open in a new tab":"Άνοιγμα σε νέα καρτέλα",Downloadable:"Με δυνατότητα λήψης","Numbered List":"Λίστα με αριθμούς","Bulleted List":"Λίστα με κουκκίδες","To-do List":"Λίστα προγραμματισμένων ενεργειών","Bulleted list styles toolbar":"Γραμμή εργαλείων στυλ λιστών με κουκίδες","Numbered list styles toolbar":"Γραμμή εργαλείων στυλ λιστών με αριθμούς","Toggle the disc list style":"Εναλλαγή του στυλ λίστας με δίσκο","Toggle the circle list style":"Εναλλαγή του στυλ λίστας με κύκλο","Toggle the square list style":"Εναλαγή του στυλ λίστας με τετράγωνο","Toggle the decimal list style":"Εναλλαγή του στυλ λίστας με δεκαδικά","Toggle the decimal with leading zero list style":"Εναλλαγή του στυλ λίστας δεκαδικών με μηδενικά","Toggle the lower–roman list style":"Εναλλαγή του στυλ λίστας με μικρά ρωμαϊκά","Toggle the upper–roman list style":"Εναλλαγή του στυλ λίστας με κεφαλαία ρωμαϊκά","Toggle the lower–latin list style":"Εναλλαγή του στυλ λίστας με μικρά λατινικά","Toggle the upper–latin list style":"Εναλλαγή του στυλ λίστας με κεφαλαία λατινικά",Disc:"Δίσκος",Circle:"Κύκλος",Square:"Τετράγωνο",Decimal:"Δεκαδικό","Decimal with leading zero":"Δεκαδικό με μηδενικά","Lower–roman":"Μικρά ρωμαϊκά","Upper-roman":"Κεφαλαία ρωμαϊκά","Lower-latin":"Μικρά λατινικά","Upper-latin":"Κεφαλαία λατινικά","List properties":"Ιδιότητες λίστας","Start at":"Εναρξη από","Start index must be greater than 0.":"Ο αριθμός έναρξης πρέπει να είναι μεγαλύτερος από 0.","Reversed order":"Αντίστροφη σειρά","Remove Format":"Απομάκρυνση μορφοποίησης","Select all":"Επιλογή όλων",Source:"Κώδικας","Special characters":"Ειδικοί χαρακτήρες",All:"Όλα",Arrows:"Βέλη",Currency:"Νόμισμα",Latin:"Λατινικά",Mathematical:"Μαθηματικά",Text:"Κείμενο","leftwards simple arrow":"απλό βέλος προς τα αριστερά","rightwards simple arrow":"απλό βέλος προς τα δεξιά","upwards simple arrow":"απλό βέλος προς τα πάνω","downwards simple arrow":"απλό βέλος προς τα κάτω","leftwards double arrow":"αριστερό διπλό βέλος","rightwards double arrow":"δεξιό διπλό βέλος","upwards double arrow":"άνω διπλό βέλος","downwards double arrow":"κάτω διπλό βέλος","leftwards dashed arrow":"αριστερό βέλος με παύλες","rightwards dashed arrow":"δεξιό βέλος με παύλες","upwards dashed arrow":"άνω βέλος με παύλες","downwards dashed arrow":"κάτω βέλος με παύλες","leftwards arrow to bar":"αριστερό βέλος σε γραμμή","rightwards arrow to bar":"δεξιό βέλος σε γραμμή","upwards arrow to bar":"άνω βέλος σε γραμμή","downwards arrow to bar":"κάτω βέλος σε γραμμή","up down arrow with base":"άνω κάτω βέλος με βάση","back with leftwards arrow above":"όπισθεν με αριστερό βέλος άνω","end with leftwards arrow above":"τέλος με αριστερό βέλος άνω","on with exclamation mark with left right arrow above":"ενεργό με θαυμαστικό με αριστερό δεξί βέλος άνω","soon with rightwards arrow above":"σύντομα με δεξί βέλος άνω","top with upwards arrow above":"κορυφή με άνω βέλος επάνω","Dollar sign":"Σύμβολο δολλαρίου","Euro sign":"Σύμβολο ευρώ","Yen sign":"Σύμβολο Γιέν","Pound sign":"Σύμβολο λίρας Αγγλίας","Cent sign":"Σύμβολο λεπτού","Euro-currency sign":"Σύμβολο ευρωνομίσματος","Colon sign":"Σύμβολο άνω κάτω τελείας","Cruzeiro sign":"Σύμβολο Κρουζέιρο","French franc sign":"Σύμβολο γαλλικού φράγκου","Lira sign":"Σύμβολο λίρας Τουρκίας","Currency sign":"Σύμβολο νομίσματος","Bitcoin sign":"Σύμβολο Bitcoin","Mill sign":"Σύμβολο χιλιοστού νομίσματος","Naira sign":"Σύμβολο Ναΐρα Νιγηρίας","Peseta sign":"Σύμβολο πεσέτας Ισπανίας","Rupee sign":"Σύμβολο ρουπίας Ινδίας","Won sign":"Σύμβολο Γουάν Κίνας","New sheqel sign":"Σύμβολο νέου σεκέλ Ισραήλ","Dong sign":"Σύμβολο Ντόνγκ Βιετνάμ","Kip sign":"Σύμβολο κίπ Λάος","Tugrik sign":"Σύμβολο τουγκρίκ Μογγολίας","Drachma sign":"Σύμβολο δραχμής Ελλάδας","German penny sign":"Σύμβολο γερμανικού λεπτού","Peso sign":"Σύμβολο πέσος Μεξικού","Guarani sign":"Σύμβολο γκουαράνι Παραγουάης","Austral sign":"Σύμβολο αουστράλ Αργεντινής","Hryvnia sign":"Σύμβολο γρίβνα Ουκρανίας","Cedi sign":"Σύμβολο σίντι Γκάνας","Livre tournois sign":"Σύμβολο λίβρα τουρ Γαλλίας","Spesmilo sign":"Σύμβολο σπεσμίλο","Tenge sign":"Σύμβολο τένγκε Καζακστάν","Indian rupee sign":"Σύμβολο ρουπίας Ινδίας","Turkish lira sign":"Σύμβολο λίρας Τουρκίας","Nordic mark sign":"Σύμβολο μάρκου Νορβηγίας","Manat sign":"Σύμβολο μανάτ Αζερμπαϊτζάν","Ruble sign":"Σύμβολο ρουβλίου Ρωσίας","Latin capital letter a with macron":"Λατινικό κεφαλαίο γράμμα a με παύλα","Latin small letter a with macron":"Λατινικό μικρό γράμμα a με παύλα","Latin capital letter a with breve":"Λατινικό κεφαλαίο γράμμα a με μισοφέγγαρο","Latin small letter a with breve":"Λατινικό μικρό γράμμα a με μισοφέγγαρο","Latin capital letter a with ogonek":"Λατινικό κεφαλαίο γράμμα a με μικρή ουρά","Latin small letter a with ogonek":"Λατινικό μικρό γράμμα a με μικρή ουρά","Latin capital letter c with acute":"Λατινικό κεφαλαίο γράμμα c με δεξί τόνο","Latin small letter c with acute":"Λατινικό μικρό γράμμα c με δεξί τόνο","Latin capital letter c with circumflex":"Λατινικό κεφαλαίο γράμμα c με καπελάκι","Latin small letter c with circumflex":"Λατινικό μικρό γράμμα c με καπελάκι","Latin capital letter c with dot above":"Λατινικό κεφαλαίο γράμμα c με τελεία επάνω","Latin small letter c with dot above":"Λατινικό μικρό γράμμα c με τελεία επάνω","Latin capital letter c with caron":"Λατινικό κεφαλαίο γράμμα c με ανάποδο καπελάκι","Latin small letter c with caron":"Λατινικό μικρό γράμμα c με ανάποδο καπελάκι","Latin capital letter d with caron":"Λατινικό κεφαλαίο γράμμα d με ανάποδο καπελάκι","Latin small letter d with caron":"Λατινικό μικρό γράμμα d με ανάποδο καπελάκι","Latin capital letter d with stroke":"Λατινικό κεφαλαίο γράμμα d με σταυρωμένη παύλα","Latin small letter d with stroke":"Λατινικό μικρό γράμμα d με σταυρωμένη παύλα","Latin capital letter e with macron":"Λατινικό κεφαλαίο γράμμα e με παύλα","Latin small letter e with macron":"Λατινικό μικρό γράμμα e με παύλα","Latin capital letter e with breve":"Λατινικό κεφαλαίο γράμμα e με μισοφέγγαρο","Latin small letter e with breve":"Λατινικό μικρό γράμμα e με μισοφέγγαρο","Latin capital letter e with dot above":"Λατινικό κεφαλαίο γράμμα e με τελεία επάνω","Latin small letter e with dot above":"Λατινικό μικρό γράμμα e με τελεία επάνω","Latin capital letter e with ogonek":"Λατινικό κεφαλαίο γράμμα e με μικρή ουρά","Latin small letter e with ogonek":"Λατινικό μικρό γράμμα e με μικρή ουρά","Latin capital letter e with caron":"Λατινικό κεφαλαίο γράμμα e με ανάποδο καπελάκι","Latin small letter e with caron":"Λατινικό μικρό γράμμα e με ανάποδο καπελάκι","Latin capital letter g with circumflex":"Λατινικό κεφαλαίο γράμμα g με καπελάκι","Latin small letter g with circumflex":"Λατινικό μικρό γράμμα g με καπελάκι","Latin capital letter g with breve":"Λατινικό κεφαλαίο γράμμα g με βραχεία","Latin small letter g with breve":"Λατινικό μικρό γράμμα g με βραχεία","Latin capital letter g with dot above":"Λατινικό κεφαλαίο γράμμα g με τελεία επάνω","Latin small letter g with dot above":"Λατινικό μικρό γράμμα g με τελεία επάνω","Latin capital letter g with cedilla":"Λατινικό κεφαλαίο γράμμα g με υποστιγμή","Latin small letter g with cedilla":"Λατινικό μικρό γράμμα g με υποστιγμή","Latin capital letter h with circumflex":"Λατινικό κεφαλαίο γράμμα h με αιχμή","Latin small letter h with circumflex":"Λατινικό μικρό γράμμα h με αιχμή","Latin capital letter h with stroke":"Λατινικό κεφαλαίο γράμμα h με κάθετο","Latin small letter h with stroke":"Λατινικό μικρό γράμμα h με κάθετο","Latin capital letter i with tilde":"Λατινικό κεφαλαίο γράμμα i με περισπωμένη","Latin small letter i with tilde":"Λατινικό μικρό γράμμα i με περισπωμένη","Latin capital letter i with macron":"Λατινικό κεφαλαίο γράμμα i με μακριά παύλα","Latin small letter i with macron":"Λατινικό μικρό γράμμα i με μακριά παύλα","Latin capital letter i with breve":"Λατινικό κεφαλαίο γράμμα i με βραχεία","Latin small letter i with breve":"Λατινικό μικρό γράμμα i με βραχεία","Latin capital letter i with ogonek":"Λατινικό κεφαλαίο γράμμα i με ανάστροφη υποστιγμή","Latin small letter i with ogonek":"Λατινικό μικρό γράμμα i με ανάστροφη υποστιγμή","Latin capital letter i with dot above":"Λατινικό κεφαλαίο γράμμα i με τελεία επάνω","Latin small letter dotless i":"Λατινικό μικρό γράμμα i χωρίς τελεία","Latin capital ligature ij":"Λατινικό κεφαλαίο σύμπλεγμα ij","Latin small ligature ij":"Λατινικό μικρό σύμπλεγμα ij","Latin capital letter j with circumflex":"Λατινικό κεφαλαίο γράμμα j με αιχμή","Latin small letter j with circumflex":"Λατινικό μικρό γράμμα j με αιχμή","Latin capital letter k with cedilla":"Λατινικό κεφαλαίο γράμμα k με υποστιγμή","Latin small letter k with cedilla":"Λατινικό μικρό γράμμα k με υποστιγμή","Latin small letter kra":"Λατινικό μικρό γράμμα kra","Latin capital letter l with acute":"Λατινικό κεφαλαίο γράμμα l με οξεία","Latin small letter l with acute":"Λατινικό μικρό γράμμα l με οξεία","Latin capital letter l with cedilla":"Λατινικό κεφαλαίο γράμμα l με υποστιγμή","Latin small letter l with cedilla":"Λατινικό μικρό γράμμα l με υποστιγμή","Latin capital letter l with caron":"Λατινικό κεφαλαίο γράμμα l με αμβλεία","Latin small letter l with caron":"Λατινικό μικρό γράμμα l με αμβλεία","Latin capital letter l with middle dot":"Λατινικό κεφαλαίο γράμμα l με μεσαία τελεία","Latin small letter l with middle dot":"Λατινικό μικρό γράμμα l με μεσαία τελεία","Latin capital letter l with stroke":"Λατινικό κεφαλαίο γράμμα l με κάθετο","Latin small letter l with stroke":"Λατινικό μικρό γράμμα l με κάθετο","Latin capital letter n with acute":"Λατινικό κεφαλαίο γράμμα n με οξεία","Latin small letter n with acute":"Λατινικό μικρό γράμμα n με οξεία","Latin capital letter n with cedilla":"Λατινικό κεφαλαίο γράμμα n με υποστιγμή","Latin small letter n with cedilla":"Λατινικό μικρό γράμμα n με υποστιγμή","Latin capital letter n with caron":"Λατινικό κεφαλαίο γράμμα n με αμβλεία","Latin small letter n with caron":"Λατινικό μικρό γράμμα n με αμβλεία","Latin small letter n preceded by apostrophe":"Λατινικό μικρό γράμμα n με απόστροφο που προηγείται","Latin capital letter eng":"Λατινικό κεφαλαίο γράμμα eng","Latin small letter eng":"Λατινικό μικρό γράμμα eng","Latin capital letter o with macron":"Λατινικό κεφαλαίο γράμμα o με μακριά παύλα","Latin small letter o with macron":"Λατινικό κεφαλαίο γράμμα o με μακριά παύλα","Latin capital letter o with breve":"Λατινικό κεφαλαίο γράμμα o με βραχεία","Latin small letter o with breve":"Λατινικό μικρό γράμμα o με βραχεία","Latin capital letter o with double acute":"Λατινικό κεφαλαίο γράμμα o με διπλή οξεία","Latin small letter o with double acute":"Λατινικό μικρό γράμμα o με διπλή οξεία","Latin capital ligature oe":"Λατινικό κεφαλαίο σύμπλεγμα oe","Latin small ligature oe":"Λατινικό μικρό σύμπλεγμα oe","Latin capital letter r with acute":"Λατινικό κεφαλαίο γράμμα r με οξεία","Latin small letter r with acute":"Λατινικό μικρό γράμμα r με οξεία","Latin capital letter r with cedilla":"Λατινικό κεφαλαίο γράμμα r με υποστιγμή","Latin small letter r with cedilla":"Λατινικό μικρό γράμμα r με υποστιγμή","Latin capital letter r with caron":"Λατινικό κεφαλαίο γράμμα r με αμβλεία","Latin small letter r with caron":"Λατινικό μικρό γράμμα r με αμβλεία","Latin capital letter s with acute":"Λατινικό κεφαλαίο γράμμα s με οξεία","Latin small letter s with acute":"Λατινικό μικρό γράμμα s με οξεία","Latin capital letter s with circumflex":"Λατινικό κεφαλαίο γράμμα s με αιχμή","Latin small letter s with circumflex":"Λατινικό μικρό γράμμα s με αιχμή","Latin capital letter s with cedilla":"Λατινικό κεφαλαίο γράμμα s με υποστιγμή","Latin small letter s with cedilla":"Λατινικό μικρό γράμμα s με υποστιγμή","Latin capital letter s with caron":"Λατινικό κεφαλαίο γράμμα s με αμβλεία","Latin small letter s with caron":"Λατινικό μικρό γράμμα s με αμβλεία","Latin capital letter t with cedilla":"Λατινικό κεφαλαίο γράμμα t με υποστιγμή","Latin small letter t with cedilla":"Λατινικό μικρό γράμμα t με υποστιγμή","Latin capital letter t with caron":"Λατινικό κεφαλαίο γράμμα t με αμβλεία","Latin small letter t with caron":"Λατινικό μικρό γράμμα t με αμβλεία","Latin capital letter t with stroke":"Λατινικό κεφαλαίο γράμμα t με κάθετο","Latin small letter t with stroke":"Λατινικό μικρό γράμμα t με κάθετο","Latin capital letter u with tilde":"Λατινικό κεφαλαίο γράμμα u με περισπωμένη","Latin small letter u with tilde":"Λατινικό μικρό γράμμα u με περισπωμένη","Latin capital letter u with macron":"Λατινικό κεφαλαίο γράμμα u με μακριά παύλα","Latin small letter u with macron":"Λατινικό μικρό γράμμα u με μακριά παύλα","Latin capital letter u with breve":"Λατινικό κεφαλαίο γράμμα u με βραχεία","Latin small letter u with breve":"Λατινικό μικρό γράμμα u με βραχεία","Latin capital letter u with ring above":"Λατινικό κεφαλαίο γράμμα u με δακτύλιο επάνω","Latin small letter u with ring above":"Λατινικό μικρό γράμμα u με δακτύλιο επάνω","Latin capital letter u with double acute":"Λατινικό κεφαλαίο γράμμα u με διπλή οξεία","Latin small letter u with double acute":"Λατινικό μικρό γράμμα u με διπλή οξεία","Latin capital letter u with ogonek":"Λατινικό κεφαλαίο γράμμα u με ανάστροφη υποστιγμή","Latin small letter u with ogonek":"Λατινικό μικρό γράμμα u με ανάστροφη υποστιγμή","Latin capital letter w with circumflex":"Λατινικό κεφαλαίο γράμμα w με αιχμή","Latin small letter w with circumflex":"Λατινικό μικρό γράμμα w με αιχμή","Latin capital letter y with circumflex":"Λατινικό κεφαλαίο γράμμα y με αιχμή","Latin small letter y with circumflex":"Λατινικό μικρό γράμμα y με αιχμή","Latin capital letter y with diaeresis":"Λατινικό κεφαλαίο γράμμα y με διαλυτικά","Latin capital letter z with acute":"Λατινικό κεφαλαίο γράμμα z με οξεία","Latin small letter z with acute":"Λατινικό μικρό γράμμα z με οξεία","Latin capital letter z with dot above":"Λατινικό κεφαλαίο γράμμα z με τελεία επάνω","Latin small letter z with dot above":"Λατινικό μικρό γράμμα z με τελεία επάνω","Latin capital letter z with caron":"Λατινικό κεφαλαίο γράμμα z με αμβλεία","Latin small letter z with caron":"Λατινικό μικρό γράμμα z με αμβλεία","Latin small letter long s":"Λατινικό μικρό γράμμα μακρό s","Less-than sign":"Σύμβολο μικρότερο από","Greater-than sign":"Σύμβολο μεγαλύτερο από","Less-than or equal to":"Σύμβολο μικρότερο ή ίσο από","Greater-than or equal to":"Σύμβολο μεγαλύτερο ή ίσο από","En dash":"Μεγάλη παύλα","Em dash":"Μικρή παύλα",Macron:"Μακριά παύλα",Overline:"Άνω γραμμή","Degree sign":"Σύμβολο βαθμών Κελσίου","Minus sign":"Σύμβολο αφαίρεσης","Plus-minus sign":"Σύμβολο συν-πλην","Division sign":"Σύμβολο διαίρεσης","Fraction slash":"Κάθετος κλάσματος","Multiplication sign":"Σύμβολο πολλαπλασιασμού","Latin small letter f with hook":"Λατινικό μικρό γράμμα f με άγκιστρο",Integral:"Ολοκλήρωμα","N-ary summation":"Νιοστή άθροιση",Infinity:"Άπειρο","Square root":"Τετραγωνική ρίζα","Tilde operator":"Τελεστής περισπωμένης","Approximately equal to":"Κατά προσέγγιση ίσο με","Almost equal to":"Περίπου ίσο με","Not equal to":"Όχι ίσο με","Identical to":"Ταυτόσημο με","Element of":"Στοιχείο του","Not an element of":"Όχι στοιχείο του","Contains as member":"Περιέχει ως μέλος","N-ary product":"Νιοστό παραγοντικό","Logical and":"Λογικός τελεστής τομής","Logical or":"Λογικός τελεστής ένωσης","Not sign":"Σύμβολο άρνησης",Intersection:"Τομή",Union:"Ένωση","Partial differential":"Μερικό διαφορικό","For all":"Σύμβολο για όλα","There exists":"Υπάρχει","Empty set":"Κενό σύνολο",Nabla:"Ανάδελτα","Asterisk operator":"Τελεστής αστερίσκος","Proportional to":"Αναλογικό με",Angle:"Γωνία","Vulgar fraction one quarter":"Ανάγωγο Κλάσμα ενός τετάρτου","Vulgar fraction one half":"Ανάγωγο Κλάσμα ενός δευτέρου","Vulgar fraction three quarters":"Ανάγωγο Κλάσμα τριών τετάρτων","Single left-pointing angle quotation mark":"Μονό ερωτηματικό αριστερής γωνίας","Single right-pointing angle quotation mark":"Μονό ερωτηματικό δεξιάς γωνίας","Left-pointing double angle quotation mark":"Διπλό ερωτηματικό αριστερής γωνίας","Right-pointing double angle quotation mark":"Διπλό ερωτηματικό δεξιάς γωνίας","Left single quotation mark":"Μονό αριστερό ερωτηματικό","Right single quotation mark":"Μονό δεξιό ερωτηματικό","Left double quotation mark":"Διπλό αριστερό ερωτηματικό","Right double quotation mark":"Δεξί διπλό ερωτηματικό","Single low-9 quotation mark":"Μονό κάτω-9 εισαγωγικό","Double low-9 quotation mark":"Διπλό κάτω-9 εισαγωγικό","Inverted exclamation mark":"Αντεστραμμένο θαυμαστικό","Inverted question mark":"Αντεστραμμένο ερωτηματικό","Two dot leader":"Οδηγός δύο τελειών","Horizontal ellipsis":"Οριζόντια έλλειψη","Double dagger":"Διπλός σταυρός","Per mille sign":"Σύμβολο τοις χιλίοις","Per ten thousand sign":"Σύμβολο δεκάκις χιλίοις","Double exclamation mark":"Διπλό θαυμαστικό","Question exclamation mark":"Ερωτηματικό","Exclamation question mark":"Θαυμαστικό","Double question mark":"Διπλό ερωτηματικό","Copyright sign":"Σύμβολο πνευματικής ιδιοκτησίας","Registered sign":"Σύμβολο καταχώρησης","Trade mark sign":"Σύμβολο εμπορικού σήματος","Section sign":"Σύμβολο τομέα","Paragraph sign":"Σύμβολο παραγράφου","Reversed paragraph sign":"Σύμβολο αντεστραμμένης παραγράφου","Character categories":"Κατηγορίες χαρακτήρων",Styles:"Στυλ","Multiple styles":"Πολλαπλά στυλ","Block styles":"Στυλ για μπλοκ","Text styles":"Στυλ για κείμενο","Insert table":"Εισαγωγή πίνακα","Header column":"Στήλη κεφαλίδας","Insert column left":"Εισαγωγή στήλης αριστερά","Insert column right":"Εισαγωγή στήλης δεξιά","Delete column":"Διαγραφή στήλης","Select column":"Επιλογή στήλης",Column:"Στήλη","Header row":"Γραμμή κεφαλίδας","Insert row below":"Εισαγωγή γραμμής κάτω","Insert row above":"Εισαγωγή γραμμής πάνω","Delete row":"Διαγραφή γραμμής","Select row":"Επιλογή γραμμής",Row:"Γραμμή","Merge cell up":"Συγχώνευση κελιού πάνω","Merge cell right":"Συγχώνευση κελιού δεξιά","Merge cell down":"Συγχώνευση κελιού κάτω","Merge cell left":"Συγχώνευση κελιού αριστερά","Split cell vertically":"Διαχωρισμός κελιού κάθετα","Split cell horizontally":"Διαχωρισμός κελιού οριζόντια","Merge cells":"Συγχώνευση κελιών","Table toolbar":"Γραμμή εργαλείων πίνακα","Table properties":"Ιδιότητες πίνακα","Cell properties":"Ιδιότητες κελιού",Border:"Περίγραμμα",Style:"Στυλ",Width:"Πλάτος",Height:"Ύψος",Color:"Χρώμα",Background:"Υπόβαθρο",Padding:"Απόσταση κειμένου από το περίγραμμα",Dimensions:"Διαστάσεις","Table cell text alignment":"Στοίχιση κειμένου κελιού πίνακα",Alignment:"Στοίχιση","Horizontal text alignment toolbar":"Γραμμή εργαλείων οριζόντιας στοίχισης κειμένου","Vertical text alignment toolbar":"Γραμμή εργαλείων κάθετης στοίχισης κειμένου","Table alignment toolbar":"Γραμμή εργαλείων στοίχισης πίνακα",None:"Χωρίς περίγραμμα",Solid:"Συμπαγές",Dotted:"Διάστικτο",Dashed:"Με παύλες",Double:"Διπλό",Groove:"Βαθουλωτό",Ridge:"Ραχωτό",Inset:"Κείμενο με βάθος",Outset:"Κείμενο με ύψος","Align cell text to the left":"Στοίχιση κειμένου κελιού στα αριστερά","Align cell text to the center":"Στοίχιση κειμένου κελιού στο κέντρο","Align cell text to the right":"Στοίχιση κειμένου κελιού στα δεξιά","Justify cell text":"Πλήρης στοίχιση κειμένου κελιού","Align cell text to the top":"Στοίχιση κειμένου κελιού επάνω","Align cell text to the middle":"Στοίχιση κειμένου κελιού στο μέσο","Align cell text to the bottom":"Στοίχιση κειμένου κελιού κάτω","Align table to the left":"Στοίχιση πίνακα στα αριστερά","Center table":"Στοίχιση πίνακα στο κέντρο","Align table to the right":"Στοίχιση πίνακα στα δεξιά","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Το χρώμα δεν είναι έγκυρο. Δοκιμάστε «#FF0000» ή «rgb(255,0,0)» ή «red».","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Η τιμή δεν είναι έγκυρη. Δοκιμάστε «10px» ή «2em» ή απλά «2».","Color picker":"Επιλογέας χρώματος","Toggle caption off":"Εναλλαγή απόκρυψης λεζάντας","Toggle caption on":"Εναλλαγής εμφάνισης λεζάντας","Enter table caption":"Εισαγωγή λεζάντας πίνακα","Rich Text Editor":"Επεξεργαστής εμπλουτισμένου κειμένου","Editor editing area: %0":"Περιοχή επεξεργασίας προγράμματος επεξεργασίας: %0","Edit block":"Επεξεργασία τμήματος",Next:"Επόμενο",Previous:"Προηγούμενο","Editor toolbar":"Γραμμή εργαλείων επεξεργαστή","Dropdown toolbar":"Γραμμή εργαλείων αναδυόμενου μενού",Black:"Μαύρο","Dim grey":"Θολό γκρι",Grey:"Γκρι","Light grey":"Φωτινό γκρι",White:"Λευκό",Red:"Κόκκινο",Orange:"Πορτοκαλί",Yellow:"Κίτρινο","Light green":"Φωτινό πράσινο",Green:"Πράσινο",Aquamarine:"Ακουαμαρίνα",Turquoise:"Τιρκουάζ","Light blue":"Φωτινό μπλε",Blue:"Μπλε",Purple:"Πορφυρό","Editor block content toolbar":"Γραμμή εργαλείων επεξεργασίας περιεχομένου αποκλεισμού","Editor contextual toolbar":"Γραμμή εργαλείων επεξεργασίας συμφραζομένων",HEX:"",Undo:"Αναίρεση",Redo:"Επανάληψη","Upload in progress":"Αποστολή σε εξέλιξη","Widget toolbar":"Γραμμή εργαλείων γραφικού στοιχείου","Insert paragraph before block":"Εισαγωγή παραγράφου πριν το τμήμα","Insert paragraph after block":"Εισαγωγή παραγράφου μετά το τμήμα","Press Enter to type after or press Shift + Enter to type before the widget":"Πατήστε Enter για να πληκτρολογήσετε μετά ή πατήστε Shift + Enter για να πληκτρολογήσετε πριν από το γραφικό στοιχείο","Words: %0":"Λέξεις: %0","Characters: %0":"Χαρακτήρες: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['el'] = d['el'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Στοίχιση αριστερά","Align right":"Στοίχιση δεξιά","Align center":"Στοίχιση στο κέντρο",Justify:"Πλήρης στοίχηση","Text alignment":"Στοίχιση κειμένου","Text alignment toolbar":"Γραμμή εργαλείων στοίχισης κειμένου",Bold:"Έντονα",Italic:"Πλάγια",Underline:"Υπογράμμιση",Code:"Κώδικας",Strikethrough:"Διακριτή διαγραφή",Subscript:"Δείκτης",Superscript:"Εκθέτης","Block quote":"Περιοχή παράθεσης","Insert code block":"Εισαγωγή τμήματος κώδικα","Plain text":"Απλό κέιμενο",Cancel:"Ακύρωση","Remove color":"Απομάκρυνση χρώματος","Restore default":"Επαναφορά προεπιλογής",Save:"Αποθήκευση","Show more items":"Προβολή περισσότερων αντικειμένων","%0 of %1":"%0 από %1","Cannot upload file:":"Αδύνατη η αποστολή του αρχείου:","Rich Text Editor. Editing area: %0":"Πρόγραμμα επεξεργασίας εμπλουτισμένου κειμένου. Περιοχή επεξεργασίας: %0","Find and replace":"Εύρεση και αντικατάσταση","Find in text…":"Εύρεση στο κείμενο...",Find:"Εύρεση","Previous result":"Προηγούμενο αποτέλεσμα","Next result":"Επόμενο αποτέλεσμα",Replace:"Αντικατάσταση","Replace all":"Αντικατάσταση όλων","Match case":"Ταίριασμα πεζών-ΚΕΦΑΛΑΙΩΝ","Whole words only":"Μόνο ολόκληρες λέξεις","Replace with…":"Αντικατάσταση με...","Text to find must not be empty.":"Το κείμενο προς εύρεση δεν πρέπει να είναι άδειο.","Tip: Find some text first in order to replace it.":"Επισήμανση: Βρείτε κάποιο κείμενο αρχικά ώστε να το αντικαταστήσετε.","Show options":"Προβολή επιλογών",Paragraph:"Παράγραφος",Heading:"Κεφαλίδα","Choose heading":"Επιλέξτε κεφαλίδα","Heading 1":"Κεφαλίδα 1","Heading 2":"Κεφαλίδα 2","Heading 3":"Κεφαλίδα 3","Heading 4":"Κεφαλίδα 4","Heading 5":"Κεφαλίδα 5","Heading 6":"Κεφαλίδα 6","Type your title":"Γράψτε τον τίτλο σας εδώ","Type or paste your content here.":"Γράψτε ή επικολλήστε τα περιεχόμενά σας εδώ.","Horizontal line":"Οριζόντια γραμμή","HTML object":"Αντικείμενο HTML","Increase indent":"Αύξηση εσοχής","Decrease indent":"Μείωση εσοχής",Unlink:"Αφαίρεση συνδέσμου",Link:"Σύνδεσμος","Link URL":"Διεύθυνση συνδέσμου","Link image":"Εικόνα συνδέσμου","Edit link":"Επεξεργασία συνδέσμου","Open link in new tab":"Άνοιγμα συνδέσμου σε νέα καρτέλα","This link has no URL":"Ο σύνδεσμος δεν έχει διεύθυνση","Open in a new tab":"Άνοιγμα σε νέα καρτέλα",Downloadable:"Με δυνατότητα λήψης","Numbered List":"Λίστα με αριθμούς","Bulleted List":"Λίστα με κουκκίδες","To-do List":"Λίστα προγραμματισμένων ενεργειών","Bulleted list styles toolbar":"Γραμμή εργαλείων στυλ λιστών με κουκίδες","Numbered list styles toolbar":"Γραμμή εργαλείων στυλ λιστών με αριθμούς","Toggle the disc list style":"Εναλλαγή του στυλ λίστας με δίσκο","Toggle the circle list style":"Εναλλαγή του στυλ λίστας με κύκλο","Toggle the square list style":"Εναλαγή του στυλ λίστας με τετράγωνο","Toggle the decimal list style":"Εναλλαγή του στυλ λίστας με δεκαδικά","Toggle the decimal with leading zero list style":"Εναλλαγή του στυλ λίστας δεκαδικών με μηδενικά","Toggle the lower–roman list style":"Εναλλαγή του στυλ λίστας με μικρά ρωμαϊκά","Toggle the upper–roman list style":"Εναλλαγή του στυλ λίστας με κεφαλαία ρωμαϊκά","Toggle the lower–latin list style":"Εναλλαγή του στυλ λίστας με μικρά λατινικά","Toggle the upper–latin list style":"Εναλλαγή του στυλ λίστας με κεφαλαία λατινικά",Disc:"Δίσκος",Circle:"Κύκλος",Square:"Τετράγωνο",Decimal:"Δεκαδικό","Decimal with leading zero":"Δεκαδικό με μηδενικά","Lower–roman":"Μικρά ρωμαϊκά","Upper-roman":"Κεφαλαία ρωμαϊκά","Lower-latin":"Μικρά λατινικά","Upper-latin":"Κεφαλαία λατινικά","List properties":"Ιδιότητες λίστας","Start at":"Εναρξη από","Start index must be greater than 0.":"Ο αριθμός έναρξης πρέπει να είναι μεγαλύτερος από 0.","Reversed order":"Αντίστροφη σειρά","Remove Format":"Απομάκρυνση μορφοποίησης","Select all":"Επιλογή όλων","Show blocks":"Εμφάνιση μπλοκ",Source:"Κώδικας","Special characters":"Ειδικοί χαρακτήρες",All:"Όλα",Arrows:"Βέλη",Currency:"Νόμισμα",Latin:"Λατινικά",Mathematical:"Μαθηματικά",Text:"Κείμενο","leftwards simple arrow":"απλό βέλος προς τα αριστερά","rightwards simple arrow":"απλό βέλος προς τα δεξιά","upwards simple arrow":"απλό βέλος προς τα πάνω","downwards simple arrow":"απλό βέλος προς τα κάτω","leftwards double arrow":"αριστερό διπλό βέλος","rightwards double arrow":"δεξιό διπλό βέλος","upwards double arrow":"άνω διπλό βέλος","downwards double arrow":"κάτω διπλό βέλος","leftwards dashed arrow":"αριστερό βέλος με παύλες","rightwards dashed arrow":"δεξιό βέλος με παύλες","upwards dashed arrow":"άνω βέλος με παύλες","downwards dashed arrow":"κάτω βέλος με παύλες","leftwards arrow to bar":"αριστερό βέλος σε γραμμή","rightwards arrow to bar":"δεξιό βέλος σε γραμμή","upwards arrow to bar":"άνω βέλος σε γραμμή","downwards arrow to bar":"κάτω βέλος σε γραμμή","up down arrow with base":"άνω κάτω βέλος με βάση","back with leftwards arrow above":"όπισθεν με αριστερό βέλος άνω","end with leftwards arrow above":"τέλος με αριστερό βέλος άνω","on with exclamation mark with left right arrow above":"ενεργό με θαυμαστικό με αριστερό δεξί βέλος άνω","soon with rightwards arrow above":"σύντομα με δεξί βέλος άνω","top with upwards arrow above":"κορυφή με άνω βέλος επάνω","Dollar sign":"Σύμβολο δολλαρίου","Euro sign":"Σύμβολο ευρώ","Yen sign":"Σύμβολο Γιέν","Pound sign":"Σύμβολο λίρας Αγγλίας","Cent sign":"Σύμβολο λεπτού","Euro-currency sign":"Σύμβολο ευρωνομίσματος","Colon sign":"Σύμβολο άνω κάτω τελείας","Cruzeiro sign":"Σύμβολο Κρουζέιρο","French franc sign":"Σύμβολο γαλλικού φράγκου","Lira sign":"Σύμβολο λίρας Τουρκίας","Currency sign":"Σύμβολο νομίσματος","Bitcoin sign":"Σύμβολο Bitcoin","Mill sign":"Σύμβολο χιλιοστού νομίσματος","Naira sign":"Σύμβολο Ναΐρα Νιγηρίας","Peseta sign":"Σύμβολο πεσέτας Ισπανίας","Rupee sign":"Σύμβολο ρουπίας Ινδίας","Won sign":"Σύμβολο Γουάν Κίνας","New sheqel sign":"Σύμβολο νέου σεκέλ Ισραήλ","Dong sign":"Σύμβολο Ντόνγκ Βιετνάμ","Kip sign":"Σύμβολο κίπ Λάος","Tugrik sign":"Σύμβολο τουγκρίκ Μογγολίας","Drachma sign":"Σύμβολο δραχμής Ελλάδας","German penny sign":"Σύμβολο γερμανικού λεπτού","Peso sign":"Σύμβολο πέσος Μεξικού","Guarani sign":"Σύμβολο γκουαράνι Παραγουάης","Austral sign":"Σύμβολο αουστράλ Αργεντινής","Hryvnia sign":"Σύμβολο γρίβνα Ουκρανίας","Cedi sign":"Σύμβολο σίντι Γκάνας","Livre tournois sign":"Σύμβολο λίβρα τουρ Γαλλίας","Spesmilo sign":"Σύμβολο σπεσμίλο","Tenge sign":"Σύμβολο τένγκε Καζακστάν","Indian rupee sign":"Σύμβολο ρουπίας Ινδίας","Turkish lira sign":"Σύμβολο λίρας Τουρκίας","Nordic mark sign":"Σύμβολο μάρκου Νορβηγίας","Manat sign":"Σύμβολο μανάτ Αζερμπαϊτζάν","Ruble sign":"Σύμβολο ρουβλίου Ρωσίας","Latin capital letter a with macron":"Λατινικό κεφαλαίο γράμμα a με παύλα","Latin small letter a with macron":"Λατινικό μικρό γράμμα a με παύλα","Latin capital letter a with breve":"Λατινικό κεφαλαίο γράμμα a με μισοφέγγαρο","Latin small letter a with breve":"Λατινικό μικρό γράμμα a με μισοφέγγαρο","Latin capital letter a with ogonek":"Λατινικό κεφαλαίο γράμμα a με μικρή ουρά","Latin small letter a with ogonek":"Λατινικό μικρό γράμμα a με μικρή ουρά","Latin capital letter c with acute":"Λατινικό κεφαλαίο γράμμα c με δεξί τόνο","Latin small letter c with acute":"Λατινικό μικρό γράμμα c με δεξί τόνο","Latin capital letter c with circumflex":"Λατινικό κεφαλαίο γράμμα c με καπελάκι","Latin small letter c with circumflex":"Λατινικό μικρό γράμμα c με καπελάκι","Latin capital letter c with dot above":"Λατινικό κεφαλαίο γράμμα c με τελεία επάνω","Latin small letter c with dot above":"Λατινικό μικρό γράμμα c με τελεία επάνω","Latin capital letter c with caron":"Λατινικό κεφαλαίο γράμμα c με ανάποδο καπελάκι","Latin small letter c with caron":"Λατινικό μικρό γράμμα c με ανάποδο καπελάκι","Latin capital letter d with caron":"Λατινικό κεφαλαίο γράμμα d με ανάποδο καπελάκι","Latin small letter d with caron":"Λατινικό μικρό γράμμα d με ανάποδο καπελάκι","Latin capital letter d with stroke":"Λατινικό κεφαλαίο γράμμα d με σταυρωμένη παύλα","Latin small letter d with stroke":"Λατινικό μικρό γράμμα d με σταυρωμένη παύλα","Latin capital letter e with macron":"Λατινικό κεφαλαίο γράμμα e με παύλα","Latin small letter e with macron":"Λατινικό μικρό γράμμα e με παύλα","Latin capital letter e with breve":"Λατινικό κεφαλαίο γράμμα e με μισοφέγγαρο","Latin small letter e with breve":"Λατινικό μικρό γράμμα e με μισοφέγγαρο","Latin capital letter e with dot above":"Λατινικό κεφαλαίο γράμμα e με τελεία επάνω","Latin small letter e with dot above":"Λατινικό μικρό γράμμα e με τελεία επάνω","Latin capital letter e with ogonek":"Λατινικό κεφαλαίο γράμμα e με μικρή ουρά","Latin small letter e with ogonek":"Λατινικό μικρό γράμμα e με μικρή ουρά","Latin capital letter e with caron":"Λατινικό κεφαλαίο γράμμα e με ανάποδο καπελάκι","Latin small letter e with caron":"Λατινικό μικρό γράμμα e με ανάποδο καπελάκι","Latin capital letter g with circumflex":"Λατινικό κεφαλαίο γράμμα g με καπελάκι","Latin small letter g with circumflex":"Λατινικό μικρό γράμμα g με καπελάκι","Latin capital letter g with breve":"Λατινικό κεφαλαίο γράμμα g με βραχεία","Latin small letter g with breve":"Λατινικό μικρό γράμμα g με βραχεία","Latin capital letter g with dot above":"Λατινικό κεφαλαίο γράμμα g με τελεία επάνω","Latin small letter g with dot above":"Λατινικό μικρό γράμμα g με τελεία επάνω","Latin capital letter g with cedilla":"Λατινικό κεφαλαίο γράμμα g με υποστιγμή","Latin small letter g with cedilla":"Λατινικό μικρό γράμμα g με υποστιγμή","Latin capital letter h with circumflex":"Λατινικό κεφαλαίο γράμμα h με αιχμή","Latin small letter h with circumflex":"Λατινικό μικρό γράμμα h με αιχμή","Latin capital letter h with stroke":"Λατινικό κεφαλαίο γράμμα h με κάθετο","Latin small letter h with stroke":"Λατινικό μικρό γράμμα h με κάθετο","Latin capital letter i with tilde":"Λατινικό κεφαλαίο γράμμα i με περισπωμένη","Latin small letter i with tilde":"Λατινικό μικρό γράμμα i με περισπωμένη","Latin capital letter i with macron":"Λατινικό κεφαλαίο γράμμα i με μακριά παύλα","Latin small letter i with macron":"Λατινικό μικρό γράμμα i με μακριά παύλα","Latin capital letter i with breve":"Λατινικό κεφαλαίο γράμμα i με βραχεία","Latin small letter i with breve":"Λατινικό μικρό γράμμα i με βραχεία","Latin capital letter i with ogonek":"Λατινικό κεφαλαίο γράμμα i με ανάστροφη υποστιγμή","Latin small letter i with ogonek":"Λατινικό μικρό γράμμα i με ανάστροφη υποστιγμή","Latin capital letter i with dot above":"Λατινικό κεφαλαίο γράμμα i με τελεία επάνω","Latin small letter dotless i":"Λατινικό μικρό γράμμα i χωρίς τελεία","Latin capital ligature ij":"Λατινικό κεφαλαίο σύμπλεγμα ij","Latin small ligature ij":"Λατινικό μικρό σύμπλεγμα ij","Latin capital letter j with circumflex":"Λατινικό κεφαλαίο γράμμα j με αιχμή","Latin small letter j with circumflex":"Λατινικό μικρό γράμμα j με αιχμή","Latin capital letter k with cedilla":"Λατινικό κεφαλαίο γράμμα k με υποστιγμή","Latin small letter k with cedilla":"Λατινικό μικρό γράμμα k με υποστιγμή","Latin small letter kra":"Λατινικό μικρό γράμμα kra","Latin capital letter l with acute":"Λατινικό κεφαλαίο γράμμα l με οξεία","Latin small letter l with acute":"Λατινικό μικρό γράμμα l με οξεία","Latin capital letter l with cedilla":"Λατινικό κεφαλαίο γράμμα l με υποστιγμή","Latin small letter l with cedilla":"Λατινικό μικρό γράμμα l με υποστιγμή","Latin capital letter l with caron":"Λατινικό κεφαλαίο γράμμα l με αμβλεία","Latin small letter l with caron":"Λατινικό μικρό γράμμα l με αμβλεία","Latin capital letter l with middle dot":"Λατινικό κεφαλαίο γράμμα l με μεσαία τελεία","Latin small letter l with middle dot":"Λατινικό μικρό γράμμα l με μεσαία τελεία","Latin capital letter l with stroke":"Λατινικό κεφαλαίο γράμμα l με κάθετο","Latin small letter l with stroke":"Λατινικό μικρό γράμμα l με κάθετο","Latin capital letter n with acute":"Λατινικό κεφαλαίο γράμμα n με οξεία","Latin small letter n with acute":"Λατινικό μικρό γράμμα n με οξεία","Latin capital letter n with cedilla":"Λατινικό κεφαλαίο γράμμα n με υποστιγμή","Latin small letter n with cedilla":"Λατινικό μικρό γράμμα n με υποστιγμή","Latin capital letter n with caron":"Λατινικό κεφαλαίο γράμμα n με αμβλεία","Latin small letter n with caron":"Λατινικό μικρό γράμμα n με αμβλεία","Latin small letter n preceded by apostrophe":"Λατινικό μικρό γράμμα n με απόστροφο που προηγείται","Latin capital letter eng":"Λατινικό κεφαλαίο γράμμα eng","Latin small letter eng":"Λατινικό μικρό γράμμα eng","Latin capital letter o with macron":"Λατινικό κεφαλαίο γράμμα o με μακριά παύλα","Latin small letter o with macron":"Λατινικό κεφαλαίο γράμμα o με μακριά παύλα","Latin capital letter o with breve":"Λατινικό κεφαλαίο γράμμα o με βραχεία","Latin small letter o with breve":"Λατινικό μικρό γράμμα o με βραχεία","Latin capital letter o with double acute":"Λατινικό κεφαλαίο γράμμα o με διπλή οξεία","Latin small letter o with double acute":"Λατινικό μικρό γράμμα o με διπλή οξεία","Latin capital ligature oe":"Λατινικό κεφαλαίο σύμπλεγμα oe","Latin small ligature oe":"Λατινικό μικρό σύμπλεγμα oe","Latin capital letter r with acute":"Λατινικό κεφαλαίο γράμμα r με οξεία","Latin small letter r with acute":"Λατινικό μικρό γράμμα r με οξεία","Latin capital letter r with cedilla":"Λατινικό κεφαλαίο γράμμα r με υποστιγμή","Latin small letter r with cedilla":"Λατινικό μικρό γράμμα r με υποστιγμή","Latin capital letter r with caron":"Λατινικό κεφαλαίο γράμμα r με αμβλεία","Latin small letter r with caron":"Λατινικό μικρό γράμμα r με αμβλεία","Latin capital letter s with acute":"Λατινικό κεφαλαίο γράμμα s με οξεία","Latin small letter s with acute":"Λατινικό μικρό γράμμα s με οξεία","Latin capital letter s with circumflex":"Λατινικό κεφαλαίο γράμμα s με αιχμή","Latin small letter s with circumflex":"Λατινικό μικρό γράμμα s με αιχμή","Latin capital letter s with cedilla":"Λατινικό κεφαλαίο γράμμα s με υποστιγμή","Latin small letter s with cedilla":"Λατινικό μικρό γράμμα s με υποστιγμή","Latin capital letter s with caron":"Λατινικό κεφαλαίο γράμμα s με αμβλεία","Latin small letter s with caron":"Λατινικό μικρό γράμμα s με αμβλεία","Latin capital letter t with cedilla":"Λατινικό κεφαλαίο γράμμα t με υποστιγμή","Latin small letter t with cedilla":"Λατινικό μικρό γράμμα t με υποστιγμή","Latin capital letter t with caron":"Λατινικό κεφαλαίο γράμμα t με αμβλεία","Latin small letter t with caron":"Λατινικό μικρό γράμμα t με αμβλεία","Latin capital letter t with stroke":"Λατινικό κεφαλαίο γράμμα t με κάθετο","Latin small letter t with stroke":"Λατινικό μικρό γράμμα t με κάθετο","Latin capital letter u with tilde":"Λατινικό κεφαλαίο γράμμα u με περισπωμένη","Latin small letter u with tilde":"Λατινικό μικρό γράμμα u με περισπωμένη","Latin capital letter u with macron":"Λατινικό κεφαλαίο γράμμα u με μακριά παύλα","Latin small letter u with macron":"Λατινικό μικρό γράμμα u με μακριά παύλα","Latin capital letter u with breve":"Λατινικό κεφαλαίο γράμμα u με βραχεία","Latin small letter u with breve":"Λατινικό μικρό γράμμα u με βραχεία","Latin capital letter u with ring above":"Λατινικό κεφαλαίο γράμμα u με δακτύλιο επάνω","Latin small letter u with ring above":"Λατινικό μικρό γράμμα u με δακτύλιο επάνω","Latin capital letter u with double acute":"Λατινικό κεφαλαίο γράμμα u με διπλή οξεία","Latin small letter u with double acute":"Λατινικό μικρό γράμμα u με διπλή οξεία","Latin capital letter u with ogonek":"Λατινικό κεφαλαίο γράμμα u με ανάστροφη υποστιγμή","Latin small letter u with ogonek":"Λατινικό μικρό γράμμα u με ανάστροφη υποστιγμή","Latin capital letter w with circumflex":"Λατινικό κεφαλαίο γράμμα w με αιχμή","Latin small letter w with circumflex":"Λατινικό μικρό γράμμα w με αιχμή","Latin capital letter y with circumflex":"Λατινικό κεφαλαίο γράμμα y με αιχμή","Latin small letter y with circumflex":"Λατινικό μικρό γράμμα y με αιχμή","Latin capital letter y with diaeresis":"Λατινικό κεφαλαίο γράμμα y με διαλυτικά","Latin capital letter z with acute":"Λατινικό κεφαλαίο γράμμα z με οξεία","Latin small letter z with acute":"Λατινικό μικρό γράμμα z με οξεία","Latin capital letter z with dot above":"Λατινικό κεφαλαίο γράμμα z με τελεία επάνω","Latin small letter z with dot above":"Λατινικό μικρό γράμμα z με τελεία επάνω","Latin capital letter z with caron":"Λατινικό κεφαλαίο γράμμα z με αμβλεία","Latin small letter z with caron":"Λατινικό μικρό γράμμα z με αμβλεία","Latin small letter long s":"Λατινικό μικρό γράμμα μακρό s","Less-than sign":"Σύμβολο μικρότερο από","Greater-than sign":"Σύμβολο μεγαλύτερο από","Less-than or equal to":"Σύμβολο μικρότερο ή ίσο από","Greater-than or equal to":"Σύμβολο μεγαλύτερο ή ίσο από","En dash":"Μεγάλη παύλα","Em dash":"Μικρή παύλα",Macron:"Μακριά παύλα",Overline:"Άνω γραμμή","Degree sign":"Σύμβολο βαθμών Κελσίου","Minus sign":"Σύμβολο αφαίρεσης","Plus-minus sign":"Σύμβολο συν-πλην","Division sign":"Σύμβολο διαίρεσης","Fraction slash":"Κάθετος κλάσματος","Multiplication sign":"Σύμβολο πολλαπλασιασμού","Latin small letter f with hook":"Λατινικό μικρό γράμμα f με άγκιστρο",Integral:"Ολοκλήρωμα","N-ary summation":"Νιοστή άθροιση",Infinity:"Άπειρο","Square root":"Τετραγωνική ρίζα","Tilde operator":"Τελεστής περισπωμένης","Approximately equal to":"Κατά προσέγγιση ίσο με","Almost equal to":"Περίπου ίσο με","Not equal to":"Όχι ίσο με","Identical to":"Ταυτόσημο με","Element of":"Στοιχείο του","Not an element of":"Όχι στοιχείο του","Contains as member":"Περιέχει ως μέλος","N-ary product":"Νιοστό παραγοντικό","Logical and":"Λογικός τελεστής τομής","Logical or":"Λογικός τελεστής ένωσης","Not sign":"Σύμβολο άρνησης",Intersection:"Τομή",Union:"Ένωση","Partial differential":"Μερικό διαφορικό","For all":"Σύμβολο για όλα","There exists":"Υπάρχει","Empty set":"Κενό σύνολο",Nabla:"Ανάδελτα","Asterisk operator":"Τελεστής αστερίσκος","Proportional to":"Αναλογικό με",Angle:"Γωνία","Vulgar fraction one quarter":"Ανάγωγο Κλάσμα ενός τετάρτου","Vulgar fraction one half":"Ανάγωγο Κλάσμα ενός δευτέρου","Vulgar fraction three quarters":"Ανάγωγο Κλάσμα τριών τετάρτων","Single left-pointing angle quotation mark":"Μονό ερωτηματικό αριστερής γωνίας","Single right-pointing angle quotation mark":"Μονό ερωτηματικό δεξιάς γωνίας","Left-pointing double angle quotation mark":"Διπλό ερωτηματικό αριστερής γωνίας","Right-pointing double angle quotation mark":"Διπλό ερωτηματικό δεξιάς γωνίας","Left single quotation mark":"Μονό αριστερό ερωτηματικό","Right single quotation mark":"Μονό δεξιό ερωτηματικό","Left double quotation mark":"Διπλό αριστερό ερωτηματικό","Right double quotation mark":"Δεξί διπλό ερωτηματικό","Single low-9 quotation mark":"Μονό κάτω-9 εισαγωγικό","Double low-9 quotation mark":"Διπλό κάτω-9 εισαγωγικό","Inverted exclamation mark":"Αντεστραμμένο θαυμαστικό","Inverted question mark":"Αντεστραμμένο ερωτηματικό","Two dot leader":"Οδηγός δύο τελειών","Horizontal ellipsis":"Οριζόντια έλλειψη","Double dagger":"Διπλός σταυρός","Per mille sign":"Σύμβολο τοις χιλίοις","Per ten thousand sign":"Σύμβολο δεκάκις χιλίοις","Double exclamation mark":"Διπλό θαυμαστικό","Question exclamation mark":"Ερωτηματικό","Exclamation question mark":"Θαυμαστικό","Double question mark":"Διπλό ερωτηματικό","Copyright sign":"Σύμβολο πνευματικής ιδιοκτησίας","Registered sign":"Σύμβολο καταχώρησης","Trade mark sign":"Σύμβολο εμπορικού σήματος","Section sign":"Σύμβολο τομέα","Paragraph sign":"Σύμβολο παραγράφου","Reversed paragraph sign":"Σύμβολο αντεστραμμένης παραγράφου","Character categories":"Κατηγορίες χαρακτήρων",Styles:"Στυλ","Multiple styles":"Πολλαπλά στυλ","Block styles":"Στυλ για μπλοκ","Text styles":"Στυλ για κείμενο","Insert table":"Εισαγωγή πίνακα","Header column":"Στήλη κεφαλίδας","Insert column left":"Εισαγωγή στήλης αριστερά","Insert column right":"Εισαγωγή στήλης δεξιά","Delete column":"Διαγραφή στήλης","Select column":"Επιλογή στήλης",Column:"Στήλη","Header row":"Γραμμή κεφαλίδας","Insert row below":"Εισαγωγή γραμμής κάτω","Insert row above":"Εισαγωγή γραμμής πάνω","Delete row":"Διαγραφή γραμμής","Select row":"Επιλογή γραμμής",Row:"Γραμμή","Merge cell up":"Συγχώνευση κελιού πάνω","Merge cell right":"Συγχώνευση κελιού δεξιά","Merge cell down":"Συγχώνευση κελιού κάτω","Merge cell left":"Συγχώνευση κελιού αριστερά","Split cell vertically":"Διαχωρισμός κελιού κάθετα","Split cell horizontally":"Διαχωρισμός κελιού οριζόντια","Merge cells":"Συγχώνευση κελιών","Table toolbar":"Γραμμή εργαλείων πίνακα","Table properties":"Ιδιότητες πίνακα","Cell properties":"Ιδιότητες κελιού",Border:"Περίγραμμα",Style:"Στυλ",Width:"Πλάτος",Height:"Ύψος",Color:"Χρώμα",Background:"Υπόβαθρο",Padding:"Απόσταση κειμένου από το περίγραμμα",Dimensions:"Διαστάσεις","Table cell text alignment":"Στοίχιση κειμένου κελιού πίνακα",Alignment:"Στοίχιση","Horizontal text alignment toolbar":"Γραμμή εργαλείων οριζόντιας στοίχισης κειμένου","Vertical text alignment toolbar":"Γραμμή εργαλείων κάθετης στοίχισης κειμένου","Table alignment toolbar":"Γραμμή εργαλείων στοίχισης πίνακα",None:"Χωρίς περίγραμμα",Solid:"Συμπαγές",Dotted:"Διάστικτο",Dashed:"Με παύλες",Double:"Διπλό",Groove:"Βαθουλωτό",Ridge:"Ραχωτό",Inset:"Κείμενο με βάθος",Outset:"Κείμενο με ύψος","Align cell text to the left":"Στοίχιση κειμένου κελιού στα αριστερά","Align cell text to the center":"Στοίχιση κειμένου κελιού στο κέντρο","Align cell text to the right":"Στοίχιση κειμένου κελιού στα δεξιά","Justify cell text":"Πλήρης στοίχιση κειμένου κελιού","Align cell text to the top":"Στοίχιση κειμένου κελιού επάνω","Align cell text to the middle":"Στοίχιση κειμένου κελιού στο μέσο","Align cell text to the bottom":"Στοίχιση κειμένου κελιού κάτω","Align table to the left":"Στοίχιση πίνακα στα αριστερά","Center table":"Στοίχιση πίνακα στο κέντρο","Align table to the right":"Στοίχιση πίνακα στα δεξιά","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Το χρώμα δεν είναι έγκυρο. Δοκιμάστε «#FF0000» ή «rgb(255,0,0)» ή «red».","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Η τιμή δεν είναι έγκυρη. Δοκιμάστε «10px» ή «2em» ή απλά «2».","Color picker":"Επιλογέας χρώματος","Toggle caption off":"Εναλλαγή απόκρυψης λεζάντας","Toggle caption on":"Εναλλαγής εμφάνισης λεζάντας","Enter table caption":"Εισαγωγή λεζάντας πίνακα","Rich Text Editor":"Επεξεργαστής εμπλουτισμένου κειμένου","Editor editing area: %0":"Περιοχή επεξεργασίας προγράμματος επεξεργασίας: %0","Edit block":"Επεξεργασία τμήματος",Next:"Επόμενο",Previous:"Προηγούμενο","Editor toolbar":"Γραμμή εργαλείων επεξεργαστή","Dropdown toolbar":"Γραμμή εργαλείων αναδυόμενου μενού",Black:"Μαύρο","Dim grey":"Θολό γκρι",Grey:"Γκρι","Light grey":"Φωτινό γκρι",White:"Λευκό",Red:"Κόκκινο",Orange:"Πορτοκαλί",Yellow:"Κίτρινο","Light green":"Φωτινό πράσινο",Green:"Πράσινο",Aquamarine:"Ακουαμαρίνα",Turquoise:"Τιρκουάζ","Light blue":"Φωτινό μπλε",Blue:"Μπλε",Purple:"Πορφυρό","Editor block content toolbar":"Γραμμή εργαλείων επεξεργασίας περιεχομένου αποκλεισμού","Editor contextual toolbar":"Γραμμή εργαλείων επεξεργασίας συμφραζομένων",HEX:"Δεκαεξαδική μορφή χρωμάτων",Accept:"Αποδοχή",Undo:"Αναίρεση",Redo:"Επανάληψη","Upload in progress":"Αποστολή σε εξέλιξη","Widget toolbar":"Γραμμή εργαλείων γραφικού στοιχείου","Insert paragraph before block":"Εισαγωγή παραγράφου πριν το τμήμα","Insert paragraph after block":"Εισαγωγή παραγράφου μετά το τμήμα","Press Enter to type after or press Shift + Enter to type before the widget":"Πατήστε Enter για να πληκτρολογήσετε μετά ή πατήστε Shift + Enter για να πληκτρολογήσετε πριν από το γραφικό στοιχείο","Words: %0":"Λέξεις: %0","Characters: %0":"Χαρακτήρες: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en-au.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en-au.js index 550d47a814ed..9f6824122117 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en-au.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en-au.js @@ -1 +1 @@ -(function(d){ const l = d['en-au'] = d['en-au'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Align left","Align right":"Align right","Align center":"Align centre",Justify:"Justify","Text alignment":"Text alignment","Text alignment toolbar":"Text alignment toolbar",Bold:"Bold",Italic:"Italic",Underline:"Underline",Code:"Code",Strikethrough:"Strikethrough",Subscript:"Subscript",Superscript:"Superscript","Block quote":"Block quote","Insert code block":"Insert code block","Plain text":"Plain text",Cancel:"Cancel","Remove color":"Remove colour","Restore default":"Restore default",Save:"Save","Show more items":"Show more items","%0 of %1":"%0 of %1","Cannot upload file:":"Cannot upload file:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Editing area: %0","Find and replace":"Find and replace","Find in text…":"Find in text…",Find:"Find","Previous result":"Previous result","Next result":"Next result",Replace:"Replace","Replace all":"Replace all","Match case":"Match case","Whole words only":"Whole words only","Replace with…":"Replace with…","Text to find must not be empty.":"Text to find must not be empty.","Tip: Find some text first in order to replace it.":"Tip: Find some text first in order to replace it.","Show options":"Show options",Paragraph:"Paragraph",Heading:"Heading","Choose heading":"Choose heading","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4","Heading 5":"Heading 5","Heading 6":"Heading 6","Type your title":"Type your title","Type or paste your content here.":"Type or paste your content here.","Horizontal line":"Horizontal line","HTML object":"HTML object","Increase indent":"Increase indent","Decrease indent":"Decrease indent",Unlink:"Unlink",Link:"Link","Link URL":"Link URL","Link image":"Link image","Edit link":"Edit link","Open link in new tab":"Open link in new tab","This link has no URL":"This link has no URL","Open in a new tab":"Open in a new tab",Downloadable:"Downloadable","Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style",Disc:"Disc",Circle:"Circle",Square:"Square",Decimal:"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"List properties","Start at":"Start at","Start index must be greater than 0.":"Start index must be greater than 0.","Reversed order":"Reversed order","Remove Format":"Remove Format","Select all":"Select all",Source:"Source","Special characters":"Special characters",All:"All",Arrows:"Arrows",Currency:"Currency",Latin:"Latin",Mathematical:"Mathematical",Text:"Text","leftwards simple arrow":"leftwards simple arrow","rightwards simple arrow":"rightwards simple arrow","upwards simple arrow":"upwards simple arrow","downwards simple arrow":"downwards simple arrow","leftwards double arrow":"leftwards double arrow","rightwards double arrow":"rightwards double arrow","upwards double arrow":"upwards double arrow","downwards double arrow":"downwards double arrow","leftwards dashed arrow":"leftwards dashed arrow","rightwards dashed arrow":"rightwards dashed arrow","upwards dashed arrow":"upwards dashed arrow","downwards dashed arrow":"downwards dashed arrow","leftwards arrow to bar":"leftwards arrow to bar","rightwards arrow to bar":"rightwards arrow to bar","upwards arrow to bar":"upwards arrow to bar","downwards arrow to bar":"downwards arrow to bar","up down arrow with base":"up down arrow with base","back with leftwards arrow above":"back with leftwards arrow above","end with leftwards arrow above":"end with leftwards arrow above","on with exclamation mark with left right arrow above":"on with exclamation mark with left right arrow above","soon with rightwards arrow above":"soon with rightwards arrow above","top with upwards arrow above":"top with upwards arrow above","Dollar sign":"Dollar sign","Euro sign":"Euro sign","Yen sign":"Yen sign","Pound sign":"Pound sign","Cent sign":"Cent sign","Euro-currency sign":"Euro-currency sign","Colon sign":"Colon sign","Cruzeiro sign":"Cruzeiro sign","French franc sign":"French franc sign","Lira sign":"Lira sign","Currency sign":"Currency sign","Bitcoin sign":"Bitcoin sign","Mill sign":"Mill sign","Naira sign":"Naira sign","Peseta sign":"Peseta sign","Rupee sign":"Rupee sign","Won sign":"Won sign","New sheqel sign":"New sheqel sign","Dong sign":"Dong sign","Kip sign":"Kip sign","Tugrik sign":"Tugrik sign","Drachma sign":"Drachma sign","German penny sign":"German penny sign","Peso sign":"Peso sign","Guarani sign":"Guarani sign","Austral sign":"Austral sign","Hryvnia sign":"Hryvnia sign","Cedi sign":"Cedi sign","Livre tournois sign":"Livre tournois sign","Spesmilo sign":"Spesmilo sign","Tenge sign":"Tenge sign","Indian rupee sign":"Indian rupee sign","Turkish lira sign":"Turkish lira sign","Nordic mark sign":"Nordic mark sign","Manat sign":"Manat sign","Ruble sign":"Ruble sign","Latin capital letter a with macron":"Latin capital letter a with macron","Latin small letter a with macron":"Latin small letter a with macron","Latin capital letter a with breve":"Latin capital letter a with breve","Latin small letter a with breve":"Latin small letter a with breve","Latin capital letter a with ogonek":"Latin capital letter a with ogonek","Latin small letter a with ogonek":"Latin small letter a with ogonek","Latin capital letter c with acute":"Latin capital letter c with acute","Latin small letter c with acute":"Latin small letter c with acute","Latin capital letter c with circumflex":"Latin capital letter c with circumflex","Latin small letter c with circumflex":"Latin small letter c with circumflex","Latin capital letter c with dot above":"Latin capital letter c with dot above","Latin small letter c with dot above":"Latin small letter c with dot above","Latin capital letter c with caron":"Latin capital letter c with caron","Latin small letter c with caron":"Latin small letter c with caron","Latin capital letter d with caron":"Latin capital letter d with caron","Latin small letter d with caron":"Latin small letter d with caron","Latin capital letter d with stroke":"Latin capital letter d with stroke","Latin small letter d with stroke":"Latin small letter d with stroke","Latin capital letter e with macron":"Latin capital letter e with macron","Latin small letter e with macron":"Latin small letter e with macron","Latin capital letter e with breve":"Latin capital letter e with breve","Latin small letter e with breve":"Latin small letter e with breve","Latin capital letter e with dot above":"Latin capital letter e with dot above","Latin small letter e with dot above":"Latin small letter e with dot above","Latin capital letter e with ogonek":"Latin capital letter e with ogonek","Latin small letter e with ogonek":"Latin small letter e with ogonek","Latin capital letter e with caron":"Latin capital letter e with caron","Latin small letter e with caron":"Latin small letter e with caron","Latin capital letter g with circumflex":"Latin capital letter g with circumflex","Latin small letter g with circumflex":"Latin small letter g with circumflex","Latin capital letter g with breve":"Latin capital letter g with breve","Latin small letter g with breve":"Latin small letter g with breve","Latin capital letter g with dot above":"Latin capital letter g with dot above","Latin small letter g with dot above":"Latin small letter g with dot above","Latin capital letter g with cedilla":"Latin capital letter g with cedilla","Latin small letter g with cedilla":"Latin small letter g with cedilla","Latin capital letter h with circumflex":"Latin capital letter h with circumflex","Latin small letter h with circumflex":"Latin small letter h with circumflex","Latin capital letter h with stroke":"Latin capital letter h with stroke","Latin small letter h with stroke":"Latin small letter h with stroke","Latin capital letter i with tilde":"Latin capital letter i with tilde","Latin small letter i with tilde":"Latin small letter i with tilde","Latin capital letter i with macron":"Latin capital letter i with macron","Latin small letter i with macron":"Latin small letter i with macron","Latin capital letter i with breve":"Latin capital letter i with breve","Latin small letter i with breve":"Latin small letter i with breve","Latin capital letter i with ogonek":"Latin capital letter i with ogonek","Latin small letter i with ogonek":"Latin small letter i with ogonek","Latin capital letter i with dot above":"Latin capital letter i with dot above","Latin small letter dotless i":"Latin small letter dotless i","Latin capital ligature ij":"Latin capital ligature ij","Latin small ligature ij":"Latin small ligature ij","Latin capital letter j with circumflex":"Latin capital letter j with circumflex","Latin small letter j with circumflex":"Latin small letter j with circumflex","Latin capital letter k with cedilla":"Latin capital letter k with cedilla","Latin small letter k with cedilla":"Latin small letter k with cedilla","Latin small letter kra":"Latin small letter kra","Latin capital letter l with acute":"Latin capital letter l with acute","Latin small letter l with acute":"Latin small letter l with acute","Latin capital letter l with cedilla":"Latin capital letter l with cedilla","Latin small letter l with cedilla":"Latin small letter l with cedilla","Latin capital letter l with caron":"Latin capital letter l with caron","Latin small letter l with caron":"Latin small letter l with caron","Latin capital letter l with middle dot":"Latin capital letter l with middle dot","Latin small letter l with middle dot":"Latin small letter l with middle dot","Latin capital letter l with stroke":"Latin capital letter l with stroke","Latin small letter l with stroke":"Latin small letter l with stroke","Latin capital letter n with acute":"Latin capital letter n with acute","Latin small letter n with acute":"Latin small letter n with acute","Latin capital letter n with cedilla":"Latin capital letter n with cedilla","Latin small letter n with cedilla":"Latin small letter n with cedilla","Latin capital letter n with caron":"Latin capital letter n with caron","Latin small letter n with caron":"Latin small letter n with caron","Latin small letter n preceded by apostrophe":"Latin small letter n preceded by apostrophe","Latin capital letter eng":"Latin capital letter eng","Latin small letter eng":"Latin small letter eng","Latin capital letter o with macron":"Latin capital letter o with macron","Latin small letter o with macron":"Latin small letter o with macron","Latin capital letter o with breve":"Latin capital letter o with breve","Latin small letter o with breve":"Latin small letter o with breve","Latin capital letter o with double acute":"Latin capital letter o with double acute","Latin small letter o with double acute":"Latin small letter o with double acute","Latin capital ligature oe":"Latin capital ligature oe","Latin small ligature oe":"Latin small ligature oe","Latin capital letter r with acute":"Latin capital letter r with acute","Latin small letter r with acute":"Latin small letter r with acute","Latin capital letter r with cedilla":"Latin capital letter r with cedilla","Latin small letter r with cedilla":"Latin small letter r with cedilla","Latin capital letter r with caron":"Latin capital letter r with caron","Latin small letter r with caron":"Latin small letter r with caron","Latin capital letter s with acute":"Latin capital letter s with acute","Latin small letter s with acute":"Latin small letter s with acute","Latin capital letter s with circumflex":"Latin capital letter s with circumflex","Latin small letter s with circumflex":"Latin small letter s with circumflex","Latin capital letter s with cedilla":"Latin capital letter s with cedilla","Latin small letter s with cedilla":"Latin small letter s with cedilla","Latin capital letter s with caron":"Latin capital letter s with caron","Latin small letter s with caron":"Latin small letter s with caron","Latin capital letter t with cedilla":"Latin capital letter t with cedilla","Latin small letter t with cedilla":"Latin small letter t with cedilla","Latin capital letter t with caron":"Latin capital letter t with caron","Latin small letter t with caron":"Latin small letter t with caron","Latin capital letter t with stroke":"Latin capital letter t with stroke","Latin small letter t with stroke":"Latin small letter t with stroke","Latin capital letter u with tilde":"Latin capital letter u with tilde","Latin small letter u with tilde":"Latin small letter u with tilde","Latin capital letter u with macron":"Latin capital letter u with macron","Latin small letter u with macron":"Latin small letter u with macron","Latin capital letter u with breve":"Latin capital letter u with breve","Latin small letter u with breve":"Latin small letter u with breve","Latin capital letter u with ring above":"Latin capital letter u with ring above","Latin small letter u with ring above":"Latin small letter u with ring above","Latin capital letter u with double acute":"Latin capital letter u with double acute","Latin small letter u with double acute":"Latin small letter u with double acute","Latin capital letter u with ogonek":"Latin capital letter u with ogonek","Latin small letter u with ogonek":"Latin small letter u with ogonek","Latin capital letter w with circumflex":"Latin capital letter w with circumflex","Latin small letter w with circumflex":"Latin small letter w with circumflex","Latin capital letter y with circumflex":"Latin capital letter y with circumflex","Latin small letter y with circumflex":"Latin small letter y with circumflex","Latin capital letter y with diaeresis":"Latin capital letter y with diaeresis","Latin capital letter z with acute":"Latin capital letter z with acute","Latin small letter z with acute":"Latin small letter z with acute","Latin capital letter z with dot above":"Latin capital letter z with dot above","Latin small letter z with dot above":"Latin small letter z with dot above","Latin capital letter z with caron":"Latin capital letter z with caron","Latin small letter z with caron":"Latin small letter z with caron","Latin small letter long s":"Latin small letter long s","Less-than sign":"Less-than sign","Greater-than sign":"Greater-than sign","Less-than or equal to":"Less-than or equal to","Greater-than or equal to":"Greater-than or equal to","En dash":"En dash","Em dash":"Em dash",Macron:"Macron",Overline:"Overline","Degree sign":"Degree sign","Minus sign":"Minus sign","Plus-minus sign":"Plus-minus sign","Division sign":"Division sign","Fraction slash":"Fraction slash","Multiplication sign":"Multiplication sign","Latin small letter f with hook":"Latin small letter f with hook",Integral:"Integral","N-ary summation":"N-ary summation",Infinity:"Infinity","Square root":"Square root","Tilde operator":"Tilde operator","Approximately equal to":"Approximately equal to","Almost equal to":"Almost equal to","Not equal to":"Not equal to","Identical to":"Identical to","Element of":"Element of","Not an element of":"Not an element of","Contains as member":"Contains as member","N-ary product":"N-ary product","Logical and":"Logical and","Logical or":"Logical or","Not sign":"Not sign",Intersection:"Intersection",Union:"Union","Partial differential":"Partial differential","For all":"For all","There exists":"There exists","Empty set":"Empty set",Nabla:"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Proportional to",Angle:"Angle","Vulgar fraction one quarter":"Vulgar fraction one quarter","Vulgar fraction one half":"Vulgar fraction one half","Vulgar fraction three quarters":"Vulgar fraction three quarters","Single left-pointing angle quotation mark":"Single left-pointing angle quotation mark","Single right-pointing angle quotation mark":"Single right-pointing angle quotation mark","Left-pointing double angle quotation mark":"Left-pointing double angle quotation mark","Right-pointing double angle quotation mark":"Right-pointing double angle quotation mark","Left single quotation mark":"Left single quotation mark","Right single quotation mark":"Right single quotation mark","Left double quotation mark":"Left double quotation mark","Right double quotation mark":"Right double quotation mark","Single low-9 quotation mark":"Single low-9 quotation mark","Double low-9 quotation mark":"Double low-9 quotation mark","Inverted exclamation mark":"Inverted exclamation mark","Inverted question mark":"Inverted question mark","Two dot leader":"Two dot leader","Horizontal ellipsis":"Horizontal ellipsis","Double dagger":"Double dagger","Per mille sign":"Per mille sign","Per ten thousand sign":"Per ten thousand sign","Double exclamation mark":"Double exclamation mark","Question exclamation mark":"Question exclamation mark","Exclamation question mark":"Exclamation question mark","Double question mark":"Double question mark","Copyright sign":"Copyright sign","Registered sign":"Registered sign","Trade mark sign":"Trade mark sign","Section sign":"Section sign","Paragraph sign":"Paragraph sign","Reversed paragraph sign":"Reversed paragraph sign","Character categories":"Character categories",Styles:"Styles","Multiple styles":"Multiple styles","Block styles":"Block styles","Text styles":"Text styles","Insert table":"Insert table","Header column":"Header column","Insert column left":"Insert column left","Insert column right":"Insert column right","Delete column":"Delete column","Select column":"Select column",Column:"Column","Header row":"Header row","Insert row below":"Insert row below","Insert row above":"Insert row above","Delete row":"Delete row","Select row":"Select row",Row:"Row","Merge cell up":"Merge cell up","Merge cell right":"Merge cell right","Merge cell down":"Merge cell down","Merge cell left":"Merge cell left","Split cell vertically":"Split cell vertically","Split cell horizontally":"Split cell horizontally","Merge cells":"Merge cells","Table toolbar":"Table toolbar","Table properties":"Table properties","Cell properties":"Cell properties",Border:"Border",Style:"Style",Width:"Width",Height:"Height",Color:"Colour",Background:"Background",Padding:"Padding",Dimensions:"Dimensions","Table cell text alignment":"Table cell text alignment",Alignment:"Alignment","Horizontal text alignment toolbar":"Horizontal text alignment toolbar","Vertical text alignment toolbar":"Vertical text alignment toolbar","Table alignment toolbar":"Table alignment toolbar",None:"None",Solid:"Solid",Dotted:"Dotted",Dashed:"Dashed",Double:"Double",Groove:"Groove",Ridge:"Ridge",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Align cell text to the left","Align cell text to the center":"Align cell text to the center","Align cell text to the right":"Align cell text to the right","Justify cell text":"Justify cell text","Align cell text to the top":"Align cell text to the top","Align cell text to the middle":"Align cell text to the middle","Align cell text to the bottom":"Align cell text to the bottom","Align table to the left":"Align table to the left","Center table":"Centre table","Align table to the right":"Align table to the right","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"The colour is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".","Color picker":"Colour picker","Toggle caption off":"Toggle caption off","Toggle caption on":"Toggle caption on","Enter table caption":"Enter table caption","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"Editor editing area: %0","Edit block":"Edit block",Next:"Next",Previous:"Previous","Editor toolbar":"Editor toolbar","Dropdown toolbar":"Dropdown toolbar",Black:"Black","Dim grey":"Dim grey",Grey:"Grey","Light grey":"Light grey",White:"White",Red:"Red",Orange:"Orange",Yellow:"Yellow","Light green":"Light green",Green:"Green",Aquamarine:"Aquamarine",Turquoise:"Turquoise","Light blue":"Light blue",Blue:"Blue",Purple:"Purple","Editor block content toolbar":"Editor block content toolbar","Editor contextual toolbar":"Editor contextual toolbar",HEX:"",Undo:"Undo",Redo:"Redo","Upload in progress":"Upload in progress","Widget toolbar":"Widget toolbar","Insert paragraph before block":"Insert paragraph before block","Insert paragraph after block":"Insert paragraph after block","Press Enter to type after or press Shift + Enter to type before the widget":"Press Enter to type after or press Shift + Enter to type before the widget","Words: %0":"Words: %0","Characters: %0":"Characters: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['en-au'] = d['en-au'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Align left","Align right":"Align right","Align center":"Align centre",Justify:"Justify","Text alignment":"Text alignment","Text alignment toolbar":"Text alignment toolbar",Bold:"Bold",Italic:"Italic",Underline:"Underline",Code:"Code",Strikethrough:"Strikethrough",Subscript:"Subscript",Superscript:"Superscript","Block quote":"Block quote","Insert code block":"Insert code block","Plain text":"Plain text",Cancel:"Cancel","Remove color":"Remove colour","Restore default":"Restore default",Save:"Save","Show more items":"Show more items","%0 of %1":"%0 of %1","Cannot upload file:":"Cannot upload file:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Editing area: %0","Find and replace":"Find and replace","Find in text…":"Find in text…",Find:"Find","Previous result":"Previous result","Next result":"Next result",Replace:"Replace","Replace all":"Replace all","Match case":"Match case","Whole words only":"Whole words only","Replace with…":"Replace with…","Text to find must not be empty.":"Text to find must not be empty.","Tip: Find some text first in order to replace it.":"Tip: Find some text first in order to replace it.","Show options":"Show options",Paragraph:"Paragraph",Heading:"Heading","Choose heading":"Choose heading","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4","Heading 5":"Heading 5","Heading 6":"Heading 6","Type your title":"Type your title","Type or paste your content here.":"Type or paste your content here.","Horizontal line":"Horizontal line","HTML object":"HTML object","Increase indent":"Increase indent","Decrease indent":"Decrease indent",Unlink:"Unlink",Link:"Link","Link URL":"Link URL","Link image":"Link image","Edit link":"Edit link","Open link in new tab":"Open link in new tab","This link has no URL":"This link has no URL","Open in a new tab":"Open in a new tab",Downloadable:"Downloadable","Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style",Disc:"Disc",Circle:"Circle",Square:"Square",Decimal:"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"List properties","Start at":"Start at","Start index must be greater than 0.":"Start index must be greater than 0.","Reversed order":"Reversed order","Remove Format":"Remove Format","Select all":"Select all",Source:"Source","Special characters":"Special characters",All:"All",Arrows:"Arrows",Currency:"Currency",Latin:"Latin",Mathematical:"Mathematical",Text:"Text","leftwards simple arrow":"leftwards simple arrow","rightwards simple arrow":"rightwards simple arrow","upwards simple arrow":"upwards simple arrow","downwards simple arrow":"downwards simple arrow","leftwards double arrow":"leftwards double arrow","rightwards double arrow":"rightwards double arrow","upwards double arrow":"upwards double arrow","downwards double arrow":"downwards double arrow","leftwards dashed arrow":"leftwards dashed arrow","rightwards dashed arrow":"rightwards dashed arrow","upwards dashed arrow":"upwards dashed arrow","downwards dashed arrow":"downwards dashed arrow","leftwards arrow to bar":"leftwards arrow to bar","rightwards arrow to bar":"rightwards arrow to bar","upwards arrow to bar":"upwards arrow to bar","downwards arrow to bar":"downwards arrow to bar","up down arrow with base":"up down arrow with base","back with leftwards arrow above":"back with leftwards arrow above","end with leftwards arrow above":"end with leftwards arrow above","on with exclamation mark with left right arrow above":"on with exclamation mark with left right arrow above","soon with rightwards arrow above":"soon with rightwards arrow above","top with upwards arrow above":"top with upwards arrow above","Dollar sign":"Dollar sign","Euro sign":"Euro sign","Yen sign":"Yen sign","Pound sign":"Pound sign","Cent sign":"Cent sign","Euro-currency sign":"Euro-currency sign","Colon sign":"Colon sign","Cruzeiro sign":"Cruzeiro sign","French franc sign":"French franc sign","Lira sign":"Lira sign","Currency sign":"Currency sign","Bitcoin sign":"Bitcoin sign","Mill sign":"Mill sign","Naira sign":"Naira sign","Peseta sign":"Peseta sign","Rupee sign":"Rupee sign","Won sign":"Won sign","New sheqel sign":"New sheqel sign","Dong sign":"Dong sign","Kip sign":"Kip sign","Tugrik sign":"Tugrik sign","Drachma sign":"Drachma sign","German penny sign":"German penny sign","Peso sign":"Peso sign","Guarani sign":"Guarani sign","Austral sign":"Austral sign","Hryvnia sign":"Hryvnia sign","Cedi sign":"Cedi sign","Livre tournois sign":"Livre tournois sign","Spesmilo sign":"Spesmilo sign","Tenge sign":"Tenge sign","Indian rupee sign":"Indian rupee sign","Turkish lira sign":"Turkish lira sign","Nordic mark sign":"Nordic mark sign","Manat sign":"Manat sign","Ruble sign":"Ruble sign","Latin capital letter a with macron":"Latin capital letter a with macron","Latin small letter a with macron":"Latin small letter a with macron","Latin capital letter a with breve":"Latin capital letter a with breve","Latin small letter a with breve":"Latin small letter a with breve","Latin capital letter a with ogonek":"Latin capital letter a with ogonek","Latin small letter a with ogonek":"Latin small letter a with ogonek","Latin capital letter c with acute":"Latin capital letter c with acute","Latin small letter c with acute":"Latin small letter c with acute","Latin capital letter c with circumflex":"Latin capital letter c with circumflex","Latin small letter c with circumflex":"Latin small letter c with circumflex","Latin capital letter c with dot above":"Latin capital letter c with dot above","Latin small letter c with dot above":"Latin small letter c with dot above","Latin capital letter c with caron":"Latin capital letter c with caron","Latin small letter c with caron":"Latin small letter c with caron","Latin capital letter d with caron":"Latin capital letter d with caron","Latin small letter d with caron":"Latin small letter d with caron","Latin capital letter d with stroke":"Latin capital letter d with stroke","Latin small letter d with stroke":"Latin small letter d with stroke","Latin capital letter e with macron":"Latin capital letter e with macron","Latin small letter e with macron":"Latin small letter e with macron","Latin capital letter e with breve":"Latin capital letter e with breve","Latin small letter e with breve":"Latin small letter e with breve","Latin capital letter e with dot above":"Latin capital letter e with dot above","Latin small letter e with dot above":"Latin small letter e with dot above","Latin capital letter e with ogonek":"Latin capital letter e with ogonek","Latin small letter e with ogonek":"Latin small letter e with ogonek","Latin capital letter e with caron":"Latin capital letter e with caron","Latin small letter e with caron":"Latin small letter e with caron","Latin capital letter g with circumflex":"Latin capital letter g with circumflex","Latin small letter g with circumflex":"Latin small letter g with circumflex","Latin capital letter g with breve":"Latin capital letter g with breve","Latin small letter g with breve":"Latin small letter g with breve","Latin capital letter g with dot above":"Latin capital letter g with dot above","Latin small letter g with dot above":"Latin small letter g with dot above","Latin capital letter g with cedilla":"Latin capital letter g with cedilla","Latin small letter g with cedilla":"Latin small letter g with cedilla","Latin capital letter h with circumflex":"Latin capital letter h with circumflex","Latin small letter h with circumflex":"Latin small letter h with circumflex","Latin capital letter h with stroke":"Latin capital letter h with stroke","Latin small letter h with stroke":"Latin small letter h with stroke","Latin capital letter i with tilde":"Latin capital letter i with tilde","Latin small letter i with tilde":"Latin small letter i with tilde","Latin capital letter i with macron":"Latin capital letter i with macron","Latin small letter i with macron":"Latin small letter i with macron","Latin capital letter i with breve":"Latin capital letter i with breve","Latin small letter i with breve":"Latin small letter i with breve","Latin capital letter i with ogonek":"Latin capital letter i with ogonek","Latin small letter i with ogonek":"Latin small letter i with ogonek","Latin capital letter i with dot above":"Latin capital letter i with dot above","Latin small letter dotless i":"Latin small letter dotless i","Latin capital ligature ij":"Latin capital ligature ij","Latin small ligature ij":"Latin small ligature ij","Latin capital letter j with circumflex":"Latin capital letter j with circumflex","Latin small letter j with circumflex":"Latin small letter j with circumflex","Latin capital letter k with cedilla":"Latin capital letter k with cedilla","Latin small letter k with cedilla":"Latin small letter k with cedilla","Latin small letter kra":"Latin small letter kra","Latin capital letter l with acute":"Latin capital letter l with acute","Latin small letter l with acute":"Latin small letter l with acute","Latin capital letter l with cedilla":"Latin capital letter l with cedilla","Latin small letter l with cedilla":"Latin small letter l with cedilla","Latin capital letter l with caron":"Latin capital letter l with caron","Latin small letter l with caron":"Latin small letter l with caron","Latin capital letter l with middle dot":"Latin capital letter l with middle dot","Latin small letter l with middle dot":"Latin small letter l with middle dot","Latin capital letter l with stroke":"Latin capital letter l with stroke","Latin small letter l with stroke":"Latin small letter l with stroke","Latin capital letter n with acute":"Latin capital letter n with acute","Latin small letter n with acute":"Latin small letter n with acute","Latin capital letter n with cedilla":"Latin capital letter n with cedilla","Latin small letter n with cedilla":"Latin small letter n with cedilla","Latin capital letter n with caron":"Latin capital letter n with caron","Latin small letter n with caron":"Latin small letter n with caron","Latin small letter n preceded by apostrophe":"Latin small letter n preceded by apostrophe","Latin capital letter eng":"Latin capital letter eng","Latin small letter eng":"Latin small letter eng","Latin capital letter o with macron":"Latin capital letter o with macron","Latin small letter o with macron":"Latin small letter o with macron","Latin capital letter o with breve":"Latin capital letter o with breve","Latin small letter o with breve":"Latin small letter o with breve","Latin capital letter o with double acute":"Latin capital letter o with double acute","Latin small letter o with double acute":"Latin small letter o with double acute","Latin capital ligature oe":"Latin capital ligature oe","Latin small ligature oe":"Latin small ligature oe","Latin capital letter r with acute":"Latin capital letter r with acute","Latin small letter r with acute":"Latin small letter r with acute","Latin capital letter r with cedilla":"Latin capital letter r with cedilla","Latin small letter r with cedilla":"Latin small letter r with cedilla","Latin capital letter r with caron":"Latin capital letter r with caron","Latin small letter r with caron":"Latin small letter r with caron","Latin capital letter s with acute":"Latin capital letter s with acute","Latin small letter s with acute":"Latin small letter s with acute","Latin capital letter s with circumflex":"Latin capital letter s with circumflex","Latin small letter s with circumflex":"Latin small letter s with circumflex","Latin capital letter s with cedilla":"Latin capital letter s with cedilla","Latin small letter s with cedilla":"Latin small letter s with cedilla","Latin capital letter s with caron":"Latin capital letter s with caron","Latin small letter s with caron":"Latin small letter s with caron","Latin capital letter t with cedilla":"Latin capital letter t with cedilla","Latin small letter t with cedilla":"Latin small letter t with cedilla","Latin capital letter t with caron":"Latin capital letter t with caron","Latin small letter t with caron":"Latin small letter t with caron","Latin capital letter t with stroke":"Latin capital letter t with stroke","Latin small letter t with stroke":"Latin small letter t with stroke","Latin capital letter u with tilde":"Latin capital letter u with tilde","Latin small letter u with tilde":"Latin small letter u with tilde","Latin capital letter u with macron":"Latin capital letter u with macron","Latin small letter u with macron":"Latin small letter u with macron","Latin capital letter u with breve":"Latin capital letter u with breve","Latin small letter u with breve":"Latin small letter u with breve","Latin capital letter u with ring above":"Latin capital letter u with ring above","Latin small letter u with ring above":"Latin small letter u with ring above","Latin capital letter u with double acute":"Latin capital letter u with double acute","Latin small letter u with double acute":"Latin small letter u with double acute","Latin capital letter u with ogonek":"Latin capital letter u with ogonek","Latin small letter u with ogonek":"Latin small letter u with ogonek","Latin capital letter w with circumflex":"Latin capital letter w with circumflex","Latin small letter w with circumflex":"Latin small letter w with circumflex","Latin capital letter y with circumflex":"Latin capital letter y with circumflex","Latin small letter y with circumflex":"Latin small letter y with circumflex","Latin capital letter y with diaeresis":"Latin capital letter y with diaeresis","Latin capital letter z with acute":"Latin capital letter z with acute","Latin small letter z with acute":"Latin small letter z with acute","Latin capital letter z with dot above":"Latin capital letter z with dot above","Latin small letter z with dot above":"Latin small letter z with dot above","Latin capital letter z with caron":"Latin capital letter z with caron","Latin small letter z with caron":"Latin small letter z with caron","Latin small letter long s":"Latin small letter long s","Less-than sign":"Less-than sign","Greater-than sign":"Greater-than sign","Less-than or equal to":"Less-than or equal to","Greater-than or equal to":"Greater-than or equal to","En dash":"En dash","Em dash":"Em dash",Macron:"Macron",Overline:"Overline","Degree sign":"Degree sign","Minus sign":"Minus sign","Plus-minus sign":"Plus-minus sign","Division sign":"Division sign","Fraction slash":"Fraction slash","Multiplication sign":"Multiplication sign","Latin small letter f with hook":"Latin small letter f with hook",Integral:"Integral","N-ary summation":"N-ary summation",Infinity:"Infinity","Square root":"Square root","Tilde operator":"Tilde operator","Approximately equal to":"Approximately equal to","Almost equal to":"Almost equal to","Not equal to":"Not equal to","Identical to":"Identical to","Element of":"Element of","Not an element of":"Not an element of","Contains as member":"Contains as member","N-ary product":"N-ary product","Logical and":"Logical and","Logical or":"Logical or","Not sign":"Not sign",Intersection:"Intersection",Union:"Union","Partial differential":"Partial differential","For all":"For all","There exists":"There exists","Empty set":"Empty set",Nabla:"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Proportional to",Angle:"Angle","Vulgar fraction one quarter":"Vulgar fraction one quarter","Vulgar fraction one half":"Vulgar fraction one half","Vulgar fraction three quarters":"Vulgar fraction three quarters","Single left-pointing angle quotation mark":"Single left-pointing angle quotation mark","Single right-pointing angle quotation mark":"Single right-pointing angle quotation mark","Left-pointing double angle quotation mark":"Left-pointing double angle quotation mark","Right-pointing double angle quotation mark":"Right-pointing double angle quotation mark","Left single quotation mark":"Left single quotation mark","Right single quotation mark":"Right single quotation mark","Left double quotation mark":"Left double quotation mark","Right double quotation mark":"Right double quotation mark","Single low-9 quotation mark":"Single low-9 quotation mark","Double low-9 quotation mark":"Double low-9 quotation mark","Inverted exclamation mark":"Inverted exclamation mark","Inverted question mark":"Inverted question mark","Two dot leader":"Two dot leader","Horizontal ellipsis":"Horizontal ellipsis","Double dagger":"Double dagger","Per mille sign":"Per mille sign","Per ten thousand sign":"Per ten thousand sign","Double exclamation mark":"Double exclamation mark","Question exclamation mark":"Question exclamation mark","Exclamation question mark":"Exclamation question mark","Double question mark":"Double question mark","Copyright sign":"Copyright sign","Registered sign":"Registered sign","Trade mark sign":"Trade mark sign","Section sign":"Section sign","Paragraph sign":"Paragraph sign","Reversed paragraph sign":"Reversed paragraph sign","Character categories":"Character categories",Styles:"Styles","Multiple styles":"Multiple styles","Block styles":"Block styles","Text styles":"Text styles","Insert table":"Insert table","Header column":"Header column","Insert column left":"Insert column left","Insert column right":"Insert column right","Delete column":"Delete column","Select column":"Select column",Column:"Column","Header row":"Header row","Insert row below":"Insert row below","Insert row above":"Insert row above","Delete row":"Delete row","Select row":"Select row",Row:"Row","Merge cell up":"Merge cell up","Merge cell right":"Merge cell right","Merge cell down":"Merge cell down","Merge cell left":"Merge cell left","Split cell vertically":"Split cell vertically","Split cell horizontally":"Split cell horizontally","Merge cells":"Merge cells","Table toolbar":"Table toolbar","Table properties":"Table properties","Cell properties":"Cell properties",Border:"Border",Style:"Style",Width:"Width",Height:"Height",Color:"Colour",Background:"Background",Padding:"Padding",Dimensions:"Dimensions","Table cell text alignment":"Table cell text alignment",Alignment:"Alignment","Horizontal text alignment toolbar":"Horizontal text alignment toolbar","Vertical text alignment toolbar":"Vertical text alignment toolbar","Table alignment toolbar":"Table alignment toolbar",None:"None",Solid:"Solid",Dotted:"Dotted",Dashed:"Dashed",Double:"Double",Groove:"Groove",Ridge:"Ridge",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Align cell text to the left","Align cell text to the center":"Align cell text to the center","Align cell text to the right":"Align cell text to the right","Justify cell text":"Justify cell text","Align cell text to the top":"Align cell text to the top","Align cell text to the middle":"Align cell text to the middle","Align cell text to the bottom":"Align cell text to the bottom","Align table to the left":"Align table to the left","Center table":"Centre table","Align table to the right":"Align table to the right","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"The colour is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".","Color picker":"Colour picker","Toggle caption off":"Toggle caption off","Toggle caption on":"Toggle caption on","Enter table caption":"Enter table caption","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"Editor editing area: %0","Edit block":"Edit block",Next:"Next",Previous:"Previous","Editor toolbar":"Editor toolbar","Dropdown toolbar":"Dropdown toolbar",Black:"Black","Dim grey":"Dim grey",Grey:"Grey","Light grey":"Light grey",White:"White",Red:"Red",Orange:"Orange",Yellow:"Yellow","Light green":"Light green",Green:"Green",Aquamarine:"Aquamarine",Turquoise:"Turquoise","Light blue":"Light blue",Blue:"Blue",Purple:"Purple","Editor block content toolbar":"Editor block content toolbar","Editor contextual toolbar":"Editor contextual toolbar",HEX:"",Accept:"",Undo:"Undo",Redo:"Redo","Upload in progress":"Upload in progress","Widget toolbar":"Widget toolbar","Insert paragraph before block":"Insert paragraph before block","Insert paragraph after block":"Insert paragraph after block","Press Enter to type after or press Shift + Enter to type before the widget":"Press Enter to type after or press Shift + Enter to type before the widget","Words: %0":"Words: %0","Characters: %0":"Characters: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en-gb.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en-gb.js index 6adae68887c2..d0c329d36861 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en-gb.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en-gb.js @@ -1 +1 @@ -(function(d){ const l = d['en-gb'] = d['en-gb'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Align left","Align right":"Align right","Align center":"Align center",Justify:"Justify","Text alignment":"Text alignment","Text alignment toolbar":"",Bold:"Bold",Italic:"Italic",Underline:"Underline",Code:"Code",Strikethrough:"Strikethrough",Subscript:"Subscript",Superscript:"Superscript","Block quote":"Block quote",Cancel:"Cancel","Remove color":"Remove colour","Restore default":"",Save:"Save","Show more items":"","%0 of %1":"%0 of %1","Cannot upload file:":"Cannot upload file:","Rich Text Editor. Editing area: %0":"",Paragraph:"Paragraph",Heading:"Heading","Choose heading":"Choose heading","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4","Heading 5":"Heading 5","Heading 6":"Heading 6","Type your title":"","Type or paste your content here.":"","Increase indent":"Increase indent","Decrease indent":"Decrease indent",Unlink:"Unlink",Link:"Link","Link URL":"Link URL","Link image":"","Edit link":"Edit link","Open link in new tab":"Open link in new tab","This link has no URL":"This link has no URL","Open in a new tab":"Open in a new tab",Downloadable:"Downloadable","Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"Remove Format","Insert table":"Insert table","Header column":"Header column","Insert column left":"Insert column left","Insert column right":"Insert column right","Delete column":"Delete column","Select column":"",Column:"Column","Header row":"Header row","Insert row below":"Insert row below","Insert row above":"Insert row above","Delete row":"Delete row","Select row":"",Row:"Row","Merge cell up":"Merge cell up","Merge cell right":"Merge cell right","Merge cell down":"Merge cell down","Merge cell left":"Merge cell left","Split cell vertically":"Split cell vertically","Split cell horizontally":"Split cell horizontally","Merge cells":"Merge cells","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"","Edit block":"Edit block",Next:"Next",Previous:"Previous","Editor toolbar":"","Dropdown toolbar":"",Black:"Black","Dim grey":"Dim grey",Grey:"Grey","Light grey":"Light grey",White:"White",Red:"Red",Orange:"Orange",Yellow:"Yellow","Light green":"Light green",Green:"Green",Aquamarine:"Aquamarine",Turquoise:"Turquoise","Light blue":"Light blue",Blue:"Blue",Purple:"Purple","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"Undo",Redo:"Redo","Upload in progress":"Upload in progress","Words: %0":"Words: %0","Characters: %0":"Characters: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['en-gb'] = d['en-gb'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Align left","Align right":"Align right","Align center":"Align center",Justify:"Justify","Text alignment":"Text alignment","Text alignment toolbar":"",Bold:"Bold",Italic:"Italic",Underline:"Underline",Code:"Code",Strikethrough:"Strikethrough",Subscript:"Subscript",Superscript:"Superscript","Block quote":"Block quote",Cancel:"Cancel","Remove color":"Remove colour","Restore default":"",Save:"Save","Show more items":"","%0 of %1":"%0 of %1","Cannot upload file:":"Cannot upload file:","Rich Text Editor. Editing area: %0":"",Paragraph:"Paragraph",Heading:"Heading","Choose heading":"Choose heading","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4","Heading 5":"Heading 5","Heading 6":"Heading 6","Type your title":"","Type or paste your content here.":"","Increase indent":"Increase indent","Decrease indent":"Decrease indent",Unlink:"Unlink",Link:"Link","Link URL":"Link URL","Link image":"","Edit link":"Edit link","Open link in new tab":"Open link in new tab","This link has no URL":"This link has no URL","Open in a new tab":"Open in a new tab",Downloadable:"Downloadable","Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"Remove Format","Insert table":"Insert table","Header column":"Header column","Insert column left":"Insert column left","Insert column right":"Insert column right","Delete column":"Delete column","Select column":"",Column:"Column","Header row":"Header row","Insert row below":"Insert row below","Insert row above":"Insert row above","Delete row":"Delete row","Select row":"",Row:"Row","Merge cell up":"Merge cell up","Merge cell right":"Merge cell right","Merge cell down":"Merge cell down","Merge cell left":"Merge cell left","Split cell vertically":"Split cell vertically","Split cell horizontally":"Split cell horizontally","Merge cells":"Merge cells","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"","Edit block":"Edit block",Next:"Next",Previous:"Previous","Editor toolbar":"","Dropdown toolbar":"",Black:"Black","Dim grey":"Dim grey",Grey:"Grey","Light grey":"Light grey",White:"White",Red:"Red",Orange:"Orange",Yellow:"Yellow","Light green":"Light green",Green:"Green",Aquamarine:"Aquamarine",Turquoise:"Turquoise","Light blue":"Light blue",Blue:"Blue",Purple:"Purple","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"Undo",Redo:"Redo","Upload in progress":"Upload in progress","Words: %0":"Words: %0","Characters: %0":"Characters: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en.js index 22e23bc54049..0d74771c3c91 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/en.js @@ -1 +1 @@ -(function(d){ const l = d['en'] = d['en'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Align left","Align right":"Align right","Align center":"Align center",Justify:"Justify","Text alignment":"Text alignment","Text alignment toolbar":"Text alignment toolbar",Bold:"Bold",Italic:"Italic",Underline:"Underline",Code:"Code",Strikethrough:"Strikethrough",Subscript:"Subscript",Superscript:"Superscript","Block quote":"Block quote","Insert code block":"Insert code block","Plain text":"Plain text",Cancel:"Cancel","Remove color":"Remove color","Restore default":"Restore default",Save:"Save","Show more items":"Show more items","%0 of %1":"%0 of %1","Cannot upload file:":"Cannot upload file:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Editing area: %0","Find and replace":"Find and replace","Find in text…":"Find in text…",Find:"Find","Previous result":"Previous result","Next result":"Next result",Replace:"Replace","Replace all":"Replace all","Match case":"Match case","Whole words only":"Whole words only","Replace with…":"Replace with…","Text to find must not be empty.":"Text to find must not be empty.","Tip: Find some text first in order to replace it.":"Tip: Find some text first in order to replace it.","Show options":"Show options",Paragraph:"Paragraph",Heading:"Heading","Choose heading":"Choose heading","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4","Heading 5":"Heading 5","Heading 6":"Heading 6","Type your title":"Type your title","Type or paste your content here.":"Type or paste your content here.","Horizontal line":"Horizontal line","HTML object":"HTML object","Increase indent":"Increase indent","Decrease indent":"Decrease indent",Unlink:"Unlink",Link:"Link","Link URL":"Link URL","Link image":"Link image","Edit link":"Edit link","Open link in new tab":"Open link in new tab","This link has no URL":"This link has no URL","Open in a new tab":"Open in a new tab",Downloadable:"Downloadable","Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style",Disc:"Disc",Circle:"Circle",Square:"Square",Decimal:"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"List properties","Start at":"Start at","Start index must be greater than 0.":"Start index must be greater than 0.","Reversed order":"Reversed order","Remove Format":"Remove Format","Select all":"Select all","Show blocks":"Show blocks",Source:"Source","Special characters":"Special characters",All:"All",Arrows:"Arrows",Currency:"Currency",Latin:"Latin",Mathematical:"Mathematical",Text:"Text","leftwards simple arrow":"leftwards simple arrow","rightwards simple arrow":"rightwards simple arrow","upwards simple arrow":"upwards simple arrow","downwards simple arrow":"downwards simple arrow","leftwards double arrow":"leftwards double arrow","rightwards double arrow":"rightwards double arrow","upwards double arrow":"upwards double arrow","downwards double arrow":"downwards double arrow","leftwards dashed arrow":"leftwards dashed arrow","rightwards dashed arrow":"rightwards dashed arrow","upwards dashed arrow":"upwards dashed arrow","downwards dashed arrow":"downwards dashed arrow","leftwards arrow to bar":"leftwards arrow to bar","rightwards arrow to bar":"rightwards arrow to bar","upwards arrow to bar":"upwards arrow to bar","downwards arrow to bar":"downwards arrow to bar","up down arrow with base":"up down arrow with base","back with leftwards arrow above":"back with leftwards arrow above","end with leftwards arrow above":"end with leftwards arrow above","on with exclamation mark with left right arrow above":"on with exclamation mark with left right arrow above","soon with rightwards arrow above":"soon with rightwards arrow above","top with upwards arrow above":"top with upwards arrow above","Dollar sign":"Dollar sign","Euro sign":"Euro sign","Yen sign":"Yen sign","Pound sign":"Pound sign","Cent sign":"Cent sign","Euro-currency sign":"Euro-currency sign","Colon sign":"Colon sign","Cruzeiro sign":"Cruzeiro sign","French franc sign":"French franc sign","Lira sign":"Lira sign","Currency sign":"Currency sign","Bitcoin sign":"Bitcoin sign","Mill sign":"Mill sign","Naira sign":"Naira sign","Peseta sign":"Peseta sign","Rupee sign":"Rupee sign","Won sign":"Won sign","New sheqel sign":"New sheqel sign","Dong sign":"Dong sign","Kip sign":"Kip sign","Tugrik sign":"Tugrik sign","Drachma sign":"Drachma sign","German penny sign":"German penny sign","Peso sign":"Peso sign","Guarani sign":"Guarani sign","Austral sign":"Austral sign","Hryvnia sign":"Hryvnia sign","Cedi sign":"Cedi sign","Livre tournois sign":"Livre tournois sign","Spesmilo sign":"Spesmilo sign","Tenge sign":"Tenge sign","Indian rupee sign":"Indian rupee sign","Turkish lira sign":"Turkish lira sign","Nordic mark sign":"Nordic mark sign","Manat sign":"Manat sign","Ruble sign":"Ruble sign","Latin capital letter a with macron":"Latin capital letter a with macron","Latin small letter a with macron":"Latin small letter a with macron","Latin capital letter a with breve":"Latin capital letter a with breve","Latin small letter a with breve":"Latin small letter a with breve","Latin capital letter a with ogonek":"Latin capital letter a with ogonek","Latin small letter a with ogonek":"Latin small letter a with ogonek","Latin capital letter c with acute":"Latin capital letter c with acute","Latin small letter c with acute":"Latin small letter c with acute","Latin capital letter c with circumflex":"Latin capital letter c with circumflex","Latin small letter c with circumflex":"Latin small letter c with circumflex","Latin capital letter c with dot above":"Latin capital letter c with dot above","Latin small letter c with dot above":"Latin small letter c with dot above","Latin capital letter c with caron":"Latin capital letter c with caron","Latin small letter c with caron":"Latin small letter c with caron","Latin capital letter d with caron":"Latin capital letter d with caron","Latin small letter d with caron":"Latin small letter d with caron","Latin capital letter d with stroke":"Latin capital letter d with stroke","Latin small letter d with stroke":"Latin small letter d with stroke","Latin capital letter e with macron":"Latin capital letter e with macron","Latin small letter e with macron":"Latin small letter e with macron","Latin capital letter e with breve":"Latin capital letter e with breve","Latin small letter e with breve":"Latin small letter e with breve","Latin capital letter e with dot above":"Latin capital letter e with dot above","Latin small letter e with dot above":"Latin small letter e with dot above","Latin capital letter e with ogonek":"Latin capital letter e with ogonek","Latin small letter e with ogonek":"Latin small letter e with ogonek","Latin capital letter e with caron":"Latin capital letter e with caron","Latin small letter e with caron":"Latin small letter e with caron","Latin capital letter g with circumflex":"Latin capital letter g with circumflex","Latin small letter g with circumflex":"Latin small letter g with circumflex","Latin capital letter g with breve":"Latin capital letter g with breve","Latin small letter g with breve":"Latin small letter g with breve","Latin capital letter g with dot above":"Latin capital letter g with dot above","Latin small letter g with dot above":"Latin small letter g with dot above","Latin capital letter g with cedilla":"Latin capital letter g with cedilla","Latin small letter g with cedilla":"Latin small letter g with cedilla","Latin capital letter h with circumflex":"Latin capital letter h with circumflex","Latin small letter h with circumflex":"Latin small letter h with circumflex","Latin capital letter h with stroke":"Latin capital letter h with stroke","Latin small letter h with stroke":"Latin small letter h with stroke","Latin capital letter i with tilde":"Latin capital letter i with tilde","Latin small letter i with tilde":"Latin small letter i with tilde","Latin capital letter i with macron":"Latin capital letter i with macron","Latin small letter i with macron":"Latin small letter i with macron","Latin capital letter i with breve":"Latin capital letter i with breve","Latin small letter i with breve":"Latin small letter i with breve","Latin capital letter i with ogonek":"Latin capital letter i with ogonek","Latin small letter i with ogonek":"Latin small letter i with ogonek","Latin capital letter i with dot above":"Latin capital letter i with dot above","Latin small letter dotless i":"Latin small letter dotless i","Latin capital ligature ij":"Latin capital ligature ij","Latin small ligature ij":"Latin small ligature ij","Latin capital letter j with circumflex":"Latin capital letter j with circumflex","Latin small letter j with circumflex":"Latin small letter j with circumflex","Latin capital letter k with cedilla":"Latin capital letter k with cedilla","Latin small letter k with cedilla":"Latin small letter k with cedilla","Latin small letter kra":"Latin small letter kra","Latin capital letter l with acute":"Latin capital letter l with acute","Latin small letter l with acute":"Latin small letter l with acute","Latin capital letter l with cedilla":"Latin capital letter l with cedilla","Latin small letter l with cedilla":"Latin small letter l with cedilla","Latin capital letter l with caron":"Latin capital letter l with caron","Latin small letter l with caron":"Latin small letter l with caron","Latin capital letter l with middle dot":"Latin capital letter l with middle dot","Latin small letter l with middle dot":"Latin small letter l with middle dot","Latin capital letter l with stroke":"Latin capital letter l with stroke","Latin small letter l with stroke":"Latin small letter l with stroke","Latin capital letter n with acute":"Latin capital letter n with acute","Latin small letter n with acute":"Latin small letter n with acute","Latin capital letter n with cedilla":"Latin capital letter n with cedilla","Latin small letter n with cedilla":"Latin small letter n with cedilla","Latin capital letter n with caron":"Latin capital letter n with caron","Latin small letter n with caron":"Latin small letter n with caron","Latin small letter n preceded by apostrophe":"Latin small letter n preceded by apostrophe","Latin capital letter eng":"Latin capital letter eng","Latin small letter eng":"Latin small letter eng","Latin capital letter o with macron":"Latin capital letter o with macron","Latin small letter o with macron":"Latin small letter o with macron","Latin capital letter o with breve":"Latin capital letter o with breve","Latin small letter o with breve":"Latin small letter o with breve","Latin capital letter o with double acute":"Latin capital letter o with double acute","Latin small letter o with double acute":"Latin small letter o with double acute","Latin capital ligature oe":"Latin capital ligature oe","Latin small ligature oe":"Latin small ligature oe","Latin capital letter r with acute":"Latin capital letter r with acute","Latin small letter r with acute":"Latin small letter r with acute","Latin capital letter r with cedilla":"Latin capital letter r with cedilla","Latin small letter r with cedilla":"Latin small letter r with cedilla","Latin capital letter r with caron":"Latin capital letter r with caron","Latin small letter r with caron":"Latin small letter r with caron","Latin capital letter s with acute":"Latin capital letter s with acute","Latin small letter s with acute":"Latin small letter s with acute","Latin capital letter s with circumflex":"Latin capital letter s with circumflex","Latin small letter s with circumflex":"Latin small letter s with circumflex","Latin capital letter s with cedilla":"Latin capital letter s with cedilla","Latin small letter s with cedilla":"Latin small letter s with cedilla","Latin capital letter s with caron":"Latin capital letter s with caron","Latin small letter s with caron":"Latin small letter s with caron","Latin capital letter t with cedilla":"Latin capital letter t with cedilla","Latin small letter t with cedilla":"Latin small letter t with cedilla","Latin capital letter t with caron":"Latin capital letter t with caron","Latin small letter t with caron":"Latin small letter t with caron","Latin capital letter t with stroke":"Latin capital letter t with stroke","Latin small letter t with stroke":"Latin small letter t with stroke","Latin capital letter u with tilde":"Latin capital letter u with tilde","Latin small letter u with tilde":"Latin small letter u with tilde","Latin capital letter u with macron":"Latin capital letter u with macron","Latin small letter u with macron":"Latin small letter u with macron","Latin capital letter u with breve":"Latin capital letter u with breve","Latin small letter u with breve":"Latin small letter u with breve","Latin capital letter u with ring above":"Latin capital letter u with ring above","Latin small letter u with ring above":"Latin small letter u with ring above","Latin capital letter u with double acute":"Latin capital letter u with double acute","Latin small letter u with double acute":"Latin small letter u with double acute","Latin capital letter u with ogonek":"Latin capital letter u with ogonek","Latin small letter u with ogonek":"Latin small letter u with ogonek","Latin capital letter w with circumflex":"Latin capital letter w with circumflex","Latin small letter w with circumflex":"Latin small letter w with circumflex","Latin capital letter y with circumflex":"Latin capital letter y with circumflex","Latin small letter y with circumflex":"Latin small letter y with circumflex","Latin capital letter y with diaeresis":"Latin capital letter y with diaeresis","Latin capital letter z with acute":"Latin capital letter z with acute","Latin small letter z with acute":"Latin small letter z with acute","Latin capital letter z with dot above":"Latin capital letter z with dot above","Latin small letter z with dot above":"Latin small letter z with dot above","Latin capital letter z with caron":"Latin capital letter z with caron","Latin small letter z with caron":"Latin small letter z with caron","Latin small letter long s":"Latin small letter long s","Less-than sign":"Less-than sign","Greater-than sign":"Greater-than sign","Less-than or equal to":"Less-than or equal to","Greater-than or equal to":"Greater-than or equal to","En dash":"En dash","Em dash":"Em dash",Macron:"Macron",Overline:"Overline","Degree sign":"Degree sign","Minus sign":"Minus sign","Plus-minus sign":"Plus-minus sign","Division sign":"Division sign","Fraction slash":"Fraction slash","Multiplication sign":"Multiplication sign","Latin small letter f with hook":"Latin small letter f with hook",Integral:"Integral","N-ary summation":"N-ary summation",Infinity:"Infinity","Square root":"Square root","Tilde operator":"Tilde operator","Approximately equal to":"Approximately equal to","Almost equal to":"Almost equal to","Not equal to":"Not equal to","Identical to":"Identical to","Element of":"Element of","Not an element of":"Not an element of","Contains as member":"Contains as member","N-ary product":"N-ary product","Logical and":"Logical and","Logical or":"Logical or","Not sign":"Not sign",Intersection:"Intersection",Union:"Union","Partial differential":"Partial differential","For all":"For all","There exists":"There exists","Empty set":"Empty set",Nabla:"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Proportional to",Angle:"Angle","Vulgar fraction one quarter":"Vulgar fraction one quarter","Vulgar fraction one half":"Vulgar fraction one half","Vulgar fraction three quarters":"Vulgar fraction three quarters","Single left-pointing angle quotation mark":"Single left-pointing angle quotation mark","Single right-pointing angle quotation mark":"Single right-pointing angle quotation mark","Left-pointing double angle quotation mark":"Left-pointing double angle quotation mark","Right-pointing double angle quotation mark":"Right-pointing double angle quotation mark","Left single quotation mark":"Left single quotation mark","Right single quotation mark":"Right single quotation mark","Left double quotation mark":"Left double quotation mark","Right double quotation mark":"Right double quotation mark","Single low-9 quotation mark":"Single low-9 quotation mark","Double low-9 quotation mark":"Double low-9 quotation mark","Inverted exclamation mark":"Inverted exclamation mark","Inverted question mark":"Inverted question mark","Two dot leader":"Two dot leader","Horizontal ellipsis":"Horizontal ellipsis","Double dagger":"Double dagger","Per mille sign":"Per mille sign","Per ten thousand sign":"Per ten thousand sign","Double exclamation mark":"Double exclamation mark","Question exclamation mark":"Question exclamation mark","Exclamation question mark":"Exclamation question mark","Double question mark":"Double question mark","Copyright sign":"Copyright sign","Registered sign":"Registered sign","Trade mark sign":"Trade mark sign","Section sign":"Section sign","Paragraph sign":"Paragraph sign","Reversed paragraph sign":"Reversed paragraph sign","Character categories":"Character categories",Styles:"Styles","Multiple styles":"Multiple styles","Block styles":"Block styles","Text styles":"Text styles","Insert table":"Insert table","Header column":"Header column","Insert column left":"Insert column left","Insert column right":"Insert column right","Delete column":"Delete column","Select column":"Select column",Column:"Column","Header row":"Header row","Insert row below":"Insert row below","Insert row above":"Insert row above","Delete row":"Delete row","Select row":"Select row",Row:"Row","Merge cell up":"Merge cell up","Merge cell right":"Merge cell right","Merge cell down":"Merge cell down","Merge cell left":"Merge cell left","Split cell vertically":"Split cell vertically","Split cell horizontally":"Split cell horizontally","Merge cells":"Merge cells","Table toolbar":"Table toolbar","Table properties":"Table properties","Cell properties":"Cell properties",Border:"Border",Style:"Style",Width:"Width",Height:"Height",Color:"Color",Background:"Background",Padding:"Padding",Dimensions:"Dimensions","Table cell text alignment":"Table cell text alignment",Alignment:"Alignment","Horizontal text alignment toolbar":"Horizontal text alignment toolbar","Vertical text alignment toolbar":"Vertical text alignment toolbar","Table alignment toolbar":"Table alignment toolbar",None:"None",Solid:"Solid",Dotted:"Dotted",Dashed:"Dashed",Double:"Double",Groove:"Groove",Ridge:"Ridge",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Align cell text to the left","Align cell text to the center":"Align cell text to the center","Align cell text to the right":"Align cell text to the right","Justify cell text":"Justify cell text","Align cell text to the top":"Align cell text to the top","Align cell text to the middle":"Align cell text to the middle","Align cell text to the bottom":"Align cell text to the bottom","Align table to the left":"Align table to the left","Center table":"Center table","Align table to the right":"Align table to the right","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".","Color picker":"Color picker","Toggle caption off":"Toggle caption off","Toggle caption on":"Toggle caption on","Enter table caption":"Enter table caption","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"Editor editing area: %0","Edit block":"Edit block",Next:"Next",Previous:"Previous","Editor toolbar":"Editor toolbar","Dropdown toolbar":"Dropdown toolbar",Black:"Black","Dim grey":"Dim grey",Grey:"Grey","Light grey":"Light grey",White:"White",Red:"Red",Orange:"Orange",Yellow:"Yellow","Light green":"Light green",Green:"Green",Aquamarine:"Aquamarine",Turquoise:"Turquoise","Light blue":"Light blue",Blue:"Blue",Purple:"Purple","Editor block content toolbar":"Editor block content toolbar","Editor contextual toolbar":"Editor contextual toolbar",HEX:"HEX",Undo:"Undo",Redo:"Redo","Upload in progress":"Upload in progress","Widget toolbar":"Widget toolbar","Insert paragraph before block":"Insert paragraph before block","Insert paragraph after block":"Insert paragraph after block","Press Enter to type after or press Shift + Enter to type before the widget":"Press Enter to type after or press Shift + Enter to type before the widget","Words: %0":"Words: %0","Characters: %0":"Characters: %0"} );})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['en'] = d['en'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Align left","Align right":"Align right","Align center":"Align center",Justify:"Justify","Text alignment":"Text alignment","Text alignment toolbar":"Text alignment toolbar",Bold:"Bold",Italic:"Italic",Underline:"Underline",Code:"Code",Strikethrough:"Strikethrough",Subscript:"Subscript",Superscript:"Superscript","Block quote":"Block quote","Insert code block":"Insert code block","Plain text":"Plain text",Cancel:"Cancel","Remove color":"Remove color","Restore default":"Restore default",Save:"Save","Show more items":"Show more items","%0 of %1":"%0 of %1","Cannot upload file:":"Cannot upload file:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Editing area: %0","Find and replace":"Find and replace","Find in text…":"Find in text…",Find:"Find","Previous result":"Previous result","Next result":"Next result",Replace:"Replace","Replace all":"Replace all","Match case":"Match case","Whole words only":"Whole words only","Replace with…":"Replace with…","Text to find must not be empty.":"Text to find must not be empty.","Tip: Find some text first in order to replace it.":"Tip: Find some text first in order to replace it.","Show options":"Show options",Paragraph:"Paragraph",Heading:"Heading","Choose heading":"Choose heading","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4","Heading 5":"Heading 5","Heading 6":"Heading 6","Type your title":"Type your title","Type or paste your content here.":"Type or paste your content here.","Horizontal line":"Horizontal line","HTML object":"HTML object","Increase indent":"Increase indent","Decrease indent":"Decrease indent",Unlink:"Unlink",Link:"Link","Link URL":"Link URL","Link image":"Link image","Edit link":"Edit link","Open link in new tab":"Open link in new tab","This link has no URL":"This link has no URL","Open in a new tab":"Open in a new tab",Downloadable:"Downloadable","Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style",Disc:"Disc",Circle:"Circle",Square:"Square",Decimal:"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"List properties","Start at":"Start at","Start index must be greater than 0.":"Start index must be greater than 0.","Reversed order":"Reversed order","Remove Format":"Remove Format","Select all":"Select all","Show blocks":"Show blocks",Source:"Source","Special characters":"Special characters",All:"All",Arrows:"Arrows",Currency:"Currency",Latin:"Latin",Mathematical:"Mathematical",Text:"Text","leftwards simple arrow":"leftwards simple arrow","rightwards simple arrow":"rightwards simple arrow","upwards simple arrow":"upwards simple arrow","downwards simple arrow":"downwards simple arrow","leftwards double arrow":"leftwards double arrow","rightwards double arrow":"rightwards double arrow","upwards double arrow":"upwards double arrow","downwards double arrow":"downwards double arrow","leftwards dashed arrow":"leftwards dashed arrow","rightwards dashed arrow":"rightwards dashed arrow","upwards dashed arrow":"upwards dashed arrow","downwards dashed arrow":"downwards dashed arrow","leftwards arrow to bar":"leftwards arrow to bar","rightwards arrow to bar":"rightwards arrow to bar","upwards arrow to bar":"upwards arrow to bar","downwards arrow to bar":"downwards arrow to bar","up down arrow with base":"up down arrow with base","back with leftwards arrow above":"back with leftwards arrow above","end with leftwards arrow above":"end with leftwards arrow above","on with exclamation mark with left right arrow above":"on with exclamation mark with left right arrow above","soon with rightwards arrow above":"soon with rightwards arrow above","top with upwards arrow above":"top with upwards arrow above","Dollar sign":"Dollar sign","Euro sign":"Euro sign","Yen sign":"Yen sign","Pound sign":"Pound sign","Cent sign":"Cent sign","Euro-currency sign":"Euro-currency sign","Colon sign":"Colon sign","Cruzeiro sign":"Cruzeiro sign","French franc sign":"French franc sign","Lira sign":"Lira sign","Currency sign":"Currency sign","Bitcoin sign":"Bitcoin sign","Mill sign":"Mill sign","Naira sign":"Naira sign","Peseta sign":"Peseta sign","Rupee sign":"Rupee sign","Won sign":"Won sign","New sheqel sign":"New sheqel sign","Dong sign":"Dong sign","Kip sign":"Kip sign","Tugrik sign":"Tugrik sign","Drachma sign":"Drachma sign","German penny sign":"German penny sign","Peso sign":"Peso sign","Guarani sign":"Guarani sign","Austral sign":"Austral sign","Hryvnia sign":"Hryvnia sign","Cedi sign":"Cedi sign","Livre tournois sign":"Livre tournois sign","Spesmilo sign":"Spesmilo sign","Tenge sign":"Tenge sign","Indian rupee sign":"Indian rupee sign","Turkish lira sign":"Turkish lira sign","Nordic mark sign":"Nordic mark sign","Manat sign":"Manat sign","Ruble sign":"Ruble sign","Latin capital letter a with macron":"Latin capital letter a with macron","Latin small letter a with macron":"Latin small letter a with macron","Latin capital letter a with breve":"Latin capital letter a with breve","Latin small letter a with breve":"Latin small letter a with breve","Latin capital letter a with ogonek":"Latin capital letter a with ogonek","Latin small letter a with ogonek":"Latin small letter a with ogonek","Latin capital letter c with acute":"Latin capital letter c with acute","Latin small letter c with acute":"Latin small letter c with acute","Latin capital letter c with circumflex":"Latin capital letter c with circumflex","Latin small letter c with circumflex":"Latin small letter c with circumflex","Latin capital letter c with dot above":"Latin capital letter c with dot above","Latin small letter c with dot above":"Latin small letter c with dot above","Latin capital letter c with caron":"Latin capital letter c with caron","Latin small letter c with caron":"Latin small letter c with caron","Latin capital letter d with caron":"Latin capital letter d with caron","Latin small letter d with caron":"Latin small letter d with caron","Latin capital letter d with stroke":"Latin capital letter d with stroke","Latin small letter d with stroke":"Latin small letter d with stroke","Latin capital letter e with macron":"Latin capital letter e with macron","Latin small letter e with macron":"Latin small letter e with macron","Latin capital letter e with breve":"Latin capital letter e with breve","Latin small letter e with breve":"Latin small letter e with breve","Latin capital letter e with dot above":"Latin capital letter e with dot above","Latin small letter e with dot above":"Latin small letter e with dot above","Latin capital letter e with ogonek":"Latin capital letter e with ogonek","Latin small letter e with ogonek":"Latin small letter e with ogonek","Latin capital letter e with caron":"Latin capital letter e with caron","Latin small letter e with caron":"Latin small letter e with caron","Latin capital letter g with circumflex":"Latin capital letter g with circumflex","Latin small letter g with circumflex":"Latin small letter g with circumflex","Latin capital letter g with breve":"Latin capital letter g with breve","Latin small letter g with breve":"Latin small letter g with breve","Latin capital letter g with dot above":"Latin capital letter g with dot above","Latin small letter g with dot above":"Latin small letter g with dot above","Latin capital letter g with cedilla":"Latin capital letter g with cedilla","Latin small letter g with cedilla":"Latin small letter g with cedilla","Latin capital letter h with circumflex":"Latin capital letter h with circumflex","Latin small letter h with circumflex":"Latin small letter h with circumflex","Latin capital letter h with stroke":"Latin capital letter h with stroke","Latin small letter h with stroke":"Latin small letter h with stroke","Latin capital letter i with tilde":"Latin capital letter i with tilde","Latin small letter i with tilde":"Latin small letter i with tilde","Latin capital letter i with macron":"Latin capital letter i with macron","Latin small letter i with macron":"Latin small letter i with macron","Latin capital letter i with breve":"Latin capital letter i with breve","Latin small letter i with breve":"Latin small letter i with breve","Latin capital letter i with ogonek":"Latin capital letter i with ogonek","Latin small letter i with ogonek":"Latin small letter i with ogonek","Latin capital letter i with dot above":"Latin capital letter i with dot above","Latin small letter dotless i":"Latin small letter dotless i","Latin capital ligature ij":"Latin capital ligature ij","Latin small ligature ij":"Latin small ligature ij","Latin capital letter j with circumflex":"Latin capital letter j with circumflex","Latin small letter j with circumflex":"Latin small letter j with circumflex","Latin capital letter k with cedilla":"Latin capital letter k with cedilla","Latin small letter k with cedilla":"Latin small letter k with cedilla","Latin small letter kra":"Latin small letter kra","Latin capital letter l with acute":"Latin capital letter l with acute","Latin small letter l with acute":"Latin small letter l with acute","Latin capital letter l with cedilla":"Latin capital letter l with cedilla","Latin small letter l with cedilla":"Latin small letter l with cedilla","Latin capital letter l with caron":"Latin capital letter l with caron","Latin small letter l with caron":"Latin small letter l with caron","Latin capital letter l with middle dot":"Latin capital letter l with middle dot","Latin small letter l with middle dot":"Latin small letter l with middle dot","Latin capital letter l with stroke":"Latin capital letter l with stroke","Latin small letter l with stroke":"Latin small letter l with stroke","Latin capital letter n with acute":"Latin capital letter n with acute","Latin small letter n with acute":"Latin small letter n with acute","Latin capital letter n with cedilla":"Latin capital letter n with cedilla","Latin small letter n with cedilla":"Latin small letter n with cedilla","Latin capital letter n with caron":"Latin capital letter n with caron","Latin small letter n with caron":"Latin small letter n with caron","Latin small letter n preceded by apostrophe":"Latin small letter n preceded by apostrophe","Latin capital letter eng":"Latin capital letter eng","Latin small letter eng":"Latin small letter eng","Latin capital letter o with macron":"Latin capital letter o with macron","Latin small letter o with macron":"Latin small letter o with macron","Latin capital letter o with breve":"Latin capital letter o with breve","Latin small letter o with breve":"Latin small letter o with breve","Latin capital letter o with double acute":"Latin capital letter o with double acute","Latin small letter o with double acute":"Latin small letter o with double acute","Latin capital ligature oe":"Latin capital ligature oe","Latin small ligature oe":"Latin small ligature oe","Latin capital letter r with acute":"Latin capital letter r with acute","Latin small letter r with acute":"Latin small letter r with acute","Latin capital letter r with cedilla":"Latin capital letter r with cedilla","Latin small letter r with cedilla":"Latin small letter r with cedilla","Latin capital letter r with caron":"Latin capital letter r with caron","Latin small letter r with caron":"Latin small letter r with caron","Latin capital letter s with acute":"Latin capital letter s with acute","Latin small letter s with acute":"Latin small letter s with acute","Latin capital letter s with circumflex":"Latin capital letter s with circumflex","Latin small letter s with circumflex":"Latin small letter s with circumflex","Latin capital letter s with cedilla":"Latin capital letter s with cedilla","Latin small letter s with cedilla":"Latin small letter s with cedilla","Latin capital letter s with caron":"Latin capital letter s with caron","Latin small letter s with caron":"Latin small letter s with caron","Latin capital letter t with cedilla":"Latin capital letter t with cedilla","Latin small letter t with cedilla":"Latin small letter t with cedilla","Latin capital letter t with caron":"Latin capital letter t with caron","Latin small letter t with caron":"Latin small letter t with caron","Latin capital letter t with stroke":"Latin capital letter t with stroke","Latin small letter t with stroke":"Latin small letter t with stroke","Latin capital letter u with tilde":"Latin capital letter u with tilde","Latin small letter u with tilde":"Latin small letter u with tilde","Latin capital letter u with macron":"Latin capital letter u with macron","Latin small letter u with macron":"Latin small letter u with macron","Latin capital letter u with breve":"Latin capital letter u with breve","Latin small letter u with breve":"Latin small letter u with breve","Latin capital letter u with ring above":"Latin capital letter u with ring above","Latin small letter u with ring above":"Latin small letter u with ring above","Latin capital letter u with double acute":"Latin capital letter u with double acute","Latin small letter u with double acute":"Latin small letter u with double acute","Latin capital letter u with ogonek":"Latin capital letter u with ogonek","Latin small letter u with ogonek":"Latin small letter u with ogonek","Latin capital letter w with circumflex":"Latin capital letter w with circumflex","Latin small letter w with circumflex":"Latin small letter w with circumflex","Latin capital letter y with circumflex":"Latin capital letter y with circumflex","Latin small letter y with circumflex":"Latin small letter y with circumflex","Latin capital letter y with diaeresis":"Latin capital letter y with diaeresis","Latin capital letter z with acute":"Latin capital letter z with acute","Latin small letter z with acute":"Latin small letter z with acute","Latin capital letter z with dot above":"Latin capital letter z with dot above","Latin small letter z with dot above":"Latin small letter z with dot above","Latin capital letter z with caron":"Latin capital letter z with caron","Latin small letter z with caron":"Latin small letter z with caron","Latin small letter long s":"Latin small letter long s","Less-than sign":"Less-than sign","Greater-than sign":"Greater-than sign","Less-than or equal to":"Less-than or equal to","Greater-than or equal to":"Greater-than or equal to","En dash":"En dash","Em dash":"Em dash",Macron:"Macron",Overline:"Overline","Degree sign":"Degree sign","Minus sign":"Minus sign","Plus-minus sign":"Plus-minus sign","Division sign":"Division sign","Fraction slash":"Fraction slash","Multiplication sign":"Multiplication sign","Latin small letter f with hook":"Latin small letter f with hook",Integral:"Integral","N-ary summation":"N-ary summation",Infinity:"Infinity","Square root":"Square root","Tilde operator":"Tilde operator","Approximately equal to":"Approximately equal to","Almost equal to":"Almost equal to","Not equal to":"Not equal to","Identical to":"Identical to","Element of":"Element of","Not an element of":"Not an element of","Contains as member":"Contains as member","N-ary product":"N-ary product","Logical and":"Logical and","Logical or":"Logical or","Not sign":"Not sign",Intersection:"Intersection",Union:"Union","Partial differential":"Partial differential","For all":"For all","There exists":"There exists","Empty set":"Empty set",Nabla:"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Proportional to",Angle:"Angle","Vulgar fraction one quarter":"Vulgar fraction one quarter","Vulgar fraction one half":"Vulgar fraction one half","Vulgar fraction three quarters":"Vulgar fraction three quarters","Single left-pointing angle quotation mark":"Single left-pointing angle quotation mark","Single right-pointing angle quotation mark":"Single right-pointing angle quotation mark","Left-pointing double angle quotation mark":"Left-pointing double angle quotation mark","Right-pointing double angle quotation mark":"Right-pointing double angle quotation mark","Left single quotation mark":"Left single quotation mark","Right single quotation mark":"Right single quotation mark","Left double quotation mark":"Left double quotation mark","Right double quotation mark":"Right double quotation mark","Single low-9 quotation mark":"Single low-9 quotation mark","Double low-9 quotation mark":"Double low-9 quotation mark","Inverted exclamation mark":"Inverted exclamation mark","Inverted question mark":"Inverted question mark","Two dot leader":"Two dot leader","Horizontal ellipsis":"Horizontal ellipsis","Double dagger":"Double dagger","Per mille sign":"Per mille sign","Per ten thousand sign":"Per ten thousand sign","Double exclamation mark":"Double exclamation mark","Question exclamation mark":"Question exclamation mark","Exclamation question mark":"Exclamation question mark","Double question mark":"Double question mark","Copyright sign":"Copyright sign","Registered sign":"Registered sign","Trade mark sign":"Trade mark sign","Section sign":"Section sign","Paragraph sign":"Paragraph sign","Reversed paragraph sign":"Reversed paragraph sign","Character categories":"Character categories",Styles:"Styles","Multiple styles":"Multiple styles","Block styles":"Block styles","Text styles":"Text styles","Insert table":"Insert table","Header column":"Header column","Insert column left":"Insert column left","Insert column right":"Insert column right","Delete column":"Delete column","Select column":"Select column",Column:"Column","Header row":"Header row","Insert row below":"Insert row below","Insert row above":"Insert row above","Delete row":"Delete row","Select row":"Select row",Row:"Row","Merge cell up":"Merge cell up","Merge cell right":"Merge cell right","Merge cell down":"Merge cell down","Merge cell left":"Merge cell left","Split cell vertically":"Split cell vertically","Split cell horizontally":"Split cell horizontally","Merge cells":"Merge cells","Table toolbar":"Table toolbar","Table properties":"Table properties","Cell properties":"Cell properties",Border:"Border",Style:"Style",Width:"Width",Height:"Height",Color:"Color",Background:"Background",Padding:"Padding",Dimensions:"Dimensions","Table cell text alignment":"Table cell text alignment",Alignment:"Alignment","Horizontal text alignment toolbar":"Horizontal text alignment toolbar","Vertical text alignment toolbar":"Vertical text alignment toolbar","Table alignment toolbar":"Table alignment toolbar",None:"None",Solid:"Solid",Dotted:"Dotted",Dashed:"Dashed",Double:"Double",Groove:"Groove",Ridge:"Ridge",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Align cell text to the left","Align cell text to the center":"Align cell text to the center","Align cell text to the right":"Align cell text to the right","Justify cell text":"Justify cell text","Align cell text to the top":"Align cell text to the top","Align cell text to the middle":"Align cell text to the middle","Align cell text to the bottom":"Align cell text to the bottom","Align table to the left":"Align table to the left","Center table":"Center table","Align table to the right":"Align table to the right","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".","Color picker":"Color picker","Toggle caption off":"Toggle caption off","Toggle caption on":"Toggle caption on","Enter table caption":"Enter table caption","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"Editor editing area: %0","Edit block":"Edit block",Next:"Next",Previous:"Previous","Editor toolbar":"Editor toolbar","Dropdown toolbar":"Dropdown toolbar",Black:"Black","Dim grey":"Dim grey",Grey:"Grey","Light grey":"Light grey",White:"White",Red:"Red",Orange:"Orange",Yellow:"Yellow","Light green":"Light green",Green:"Green",Aquamarine:"Aquamarine",Turquoise:"Turquoise","Light blue":"Light blue",Blue:"Blue",Purple:"Purple","Editor block content toolbar":"Editor block content toolbar","Editor contextual toolbar":"Editor contextual toolbar",HEX:"HEX",Accept:"Accept",Undo:"Undo",Redo:"Redo","Upload in progress":"Upload in progress","Widget toolbar":"Widget toolbar","Insert paragraph before block":"Insert paragraph before block","Insert paragraph after block":"Insert paragraph after block","Press Enter to type after or press Shift + Enter to type before the widget":"Press Enter to type after or press Shift + Enter to type before the widget","Words: %0":"Words: %0","Characters: %0":"Characters: %0"} );})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/eo.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/eo.js index 2f536d0d1afb..28291994f432 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/eo.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/eo.js @@ -1 +1 @@ -(function(d){ const l = d['eo'] = d['eo'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {Bold:"grasa",Italic:"kursiva",Underline:"",Code:"",Strikethrough:"",Subscript:"",Superscript:"",Cancel:"Nuligi","Remove color":"","Restore default":"",Save:"Konservi","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"",Paragraph:"Paragrafo",Heading:"Ĉapo","Choose heading":"Elektu ĉapon","Heading 1":"Ĉapo 1","Heading 2":"Ĉapo 2","Heading 3":"Ĉapo 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"",Unlink:"Malligi",Link:"Ligilo","Link URL":"URL de la ligilo","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"Numerita Listo","Bulleted List":"Bula Listo","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Rich Text Editor":"Redaktilo de Riĉa Teksto","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"Malfari",Redo:"Refari"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['eo'] = d['eo'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {Bold:"grasa",Italic:"kursiva",Underline:"",Code:"",Strikethrough:"",Subscript:"",Superscript:"",Cancel:"Nuligi","Remove color":"","Restore default":"",Save:"Konservi","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"",Paragraph:"Paragrafo",Heading:"Ĉapo","Choose heading":"Elektu ĉapon","Heading 1":"Ĉapo 1","Heading 2":"Ĉapo 2","Heading 3":"Ĉapo 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"",Unlink:"Malligi",Link:"Ligilo","Link URL":"URL de la ligilo","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"Numerita Listo","Bulleted List":"Bula Listo","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Rich Text Editor":"Redaktilo de Riĉa Teksto","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"Malfari",Redo:"Refari"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/es.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/es.js index 6951bf62c18d..2265614f1a00 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/es.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/es.js @@ -1 +1 @@ -(function(d){ const l = d['es'] = d['es'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Alinear a la izquierda","Align right":"Alinear a la derecha","Align center":"Centrar",Justify:"Justificar","Text alignment":"Alineación del texto","Text alignment toolbar":"Barra de herramientas de alineación del texto",Bold:"Negrita",Italic:"Cursiva",Underline:"Subrayado",Code:"Código",Strikethrough:"Tachado",Subscript:"Subíndice",Superscript:"Superíndice","Block quote":"Cita de bloque","Insert code block":"Insertar bloque de código","Plain text":"Texto plano",Cancel:"Cancelar","Remove color":"Quitar color","Restore default":"Restaurar valores predeterminados",Save:"Guardar","Show more items":"Mostrar más elementos","%0 of %1":"%0 de %1","Cannot upload file:":"No se pudo cargar el archivo:","Rich Text Editor. Editing area: %0":"Editor de texto enriquecido. Área de edición: %0","Find and replace":"Buscar y reemplazar","Find in text…":"Buscar en el texto...",Find:"Buscar","Previous result":"Resultado anterior","Next result":"Siguiente resultado",Replace:"Reemplazar","Replace all":"Reemplazar todo","Match case":"Respetar mayúsculas y minúsculas","Whole words only":"Solo palabras completas","Replace with…":"Reemplazar con...","Text to find must not be empty.":"El texto a buscar no debe estar vacío.","Tip: Find some text first in order to replace it.":"Consejo: Primero busque algún texto para reemplazar.","Show options":"Ver opciones",Paragraph:"Párrafo",Heading:"Encabezado","Choose heading":"Elegir Encabezado","Heading 1":"Encabezado 1","Heading 2":"Encabezado 2","Heading 3":"Encabezado 3","Heading 4":"Encabezado 4","Heading 5":"Encabezado 5","Heading 6":"Encabezado 6","Type your title":"Introduce tu título","Type or paste your content here.":"Introduce o pega tu contenido aquí","Horizontal line":"Línea horizontal","HTML object":"Objeto HTML","Increase indent":"Aumentar sangría","Decrease indent":"Disminuir sangría",Unlink:"Quitar enlace",Link:"Enlace","Link URL":"URL del enlace","Link image":"URL de la imagen","Edit link":"Editar enlace","Open link in new tab":"Abrir enlace en una pestaña nueva","This link has no URL":"Este enlace no tiene URL","Open in a new tab":"Abrir en una pestaña nueva ",Downloadable:"Descargable","Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","To-do List":"Lista de tareas","Bulleted list styles toolbar":"Estilos de lista con viñetas","Numbered list styles toolbar":"Estilos de lista numerada","Toggle the disc list style":"Cambiar estilo de viñeta a disco","Toggle the circle list style":"Cambiar estilo de viñeta a círculo","Toggle the square list style":"Cambiar estilo de viñeta a cuadrado","Toggle the decimal list style":"Cambiar estilo de lista a decimal","Toggle the decimal with leading zero list style":"Cambiar estilo de lista decimal empezando con cero","Toggle the lower–roman list style":"Cambiar estilo de lista a números romanos en minúsculas","Toggle the upper–roman list style":"Cambiar estilo de lista a números roanos en mayúsculas","Toggle the lower–latin list style":"Cambiar estilo de lista a números latinos en minúsculas","Toggle the upper–latin list style":"Cambiar estilo de lista a números latinos en mayúsculas",Disc:"Disco",Circle:"Círculo",Square:"Cuadrado",Decimal:"Decimal","Decimal with leading zero":"Decimal con cero","Lower–roman":"Romanos minúsculas","Upper-roman":"Romanos mayúscula","Lower-latin":"Latinos minúsculas","Upper-latin":"Latinos minúsculas","List properties":"Propiedades de la lista","Start at":"Empezar en","Start index must be greater than 0.":"El número de inicio debe ser mayor que 0.","Reversed order":"Orden inverso","Remove Format":"Quitar Formato","Select all":"Seleccionar todo",Source:"Origen","Special characters":"Caracteres especiales",All:"Todos",Arrows:"Flechas",Currency:"Monedas",Latin:"Latín",Mathematical:"Matemáticas",Text:"Texto","leftwards simple arrow":"flecha simple hacia la izquierda","rightwards simple arrow":"flecha simple hacia la derecha","upwards simple arrow":"flecha simple hacia arriba","downwards simple arrow":"flecha simple hacia abajo","leftwards double arrow":"flecha doble hacia la izquierda","rightwards double arrow":"flecha doble hacia la derecha","upwards double arrow":"flecha doble hacia arriba","downwards double arrow":"flecha doble hacia abajo","leftwards dashed arrow":"flecha punteada hacia la izquierda","rightwards dashed arrow":"flecha punteada hacia la derecha","upwards dashed arrow":"flecha punteada hacia arriba","downwards dashed arrow":"flecha punteada hacia abajo","leftwards arrow to bar":"flecha hacia la izquierda hasta una barra","rightwards arrow to bar":"flecha hacia la derecha hasta una barra","upwards arrow to bar":"flecha hacia arriba hasta una barra","downwards arrow to bar":"flecha hacia abajo hasta una barra","up down arrow with base":"flecha hacia arriba y abajo con una base","back with leftwards arrow above":"«back» con una flecha hacia la izquierda arriba","end with leftwards arrow above":"«end» con una flecha hacia la izquierda arriba","on with exclamation mark with left right arrow above":"«on» seguido de un signo de exclamación y con una flecha hacia la izquierda y derecha arriba","soon with rightwards arrow above":"«soon» con una flecha hacia la derecha arriba","top with upwards arrow above":"«top» con una flecha hacia arriba arriba","Dollar sign":"Signo del dólar","Euro sign":"Signo del euro","Yen sign":"Signo del yen","Pound sign":"Signo de la libra","Cent sign":"Signo del centavo","Euro-currency sign":"Signo de la moneda euro","Colon sign":"Signo del colón","Cruzeiro sign":"Signo del cruceiro","French franc sign":"Signo del franco francés","Lira sign":"Signo de la lira","Currency sign":"Signo monetario","Bitcoin sign":"Signo del bitcóin","Mill sign":"Signo de milésima","Naira sign":"Signo de naira","Peseta sign":"Signo de la peseta","Rupee sign":"Signo de la rupia","Won sign":"Signo del won","New sheqel sign":"Signo del nuevo séquel","Dong sign":"Signo de dong","Kip sign":"Signo de kip","Tugrik sign":"Signo de tugrik","Drachma sign":"Signo de dracma","German penny sign":"Signo de centavo alemán","Peso sign":"Signo del peso","Guarani sign":"Signo del guaraní","Austral sign":"Signo de austral","Hryvnia sign":"Signo de grivna","Cedi sign":"Signo de cedi","Livre tournois sign":"Signo de libra tornesa","Spesmilo sign":"Signo de spesmilo","Tenge sign":"Signo de tenge","Indian rupee sign":"Signo de rupia india","Turkish lira sign":"Signo de lira turca","Nordic mark sign":"Signo de marco nórdico","Manat sign":"Signo de manat","Ruble sign":"Signo del rublo","Latin capital letter a with macron":"Letra latina mayúscula «A» con macrón","Latin small letter a with macron":"Letra latina minúscula «a» con macrón","Latin capital letter a with breve":"Letra latina mayúscula «A» con acento breve","Latin small letter a with breve":"Letra latina minúscula «a» con acento breve","Latin capital letter a with ogonek":"Letra latina mayúscula «A» con ogonek","Latin small letter a with ogonek":"Letra latina minúscula «a» con ogonek","Latin capital letter c with acute":"Letra latina mayúscula «C» con acento agudo","Latin small letter c with acute":"Letra latina minúscula «c» con acento agudo","Latin capital letter c with circumflex":"Letra latina mayúscula «C» con acento circunflejo","Latin small letter c with circumflex":"Letra latina minúscula «c» con acento circunflejo","Latin capital letter c with dot above":"Letra latina mayúscula «C» con punto superior","Latin small letter c with dot above":"Letra latina minúscula «c» con punto superior","Latin capital letter c with caron":"Letra latina mayúscula «C» con acento anticircunflejo","Latin small letter c with caron":"Letra latina minúscula «c» con acento anticircunflejo","Latin capital letter d with caron":"Letra latina mayúscula «D» con acento anticircunflejo","Latin small letter d with caron":"Letra latina minúscula «d» con acento anticircunflejo","Latin capital letter d with stroke":"Letra latina mayúscula «D» con barra horizontal","Latin small letter d with stroke":"Letra latina minúscula «d» con barra horizontal","Latin capital letter e with macron":"Letra latina mayúscula «E» con macrón","Latin small letter e with macron":"Letra latina minúscula «e» con macrón","Latin capital letter e with breve":"Letra latina mayúscula «e» con acento breve","Latin small letter e with breve":"Letra latina minúscula «e» con acento breve","Latin capital letter e with dot above":"Letra latina mayúscula «E» con punto superior","Latin small letter e with dot above":"Letra latina minúscula «e» con punto superior","Latin capital letter e with ogonek":"Letra latina mayúscula «E» con ogonek","Latin small letter e with ogonek":"Letra latina minúscula «e» con ogonek","Latin capital letter e with caron":"Letra latina mayúscula «E» con acento anticircunflejo","Latin small letter e with caron":"Letra latina minúscula «e» con acento anticircunflejo","Latin capital letter g with circumflex":"Letra latina mayúscula «G» con acento circunflejo","Latin small letter g with circumflex":"Letra latina minúscula «g» con acento circunflejo","Latin capital letter g with breve":"Letra latina mayúscula «G» con acento breve","Latin small letter g with breve":"Letra latina minúscula «g» con acento breve","Latin capital letter g with dot above":"Letra latina mayúscula «G» con punto superior","Latin small letter g with dot above":"Letra latina minúscula «g» con punto superior","Latin capital letter g with cedilla":"Letra latina mayúscula «G» con cedilla","Latin small letter g with cedilla":"Letra latina minúscula «g» con cedilla","Latin capital letter h with circumflex":"Letra latina mayúscula «H» con acento circunflejo","Latin small letter h with circumflex":"Letra latina minúscula «h» con acento circunflejo","Latin capital letter h with stroke":"Letra latina mayúscula «H» con barra horizontal","Latin small letter h with stroke":"Letra latina minúscula «h» con barra horizontal","Latin capital letter i with tilde":"Letra latina mayúscula «I» con tilde","Latin small letter i with tilde":"Letra latina minúscula «i» con tilde","Latin capital letter i with macron":"Letra latina mayúscula «I» con macrón","Latin small letter i with macron":"Letra latina minúscula «i» con macrón","Latin capital letter i with breve":"Letra latina mayúscula «I» con acento breve","Latin small letter i with breve":"Letra latina minúscula «i» con acento breve","Latin capital letter i with ogonek":"Letra latina mayúscula «I» con ogonek","Latin small letter i with ogonek":"Letra latina minúscula «i» con ogonek","Latin capital letter i with dot above":"Letra latina mayúscula «I» con punto superior","Latin small letter dotless i":"Letra latina minúscula «i» sin punto","Latin capital ligature ij":"Ligadura latina mayúscula «IJ»","Latin small ligature ij":"Ligadura latina minúscula «ij»","Latin capital letter j with circumflex":"Letra latina mayúscula «J» con acento circunflejo","Latin small letter j with circumflex":"Letra latina minúscula «j» con acento circunflejo","Latin capital letter k with cedilla":"Letra latina mayúscula «K» con cedilla","Latin small letter k with cedilla":"Letra latina minúscula «k» con cedilla","Latin small letter kra":"Letra latina minúscula «kra»","Latin capital letter l with acute":"Letra latina mayúscula «L» con acento agudo","Latin small letter l with acute":"Letra latina minúscula «l» con acento agudo","Latin capital letter l with cedilla":"Letra latina mayúscula «I» con cedilla","Latin small letter l with cedilla":"Letra latina minúscula «l» con cedilla","Latin capital letter l with caron":"Letra latina mayúscula «I» con acento anticircunflejo","Latin small letter l with caron":"Letra latina minúscula «i» con acento anticircunflejo","Latin capital letter l with middle dot":"Letra latina mayúscula «L» con punto medio","Latin small letter l with middle dot":"Letra latina minúscula «l» con punto medio","Latin capital letter l with stroke":"Letra latina mayúscula «L» con barra diagonal","Latin small letter l with stroke":"Letra latina minúscula «l» con barra diagonal","Latin capital letter n with acute":"Letra latina mayúscula «N» con acento agudo","Latin small letter n with acute":"Letra latina minúscula «n» con acento agudo","Latin capital letter n with cedilla":"Letra latina mayúscula «N» con cedilla","Latin small letter n with cedilla":"Letra latina minúscula «n» con cedilla","Latin capital letter n with caron":"Letra latina mayúscula «n» con acento anticircunflejo","Latin small letter n with caron":"Letra latina minúscula «n» con acento anticircunflejo","Latin small letter n preceded by apostrophe":"Letra latina minúscula «n» precedida de apóstrofo","Latin capital letter eng":"Letra latina mayúscula «Eng»","Latin small letter eng":"Letra latina minúscula «eng»","Latin capital letter o with macron":"Letra latina mayúscula «O» con macrón","Latin small letter o with macron":"Letra latina minúscula «o» con macrón","Latin capital letter o with breve":"Letra latina mayúscula «O» con acento breve","Latin small letter o with breve":"Letra latina minúscula «o» con acento breve","Latin capital letter o with double acute":"Letra latina mayúscula «O» con doble acento agudo","Latin small letter o with double acute":"Letra latina minúscula «o» con doble acento agudo","Latin capital ligature oe":"Ligadura latina mayúscula «OE»","Latin small ligature oe":"Ligadura latina minúscula «oe»","Latin capital letter r with acute":"Letra latina mayúscula «R» con acento agudo","Latin small letter r with acute":"Letra latina minúscula «r» con acento agudo","Latin capital letter r with cedilla":"Letra latina mayúscula «R» con cedilla","Latin small letter r with cedilla":"Letra latina minúscula «r» con cedilla","Latin capital letter r with caron":"Letra latina mayúscula «R» con acento anticircunflejo","Latin small letter r with caron":"Letra latina minúscula «r» con acento anticircunflejo","Latin capital letter s with acute":"Letra latina mayúscula «S» con acento agudo","Latin small letter s with acute":"Letra latina minúscula «s» con acento agudo","Latin capital letter s with circumflex":"Letra latina mayúscula «S» con acento circunflejo","Latin small letter s with circumflex":"Letra latina minúscula «s» con acento circunflejo","Latin capital letter s with cedilla":"Letra latina mayúscula «S» con cedilla","Latin small letter s with cedilla":"Letra latina minúscula «s» con cedilla","Latin capital letter s with caron":"Letra latina mayúscula «S» con acento anticircunflejo","Latin small letter s with caron":"Letra latina minúscula «s» con acento anticircunflejo","Latin capital letter t with cedilla":"Letra latina mayúscula «T» con cedilla","Latin small letter t with cedilla":"Letra latina minúscula «t» con cedilla","Latin capital letter t with caron":"Letra latina mayúscula «T» con acento anticircunflejo","Latin small letter t with caron":"Letra latina minúscula «t» con acento anticircunflejo","Latin capital letter t with stroke":"Letra latina mayúscula «T» con barra horizontal","Latin small letter t with stroke":"Letra latina minúscula «t» con barra horizontal","Latin capital letter u with tilde":"Letra latina mayúscula «U» con tilde","Latin small letter u with tilde":"Letra latina minúscula «u» con tilde","Latin capital letter u with macron":"Letra latina mayúscula «U» con macrón","Latin small letter u with macron":"Letra latina minúscula «u» con macrón","Latin capital letter u with breve":"Letra latina mayúscula «U» con acento breve","Latin small letter u with breve":"Letra latina minúscula «u» con acento breve","Latin capital letter u with ring above":"Letra latina mayúscula «U» con anillo superior","Latin small letter u with ring above":"Letra latina minúscula «u» con anillo superior","Latin capital letter u with double acute":"Letra latina mayúscula «U» con doble acento agudo","Latin small letter u with double acute":"Letra latina minúscula «u» con doble acento agudo","Latin capital letter u with ogonek":"Letra latina mayúscula «U» con ogonek","Latin small letter u with ogonek":"Letra latina minúscula «u» con ogonek","Latin capital letter w with circumflex":"Letra latina mayúscula «W» con acento circunflejo","Latin small letter w with circumflex":"Letra latina minúscula «w» con acento circunflejo","Latin capital letter y with circumflex":"Letra latina mayúscula «Y» con acento circunflejo","Latin small letter y with circumflex":"Letra latina minúscula «y» con acento circunflejo","Latin capital letter y with diaeresis":"Letra latina mayúscula «Y» con diéresis","Latin capital letter z with acute":"Letra latina mayúscula «Z» con acento agudo","Latin small letter z with acute":"Letra latina minúscula «z» con acento agudo","Latin capital letter z with dot above":"Letra latina mayúscula «Z» con punto superior","Latin small letter z with dot above":"Letra latina minúscula «z» con punto superior","Latin capital letter z with caron":"Letra latina mayúscula «Z» con acento anticircunflejo","Latin small letter z with caron":"Letra latina minúscula «z» con acento anticircunflejo","Latin small letter long s":"Letra latina minúscula «s» larga","Less-than sign":"Signo de menor que","Greater-than sign":"Signo de mayor que","Less-than or equal to":"Menor que o igual a","Greater-than or equal to":"Mayor que o igual a","En dash":"Semirraya","Em dash":"Raya",Macron:"Macrón",Overline:"Línea alta","Degree sign":"Signo de grado","Minus sign":"Signo de resta","Plus-minus sign":"Signo más-menos","Division sign":"Signo de división","Fraction slash":"Barra fraccionaria","Multiplication sign":"Signo de multiplicación","Latin small letter f with hook":"Letra latina minúscula «f» con gancho",Integral:"Integral","N-ary summation":"Sumatoria",Infinity:"Infinito","Square root":"Raíz cuadrada","Tilde operator":"Operador de tilde","Approximately equal to":"Aproximadamente igual a","Almost equal to":"Casi igual a","Not equal to":"No igual a","Identical to":"Idéntico a","Element of":"Elemento de","Not an element of":"No es un elemento de","Contains as member":"Contiene como miembro","N-ary product":"Productorio","Logical and":"Y lógico","Logical or":"O lógico","Not sign":"Signo de negación",Intersection:"Intersección",Union:"Unión","Partial differential":"Diferencial parcial","For all":"Para todo","There exists":"Existe","Empty set":"Conjunto vacío",Nabla:"Nabla","Asterisk operator":"Operador asterisco","Proportional to":"Proporcional a",Angle:"Ángulo","Vulgar fraction one quarter":"Fracción ordinaria de un cuarto","Vulgar fraction one half":"Fracción ordinaria de un medio","Vulgar fraction three quarters":"Fracción ordinaria de tres cuartos","Single left-pointing angle quotation mark":"Comilla tipográfica simple angular de apertura","Single right-pointing angle quotation mark":"Comilla tipográfica simple angular de cierre","Left-pointing double angle quotation mark":"Comilla tipográfica doble angular de apertura","Right-pointing double angle quotation mark":"Comilla tipográfica dobe angular de cierre","Left single quotation mark":"Comilla tipográfica de apertura","Right single quotation mark":"Comilla tipográfica de cierre","Left double quotation mark":"Comilla tipográfica doble de apertura","Right double quotation mark":"Comilla tipográfica de cierre","Single low-9 quotation mark":"Comilla tipográfica en forma de 9 simple y baja","Double low-9 quotation mark":"Comilla tipográfica en forma de 9 doble y baja","Inverted exclamation mark":"Signo de exclamación de apertura","Inverted question mark":"Signo de interrogación de apertura","Two dot leader":"Punto de inicio doble","Horizontal ellipsis":"Puntos suspensivos horizontales","Double dagger":"Cruz doble","Per mille sign":"Signo de por mil","Per ten thousand sign":"Signo de por diez mil","Double exclamation mark":"Signo de exclamación doble","Question exclamation mark":"Signo de exclamación interrogativa","Exclamation question mark":"Signo de interrogación exclamativa","Double question mark":"Signo de interrogación doble","Copyright sign":"Signo de derechos de autor","Registered sign":"Signo de marca registrada","Trade mark sign":"Signo de marca comercial","Section sign":"Signo de sección","Paragraph sign":"Signo de párrafo","Reversed paragraph sign":"Signo de antígrafo invertido","Character categories":"Categorías de caracteres",Styles:"Estilos","Multiple styles":"Múltiples estilos","Block styles":"Estilos de bloque","Text styles":"Estilos de texto","Insert table":"Insertar tabla","Header column":"Columna de encabezado","Insert column left":"Insertar columna izquierda","Insert column right":"Insertar columna derecha","Delete column":"Eliminar columna","Select column":"Seleccionar columna",Column:"Columna","Header row":"Fila de encabezado","Insert row below":"Insertar fila debajo","Insert row above":"Insertar fila encima","Delete row":"Eliminar fila","Select row":"Seleccionar fila",Row:"Fila","Merge cell up":"Combinar celda superior","Merge cell right":"Combinar celda derecha","Merge cell down":"Combinar celda inferior","Merge cell left":"Combinar celda izquierda","Split cell vertically":"Dividir celdas verticalmente","Split cell horizontally":"Dividir celdas horizontalmente","Merge cells":"Combinar celdas","Table toolbar":"Barra de herramientas de tabla","Table properties":"Propiedades de tabla","Cell properties":"Propiedades de celda",Border:"Borde",Style:"Estilo",Width:"Ancho",Height:"Altura",Color:"Color",Background:"Fondo",Padding:"Márgenes",Dimensions:"Dimensiones","Table cell text alignment":"Alineación texto de celda",Alignment:"Alineación","Horizontal text alignment toolbar":"Alineación horizontal de texto","Vertical text alignment toolbar":"Alineación vertical de texto","Table alignment toolbar":"Alineación de tabla",None:"Ninguno",Solid:"Sólido",Dotted:"Línea de puntos",Dashed:"Línea discontinua",Double:"Doble línea",Groove:"Bisel",Ridge:"Marco",Inset:"Incrustación",Outset:"Relieve","Align cell text to the left":"Alinear texto de celda a la izquierda","Align cell text to the center":"Centrar texto de celda","Align cell text to the right":"Alinear texto de celda a la derecha","Justify cell text":"Justificar texto de celda","Align cell text to the top":"Alinear texto de celda hacia arriba","Align cell text to the middle":"Alinear texto de celda al medio","Align cell text to the bottom":"Alinear texto de celda hacia abajo","Align table to the left":"Alinear tabla a la izquierda","Center table":"Centrar tabla","Align table to the right":"Alinear tabla a la derecha","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"El color es inválido. Intente con \"#FF0000\", \"rgb(255,0,0)\" o \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"El valor es inválido. Intente con \"10px\", \"2em\" o simplemente \"2\".","Color picker":"Selector de color","Toggle caption off":"Desactivar título","Toggle caption on":"Activar título","Enter table caption":"Ingresar título de tabla","Rich Text Editor":"Editor de Texto Enriquecido","Editor editing area: %0":"Área de edición del editor: %0","Edit block":"Cuadro de edición",Next:"Siguiente",Previous:"Anterior","Editor toolbar":"Barra de herramientas de edición","Dropdown toolbar":"Barra de herramientas desplegable",Black:"Negro","Dim grey":"Gris Oscuro",Grey:"Gris","Light grey":"Gris Claro",White:"Blanco",Red:"Rojo",Orange:"Anaranjado",Yellow:"Amarillo","Light green":"Verde Claro",Green:"Verde",Aquamarine:"Aguamarina",Turquoise:"Turquesa","Light blue":"Azul Claro",Blue:"Azul",Purple:"Morado","Editor block content toolbar":"Barra de herramientas de contenido del bloque del editor","Editor contextual toolbar":"Barra de herramientas contextual del editor",HEX:"",Undo:"Deshacer",Redo:"Rehacer","Upload in progress":"Subida en progreso","Widget toolbar":"Barra de herramientas del widget","Insert paragraph before block":"Insertar párrafo antes del bloque","Insert paragraph after block":"Insertar párrafo después del bloque","Press Enter to type after or press Shift + Enter to type before the widget":"Pulse Intro para escribir después o pulse Mayús + Intro para escribir antes del «widget».","Words: %0":"Palabras: %0","Characters: %0":"Caracteres: %0"} );l.getPluralForm=function(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['es'] = d['es'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Alinear a la izquierda","Align right":"Alinear a la derecha","Align center":"Centrar",Justify:"Justificar","Text alignment":"Alineación del texto","Text alignment toolbar":"Barra de herramientas de alineación del texto",Bold:"Negrita",Italic:"Cursiva",Underline:"Subrayado",Code:"Código",Strikethrough:"Tachado",Subscript:"Subíndice",Superscript:"Superíndice","Block quote":"Cita de bloque","Insert code block":"Insertar bloque de código","Plain text":"Texto plano",Cancel:"Cancelar","Remove color":"Quitar color","Restore default":"Restaurar valores predeterminados",Save:"Guardar","Show more items":"Mostrar más elementos","%0 of %1":"%0 de %1","Cannot upload file:":"No se pudo cargar el archivo:","Rich Text Editor. Editing area: %0":"Editor de texto enriquecido. Área de edición: %0","Find and replace":"Buscar y reemplazar","Find in text…":"Buscar en el texto...",Find:"Buscar","Previous result":"Resultado anterior","Next result":"Siguiente resultado",Replace:"Reemplazar","Replace all":"Reemplazar todo","Match case":"Respetar mayúsculas y minúsculas","Whole words only":"Solo palabras completas","Replace with…":"Reemplazar con...","Text to find must not be empty.":"El texto a buscar no debe estar vacío.","Tip: Find some text first in order to replace it.":"Consejo: Primero busque algún texto para reemplazar.","Show options":"Ver opciones",Paragraph:"Párrafo",Heading:"Encabezado","Choose heading":"Elegir Encabezado","Heading 1":"Encabezado 1","Heading 2":"Encabezado 2","Heading 3":"Encabezado 3","Heading 4":"Encabezado 4","Heading 5":"Encabezado 5","Heading 6":"Encabezado 6","Type your title":"Introduce tu título","Type or paste your content here.":"Introduce o pega tu contenido aquí","Horizontal line":"Línea horizontal","HTML object":"Objeto HTML","Increase indent":"Aumentar sangría","Decrease indent":"Disminuir sangría",Unlink:"Quitar enlace",Link:"Enlace","Link URL":"URL del enlace","Link image":"URL de la imagen","Edit link":"Editar enlace","Open link in new tab":"Abrir enlace en una pestaña nueva","This link has no URL":"Este enlace no tiene URL","Open in a new tab":"Abrir en una pestaña nueva ",Downloadable:"Descargable","Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","To-do List":"Lista de tareas","Bulleted list styles toolbar":"Estilos de lista con viñetas","Numbered list styles toolbar":"Estilos de lista numerada","Toggle the disc list style":"Cambiar estilo de viñeta a disco","Toggle the circle list style":"Cambiar estilo de viñeta a círculo","Toggle the square list style":"Cambiar estilo de viñeta a cuadrado","Toggle the decimal list style":"Cambiar estilo de lista a decimal","Toggle the decimal with leading zero list style":"Cambiar estilo de lista decimal empezando con cero","Toggle the lower–roman list style":"Cambiar estilo de lista a números romanos en minúsculas","Toggle the upper–roman list style":"Cambiar estilo de lista a números roanos en mayúsculas","Toggle the lower–latin list style":"Cambiar estilo de lista a números latinos en minúsculas","Toggle the upper–latin list style":"Cambiar estilo de lista a números latinos en mayúsculas",Disc:"Disco",Circle:"Círculo",Square:"Cuadrado",Decimal:"Decimal","Decimal with leading zero":"Decimal con cero","Lower–roman":"Romanos minúsculas","Upper-roman":"Romanos mayúscula","Lower-latin":"Latinos minúsculas","Upper-latin":"Latinos minúsculas","List properties":"Propiedades de la lista","Start at":"Empezar en","Start index must be greater than 0.":"El número de inicio debe ser mayor que 0.","Reversed order":"Orden inverso","Remove Format":"Quitar Formato","Select all":"Seleccionar todo","Show blocks":"Mostrar bloques",Source:"Origen","Special characters":"Caracteres especiales",All:"Todos",Arrows:"Flechas",Currency:"Monedas",Latin:"Latín",Mathematical:"Matemáticas",Text:"Texto","leftwards simple arrow":"flecha simple hacia la izquierda","rightwards simple arrow":"flecha simple hacia la derecha","upwards simple arrow":"flecha simple hacia arriba","downwards simple arrow":"flecha simple hacia abajo","leftwards double arrow":"flecha doble hacia la izquierda","rightwards double arrow":"flecha doble hacia la derecha","upwards double arrow":"flecha doble hacia arriba","downwards double arrow":"flecha doble hacia abajo","leftwards dashed arrow":"flecha punteada hacia la izquierda","rightwards dashed arrow":"flecha punteada hacia la derecha","upwards dashed arrow":"flecha punteada hacia arriba","downwards dashed arrow":"flecha punteada hacia abajo","leftwards arrow to bar":"flecha hacia la izquierda hasta una barra","rightwards arrow to bar":"flecha hacia la derecha hasta una barra","upwards arrow to bar":"flecha hacia arriba hasta una barra","downwards arrow to bar":"flecha hacia abajo hasta una barra","up down arrow with base":"flecha hacia arriba y abajo con una base","back with leftwards arrow above":"«back» con una flecha hacia la izquierda arriba","end with leftwards arrow above":"«end» con una flecha hacia la izquierda arriba","on with exclamation mark with left right arrow above":"«on» seguido de un signo de exclamación y con una flecha hacia la izquierda y derecha arriba","soon with rightwards arrow above":"«soon» con una flecha hacia la derecha arriba","top with upwards arrow above":"«top» con una flecha hacia arriba arriba","Dollar sign":"Signo del dólar","Euro sign":"Signo del euro","Yen sign":"Signo del yen","Pound sign":"Signo de la libra","Cent sign":"Signo del centavo","Euro-currency sign":"Signo de la moneda euro","Colon sign":"Signo del colón","Cruzeiro sign":"Signo del cruceiro","French franc sign":"Signo del franco francés","Lira sign":"Signo de la lira","Currency sign":"Signo monetario","Bitcoin sign":"Signo del bitcóin","Mill sign":"Signo de milésima","Naira sign":"Signo de naira","Peseta sign":"Signo de la peseta","Rupee sign":"Signo de la rupia","Won sign":"Signo del won","New sheqel sign":"Signo del nuevo séquel","Dong sign":"Signo de dong","Kip sign":"Signo de kip","Tugrik sign":"Signo de tugrik","Drachma sign":"Signo de dracma","German penny sign":"Signo de centavo alemán","Peso sign":"Signo del peso","Guarani sign":"Signo del guaraní","Austral sign":"Signo de austral","Hryvnia sign":"Signo de grivna","Cedi sign":"Signo de cedi","Livre tournois sign":"Signo de libra tornesa","Spesmilo sign":"Signo de spesmilo","Tenge sign":"Signo de tenge","Indian rupee sign":"Signo de rupia india","Turkish lira sign":"Signo de lira turca","Nordic mark sign":"Signo de marco nórdico","Manat sign":"Signo de manat","Ruble sign":"Signo del rublo","Latin capital letter a with macron":"Letra latina mayúscula «A» con macrón","Latin small letter a with macron":"Letra latina minúscula «a» con macrón","Latin capital letter a with breve":"Letra latina mayúscula «A» con acento breve","Latin small letter a with breve":"Letra latina minúscula «a» con acento breve","Latin capital letter a with ogonek":"Letra latina mayúscula «A» con ogonek","Latin small letter a with ogonek":"Letra latina minúscula «a» con ogonek","Latin capital letter c with acute":"Letra latina mayúscula «C» con acento agudo","Latin small letter c with acute":"Letra latina minúscula «c» con acento agudo","Latin capital letter c with circumflex":"Letra latina mayúscula «C» con acento circunflejo","Latin small letter c with circumflex":"Letra latina minúscula «c» con acento circunflejo","Latin capital letter c with dot above":"Letra latina mayúscula «C» con punto superior","Latin small letter c with dot above":"Letra latina minúscula «c» con punto superior","Latin capital letter c with caron":"Letra latina mayúscula «C» con acento anticircunflejo","Latin small letter c with caron":"Letra latina minúscula «c» con acento anticircunflejo","Latin capital letter d with caron":"Letra latina mayúscula «D» con acento anticircunflejo","Latin small letter d with caron":"Letra latina minúscula «d» con acento anticircunflejo","Latin capital letter d with stroke":"Letra latina mayúscula «D» con barra horizontal","Latin small letter d with stroke":"Letra latina minúscula «d» con barra horizontal","Latin capital letter e with macron":"Letra latina mayúscula «E» con macrón","Latin small letter e with macron":"Letra latina minúscula «e» con macrón","Latin capital letter e with breve":"Letra latina mayúscula «e» con acento breve","Latin small letter e with breve":"Letra latina minúscula «e» con acento breve","Latin capital letter e with dot above":"Letra latina mayúscula «E» con punto superior","Latin small letter e with dot above":"Letra latina minúscula «e» con punto superior","Latin capital letter e with ogonek":"Letra latina mayúscula «E» con ogonek","Latin small letter e with ogonek":"Letra latina minúscula «e» con ogonek","Latin capital letter e with caron":"Letra latina mayúscula «E» con acento anticircunflejo","Latin small letter e with caron":"Letra latina minúscula «e» con acento anticircunflejo","Latin capital letter g with circumflex":"Letra latina mayúscula «G» con acento circunflejo","Latin small letter g with circumflex":"Letra latina minúscula «g» con acento circunflejo","Latin capital letter g with breve":"Letra latina mayúscula «G» con acento breve","Latin small letter g with breve":"Letra latina minúscula «g» con acento breve","Latin capital letter g with dot above":"Letra latina mayúscula «G» con punto superior","Latin small letter g with dot above":"Letra latina minúscula «g» con punto superior","Latin capital letter g with cedilla":"Letra latina mayúscula «G» con cedilla","Latin small letter g with cedilla":"Letra latina minúscula «g» con cedilla","Latin capital letter h with circumflex":"Letra latina mayúscula «H» con acento circunflejo","Latin small letter h with circumflex":"Letra latina minúscula «h» con acento circunflejo","Latin capital letter h with stroke":"Letra latina mayúscula «H» con barra horizontal","Latin small letter h with stroke":"Letra latina minúscula «h» con barra horizontal","Latin capital letter i with tilde":"Letra latina mayúscula «I» con tilde","Latin small letter i with tilde":"Letra latina minúscula «i» con tilde","Latin capital letter i with macron":"Letra latina mayúscula «I» con macrón","Latin small letter i with macron":"Letra latina minúscula «i» con macrón","Latin capital letter i with breve":"Letra latina mayúscula «I» con acento breve","Latin small letter i with breve":"Letra latina minúscula «i» con acento breve","Latin capital letter i with ogonek":"Letra latina mayúscula «I» con ogonek","Latin small letter i with ogonek":"Letra latina minúscula «i» con ogonek","Latin capital letter i with dot above":"Letra latina mayúscula «I» con punto superior","Latin small letter dotless i":"Letra latina minúscula «i» sin punto","Latin capital ligature ij":"Ligadura latina mayúscula «IJ»","Latin small ligature ij":"Ligadura latina minúscula «ij»","Latin capital letter j with circumflex":"Letra latina mayúscula «J» con acento circunflejo","Latin small letter j with circumflex":"Letra latina minúscula «j» con acento circunflejo","Latin capital letter k with cedilla":"Letra latina mayúscula «K» con cedilla","Latin small letter k with cedilla":"Letra latina minúscula «k» con cedilla","Latin small letter kra":"Letra latina minúscula «kra»","Latin capital letter l with acute":"Letra latina mayúscula «L» con acento agudo","Latin small letter l with acute":"Letra latina minúscula «l» con acento agudo","Latin capital letter l with cedilla":"Letra latina mayúscula «I» con cedilla","Latin small letter l with cedilla":"Letra latina minúscula «l» con cedilla","Latin capital letter l with caron":"Letra latina mayúscula «I» con acento anticircunflejo","Latin small letter l with caron":"Letra latina minúscula «i» con acento anticircunflejo","Latin capital letter l with middle dot":"Letra latina mayúscula «L» con punto medio","Latin small letter l with middle dot":"Letra latina minúscula «l» con punto medio","Latin capital letter l with stroke":"Letra latina mayúscula «L» con barra diagonal","Latin small letter l with stroke":"Letra latina minúscula «l» con barra diagonal","Latin capital letter n with acute":"Letra latina mayúscula «N» con acento agudo","Latin small letter n with acute":"Letra latina minúscula «n» con acento agudo","Latin capital letter n with cedilla":"Letra latina mayúscula «N» con cedilla","Latin small letter n with cedilla":"Letra latina minúscula «n» con cedilla","Latin capital letter n with caron":"Letra latina mayúscula «n» con acento anticircunflejo","Latin small letter n with caron":"Letra latina minúscula «n» con acento anticircunflejo","Latin small letter n preceded by apostrophe":"Letra latina minúscula «n» precedida de apóstrofo","Latin capital letter eng":"Letra latina mayúscula «Eng»","Latin small letter eng":"Letra latina minúscula «eng»","Latin capital letter o with macron":"Letra latina mayúscula «O» con macrón","Latin small letter o with macron":"Letra latina minúscula «o» con macrón","Latin capital letter o with breve":"Letra latina mayúscula «O» con acento breve","Latin small letter o with breve":"Letra latina minúscula «o» con acento breve","Latin capital letter o with double acute":"Letra latina mayúscula «O» con doble acento agudo","Latin small letter o with double acute":"Letra latina minúscula «o» con doble acento agudo","Latin capital ligature oe":"Ligadura latina mayúscula «OE»","Latin small ligature oe":"Ligadura latina minúscula «oe»","Latin capital letter r with acute":"Letra latina mayúscula «R» con acento agudo","Latin small letter r with acute":"Letra latina minúscula «r» con acento agudo","Latin capital letter r with cedilla":"Letra latina mayúscula «R» con cedilla","Latin small letter r with cedilla":"Letra latina minúscula «r» con cedilla","Latin capital letter r with caron":"Letra latina mayúscula «R» con acento anticircunflejo","Latin small letter r with caron":"Letra latina minúscula «r» con acento anticircunflejo","Latin capital letter s with acute":"Letra latina mayúscula «S» con acento agudo","Latin small letter s with acute":"Letra latina minúscula «s» con acento agudo","Latin capital letter s with circumflex":"Letra latina mayúscula «S» con acento circunflejo","Latin small letter s with circumflex":"Letra latina minúscula «s» con acento circunflejo","Latin capital letter s with cedilla":"Letra latina mayúscula «S» con cedilla","Latin small letter s with cedilla":"Letra latina minúscula «s» con cedilla","Latin capital letter s with caron":"Letra latina mayúscula «S» con acento anticircunflejo","Latin small letter s with caron":"Letra latina minúscula «s» con acento anticircunflejo","Latin capital letter t with cedilla":"Letra latina mayúscula «T» con cedilla","Latin small letter t with cedilla":"Letra latina minúscula «t» con cedilla","Latin capital letter t with caron":"Letra latina mayúscula «T» con acento anticircunflejo","Latin small letter t with caron":"Letra latina minúscula «t» con acento anticircunflejo","Latin capital letter t with stroke":"Letra latina mayúscula «T» con barra horizontal","Latin small letter t with stroke":"Letra latina minúscula «t» con barra horizontal","Latin capital letter u with tilde":"Letra latina mayúscula «U» con tilde","Latin small letter u with tilde":"Letra latina minúscula «u» con tilde","Latin capital letter u with macron":"Letra latina mayúscula «U» con macrón","Latin small letter u with macron":"Letra latina minúscula «u» con macrón","Latin capital letter u with breve":"Letra latina mayúscula «U» con acento breve","Latin small letter u with breve":"Letra latina minúscula «u» con acento breve","Latin capital letter u with ring above":"Letra latina mayúscula «U» con anillo superior","Latin small letter u with ring above":"Letra latina minúscula «u» con anillo superior","Latin capital letter u with double acute":"Letra latina mayúscula «U» con doble acento agudo","Latin small letter u with double acute":"Letra latina minúscula «u» con doble acento agudo","Latin capital letter u with ogonek":"Letra latina mayúscula «U» con ogonek","Latin small letter u with ogonek":"Letra latina minúscula «u» con ogonek","Latin capital letter w with circumflex":"Letra latina mayúscula «W» con acento circunflejo","Latin small letter w with circumflex":"Letra latina minúscula «w» con acento circunflejo","Latin capital letter y with circumflex":"Letra latina mayúscula «Y» con acento circunflejo","Latin small letter y with circumflex":"Letra latina minúscula «y» con acento circunflejo","Latin capital letter y with diaeresis":"Letra latina mayúscula «Y» con diéresis","Latin capital letter z with acute":"Letra latina mayúscula «Z» con acento agudo","Latin small letter z with acute":"Letra latina minúscula «z» con acento agudo","Latin capital letter z with dot above":"Letra latina mayúscula «Z» con punto superior","Latin small letter z with dot above":"Letra latina minúscula «z» con punto superior","Latin capital letter z with caron":"Letra latina mayúscula «Z» con acento anticircunflejo","Latin small letter z with caron":"Letra latina minúscula «z» con acento anticircunflejo","Latin small letter long s":"Letra latina minúscula «s» larga","Less-than sign":"Signo de menor que","Greater-than sign":"Signo de mayor que","Less-than or equal to":"Menor que o igual a","Greater-than or equal to":"Mayor que o igual a","En dash":"Semirraya","Em dash":"Raya",Macron:"Macrón",Overline:"Línea alta","Degree sign":"Signo de grado","Minus sign":"Signo de resta","Plus-minus sign":"Signo más-menos","Division sign":"Signo de división","Fraction slash":"Barra fraccionaria","Multiplication sign":"Signo de multiplicación","Latin small letter f with hook":"Letra latina minúscula «f» con gancho",Integral:"Integral","N-ary summation":"Sumatoria",Infinity:"Infinito","Square root":"Raíz cuadrada","Tilde operator":"Operador de tilde","Approximately equal to":"Aproximadamente igual a","Almost equal to":"Casi igual a","Not equal to":"No igual a","Identical to":"Idéntico a","Element of":"Elemento de","Not an element of":"No es un elemento de","Contains as member":"Contiene como miembro","N-ary product":"Productorio","Logical and":"Y lógico","Logical or":"O lógico","Not sign":"Signo de negación",Intersection:"Intersección",Union:"Unión","Partial differential":"Diferencial parcial","For all":"Para todo","There exists":"Existe","Empty set":"Conjunto vacío",Nabla:"Nabla","Asterisk operator":"Operador asterisco","Proportional to":"Proporcional a",Angle:"Ángulo","Vulgar fraction one quarter":"Fracción ordinaria de un cuarto","Vulgar fraction one half":"Fracción ordinaria de un medio","Vulgar fraction three quarters":"Fracción ordinaria de tres cuartos","Single left-pointing angle quotation mark":"Comilla tipográfica simple angular de apertura","Single right-pointing angle quotation mark":"Comilla tipográfica simple angular de cierre","Left-pointing double angle quotation mark":"Comilla tipográfica doble angular de apertura","Right-pointing double angle quotation mark":"Comilla tipográfica dobe angular de cierre","Left single quotation mark":"Comilla tipográfica de apertura","Right single quotation mark":"Comilla tipográfica de cierre","Left double quotation mark":"Comilla tipográfica doble de apertura","Right double quotation mark":"Comilla tipográfica de cierre","Single low-9 quotation mark":"Comilla tipográfica en forma de 9 simple y baja","Double low-9 quotation mark":"Comilla tipográfica en forma de 9 doble y baja","Inverted exclamation mark":"Signo de exclamación de apertura","Inverted question mark":"Signo de interrogación de apertura","Two dot leader":"Punto de inicio doble","Horizontal ellipsis":"Puntos suspensivos horizontales","Double dagger":"Cruz doble","Per mille sign":"Signo de por mil","Per ten thousand sign":"Signo de por diez mil","Double exclamation mark":"Signo de exclamación doble","Question exclamation mark":"Signo de exclamación interrogativa","Exclamation question mark":"Signo de interrogación exclamativa","Double question mark":"Signo de interrogación doble","Copyright sign":"Signo de derechos de autor","Registered sign":"Signo de marca registrada","Trade mark sign":"Signo de marca comercial","Section sign":"Signo de sección","Paragraph sign":"Signo de párrafo","Reversed paragraph sign":"Signo de antígrafo invertido","Character categories":"Categorías de caracteres",Styles:"Estilos","Multiple styles":"Múltiples estilos","Block styles":"Estilos de bloque","Text styles":"Estilos de texto","Insert table":"Insertar tabla","Header column":"Columna de encabezado","Insert column left":"Insertar columna izquierda","Insert column right":"Insertar columna derecha","Delete column":"Eliminar columna","Select column":"Seleccionar columna",Column:"Columna","Header row":"Fila de encabezado","Insert row below":"Insertar fila debajo","Insert row above":"Insertar fila encima","Delete row":"Eliminar fila","Select row":"Seleccionar fila",Row:"Fila","Merge cell up":"Combinar celda superior","Merge cell right":"Combinar celda derecha","Merge cell down":"Combinar celda inferior","Merge cell left":"Combinar celda izquierda","Split cell vertically":"Dividir celdas verticalmente","Split cell horizontally":"Dividir celdas horizontalmente","Merge cells":"Combinar celdas","Table toolbar":"Barra de herramientas de tabla","Table properties":"Propiedades de tabla","Cell properties":"Propiedades de celda",Border:"Borde",Style:"Estilo",Width:"Ancho",Height:"Altura",Color:"Color",Background:"Fondo",Padding:"Márgenes",Dimensions:"Dimensiones","Table cell text alignment":"Alineación texto de celda",Alignment:"Alineación","Horizontal text alignment toolbar":"Alineación horizontal de texto","Vertical text alignment toolbar":"Alineación vertical de texto","Table alignment toolbar":"Alineación de tabla",None:"Ninguno",Solid:"Sólido",Dotted:"Línea de puntos",Dashed:"Línea discontinua",Double:"Doble línea",Groove:"Bisel",Ridge:"Marco",Inset:"Incrustación",Outset:"Relieve","Align cell text to the left":"Alinear texto de celda a la izquierda","Align cell text to the center":"Centrar texto de celda","Align cell text to the right":"Alinear texto de celda a la derecha","Justify cell text":"Justificar texto de celda","Align cell text to the top":"Alinear texto de celda hacia arriba","Align cell text to the middle":"Alinear texto de celda al medio","Align cell text to the bottom":"Alinear texto de celda hacia abajo","Align table to the left":"Alinear tabla a la izquierda","Center table":"Centrar tabla","Align table to the right":"Alinear tabla a la derecha","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"El color es inválido. Intente con \"#FF0000\", \"rgb(255,0,0)\" o \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"El valor es inválido. Intente con \"10px\", \"2em\" o simplemente \"2\".","Color picker":"Selector de color","Toggle caption off":"Desactivar título","Toggle caption on":"Activar título","Enter table caption":"Ingresar título de tabla","Rich Text Editor":"Editor de Texto Enriquecido","Editor editing area: %0":"Área de edición del editor: %0","Edit block":"Cuadro de edición",Next:"Siguiente",Previous:"Anterior","Editor toolbar":"Barra de herramientas de edición","Dropdown toolbar":"Barra de herramientas desplegable",Black:"Negro","Dim grey":"Gris Oscuro",Grey:"Gris","Light grey":"Gris Claro",White:"Blanco",Red:"Rojo",Orange:"Anaranjado",Yellow:"Amarillo","Light green":"Verde Claro",Green:"Verde",Aquamarine:"Aguamarina",Turquoise:"Turquesa","Light blue":"Azul Claro",Blue:"Azul",Purple:"Morado","Editor block content toolbar":"Barra de herramientas de contenido del bloque del editor","Editor contextual toolbar":"Barra de herramientas contextual del editor",HEX:"HEX",Accept:"Aceptar",Undo:"Deshacer",Redo:"Rehacer","Upload in progress":"Subida en progreso","Widget toolbar":"Barra de herramientas del widget","Insert paragraph before block":"Insertar párrafo antes del bloque","Insert paragraph after block":"Insertar párrafo después del bloque","Press Enter to type after or press Shift + Enter to type before the widget":"Pulse Intro para escribir después o pulse Mayús + Intro para escribir antes del «widget».","Words: %0":"Palabras: %0","Characters: %0":"Caracteres: %0"} );l.getPluralForm=function(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/et.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/et.js index 1f8054fdb054..470a1028c659 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/et.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/et.js @@ -1 +1 @@ -(function(d){ const l = d['et'] = d['et'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Vasakjoondus","Align right":"Paremjoondus","Align center":"Keskjoondus",Justify:"Rööpjoondus","Text alignment":"Teksti joondamine","Text alignment toolbar":"Teksti joonduse tööriistariba",Bold:"Rasvane",Italic:"Kaldkiri",Underline:"Allajoonitud",Code:"Kood",Strikethrough:"Läbijoonitud",Subscript:"Alaindeks",Superscript:"Ülaindeks","Block quote":"Tsitaat","Insert code block":"Sisesta koodiplokk","Plain text":"Lihtsalt tekst",Cancel:"Loobu","Remove color":"Eemalda värv","Restore default":"Taasta algne",Save:"Salvesta","Show more items":"Näita veel","%0 of %1":"%0 / %1","Cannot upload file:":"Faili ei suudeta üles laadida:","Rich Text Editor. Editing area: %0":"Rikastekstiredaktor. Redigeerimisala: %0","Find and replace":"Otsi ja asenda","Find in text…":"Otsi tekstist...",Find:"Otsi","Previous result":"Eelmine tulemus","Next result":"Järgmine tulemus",Replace:"Asenda","Replace all":"Asenda kõik","Match case":"Erista juhtumit","Whole words only":"Ainult terviksõnad","Replace with…":"Asenda...","Text to find must not be empty.":"Otsitav tekst ei tohi tühi olla.","Tip: Find some text first in order to replace it.":"Otsi esmalt tekst, mida asendada.","Show options":"Näita valikuid",Paragraph:"Lõik",Heading:"Pealkiri","Choose heading":"Vali pealkiri","Heading 1":"Pealkiri 1","Heading 2":"Pealkiri 2","Heading 3":"Pealkiri 3","Heading 4":"Pealkiri 4","Heading 5":"Pealkiri 5","Heading 6":"Pealkiri 6","Type your title":"Sisesta pealkiri","Type or paste your content here.":"Siia tipi või kopeeri tekst.","Horizontal line":"Horisontaalne joon","HTML object":"HTML objekt","Increase indent":"Suurenda taanet","Decrease indent":"Vähenda taanet",Unlink:"Eemalda link",Link:"Link","Link URL":"Lingi URL","Link image":"Lingi pilt","Edit link":"Muuda linki","Open link in new tab":"Ava link uuel vahekaardil","This link has no URL":"Sellel lingil puudub URL","Open in a new tab":"Ava uuel kaardil",Downloadable:"Allalaaditav","Numbered List":"Nummerdatud loetelu","Bulleted List":"Punktidega loetelu","To-do List":"Tööde nimekiri","Bulleted list styles toolbar":"Täpploendi stiili tööriistariba","Numbered list styles toolbar":"Numbriloendi stiilide tööriistariba","Toggle the disc list style":"Lülita ketta loendistiili sisse-välja","Toggle the circle list style":"Lülita ringi loendistiili sisse-välja","Toggle the square list style":"Lülita ruudu loendistiili sisse-välja","Toggle the decimal list style":"Lülita kümnendsüsteemi loendistiili sisse-välja","Toggle the decimal with leading zero list style":"Lülita nulliga kümnendsüsteemi loendistiili sisse-välja","Toggle the lower–roman list style":"Lülita väikse rooma numbri loendistiili sisse-välja","Toggle the upper–roman list style":"Lülita suure rooma numbri loendistiili sisse-välja","Toggle the lower–latin list style":"Lülita ladina väiketähe loendistiili sisse-välja","Toggle the upper–latin list style":"Lülita ladina suurtähe loendistiili sisse-välja",Disc:"Ketas",Circle:"Ring",Square:"Ruut",Decimal:"Kümnend","Decimal with leading zero":"Nulliga kümnendsüsteem","Lower–roman":"Väikse rooma numbri","Upper-roman":"Suure rooma numbri","Lower-latin":"Ladina väiketähe","Upper-latin":"Ladina suurtähe","List properties":"Loendi atribuudid","Start at":"Alusta alates","Start index must be greater than 0.":"Algindeks peab olema suurem kui 0.","Reversed order":"Vastupidine järjekord","Remove Format":"Eemalda vorming","Select all":"Vali kõik",Source:"Allikas","Special characters":"Erimärgid",All:"Kõik",Arrows:"Nooled",Currency:"Valuuta",Latin:"Ladina",Mathematical:"Matemaatiline",Text:"Tekst","leftwards simple arrow":"vasakule suunatud lihtne nool","rightwards simple arrow":"paremale suunatud lihtne nool","upwards simple arrow":"ülespoole suunatud lihtne nool","downwards simple arrow":"allapoole suunatud lihtne nool","leftwards double arrow":"topeltnool vasakule","rightwards double arrow":"topeltnool paremale","upwards double arrow":"topeltnool üles","downwards double arrow":"topeltnool alla","leftwards dashed arrow":"katkendnool vasakule","rightwards dashed arrow":"katkendnool paremale","upwards dashed arrow":"katkendnool üles","downwards dashed arrow":"katkendnool alla","leftwards arrow to bar":"kriipsu suunatud vasaknool","rightwards arrow to bar":"kriipsu suunatud paremnool","upwards arrow to bar":"kriipsu suunatud ülesnool","downwards arrow to bar":"kriipsu suunatud allanool","up down arrow with base":"üles-alla nool aluskriipsuga","back with leftwards arrow above":"BACK ülemise vasaknoolega","end with leftwards arrow above":"LÕPP ülemise vasaknoolega","on with exclamation mark with left right arrow above":"hüüumärgiga ON koos ülemise vasak-parem noolega","soon with rightwards arrow above":"SOON ülemise paremnoolega","top with upwards arrow above":"TOP ülemise ülesnoolega","Dollar sign":"Dollarimärk","Euro sign":"Euro märk","Yen sign":"Jeenimärk","Pound sign":"Naela märk","Cent sign":"Sendi märk","Euro-currency sign":"Euromärk","Colon sign":"Koolon","Cruzeiro sign":"Kruseiromärk","French franc sign":"Prantsuse frangi märk","Lira sign":"Liirimärk","Currency sign":"Valuutamärk","Bitcoin sign":"Bitcoini märk","Mill sign":"Valuutatuhandiku märk","Naira sign":"Nairamärk","Peseta sign":"Peseetamärk","Rupee sign":"Ruupiamärk","Won sign":"Vonnimärk","New sheqel sign":"Uusseekelimärk","Dong sign":"Dongimärk","Kip sign":"Kipimärk","Tugrik sign":"Tugrikumärk","Drachma sign":"Drahmimärk","German penny sign":"Saksa penni märk","Peso sign":"Peesomärk","Guarani sign":"Guaraniimärk","Austral sign":"Australimärk","Hryvnia sign":"Grivnamärk","Cedi sign":"Sedimärk","Livre tournois sign":"Livre tournois' märk","Spesmilo sign":"Spesmilomärk","Tenge sign":"Tengemärk","Indian rupee sign":"India ruupia märk","Turkish lira sign":"Türgi liiri märk","Nordic mark sign":"Põhjamaade marga märk","Manat sign":"Manatimärk","Ruble sign":"Rublamärk","Latin capital letter a with macron":"Ladina suurtäht A ülakriipsuga","Latin small letter a with macron":"Ladina väiketäht A ülakriipsuga","Latin capital letter a with breve":"Ladina suurtäht A kaarega","Latin small letter a with breve":"Ladina väiketäht A kaarega","Latin capital letter a with ogonek":"Ladina suurtäht A pöördsediiga","Latin small letter a with ogonek":"Ladina väiketäht A pöördsediiga","Latin capital letter c with acute":"Ladina suurtäht C akuudiga","Latin small letter c with acute":"Ladina väiketäht C akuudiga","Latin capital letter c with circumflex":"Ladina suurtäht C tsirkumfleksiga","Latin small letter c with circumflex":"Ladina väiketäht C tsirkumfleksiga","Latin capital letter c with dot above":"Ladina suurtäht C ülapunktiga","Latin small letter c with dot above":"Ladina väiketäht C ülapunktiga","Latin capital letter c with caron":"Ladina suurtäht C haagiga","Latin small letter c with caron":"Ladina väiketäht C haagiga","Latin capital letter d with caron":"Ladina suurtäht D haagiga","Latin small letter d with caron":"Ladina väiketäht D haagiga","Latin capital letter d with stroke":"Ladina suurtäht D läbiva kriipsuga","Latin small letter d with stroke":"Ladina väiketäht D läbiva kriipsuga","Latin capital letter e with macron":"Ladina suurtäht E ülakriipsuga","Latin small letter e with macron":"Ladina väiketäht E ülakriipsuga","Latin capital letter e with breve":"Ladina suurtäht E kaarega","Latin small letter e with breve":"Ladina väiketäht E kaarega","Latin capital letter e with dot above":"Ladina suurtäht E ülapunktiga","Latin small letter e with dot above":"Ladina väiketäht E ülapunktiga","Latin capital letter e with ogonek":"Ladina suurtäht E pöördsediiga","Latin small letter e with ogonek":"Ladina väiketäht E pöördsediiga","Latin capital letter e with caron":"Ladina suurtäht E haagiga","Latin small letter e with caron":"Ladina väiketäht E haagiga","Latin capital letter g with circumflex":"Ladina suurtäht G tsirkumfleksiga","Latin small letter g with circumflex":"Ladina väiketäht G tsirkumfleksiga","Latin capital letter g with breve":"Ladina suurtäht G kaarega","Latin small letter g with breve":"Ladina väiketäht G kaarega","Latin capital letter g with dot above":"Ladina suurtäht G ülapunktiga","Latin small letter g with dot above":"Ladina väiketäht G ülapunktiga","Latin capital letter g with cedilla":"Ladina suurtäht G sediiga","Latin small letter g with cedilla":"Ladina väiketäht G sediiga","Latin capital letter h with circumflex":"Ladina suurtäht H tsirkumfleksiga","Latin small letter h with circumflex":"Ladina väiketäht H tsirkumfleksiga","Latin capital letter h with stroke":"Ladina suurtäht H läbiva kriipsuga","Latin small letter h with stroke":"Ladina väiketäht H läbiva kriipsuga","Latin capital letter i with tilde":"Ladina suurtäht I tildega","Latin small letter i with tilde":"Ladina väiketäht I tildega","Latin capital letter i with macron":"Ladina suurtäht I ülakriipsuga","Latin small letter i with macron":"Ladina väiketäht I ülakriipsuga","Latin capital letter i with breve":"Ladina suurtäht I kaarega","Latin small letter i with breve":"Ladina väiketäht I kaarega","Latin capital letter i with ogonek":"Ladina suurtäht I pöördsediiga","Latin small letter i with ogonek":"Ladina väiketäht I pöördsediiga","Latin capital letter i with dot above":"Ladina suurtäht I ülapunktiga","Latin small letter dotless i":"Ladina väiketäht I ilma täpita","Latin capital ligature ij":"Ladina suurligatuur IJ","Latin small ligature ij":"Ladina väikeligatuur IJ","Latin capital letter j with circumflex":"Ladina suurtäht J tsirkumfleksiga","Latin small letter j with circumflex":"Ladina väiketäht J tsirkumfleksiga","Latin capital letter k with cedilla":"Ladina suurtäht K sediiga","Latin small letter k with cedilla":"Ladina väiketäht K sediiga","Latin small letter kra":"Ladina väiketäht KRA","Latin capital letter l with acute":"Ladina suurtäht I akuudiga","Latin small letter l with acute":"Ladina väiketäht I akuudiga","Latin capital letter l with cedilla":"Ladina suurtäht I sediiga","Latin small letter l with cedilla":"Ladina väiketäht I sediiga","Latin capital letter l with caron":"Ladina suurtäht I haagiga","Latin small letter l with caron":"Ladina väiketäht I haagiga","Latin capital letter l with middle dot":"Ladina suurtäht I keskmise punktiga","Latin small letter l with middle dot":"Ladina väiketäht I keskmise punktiga","Latin capital letter l with stroke":"Ladina suurtäht I läbiva kriipsuga","Latin small letter l with stroke":"Ladina väiketäht I läbiva kriipsuga","Latin capital letter n with acute":"Ladina suurtäht N akuudiga","Latin small letter n with acute":"Ladina väiketäht N akuudiga","Latin capital letter n with cedilla":"Ladina suurtäht N sediiga","Latin small letter n with cedilla":"Ladina väiketäht N sediiga","Latin capital letter n with caron":"Ladina suurtäht N haagiga","Latin small letter n with caron":"Ladina väiketäht N haagiga","Latin small letter n preceded by apostrophe":"Ladina väiketäht N koos eelneva ülakomaga","Latin capital letter eng":"Ladina suurtäht ENG","Latin small letter eng":"Ladina väiketäht ENG","Latin capital letter o with macron":"Ladina suurtäht O ülakriipsuga","Latin small letter o with macron":"Ladina väiketäht O ülakriipsuga","Latin capital letter o with breve":"Ladina suurtäht O kaarega","Latin small letter o with breve":"Ladina väiketäht O kaarega","Latin capital letter o with double acute":"Ladina suurtäht O topeltakuudiga","Latin small letter o with double acute":"Ladina väiketäht O topeltakuudiga","Latin capital ligature oe":"Ladina suurligatuur OE","Latin small ligature oe":"Ladina väikeligatuur OE","Latin capital letter r with acute":"Ladina suurtäht R akuudiga","Latin small letter r with acute":"Ladina väiketäht R akuudiga","Latin capital letter r with cedilla":"Ladina suurtäht R sediiga","Latin small letter r with cedilla":"Ladina väiketäht R sediiga","Latin capital letter r with caron":"Ladina suurtäht R haagiga","Latin small letter r with caron":"Ladina väiketäht R haagiga","Latin capital letter s with acute":"Ladina suurtäht S akuudiga","Latin small letter s with acute":"Ladina väiketäht S akuudiga","Latin capital letter s with circumflex":"Ladina suurtäht S tsirkumfleksiga","Latin small letter s with circumflex":"Ladina väiketäht S tsirkumfleksiga","Latin capital letter s with cedilla":"Ladina suurtäht S sediiga","Latin small letter s with cedilla":"Ladina väiketäht S sediiga","Latin capital letter s with caron":"Ladina suurtäht S haagiga","Latin small letter s with caron":"Ladina väiketäht S haagiga","Latin capital letter t with cedilla":"Ladina suurtäht T sediiga","Latin small letter t with cedilla":"Ladina väiketäht T sediiga","Latin capital letter t with caron":"Ladina suurtäht T haagiga","Latin small letter t with caron":"Ladina väiketäht T haagiga","Latin capital letter t with stroke":"Ladina suurtäht T läbiva kriipsuga","Latin small letter t with stroke":"Ladina väiketäht T läbiva kriipsuga","Latin capital letter u with tilde":"Ladina suurtäht U tildega","Latin small letter u with tilde":"Ladina väiketäht U tildega","Latin capital letter u with macron":"Ladina suurtäht U ülakriipsuga","Latin small letter u with macron":"Ladina väiketäht U ülakriipsuga","Latin capital letter u with breve":"Ladina suurtäht U kaarega","Latin small letter u with breve":"Ladina väiketäht U kaarega","Latin capital letter u with ring above":"Ladina suurtäht U ülaringiga","Latin small letter u with ring above":"Ladina väiketäht U ülaringiga","Latin capital letter u with double acute":"Ladina suurtäht U topeltakuudiga","Latin small letter u with double acute":"Ladina väiketäht U topeltakuudiga","Latin capital letter u with ogonek":"Ladina suurtäht U pöördsediiga","Latin small letter u with ogonek":"Ladina väiketäht U pöördsediiga","Latin capital letter w with circumflex":"Ladina suurtäht W tsirkumfleksiga","Latin small letter w with circumflex":"Ladina väiketäht W tsirkumfleksiga","Latin capital letter y with circumflex":"Ladina suurtäht Y tsirkumfleksiga","Latin small letter y with circumflex":"Ladina väiketäht Y tsirkumfleksiga","Latin capital letter y with diaeresis":"Ladina suurtäht Y täppidega","Latin capital letter z with acute":"Ladina suurtäht Z akuudiga","Latin small letter z with acute":"Ladina väiketäht Z akuudiga","Latin capital letter z with dot above":"Ladina suurtäht Z ülapunktiga","Latin small letter z with dot above":"Ladina väiketäht Z ülapunktiga","Latin capital letter z with caron":"Ladina suurtäht Z haagiga","Latin small letter z with caron":"Ladina väiketäht Z haagiga","Latin small letter long s":"Ladina väiketäht pikk S","Less-than sign":"Väiksem-kui märk","Greater-than sign":"Suurem-kui märk","Less-than or equal to":"Väiksem-kui või võrdne","Greater-than or equal to":"Suurem-kui või võrdne","En dash":"Sidekriips","Em dash":"Mõttekriips",Macron:"Ülakriips",Overline:"Ülajoon","Degree sign":"Kraadimärk","Minus sign":"Miinusmärk","Plus-minus sign":"Pluss-miinus märk","Division sign":"Jagamismärk","Fraction slash":"Kaldus murrupoolitaja","Multiplication sign":"Korrutusmärk","Latin small letter f with hook":"Ladina väiketäht F konksuga",Integral:"Integraal","N-ary summation":"N-aar liitmine",Infinity:"Lõpmatus","Square root":"Ruutjuur","Tilde operator":"Tildesisestaja","Approximately equal to":"Ligikaudu võrdne","Almost equal to":"Peaaegu võrdne","Not equal to":"Ei võrdu","Identical to":"Samane","Element of":"Esineb elemendina","Not an element of":"Ei esine elemendina","Contains as member":"Sisaldab liikmena","N-ary product":"N-aari tulem","Logical and":"Loogiline ja","Logical or":"Loogiline või","Not sign":"Keelumärk",Intersection:"Ühisosa",Union:"Ühend","Partial differential":"Osaline diferentsiaal","For all":"Kõigile","There exists":"Leidub","Empty set":"Tühihulk",Nabla:"Nabla","Asterisk operator":"Tärnisisestaja","Proportional to":"Esineb proportsionaalsus",Angle:"Nurk","Vulgar fraction one quarter":"Harilik murd üks neljandik","Vulgar fraction one half":"Harilik murd üks kahendik","Vulgar fraction three quarters":"Harilik murd kolm neljandikku","Single left-pointing angle quotation mark":"Ühekordne vasakule suunatud nurgaga jutumärk","Single right-pointing angle quotation mark":"Ühekordne paremale suunatud nurgaga jutumärk","Left-pointing double angle quotation mark":"Vasakule suunatud kahekordse nurgaga jutumärgid","Right-pointing double angle quotation mark":"Paremale suunatud kahekordse nurgaga jutumärgid","Left single quotation mark":"Vasakpoolne ühekordne jutumärk","Right single quotation mark":"Parempoolne ühekordne jutumärk","Left double quotation mark":"Vasakpoolsed kahekordsed jutumärgid","Right double quotation mark":"Parempoolsed kahekordsed jutumärgid","Single low-9 quotation mark":"Ühekordne madal üheksakujuline jutumärk","Double low-9 quotation mark":"Kahekordsed madalad üheksakujulised jutumärgid","Inverted exclamation mark":"Tagurpidine hüüumärk","Inverted question mark":"Tagurpidine küsimärk","Two dot leader":"Kahetäpiline punktiir","Horizontal ellipsis":"Horisontaalne ellips","Double dagger":"Topeltpistoda","Per mille sign":"Promillimärk","Per ten thousand sign":"Kümnetuhandikosa märk","Double exclamation mark":"Topelthüüumärk","Question exclamation mark":"Küsihüüumärk","Exclamation question mark":"Hüüuküsimärk","Double question mark":"Topeltküsimärk","Copyright sign":"Autoriõigusmärk","Registered sign":"Registreerimiskujutis","Trade mark sign":"Kaubamärgikujutis","Section sign":"Paragrahvimärk","Paragraph sign":"Lõigumärk","Reversed paragraph sign":"Ümberpööratud lõigumärk","Character categories":"Märkide kategooriad",Styles:"Stiilid","Multiple styles":"Mitu stiili","Block styles":"Ploki stiilid","Text styles":"Teksti stiilid","Insert table":"Sisesta tabel","Header column":"Päise veerg","Insert column left":"Sisesta veerg vasakule","Insert column right":"Sisesta veerg paremale","Delete column":"Kustuta veerg","Select column":"Vali veerg",Column:"Veerg","Header row":"Päise rida","Insert row below":"Sisesta rida allapoole","Insert row above":"Sisesta rida ülespoole","Delete row":"Kustuta rida","Select row":"Vali rida",Row:"Rida","Merge cell up":"Liida ülemise lahtriga","Merge cell right":"Liida paremal oleva lahtriga","Merge cell down":"Liida alumise lahtriga","Merge cell left":"Liida vasakul oleva lahtriga","Split cell vertically":"Jaga lahter vertikaalselt","Split cell horizontally":"Jaga lahter horisontaalselt","Merge cells":"Liida lahtrid","Table toolbar":"Tabelite tööriistariba","Table properties":"Tabeli omadused","Cell properties":"Lahtri omadused",Border:"Ääris",Style:"Stiil",Width:"Laius",Height:"Kõrgus",Color:"Värvus",Background:"Taust",Padding:"Vahe sisuni",Dimensions:"Mõõtmed","Table cell text alignment":"Teksti paigutus lahtris",Alignment:"Joondus","Horizontal text alignment toolbar":"Teksti rõhtpaigutuse tööriistariba","Vertical text alignment toolbar":"Teksti püstpaigutuse tööriistariba","Table alignment toolbar":"Tabeli paigutuse tööriistariba",None:"Puudub",Solid:"Pidev",Dotted:"Punktiir",Dashed:"Kriipsjoon",Double:"Topelt",Groove:"Kraav",Ridge:"Vall",Inset:"Süvik",Outset:"Küngas","Align cell text to the left":"Lahtri tekst vasakul","Align cell text to the center":"Lahtri tekst keskel","Align cell text to the right":"Lahtri tekst paremal","Justify cell text":"Lahtri tekst rööpjoondatud","Align cell text to the top":"Lahtri tekst üleval","Align cell text to the middle":"Lahtri tekst kõrguse järgi keskel","Align cell text to the bottom":"Lahtri tekst all","Align table to the left":"Tabel joondatud vasakule","Center table":"Tabel joondatud keskele","Align table to the right":"Tabel joondatud paremale","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Värvus ei sobi. Proovi \"#FF0000\" või \"rgb(255,0,0)\" või \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Väärtus ei sobi. Proovi \"10px\", \"2em\" või lihtsalt \"2\".","Color picker":"Värvi valija","Toggle caption off":"Lülita pealdis välja","Toggle caption on":"Lülita pealdis sisse","Enter table caption":"Sisesta tabeli pealdis","Rich Text Editor":"Tekstiredaktor","Editor editing area: %0":"Redaktori redigeerimisala: %0","Edit block":"Muuda plokki",Next:"Järgmine",Previous:"Eelmine","Editor toolbar":"Redaktori tööriistariba","Dropdown toolbar":"Avatav tööriistariba",Black:"Must","Dim grey":"Tumehall",Grey:"Hall","Light grey":"Helehall",White:"Valge",Red:"Punane",Orange:"Oranž",Yellow:"Kollane","Light green":"Heleroheline",Green:"Roheline",Aquamarine:"Akvamariin",Turquoise:"Türkiis","Light blue":"Helesinine",Blue:"Sinine",Purple:"Lilla","Editor block content toolbar":"Redigeerija ploki sisu tööriistariba","Editor contextual toolbar":"Redigeerija kontekstuaalne tööriistariba",HEX:"",Undo:"Võta tagasi",Redo:"Tee uuesti","Upload in progress":"Üleslaadimine pooleli","Widget toolbar":"Vidinate tööriistariba","Insert paragraph before block":"Sisesta lõik enne plokki","Insert paragraph after block":"Sisesta lõik pärast plokki","Press Enter to type after or press Shift + Enter to type before the widget":"Vajutage Enter, et tippida pärast, või Shift + Enter, et tippida enne vidinat","Words: %0":"Sõnu: %0","Characters: %0":"Märke: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['et'] = d['et'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Vasakjoondus","Align right":"Paremjoondus","Align center":"Keskjoondus",Justify:"Rööpjoondus","Text alignment":"Teksti joondamine","Text alignment toolbar":"Teksti joonduse tööriistariba",Bold:"Rasvane",Italic:"Kaldkiri",Underline:"Allajoonitud",Code:"Kood",Strikethrough:"Läbijoonitud",Subscript:"Alaindeks",Superscript:"Ülaindeks","Block quote":"Tsitaat","Insert code block":"Sisesta koodiplokk","Plain text":"Lihtsalt tekst",Cancel:"Loobu","Remove color":"Eemalda värv","Restore default":"Taasta algne",Save:"Salvesta","Show more items":"Näita veel","%0 of %1":"%0 / %1","Cannot upload file:":"Faili ei suudeta üles laadida:","Rich Text Editor. Editing area: %0":"Rikastekstiredaktor. Redigeerimisala: %0","Find and replace":"Otsi ja asenda","Find in text…":"Otsi tekstist...",Find:"Otsi","Previous result":"Eelmine tulemus","Next result":"Järgmine tulemus",Replace:"Asenda","Replace all":"Asenda kõik","Match case":"Erista juhtumit","Whole words only":"Ainult terviksõnad","Replace with…":"Asenda...","Text to find must not be empty.":"Otsitav tekst ei tohi tühi olla.","Tip: Find some text first in order to replace it.":"Otsi esmalt tekst, mida asendada.","Show options":"Näita valikuid",Paragraph:"Lõik",Heading:"Pealkiri","Choose heading":"Vali pealkiri","Heading 1":"Pealkiri 1","Heading 2":"Pealkiri 2","Heading 3":"Pealkiri 3","Heading 4":"Pealkiri 4","Heading 5":"Pealkiri 5","Heading 6":"Pealkiri 6","Type your title":"Sisesta pealkiri","Type or paste your content here.":"Siia tipi või kopeeri tekst.","Horizontal line":"Horisontaalne joon","HTML object":"HTML objekt","Increase indent":"Suurenda taanet","Decrease indent":"Vähenda taanet",Unlink:"Eemalda link",Link:"Link","Link URL":"Lingi URL","Link image":"Lingi pilt","Edit link":"Muuda linki","Open link in new tab":"Ava link uuel vahekaardil","This link has no URL":"Sellel lingil puudub URL","Open in a new tab":"Ava uuel kaardil",Downloadable:"Allalaaditav","Numbered List":"Nummerdatud loetelu","Bulleted List":"Punktidega loetelu","To-do List":"Tööde nimekiri","Bulleted list styles toolbar":"Täpploendi stiili tööriistariba","Numbered list styles toolbar":"Numbriloendi stiilide tööriistariba","Toggle the disc list style":"Lülita ketta loendistiili sisse-välja","Toggle the circle list style":"Lülita ringi loendistiili sisse-välja","Toggle the square list style":"Lülita ruudu loendistiili sisse-välja","Toggle the decimal list style":"Lülita kümnendsüsteemi loendistiili sisse-välja","Toggle the decimal with leading zero list style":"Lülita nulliga kümnendsüsteemi loendistiili sisse-välja","Toggle the lower–roman list style":"Lülita väikse rooma numbri loendistiili sisse-välja","Toggle the upper–roman list style":"Lülita suure rooma numbri loendistiili sisse-välja","Toggle the lower–latin list style":"Lülita ladina väiketähe loendistiili sisse-välja","Toggle the upper–latin list style":"Lülita ladina suurtähe loendistiili sisse-välja",Disc:"Ketas",Circle:"Ring",Square:"Ruut",Decimal:"Kümnend","Decimal with leading zero":"Nulliga kümnendsüsteem","Lower–roman":"Väikse rooma numbri","Upper-roman":"Suure rooma numbri","Lower-latin":"Ladina väiketähe","Upper-latin":"Ladina suurtähe","List properties":"Loendi atribuudid","Start at":"Alusta alates","Start index must be greater than 0.":"Algindeks peab olema suurem kui 0.","Reversed order":"Vastupidine järjekord","Remove Format":"Eemalda vorming","Select all":"Vali kõik","Show blocks":"Kuva plokid",Source:"Allikas","Special characters":"Erimärgid",All:"Kõik",Arrows:"Nooled",Currency:"Valuuta",Latin:"Ladina",Mathematical:"Matemaatiline",Text:"Tekst","leftwards simple arrow":"vasakule suunatud lihtne nool","rightwards simple arrow":"paremale suunatud lihtne nool","upwards simple arrow":"ülespoole suunatud lihtne nool","downwards simple arrow":"allapoole suunatud lihtne nool","leftwards double arrow":"topeltnool vasakule","rightwards double arrow":"topeltnool paremale","upwards double arrow":"topeltnool üles","downwards double arrow":"topeltnool alla","leftwards dashed arrow":"katkendnool vasakule","rightwards dashed arrow":"katkendnool paremale","upwards dashed arrow":"katkendnool üles","downwards dashed arrow":"katkendnool alla","leftwards arrow to bar":"kriipsu suunatud vasaknool","rightwards arrow to bar":"kriipsu suunatud paremnool","upwards arrow to bar":"kriipsu suunatud ülesnool","downwards arrow to bar":"kriipsu suunatud allanool","up down arrow with base":"üles-alla nool aluskriipsuga","back with leftwards arrow above":"BACK ülemise vasaknoolega","end with leftwards arrow above":"LÕPP ülemise vasaknoolega","on with exclamation mark with left right arrow above":"hüüumärgiga ON koos ülemise vasak-parem noolega","soon with rightwards arrow above":"SOON ülemise paremnoolega","top with upwards arrow above":"TOP ülemise ülesnoolega","Dollar sign":"Dollarimärk","Euro sign":"Euro märk","Yen sign":"Jeenimärk","Pound sign":"Naela märk","Cent sign":"Sendi märk","Euro-currency sign":"Euromärk","Colon sign":"Koolon","Cruzeiro sign":"Kruseiromärk","French franc sign":"Prantsuse frangi märk","Lira sign":"Liirimärk","Currency sign":"Valuutamärk","Bitcoin sign":"Bitcoini märk","Mill sign":"Valuutatuhandiku märk","Naira sign":"Nairamärk","Peseta sign":"Peseetamärk","Rupee sign":"Ruupiamärk","Won sign":"Vonnimärk","New sheqel sign":"Uusseekelimärk","Dong sign":"Dongimärk","Kip sign":"Kipimärk","Tugrik sign":"Tugrikumärk","Drachma sign":"Drahmimärk","German penny sign":"Saksa penni märk","Peso sign":"Peesomärk","Guarani sign":"Guaraniimärk","Austral sign":"Australimärk","Hryvnia sign":"Grivnamärk","Cedi sign":"Sedimärk","Livre tournois sign":"Livre tournois' märk","Spesmilo sign":"Spesmilomärk","Tenge sign":"Tengemärk","Indian rupee sign":"India ruupia märk","Turkish lira sign":"Türgi liiri märk","Nordic mark sign":"Põhjamaade marga märk","Manat sign":"Manatimärk","Ruble sign":"Rublamärk","Latin capital letter a with macron":"Ladina suurtäht A ülakriipsuga","Latin small letter a with macron":"Ladina väiketäht A ülakriipsuga","Latin capital letter a with breve":"Ladina suurtäht A kaarega","Latin small letter a with breve":"Ladina väiketäht A kaarega","Latin capital letter a with ogonek":"Ladina suurtäht A pöördsediiga","Latin small letter a with ogonek":"Ladina väiketäht A pöördsediiga","Latin capital letter c with acute":"Ladina suurtäht C akuudiga","Latin small letter c with acute":"Ladina väiketäht C akuudiga","Latin capital letter c with circumflex":"Ladina suurtäht C tsirkumfleksiga","Latin small letter c with circumflex":"Ladina väiketäht C tsirkumfleksiga","Latin capital letter c with dot above":"Ladina suurtäht C ülapunktiga","Latin small letter c with dot above":"Ladina väiketäht C ülapunktiga","Latin capital letter c with caron":"Ladina suurtäht C haagiga","Latin small letter c with caron":"Ladina väiketäht C haagiga","Latin capital letter d with caron":"Ladina suurtäht D haagiga","Latin small letter d with caron":"Ladina väiketäht D haagiga","Latin capital letter d with stroke":"Ladina suurtäht D läbiva kriipsuga","Latin small letter d with stroke":"Ladina väiketäht D läbiva kriipsuga","Latin capital letter e with macron":"Ladina suurtäht E ülakriipsuga","Latin small letter e with macron":"Ladina väiketäht E ülakriipsuga","Latin capital letter e with breve":"Ladina suurtäht E kaarega","Latin small letter e with breve":"Ladina väiketäht E kaarega","Latin capital letter e with dot above":"Ladina suurtäht E ülapunktiga","Latin small letter e with dot above":"Ladina väiketäht E ülapunktiga","Latin capital letter e with ogonek":"Ladina suurtäht E pöördsediiga","Latin small letter e with ogonek":"Ladina väiketäht E pöördsediiga","Latin capital letter e with caron":"Ladina suurtäht E haagiga","Latin small letter e with caron":"Ladina väiketäht E haagiga","Latin capital letter g with circumflex":"Ladina suurtäht G tsirkumfleksiga","Latin small letter g with circumflex":"Ladina väiketäht G tsirkumfleksiga","Latin capital letter g with breve":"Ladina suurtäht G kaarega","Latin small letter g with breve":"Ladina väiketäht G kaarega","Latin capital letter g with dot above":"Ladina suurtäht G ülapunktiga","Latin small letter g with dot above":"Ladina väiketäht G ülapunktiga","Latin capital letter g with cedilla":"Ladina suurtäht G sediiga","Latin small letter g with cedilla":"Ladina väiketäht G sediiga","Latin capital letter h with circumflex":"Ladina suurtäht H tsirkumfleksiga","Latin small letter h with circumflex":"Ladina väiketäht H tsirkumfleksiga","Latin capital letter h with stroke":"Ladina suurtäht H läbiva kriipsuga","Latin small letter h with stroke":"Ladina väiketäht H läbiva kriipsuga","Latin capital letter i with tilde":"Ladina suurtäht I tildega","Latin small letter i with tilde":"Ladina väiketäht I tildega","Latin capital letter i with macron":"Ladina suurtäht I ülakriipsuga","Latin small letter i with macron":"Ladina väiketäht I ülakriipsuga","Latin capital letter i with breve":"Ladina suurtäht I kaarega","Latin small letter i with breve":"Ladina väiketäht I kaarega","Latin capital letter i with ogonek":"Ladina suurtäht I pöördsediiga","Latin small letter i with ogonek":"Ladina väiketäht I pöördsediiga","Latin capital letter i with dot above":"Ladina suurtäht I ülapunktiga","Latin small letter dotless i":"Ladina väiketäht I ilma täpita","Latin capital ligature ij":"Ladina suurligatuur IJ","Latin small ligature ij":"Ladina väikeligatuur IJ","Latin capital letter j with circumflex":"Ladina suurtäht J tsirkumfleksiga","Latin small letter j with circumflex":"Ladina väiketäht J tsirkumfleksiga","Latin capital letter k with cedilla":"Ladina suurtäht K sediiga","Latin small letter k with cedilla":"Ladina väiketäht K sediiga","Latin small letter kra":"Ladina väiketäht KRA","Latin capital letter l with acute":"Ladina suurtäht I akuudiga","Latin small letter l with acute":"Ladina väiketäht I akuudiga","Latin capital letter l with cedilla":"Ladina suurtäht I sediiga","Latin small letter l with cedilla":"Ladina väiketäht I sediiga","Latin capital letter l with caron":"Ladina suurtäht I haagiga","Latin small letter l with caron":"Ladina väiketäht I haagiga","Latin capital letter l with middle dot":"Ladina suurtäht I keskmise punktiga","Latin small letter l with middle dot":"Ladina väiketäht I keskmise punktiga","Latin capital letter l with stroke":"Ladina suurtäht I läbiva kriipsuga","Latin small letter l with stroke":"Ladina väiketäht I läbiva kriipsuga","Latin capital letter n with acute":"Ladina suurtäht N akuudiga","Latin small letter n with acute":"Ladina väiketäht N akuudiga","Latin capital letter n with cedilla":"Ladina suurtäht N sediiga","Latin small letter n with cedilla":"Ladina väiketäht N sediiga","Latin capital letter n with caron":"Ladina suurtäht N haagiga","Latin small letter n with caron":"Ladina väiketäht N haagiga","Latin small letter n preceded by apostrophe":"Ladina väiketäht N koos eelneva ülakomaga","Latin capital letter eng":"Ladina suurtäht ENG","Latin small letter eng":"Ladina väiketäht ENG","Latin capital letter o with macron":"Ladina suurtäht O ülakriipsuga","Latin small letter o with macron":"Ladina väiketäht O ülakriipsuga","Latin capital letter o with breve":"Ladina suurtäht O kaarega","Latin small letter o with breve":"Ladina väiketäht O kaarega","Latin capital letter o with double acute":"Ladina suurtäht O topeltakuudiga","Latin small letter o with double acute":"Ladina väiketäht O topeltakuudiga","Latin capital ligature oe":"Ladina suurligatuur OE","Latin small ligature oe":"Ladina väikeligatuur OE","Latin capital letter r with acute":"Ladina suurtäht R akuudiga","Latin small letter r with acute":"Ladina väiketäht R akuudiga","Latin capital letter r with cedilla":"Ladina suurtäht R sediiga","Latin small letter r with cedilla":"Ladina väiketäht R sediiga","Latin capital letter r with caron":"Ladina suurtäht R haagiga","Latin small letter r with caron":"Ladina väiketäht R haagiga","Latin capital letter s with acute":"Ladina suurtäht S akuudiga","Latin small letter s with acute":"Ladina väiketäht S akuudiga","Latin capital letter s with circumflex":"Ladina suurtäht S tsirkumfleksiga","Latin small letter s with circumflex":"Ladina väiketäht S tsirkumfleksiga","Latin capital letter s with cedilla":"Ladina suurtäht S sediiga","Latin small letter s with cedilla":"Ladina väiketäht S sediiga","Latin capital letter s with caron":"Ladina suurtäht S haagiga","Latin small letter s with caron":"Ladina väiketäht S haagiga","Latin capital letter t with cedilla":"Ladina suurtäht T sediiga","Latin small letter t with cedilla":"Ladina väiketäht T sediiga","Latin capital letter t with caron":"Ladina suurtäht T haagiga","Latin small letter t with caron":"Ladina väiketäht T haagiga","Latin capital letter t with stroke":"Ladina suurtäht T läbiva kriipsuga","Latin small letter t with stroke":"Ladina väiketäht T läbiva kriipsuga","Latin capital letter u with tilde":"Ladina suurtäht U tildega","Latin small letter u with tilde":"Ladina väiketäht U tildega","Latin capital letter u with macron":"Ladina suurtäht U ülakriipsuga","Latin small letter u with macron":"Ladina väiketäht U ülakriipsuga","Latin capital letter u with breve":"Ladina suurtäht U kaarega","Latin small letter u with breve":"Ladina väiketäht U kaarega","Latin capital letter u with ring above":"Ladina suurtäht U ülaringiga","Latin small letter u with ring above":"Ladina väiketäht U ülaringiga","Latin capital letter u with double acute":"Ladina suurtäht U topeltakuudiga","Latin small letter u with double acute":"Ladina väiketäht U topeltakuudiga","Latin capital letter u with ogonek":"Ladina suurtäht U pöördsediiga","Latin small letter u with ogonek":"Ladina väiketäht U pöördsediiga","Latin capital letter w with circumflex":"Ladina suurtäht W tsirkumfleksiga","Latin small letter w with circumflex":"Ladina väiketäht W tsirkumfleksiga","Latin capital letter y with circumflex":"Ladina suurtäht Y tsirkumfleksiga","Latin small letter y with circumflex":"Ladina väiketäht Y tsirkumfleksiga","Latin capital letter y with diaeresis":"Ladina suurtäht Y täppidega","Latin capital letter z with acute":"Ladina suurtäht Z akuudiga","Latin small letter z with acute":"Ladina väiketäht Z akuudiga","Latin capital letter z with dot above":"Ladina suurtäht Z ülapunktiga","Latin small letter z with dot above":"Ladina väiketäht Z ülapunktiga","Latin capital letter z with caron":"Ladina suurtäht Z haagiga","Latin small letter z with caron":"Ladina väiketäht Z haagiga","Latin small letter long s":"Ladina väiketäht pikk S","Less-than sign":"Väiksem-kui märk","Greater-than sign":"Suurem-kui märk","Less-than or equal to":"Väiksem-kui või võrdne","Greater-than or equal to":"Suurem-kui või võrdne","En dash":"Sidekriips","Em dash":"Mõttekriips",Macron:"Ülakriips",Overline:"Ülajoon","Degree sign":"Kraadimärk","Minus sign":"Miinusmärk","Plus-minus sign":"Pluss-miinus märk","Division sign":"Jagamismärk","Fraction slash":"Kaldus murrupoolitaja","Multiplication sign":"Korrutusmärk","Latin small letter f with hook":"Ladina väiketäht F konksuga",Integral:"Integraal","N-ary summation":"N-aar liitmine",Infinity:"Lõpmatus","Square root":"Ruutjuur","Tilde operator":"Tildesisestaja","Approximately equal to":"Ligikaudu võrdne","Almost equal to":"Peaaegu võrdne","Not equal to":"Ei võrdu","Identical to":"Samane","Element of":"Esineb elemendina","Not an element of":"Ei esine elemendina","Contains as member":"Sisaldab liikmena","N-ary product":"N-aari tulem","Logical and":"Loogiline ja","Logical or":"Loogiline või","Not sign":"Keelumärk",Intersection:"Ühisosa",Union:"Ühend","Partial differential":"Osaline diferentsiaal","For all":"Kõigile","There exists":"Leidub","Empty set":"Tühihulk",Nabla:"Nabla","Asterisk operator":"Tärnisisestaja","Proportional to":"Esineb proportsionaalsus",Angle:"Nurk","Vulgar fraction one quarter":"Harilik murd üks neljandik","Vulgar fraction one half":"Harilik murd üks kahendik","Vulgar fraction three quarters":"Harilik murd kolm neljandikku","Single left-pointing angle quotation mark":"Ühekordne vasakule suunatud nurgaga jutumärk","Single right-pointing angle quotation mark":"Ühekordne paremale suunatud nurgaga jutumärk","Left-pointing double angle quotation mark":"Vasakule suunatud kahekordse nurgaga jutumärgid","Right-pointing double angle quotation mark":"Paremale suunatud kahekordse nurgaga jutumärgid","Left single quotation mark":"Vasakpoolne ühekordne jutumärk","Right single quotation mark":"Parempoolne ühekordne jutumärk","Left double quotation mark":"Vasakpoolsed kahekordsed jutumärgid","Right double quotation mark":"Parempoolsed kahekordsed jutumärgid","Single low-9 quotation mark":"Ühekordne madal üheksakujuline jutumärk","Double low-9 quotation mark":"Kahekordsed madalad üheksakujulised jutumärgid","Inverted exclamation mark":"Tagurpidine hüüumärk","Inverted question mark":"Tagurpidine küsimärk","Two dot leader":"Kahetäpiline punktiir","Horizontal ellipsis":"Horisontaalne ellips","Double dagger":"Topeltpistoda","Per mille sign":"Promillimärk","Per ten thousand sign":"Kümnetuhandikosa märk","Double exclamation mark":"Topelthüüumärk","Question exclamation mark":"Küsihüüumärk","Exclamation question mark":"Hüüuküsimärk","Double question mark":"Topeltküsimärk","Copyright sign":"Autoriõigusmärk","Registered sign":"Registreerimiskujutis","Trade mark sign":"Kaubamärgikujutis","Section sign":"Paragrahvimärk","Paragraph sign":"Lõigumärk","Reversed paragraph sign":"Ümberpööratud lõigumärk","Character categories":"Märkide kategooriad",Styles:"Stiilid","Multiple styles":"Mitu stiili","Block styles":"Ploki stiilid","Text styles":"Teksti stiilid","Insert table":"Sisesta tabel","Header column":"Päise veerg","Insert column left":"Sisesta veerg vasakule","Insert column right":"Sisesta veerg paremale","Delete column":"Kustuta veerg","Select column":"Vali veerg",Column:"Veerg","Header row":"Päise rida","Insert row below":"Sisesta rida allapoole","Insert row above":"Sisesta rida ülespoole","Delete row":"Kustuta rida","Select row":"Vali rida",Row:"Rida","Merge cell up":"Liida ülemise lahtriga","Merge cell right":"Liida paremal oleva lahtriga","Merge cell down":"Liida alumise lahtriga","Merge cell left":"Liida vasakul oleva lahtriga","Split cell vertically":"Jaga lahter vertikaalselt","Split cell horizontally":"Jaga lahter horisontaalselt","Merge cells":"Liida lahtrid","Table toolbar":"Tabelite tööriistariba","Table properties":"Tabeli omadused","Cell properties":"Lahtri omadused",Border:"Ääris",Style:"Stiil",Width:"Laius",Height:"Kõrgus",Color:"Värvus",Background:"Taust",Padding:"Vahe sisuni",Dimensions:"Mõõtmed","Table cell text alignment":"Teksti paigutus lahtris",Alignment:"Joondus","Horizontal text alignment toolbar":"Teksti rõhtpaigutuse tööriistariba","Vertical text alignment toolbar":"Teksti püstpaigutuse tööriistariba","Table alignment toolbar":"Tabeli paigutuse tööriistariba",None:"Puudub",Solid:"Pidev",Dotted:"Punktiir",Dashed:"Kriipsjoon",Double:"Topelt",Groove:"Kraav",Ridge:"Vall",Inset:"Süvik",Outset:"Küngas","Align cell text to the left":"Lahtri tekst vasakul","Align cell text to the center":"Lahtri tekst keskel","Align cell text to the right":"Lahtri tekst paremal","Justify cell text":"Lahtri tekst rööpjoondatud","Align cell text to the top":"Lahtri tekst üleval","Align cell text to the middle":"Lahtri tekst kõrguse järgi keskel","Align cell text to the bottom":"Lahtri tekst all","Align table to the left":"Tabel joondatud vasakule","Center table":"Tabel joondatud keskele","Align table to the right":"Tabel joondatud paremale","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Värvus ei sobi. Proovi \"#FF0000\" või \"rgb(255,0,0)\" või \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Väärtus ei sobi. Proovi \"10px\", \"2em\" või lihtsalt \"2\".","Color picker":"Värvi valija","Toggle caption off":"Lülita pealdis välja","Toggle caption on":"Lülita pealdis sisse","Enter table caption":"Sisesta tabeli pealdis","Rich Text Editor":"Tekstiredaktor","Editor editing area: %0":"Redaktori redigeerimisala: %0","Edit block":"Muuda plokki",Next:"Järgmine",Previous:"Eelmine","Editor toolbar":"Redaktori tööriistariba","Dropdown toolbar":"Avatav tööriistariba",Black:"Must","Dim grey":"Tumehall",Grey:"Hall","Light grey":"Helehall",White:"Valge",Red:"Punane",Orange:"Oranž",Yellow:"Kollane","Light green":"Heleroheline",Green:"Roheline",Aquamarine:"Akvamariin",Turquoise:"Türkiis","Light blue":"Helesinine",Blue:"Sinine",Purple:"Lilla","Editor block content toolbar":"Redigeerija ploki sisu tööriistariba","Editor contextual toolbar":"Redigeerija kontekstuaalne tööriistariba",HEX:"HEX",Accept:"Nõustu",Undo:"Võta tagasi",Redo:"Tee uuesti","Upload in progress":"Üleslaadimine pooleli","Widget toolbar":"Vidinate tööriistariba","Insert paragraph before block":"Sisesta lõik enne plokki","Insert paragraph after block":"Sisesta lõik pärast plokki","Press Enter to type after or press Shift + Enter to type before the widget":"Vajutage Enter, et tippida pärast, või Shift + Enter, et tippida enne vidinat","Words: %0":"Sõnu: %0","Characters: %0":"Märke: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/eu.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/eu.js index c3443a084a61..904110a52698 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/eu.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/eu.js @@ -1 +1 @@ -(function(d){ const l = d['eu'] = d['eu'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {Bold:"Lodia",Italic:"Etzana",Underline:"Azpimarra",Code:"Kodea",Strikethrough:"",Subscript:"",Superscript:"","Block quote":"Aipua",Cancel:"Utzi","Remove color":"","Restore default":"",Save:"Gorde","Show more items":"","%0 of %1":"","Cannot upload file:":"Ezin da fitxategia kargatu:","Rich Text Editor. Editing area: %0":"",Paragraph:"Paragrafoa",Heading:"Izenburua","Choose heading":"Aukeratu izenburua","Heading 1":"Izenburua 1","Heading 2":"Izenburua 2","Heading 3":"Izenburua 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"",Unlink:"Desestekatu",Link:"Esteka","Link URL":"Estekaren URLa","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"Zenbakidun zerrenda","Bulleted List":"Buletdun zerrenda","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Rich Text Editor":"Testu aberastuaren editorea","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"Desegin",Redo:"Berregin"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['eu'] = d['eu'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {Bold:"Lodia",Italic:"Etzana",Underline:"Azpimarra",Code:"Kodea",Strikethrough:"",Subscript:"",Superscript:"","Block quote":"Aipua",Cancel:"Utzi","Remove color":"","Restore default":"",Save:"Gorde","Show more items":"","%0 of %1":"","Cannot upload file:":"Ezin da fitxategia kargatu:","Rich Text Editor. Editing area: %0":"",Paragraph:"Paragrafoa",Heading:"Izenburua","Choose heading":"Aukeratu izenburua","Heading 1":"Izenburua 1","Heading 2":"Izenburua 2","Heading 3":"Izenburua 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"",Unlink:"Desestekatu",Link:"Esteka","Link URL":"Estekaren URLa","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"Zenbakidun zerrenda","Bulleted List":"Buletdun zerrenda","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Rich Text Editor":"Testu aberastuaren editorea","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"Desegin",Redo:"Berregin"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fa.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fa.js index 0b940c17b288..79a5b0eaedb5 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fa.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fa.js @@ -1 +1 @@ -(function(d){ const l = d['fa'] = d['fa'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"تراز چپ","Align right":"تراز راست","Align center":"تراز وسط",Justify:"هم تراز کردن","Text alignment":"تراز متن","Text alignment toolbar":"نوار ابزار ترازبندی متن",Bold:"درشت",Italic:"کج",Underline:"خط زیر",Code:"کد",Strikethrough:"خط خورده",Subscript:"پایین نویس",Superscript:"بالانویس","Block quote":" بلوک نقل قول","Insert code block":"درج بلوک کد","Plain text":"متن ساده",Cancel:"لغو","Remove color":"حذف رنگ","Restore default":"",Save:"ذخیره","Show more items":"نمایش گزینه‌های بیشتر","%0 of %1":"%0 از %1","Cannot upload file:":"فایل آپلود نمی‌شود:","Rich Text Editor. Editing area: %0":"",Paragraph:"پاراگراف",Heading:"عنوان","Choose heading":"انتخاب عنوان","Heading 1":"عنوان 1","Heading 2":"عنوان 2","Heading 3":"عنوان 3","Heading 4":"عنوان 4","Heading 5":"عنوان 5","Heading 6":"عنوان 6","Type your title":"عنوان خود را تایپ کنید","Type or paste your content here.":"محتوای خود را در اینجا تایپ یا پیست کنید.","Horizontal line":"خط افقی","Increase indent":"افزایش تورفتگی","Decrease indent":"کاهش تورفتگی",Unlink:"لغو پیوند",Link:"پیوند","Link URL":"نشانی اینترنتی پیوند","Link image":"اتصال پیوند به تصویر","Edit link":"ویرایش پیوند","Open link in new tab":"باز کردن پیوند در برگه جدید","This link has no URL":"این پیوند نشانی اینترنتی ندارد","Open in a new tab":"بازکردن در برگه جدید",Downloadable:"قابل بارگیری","Numbered List":"لیست عددی","Bulleted List":"لیست نشانه‌دار","To-do List":"لیست انجام کار","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"حذف کردن قالب","Select all":"انتخاب همه","Special characters":"کاراکترهای ویژه",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"پیکان دوتایی چپ","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"downwards double arrow","leftwards dashed arrow":"leftwards dashed arrow","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"","Insert table":"درج جدول","Header column":"ستون سربرگ","Insert column left":"درج ستون در سمت چپ","Insert column right":"درج ستون در سمت راست","Delete column":"حذف ستون","Select column":"",Column:"ستون","Header row":"سطر سربرگ","Insert row below":"درج سطر در پایین","Insert row above":"درج سطر در بالا","Delete row":"حذف سطر","Select row":"",Row:"سطر","Merge cell up":"ادغام سلول بالا","Merge cell right":"ادغام سلول راست","Merge cell down":"ادغام سلول پایین","Merge cell left":"ادغام سلول چپ","Split cell vertically":"تقسیم عمودی سلول","Split cell horizontally":"تقسیم افقی سلول","Merge cells":"ادغام سلول ها","Table toolbar":"نوارابزار جدول","Table properties":"خصوصیات جدول","Cell properties":"خصوصیات سلول",Border:"حاشیه",Style:"",Width:"عرض",Height:"ارتفاع",Color:"رنگ",Background:"زمینه",Padding:"حاشیه داخلی",Dimensions:"ابعاد","Table cell text alignment":"",Alignment:"ترازبندی","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"هیچ کدام",Solid:"توپر",Dotted:"خط چین",Dashed:"نقطه چین",Double:"دوبل",Groove:"خط دار کردن",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"متن سلول را در سمت راست تراز کنید","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"جدول وسط","Align table to the right":"جدول را در سمت راست تراز کنید","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"ویرایشگر متن غنی","Editor editing area: %0":"","Edit block":"ویرایش قطعه",Next:"بعدی",Previous:"قبلی","Editor toolbar":"نوارابزار ویرایشگر","Dropdown toolbar":"نوارابزار کشویی",Black:"سیاه","Dim grey":"خاکستری تیره",Grey:"خاکستری","Light grey":"خاکستری روشن",White:"سفید",Red:"قرمز",Orange:"نارنجی",Yellow:"زرد","Light green":"سبز روشن",Green:"سبز",Aquamarine:"زمرد کبود",Turquoise:"فیروزه ای","Light blue":"آبی روشن",Blue:"آبی",Purple:"بنفش","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"بازگردانی",Redo:"باز انجام","Upload in progress":"آپلود در حال انجام","Widget toolbar":"نوار ابزار ویجت","Insert paragraph before block":"درج پاراگراف قبل از بلوک","Insert paragraph after block":"درج پاراگراف بعد از بلوک","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"تعداد لغات : %0","Characters: %0":"تعداد حروف : %0"} );l.getPluralForm=function(n){return (n > 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['fa'] = d['fa'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"تراز چپ","Align right":"تراز راست","Align center":"تراز وسط",Justify:"هم تراز کردن","Text alignment":"تراز متن","Text alignment toolbar":"نوار ابزار ترازبندی متن",Bold:"درشت",Italic:"کج",Underline:"خط زیر",Code:"کد",Strikethrough:"خط خورده",Subscript:"پایین نویس",Superscript:"بالانویس","Block quote":" بلوک نقل قول","Insert code block":"درج بلوک کد","Plain text":"متن ساده",Cancel:"لغو","Remove color":"حذف رنگ","Restore default":"بازیابی پیش فرض",Save:"ذخیره","Show more items":"نمایش گزینه‌های بیشتر","%0 of %1":"%0 از %1","Cannot upload file:":"فایل آپلود نمی‌شود:","Rich Text Editor. Editing area: %0":"ویرایشگر متن قوی. ویرایش بخش : 0%","Find and replace":"جست و جو و جایگزینی","Find in text…":"جست و جو در متن...",Find:"جست و جو","Previous result":"نتیجه قبلی","Next result":"نتیجه بعدی",Replace:"جایگزینی","Replace all":"جایگزینی همه","Match case":"","Whole words only":"","Replace with…":"جایگزینی با...","Text to find must not be empty.":"واژه جست و جو شده نباید خالی باشد.","Tip: Find some text first in order to replace it.":"نکته: برای جایگزینی نخست واژه را پیدا کنید.","Show options":"نمایش گزینه ها",Paragraph:"پاراگراف",Heading:"عنوان","Choose heading":"انتخاب عنوان","Heading 1":"عنوان 1","Heading 2":"عنوان 2","Heading 3":"عنوان 3","Heading 4":"عنوان 4","Heading 5":"عنوان 5","Heading 6":"عنوان 6","Type your title":"عنوان خود را تایپ کنید","Type or paste your content here.":"محتوای خود را در اینجا تایپ یا پیست کنید.","Horizontal line":"خط افقی","Increase indent":"افزایش تورفتگی","Decrease indent":"کاهش تورفتگی",Unlink:"لغو پیوند",Link:"پیوند","Link URL":"نشانی اینترنتی پیوند","Link image":"اتصال پیوند به تصویر","Edit link":"ویرایش پیوند","Open link in new tab":"باز کردن پیوند در برگه جدید","This link has no URL":"این پیوند نشانی اینترنتی ندارد","Open in a new tab":"بازکردن در برگه جدید",Downloadable:"قابل بارگیری","Numbered List":"لیست عددی","Bulleted List":"لیست نشانه‌دار","To-do List":"لیست انجام کار","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"حذف کردن قالب","Select all":"انتخاب همه","Show blocks":"نمایش بلاک ها","Special characters":"کاراکترهای ویژه",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"پیکان دوتایی چپ","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"downwards double arrow","leftwards dashed arrow":"leftwards dashed arrow","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"","Insert table":"درج جدول","Header column":"ستون سربرگ","Insert column left":"درج ستون در سمت چپ","Insert column right":"درج ستون در سمت راست","Delete column":"حذف ستون","Select column":"",Column:"ستون","Header row":"سطر سربرگ","Insert row below":"درج سطر در پایین","Insert row above":"درج سطر در بالا","Delete row":"حذف سطر","Select row":"",Row:"سطر","Merge cell up":"ادغام سلول بالا","Merge cell right":"ادغام سلول راست","Merge cell down":"ادغام سلول پایین","Merge cell left":"ادغام سلول چپ","Split cell vertically":"تقسیم عمودی سلول","Split cell horizontally":"تقسیم افقی سلول","Merge cells":"ادغام سلول ها","Table toolbar":"نوارابزار جدول","Table properties":"خصوصیات جدول","Cell properties":"خصوصیات سلول",Border:"حاشیه",Style:"",Width:"عرض",Height:"ارتفاع",Color:"رنگ",Background:"زمینه",Padding:"حاشیه داخلی",Dimensions:"ابعاد","Table cell text alignment":"",Alignment:"ترازبندی","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"هیچ کدام",Solid:"توپر",Dotted:"خط چین",Dashed:"نقطه چین",Double:"دوبل",Groove:"خط دار کردن",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"متن سلول را در سمت راست تراز کنید","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"جدول وسط","Align table to the right":"جدول را در سمت راست تراز کنید","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"ویرایشگر متن غنی","Editor editing area: %0":"","Edit block":"ویرایش قطعه",Next:"بعدی",Previous:"قبلی","Editor toolbar":"نوارابزار ویرایشگر","Dropdown toolbar":"نوارابزار کشویی",Black:"سیاه","Dim grey":"خاکستری تیره",Grey:"خاکستری","Light grey":"خاکستری روشن",White:"سفید",Red:"قرمز",Orange:"نارنجی",Yellow:"زرد","Light green":"سبز روشن",Green:"سبز",Aquamarine:"زمرد کبود",Turquoise:"فیروزه ای","Light blue":"آبی روشن",Blue:"آبی",Purple:"بنفش","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"بازگردانی",Redo:"باز انجام","Upload in progress":"آپلود در حال انجام","Widget toolbar":"نوار ابزار ویجت","Insert paragraph before block":"درج پاراگراف قبل از بلوک","Insert paragraph after block":"درج پاراگراف بعد از بلوک","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"تعداد لغات : %0","Characters: %0":"تعداد حروف : %0"} );l.getPluralForm=function(n){return (n > 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fi.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fi.js index f0aa1e296018..180a4cb4e9bb 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fi.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fi.js @@ -1 +1 @@ -(function(d){ const l = d['fi'] = d['fi'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Tasaa vasemmalle","Align right":"Tasaa oikealle","Align center":"Tasaa keskelle",Justify:"Tasaa molemmat reunat","Text alignment":"Tekstin tasaus","Text alignment toolbar":"Tekstin suuntauksen työkalupalkki",Bold:"Lihavointi",Italic:"Kursivointi",Underline:"Alleviivaus",Code:"Koodi",Strikethrough:"Yliviivaus",Subscript:"Alaindeksi",Superscript:"Yläindeksi","Block quote":"Lainaus","Insert code block":"Liitä koodilohko","Plain text":"Pelkkä teksti",Cancel:"Peruuta","Remove color":"Poista väri","Restore default":"Palauta oletus",Save:"Tallenna","Show more items":"Näytä lisää toimintoja","%0 of %1":"%0 / %1","Cannot upload file:":"Tiedostoa ei voitu ladata:","Rich Text Editor. Editing area: %0":"Tekstimuotoilueditori. Muokkausalue: %0","Find and replace":"Etsi ja korvaa","Find in text…":"Etsi tekstissä…",Find:"Etsi","Previous result":"Edellinen tulos","Next result":"Seuraava tulos",Replace:"Korvaa","Replace all":"Korvaa kaikki","Match case":"Hae tapaukselle vastapari","Whole words only":"Vain kokonaisia sanoja","Replace with…":"Korvaa tällä…","Text to find must not be empty.":"Haettava teksti ei saa olla tyhjä.","Tip: Find some text first in order to replace it.":"Vinkki: hae ensin teksti korvataksesi sen.","Show options":"Näytä vaihtoehdot",Paragraph:"Kappale",Heading:"Otsikkotyyli","Choose heading":"Valitse otsikko","Heading 1":"Otsikko 1","Heading 2":"Otsikko 2","Heading 3":"Otsikko 3","Heading 4":"Otsikko 4","Heading 5":"Otsikko 5","Heading 6":"Otsikko 6","Type your title":"Kirjoita otsikkosi","Type or paste your content here.":"Kirjoita tai liitä sisältösi tänne.","Horizontal line":"Vaakasuora viiva","HTML object":"HMTL-kohde","Increase indent":"Lisää sisennystä","Decrease indent":"Vähennä sisennystä",Unlink:"Poista linkki",Link:"Linkki","Link URL":"Linkin osoite","Link image":"Linkkikuva","Edit link":"Muokkaa linkkiä","Open link in new tab":"Avaa linkki uudessa välilehdessä","This link has no URL":"Linkillä ei ole URL-osoitetta","Open in a new tab":"Avaa uudelle välilehdelle",Downloadable:"Ladattava","Numbered List":"Numeroitu lista","Bulleted List":"Lista","To-do List":"Tehtävälista","Bulleted list styles toolbar":"Luetelmalistan työkalupalkki","Numbered list styles toolbar":"Numerolistan työkalupalkki","Toggle the disc list style":"Levylistatyylin vaihdin","Toggle the circle list style":"Ympyrälistatyylin vaihdin","Toggle the square list style":"Neliölistatyylin vaihdin","Toggle the decimal list style":"Desimaalilistatyylin vaihdin","Toggle the decimal with leading zero list style":"Nolla alussa -desimaalilistatyylin vaihdin","Toggle the lower–roman list style":"Pienet roomalaiset numerot -listatyylin vaihdin","Toggle the upper–roman list style":"Isot roomalaiset numerot -listatyylin vaihdin","Toggle the lower–latin list style":"Pienet latinalaiset aakkoset -listatyylin vaihdin","Toggle the upper–latin list style":"Isot latinalaiset aakkoset -listatyylin vaihdin",Disc:"Levy",Circle:"Ympyrä",Square:"Neliö",Decimal:"Desimaali","Decimal with leading zero":"Nolla alussa -desimaali","Lower–roman":"Pienet roomalaiset numerot","Upper-roman":"Isot roomalaiset numerot","Lower-latin":"Pienet latinalaiset aakkoset","Upper-latin":"Isot latinalaiset aakkoset","List properties":"Listaominaisuudet","Start at":"Alkaa","Start index must be greater than 0.":"Aloitusindeksi ei saa olla suurempi kuin 0.","Reversed order":"Päinvastainen järjestys","Remove Format":"Poista muotoilu","Select all":"Valitse kaikki",Source:"Lähde","Special characters":"Erikoismerkit",All:"Kaikki",Arrows:"Nuolet",Currency:"Valuutta",Latin:"Latinalaiset",Mathematical:"Matemaattiset",Text:"Teksti","leftwards simple arrow":"yksinkertainen nuoli vasempaan","rightwards simple arrow":"yksinkertainen nuoli oikeaan","upwards simple arrow":"yksinkertainen nuoli ylös","downwards simple arrow":"yksinkertainen nuoli alas","leftwards double arrow":"kaksoisnuoli vasemmalle","rightwards double arrow":"kaksoisnuoli oikealle","upwards double arrow":"kaksoisnuoli ylös","downwards double arrow":"kaksoisnuoli alas","leftwards dashed arrow":"pisteviivanuoli vasemmalle","rightwards dashed arrow":"pisteviivanuoli oikealle","upwards dashed arrow":"pisteviivanuoli ylös","downwards dashed arrow":"pisteviivanuoli alas","leftwards arrow to bar":"nuoli vasemmalle perusviivalla","rightwards arrow to bar":"nuoli oikealle perusviivalla","upwards arrow to bar":"nuoli ylös perusviivalla","downwards arrow to bar":"nuoli alas perusviivalla","up down arrow with base":"nuoli ylös ja alas perusviivalla","back with leftwards arrow above":"BACK-nuoli","end with leftwards arrow above":"END-nuoli","on with exclamation mark with left right arrow above":"ON!-nuoli","soon with rightwards arrow above":"SOON-nuoli","top with upwards arrow above":"TOP-nuoli","Dollar sign":"Dollarin merkki","Euro sign":"Euron merkki","Yen sign":"Jenin merkki","Pound sign":"Punnan merkki","Cent sign":"Sentin merkki","Euro-currency sign":"Eurovaluutan merkki","Colon sign":"Colónin merkki","Cruzeiro sign":"Cruzeiron merkki","French franc sign":"Ranskan frangin merkki","Lira sign":"Liiran merkki","Currency sign":"Valuuttamerkki","Bitcoin sign":"Bitcoinin merkki","Mill sign":"Valuutan tuhannesosan merkki","Naira sign":"Nairan merkki","Peseta sign":"Pesetan merkki","Rupee sign":"Rupian merkki","Won sign":"Wonin merkki","New sheqel sign":"Uuden sekelin merkki","Dong sign":"Dongin merkki","Kip sign":"Kipin merkki","Tugrik sign":"Tugrikin merkki","Drachma sign":"Drakman merkki","German penny sign":"Saksan pfennigin merkki","Peso sign":"Peson merkki","Guarani sign":"Guaranin merkki","Austral sign":"Australin merkki","Hryvnia sign":"Hryvnian merkki","Cedi sign":"Cedin merkki","Livre tournois sign":"Livre tournois’n merkki","Spesmilo sign":"Spesmilon merkki","Tenge sign":"Tengen merkki","Indian rupee sign":"Intian rupian merkki","Turkish lira sign":"Turkin liiran merkki","Nordic mark sign":"Riikintaalerin merkki","Manat sign":"Manatin merkki","Ruble sign":"Ruplan merkki","Latin capital letter a with macron":"Latinalainen suuraakkonen a ja pituusmerkki","Latin small letter a with macron":"Latinalainen pienaakkonen a ja pituusmerkki","Latin capital letter a with breve":"Latinalainen suuraakkonen a ja lyhyysmerkki","Latin small letter a with breve":"Latinalainen pienaakkonen a ja lyhyysmerkki","Latin capital letter a with ogonek":"Latinalainen suuraakkonen a ja ogonek","Latin small letter a with ogonek":"Latinalainen pienaakkonen a ja ogonek","Latin capital letter c with acute":"Latinalainen suuraakkonen c ja akuutti","Latin small letter c with acute":"Latinalainen pienaakkonen c ja akuutti","Latin capital letter c with circumflex":"Latinalainen suuraakkonen c ja sirkumfleksi","Latin small letter c with circumflex":"Latinalainen pienaakkonen c ja sirkumfleksi","Latin capital letter c with dot above":"Latinalainen suuraakkonen c ja yläpuolinen piste","Latin small letter c with dot above":"Latinalainen pienaakkonen c ja yläpuolinen piste","Latin capital letter c with caron":"Latinalainen suuraakkonen c ja hattu","Latin small letter c with caron":"Latinalainen pienaakkonen c ja hattu","Latin capital letter d with caron":"Latinalainen suuraakkonen d ja hattu","Latin small letter d with caron":"Latinalainen pienaakkonen d ja hattu","Latin capital letter d with stroke":"Latinalainen suuraakkonen d ja poikkiviiva","Latin small letter d with stroke":"Latinalainen pienaakkonen d ja poikkiviiva","Latin capital letter e with macron":"Latinalainen suuraakkonen e ja pituusmerkki","Latin small letter e with macron":"Latinalainen pienaakkonen e ja pituusmerkki","Latin capital letter e with breve":"Latinalainen suuraakkonen e ja lyhyysmerkki","Latin small letter e with breve":"Latinalainen pienaakkonen e ja lyhyysmerkki","Latin capital letter e with dot above":"Latinalainen suuraakkonen e ja yläpuolinen piste","Latin small letter e with dot above":"Latinalainen pienaakkonen e ja yläpuolinen piste","Latin capital letter e with ogonek":"Latinalainen suuraakkonen e ja ogonek","Latin small letter e with ogonek":"Latinalainen pienaakkonen e ja ogonek","Latin capital letter e with caron":"Latinalainen suuraakkonen e ja hattu","Latin small letter e with caron":"Latinalainen pienaakkonen e ja hattu","Latin capital letter g with circumflex":"Latinalainen suuraakkonen g ja sirkumfleksi","Latin small letter g with circumflex":"Latinalainen pienaakkonen g ja sirkumfleksi","Latin capital letter g with breve":"Latinalainen suuraakkonen g ja lyhyysmerkki","Latin small letter g with breve":"Latinalainen pienaakkonen g ja lyhyysmerkki","Latin capital letter g with dot above":"Latinalainen suuraakkonen g ja yläpuolinen piste","Latin small letter g with dot above":"Latinalainen pienaakkonen g ja yläpuolinen piste","Latin capital letter g with cedilla":"Latinalainen suuraakkonen g ja sedilji","Latin small letter g with cedilla":"Latinalainen pienaakkonen g ja sedilji","Latin capital letter h with circumflex":"Latinalainen suuraakkonen h ja sirkumfleksi","Latin small letter h with circumflex":"Latinalainen pienaakkonen h ja sirkumfleksi","Latin capital letter h with stroke":"Latinalainen suuraakkonen h ja poikkiviiva","Latin small letter h with stroke":"Latinalainen pienaakkonen h ja poikkiviiva","Latin capital letter i with tilde":"Latinalainen suuraakkonen i ja tilde","Latin small letter i with tilde":"Latinalainen pienaakkonen i ja tilde","Latin capital letter i with macron":"Latinalainen suuraakkonen i ja pituusmerkki","Latin small letter i with macron":"Latinalainen pienaakkonen i ja pituusmerkki","Latin capital letter i with breve":"Latinalainen suuraakkonen i ja lyhyysmerkki","Latin small letter i with breve":"Latinalainen pienaakkonen i ja lyhyysmerkki","Latin capital letter i with ogonek":"Latinalainen suuraakkonen i ja ogonek","Latin small letter i with ogonek":"Latinalainen pienaakkonen i ja ogonek","Latin capital letter i with dot above":"Latinalainen suuraakkonen i ja yläpuolinen piste","Latin small letter dotless i":"Latinalainen pienaakkonen pisteetön i","Latin capital ligature ij":"Latinalainen suuraakkosligatuuri ij","Latin small ligature ij":"Latinalainen pienaakkosligatuuri ij","Latin capital letter j with circumflex":"Latinalainen suuraakkonen j ja sirkumfleksi","Latin small letter j with circumflex":"Latinalainen pienaakkonen j ja sirkumfleksi","Latin capital letter k with cedilla":"Latinalainen suuraakkonen k ja sedilji","Latin small letter k with cedilla":"Latinalainen pienaakkonen k ja sedilji","Latin small letter kra":"Latinalainen pienaakkonen kra","Latin capital letter l with acute":"Latinalainen suuraakkonen l ja akuutti","Latin small letter l with acute":"Latinalainen pienaakkonen l ja akuutti","Latin capital letter l with cedilla":"Latinalainen suuraakkonen l ja sedilji","Latin small letter l with cedilla":"Latinalainen pienaakkonen l ja sedilji","Latin capital letter l with caron":"Latinalainen suuraakkonen l ja hattu","Latin small letter l with caron":"Latinalainen pienaakkonen l ja hattu","Latin capital letter l with middle dot":"Latinalainen suuraakkonen l ja piste keskellä","Latin small letter l with middle dot":"Latinalainen pienaakkonen l ja piste keskellä","Latin capital letter l with stroke":"Latinalainen suuraakkonen l ja poikkiviiva","Latin small letter l with stroke":"Latinalainen pienaakkonen l ja poikkiviiva","Latin capital letter n with acute":"Latinalainen suuraakkonen n ja akuutti","Latin small letter n with acute":"Latinalainen pienaakkonen n ja akuutti","Latin capital letter n with cedilla":"Latinalainen suuraakkonen n ja sedilji","Latin small letter n with cedilla":"Latinalainen pienaakkonen n ja sedilji","Latin capital letter n with caron":"Latinalainen suuraakkonen n ja hattu","Latin small letter n with caron":"Latinalainen pienaakkonen n ja hattu","Latin small letter n preceded by apostrophe":"Latinalainen pienaakkonen n jota edeltää heittomerkki","Latin capital letter eng":"Latinalainen suuraakkonen äng","Latin small letter eng":"Latinalainen pienaakkonen äng","Latin capital letter o with macron":"Latinalainen suuraakkonen o ja pituusmerkki","Latin small letter o with macron":"Latinalainen pienaakkonen o ja pituusmerkki","Latin capital letter o with breve":"Latinalainen suuraakkonen o ja lyhyysmerkki","Latin small letter o with breve":"Latinalainen pienaakkonen o ja lyhyysmerkki","Latin capital letter o with double acute":"Latinalainen suuraakkonen o ja kaksoisakuutti","Latin small letter o with double acute":"Latinalainen pienaakkonen o ja kaksoisakuutti","Latin capital ligature oe":"Latinalainen suuraakkosligatuuri oe","Latin small ligature oe":"Latinalainen pienaakkosligatuuri oe","Latin capital letter r with acute":"Latinalainen suuraakkonen r ja akuutti","Latin small letter r with acute":"Latinalainen pienaakkonen r ja akuutti","Latin capital letter r with cedilla":"Latinalainen suuraakkonen r ja sedilji","Latin small letter r with cedilla":"Latinalainen pienaakkonen r ja sedilji","Latin capital letter r with caron":"Latinalainen suuraakkonen r ja hattu","Latin small letter r with caron":"Latinalainen pienaakkonen r ja hattu","Latin capital letter s with acute":"Latinalainen suuraakkonen s ja akuutti","Latin small letter s with acute":"Latinalainen pienaakkonen s ja akuutti","Latin capital letter s with circumflex":"Latinalainen suuraakkonen s ja sirkumfleksi","Latin small letter s with circumflex":"Latinalainen pienaakkonen s ja sirkumfleksi","Latin capital letter s with cedilla":"Latinalainen suuraakkonen s ja sedilji","Latin small letter s with cedilla":"Latinalainen pienaakkonen s ja sedilji","Latin capital letter s with caron":"Latinalainen suuraakkonen s ja hattu","Latin small letter s with caron":"Latinalainen pienaakkonen s ja hattu","Latin capital letter t with cedilla":"Latinalainen suuraakkonen t ja sedilji","Latin small letter t with cedilla":"Latinalainen pienaakkonen t ja sedilji","Latin capital letter t with caron":"Latinalainen suuraakkonen t ja hattu","Latin small letter t with caron":"Latinalainen pienaakkonen t ja hattu","Latin capital letter t with stroke":"Latinalainen suuraakkonen t ja poikkiviiva","Latin small letter t with stroke":"Latinalainen pienaakkonen t ja poikkiviiva","Latin capital letter u with tilde":"Latinalainen suuraakkonen u ja tilde","Latin small letter u with tilde":"Latinalainen pienaakkonen u ja tilde","Latin capital letter u with macron":"Latinalainen suuraakkonen u ja pituusmerkki","Latin small letter u with macron":"Latinalainen pienaakkonen u ja pituusmerkki","Latin capital letter u with breve":"Latinalainen suuraakkonen u ja lyhyysmerkki","Latin small letter u with breve":"Latinalainen pienaakkonen u ja lyhyysmerkki","Latin capital letter u with ring above":"Latinalainen suuraakkonen u ja yläpuolinen ympyrä","Latin small letter u with ring above":"Latinalainen pienaakkonen u ja yläpuolinen ympyrä","Latin capital letter u with double acute":"Latinalainen suuraakkonen u ja kaksoisakuutti","Latin small letter u with double acute":"Latinalainen pienaakkonen u ja kaksoisakuutti","Latin capital letter u with ogonek":"Latinalainen suuraakkonen u ja ogonek","Latin small letter u with ogonek":"Latinalainen pienaakkonen u ja ogonek","Latin capital letter w with circumflex":"Latinalainen suuraakkonen w ja sirkumfleksi","Latin small letter w with circumflex":"Latinalainen pienaakkonen w ja sirkumfleksi","Latin capital letter y with circumflex":"Latinalainen suuraakkonen y ja sirkumfleksi","Latin small letter y with circumflex":"Latinalainen pienaakkonen y ja sirkumfleksi","Latin capital letter y with diaeresis":"Latinalainen suuraakkonen y ja treema","Latin capital letter z with acute":"Latinalainen suuraakkonen z ja akuutti","Latin small letter z with acute":"Latinalainen pienaakkonen z ja akuutti","Latin capital letter z with dot above":"Latinalainen suuraakkonen z ja yläpuolinen piste","Latin small letter z with dot above":"Latinalainen pienaakkonen z ja yläpuolinen piste","Latin capital letter z with caron":"Latinalainen suuraakkonen z ja hattu","Latin small letter z with caron":"Latinalainen pienaakkonen z ja hattu","Latin small letter long s":"Latinalainen pienaakkonen pitkä s","Less-than sign":"Pienempi kuin -merkki","Greater-than sign":"Suurempi kuin -merkki","Less-than or equal to":"Pienempi tai yhtä suuri kuin -merkki","Greater-than or equal to":"Suurempi tai yhtä suuri kuin -merkki","En dash":"N-viiva","Em dash":"M-viiva",Macron:"Pituusmerkki",Overline:"Yläviiva","Degree sign":"Asteen merkki","Minus sign":"Miinusmerkki","Plus-minus sign":"Plus-miinus-merkki","Division sign":"Jakomerkki","Fraction slash":"Murtoluvun vinoviiva","Multiplication sign":"Kertomerkki","Latin small letter f with hook":"Latinalainen pienaakkonen f jossa koukku",Integral:"Integraalimerkki","N-ary summation":"Summa",Infinity:"Äärettömän merkki","Square root":"Neliöjuuri","Tilde operator":"Tildeoperaattori","Approximately equal to":"Suunnilleen yhtä suuri kuin -merkki","Almost equal to":"Likimain yhtä suuri kuin -merkki","Not equal to":"Eri suuri kuin -merkki","Identical to":"Identtisesti yhtä suuri merkki -kuin","Element of":"Joukkoon kuulumisen merkki","Not an element of":"Joukkoon kuulumattomuuden merkki","Contains as member":"Käänteisen joukkoon kuulumisen merkki","N-ary product":"Tulo","Logical and":"Looginen ja-merkki","Logical or":"Looginen tai-merkki","Not sign":"Negaation merkki",Intersection:"Leikkauksen merkki",Union:"Yhdisteen merkki","Partial differential":"Osittaisderivaatta","For all":"Kaikkikvanttori","There exists":"Olemassaolokvanttori","Empty set":"Tyhjän joukon merkki",Nabla:"Nablan merkki","Asterisk operator":"Asteriskioperaattori","Proportional to":"Suhteellisuuden merkki",Angle:"Kulma","Vulgar fraction one quarter":"Neljäsosan merkki","Vulgar fraction one half":"Puolikkaan merkki","Vulgar fraction three quarters":"Kolmen neljäsosan merkki","Single left-pointing angle quotation mark":"Vasemmalle osoittava kulmapuolilainausmerkki","Single right-pointing angle quotation mark":"Oikealle osoittava kulmapuolilainausmerkki","Left-pointing double angle quotation mark":"Vasemmalle osoittava kaksinkertainen kulmalainausmerkki","Right-pointing double angle quotation mark":"Oikealle osoittava kaksinkertainen kulmalainausmerkki","Left single quotation mark":"Ylösalainen puolilainausmerkki","Right single quotation mark":"Puolilainausmerkki","Left double quotation mark":"Ylösalainen kokolainausmerkki","Right double quotation mark":"Kokolainausmerkki","Single low-9 quotation mark":"Rivinalinen puolilainausmerkki","Double low-9 quotation mark":"Rivinalinen kokolainausmerkki","Inverted exclamation mark":"Ylösalainen huutomerkki","Inverted question mark":"Ylösalainen kysymysmerkki","Two dot leader":"Kaksi täytemerkkiä","Horizontal ellipsis":"Kolme pistettä vaakasuunnassa","Double dagger":"Kaksoisristi","Per mille sign":"Promillemerkki","Per ten thousand sign":"Peruspisteen merkki","Double exclamation mark":"Kaksoishuutomerkki","Question exclamation mark":"Kysymysmerkki ja huutomerkki","Exclamation question mark":"Huutomerkki ja kysymysmerkki","Double question mark":"Kaksoiskysymysmerkki","Copyright sign":"Tekijänoikeusmerkki","Registered sign":"Rekisteröidyn tavaramerkin merkki","Trade mark sign":"Tavaramerkin merkki","Section sign":"Pykälämerkki","Paragraph sign":"Kappaleen merkki","Reversed paragraph sign":"Käännetty kappaleen merkki","Character categories":"Merkkiluokat",Styles:"Tyylit","Multiple styles":"Useita tyylejä","Block styles":"Lohkotyylit","Text styles":"Tekstityylit","Insert table":"Lisää taulukko","Header column":"Otsikkosarake","Insert column left":"Lisää sarake vasemmalle","Insert column right":"Lisää sarake oikealle","Delete column":"Poista sarake","Select column":"Valitse sarake",Column:"Sarake","Header row":"Otsikkorivi","Insert row below":"Lisää rivi alle","Insert row above":"Lisää rivi ylle","Delete row":"Poista rivi","Select row":"Valitse rivi",Row:"Rivi","Merge cell up":"Yhdistä solu ylös","Merge cell right":"Yhdistä solu oikealle","Merge cell down":"Yhdistä solu alas","Merge cell left":"Yhdistä solu vasemmalle","Split cell vertically":"Jaa solu pystysuunnassa","Split cell horizontally":"Jaa solu vaakasuunnassa","Merge cells":"Yhdistä tai jaa soluja","Table toolbar":"Taulukon työkalupalkki","Table properties":"Taulukon ominaisuudet","Cell properties":"Solun ominaisuudet",Border:"Reunus",Style:"Tyyli",Width:"Leveys",Height:"Korkeus",Color:"Väri",Background:"Tausta",Padding:"Täyte",Dimensions:"Mittasuhteet","Table cell text alignment":"Taulukkosolun tekstin suunta",Alignment:"Suunta","Horizontal text alignment toolbar":"Vaakasuoran tekstin suunnan työkalupalkki","Vertical text alignment toolbar":"Pystysuoran tekstin suunnan työkalupalkki","Table alignment toolbar":"Taulukon suunnan työkalupalkki",None:"Ei mitään",Solid:"Kiinteä",Dotted:"Pisteviiva",Dashed:"Katkoviiva",Double:"Kaksinkertainen",Groove:"Uurrettu",Ridge:"Harjanne",Inset:"Upote",Outset:"Ulkonema","Align cell text to the left":"Siirrä solun teksti vasemmalle","Align cell text to the center":"Siirrä solun teksti keskelle","Align cell text to the right":"Siirrä solun teksti oikealle","Justify cell text":"Tasaa solun teksti","Align cell text to the top":"Siirrä solun teksti yläosaan","Align cell text to the middle":"Siirrä solun teksti keskiosaan","Align cell text to the bottom":"Siirrä solun teksti alaosaan","Align table to the left":"Siirrä taulukko vasemmalle","Center table":"Keskitä taulukko","Align table to the right":"Siirrä taulukko oikealle","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Väri ei kelpaa. Ota sen sijaan käyttöön \"#FF0000\", \"rgb(255,0,0)\" tai \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Arvo ei kelpaa. Ota käyttöön \"10px\", \"2em\" tai pelkästään \"2\".","Color picker":"Värin valitsin","Toggle caption off":"Ota tekstitykset pois päältä","Toggle caption on":"Ota tekstitys käyttöön","Enter table caption":"Ota taulukon tekstitys käyttöön","Rich Text Editor":"Rikas tekstieditori","Editor editing area: %0":"Editorin muokkausalue: %0","Edit block":"Muokkaa lohkoa",Next:"Seuraava",Previous:"Edellinen","Editor toolbar":"Editorin työkalupalkki","Dropdown toolbar":"Pudotusvalikon työkalupalkki",Black:"Musta","Dim grey":"Vaaleanharmaa",Grey:"Harmaa","Light grey":"Vaaleanharmaa",White:"Valkoinen",Red:"Punainen",Orange:"Oranssi",Yellow:"Keltainen","Light green":"Vaaleanvihreä",Green:"Vihreä",Aquamarine:"Akvamariini",Turquoise:"Turkoosi","Light blue":"Vaaleansininen",Blue:"Sininen",Purple:"Purppura","Editor block content toolbar":"Editorin lohkon sisällön työkalupalkki","Editor contextual toolbar":"Editorin kontekstuaalinen työkalupalkki",HEX:"",Undo:"Peru",Redo:"Tee uudelleen","Upload in progress":"Lähetys käynnissä","Widget toolbar":"Widget-työkalupalkki","Insert paragraph before block":"Liitä kappale ennen lohkoa","Insert paragraph after block":"Liitä kappale lohkon jälkeen","Press Enter to type after or press Shift + Enter to type before the widget":"Paina enter-näppäintä kirjoittaaksesi tai paina shift + enter kirjoittaaksesi ennen widget-sovellusta","Words: %0":"Sanoja: %0","Characters: %0":"Merkkejä: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['fi'] = d['fi'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Tasaa vasemmalle","Align right":"Tasaa oikealle","Align center":"Tasaa keskelle",Justify:"Tasaa molemmat reunat","Text alignment":"Tekstin tasaus","Text alignment toolbar":"Tekstin suuntauksen työkalupalkki",Bold:"Lihavointi",Italic:"Kursivointi",Underline:"Alleviivaus",Code:"Koodi",Strikethrough:"Yliviivaus",Subscript:"Alaindeksi",Superscript:"Yläindeksi","Block quote":"Lainaus","Insert code block":"Liitä koodilohko","Plain text":"Pelkkä teksti",Cancel:"Peruuta","Remove color":"Poista väri","Restore default":"Palauta oletus",Save:"Tallenna","Show more items":"Näytä lisää toimintoja","%0 of %1":"%0 / %1","Cannot upload file:":"Tiedostoa ei voitu ladata:","Rich Text Editor. Editing area: %0":"Tekstimuotoilueditori. Muokkausalue: %0","Find and replace":"Etsi ja korvaa","Find in text…":"Etsi tekstissä…",Find:"Etsi","Previous result":"Edellinen tulos","Next result":"Seuraava tulos",Replace:"Korvaa","Replace all":"Korvaa kaikki","Match case":"Hae tapaukselle vastapari","Whole words only":"Vain kokonaisia sanoja","Replace with…":"Korvaa tällä…","Text to find must not be empty.":"Haettava teksti ei saa olla tyhjä.","Tip: Find some text first in order to replace it.":"Vinkki: hae ensin teksti korvataksesi sen.","Show options":"Näytä vaihtoehdot",Paragraph:"Kappale",Heading:"Otsikkotyyli","Choose heading":"Valitse otsikko","Heading 1":"Otsikko 1","Heading 2":"Otsikko 2","Heading 3":"Otsikko 3","Heading 4":"Otsikko 4","Heading 5":"Otsikko 5","Heading 6":"Otsikko 6","Type your title":"Kirjoita otsikkosi","Type or paste your content here.":"Kirjoita tai liitä sisältösi tänne.","Horizontal line":"Vaakasuora viiva","HTML object":"HMTL-kohde","Increase indent":"Lisää sisennystä","Decrease indent":"Vähennä sisennystä",Unlink:"Poista linkki",Link:"Linkki","Link URL":"Linkin osoite","Link image":"Linkkikuva","Edit link":"Muokkaa linkkiä","Open link in new tab":"Avaa linkki uudessa välilehdessä","This link has no URL":"Linkillä ei ole URL-osoitetta","Open in a new tab":"Avaa uudelle välilehdelle",Downloadable:"Ladattava","Numbered List":"Numeroitu lista","Bulleted List":"Lista","To-do List":"Tehtävälista","Bulleted list styles toolbar":"Luetelmalistan työkalupalkki","Numbered list styles toolbar":"Numerolistan työkalupalkki","Toggle the disc list style":"Levylistatyylin vaihdin","Toggle the circle list style":"Ympyrälistatyylin vaihdin","Toggle the square list style":"Neliölistatyylin vaihdin","Toggle the decimal list style":"Desimaalilistatyylin vaihdin","Toggle the decimal with leading zero list style":"Nolla alussa -desimaalilistatyylin vaihdin","Toggle the lower–roman list style":"Pienet roomalaiset numerot -listatyylin vaihdin","Toggle the upper–roman list style":"Isot roomalaiset numerot -listatyylin vaihdin","Toggle the lower–latin list style":"Pienet latinalaiset aakkoset -listatyylin vaihdin","Toggle the upper–latin list style":"Isot latinalaiset aakkoset -listatyylin vaihdin",Disc:"Levy",Circle:"Ympyrä",Square:"Neliö",Decimal:"Desimaali","Decimal with leading zero":"Nolla alussa -desimaali","Lower–roman":"Pienet roomalaiset numerot","Upper-roman":"Isot roomalaiset numerot","Lower-latin":"Pienet latinalaiset aakkoset","Upper-latin":"Isot latinalaiset aakkoset","List properties":"Listaominaisuudet","Start at":"Alkaa","Start index must be greater than 0.":"Aloitusindeksi ei saa olla suurempi kuin 0.","Reversed order":"Päinvastainen järjestys","Remove Format":"Poista muotoilu","Select all":"Valitse kaikki","Show blocks":"Näytä rakenneosat",Source:"Lähde","Special characters":"Erikoismerkit",All:"Kaikki",Arrows:"Nuolet",Currency:"Valuutta",Latin:"Latinalaiset",Mathematical:"Matemaattiset",Text:"Teksti","leftwards simple arrow":"yksinkertainen nuoli vasempaan","rightwards simple arrow":"yksinkertainen nuoli oikeaan","upwards simple arrow":"yksinkertainen nuoli ylös","downwards simple arrow":"yksinkertainen nuoli alas","leftwards double arrow":"kaksoisnuoli vasemmalle","rightwards double arrow":"kaksoisnuoli oikealle","upwards double arrow":"kaksoisnuoli ylös","downwards double arrow":"kaksoisnuoli alas","leftwards dashed arrow":"pisteviivanuoli vasemmalle","rightwards dashed arrow":"pisteviivanuoli oikealle","upwards dashed arrow":"pisteviivanuoli ylös","downwards dashed arrow":"pisteviivanuoli alas","leftwards arrow to bar":"nuoli vasemmalle perusviivalla","rightwards arrow to bar":"nuoli oikealle perusviivalla","upwards arrow to bar":"nuoli ylös perusviivalla","downwards arrow to bar":"nuoli alas perusviivalla","up down arrow with base":"nuoli ylös ja alas perusviivalla","back with leftwards arrow above":"BACK-nuoli","end with leftwards arrow above":"END-nuoli","on with exclamation mark with left right arrow above":"ON!-nuoli","soon with rightwards arrow above":"SOON-nuoli","top with upwards arrow above":"TOP-nuoli","Dollar sign":"Dollarin merkki","Euro sign":"Euron merkki","Yen sign":"Jenin merkki","Pound sign":"Punnan merkki","Cent sign":"Sentin merkki","Euro-currency sign":"Eurovaluutan merkki","Colon sign":"Colónin merkki","Cruzeiro sign":"Cruzeiron merkki","French franc sign":"Ranskan frangin merkki","Lira sign":"Liiran merkki","Currency sign":"Valuuttamerkki","Bitcoin sign":"Bitcoinin merkki","Mill sign":"Valuutan tuhannesosan merkki","Naira sign":"Nairan merkki","Peseta sign":"Pesetan merkki","Rupee sign":"Rupian merkki","Won sign":"Wonin merkki","New sheqel sign":"Uuden sekelin merkki","Dong sign":"Dongin merkki","Kip sign":"Kipin merkki","Tugrik sign":"Tugrikin merkki","Drachma sign":"Drakman merkki","German penny sign":"Saksan pfennigin merkki","Peso sign":"Peson merkki","Guarani sign":"Guaranin merkki","Austral sign":"Australin merkki","Hryvnia sign":"Hryvnian merkki","Cedi sign":"Cedin merkki","Livre tournois sign":"Livre tournois’n merkki","Spesmilo sign":"Spesmilon merkki","Tenge sign":"Tengen merkki","Indian rupee sign":"Intian rupian merkki","Turkish lira sign":"Turkin liiran merkki","Nordic mark sign":"Riikintaalerin merkki","Manat sign":"Manatin merkki","Ruble sign":"Ruplan merkki","Latin capital letter a with macron":"Latinalainen suuraakkonen a ja pituusmerkki","Latin small letter a with macron":"Latinalainen pienaakkonen a ja pituusmerkki","Latin capital letter a with breve":"Latinalainen suuraakkonen a ja lyhyysmerkki","Latin small letter a with breve":"Latinalainen pienaakkonen a ja lyhyysmerkki","Latin capital letter a with ogonek":"Latinalainen suuraakkonen a ja ogonek","Latin small letter a with ogonek":"Latinalainen pienaakkonen a ja ogonek","Latin capital letter c with acute":"Latinalainen suuraakkonen c ja akuutti","Latin small letter c with acute":"Latinalainen pienaakkonen c ja akuutti","Latin capital letter c with circumflex":"Latinalainen suuraakkonen c ja sirkumfleksi","Latin small letter c with circumflex":"Latinalainen pienaakkonen c ja sirkumfleksi","Latin capital letter c with dot above":"Latinalainen suuraakkonen c ja yläpuolinen piste","Latin small letter c with dot above":"Latinalainen pienaakkonen c ja yläpuolinen piste","Latin capital letter c with caron":"Latinalainen suuraakkonen c ja hattu","Latin small letter c with caron":"Latinalainen pienaakkonen c ja hattu","Latin capital letter d with caron":"Latinalainen suuraakkonen d ja hattu","Latin small letter d with caron":"Latinalainen pienaakkonen d ja hattu","Latin capital letter d with stroke":"Latinalainen suuraakkonen d ja poikkiviiva","Latin small letter d with stroke":"Latinalainen pienaakkonen d ja poikkiviiva","Latin capital letter e with macron":"Latinalainen suuraakkonen e ja pituusmerkki","Latin small letter e with macron":"Latinalainen pienaakkonen e ja pituusmerkki","Latin capital letter e with breve":"Latinalainen suuraakkonen e ja lyhyysmerkki","Latin small letter e with breve":"Latinalainen pienaakkonen e ja lyhyysmerkki","Latin capital letter e with dot above":"Latinalainen suuraakkonen e ja yläpuolinen piste","Latin small letter e with dot above":"Latinalainen pienaakkonen e ja yläpuolinen piste","Latin capital letter e with ogonek":"Latinalainen suuraakkonen e ja ogonek","Latin small letter e with ogonek":"Latinalainen pienaakkonen e ja ogonek","Latin capital letter e with caron":"Latinalainen suuraakkonen e ja hattu","Latin small letter e with caron":"Latinalainen pienaakkonen e ja hattu","Latin capital letter g with circumflex":"Latinalainen suuraakkonen g ja sirkumfleksi","Latin small letter g with circumflex":"Latinalainen pienaakkonen g ja sirkumfleksi","Latin capital letter g with breve":"Latinalainen suuraakkonen g ja lyhyysmerkki","Latin small letter g with breve":"Latinalainen pienaakkonen g ja lyhyysmerkki","Latin capital letter g with dot above":"Latinalainen suuraakkonen g ja yläpuolinen piste","Latin small letter g with dot above":"Latinalainen pienaakkonen g ja yläpuolinen piste","Latin capital letter g with cedilla":"Latinalainen suuraakkonen g ja sedilji","Latin small letter g with cedilla":"Latinalainen pienaakkonen g ja sedilji","Latin capital letter h with circumflex":"Latinalainen suuraakkonen h ja sirkumfleksi","Latin small letter h with circumflex":"Latinalainen pienaakkonen h ja sirkumfleksi","Latin capital letter h with stroke":"Latinalainen suuraakkonen h ja poikkiviiva","Latin small letter h with stroke":"Latinalainen pienaakkonen h ja poikkiviiva","Latin capital letter i with tilde":"Latinalainen suuraakkonen i ja tilde","Latin small letter i with tilde":"Latinalainen pienaakkonen i ja tilde","Latin capital letter i with macron":"Latinalainen suuraakkonen i ja pituusmerkki","Latin small letter i with macron":"Latinalainen pienaakkonen i ja pituusmerkki","Latin capital letter i with breve":"Latinalainen suuraakkonen i ja lyhyysmerkki","Latin small letter i with breve":"Latinalainen pienaakkonen i ja lyhyysmerkki","Latin capital letter i with ogonek":"Latinalainen suuraakkonen i ja ogonek","Latin small letter i with ogonek":"Latinalainen pienaakkonen i ja ogonek","Latin capital letter i with dot above":"Latinalainen suuraakkonen i ja yläpuolinen piste","Latin small letter dotless i":"Latinalainen pienaakkonen pisteetön i","Latin capital ligature ij":"Latinalainen suuraakkosligatuuri ij","Latin small ligature ij":"Latinalainen pienaakkosligatuuri ij","Latin capital letter j with circumflex":"Latinalainen suuraakkonen j ja sirkumfleksi","Latin small letter j with circumflex":"Latinalainen pienaakkonen j ja sirkumfleksi","Latin capital letter k with cedilla":"Latinalainen suuraakkonen k ja sedilji","Latin small letter k with cedilla":"Latinalainen pienaakkonen k ja sedilji","Latin small letter kra":"Latinalainen pienaakkonen kra","Latin capital letter l with acute":"Latinalainen suuraakkonen l ja akuutti","Latin small letter l with acute":"Latinalainen pienaakkonen l ja akuutti","Latin capital letter l with cedilla":"Latinalainen suuraakkonen l ja sedilji","Latin small letter l with cedilla":"Latinalainen pienaakkonen l ja sedilji","Latin capital letter l with caron":"Latinalainen suuraakkonen l ja hattu","Latin small letter l with caron":"Latinalainen pienaakkonen l ja hattu","Latin capital letter l with middle dot":"Latinalainen suuraakkonen l ja piste keskellä","Latin small letter l with middle dot":"Latinalainen pienaakkonen l ja piste keskellä","Latin capital letter l with stroke":"Latinalainen suuraakkonen l ja poikkiviiva","Latin small letter l with stroke":"Latinalainen pienaakkonen l ja poikkiviiva","Latin capital letter n with acute":"Latinalainen suuraakkonen n ja akuutti","Latin small letter n with acute":"Latinalainen pienaakkonen n ja akuutti","Latin capital letter n with cedilla":"Latinalainen suuraakkonen n ja sedilji","Latin small letter n with cedilla":"Latinalainen pienaakkonen n ja sedilji","Latin capital letter n with caron":"Latinalainen suuraakkonen n ja hattu","Latin small letter n with caron":"Latinalainen pienaakkonen n ja hattu","Latin small letter n preceded by apostrophe":"Latinalainen pienaakkonen n jota edeltää heittomerkki","Latin capital letter eng":"Latinalainen suuraakkonen äng","Latin small letter eng":"Latinalainen pienaakkonen äng","Latin capital letter o with macron":"Latinalainen suuraakkonen o ja pituusmerkki","Latin small letter o with macron":"Latinalainen pienaakkonen o ja pituusmerkki","Latin capital letter o with breve":"Latinalainen suuraakkonen o ja lyhyysmerkki","Latin small letter o with breve":"Latinalainen pienaakkonen o ja lyhyysmerkki","Latin capital letter o with double acute":"Latinalainen suuraakkonen o ja kaksoisakuutti","Latin small letter o with double acute":"Latinalainen pienaakkonen o ja kaksoisakuutti","Latin capital ligature oe":"Latinalainen suuraakkosligatuuri oe","Latin small ligature oe":"Latinalainen pienaakkosligatuuri oe","Latin capital letter r with acute":"Latinalainen suuraakkonen r ja akuutti","Latin small letter r with acute":"Latinalainen pienaakkonen r ja akuutti","Latin capital letter r with cedilla":"Latinalainen suuraakkonen r ja sedilji","Latin small letter r with cedilla":"Latinalainen pienaakkonen r ja sedilji","Latin capital letter r with caron":"Latinalainen suuraakkonen r ja hattu","Latin small letter r with caron":"Latinalainen pienaakkonen r ja hattu","Latin capital letter s with acute":"Latinalainen suuraakkonen s ja akuutti","Latin small letter s with acute":"Latinalainen pienaakkonen s ja akuutti","Latin capital letter s with circumflex":"Latinalainen suuraakkonen s ja sirkumfleksi","Latin small letter s with circumflex":"Latinalainen pienaakkonen s ja sirkumfleksi","Latin capital letter s with cedilla":"Latinalainen suuraakkonen s ja sedilji","Latin small letter s with cedilla":"Latinalainen pienaakkonen s ja sedilji","Latin capital letter s with caron":"Latinalainen suuraakkonen s ja hattu","Latin small letter s with caron":"Latinalainen pienaakkonen s ja hattu","Latin capital letter t with cedilla":"Latinalainen suuraakkonen t ja sedilji","Latin small letter t with cedilla":"Latinalainen pienaakkonen t ja sedilji","Latin capital letter t with caron":"Latinalainen suuraakkonen t ja hattu","Latin small letter t with caron":"Latinalainen pienaakkonen t ja hattu","Latin capital letter t with stroke":"Latinalainen suuraakkonen t ja poikkiviiva","Latin small letter t with stroke":"Latinalainen pienaakkonen t ja poikkiviiva","Latin capital letter u with tilde":"Latinalainen suuraakkonen u ja tilde","Latin small letter u with tilde":"Latinalainen pienaakkonen u ja tilde","Latin capital letter u with macron":"Latinalainen suuraakkonen u ja pituusmerkki","Latin small letter u with macron":"Latinalainen pienaakkonen u ja pituusmerkki","Latin capital letter u with breve":"Latinalainen suuraakkonen u ja lyhyysmerkki","Latin small letter u with breve":"Latinalainen pienaakkonen u ja lyhyysmerkki","Latin capital letter u with ring above":"Latinalainen suuraakkonen u ja yläpuolinen ympyrä","Latin small letter u with ring above":"Latinalainen pienaakkonen u ja yläpuolinen ympyrä","Latin capital letter u with double acute":"Latinalainen suuraakkonen u ja kaksoisakuutti","Latin small letter u with double acute":"Latinalainen pienaakkonen u ja kaksoisakuutti","Latin capital letter u with ogonek":"Latinalainen suuraakkonen u ja ogonek","Latin small letter u with ogonek":"Latinalainen pienaakkonen u ja ogonek","Latin capital letter w with circumflex":"Latinalainen suuraakkonen w ja sirkumfleksi","Latin small letter w with circumflex":"Latinalainen pienaakkonen w ja sirkumfleksi","Latin capital letter y with circumflex":"Latinalainen suuraakkonen y ja sirkumfleksi","Latin small letter y with circumflex":"Latinalainen pienaakkonen y ja sirkumfleksi","Latin capital letter y with diaeresis":"Latinalainen suuraakkonen y ja treema","Latin capital letter z with acute":"Latinalainen suuraakkonen z ja akuutti","Latin small letter z with acute":"Latinalainen pienaakkonen z ja akuutti","Latin capital letter z with dot above":"Latinalainen suuraakkonen z ja yläpuolinen piste","Latin small letter z with dot above":"Latinalainen pienaakkonen z ja yläpuolinen piste","Latin capital letter z with caron":"Latinalainen suuraakkonen z ja hattu","Latin small letter z with caron":"Latinalainen pienaakkonen z ja hattu","Latin small letter long s":"Latinalainen pienaakkonen pitkä s","Less-than sign":"Pienempi kuin -merkki","Greater-than sign":"Suurempi kuin -merkki","Less-than or equal to":"Pienempi tai yhtä suuri kuin -merkki","Greater-than or equal to":"Suurempi tai yhtä suuri kuin -merkki","En dash":"N-viiva","Em dash":"M-viiva",Macron:"Pituusmerkki",Overline:"Yläviiva","Degree sign":"Asteen merkki","Minus sign":"Miinusmerkki","Plus-minus sign":"Plus-miinus-merkki","Division sign":"Jakomerkki","Fraction slash":"Murtoluvun vinoviiva","Multiplication sign":"Kertomerkki","Latin small letter f with hook":"Latinalainen pienaakkonen f jossa koukku",Integral:"Integraalimerkki","N-ary summation":"Summa",Infinity:"Äärettömän merkki","Square root":"Neliöjuuri","Tilde operator":"Tildeoperaattori","Approximately equal to":"Suunnilleen yhtä suuri kuin -merkki","Almost equal to":"Likimain yhtä suuri kuin -merkki","Not equal to":"Eri suuri kuin -merkki","Identical to":"Identtisesti yhtä suuri merkki -kuin","Element of":"Joukkoon kuulumisen merkki","Not an element of":"Joukkoon kuulumattomuuden merkki","Contains as member":"Käänteisen joukkoon kuulumisen merkki","N-ary product":"Tulo","Logical and":"Looginen ja-merkki","Logical or":"Looginen tai-merkki","Not sign":"Negaation merkki",Intersection:"Leikkauksen merkki",Union:"Yhdisteen merkki","Partial differential":"Osittaisderivaatta","For all":"Kaikkikvanttori","There exists":"Olemassaolokvanttori","Empty set":"Tyhjän joukon merkki",Nabla:"Nablan merkki","Asterisk operator":"Asteriskioperaattori","Proportional to":"Suhteellisuuden merkki",Angle:"Kulma","Vulgar fraction one quarter":"Neljäsosan merkki","Vulgar fraction one half":"Puolikkaan merkki","Vulgar fraction three quarters":"Kolmen neljäsosan merkki","Single left-pointing angle quotation mark":"Vasemmalle osoittava kulmapuolilainausmerkki","Single right-pointing angle quotation mark":"Oikealle osoittava kulmapuolilainausmerkki","Left-pointing double angle quotation mark":"Vasemmalle osoittava kaksinkertainen kulmalainausmerkki","Right-pointing double angle quotation mark":"Oikealle osoittava kaksinkertainen kulmalainausmerkki","Left single quotation mark":"Ylösalainen puolilainausmerkki","Right single quotation mark":"Puolilainausmerkki","Left double quotation mark":"Ylösalainen kokolainausmerkki","Right double quotation mark":"Kokolainausmerkki","Single low-9 quotation mark":"Rivinalinen puolilainausmerkki","Double low-9 quotation mark":"Rivinalinen kokolainausmerkki","Inverted exclamation mark":"Ylösalainen huutomerkki","Inverted question mark":"Ylösalainen kysymysmerkki","Two dot leader":"Kaksi täytemerkkiä","Horizontal ellipsis":"Kolme pistettä vaakasuunnassa","Double dagger":"Kaksoisristi","Per mille sign":"Promillemerkki","Per ten thousand sign":"Peruspisteen merkki","Double exclamation mark":"Kaksoishuutomerkki","Question exclamation mark":"Kysymysmerkki ja huutomerkki","Exclamation question mark":"Huutomerkki ja kysymysmerkki","Double question mark":"Kaksoiskysymysmerkki","Copyright sign":"Tekijänoikeusmerkki","Registered sign":"Rekisteröidyn tavaramerkin merkki","Trade mark sign":"Tavaramerkin merkki","Section sign":"Pykälämerkki","Paragraph sign":"Kappaleen merkki","Reversed paragraph sign":"Käännetty kappaleen merkki","Character categories":"Merkkiluokat",Styles:"Tyylit","Multiple styles":"Useita tyylejä","Block styles":"Lohkotyylit","Text styles":"Tekstityylit","Insert table":"Lisää taulukko","Header column":"Otsikkosarake","Insert column left":"Lisää sarake vasemmalle","Insert column right":"Lisää sarake oikealle","Delete column":"Poista sarake","Select column":"Valitse sarake",Column:"Sarake","Header row":"Otsikkorivi","Insert row below":"Lisää rivi alle","Insert row above":"Lisää rivi ylle","Delete row":"Poista rivi","Select row":"Valitse rivi",Row:"Rivi","Merge cell up":"Yhdistä solu ylös","Merge cell right":"Yhdistä solu oikealle","Merge cell down":"Yhdistä solu alas","Merge cell left":"Yhdistä solu vasemmalle","Split cell vertically":"Jaa solu pystysuunnassa","Split cell horizontally":"Jaa solu vaakasuunnassa","Merge cells":"Yhdistä tai jaa soluja","Table toolbar":"Taulukon työkalupalkki","Table properties":"Taulukon ominaisuudet","Cell properties":"Solun ominaisuudet",Border:"Reunus",Style:"Tyyli",Width:"Leveys",Height:"Korkeus",Color:"Väri",Background:"Tausta",Padding:"Täyte",Dimensions:"Mittasuhteet","Table cell text alignment":"Taulukkosolun tekstin suunta",Alignment:"Suunta","Horizontal text alignment toolbar":"Vaakasuoran tekstin suunnan työkalupalkki","Vertical text alignment toolbar":"Pystysuoran tekstin suunnan työkalupalkki","Table alignment toolbar":"Taulukon suunnan työkalupalkki",None:"Ei mitään",Solid:"Kiinteä",Dotted:"Pisteviiva",Dashed:"Katkoviiva",Double:"Kaksinkertainen",Groove:"Uurrettu",Ridge:"Harjanne",Inset:"Upote",Outset:"Ulkonema","Align cell text to the left":"Siirrä solun teksti vasemmalle","Align cell text to the center":"Siirrä solun teksti keskelle","Align cell text to the right":"Siirrä solun teksti oikealle","Justify cell text":"Tasaa solun teksti","Align cell text to the top":"Siirrä solun teksti yläosaan","Align cell text to the middle":"Siirrä solun teksti keskiosaan","Align cell text to the bottom":"Siirrä solun teksti alaosaan","Align table to the left":"Siirrä taulukko vasemmalle","Center table":"Keskitä taulukko","Align table to the right":"Siirrä taulukko oikealle","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Väri ei kelpaa. Ota sen sijaan käyttöön \"#FF0000\", \"rgb(255,0,0)\" tai \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Arvo ei kelpaa. Ota käyttöön \"10px\", \"2em\" tai pelkästään \"2\".","Color picker":"Värin valitsin","Toggle caption off":"Ota tekstitykset pois päältä","Toggle caption on":"Ota tekstitys käyttöön","Enter table caption":"Ota taulukon tekstitys käyttöön","Rich Text Editor":"Rikas tekstieditori","Editor editing area: %0":"Editorin muokkausalue: %0","Edit block":"Muokkaa lohkoa",Next:"Seuraava",Previous:"Edellinen","Editor toolbar":"Editorin työkalupalkki","Dropdown toolbar":"Pudotusvalikon työkalupalkki",Black:"Musta","Dim grey":"Vaaleanharmaa",Grey:"Harmaa","Light grey":"Vaaleanharmaa",White:"Valkoinen",Red:"Punainen",Orange:"Oranssi",Yellow:"Keltainen","Light green":"Vaaleanvihreä",Green:"Vihreä",Aquamarine:"Akvamariini",Turquoise:"Turkoosi","Light blue":"Vaaleansininen",Blue:"Sininen",Purple:"Purppura","Editor block content toolbar":"Editorin lohkon sisällön työkalupalkki","Editor contextual toolbar":"Editorin kontekstuaalinen työkalupalkki",HEX:"HEX",Accept:"Hyväksy",Undo:"Peru",Redo:"Tee uudelleen","Upload in progress":"Lähetys käynnissä","Widget toolbar":"Widget-työkalupalkki","Insert paragraph before block":"Liitä kappale ennen lohkoa","Insert paragraph after block":"Liitä kappale lohkon jälkeen","Press Enter to type after or press Shift + Enter to type before the widget":"Paina enter-näppäintä kirjoittaaksesi tai paina shift + enter kirjoittaaksesi ennen widget-sovellusta","Words: %0":"Sanoja: %0","Characters: %0":"Merkkejä: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fr.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fr.js index dfee9c5fb177..01e3bed1a3d8 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fr.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/fr.js @@ -1 +1 @@ -(function(d){ const l = d['fr'] = d['fr'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Aligner à gauche","Align right":"Aligner à droite","Align center":"Centrer",Justify:"Justifier","Text alignment":"Alignement du texte","Text alignment toolbar":"Barre d'outils d'alignement du texte",Bold:"Gras",Italic:"Italique",Underline:"Souligné",Code:"Code",Strikethrough:"Barré",Subscript:"Indice",Superscript:"Exposant","Block quote":"Citation","Insert code block":"Insérer un bloc de code","Plain text":"Texte brut",Cancel:"Annuler","Remove color":"Enlever la couleur","Restore default":"Restaurer par défaut",Save:"Enregistrer","Show more items":"Montrer plus d'éléments","%0 of %1":"%0 sur %1","Cannot upload file:":"Envoi du fichier échoué :","Rich Text Editor. Editing area: %0":"Éditeur de texte enrichi. Zone d'édition : %0","Find and replace":"Rechercher et remplacer","Find in text…":"Rechercher dans le texte...",Find:"Rechercher","Previous result":"Résultat précédent","Next result":"Résultat suivant",Replace:"Remplacer","Replace all":"Remplacer tout","Match case":"Sensible à la casse","Whole words only":"Mots entiers uniquement","Replace with…":"Remplacer par ...","Text to find must not be empty.":"L'expression à rechercher ne doit pas être vide","Tip: Find some text first in order to replace it.":"Astuce : rechercher une expression afin de la remplacer","Show options":"Afficher les options",Paragraph:"Paragraphe",Heading:"En-tête","Choose heading":"Choisir l'en-tête","Heading 1":"Titre 1","Heading 2":"Titre 2","Heading 3":"Titre 3","Heading 4":"Titre 4","Heading 5":"Titre 5","Heading 6":"Titre 6","Type your title":"Rentrer votre titre","Type or paste your content here.":"Noter ou coller votre contenu ici","Horizontal line":"Ligne horizontale","HTML object":"Objet HTML","Increase indent":"Augmenter le retrait","Decrease indent":"Diminuer le retrait",Unlink:"Supprimer le lien",Link:"Lien","Link URL":"URL du lien","Link image":"Lien d'image","Edit link":"Modifier le lien","Open link in new tab":"Ouvrir le lien dans un nouvel onglet","This link has no URL":"Ce lien n'a pas d'URL","Open in a new tab":"Ouvrir dans un nouvel onglet",Downloadable:"Fichier téléchargeable","Numbered List":"Liste numérotée","Bulleted List":"Liste à puces","To-do List":"Liste de tâches","Bulleted list styles toolbar":"Barre d'outils des styles de liste à puce","Numbered list styles toolbar":"Barre d'outils des styles de liste numérotée","Toggle the disc list style":"Activer / désactiver le style de liste \"disque\"","Toggle the circle list style":"Activer / désactiver le style de liste \"cercle\"","Toggle the square list style":"Activer / désactiver le style de liste \"carré\"","Toggle the decimal list style":"Activer / désactiver le style de liste \"chiffres\"","Toggle the decimal with leading zero list style":"Activer / désactiver le style de liste \"chiffres de mêmes longueurs\"","Toggle the lower–roman list style":"Activer / désactiver le style de liste \"chiffres romains en minuscules\"","Toggle the upper–roman list style":"Activer / désactiver le style de liste \"chiffres romains en majuscules\"","Toggle the lower–latin list style":"Activer / désactiver le style de liste \"lettres minuscules\"","Toggle the upper–latin list style":"Activer / désactiver le style de liste \"lettres majuscules\"",Disc:"Disque",Circle:"Cercle",Square:"Carré",Decimal:"Chiffres","Decimal with leading zero":"Chiffres avec des zéros supplémentaire","Lower–roman":"Chiffres romains en minuscules","Upper-roman":"Chiffres romains en majuscules","Lower-latin":"Lettres minuscules","Upper-latin":"Lettres majuscules","List properties":"Liste des propriétés","Start at":"Commencer à","Start index must be greater than 0.":"L'indice de départ doit être supérieur à 0.","Reversed order":"Ordre inversé","Remove Format":"Enlever le format","Select all":"Sélectionner tout",Source:"Source","Special characters":"Caractères spéciaux",All:"Tous",Arrows:"Flèches",Currency:"Devise",Latin:"Latin",Mathematical:"Mathématique",Text:"Texte","leftwards simple arrow":"flèche simple vers la gauche","rightwards simple arrow":"flèche simple vers la droite","upwards simple arrow":"flèche simple vers le haut","downwards simple arrow":"flèche simple vers le bas","leftwards double arrow":"Double flèche vers la gauche","rightwards double arrow":"Double flèche vers la droite","upwards double arrow":"Double flèche vers le haut","downwards double arrow":"Double flèche vers le bas","leftwards dashed arrow":"Flèche en pointillés vers la gauche","rightwards dashed arrow":"Flèche en pointillés vers la droite","upwards dashed arrow":"Flèche en pointillés vers le haut","downwards dashed arrow":"Flèche en pointillés vers le bas","leftwards arrow to bar":"Flèche vers la gauche avec barre de fin","rightwards arrow to bar":"Flèche vers la droite avec barre de fin","upwards arrow to bar":"Flèche vers le haut avec barre de fin","downwards arrow to bar":"Flèche vers le bas avec barre de fin","up down arrow with base":"Flèche haut et bas avec barre de fin","back with leftwards arrow above":"Précédent avec flèche vers la gauche","end with leftwards arrow above":"Fin avec flèche vers la gauche","on with exclamation mark with left right arrow above":"Allumé avec flèches vers la gauche et la droite","soon with rightwards arrow above":"Bientôt avec flèche vers la droite","top with upwards arrow above":"Haut avec flèche vers le haut","Dollar sign":"Dollar","Euro sign":"Euro","Yen sign":"Yen","Pound sign":"Livre sterling","Cent sign":"Centime","Euro-currency sign":"Symbole monétaire de l'euro","Colon sign":"Deux points","Cruzeiro sign":"Cruzeiro","French franc sign":"Franc français","Lira sign":"Lire","Currency sign":"Symbole monétaire","Bitcoin sign":"Bitcoin","Mill sign":"Moulin","Naira sign":"Naira","Peseta sign":"Peseta","Rupee sign":"Roupie","Won sign":"Won","New sheqel sign":"Shekel","Dong sign":"Dong","Kip sign":"Kip","Tugrik sign":"Tugrik","Drachma sign":"Drachme","German penny sign":"Pfennig","Peso sign":"Peso","Guarani sign":"Guarani","Austral sign":"Austral","Hryvnia sign":"Hryvnia","Cedi sign":"Cédi","Livre tournois sign":"Livre tournois","Spesmilo sign":"Spesmilo","Tenge sign":"Tenge","Indian rupee sign":"Roupie indienne","Turkish lira sign":"Lire turque","Nordic mark sign":"Mark nordique","Manat sign":"Manat","Ruble sign":"Rouble","Latin capital letter a with macron":"A barre majuscule","Latin small letter a with macron":"A barre minuscule","Latin capital letter a with breve":"A bref majuscule","Latin small letter a with breve":"A bref minuscule","Latin capital letter a with ogonek":"A ogonek majuscule","Latin small letter a with ogonek":"A ogonek minuscule","Latin capital letter c with acute":"C accent aigu majuscule","Latin small letter c with acute":"C accent aigu minuscule","Latin capital letter c with circumflex":"C circonflexe majuscule","Latin small letter c with circumflex":"C circonflexe minuscule","Latin capital letter c with dot above":"C point suscrit majuscule","Latin small letter c with dot above":"C point suscrit minuscule","Latin capital letter c with caron":"C caron majuscule","Latin small letter c with caron":"C caron minuscule","Latin capital letter d with caron":"D caron majuscule","Latin small letter d with caron":"C caron minuscule","Latin capital letter d with stroke":"D barré majuscule","Latin small letter d with stroke":"D barré minuscule","Latin capital letter e with macron":"E macron majuscule","Latin small letter e with macron":"E macron minuscule","Latin capital letter e with breve":"E bref majuscule","Latin small letter e with breve":"E bref minuscule","Latin capital letter e with dot above":"E point suscrit majuscule","Latin small letter e with dot above":"E point suscrit minuscule","Latin capital letter e with ogonek":"E ogonek majuscule","Latin small letter e with ogonek":"E ogonek minuscule","Latin capital letter e with caron":"E caron majuscule","Latin small letter e with caron":"E caron minuscule","Latin capital letter g with circumflex":"G accent circonflexe majuscule","Latin small letter g with circumflex":"G accent circonflexe minuscule","Latin capital letter g with breve":"G bref majuscule","Latin small letter g with breve":"G bref minuscule","Latin capital letter g with dot above":"G point suscrit majuscule","Latin small letter g with dot above":"G point suscrit minuscule","Latin capital letter g with cedilla":"G cédille majuscule","Latin small letter g with cedilla":"G cédille minuscule","Latin capital letter h with circumflex":"H accent circonflexe majuscule","Latin small letter h with circumflex":"H accent circonflexe minuscule","Latin capital letter h with stroke":"H barré majuscule","Latin small letter h with stroke":"H barré minuscule","Latin capital letter i with tilde":"I tilde majuscule","Latin small letter i with tilde":"I tilde minuscule","Latin capital letter i with macron":"I macron majuscule","Latin small letter i with macron":"I macron minuscule","Latin capital letter i with breve":"I bref majuscule","Latin small letter i with breve":"I bref minuscule","Latin capital letter i with ogonek":"I ogonek majuscule","Latin small letter i with ogonek":"I ogonek minuscule","Latin capital letter i with dot above":"I point suscrit majuscule","Latin small letter dotless i":"I sans point minuscule","Latin capital ligature ij":"Digramme soudé IJ majuscule","Latin small ligature ij":"Digramme soudé IJ minuscule","Latin capital letter j with circumflex":"J accent circonflexe majuscule","Latin small letter j with circumflex":"J accent circonflexe minuscule","Latin capital letter k with cedilla":"K cédille majuscule","Latin small letter k with cedilla":"K cédille minuscule","Latin small letter kra":"Kra minuscule","Latin capital letter l with acute":"L accent aigu majuscule","Latin small letter l with acute":"L accent aigu minuscule","Latin capital letter l with cedilla":"L cédille majuscule","Latin small letter l with cedilla":"L cédille minuscule","Latin capital letter l with caron":"L caron majuscule","Latin small letter l with caron":"L caron minuscule","Latin capital letter l with middle dot":"L point médian majuscule","Latin small letter l with middle dot":"L point médian minuscule","Latin capital letter l with stroke":"L barré majuscule","Latin small letter l with stroke":"L barré minuscule","Latin capital letter n with acute":"N accent aigu majuscule","Latin small letter n with acute":"N accent aigu minuscule","Latin capital letter n with cedilla":"N cédille majuscule","Latin small letter n with cedilla":"N cédille minuscule","Latin capital letter n with caron":"N caron majuscule","Latin small letter n with caron":"N caron minuscule","Latin small letter n preceded by apostrophe":"Apostrophe N minuscule","Latin capital letter eng":"Eng majuscule","Latin small letter eng":"Eng minuscule","Latin capital letter o with macron":"O macron majuscule","Latin small letter o with macron":"O macron minuscule","Latin capital letter o with breve":"O bref majuscule","Latin small letter o with breve":"O bref minuscule","Latin capital letter o with double acute":"O double accent aigu majuscule","Latin small letter o with double acute":"O double accent aigu minuscule","Latin capital ligature oe":"O-E entrelacé majuscule","Latin small ligature oe":"O-E entrelacé minuscule","Latin capital letter r with acute":"R accent aigu majuscule","Latin small letter r with acute":"R accent aigu minuscule","Latin capital letter r with cedilla":"R cédille majuscule","Latin small letter r with cedilla":"R cédille minuscule","Latin capital letter r with caron":"R caron majuscule","Latin small letter r with caron":"R caron minuscule","Latin capital letter s with acute":"S accent aigu majuscule","Latin small letter s with acute":"S accent aigu minuscule","Latin capital letter s with circumflex":"S circonflexe majuscule","Latin small letter s with circumflex":"S circonflexe minuscule","Latin capital letter s with cedilla":"S cédille majuscule","Latin small letter s with cedilla":"S cédille minuscule","Latin capital letter s with caron":"S caron majuscule","Latin small letter s with caron":"S caron minuscule","Latin capital letter t with cedilla":"T cédille majuscule","Latin small letter t with cedilla":"T cédille minuscule","Latin capital letter t with caron":"T caron majuscule","Latin small letter t with caron":"T caron minuscule","Latin capital letter t with stroke":"T barré majuscule","Latin small letter t with stroke":"T barré minuscule","Latin capital letter u with tilde":"U tilde majuscule","Latin small letter u with tilde":"U tilde minuscule","Latin capital letter u with macron":"U macron majuscule","Latin small letter u with macron":"U macron minuscule","Latin capital letter u with breve":"U bref majuscule","Latin small letter u with breve":"U bref minuscule","Latin capital letter u with ring above":"U rond en chef majuscule","Latin small letter u with ring above":"U rond en chef minuscule","Latin capital letter u with double acute":"U double accent aigu majuscule","Latin small letter u with double acute":"U double accent aigu minuscule","Latin capital letter u with ogonek":"U ogonek majuscule","Latin small letter u with ogonek":"U ogonek minuscule","Latin capital letter w with circumflex":"W circonflexe majuscule","Latin small letter w with circumflex":"W circonflexe minuscule","Latin capital letter y with circumflex":"Y circonflexe majuscule","Latin small letter y with circumflex":"Y circonflexe minuscule","Latin capital letter y with diaeresis":"Y tréma majuscule","Latin capital letter z with acute":"Z accent circonflexe majuscule","Latin small letter z with acute":"Z accent circonflexe minuscule","Latin capital letter z with dot above":"Z point suscrit majuscule","Latin small letter z with dot above":"Z point suscrit minuscule","Latin capital letter z with caron":"Z caron majuscule","Latin small letter z with caron":"Z caron minuscule","Latin small letter long s":"S long minuscule","Less-than sign":"Signe inférieur","Greater-than sign":"Signe supérieur","Less-than or equal to":"Signe inférieur ou égal","Greater-than or equal to":"Signe supérieur ou égal","En dash":"Tiret","Em dash":"Tiret long",Macron:"Macron",Overline:"Macron long","Degree sign":"Degré","Minus sign":"Moins","Plus-minus sign":"Plus ou moins","Division sign":"Division","Fraction slash":"Fraction","Multiplication sign":"Multiplication","Latin small letter f with hook":"Fonction",Integral:"Intégrale","N-ary summation":"Somme",Infinity:"Infini","Square root":"Racine carrée","Tilde operator":"Tilde","Approximately equal to":"Environ égal à","Almost equal to":"Presque égal à","Not equal to":"Différent de","Identical to":"Identique à","Element of":"Appartient à","Not an element of":"N'appartient pas à","Contains as member":"Contient","N-ary product":"Produit","Logical and":"Et logique","Logical or":"Ou logique","Not sign":"Négation logique",Intersection:"Intersection",Union:"Union","Partial differential":"Partiellement différent","For all":"Pour tout","There exists":"Existe","Empty set":"Élément vide",Nabla:"Nabla","Asterisk operator":"Astérisque","Proportional to":"Proportionnel à",Angle:"Angle","Vulgar fraction one quarter":"Un quart","Vulgar fraction one half":"Un demi","Vulgar fraction three quarters":"Trois quarts","Single left-pointing angle quotation mark":"Guillemet simple vers la gauche","Single right-pointing angle quotation mark":"Guillemet simple vers la droite","Left-pointing double angle quotation mark":"Guillemet double vers la gauche","Right-pointing double angle quotation mark":"Guillemet double vers la droite","Left single quotation mark":"Guillemet-apostrophe culbuté","Right single quotation mark":"Guillemet-apostrophe","Left double quotation mark":"Guillemet-apostrophe double culbuté","Right double quotation mark":"Guillemet-apostrophe double","Single low-9 quotation mark":"Guillemet-virgule inférieur","Double low-9 quotation mark":"Guillemet-virgule double inférieur","Inverted exclamation mark":"Point d'exclamation inversé","Inverted question mark":"Point d'interrogation inversé","Two dot leader":"Deux points","Horizontal ellipsis":"Trois points","Double dagger":"Croix de Lorraine","Per mille sign":"Pour mille","Per ten thousand sign":"Pour dix milles","Double exclamation mark":"Double point d'exclamation","Question exclamation mark":"Point d'interrogation et exclamation","Exclamation question mark":"Point exclamation et question","Double question mark":"Double point d'interrogation","Copyright sign":"Copyright","Registered sign":"Registered","Trade mark sign":"Marque déposée","Section sign":"Paragraphe","Paragraph sign":"Fin de paragraphe","Reversed paragraph sign":"Fin de paragraphe inversé","Character categories":"Catégories de caractères",Styles:"Styles","Multiple styles":"Styles multiples","Block styles":"Styles de bloc","Text styles":"Styles de texte","Insert table":"Insérer un tableau","Header column":"Colonne d'entête","Insert column left":"Insérer une colonne à gauche","Insert column right":"Insérer une colonne à droite","Delete column":"Supprimer la colonne","Select column":"Sélectionner la colonne",Column:"Colonne","Header row":"Ligne d'entête","Insert row below":"Insérer une ligne en-dessous","Insert row above":"Insérer une ligne au-dessus","Delete row":"Supprimer la ligne","Select row":"Sélectionner la ligne",Row:"Ligne","Merge cell up":"Fusionner la cellule au-dessus","Merge cell right":"Fusionner la cellule à droite","Merge cell down":"Fusionner la cellule en-dessous","Merge cell left":"Fusionner la cellule à gauche","Split cell vertically":"Scinder la cellule verticalement","Split cell horizontally":"Scinder la cellule horizontalement","Merge cells":"Fusionner les cellules","Table toolbar":"Barre d'outils des tableaux","Table properties":"Propriétés du tableau","Cell properties":"Propriétés de la cellule",Border:"Bordure",Style:"Style",Width:"Largeur",Height:"Hauteur",Color:"Couleur",Background:"Fond",Padding:"Remplissage pour aérer le texte",Dimensions:"Dimensions","Table cell text alignment":"Alignement du texte de la cellule",Alignment:"Alignement","Horizontal text alignment toolbar":"Barre d'outils pour modifier l'alignement horizontal du texte","Vertical text alignment toolbar":"Barre d'outils pour modifier l'alignement vertical du texte","Table alignment toolbar":"Barre d'outils pour modifier l'alignement du tableau",None:"Aucun",Solid:"Continu",Dotted:"Pointillés",Dashed:"Tirets",Double:"Double",Groove:"Rainuré",Ridge:"Relief",Inset:"Relief intérieur",Outset:"Relief extérieur","Align cell text to the left":"Aligner la cellule à gauche","Align cell text to the center":"Aligner la cellule au centre","Align cell text to the right":"Aligner la cellule à droite","Justify cell text":"Justifier le contenu de la cellule","Align cell text to the top":"Aligner le texte en haut","Align cell text to the middle":"Aligner le texte au milieu","Align cell text to the bottom":"Aligner le texte en bas","Align table to the left":"Aligner le tableau à gauche","Center table":"Centrer le tableau ","Align table to the right":"Aligner le tableau à droite","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"La couleur est invalide. Essayez \"#FF0000\" ou \"rgb(255,0,0)\" ou \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"La valeur est invalide. Essayez \"10px\" ou \"2em\" ou simplement \"2\".","Color picker":"Pipette à couleurs","Toggle caption off":"Désactiver la légende","Toggle caption on":"Activer la légende","Enter table caption":"Saisir la légende du tableau","Rich Text Editor":"Éditeur de texte enrichi","Editor editing area: %0":"Zone d'édition de l'éditeur : %0","Edit block":"Modifier le bloc",Next:"Suivant",Previous:"Précedent","Editor toolbar":"Barre d'outils de l'éditeur","Dropdown toolbar":"Barre d'outils dans un menu déroulant",Black:"Noir","Dim grey":"Gris pâle",Grey:"Gris","Light grey":"Gris clair",White:"Blanc",Red:"Rouge",Orange:"Orange",Yellow:"Jaune","Light green":"Vert clair",Green:"Vert",Aquamarine:"Bleu vert",Turquoise:"Turquoise","Light blue":"Bleu clair",Blue:"Bleu",Purple:"Violet","Editor block content toolbar":"Barre d'outils du contenu du bloc éditeur","Editor contextual toolbar":"Barre d'outils contextuelle de l'éditeur",HEX:"",Undo:"Annuler",Redo:"Restaurer","Upload in progress":"Téléchargement en cours","Widget toolbar":"Barre d'outils du widget","Insert paragraph before block":"Insérer du texte avant ce bloc","Insert paragraph after block":"Insérer du texte après ce bloc","Press Enter to type after or press Shift + Enter to type before the widget":"Appuyez sur la touche Entrée pour taper après ou sur Maj + Entrée pour taper avant le widget.","Words: %0":"Mots : %0","Characters: %0":"Caractères : %0"} );l.getPluralForm=function(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['fr'] = d['fr'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Aligner à gauche","Align right":"Aligner à droite","Align center":"Centrer",Justify:"Justifier","Text alignment":"Alignement du texte","Text alignment toolbar":"Barre d'outils d'alignement du texte",Bold:"Gras",Italic:"Italique",Underline:"Souligné",Code:"Code",Strikethrough:"Barré",Subscript:"Indice",Superscript:"Exposant","Block quote":"Citation","Insert code block":"Insérer un bloc de code","Plain text":"Texte brut",Cancel:"Annuler","Remove color":"Enlever la couleur","Restore default":"Restaurer par défaut",Save:"Enregistrer","Show more items":"Montrer plus d'éléments","%0 of %1":"%0 sur %1","Cannot upload file:":"Envoi du fichier échoué :","Rich Text Editor. Editing area: %0":"Éditeur de texte enrichi. Zone d'édition : %0","Find and replace":"Rechercher et remplacer","Find in text…":"Rechercher dans le texte...",Find:"Rechercher","Previous result":"Résultat précédent","Next result":"Résultat suivant",Replace:"Remplacer","Replace all":"Remplacer tout","Match case":"Sensible à la casse","Whole words only":"Mots entiers uniquement","Replace with…":"Remplacer par ...","Text to find must not be empty.":"L'expression à rechercher ne doit pas être vide","Tip: Find some text first in order to replace it.":"Astuce : rechercher une expression afin de la remplacer","Show options":"Afficher les options",Paragraph:"Paragraphe",Heading:"En-tête","Choose heading":"Choisir l'en-tête","Heading 1":"Titre 1","Heading 2":"Titre 2","Heading 3":"Titre 3","Heading 4":"Titre 4","Heading 5":"Titre 5","Heading 6":"Titre 6","Type your title":"Rentrer votre titre","Type or paste your content here.":"Noter ou coller votre contenu ici","Horizontal line":"Ligne horizontale","HTML object":"Objet HTML","Increase indent":"Augmenter le retrait","Decrease indent":"Diminuer le retrait",Unlink:"Supprimer le lien",Link:"Lien","Link URL":"URL du lien","Link image":"Lien d'image","Edit link":"Modifier le lien","Open link in new tab":"Ouvrir le lien dans un nouvel onglet","This link has no URL":"Ce lien n'a pas d'URL","Open in a new tab":"Ouvrir dans un nouvel onglet",Downloadable:"Fichier téléchargeable","Numbered List":"Liste numérotée","Bulleted List":"Liste à puces","To-do List":"Liste de tâches","Bulleted list styles toolbar":"Barre d'outils des styles de liste à puce","Numbered list styles toolbar":"Barre d'outils des styles de liste numérotée","Toggle the disc list style":"Activer / désactiver le style de liste \"disque\"","Toggle the circle list style":"Activer / désactiver le style de liste \"cercle\"","Toggle the square list style":"Activer / désactiver le style de liste \"carré\"","Toggle the decimal list style":"Activer / désactiver le style de liste \"chiffres\"","Toggle the decimal with leading zero list style":"Activer / désactiver le style de liste \"chiffres de mêmes longueurs\"","Toggle the lower–roman list style":"Activer / désactiver le style de liste \"chiffres romains en minuscules\"","Toggle the upper–roman list style":"Activer / désactiver le style de liste \"chiffres romains en majuscules\"","Toggle the lower–latin list style":"Activer / désactiver le style de liste \"lettres minuscules\"","Toggle the upper–latin list style":"Activer / désactiver le style de liste \"lettres majuscules\"",Disc:"Disque",Circle:"Cercle",Square:"Carré",Decimal:"Chiffres","Decimal with leading zero":"Chiffres avec des zéros supplémentaire","Lower–roman":"Chiffres romains en minuscules","Upper-roman":"Chiffres romains en majuscules","Lower-latin":"Lettres minuscules","Upper-latin":"Lettres majuscules","List properties":"Liste des propriétés","Start at":"Commencer à","Start index must be greater than 0.":"L'indice de départ doit être supérieur à 0.","Reversed order":"Ordre inversé","Remove Format":"Enlever le format","Select all":"Sélectionner tout","Show blocks":"Afficher les blocs",Source:"Source","Special characters":"Caractères spéciaux",All:"Tous",Arrows:"Flèches",Currency:"Devise",Latin:"Latin",Mathematical:"Mathématique",Text:"Texte","leftwards simple arrow":"flèche simple vers la gauche","rightwards simple arrow":"flèche simple vers la droite","upwards simple arrow":"flèche simple vers le haut","downwards simple arrow":"flèche simple vers le bas","leftwards double arrow":"Double flèche vers la gauche","rightwards double arrow":"Double flèche vers la droite","upwards double arrow":"Double flèche vers le haut","downwards double arrow":"Double flèche vers le bas","leftwards dashed arrow":"Flèche en pointillés vers la gauche","rightwards dashed arrow":"Flèche en pointillés vers la droite","upwards dashed arrow":"Flèche en pointillés vers le haut","downwards dashed arrow":"Flèche en pointillés vers le bas","leftwards arrow to bar":"Flèche vers la gauche avec barre de fin","rightwards arrow to bar":"Flèche vers la droite avec barre de fin","upwards arrow to bar":"Flèche vers le haut avec barre de fin","downwards arrow to bar":"Flèche vers le bas avec barre de fin","up down arrow with base":"Flèche haut et bas avec barre de fin","back with leftwards arrow above":"Précédent avec flèche vers la gauche","end with leftwards arrow above":"Fin avec flèche vers la gauche","on with exclamation mark with left right arrow above":"Allumé avec flèches vers la gauche et la droite","soon with rightwards arrow above":"Bientôt avec flèche vers la droite","top with upwards arrow above":"Haut avec flèche vers le haut","Dollar sign":"Dollar","Euro sign":"Euro","Yen sign":"Yen","Pound sign":"Livre sterling","Cent sign":"Centime","Euro-currency sign":"Symbole monétaire de l'euro","Colon sign":"Deux points","Cruzeiro sign":"Cruzeiro","French franc sign":"Franc français","Lira sign":"Lire","Currency sign":"Symbole monétaire","Bitcoin sign":"Bitcoin","Mill sign":"Moulin","Naira sign":"Naira","Peseta sign":"Peseta","Rupee sign":"Roupie","Won sign":"Won","New sheqel sign":"Shekel","Dong sign":"Dong","Kip sign":"Kip","Tugrik sign":"Tugrik","Drachma sign":"Drachme","German penny sign":"Pfennig","Peso sign":"Peso","Guarani sign":"Guarani","Austral sign":"Austral","Hryvnia sign":"Hryvnia","Cedi sign":"Cédi","Livre tournois sign":"Livre tournois","Spesmilo sign":"Spesmilo","Tenge sign":"Tenge","Indian rupee sign":"Roupie indienne","Turkish lira sign":"Lire turque","Nordic mark sign":"Mark nordique","Manat sign":"Manat","Ruble sign":"Rouble","Latin capital letter a with macron":"A barre majuscule","Latin small letter a with macron":"A barre minuscule","Latin capital letter a with breve":"A bref majuscule","Latin small letter a with breve":"A bref minuscule","Latin capital letter a with ogonek":"A ogonek majuscule","Latin small letter a with ogonek":"A ogonek minuscule","Latin capital letter c with acute":"C accent aigu majuscule","Latin small letter c with acute":"C accent aigu minuscule","Latin capital letter c with circumflex":"C circonflexe majuscule","Latin small letter c with circumflex":"C circonflexe minuscule","Latin capital letter c with dot above":"C point suscrit majuscule","Latin small letter c with dot above":"C point suscrit minuscule","Latin capital letter c with caron":"C caron majuscule","Latin small letter c with caron":"C caron minuscule","Latin capital letter d with caron":"D caron majuscule","Latin small letter d with caron":"C caron minuscule","Latin capital letter d with stroke":"D barré majuscule","Latin small letter d with stroke":"D barré minuscule","Latin capital letter e with macron":"E macron majuscule","Latin small letter e with macron":"E macron minuscule","Latin capital letter e with breve":"E bref majuscule","Latin small letter e with breve":"E bref minuscule","Latin capital letter e with dot above":"E point suscrit majuscule","Latin small letter e with dot above":"E point suscrit minuscule","Latin capital letter e with ogonek":"E ogonek majuscule","Latin small letter e with ogonek":"E ogonek minuscule","Latin capital letter e with caron":"E caron majuscule","Latin small letter e with caron":"E caron minuscule","Latin capital letter g with circumflex":"G accent circonflexe majuscule","Latin small letter g with circumflex":"G accent circonflexe minuscule","Latin capital letter g with breve":"G bref majuscule","Latin small letter g with breve":"G bref minuscule","Latin capital letter g with dot above":"G point suscrit majuscule","Latin small letter g with dot above":"G point suscrit minuscule","Latin capital letter g with cedilla":"G cédille majuscule","Latin small letter g with cedilla":"G cédille minuscule","Latin capital letter h with circumflex":"H accent circonflexe majuscule","Latin small letter h with circumflex":"H accent circonflexe minuscule","Latin capital letter h with stroke":"H barré majuscule","Latin small letter h with stroke":"H barré minuscule","Latin capital letter i with tilde":"I tilde majuscule","Latin small letter i with tilde":"I tilde minuscule","Latin capital letter i with macron":"I macron majuscule","Latin small letter i with macron":"I macron minuscule","Latin capital letter i with breve":"I bref majuscule","Latin small letter i with breve":"I bref minuscule","Latin capital letter i with ogonek":"I ogonek majuscule","Latin small letter i with ogonek":"I ogonek minuscule","Latin capital letter i with dot above":"I point suscrit majuscule","Latin small letter dotless i":"I sans point minuscule","Latin capital ligature ij":"Digramme soudé IJ majuscule","Latin small ligature ij":"Digramme soudé IJ minuscule","Latin capital letter j with circumflex":"J accent circonflexe majuscule","Latin small letter j with circumflex":"J accent circonflexe minuscule","Latin capital letter k with cedilla":"K cédille majuscule","Latin small letter k with cedilla":"K cédille minuscule","Latin small letter kra":"Kra minuscule","Latin capital letter l with acute":"L accent aigu majuscule","Latin small letter l with acute":"L accent aigu minuscule","Latin capital letter l with cedilla":"L cédille majuscule","Latin small letter l with cedilla":"L cédille minuscule","Latin capital letter l with caron":"L caron majuscule","Latin small letter l with caron":"L caron minuscule","Latin capital letter l with middle dot":"L point médian majuscule","Latin small letter l with middle dot":"L point médian minuscule","Latin capital letter l with stroke":"L barré majuscule","Latin small letter l with stroke":"L barré minuscule","Latin capital letter n with acute":"N accent aigu majuscule","Latin small letter n with acute":"N accent aigu minuscule","Latin capital letter n with cedilla":"N cédille majuscule","Latin small letter n with cedilla":"N cédille minuscule","Latin capital letter n with caron":"N caron majuscule","Latin small letter n with caron":"N caron minuscule","Latin small letter n preceded by apostrophe":"Apostrophe N minuscule","Latin capital letter eng":"Eng majuscule","Latin small letter eng":"Eng minuscule","Latin capital letter o with macron":"O macron majuscule","Latin small letter o with macron":"O macron minuscule","Latin capital letter o with breve":"O bref majuscule","Latin small letter o with breve":"O bref minuscule","Latin capital letter o with double acute":"O double accent aigu majuscule","Latin small letter o with double acute":"O double accent aigu minuscule","Latin capital ligature oe":"O-E entrelacé majuscule","Latin small ligature oe":"O-E entrelacé minuscule","Latin capital letter r with acute":"R accent aigu majuscule","Latin small letter r with acute":"R accent aigu minuscule","Latin capital letter r with cedilla":"R cédille majuscule","Latin small letter r with cedilla":"R cédille minuscule","Latin capital letter r with caron":"R caron majuscule","Latin small letter r with caron":"R caron minuscule","Latin capital letter s with acute":"S accent aigu majuscule","Latin small letter s with acute":"S accent aigu minuscule","Latin capital letter s with circumflex":"S circonflexe majuscule","Latin small letter s with circumflex":"S circonflexe minuscule","Latin capital letter s with cedilla":"S cédille majuscule","Latin small letter s with cedilla":"S cédille minuscule","Latin capital letter s with caron":"S caron majuscule","Latin small letter s with caron":"S caron minuscule","Latin capital letter t with cedilla":"T cédille majuscule","Latin small letter t with cedilla":"T cédille minuscule","Latin capital letter t with caron":"T caron majuscule","Latin small letter t with caron":"T caron minuscule","Latin capital letter t with stroke":"T barré majuscule","Latin small letter t with stroke":"T barré minuscule","Latin capital letter u with tilde":"U tilde majuscule","Latin small letter u with tilde":"U tilde minuscule","Latin capital letter u with macron":"U macron majuscule","Latin small letter u with macron":"U macron minuscule","Latin capital letter u with breve":"U bref majuscule","Latin small letter u with breve":"U bref minuscule","Latin capital letter u with ring above":"U rond en chef majuscule","Latin small letter u with ring above":"U rond en chef minuscule","Latin capital letter u with double acute":"U double accent aigu majuscule","Latin small letter u with double acute":"U double accent aigu minuscule","Latin capital letter u with ogonek":"U ogonek majuscule","Latin small letter u with ogonek":"U ogonek minuscule","Latin capital letter w with circumflex":"W circonflexe majuscule","Latin small letter w with circumflex":"W circonflexe minuscule","Latin capital letter y with circumflex":"Y circonflexe majuscule","Latin small letter y with circumflex":"Y circonflexe minuscule","Latin capital letter y with diaeresis":"Y tréma majuscule","Latin capital letter z with acute":"Z accent circonflexe majuscule","Latin small letter z with acute":"Z accent circonflexe minuscule","Latin capital letter z with dot above":"Z point suscrit majuscule","Latin small letter z with dot above":"Z point suscrit minuscule","Latin capital letter z with caron":"Z caron majuscule","Latin small letter z with caron":"Z caron minuscule","Latin small letter long s":"S long minuscule","Less-than sign":"Signe inférieur","Greater-than sign":"Signe supérieur","Less-than or equal to":"Signe inférieur ou égal","Greater-than or equal to":"Signe supérieur ou égal","En dash":"Tiret","Em dash":"Tiret long",Macron:"Macron",Overline:"Macron long","Degree sign":"Degré","Minus sign":"Moins","Plus-minus sign":"Plus ou moins","Division sign":"Division","Fraction slash":"Fraction","Multiplication sign":"Multiplication","Latin small letter f with hook":"Fonction",Integral:"Intégrale","N-ary summation":"Somme",Infinity:"Infini","Square root":"Racine carrée","Tilde operator":"Tilde","Approximately equal to":"Environ égal à","Almost equal to":"Presque égal à","Not equal to":"Différent de","Identical to":"Identique à","Element of":"Appartient à","Not an element of":"N'appartient pas à","Contains as member":"Contient","N-ary product":"Produit","Logical and":"Et logique","Logical or":"Ou logique","Not sign":"Négation logique",Intersection:"Intersection",Union:"Union","Partial differential":"Partiellement différent","For all":"Pour tout","There exists":"Existe","Empty set":"Élément vide",Nabla:"Nabla","Asterisk operator":"Astérisque","Proportional to":"Proportionnel à",Angle:"Angle","Vulgar fraction one quarter":"Un quart","Vulgar fraction one half":"Un demi","Vulgar fraction three quarters":"Trois quarts","Single left-pointing angle quotation mark":"Guillemet simple vers la gauche","Single right-pointing angle quotation mark":"Guillemet simple vers la droite","Left-pointing double angle quotation mark":"Guillemet double vers la gauche","Right-pointing double angle quotation mark":"Guillemet double vers la droite","Left single quotation mark":"Guillemet-apostrophe culbuté","Right single quotation mark":"Guillemet-apostrophe","Left double quotation mark":"Guillemet-apostrophe double culbuté","Right double quotation mark":"Guillemet-apostrophe double","Single low-9 quotation mark":"Guillemet-virgule inférieur","Double low-9 quotation mark":"Guillemet-virgule double inférieur","Inverted exclamation mark":"Point d'exclamation inversé","Inverted question mark":"Point d'interrogation inversé","Two dot leader":"Deux points","Horizontal ellipsis":"Trois points","Double dagger":"Croix de Lorraine","Per mille sign":"Pour mille","Per ten thousand sign":"Pour dix milles","Double exclamation mark":"Double point d'exclamation","Question exclamation mark":"Point d'interrogation et exclamation","Exclamation question mark":"Point exclamation et question","Double question mark":"Double point d'interrogation","Copyright sign":"Copyright","Registered sign":"Registered","Trade mark sign":"Marque déposée","Section sign":"Paragraphe","Paragraph sign":"Fin de paragraphe","Reversed paragraph sign":"Fin de paragraphe inversé","Character categories":"Catégories de caractères",Styles:"Styles","Multiple styles":"Styles multiples","Block styles":"Styles de bloc","Text styles":"Styles de texte","Insert table":"Insérer un tableau","Header column":"Colonne d'entête","Insert column left":"Insérer une colonne à gauche","Insert column right":"Insérer une colonne à droite","Delete column":"Supprimer la colonne","Select column":"Sélectionner la colonne",Column:"Colonne","Header row":"Ligne d'entête","Insert row below":"Insérer une ligne en-dessous","Insert row above":"Insérer une ligne au-dessus","Delete row":"Supprimer la ligne","Select row":"Sélectionner la ligne",Row:"Ligne","Merge cell up":"Fusionner la cellule au-dessus","Merge cell right":"Fusionner la cellule à droite","Merge cell down":"Fusionner la cellule en-dessous","Merge cell left":"Fusionner la cellule à gauche","Split cell vertically":"Scinder la cellule verticalement","Split cell horizontally":"Scinder la cellule horizontalement","Merge cells":"Fusionner les cellules","Table toolbar":"Barre d'outils des tableaux","Table properties":"Propriétés du tableau","Cell properties":"Propriétés de la cellule",Border:"Bordure",Style:"Style",Width:"Largeur",Height:"Hauteur",Color:"Couleur",Background:"Fond",Padding:"Remplissage pour aérer le texte",Dimensions:"Dimensions","Table cell text alignment":"Alignement du texte de la cellule",Alignment:"Alignement","Horizontal text alignment toolbar":"Barre d'outils pour modifier l'alignement horizontal du texte","Vertical text alignment toolbar":"Barre d'outils pour modifier l'alignement vertical du texte","Table alignment toolbar":"Barre d'outils pour modifier l'alignement du tableau",None:"Aucun",Solid:"Continu",Dotted:"Pointillés",Dashed:"Tirets",Double:"Double",Groove:"Rainuré",Ridge:"Relief",Inset:"Relief intérieur",Outset:"Relief extérieur","Align cell text to the left":"Aligner la cellule à gauche","Align cell text to the center":"Aligner la cellule au centre","Align cell text to the right":"Aligner la cellule à droite","Justify cell text":"Justifier le contenu de la cellule","Align cell text to the top":"Aligner le texte en haut","Align cell text to the middle":"Aligner le texte au milieu","Align cell text to the bottom":"Aligner le texte en bas","Align table to the left":"Aligner le tableau à gauche","Center table":"Centrer le tableau ","Align table to the right":"Aligner le tableau à droite","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"La couleur est invalide. Essayez \"#FF0000\" ou \"rgb(255,0,0)\" ou \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"La valeur est invalide. Essayez \"10px\" ou \"2em\" ou simplement \"2\".","Color picker":"Pipette à couleurs","Toggle caption off":"Désactiver la légende","Toggle caption on":"Activer la légende","Enter table caption":"Saisir la légende du tableau","Rich Text Editor":"Éditeur de texte enrichi","Editor editing area: %0":"Zone d'édition de l'éditeur : %0","Edit block":"Modifier le bloc",Next:"Suivant",Previous:"Précedent","Editor toolbar":"Barre d'outils de l'éditeur","Dropdown toolbar":"Barre d'outils dans un menu déroulant",Black:"Noir","Dim grey":"Gris pâle",Grey:"Gris","Light grey":"Gris clair",White:"Blanc",Red:"Rouge",Orange:"Orange",Yellow:"Jaune","Light green":"Vert clair",Green:"Vert",Aquamarine:"Bleu vert",Turquoise:"Turquoise","Light blue":"Bleu clair",Blue:"Bleu",Purple:"Violet","Editor block content toolbar":"Barre d'outils du contenu du bloc éditeur","Editor contextual toolbar":"Barre d'outils contextuelle de l'éditeur",HEX:"HEX",Accept:"Accepter",Undo:"Annuler",Redo:"Restaurer","Upload in progress":"Téléchargement en cours","Widget toolbar":"Barre d'outils du widget","Insert paragraph before block":"Insérer du texte avant ce bloc","Insert paragraph after block":"Insérer du texte après ce bloc","Press Enter to type after or press Shift + Enter to type before the widget":"Appuyez sur la touche Entrée pour taper après ou sur Maj + Entrée pour taper avant le widget.","Words: %0":"Mots : %0","Characters: %0":"Caractères : %0"} );l.getPluralForm=function(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/gl.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/gl.js index 6b0312a8e883..a299f2c3e6e4 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/gl.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/gl.js @@ -1 +1 @@ -(function(d){ const l = d['gl'] = d['gl'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Aliñar á esquerda","Align right":"Aliñar á dereita","Align center":"Centrar horizontalmente",Justify:"Xustificado","Text alignment":"Aliñamento do texto","Text alignment toolbar":"Barra de ferramentas de aliñamento de textos",Bold:"Negra",Italic:"Itálica",Underline:"Subliñado",Code:"Código",Strikethrough:"Riscado",Subscript:"Subíndice",Superscript:"Superíndice","Block quote":"Cita de bloque","Insert code block":"Inserir bloque de código","Plain text":"Texto simple",Cancel:"Cancelar","Remove color":"Retirar a cor","Restore default":"Restaurar valores predeterminados",Save:"Gardar","Show more items":"Amosar máis elementos","%0 of %1":"%0 de %1","Cannot upload file:":"Non é posíbel cargar o ficheiro:","Rich Text Editor. Editing area: %0":"Editor de texto mellorado. Área de edición: %0","Find and replace":"Buscar e substituír","Find in text…":"Buscar no texto…",Find:"Buscar","Previous result":"Resultado anterior","Next result":"Seguinte resultado",Replace:"Substituír","Replace all":"Substituír todo","Match case":"Coincidencia de maiúsculas","Whole words only":"Só palabras enteiras","Replace with…":"Substituír por…","Text to find must not be empty.":"O texto a buscar non debe estar baleiro.","Tip: Find some text first in order to replace it.":"Consello: primeiro busca algo de texto para substituílo.","Show options":"Amosar as opcións",Paragraph:"Parágrafo",Heading:"Título","Choose heading":"Escolla o título","Heading 1":"Título 1","Heading 2":"Título 2","Heading 3":"Título 3","Heading 4":"Título 4","Heading 5":"Título 5","Heading 6":"Título 6","Type your title":"Escriba o seu título","Type or paste your content here.":"Escriba ou pegue o seu contido aquí.","Horizontal line":"Liña horizontal","HTML object":"Obxecto HTML","Increase indent":"Aumentar sangrado","Decrease indent":"Reducir sangrado",Unlink:"Desligar",Link:"Ligar","Link URL":"URL de ligazón","Link image":"Ligazón da imaxe","Edit link":"Editar a ligazón","Open link in new tab":"Abrir a ligazón nunha nova lapela","This link has no URL":"Esta ligazón non ten URL","Open in a new tab":"Abrir nunha nova lapela",Downloadable:"Descargábel","Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","To-do List":"Lista de cousas por facer","Bulleted list styles toolbar":"Barra de ferramentas de estilos de lista con viñetas","Numbered list styles toolbar":"Barra de ferramentas de estilos de lista numerada","Toggle the disc list style":"Alternar o estilo da lista «discos»","Toggle the circle list style":"Alternar o estilo da lista «círculos»","Toggle the square list style":"Alternar o estilo da lista «cadrados»","Toggle the decimal list style":"Alternar o estilo da lista «decimais»","Toggle the decimal with leading zero list style":"Activar/desactivar o estilo «decimais con cero á esquerda»","Toggle the lower–roman list style":"Activar/desactivar o estilo da lista «núm. romanos en minúscula»","Toggle the upper–roman list style":"Activar/desactivar o estilo da lista «núm. romanos en maiúscula»","Toggle the lower–latin list style":"Activar/desactivar o estilo da lista «letras minúsculas»","Toggle the upper–latin list style":"Activar/desactivar o estilo da lista «letras maiúsculas»",Disc:"Discos",Circle:"Círculos",Square:"Cadrados",Decimal:"Decimais","Decimal with leading zero":"Decimais con cero á esquerda","Lower–roman":"Núm, romanos en minúscula","Upper-roman":"Núm, romanos en maiúscula","Lower-latin":"Letras minúsculas","Upper-latin":"Letras maiúsculas","List properties":"Lista de propiedades","Start at":"Comezar en","Start index must be greater than 0.":"O índice de inicio debe ser maior que 0.","Reversed order":"Orde inversa","Remove Format":"Retirar o formato","Select all":"Seleccionar todo",Source:"Orixe","Special characters":"Caracteres especiais",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"frecha dobre cara á esquerda","rightwards double arrow":"frecha dobre cara á dereita","upwards double arrow":"frecha dobre cara arriba","downwards double arrow":"frecha dobre cara abaixo","leftwards dashed arrow":"frecha de guións cara á esquerda","rightwards dashed arrow":"frecha de guións cara á dereita","upwards dashed arrow":"frecha de guións cara arriba","downwards dashed arrow":"frecha de guións cara abaixo","leftwards arrow to bar":"frecha cara á esquerda con tope","rightwards arrow to bar":"frecha cara á dereita con tope","upwards arrow to bar":"frecha cara arriba con tope","downwards arrow to bar":"frecha cara abaixo con tope","up down arrow with base":"frecha arriba-abaixo con base","back with leftwards arrow above":"cara atrás, coa frecha cara á esquerda enriba","end with leftwards arrow above":"final, coa frecha cara á esquerda enriba","on with exclamation mark with left right arrow above":"activado, con signo de exclamación coa frecha esquerda-dereita enrriba","soon with rightwards arrow above":"logo, coa frecha cara á dereita enriba","top with upwards arrow above":"superior, coa frecha cara arriba enriba","Dollar sign":"Símbolo do dolar","Euro sign":"Símbolo do euro","Yen sign":"Símbolo do yen","Pound sign":"Símbolo da libra","Cent sign":"Símbolo do centavo","Euro-currency sign":"Símbolo da moeda do euro","Colon sign":"Símbolo do colón","Cruzeiro sign":"Símbolo do cruceiro","French franc sign":"Símbolo do franco francés","Lira sign":"Símbolo da lira","Currency sign":"Símbolo de moeda","Bitcoin sign":"Símbolo do Bitcoin","Mill sign":"Símbolo do mill","Naira sign":"Símbolo da naira","Peseta sign":"Símbolo da peseta","Rupee sign":"Símbolo da rupia","Won sign":"Símbolo do won","New sheqel sign":"Símbolo do novo xequel","Dong sign":"Símbolo do dong","Kip sign":"Símbolo do kip","Tugrik sign":"Símbolo do tugrik","Drachma sign":"Símbolo do dracma","German penny sign":"Símbolo do penique alemán","Peso sign":"Símbolo do peso","Guarani sign":"Símbolo do guaraní","Austral sign":"Símbolo do austral","Hryvnia sign":"Símbolo do hryvnia","Cedi sign":"Símbolo do cedi","Livre tournois sign":"Símbolo da libra tournois","Spesmilo sign":"Símbolo do spesmilo","Tenge sign":"Símbolo do tenge","Indian rupee sign":"Símbolo da rupia india","Turkish lira sign":"Símbolo da lira turca","Nordic mark sign":"Símbolo do marco nordico","Manat sign":"Símbolo do manat","Ruble sign":"Símbolo do rublo","Latin capital letter a with macron":"A maiúsculo latino con macron","Latin small letter a with macron":"a minúsculo latino con macron","Latin capital letter a with breve":"A maiúsculo latino con acento breve","Latin small letter a with breve":"a minúsculo latino con acento breve","Latin capital letter a with ogonek":"A maiúsculo latino con ogonek","Latin small letter a with ogonek":"a minúsculo latino con ogonek","Latin capital letter c with acute":"C maiúsculo latino con acento agudo","Latin small letter c with acute":"c minúsculo latino con acento agudo","Latin capital letter c with circumflex":"C maiúsculo latino con acento circunflexo","Latin small letter c with circumflex":"c minúsculo latino con acento circunflexo","Latin capital letter c with dot above":"C maiúsculo latino con punto enriba","Latin small letter c with dot above":"c minúsculo latino con punto enriba","Latin capital letter c with caron":"C maiúsculo latino con caron","Latin small letter c with caron":"cminúsculo latino con caron","Latin capital letter d with caron":"D maiúsculo latino con caron","Latin small letter d with caron":"d minúsculo latino con caron","Latin capital letter d with stroke":"D maiúsculo latino barrado","Latin small letter d with stroke":"d minúsculo latino barrado","Latin capital letter e with macron":"E maiúsculo latino con macron","Latin small letter e with macron":"e minúsculo latino con macron","Latin capital letter e with breve":"E maiúsculo latino con acento breve","Latin small letter e with breve":"e minúsculo latino con acento breve","Latin capital letter e with dot above":"E maiúsculo latino con punto enriba","Latin small letter e with dot above":"e minúsculo latino con punto enriba","Latin capital letter e with ogonek":"E maiúsculo latino con ogonek","Latin small letter e with ogonek":"e minúsculo latino con ogonek","Latin capital letter e with caron":"E maiúsculo latino con caron","Latin small letter e with caron":"e minúsculo latino con caron","Latin capital letter g with circumflex":"G maiúsculo latino con acento circunflexo","Latin small letter g with circumflex":"g minúsculo latino con acento circunflexo","Latin capital letter g with breve":"G maiúsculo latino con acento breve","Latin small letter g with breve":"g minúsculo latino con acento breve","Latin capital letter g with dot above":"G maiúsculo latino con punto enriba","Latin small letter g with dot above":"g minúsculo latino con punto enriba","Latin capital letter g with cedilla":"G maiúsculo latino con cedilla","Latin small letter g with cedilla":"g minúsculo latino con cedilla","Latin capital letter h with circumflex":"H maiúsculo latino con acento circunflexo","Latin small letter h with circumflex":"h minúsculo latino con acento circunflexo","Latin capital letter h with stroke":"H maiúsculo latino barrado","Latin small letter h with stroke":"h minúsculo latino barrado","Latin capital letter i with tilde":"I maiúsculo latino con til","Latin small letter i with tilde":"i minúsculo latino con til","Latin capital letter i with macron":"I maiúsculo latino con macron","Latin small letter i with macron":"i minúsculo latino con macron","Latin capital letter i with breve":"I maiúsculo latino con acento breve","Latin small letter i with breve":"i minúsculo latino con acento breve","Latin capital letter i with ogonek":"I maiúsculo latino con ogonek","Latin small letter i with ogonek":"i minúsculo latino con ogonek","Latin capital letter i with dot above":"I maiúsculo latino con punto enriba","Latin small letter dotless i":"i minúsculo latino sen punto","Latin capital ligature ij":"Ligadura IJ maiúsculo latino","Latin small ligature ij":"Ligadura ij minúsculo latino","Latin capital letter j with circumflex":"J maiúsculo latino con acento circunflexo","Latin small letter j with circumflex":"j minúsculo latino con acento circunflexo","Latin capital letter k with cedilla":"K maiúsculo latino con cedilla","Latin small letter k with cedilla":"k minúsculo latino con cedilla","Latin small letter kra":"Letra kra minúscula","Latin capital letter l with acute":"L maiúsculo latino con acento agudo","Latin small letter l with acute":"l minúsculo latino con acento agudo","Latin capital letter l with cedilla":"L maiúsculo latino con cedilla","Latin small letter l with cedilla":"l minúsculo latino con cedilla","Latin capital letter l with caron":"L maiúsculo latino con caron","Latin small letter l with caron":"l minúsculo latino con caron","Latin capital letter l with middle dot":"L maiúsculo latino con punto medio","Latin small letter l with middle dot":"l minúsculo latino con punto medio","Latin capital letter l with stroke":"L maiúsculo latino barrado","Latin small letter l with stroke":"l minúsculo latino barrado","Latin capital letter n with acute":"N maiúsculo latino con acento agudo","Latin small letter n with acute":"n minúsculo latino con acento agudo","Latin capital letter n with cedilla":"N maiúsculo latino con cedilla","Latin small letter n with cedilla":"n minúsculo latino con cedilla","Latin capital letter n with caron":"N maiúsculo latino con caron","Latin small letter n with caron":"n minúsculo latino con caron","Latin small letter n preceded by apostrophe":"n minúsculo latino precedido de apostrofe","Latin capital letter eng":"Eng (engma) mziúsculo latino","Latin small letter eng":"Eng (engma) minúsculo latino","Latin capital letter o with macron":"O maiúsculo latino con macron","Latin small letter o with macron":"o minúsculo latino con macron","Latin capital letter o with breve":"O maiúsculo latino con acento breve","Latin small letter o with breve":"o minúsculo latino con acento breve","Latin capital letter o with double acute":"O maiúsculo latino con acento agudo dobre","Latin small letter o with double acute":"o minúsculo latino con acento agudo dobre","Latin capital ligature oe":"Ligadura OE maiúsculo latino","Latin small ligature oe":"Ligadura oe minúsculo latino","Latin capital letter r with acute":"R maiúsculo latino con acento agudo","Latin small letter r with acute":"r minúsculo latino con acento agudo","Latin capital letter r with cedilla":"R maiúsculo latino con cedilla","Latin small letter r with cedilla":"r minúsculo latino con cedilla","Latin capital letter r with caron":"R maiúsculo latino con caron","Latin small letter r with caron":"r minúsculo latino con caron","Latin capital letter s with acute":"S maiúsculo latino con acento agudo","Latin small letter s with acute":"s minúsculo latino con acento agudo","Latin capital letter s with circumflex":"S maiúsculo latino con acento circunflexo","Latin small letter s with circumflex":"s minúsculo latino con acento circunflexo","Latin capital letter s with cedilla":"S maiúsculo latino con cedilla","Latin small letter s with cedilla":"s minúsculo latino con cedilla","Latin capital letter s with caron":"S maiúsculo latino con caron","Latin small letter s with caron":"s minúsculo latino con caron","Latin capital letter t with cedilla":"T maiúsculo latino con cedilla","Latin small letter t with cedilla":"t minúsculo latino con cedilla","Latin capital letter t with caron":"T maiúsculo latino con caron","Latin small letter t with caron":"t minúsculo latino con caron","Latin capital letter t with stroke":"T maiúsculo latino barrado","Latin small letter t with stroke":"t minúsculo latino barrado","Latin capital letter u with tilde":"U maiúsculo latino con til","Latin small letter u with tilde":"u minúsculo latino con til","Latin capital letter u with macron":"U maiúsculo latino con macron","Latin small letter u with macron":"u minúsculo latino con macron","Latin capital letter u with breve":"U maiúsculo latino con acento breve","Latin small letter u with breve":"u minúsculo latino con acento breve","Latin capital letter u with ring above":"U maiúsculo latino con anel enriba","Latin small letter u with ring above":"u minúsculo latino con anel enriba","Latin capital letter u with double acute":"U maiúsculo latino con acento agudo dobre","Latin small letter u with double acute":"u minúsculo latino con acento agudo dobre","Latin capital letter u with ogonek":"U maiúsculo latino con ogonek","Latin small letter u with ogonek":"u minúsculo latino con ogonek","Latin capital letter w with circumflex":"W maiúsculo latino con acento circunflexo","Latin small letter w with circumflex":"w minúsculo latino con acento circunflexo","Latin capital letter y with circumflex":"Y maiúsculo latino con acento circunflexo","Latin small letter y with circumflex":"y minúsculo latino con acento circunflexo","Latin capital letter y with diaeresis":"Y maiúsculo latino con diérese","Latin capital letter z with acute":"Z maiúsculo latino con acento agudo","Latin small letter z with acute":"z minúsculo latino con acento agudo","Latin capital letter z with dot above":"Z maiúsculo latino con punto enriba","Latin small letter z with dot above":"z minúsculo latino con punto enriba","Latin capital letter z with caron":"Z maiúsculo latino con caron","Latin small letter z with caron":"z minúsculo latino con caron","Latin small letter long s":"s minúsculo latino larga","Less-than sign":"Menor que","Greater-than sign":"Maior que","Less-than or equal to":"Menor ou igual que","Greater-than or equal to":"Maior ou igual que","En dash":"Guión curto","Em dash":"Guión longo (raia)",Macron:"Macron",Overline:"Liña superior","Degree sign":"Signo de grao","Minus sign":"Signo menos","Plus-minus sign":"Signo más/menos","Division sign":"Signo de división","Fraction slash":"Barra de fracción","Multiplication sign":"Signo de multiplicación","Latin small letter f with hook":"f minúsculo latino con gancho",Integral:"Integral","N-ary summation":"Suma de n elementos, sumatorio",Infinity:"Infinito","Square root":"Raíz cadrada","Tilde operator":"Operador til","Approximately equal to":"Aproximadamente igual a","Almost equal to":"Case igual a","Not equal to":"Distinto de","Identical to":"Idéntico a","Element of":"Pertenza","Not an element of":"Non pertenza","Contains as member":"Conten a","N-ary product":"Produto de n elementos, produtorio","Logical and":"E lóxico (conxunción)","Logical or":"Ou lóxico (disxunción)","Not sign":"Signo non",Intersection:"Intersección",Union:"Unión","Partial differential":"Derivada parcial","For all":"Para todo","There exists":"Existe","Empty set":"Conxunto baleiro",Nabla:"Nabla (Gradiente)","Asterisk operator":"Operador asterisco","Proportional to":"Proporcional a",Angle:"Ángulo","Vulgar fraction one quarter":"Fracción común dun cuarto","Vulgar fraction one half":"Fracción común dun medio","Vulgar fraction three quarters":"Fracción común de tres cuartos","Single left-pointing angle quotation mark":"Marca de acoutamento ángulo esquerdo sinxelo","Single right-pointing angle quotation mark":"Marca de acoutamento ángulo dereito sinxelo","Left-pointing double angle quotation mark":"Marca de acoutamento ángulo esquerdo dobre","Right-pointing double angle quotation mark":"Marca de acoutamento ángulo dereito dobre","Left single quotation mark":"Marca de acoutamento comiña sinxela esquerda","Right single quotation mark":"Marca de acoutamento comiña sinxela dereita","Left double quotation mark":"Marca de acoutamento comiña dobre esquerda","Right double quotation mark":"Marca de acoutamento comiña dobre dereita","Single low-9 quotation mark":"Marca de acoutamento comiña sinxela baixo-9","Double low-9 quotation mark":"Marca de acoutamento comiña dobre baixo-9","Inverted exclamation mark":"Marca invertida de exclamación","Inverted question mark":"Marca invertida de interrogación","Two dot leader":"Líder de dous puntos","Horizontal ellipsis":"Elipse horizontal","Double dagger":"Daga dobre","Per mille sign":"Signo de por milleiro","Per ten thousand sign":"Signo de por dez mil","Double exclamation mark":"Marca de dobre exclamación","Question exclamation mark":"Marca de interrogación exclamación","Exclamation question mark":"Marca de exclamación interrogación","Double question mark":"Marca de dobre interrogación","Copyright sign":"Símbolo de copyright","Registered sign":"Símbolo de rexistrado","Trade mark sign":"Símbolo de marca de fábrica","Section sign":"Signo de sección","Paragraph sign":"Signo de parágrafo","Reversed paragraph sign":"Signo invertido do parágrafo","Character categories":"Categorías de caracteres",Styles:"Estilos","Multiple styles":"Múltiples estilos","Block styles":"Estilos de bloque","Text styles":"Estilos de texto","Insert table":"Inserir táboa","Header column":"Cabeceira de columna","Insert column left":"Inserir columna á esquerda","Insert column right":"Inserir columna á dereita","Delete column":"Eliminar columna","Select column":"Seleccionar columna",Column:"Columna","Header row":"Cabeceira de fila","Insert row below":"Inserir fila embaixo","Insert row above":"Inserir fila enriba","Delete row":"Eliminar fila","Select row":"Seleccionar fila",Row:"Fila","Merge cell up":"Combinar cela cara arriba","Merge cell right":"Combinar cela cara a dereita","Merge cell down":"Combinar cela cara abaixo","Merge cell left":"Combinar cela cara a esquerda","Split cell vertically":"Dividir cela en vertical","Split cell horizontally":"Dividir cela en horizontal","Merge cells":"Combinar celas","Table toolbar":"Barra de ferramentas de táboas","Table properties":"Propiedades da táboa","Cell properties":"Propiedades da cela",Border:"Bordo",Style:"Estilo",Width:"Largo",Height:"Alto",Color:"Cor",Background:"Fondo",Padding:"Recheo",Dimensions:"Dimensións","Table cell text alignment":"Aliñamento do texto das celas da táboa",Alignment:"Aliñamento","Horizontal text alignment toolbar":"Barra de ferramentas de aliñamento de texto horizontal","Vertical text alignment toolbar":"Barra de ferramentas de aliñamento de texto vertical","Table alignment toolbar":"Barra de ferramentas de aliñamento da táboa",None:"Ningún",Solid:"Sólido",Dotted:"Punteado",Dashed:"Raiado",Double:"Dobre",Groove:"Rañura",Ridge:"Crista",Inset:"Inserción",Outset:"Inicio","Align cell text to the left":"Aliñar o texto da cela á esquerda","Align cell text to the center":"Aliñar o texto da cela ao centro","Align cell text to the right":"Aliña o texto da cela á dereita","Justify cell text":"Xustificar o texto da cela","Align cell text to the top":"Aliñar o texto da cela á parte superior","Align cell text to the middle":"Aliñar o texto da cela ao medio","Align cell text to the bottom":"Aliñar o texto da cela á base","Align table to the left":"Aliñar a táboa á esquerda","Center table":"Centrar a táboa","Align table to the right":"Aliñar a táboa á dereita","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"A cor non é válida. Probe «#FF0000» ou «rgb(255,0,0)» ou «vermello».","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"O valor non é válido. Probe «10px» ou «2em» ou simplemente «2».","Color picker":"Selector de cores","Toggle caption off":"Desactivar os subtítulos","Toggle caption on":"Activar os subtítulos","Enter table caption":"Introduza o título da táboa","Rich Text Editor":"Editor de texto mellorado","Editor editing area: %0":"Área de edición do editor: %0","Edit block":"Editar bloque",Next:"Seguinte",Previous:"Anterior","Editor toolbar":"Barra de ferramentas do editor","Dropdown toolbar":"Barra de ferramentas despregábel",Black:"Negro","Dim grey":"Gris fume",Grey:"Gris","Light grey":"Gris claro",White:"Branco",Red:"Vermello",Orange:"Laranxa",Yellow:"Amarelo","Light green":"Verde claro",Green:"Verde",Aquamarine:"Augamariña",Turquoise:"Turquesa","Light blue":"Azul claro",Blue:"Azul",Purple:"Púrpura","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"Desfacer",Redo:"Refacer","Upload in progress":"Envío en proceso","Widget toolbar":"Barra de ferramentas de trebellos","Insert paragraph before block":"Inserir parágrafo antes do bloque","Insert paragraph after block":"Inserir parágrafo após o bloque","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"Palabras: %0","Characters: %0":"Caracteres: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['gl'] = d['gl'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Aliñar á esquerda","Align right":"Aliñar á dereita","Align center":"Centrar horizontalmente",Justify:"Xustificado","Text alignment":"Aliñamento do texto","Text alignment toolbar":"Barra de ferramentas de aliñamento de textos",Bold:"Negra",Italic:"Itálica",Underline:"Subliñado",Code:"Código",Strikethrough:"Riscado",Subscript:"Subíndice",Superscript:"Superíndice","Block quote":"Cita de bloque","Insert code block":"Inserir bloque de código","Plain text":"Texto simple",Cancel:"Cancelar","Remove color":"Retirar a cor","Restore default":"Restaurar valores predeterminados",Save:"Gardar","Show more items":"Amosar máis elementos","%0 of %1":"%0 de %1","Cannot upload file:":"Non é posíbel enviar o ficheiro:","Rich Text Editor. Editing area: %0":"Editor de texto mellorado. Área de edición: %0","Find and replace":"Buscar e substituír","Find in text…":"Buscar no texto…",Find:"Buscar","Previous result":"Resultado anterior","Next result":"Seguinte resultado",Replace:"Substituír","Replace all":"Substituír todo","Match case":"Coincidencia de maiúsculas","Whole words only":"Só palabras enteiras","Replace with…":"Substituír por…","Text to find must not be empty.":"O texto a buscar non debe estar baleiro.","Tip: Find some text first in order to replace it.":"Consello: primeiro busca algo de texto para substituílo.","Show options":"Amosar as opcións",Paragraph:"Parágrafo",Heading:"Título","Choose heading":"Escolla o título","Heading 1":"Título 1","Heading 2":"Título 2","Heading 3":"Título 3","Heading 4":"Título 4","Heading 5":"Título 5","Heading 6":"Título 6","Type your title":"Escriba o seu título","Type or paste your content here.":"Escriba ou pegue o seu contido aquí.","Horizontal line":"Liña horizontal","HTML object":"Obxecto HTML","Increase indent":"Aumentar sangrado","Decrease indent":"Reducir sangrado",Unlink:"Desligar",Link:"Ligar","Link URL":"URL de ligazón","Link image":"Ligazón da imaxe","Edit link":"Editar a ligazón","Open link in new tab":"Abrir a ligazón nunha nova lapela","This link has no URL":"Esta ligazón non ten URL","Open in a new tab":"Abrir nunha nova lapela",Downloadable:"Descargábel","Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","To-do List":"Lista de cousas por facer","Bulleted list styles toolbar":"Barra de ferramentas de estilos de lista con viñetas","Numbered list styles toolbar":"Barra de ferramentas de estilos de lista numerada","Toggle the disc list style":"Alternar o estilo da lista «discos»","Toggle the circle list style":"Alternar o estilo da lista «círculos»","Toggle the square list style":"Alternar o estilo da lista «cadrados»","Toggle the decimal list style":"Alternar o estilo da lista «decimais»","Toggle the decimal with leading zero list style":"Activar/desactivar o estilo «decimais con cero á esquerda»","Toggle the lower–roman list style":"Activar/desactivar o estilo da lista «núm. romanos en minúscula»","Toggle the upper–roman list style":"Activar/desactivar o estilo da lista «núm. romanos en maiúscula»","Toggle the lower–latin list style":"Activar/desactivar o estilo da lista «letras minúsculas»","Toggle the upper–latin list style":"Activar/desactivar o estilo da lista «letras maiúsculas»",Disc:"Discos",Circle:"Círculos",Square:"Cadrados",Decimal:"Decimais","Decimal with leading zero":"Decimais con cero á esquerda","Lower–roman":"Núm, romanos en minúscula","Upper-roman":"Núm, romanos en maiúscula","Lower-latin":"Letras minúsculas","Upper-latin":"Letras maiúsculas","List properties":"Lista de propiedades","Start at":"Comezar en","Start index must be greater than 0.":"O índice de inicio debe ser maior que 0.","Reversed order":"Orde inversa","Remove Format":"Retirar o formato","Select all":"Seleccionar todo","Show blocks":"Amosar os bloques",Source:"Orixe","Special characters":"Caracteres especiais",All:"Todos",Arrows:"Frechas",Currency:"Moedas",Latin:"Latinos",Mathematical:"Matemáticos",Text:"Texto","leftwards simple arrow":"frecha simple cara a esquerda","rightwards simple arrow":"frecha simple cara a dereita","upwards simple arrow":"frecha simple cara arriba","downwards simple arrow":"frecha simple cara abaixo","leftwards double arrow":"frecha dobre cara a esquerda","rightwards double arrow":"frecha dobre cara a dereita","upwards double arrow":"frecha dobre cara arriba","downwards double arrow":"frecha dobre cara abaixo","leftwards dashed arrow":"frecha de guións cara a esquerda","rightwards dashed arrow":"frecha de guións cara a dereita","upwards dashed arrow":"frecha de guións cara arriba","downwards dashed arrow":"frecha de guións cara abaixo","leftwards arrow to bar":"frecha cara a esquerda con tope","rightwards arrow to bar":"frecha cara a dereita con tope","upwards arrow to bar":"frecha cara arriba con tope","downwards arrow to bar":"frecha cara abaixo con tope","up down arrow with base":"frecha arriba-abaixo con base","back with leftwards arrow above":"cara atrás, coa frecha cara a esquerda enriba","end with leftwards arrow above":"final, coa frecha cara a esquerda enriba","on with exclamation mark with left right arrow above":"activado, con signo de exclamación coa frecha esquerda-dereita enrriba","soon with rightwards arrow above":"logo, coa frecha cara a dereita enriba","top with upwards arrow above":"superior, coa frecha cara arriba enriba","Dollar sign":"Símbolo do dolar","Euro sign":"Símbolo do euro","Yen sign":"Símbolo do yen","Pound sign":"Símbolo da libra","Cent sign":"Símbolo do centavo","Euro-currency sign":"Símbolo da moeda do euro","Colon sign":"Símbolo do colón","Cruzeiro sign":"Símbolo do cruceiro","French franc sign":"Símbolo do franco francés","Lira sign":"Símbolo da lira","Currency sign":"Símbolo de moeda","Bitcoin sign":"Símbolo do Bitcoin","Mill sign":"Símbolo do mill","Naira sign":"Símbolo da naira","Peseta sign":"Símbolo da peseta","Rupee sign":"Símbolo da rupia","Won sign":"Símbolo do won","New sheqel sign":"Símbolo do novo xequel","Dong sign":"Símbolo do dong","Kip sign":"Símbolo do kip","Tugrik sign":"Símbolo do tugrik","Drachma sign":"Símbolo do dracma","German penny sign":"Símbolo do penique alemán","Peso sign":"Símbolo do peso","Guarani sign":"Símbolo do guaraní","Austral sign":"Símbolo do austral","Hryvnia sign":"Símbolo do hryvnia","Cedi sign":"Símbolo do cedi","Livre tournois sign":"Símbolo da libra tournois","Spesmilo sign":"Símbolo do spesmilo","Tenge sign":"Símbolo do tenge","Indian rupee sign":"Símbolo da rupia india","Turkish lira sign":"Símbolo da lira turca","Nordic mark sign":"Símbolo do marco nordico","Manat sign":"Símbolo do manat","Ruble sign":"Símbolo do rublo","Latin capital letter a with macron":"A maiúsculo latino con macron","Latin small letter a with macron":"a minúsculo latino con macron","Latin capital letter a with breve":"A maiúsculo latino con acento breve","Latin small letter a with breve":"a minúsculo latino con acento breve","Latin capital letter a with ogonek":"A maiúsculo latino con ogonek","Latin small letter a with ogonek":"a minúsculo latino con ogonek","Latin capital letter c with acute":"C maiúsculo latino con acento agudo","Latin small letter c with acute":"c minúsculo latino con acento agudo","Latin capital letter c with circumflex":"C maiúsculo latino con acento circunflexo","Latin small letter c with circumflex":"c minúsculo latino con acento circunflexo","Latin capital letter c with dot above":"C maiúsculo latino con punto enriba","Latin small letter c with dot above":"c minúsculo latino con punto enriba","Latin capital letter c with caron":"C maiúsculo latino con caron","Latin small letter c with caron":"cminúsculo latino con caron","Latin capital letter d with caron":"D maiúsculo latino con caron","Latin small letter d with caron":"d minúsculo latino con caron","Latin capital letter d with stroke":"D maiúsculo latino barrado","Latin small letter d with stroke":"d minúsculo latino barrado","Latin capital letter e with macron":"E maiúsculo latino con macron","Latin small letter e with macron":"e minúsculo latino con macron","Latin capital letter e with breve":"E maiúsculo latino con acento breve","Latin small letter e with breve":"e minúsculo latino con acento breve","Latin capital letter e with dot above":"E maiúsculo latino con punto enriba","Latin small letter e with dot above":"e minúsculo latino con punto enriba","Latin capital letter e with ogonek":"E maiúsculo latino con ogonek","Latin small letter e with ogonek":"e minúsculo latino con ogonek","Latin capital letter e with caron":"E maiúsculo latino con caron","Latin small letter e with caron":"e minúsculo latino con caron","Latin capital letter g with circumflex":"G maiúsculo latino con acento circunflexo","Latin small letter g with circumflex":"g minúsculo latino con acento circunflexo","Latin capital letter g with breve":"G maiúsculo latino con acento breve","Latin small letter g with breve":"g minúsculo latino con acento breve","Latin capital letter g with dot above":"G maiúsculo latino con punto enriba","Latin small letter g with dot above":"g minúsculo latino con punto enriba","Latin capital letter g with cedilla":"G maiúsculo latino con cedilla","Latin small letter g with cedilla":"g minúsculo latino con cedilla","Latin capital letter h with circumflex":"H maiúsculo latino con acento circunflexo","Latin small letter h with circumflex":"h minúsculo latino con acento circunflexo","Latin capital letter h with stroke":"H maiúsculo latino barrado","Latin small letter h with stroke":"h minúsculo latino barrado","Latin capital letter i with tilde":"I maiúsculo latino con til","Latin small letter i with tilde":"i minúsculo latino con til","Latin capital letter i with macron":"I maiúsculo latino con macron","Latin small letter i with macron":"i minúsculo latino con macron","Latin capital letter i with breve":"I maiúsculo latino con acento breve","Latin small letter i with breve":"i minúsculo latino con acento breve","Latin capital letter i with ogonek":"I maiúsculo latino con ogonek","Latin small letter i with ogonek":"i minúsculo latino con ogonek","Latin capital letter i with dot above":"I maiúsculo latino con punto enriba","Latin small letter dotless i":"i minúsculo latino sen punto","Latin capital ligature ij":"Ligadura IJ maiúsculo latino","Latin small ligature ij":"Ligadura ij minúsculo latino","Latin capital letter j with circumflex":"J maiúsculo latino con acento circunflexo","Latin small letter j with circumflex":"j minúsculo latino con acento circunflexo","Latin capital letter k with cedilla":"K maiúsculo latino con cedilla","Latin small letter k with cedilla":"k minúsculo latino con cedilla","Latin small letter kra":"Letra kra minúscula","Latin capital letter l with acute":"L maiúsculo latino con acento agudo","Latin small letter l with acute":"l minúsculo latino con acento agudo","Latin capital letter l with cedilla":"L maiúsculo latino con cedilla","Latin small letter l with cedilla":"l minúsculo latino con cedilla","Latin capital letter l with caron":"L maiúsculo latino con caron","Latin small letter l with caron":"l minúsculo latino con caron","Latin capital letter l with middle dot":"L maiúsculo latino con punto medio","Latin small letter l with middle dot":"l minúsculo latino con punto medio","Latin capital letter l with stroke":"L maiúsculo latino barrado","Latin small letter l with stroke":"l minúsculo latino barrado","Latin capital letter n with acute":"N maiúsculo latino con acento agudo","Latin small letter n with acute":"n minúsculo latino con acento agudo","Latin capital letter n with cedilla":"N maiúsculo latino con cedilla","Latin small letter n with cedilla":"n minúsculo latino con cedilla","Latin capital letter n with caron":"N maiúsculo latino con caron","Latin small letter n with caron":"n minúsculo latino con caron","Latin small letter n preceded by apostrophe":"n minúsculo latino precedido de apostrofe","Latin capital letter eng":"Eng (engma) mziúsculo latino","Latin small letter eng":"Eng (engma) minúsculo latino","Latin capital letter o with macron":"O maiúsculo latino con macron","Latin small letter o with macron":"o minúsculo latino con macron","Latin capital letter o with breve":"O maiúsculo latino con acento breve","Latin small letter o with breve":"o minúsculo latino con acento breve","Latin capital letter o with double acute":"O maiúsculo latino con acento agudo dobre","Latin small letter o with double acute":"o minúsculo latino con acento agudo dobre","Latin capital ligature oe":"Ligadura OE maiúsculo latino","Latin small ligature oe":"Ligadura oe minúsculo latino","Latin capital letter r with acute":"R maiúsculo latino con acento agudo","Latin small letter r with acute":"r minúsculo latino con acento agudo","Latin capital letter r with cedilla":"R maiúsculo latino con cedilla","Latin small letter r with cedilla":"r minúsculo latino con cedilla","Latin capital letter r with caron":"R maiúsculo latino con caron","Latin small letter r with caron":"r minúsculo latino con caron","Latin capital letter s with acute":"S maiúsculo latino con acento agudo","Latin small letter s with acute":"s minúsculo latino con acento agudo","Latin capital letter s with circumflex":"S maiúsculo latino con acento circunflexo","Latin small letter s with circumflex":"s minúsculo latino con acento circunflexo","Latin capital letter s with cedilla":"S maiúsculo latino con cedilla","Latin small letter s with cedilla":"s minúsculo latino con cedilla","Latin capital letter s with caron":"S maiúsculo latino con caron","Latin small letter s with caron":"s minúsculo latino con caron","Latin capital letter t with cedilla":"T maiúsculo latino con cedilla","Latin small letter t with cedilla":"t minúsculo latino con cedilla","Latin capital letter t with caron":"T maiúsculo latino con caron","Latin small letter t with caron":"t minúsculo latino con caron","Latin capital letter t with stroke":"T maiúsculo latino barrado","Latin small letter t with stroke":"t minúsculo latino barrado","Latin capital letter u with tilde":"U maiúsculo latino con til","Latin small letter u with tilde":"u minúsculo latino con til","Latin capital letter u with macron":"U maiúsculo latino con macron","Latin small letter u with macron":"u minúsculo latino con macron","Latin capital letter u with breve":"U maiúsculo latino con acento breve","Latin small letter u with breve":"u minúsculo latino con acento breve","Latin capital letter u with ring above":"U maiúsculo latino con anel enriba","Latin small letter u with ring above":"u minúsculo latino con anel enriba","Latin capital letter u with double acute":"U maiúsculo latino con acento agudo dobre","Latin small letter u with double acute":"u minúsculo latino con acento agudo dobre","Latin capital letter u with ogonek":"U maiúsculo latino con ogonek","Latin small letter u with ogonek":"u minúsculo latino con ogonek","Latin capital letter w with circumflex":"W maiúsculo latino con acento circunflexo","Latin small letter w with circumflex":"w minúsculo latino con acento circunflexo","Latin capital letter y with circumflex":"Y maiúsculo latino con acento circunflexo","Latin small letter y with circumflex":"y minúsculo latino con acento circunflexo","Latin capital letter y with diaeresis":"Y maiúsculo latino con diérese","Latin capital letter z with acute":"Z maiúsculo latino con acento agudo","Latin small letter z with acute":"z minúsculo latino con acento agudo","Latin capital letter z with dot above":"Z maiúsculo latino con punto enriba","Latin small letter z with dot above":"z minúsculo latino con punto enriba","Latin capital letter z with caron":"Z maiúsculo latino con caron","Latin small letter z with caron":"z minúsculo latino con caron","Latin small letter long s":"s minúsculo latino larga","Less-than sign":"Menor que","Greater-than sign":"Maior que","Less-than or equal to":"Menor ou igual que","Greater-than or equal to":"Maior ou igual que","En dash":"Guión curto","Em dash":"Guión longo (raia)",Macron:"Macron",Overline:"Liña superior","Degree sign":"Signo de grao","Minus sign":"Signo menos","Plus-minus sign":"Signo más/menos","Division sign":"Signo de división","Fraction slash":"Barra de fracción","Multiplication sign":"Signo de multiplicación","Latin small letter f with hook":"f minúsculo latino con gancho",Integral:"Integral","N-ary summation":"Suma de n elementos, sumatorio",Infinity:"Infinito","Square root":"Raíz cadrada","Tilde operator":"Operador til","Approximately equal to":"Aproximadamente igual a","Almost equal to":"Case igual a","Not equal to":"Distinto de","Identical to":"Idéntico a","Element of":"Pertenza","Not an element of":"Non pertenza","Contains as member":"Conten a","N-ary product":"Produto de n elementos, produtorio","Logical and":"E lóxico (conxunción)","Logical or":"Ou lóxico (disxunción)","Not sign":"Signo non",Intersection:"Intersección",Union:"Unión","Partial differential":"Derivada parcial","For all":"Para todo","There exists":"Existe","Empty set":"Conxunto baleiro",Nabla:"Nabla (Gradiente)","Asterisk operator":"Operador asterisco","Proportional to":"Proporcional a",Angle:"Ángulo","Vulgar fraction one quarter":"Fracción común dun cuarto","Vulgar fraction one half":"Fracción común dun medio","Vulgar fraction three quarters":"Fracción común de tres cuartos","Single left-pointing angle quotation mark":"Marca de acoutamento ángulo esquerdo sinxelo","Single right-pointing angle quotation mark":"Marca de acoutamento ángulo dereito sinxelo","Left-pointing double angle quotation mark":"Marca de acoutamento ángulo esquerdo dobre","Right-pointing double angle quotation mark":"Marca de acoutamento ángulo dereito dobre","Left single quotation mark":"Marca de acoutamento comiña sinxela esquerda","Right single quotation mark":"Marca de acoutamento comiña sinxela dereita","Left double quotation mark":"Marca de acoutamento comiña dobre esquerda","Right double quotation mark":"Marca de acoutamento comiña dobre dereita","Single low-9 quotation mark":"Marca de acoutamento comiña sinxela baixo-9","Double low-9 quotation mark":"Marca de acoutamento comiña dobre baixo-9","Inverted exclamation mark":"Marca invertida de exclamación","Inverted question mark":"Marca invertida de interrogación","Two dot leader":"Líder de dous puntos","Horizontal ellipsis":"Elipse horizontal","Double dagger":"Daga dobre","Per mille sign":"Signo de por milleiro","Per ten thousand sign":"Signo de por dez mil","Double exclamation mark":"Marca de dobre exclamación","Question exclamation mark":"Marca de interrogación exclamación","Exclamation question mark":"Marca de exclamación interrogación","Double question mark":"Marca de dobre interrogación","Copyright sign":"Símbolo de copyright","Registered sign":"Símbolo de rexistrado","Trade mark sign":"Símbolo de marca de fábrica","Section sign":"Signo de sección","Paragraph sign":"Signo de parágrafo","Reversed paragraph sign":"Signo invertido do parágrafo","Character categories":"Categorías de caracteres",Styles:"Estilos","Multiple styles":"Múltiples estilos","Block styles":"Estilos de bloque","Text styles":"Estilos de texto","Insert table":"Inserir táboa","Header column":"Cabeceira de columna","Insert column left":"Inserir columna á esquerda","Insert column right":"Inserir columna á dereita","Delete column":"Eliminar columna","Select column":"Seleccionar columna",Column:"Columna","Header row":"Cabeceira de fila","Insert row below":"Inserir fila embaixo","Insert row above":"Inserir fila enriba","Delete row":"Eliminar fila","Select row":"Seleccionar fila",Row:"Fila","Merge cell up":"Combinar cela cara arriba","Merge cell right":"Combinar cela cara a dereita","Merge cell down":"Combinar cela cara abaixo","Merge cell left":"Combinar cela cara a esquerda","Split cell vertically":"Dividir cela en vertical","Split cell horizontally":"Dividir cela en horizontal","Merge cells":"Combinar celas","Table toolbar":"Barra de ferramentas de táboas","Table properties":"Propiedades da táboa","Cell properties":"Propiedades da cela",Border:"Bordo",Style:"Estilo",Width:"Largo",Height:"Alto",Color:"Cor",Background:"Fondo",Padding:"Recheo",Dimensions:"Dimensións","Table cell text alignment":"Aliñamento do texto das celas da táboa",Alignment:"Aliñamento","Horizontal text alignment toolbar":"Barra de ferramentas de aliñamento de texto horizontal","Vertical text alignment toolbar":"Barra de ferramentas de aliñamento de texto vertical","Table alignment toolbar":"Barra de ferramentas de aliñamento da táboa",None:"Ningún",Solid:"Sólido",Dotted:"Punteado",Dashed:"Raiado",Double:"Dobre",Groove:"Rañura",Ridge:"Crista",Inset:"Inserción",Outset:"Inicio","Align cell text to the left":"Aliñar o texto da cela á esquerda","Align cell text to the center":"Aliñar o texto da cela ao centro","Align cell text to the right":"Aliña o texto da cela á dereita","Justify cell text":"Xustificar o texto da cela","Align cell text to the top":"Aliñar o texto da cela á parte superior","Align cell text to the middle":"Aliñar o texto da cela ao medio","Align cell text to the bottom":"Aliñar o texto da cela á base","Align table to the left":"Aliñar a táboa á esquerda","Center table":"Centrar a táboa","Align table to the right":"Aliñar a táboa á dereita","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"A cor non é válida. Probe «#FF0000» ou «rgb(255,0,0)» ou «vermello».","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"O valor non é válido. Probe «10px» ou «2em» ou simplemente «2».","Color picker":"Selector de cores","Toggle caption off":"Desactivar os subtítulos","Toggle caption on":"Activar os subtítulos","Enter table caption":"Introduza o título da táboa","Rich Text Editor":"Editor de texto mellorado","Editor editing area: %0":"Área de edición do editor: %0","Edit block":"Editar bloque",Next:"Seguinte",Previous:"Anterior","Editor toolbar":"Barra de ferramentas do editor","Dropdown toolbar":"Barra de ferramentas despregábel",Black:"Negro","Dim grey":"Gris fume",Grey:"Gris","Light grey":"Gris claro",White:"Branco",Red:"Vermello",Orange:"Laranxa",Yellow:"Amarelo","Light green":"Verde claro",Green:"Verde",Aquamarine:"Augamariña",Turquoise:"Turquesa","Light blue":"Azul claro",Blue:"Azul",Purple:"Púrpura","Editor block content toolbar":"Barra de ferramentas de contido do bloque do editor","Editor contextual toolbar":"Barra de ferramentas contextual do editor",HEX:"HEX",Accept:"Aceptar",Undo:"Desfacer",Redo:"Refacer","Upload in progress":"Envío en proceso","Widget toolbar":"Barra de ferramentas de trebellos","Insert paragraph before block":"Inserir parágrafo antes do bloque","Insert paragraph after block":"Inserir parágrafo após o bloque","Press Enter to type after or press Shift + Enter to type before the widget":"Prema Intro para escribir após ou prema Maiús + Intro para escribir antes do trebello","Words: %0":"Palabras: %0","Characters: %0":"Caracteres: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/he.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/he.js index 5aa69f66715f..1dfe950f4d4d 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/he.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/he.js @@ -1 +1 @@ -(function(d){ const l = d['he'] = d['he'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"יישור לשמאל","Align right":"יישור לימין","Align center":"יישור באמצע",Justify:"מרכוז גבולות","Text alignment":"יישור טקסט","Text alignment toolbar":"סרגל כלים יישור טקסט",Bold:"מודגש",Italic:"נטוי",Underline:"קו תחתון",Code:"קוד",Strikethrough:"קו חוצה",Subscript:"כתב תחתי",Superscript:"כתב עילי","Block quote":"בלוק ציטוט","Insert code block":"הוספת קטע קוד","Plain text":"טקסט פשוט",Cancel:"ביטול","Remove color":"מחיקת צבע","Restore default":"שחזור ברירת מחדל",Save:"שמירה","Show more items":"הצג פריטים נוספים","%0 of %1":"%0 מתוך %1","Cannot upload file:":"לא ניתן להעלות את הקובץ הבא:","Rich Text Editor. Editing area: %0":"עורך פורמט טקסט עשיר. אזור עריכה: %0","Find and replace":"חיפוש והחלפה","Find in text…":"חיפוש בטקסט",Find:"חיפוש","Previous result":"התוצאה הקודמת","Next result":"התוצאה הבאה",Replace:"החלף","Replace all":"החלף הכל","Match case":"התאם רישיות","Whole words only":"מילים שלמות בלבד","Replace with…":"החלף ב…","Text to find must not be empty.":"הטקסט לחיפוש לא יכול להיות ריק.","Tip: Find some text first in order to replace it.":"טיפ: מצאו תחילה טקסט כדי להחליף אותו.","Show options":"הצגת אפשרויות",Paragraph:"פיסקה",Heading:"כותרת","Choose heading":"בחר סוג כותרת","Heading 1":"כותרת 1","Heading 2":"כותרת 2","Heading 3":"כותרת 3","Heading 4":"כותרת 4","Heading 5":"כותרת 5","Heading 6":"כותרת 6","Type your title":"הזן כותרת","Type or paste your content here.":"הזן או הדבק את התוכן כאן","Horizontal line":"קו אופקי","HTML object":"אובייקט HTML","Increase indent":"הגדלת הזחה","Decrease indent":"הקטנת הזחה",Unlink:"ביטול קישור",Link:"קישור","Link URL":"קישור כתובת אתר","Link image":"קישור תמונה","Edit link":"עריכת קישור","Open link in new tab":"פתח קישור בכרטיסייה חדשה","This link has no URL":"לקישור זה אין כתובת אתר","Open in a new tab":"פתח בכרטיסייה חדשה",Downloadable:"ניתן להורדה","Numbered List":"רשימה ממוספרת","Bulleted List":"רשימה מנוקדת","To-do List":"רשימת מטלות","Bulleted list styles toolbar":"סרגל כלים של סגנונות רשימה עם תבליטים","Numbered list styles toolbar":"סרגל כלים של סגנונות רשימה ממוספרת","Toggle the disc list style":"החלף מצב סגנון רשימת דיסקות","Toggle the circle list style":"החלף מצב סגנון רשימת מעגלים","Toggle the square list style":"החלף מצב סגנון רשימת ריבועים","Toggle the decimal list style":"החלף מצב סגנון רשימה עשרונית","Toggle the decimal with leading zero list style":"החלף מצב סגנון רשימה עשרונית עם אפס מוביל","Toggle the lower–roman list style":"החלף מצב סגנון רשימה עם ספרות רומיות קטנות","Toggle the upper–roman list style":"החלף מצב סגנון רשימה עם ספרות רומיות גדולות","Toggle the lower–latin list style":"החלף מצב סגנון רשימה עם אותיות לטיניות קטנות","Toggle the upper–latin list style":"החלף מצב סגנון רשימה עם אותיות לטיניות גדולות",Disc:"עיגול מלא",Circle:"עיגול",Square:"ריבוע",Decimal:"עשרונית","Decimal with leading zero":"עשרונית עם אפס מוביל","Lower–roman":"אותיות רומיות קטנות","Upper-roman":"אותיות רומיות גדולות","Lower-latin":"אותיות לטיניות קטנות","Upper-latin":"אותיות לטיניות גדולות","List properties":"אפשרויות רשימה","Start at":"התחל ב-","Start index must be greater than 0.":"אינדקס ההתחלה חייב להיות גדול מ-0.","Reversed order":"סדר הפוך","Remove Format":"הסרת עיצוב","Select all":"בחר הכל",Source:"מקור","Special characters":"תווים מיוחדים",All:"כל",Arrows:"חיצים",Currency:"מטבע",Latin:"לטינית",Mathematical:"מתמטי",Text:"טקסט","leftwards simple arrow":"חץ פשוט שמאלה","rightwards simple arrow":"חץ פשוט ימינה","upwards simple arrow":"חץ פשוט כלפי מעלה","downwards simple arrow":"חץ פשוט כלפי מטה","leftwards double arrow":"חץ כפול שמאלה","rightwards double arrow":"חץ כפול ימינה","upwards double arrow":"חץ כפול למעלה","downwards double arrow":"חץ כפול למטה","leftwards dashed arrow":"חץ מקווקו שמאלה","rightwards dashed arrow":"חץ מקווקו ימינה","upwards dashed arrow":"חץ מקווקו למעלה","downwards dashed arrow":"חץ מקווקו למטה","leftwards arrow to bar":"חץ שמאלה לפס","rightwards arrow to bar":"חץ ימינה לפס","upwards arrow to bar":"חץ למעלה לפס","downwards arrow to bar":"חץ למטה לפס","up down arrow with base":"חץ למעלה ולמטה עם בסיס","back with leftwards arrow above":"\"back\" ומעליו חץ שמאלה","end with leftwards arrow above":"\"end\" ומעליו חץ שמאלה","on with exclamation mark with left right arrow above":"\"on\" עם סימן קריאה ומעליו חץ שמאלה וימינה","soon with rightwards arrow above":"\"soon\" ומעליו חץ ימינה","top with upwards arrow above":"\"top\" ומעליו חץ למעלה","Dollar sign":"סמל דולר","Euro sign":"סמל אירו","Yen sign":"סמל ין","Pound sign":"סמל ליש\"ט","Cent sign":"סמל סנט","Euro-currency sign":"סמל יחידת מטבע אירופאית","Colon sign":"סמל קולון","Cruzeiro sign":"סמל קרוזיירו","French franc sign":"סמל פרנק צרפתי","Lira sign":"סמל לירה","Currency sign":"סמל מטבע","Bitcoin sign":"סמל ביטקוין","Mill sign":"סמל מיל","Naira sign":"סמל נאירה","Peseta sign":"סמל פסטה","Rupee sign":"סמל רופי","Won sign":"סמל וון","New sheqel sign":"סמל שקל חדש","Dong sign":"סמל דונג","Kip sign":"סמל קיפ","Tugrik sign":"סמל טוגרוג","Drachma sign":"סמל דרכמה","German penny sign":"סמל פני גרמני","Peso sign":"סמל פסו","Guarani sign":"סמל גוארני","Austral sign":"סמל אאוסטרל","Hryvnia sign":"סמל הריבניה","Cedi sign":"סמל סדי","Livre tournois sign":"סמל ליבר טורנואה","Spesmilo sign":"סמל ספסמילו","Tenge sign":"סמל טנגה","Indian rupee sign":"סמל רופי הודי","Turkish lira sign":"סמל לירה טורקית","Nordic mark sign":"סמל מארק נורדי","Manat sign":"סמל מאנאט","Ruble sign":"סמל רובל","Latin capital letter a with macron":"a גדולה לטינית עם קו עילי","Latin small letter a with macron":"a קטנה לטינית עם קו עילי","Latin capital letter a with breve":"a גדולה לטינית עם ברווה","Latin small letter a with breve":"a קטנה לטינית עם ברווה","Latin capital letter a with ogonek":"a גדולה לטינית עם זנבון","Latin small letter a with ogonek":"a קטנה לטינית עם זנבון","Latin capital letter c with acute":"c גדולה לטינית עם סימן הטעמה עילי","Latin small letter c with acute":"c קטנה לטינית עם סימן הטעמה עילי","Latin capital letter c with circumflex":"c גדולה לטינית עם גג","Latin small letter c with circumflex":"c קטנה לטינית עם גג","Latin capital letter c with dot above":"c גדולה לטינית עם נקודה עילית","Latin small letter c with dot above":"c קטנה לטינית עם נקודה עילית","Latin capital letter c with caron":"c גדולה לטינית עם וי קטן","Latin small letter c with caron":"c גדולה לטינית עם וי קטן","Latin capital letter d with caron":"d גדולה לטינית עם וי קטן","Latin small letter d with caron":"d קטנה לטינית עם וי קטן","Latin capital letter d with stroke":"d גדולה לטינית עם קו","Latin small letter d with stroke":"d קטנה לטינית עם קו","Latin capital letter e with macron":"e גדולה לטינית עם קו עילי","Latin small letter e with macron":"e קטנה לטינית עם קו עילי","Latin capital letter e with breve":"e גדולה לטינית עם ברווה","Latin small letter e with breve":"e קטנה לטינית עם ברווה","Latin capital letter e with dot above":"e גדולה לטינית עם נקודה עילית","Latin small letter e with dot above":"e קטנה לטינית עם נקודה עילית","Latin capital letter e with ogonek":"e גדולה לטינית עם זנבון","Latin small letter e with ogonek":"e קטנה לטינית עם זנבון","Latin capital letter e with caron":"e גדולה לטינית עם וי קטן","Latin small letter e with caron":"e קטנה לטינית עם וי קטן","Latin capital letter g with circumflex":"g גדולה לטינית עם גג","Latin small letter g with circumflex":"g קטנה לטינית עם גג","Latin capital letter g with breve":"g גדולה לטינית עם ברווה","Latin small letter g with breve":"g קטנה לטינית עם ברווה","Latin capital letter g with dot above":"g גדולה לטינית עם נקודה עילית","Latin small letter g with dot above":"g קטנה לטינית עם נקודה עילית","Latin capital letter g with cedilla":"g גדולה לטינית עם סדיליה","Latin small letter g with cedilla":"g קטנה לטינית עם סדיליה","Latin capital letter h with circumflex":"h גדולה לטינית עם גג","Latin small letter h with circumflex":"h קטנה לטינית עם גג","Latin capital letter h with stroke":"h גדולה לטינית עם קו","Latin small letter h with stroke":"h קטנה לטינית עם קו","Latin capital letter i with tilde":"i גדולה לטינית עם טילדה","Latin small letter i with tilde":"i קטנה לטינית עם טילדה","Latin capital letter i with macron":"i גדולה לטינית עם קו עילי","Latin small letter i with macron":"i קטנה לטינית עם קו עילי","Latin capital letter i with breve":"i גדולה לטינית עם ברווה","Latin small letter i with breve":"i קטנה לטינית עם ברווה","Latin capital letter i with ogonek":"i גדולה לטינית עם זנבון","Latin small letter i with ogonek":"i קטנה לטינית עם זנבון","Latin capital letter i with dot above":"i גדולה לטינית עם נקודה עילית","Latin small letter dotless i":"i קטנה לטינית עם נקודה עילית","Latin capital ligature ij":"ליגטורה גדולה לטינית ij","Latin small ligature ij":"ליגטורה קטנה לטינית ij","Latin capital letter j with circumflex":"j גדולה לטינית עם גג","Latin small letter j with circumflex":"j קטנה לטינית עם גג","Latin capital letter k with cedilla":"k גדולה לטינית עם סדיליה","Latin small letter k with cedilla":"k קטנה לטינית עם סדיליה","Latin small letter kra":"קרה קטנה לטינית","Latin capital letter l with acute":"l גדולה לטינית עם סימן הטעמה עילי","Latin small letter l with acute":"l קטנה לטינית עם סימן הטעמה עילי","Latin capital letter l with cedilla":"l גדולה לטינית עם סדיליה","Latin small letter l with cedilla":"l קטנה לטינית עם סימן הטעמה עילי","Latin capital letter l with caron":"l גדולה לטינית עם וי קטן","Latin small letter l with caron":"l קטנה לטינית עם וי קטן","Latin capital letter l with middle dot":"l גדולה לטינית עם נקודה אמצעית","Latin small letter l with middle dot":"l קטנה לטינית עם נקודה אמצעית","Latin capital letter l with stroke":"l גדולה לטינית עם קו","Latin small letter l with stroke":"l קטנה לטינית עם קו","Latin capital letter n with acute":"n גדולה לטינית עם סימן הטעמה עילי","Latin small letter n with acute":"n קטנה לטינית עם סימן הטעמה עילי","Latin capital letter n with cedilla":"n גדולה לטינית עם סדיליה","Latin small letter n with cedilla":"n קטנה לטינית עם סדיליה","Latin capital letter n with caron":"n גדולה לטינית עם וי קטן","Latin small letter n with caron":"n קטנה לטינית עם וי קטן","Latin small letter n preceded by apostrophe":"n קטנה לטינית ולפניה אפוסטרוף","Latin capital letter eng":"אנג גדולה לטינית","Latin small letter eng":"אנג קטנה לטינית","Latin capital letter o with macron":"o גדולה לטינית עם קו עילי","Latin small letter o with macron":"o קטנה לטינית עם קו עילי","Latin capital letter o with breve":"o גדולה לטינית עם ברווה","Latin small letter o with breve":"o קטנה לטינית עם ברווה","Latin capital letter o with double acute":"o גדולה לטינית עם סימן הטעמה עילי כפול","Latin small letter o with double acute":"o קטנה לטינית עם סימן הטעמה עילי כפול","Latin capital ligature oe":"ליגטורה גדולה לטינית oe","Latin small ligature oe":"ליגטורה קטנה לטינית oe","Latin capital letter r with acute":"r גדולה לטינית עם סימן הטעמה עילי","Latin small letter r with acute":"r קטנה לטינית עם סימן הטעמה עילי","Latin capital letter r with cedilla":"r גדולה לטינית עם סדיליה","Latin small letter r with cedilla":"r קטנה לטינית עם סדיליה","Latin capital letter r with caron":"r גדולה לטינית עם וי קטן","Latin small letter r with caron":"r קטנה לטינית עם וי קטן","Latin capital letter s with acute":"s גדולה לטינית עם סימן הטעמה עילי","Latin small letter s with acute":"s קטנה לטינית עם סימן הטעמה עילי","Latin capital letter s with circumflex":"s גדולה לטינית עם גג","Latin small letter s with circumflex":"s קטנה לטינית עם גג","Latin capital letter s with cedilla":"s גדולה לטינית עם סדיליה","Latin small letter s with cedilla":"s קטנה לטינית עם סדיליה","Latin capital letter s with caron":"s גדולה לטינית עם וי קטן","Latin small letter s with caron":"s קטנה לטינית עם וי קטן","Latin capital letter t with cedilla":"t גדולה לטינית עם סדיליה","Latin small letter t with cedilla":"t קטנה לטינית עם סדיליה","Latin capital letter t with caron":"t גדולה לטינית עם וי קטן","Latin small letter t with caron":"t קטנה לטינית עם וי קטן","Latin capital letter t with stroke":"t גדולה לטינית עם קו","Latin small letter t with stroke":"t קטנה לטינית עם קו","Latin capital letter u with tilde":"u גדולה לטינית עם טילדה","Latin small letter u with tilde":"u קטנה לטינית עם טילדה","Latin capital letter u with macron":"u גדולה לטינית עם קו עילי","Latin small letter u with macron":"u קטנה לטינית עם קו עילי","Latin capital letter u with breve":"u גדולה לטינית עם ברווה","Latin small letter u with breve":"u קטנה לטינית עם ברווה","Latin capital letter u with ring above":"u גדולה לטינית עם טבעת עילית","Latin small letter u with ring above":"u קטנה לטינית עם טבעת עילית","Latin capital letter u with double acute":"u גדולה לטינית עם סימן הטעמה עילי כפול","Latin small letter u with double acute":"u קטנה לטינית עם סימן הטעמה עילי כפול","Latin capital letter u with ogonek":"u גדולה לטינית עם זנבון","Latin small letter u with ogonek":"u קטנה לטינית עם זנבון","Latin capital letter w with circumflex":"w גדולה לטינית עם גג","Latin small letter w with circumflex":"w קטנה לטינית עם גג","Latin capital letter y with circumflex":"y גדולה לטינית עם גג","Latin small letter y with circumflex":"y קטנה לטינית עם גג","Latin capital letter y with diaeresis":"y גדולה לטינית עם אומלאוט","Latin capital letter z with acute":"z גדולה לטינית עם סימן הטעמה עילי","Latin small letter z with acute":"z קטנה לטינית עם סימן הטעמה עילי","Latin capital letter z with dot above":"z גדולה לטינית עם נקודה עילית","Latin small letter z with dot above":"z קטנה לטינית עם נקודה עילית","Latin capital letter z with caron":"z גדולה לטינית עם וי קטן","Latin small letter z with caron":"z קטנה לטינית עם וי קטן","Latin small letter long s":"s ארוכה קטנה לטינית","Less-than sign":"סימן \"קטן מ-\"","Greater-than sign":"סימן \"גדול מ-\"","Less-than or equal to":"סימן \"קטן/שווה\"","Greater-than or equal to":"סימן \"גדול/שווה\"","En dash":"קו מפריד רגיל","Em dash":"קו מפריד ארוך",Macron:"קו עילי",Overline:"קו עליון","Degree sign":"סימן מעלה","Minus sign":"סימן מינוס","Plus-minus sign":"סימן פלוס-מינוס","Division sign":"סימן חילוק","Fraction slash":"לוכסן שבר","Multiplication sign":"סימן כפל","Latin small letter f with hook":"f קטנה לטינית עם וו",Integral:"אינטגרל","N-ary summation":"סכום N",Infinity:"אינסוף","Square root":"שורש ריבועי","Tilde operator":"אופרטור טילדה","Approximately equal to":"שווה בקירוב ל-","Almost equal to":"כמעט שווה ל-","Not equal to":"לא שווה ל-","Identical to":"זהה ל-","Element of":"שייך ל-","Not an element of":"לא שייך ל-","Contains as member":"מכיל כחבר","N-ary product":"תוצר N","Logical and":"\"וגם\" לוגי","Logical or":"\"או\" לוגי","Not sign":"סימן שלילה",Intersection:"חיתוך",Union:"איחוד","Partial differential":"נגזרת חלקית","For all":"לכל","There exists":"קיים","Empty set":"הקבוצה הריקה",Nabla:"נבלה","Asterisk operator":"אופרטור כוכבית","Proportional to":"יחס ישר",Angle:"זווית","Vulgar fraction one quarter":"שבר פשוט רבע","Vulgar fraction one half":"שבר פשוט חצי","Vulgar fraction three quarters":"שבר פשוט שלושה רבעים","Single left-pointing angle quotation mark":"מירכאות מחודדות יחידות פונות שמאלה","Single right-pointing angle quotation mark":"מירכאות מחודדות יחידות פונות ימינה","Left-pointing double angle quotation mark":"מירכאות מחודדות כפולות פונות שמאלה","Right-pointing double angle quotation mark":"מירכאות מחודדות כפולות פונות ימינה","Left single quotation mark":"מירכאות שמאליות יחידות","Right single quotation mark":"מירכאות ימניות יחידות","Left double quotation mark":"מירכאות שמאליות כפולות","Right double quotation mark":"מירכאות ימניות כפולות","Single low-9 quotation mark":"מירכאות נמוכות יחידות בצורת 9","Double low-9 quotation mark":"מירכאות נמוכות כפולות בצורת 9","Inverted exclamation mark":"סימן קריאה הפוך","Inverted question mark":"סימן שאלה הפוך","Two dot leader":"מחבר שתי נקודות","Horizontal ellipsis":"שלוש נקודות אופקיות","Double dagger":"דקר כפול","Per mille sign":"סימן אלפית","Per ten thousand sign":"סימן רבבית","Double exclamation mark":"סימן קריאה כפול","Question exclamation mark":"סימן שאלה/קריאה","Exclamation question mark":"סימן קריאה/שאלה","Double question mark":"סימן שאלה כפול","Copyright sign":"סימן זכויות יוצרים","Registered sign":"סימן רשום","Trade mark sign":"סימן סמל מסחרי","Section sign":"סימן סעיף","Paragraph sign":"סימן פסקה","Reversed paragraph sign":"סימן פסקה הפוך","Character categories":"קטגוריות תווים",Styles:"סגנונות","Multiple styles":"סגנונות מרובים","Block styles":"סגנונות בלוקים","Text styles":"עיצוב טקסט","Insert table":"הכנס טבלה","Header column":"עמודת כותרת","Insert column left":"הכנסת עמודה משמאל","Insert column right":"הכנסת עמודה מימן","Delete column":"מחיקת עמודה","Select column":"בחירת עמודה",Column:"עמודה","Header row":"שורת כותרת","Insert row below":"הכנה שורה מתחת","Insert row above":"הכנסת שורה מעל","Delete row":"מחיקת שורה","Select row":"בחירת שורה",Row:"שורה","Merge cell up":"מיזוג תא למעלה","Merge cell right":"מיזוג תא ימינה","Merge cell down":"מיזוג תא למטה","Merge cell left":"מיזוג תא שמאלה","Split cell vertically":"פיצול תא אנכית","Split cell horizontally":"פיצול תא אופקית","Merge cells":"מיזוג תאים","Table toolbar":"סרגל כלים של טבלה","Table properties":"אפשרויות טבלה","Cell properties":"אפשרויות תא",Border:"גבול",Style:"עיצוב",Width:"רוחב",Height:"גובה",Color:"צבע",Background:"רקע",Padding:"מרווח",Dimensions:"ממדים","Table cell text alignment":"יישור טקסט של תא טבלה",Alignment:"יישור","Horizontal text alignment toolbar":"סרגל כלים של יישור טקסט אופקי","Vertical text alignment toolbar":"סרגל כלים של יישור טקסט אנכי","Table alignment toolbar":"סרגל כלים של יישור טבלה",None:"ללא",Solid:"אחיד",Dotted:"מנוקד",Dashed:"מקווקו",Double:"כפול",Groove:"Groove",Ridge:"Ridge",Inset:"פנימי",Outset:"חיצוני","Align cell text to the left":"יישר את טקסט התא לשמאל","Align cell text to the center":"יישר את טקסט התא למרכז","Align cell text to the right":"יישר את טקסט התא לימין","Justify cell text":"יישר את טקסט התא לשני הצדדים","Align cell text to the top":"יישר את טקסט התא לחלק העליון","Align cell text to the middle":"יישר את טקסט התא לאמצע","Align cell text to the bottom":"יישר את טקסט התא לחלק התחתון","Align table to the left":"יישור טבלה לשמאל","Center table":"מירכוז טבלה","Align table to the right":"יישור טבלה לימין","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"הצבע לא חוקי. נסו \"#FF0000\" או \"rgb(255,0,0)\" או \"אדום\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"הערך לא חוקי. נסו \"10px\" או \"2em\" או פשוט \"2\".","Color picker":"בורר הצבעים","Toggle caption off":"כבה את הכיתוב","Toggle caption on":"הפעל את הכיתוב","Enter table caption":"הזינו כיתוב טבלה","Rich Text Editor":"עורך טקסט עשיר","Editor editing area: %0":"אזור עריכה של העורך: %0","Edit block":"הגדרות בלוק",Next:"הבא",Previous:"הקודם","Editor toolbar":"סרגל הכלים","Dropdown toolbar":"סרגל כלים נפתח",Black:"שחור","Dim grey":"אפור עמום",Grey:"אפור","Light grey":"אפור בהיר",White:"לבן",Red:"אדום",Orange:"כתום",Yellow:"צהוב","Light green":"ירוק בהיר",Green:"ירוק",Aquamarine:"ירוק-כחלחל",Turquoise:"טורקיז","Light blue":"כחול בהיר",Blue:"כחול",Purple:"סגול","Editor block content toolbar":"סרגל כלים של תוכן בלוק של העורך","Editor contextual toolbar":"סרגל כלים הקשרי של העורך",HEX:"",Undo:"ביטול",Redo:"ביצוע מחדש","Upload in progress":"העלאה מתבצעת","Widget toolbar":"סרגל יישומון","Insert paragraph before block":"הוספת פסקה מעל","Insert paragraph after block":"הוספת פסקה מתחת","Press Enter to type after or press Shift + Enter to type before the widget":"לחץ Enter כדי להקליד לפני היישומון או Shift + Enter כדי להקליד אחריו","Words: %0":"מס' מילים: %0","Characters: %0":"מס' תווים: %0"} );l.getPluralForm=function(n){return (n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['he'] = d['he'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"יישור לשמאל","Align right":"יישור לימין","Align center":"יישור באמצע",Justify:"מרכוז גבולות","Text alignment":"יישור טקסט","Text alignment toolbar":"סרגל כלים יישור טקסט",Bold:"מודגש",Italic:"נטוי",Underline:"קו תחתון",Code:"קוד",Strikethrough:"קו חוצה",Subscript:"כתב תחתי",Superscript:"כתב עילי","Block quote":"בלוק ציטוט","Insert code block":"הוספת קטע קוד","Plain text":"טקסט פשוט",Cancel:"ביטול","Remove color":"מחיקת צבע","Restore default":"שחזור ברירת מחדל",Save:"שמירה","Show more items":"הצג פריטים נוספים","%0 of %1":"%0 מתוך %1","Cannot upload file:":"לא ניתן להעלות את הקובץ הבא:","Rich Text Editor. Editing area: %0":"עורך פורמט טקסט עשיר. אזור עריכה: %0","Find and replace":"חיפוש והחלפה","Find in text…":"חיפוש בטקסט",Find:"חיפוש","Previous result":"התוצאה הקודמת","Next result":"התוצאה הבאה",Replace:"החלף","Replace all":"החלף הכל","Match case":"התאם רישיות","Whole words only":"מילים שלמות בלבד","Replace with…":"החלף ב…","Text to find must not be empty.":"הטקסט לחיפוש לא יכול להיות ריק.","Tip: Find some text first in order to replace it.":"טיפ: מצאו תחילה טקסט כדי להחליף אותו.","Show options":"הצגת אפשרויות",Paragraph:"פיסקה",Heading:"כותרת","Choose heading":"בחר סוג כותרת","Heading 1":"כותרת 1","Heading 2":"כותרת 2","Heading 3":"כותרת 3","Heading 4":"כותרת 4","Heading 5":"כותרת 5","Heading 6":"כותרת 6","Type your title":"הזן כותרת","Type or paste your content here.":"הזן או הדבק את התוכן כאן","Horizontal line":"קו אופקי","HTML object":"אובייקט HTML","Increase indent":"הגדלת הזחה","Decrease indent":"הקטנת הזחה",Unlink:"ביטול קישור",Link:"קישור","Link URL":"קישור כתובת אתר","Link image":"קישור תמונה","Edit link":"עריכת קישור","Open link in new tab":"פתח קישור בכרטיסייה חדשה","This link has no URL":"לקישור זה אין כתובת אתר","Open in a new tab":"פתח בכרטיסייה חדשה",Downloadable:"ניתן להורדה","Numbered List":"רשימה ממוספרת","Bulleted List":"רשימה מנוקדת","To-do List":"רשימת מטלות","Bulleted list styles toolbar":"סרגל כלים של סגנונות רשימה עם תבליטים","Numbered list styles toolbar":"סרגל כלים של סגנונות רשימה ממוספרת","Toggle the disc list style":"החלף מצב סגנון רשימת דיסקות","Toggle the circle list style":"החלף מצב סגנון רשימת מעגלים","Toggle the square list style":"החלף מצב סגנון רשימת ריבועים","Toggle the decimal list style":"החלף מצב סגנון רשימה עשרונית","Toggle the decimal with leading zero list style":"החלף מצב סגנון רשימה עשרונית עם אפס מוביל","Toggle the lower–roman list style":"החלף מצב סגנון רשימה עם ספרות רומיות קטנות","Toggle the upper–roman list style":"החלף מצב סגנון רשימה עם ספרות רומיות גדולות","Toggle the lower–latin list style":"החלף מצב סגנון רשימה עם אותיות לטיניות קטנות","Toggle the upper–latin list style":"החלף מצב סגנון רשימה עם אותיות לטיניות גדולות",Disc:"עיגול מלא",Circle:"עיגול",Square:"ריבוע",Decimal:"עשרונית","Decimal with leading zero":"עשרונית עם אפס מוביל","Lower–roman":"אותיות רומיות קטנות","Upper-roman":"אותיות רומיות גדולות","Lower-latin":"אותיות לטיניות קטנות","Upper-latin":"אותיות לטיניות גדולות","List properties":"אפשרויות רשימה","Start at":"התחל ב-","Start index must be greater than 0.":"אינדקס ההתחלה חייב להיות גדול מ-0.","Reversed order":"סדר הפוך","Remove Format":"הסרת עיצוב","Select all":"בחר הכל","Show blocks":"הצג גושים",Source:"מקור","Special characters":"תווים מיוחדים",All:"כל",Arrows:"חיצים",Currency:"מטבע",Latin:"לטינית",Mathematical:"מתמטי",Text:"טקסט","leftwards simple arrow":"חץ פשוט שמאלה","rightwards simple arrow":"חץ פשוט ימינה","upwards simple arrow":"חץ פשוט כלפי מעלה","downwards simple arrow":"חץ פשוט כלפי מטה","leftwards double arrow":"חץ כפול שמאלה","rightwards double arrow":"חץ כפול ימינה","upwards double arrow":"חץ כפול למעלה","downwards double arrow":"חץ כפול למטה","leftwards dashed arrow":"חץ מקווקו שמאלה","rightwards dashed arrow":"חץ מקווקו ימינה","upwards dashed arrow":"חץ מקווקו למעלה","downwards dashed arrow":"חץ מקווקו למטה","leftwards arrow to bar":"חץ שמאלה לפס","rightwards arrow to bar":"חץ ימינה לפס","upwards arrow to bar":"חץ למעלה לפס","downwards arrow to bar":"חץ למטה לפס","up down arrow with base":"חץ למעלה ולמטה עם בסיס","back with leftwards arrow above":"\"back\" ומעליו חץ שמאלה","end with leftwards arrow above":"\"end\" ומעליו חץ שמאלה","on with exclamation mark with left right arrow above":"\"on\" עם סימן קריאה ומעליו חץ שמאלה וימינה","soon with rightwards arrow above":"\"soon\" ומעליו חץ ימינה","top with upwards arrow above":"\"top\" ומעליו חץ למעלה","Dollar sign":"סמל דולר","Euro sign":"סמל אירו","Yen sign":"סמל ין","Pound sign":"סמל ליש\"ט","Cent sign":"סמל סנט","Euro-currency sign":"סמל יחידת מטבע אירופאית","Colon sign":"סמל קולון","Cruzeiro sign":"סמל קרוזיירו","French franc sign":"סמל פרנק צרפתי","Lira sign":"סמל לירה","Currency sign":"סמל מטבע","Bitcoin sign":"סמל ביטקוין","Mill sign":"סמל מיל","Naira sign":"סמל נאירה","Peseta sign":"סמל פסטה","Rupee sign":"סמל רופי","Won sign":"סמל וון","New sheqel sign":"סמל שקל חדש","Dong sign":"סמל דונג","Kip sign":"סמל קיפ","Tugrik sign":"סמל טוגרוג","Drachma sign":"סמל דרכמה","German penny sign":"סמל פני גרמני","Peso sign":"סמל פסו","Guarani sign":"סמל גוארני","Austral sign":"סמל אאוסטרל","Hryvnia sign":"סמל הריבניה","Cedi sign":"סמל סדי","Livre tournois sign":"סמל ליבר טורנואה","Spesmilo sign":"סמל ספסמילו","Tenge sign":"סמל טנגה","Indian rupee sign":"סמל רופי הודי","Turkish lira sign":"סמל לירה טורקית","Nordic mark sign":"סמל מארק נורדי","Manat sign":"סמל מאנאט","Ruble sign":"סמל רובל","Latin capital letter a with macron":"a גדולה לטינית עם קו עילי","Latin small letter a with macron":"a קטנה לטינית עם קו עילי","Latin capital letter a with breve":"a גדולה לטינית עם ברווה","Latin small letter a with breve":"a קטנה לטינית עם ברווה","Latin capital letter a with ogonek":"a גדולה לטינית עם זנבון","Latin small letter a with ogonek":"a קטנה לטינית עם זנבון","Latin capital letter c with acute":"c גדולה לטינית עם סימן הטעמה עילי","Latin small letter c with acute":"c קטנה לטינית עם סימן הטעמה עילי","Latin capital letter c with circumflex":"c גדולה לטינית עם גג","Latin small letter c with circumflex":"c קטנה לטינית עם גג","Latin capital letter c with dot above":"c גדולה לטינית עם נקודה עילית","Latin small letter c with dot above":"c קטנה לטינית עם נקודה עילית","Latin capital letter c with caron":"c גדולה לטינית עם וי קטן","Latin small letter c with caron":"c גדולה לטינית עם וי קטן","Latin capital letter d with caron":"d גדולה לטינית עם וי קטן","Latin small letter d with caron":"d קטנה לטינית עם וי קטן","Latin capital letter d with stroke":"d גדולה לטינית עם קו","Latin small letter d with stroke":"d קטנה לטינית עם קו","Latin capital letter e with macron":"e גדולה לטינית עם קו עילי","Latin small letter e with macron":"e קטנה לטינית עם קו עילי","Latin capital letter e with breve":"e גדולה לטינית עם ברווה","Latin small letter e with breve":"e קטנה לטינית עם ברווה","Latin capital letter e with dot above":"e גדולה לטינית עם נקודה עילית","Latin small letter e with dot above":"e קטנה לטינית עם נקודה עילית","Latin capital letter e with ogonek":"e גדולה לטינית עם זנבון","Latin small letter e with ogonek":"e קטנה לטינית עם זנבון","Latin capital letter e with caron":"e גדולה לטינית עם וי קטן","Latin small letter e with caron":"e קטנה לטינית עם וי קטן","Latin capital letter g with circumflex":"g גדולה לטינית עם גג","Latin small letter g with circumflex":"g קטנה לטינית עם גג","Latin capital letter g with breve":"g גדולה לטינית עם ברווה","Latin small letter g with breve":"g קטנה לטינית עם ברווה","Latin capital letter g with dot above":"g גדולה לטינית עם נקודה עילית","Latin small letter g with dot above":"g קטנה לטינית עם נקודה עילית","Latin capital letter g with cedilla":"g גדולה לטינית עם סדיליה","Latin small letter g with cedilla":"g קטנה לטינית עם סדיליה","Latin capital letter h with circumflex":"h גדולה לטינית עם גג","Latin small letter h with circumflex":"h קטנה לטינית עם גג","Latin capital letter h with stroke":"h גדולה לטינית עם קו","Latin small letter h with stroke":"h קטנה לטינית עם קו","Latin capital letter i with tilde":"i גדולה לטינית עם טילדה","Latin small letter i with tilde":"i קטנה לטינית עם טילדה","Latin capital letter i with macron":"i גדולה לטינית עם קו עילי","Latin small letter i with macron":"i קטנה לטינית עם קו עילי","Latin capital letter i with breve":"i גדולה לטינית עם ברווה","Latin small letter i with breve":"i קטנה לטינית עם ברווה","Latin capital letter i with ogonek":"i גדולה לטינית עם זנבון","Latin small letter i with ogonek":"i קטנה לטינית עם זנבון","Latin capital letter i with dot above":"i גדולה לטינית עם נקודה עילית","Latin small letter dotless i":"i קטנה לטינית עם נקודה עילית","Latin capital ligature ij":"ליגטורה גדולה לטינית ij","Latin small ligature ij":"ליגטורה קטנה לטינית ij","Latin capital letter j with circumflex":"j גדולה לטינית עם גג","Latin small letter j with circumflex":"j קטנה לטינית עם גג","Latin capital letter k with cedilla":"k גדולה לטינית עם סדיליה","Latin small letter k with cedilla":"k קטנה לטינית עם סדיליה","Latin small letter kra":"קרה קטנה לטינית","Latin capital letter l with acute":"l גדולה לטינית עם סימן הטעמה עילי","Latin small letter l with acute":"l קטנה לטינית עם סימן הטעמה עילי","Latin capital letter l with cedilla":"l גדולה לטינית עם סדיליה","Latin small letter l with cedilla":"l קטנה לטינית עם סימן הטעמה עילי","Latin capital letter l with caron":"l גדולה לטינית עם וי קטן","Latin small letter l with caron":"l קטנה לטינית עם וי קטן","Latin capital letter l with middle dot":"l גדולה לטינית עם נקודה אמצעית","Latin small letter l with middle dot":"l קטנה לטינית עם נקודה אמצעית","Latin capital letter l with stroke":"l גדולה לטינית עם קו","Latin small letter l with stroke":"l קטנה לטינית עם קו","Latin capital letter n with acute":"n גדולה לטינית עם סימן הטעמה עילי","Latin small letter n with acute":"n קטנה לטינית עם סימן הטעמה עילי","Latin capital letter n with cedilla":"n גדולה לטינית עם סדיליה","Latin small letter n with cedilla":"n קטנה לטינית עם סדיליה","Latin capital letter n with caron":"n גדולה לטינית עם וי קטן","Latin small letter n with caron":"n קטנה לטינית עם וי קטן","Latin small letter n preceded by apostrophe":"n קטנה לטינית ולפניה אפוסטרוף","Latin capital letter eng":"אנג גדולה לטינית","Latin small letter eng":"אנג קטנה לטינית","Latin capital letter o with macron":"o גדולה לטינית עם קו עילי","Latin small letter o with macron":"o קטנה לטינית עם קו עילי","Latin capital letter o with breve":"o גדולה לטינית עם ברווה","Latin small letter o with breve":"o קטנה לטינית עם ברווה","Latin capital letter o with double acute":"o גדולה לטינית עם סימן הטעמה עילי כפול","Latin small letter o with double acute":"o קטנה לטינית עם סימן הטעמה עילי כפול","Latin capital ligature oe":"ליגטורה גדולה לטינית oe","Latin small ligature oe":"ליגטורה קטנה לטינית oe","Latin capital letter r with acute":"r גדולה לטינית עם סימן הטעמה עילי","Latin small letter r with acute":"r קטנה לטינית עם סימן הטעמה עילי","Latin capital letter r with cedilla":"r גדולה לטינית עם סדיליה","Latin small letter r with cedilla":"r קטנה לטינית עם סדיליה","Latin capital letter r with caron":"r גדולה לטינית עם וי קטן","Latin small letter r with caron":"r קטנה לטינית עם וי קטן","Latin capital letter s with acute":"s גדולה לטינית עם סימן הטעמה עילי","Latin small letter s with acute":"s קטנה לטינית עם סימן הטעמה עילי","Latin capital letter s with circumflex":"s גדולה לטינית עם גג","Latin small letter s with circumflex":"s קטנה לטינית עם גג","Latin capital letter s with cedilla":"s גדולה לטינית עם סדיליה","Latin small letter s with cedilla":"s קטנה לטינית עם סדיליה","Latin capital letter s with caron":"s גדולה לטינית עם וי קטן","Latin small letter s with caron":"s קטנה לטינית עם וי קטן","Latin capital letter t with cedilla":"t גדולה לטינית עם סדיליה","Latin small letter t with cedilla":"t קטנה לטינית עם סדיליה","Latin capital letter t with caron":"t גדולה לטינית עם וי קטן","Latin small letter t with caron":"t קטנה לטינית עם וי קטן","Latin capital letter t with stroke":"t גדולה לטינית עם קו","Latin small letter t with stroke":"t קטנה לטינית עם קו","Latin capital letter u with tilde":"u גדולה לטינית עם טילדה","Latin small letter u with tilde":"u קטנה לטינית עם טילדה","Latin capital letter u with macron":"u גדולה לטינית עם קו עילי","Latin small letter u with macron":"u קטנה לטינית עם קו עילי","Latin capital letter u with breve":"u גדולה לטינית עם ברווה","Latin small letter u with breve":"u קטנה לטינית עם ברווה","Latin capital letter u with ring above":"u גדולה לטינית עם טבעת עילית","Latin small letter u with ring above":"u קטנה לטינית עם טבעת עילית","Latin capital letter u with double acute":"u גדולה לטינית עם סימן הטעמה עילי כפול","Latin small letter u with double acute":"u קטנה לטינית עם סימן הטעמה עילי כפול","Latin capital letter u with ogonek":"u גדולה לטינית עם זנבון","Latin small letter u with ogonek":"u קטנה לטינית עם זנבון","Latin capital letter w with circumflex":"w גדולה לטינית עם גג","Latin small letter w with circumflex":"w קטנה לטינית עם גג","Latin capital letter y with circumflex":"y גדולה לטינית עם גג","Latin small letter y with circumflex":"y קטנה לטינית עם גג","Latin capital letter y with diaeresis":"y גדולה לטינית עם אומלאוט","Latin capital letter z with acute":"z גדולה לטינית עם סימן הטעמה עילי","Latin small letter z with acute":"z קטנה לטינית עם סימן הטעמה עילי","Latin capital letter z with dot above":"z גדולה לטינית עם נקודה עילית","Latin small letter z with dot above":"z קטנה לטינית עם נקודה עילית","Latin capital letter z with caron":"z גדולה לטינית עם וי קטן","Latin small letter z with caron":"z קטנה לטינית עם וי קטן","Latin small letter long s":"s ארוכה קטנה לטינית","Less-than sign":"סימן \"קטן מ-\"","Greater-than sign":"סימן \"גדול מ-\"","Less-than or equal to":"סימן \"קטן/שווה\"","Greater-than or equal to":"סימן \"גדול/שווה\"","En dash":"קו מפריד רגיל","Em dash":"קו מפריד ארוך",Macron:"קו עילי",Overline:"קו עליון","Degree sign":"סימן מעלה","Minus sign":"סימן מינוס","Plus-minus sign":"סימן פלוס-מינוס","Division sign":"סימן חילוק","Fraction slash":"לוכסן שבר","Multiplication sign":"סימן כפל","Latin small letter f with hook":"f קטנה לטינית עם וו",Integral:"אינטגרל","N-ary summation":"סכום N",Infinity:"אינסוף","Square root":"שורש ריבועי","Tilde operator":"אופרטור טילדה","Approximately equal to":"שווה בקירוב ל-","Almost equal to":"כמעט שווה ל-","Not equal to":"לא שווה ל-","Identical to":"זהה ל-","Element of":"שייך ל-","Not an element of":"לא שייך ל-","Contains as member":"מכיל כחבר","N-ary product":"תוצר N","Logical and":"\"וגם\" לוגי","Logical or":"\"או\" לוגי","Not sign":"סימן שלילה",Intersection:"חיתוך",Union:"איחוד","Partial differential":"נגזרת חלקית","For all":"לכל","There exists":"קיים","Empty set":"הקבוצה הריקה",Nabla:"נבלה","Asterisk operator":"אופרטור כוכבית","Proportional to":"יחס ישר",Angle:"זווית","Vulgar fraction one quarter":"שבר פשוט רבע","Vulgar fraction one half":"שבר פשוט חצי","Vulgar fraction three quarters":"שבר פשוט שלושה רבעים","Single left-pointing angle quotation mark":"מירכאות מחודדות יחידות פונות שמאלה","Single right-pointing angle quotation mark":"מירכאות מחודדות יחידות פונות ימינה","Left-pointing double angle quotation mark":"מירכאות מחודדות כפולות פונות שמאלה","Right-pointing double angle quotation mark":"מירכאות מחודדות כפולות פונות ימינה","Left single quotation mark":"מירכאות שמאליות יחידות","Right single quotation mark":"מירכאות ימניות יחידות","Left double quotation mark":"מירכאות שמאליות כפולות","Right double quotation mark":"מירכאות ימניות כפולות","Single low-9 quotation mark":"מירכאות נמוכות יחידות בצורת 9","Double low-9 quotation mark":"מירכאות נמוכות כפולות בצורת 9","Inverted exclamation mark":"סימן קריאה הפוך","Inverted question mark":"סימן שאלה הפוך","Two dot leader":"מחבר שתי נקודות","Horizontal ellipsis":"שלוש נקודות אופקיות","Double dagger":"דקר כפול","Per mille sign":"סימן אלפית","Per ten thousand sign":"סימן רבבית","Double exclamation mark":"סימן קריאה כפול","Question exclamation mark":"סימן שאלה/קריאה","Exclamation question mark":"סימן קריאה/שאלה","Double question mark":"סימן שאלה כפול","Copyright sign":"סימן זכויות יוצרים","Registered sign":"סימן רשום","Trade mark sign":"סימן סמל מסחרי","Section sign":"סימן סעיף","Paragraph sign":"סימן פסקה","Reversed paragraph sign":"סימן פסקה הפוך","Character categories":"קטגוריות תווים",Styles:"סגנונות","Multiple styles":"סגנונות מרובים","Block styles":"סגנונות בלוקים","Text styles":"עיצוב טקסט","Insert table":"הכנס טבלה","Header column":"עמודת כותרת","Insert column left":"הכנסת עמודה משמאל","Insert column right":"הכנסת עמודה מימן","Delete column":"מחיקת עמודה","Select column":"בחירת עמודה",Column:"עמודה","Header row":"שורת כותרת","Insert row below":"הכנה שורה מתחת","Insert row above":"הכנסת שורה מעל","Delete row":"מחיקת שורה","Select row":"בחירת שורה",Row:"שורה","Merge cell up":"מיזוג תא למעלה","Merge cell right":"מיזוג תא ימינה","Merge cell down":"מיזוג תא למטה","Merge cell left":"מיזוג תא שמאלה","Split cell vertically":"פיצול תא אנכית","Split cell horizontally":"פיצול תא אופקית","Merge cells":"מיזוג תאים","Table toolbar":"סרגל כלים של טבלה","Table properties":"אפשרויות טבלה","Cell properties":"אפשרויות תא",Border:"גבול",Style:"עיצוב",Width:"רוחב",Height:"גובה",Color:"צבע",Background:"רקע",Padding:"מרווח",Dimensions:"ממדים","Table cell text alignment":"יישור טקסט של תא טבלה",Alignment:"יישור","Horizontal text alignment toolbar":"סרגל כלים של יישור טקסט אופקי","Vertical text alignment toolbar":"סרגל כלים של יישור טקסט אנכי","Table alignment toolbar":"סרגל כלים של יישור טבלה",None:"ללא",Solid:"אחיד",Dotted:"מנוקד",Dashed:"מקווקו",Double:"כפול",Groove:"Groove",Ridge:"Ridge",Inset:"פנימי",Outset:"חיצוני","Align cell text to the left":"יישר את טקסט התא לשמאל","Align cell text to the center":"יישר את טקסט התא למרכז","Align cell text to the right":"יישר את טקסט התא לימין","Justify cell text":"יישר את טקסט התא לשני הצדדים","Align cell text to the top":"יישר את טקסט התא לחלק העליון","Align cell text to the middle":"יישר את טקסט התא לאמצע","Align cell text to the bottom":"יישר את טקסט התא לחלק התחתון","Align table to the left":"יישור טבלה לשמאל","Center table":"מירכוז טבלה","Align table to the right":"יישור טבלה לימין","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"הצבע לא חוקי. נסו \"#FF0000\" או \"rgb(255,0,0)\" או \"אדום\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"הערך לא חוקי. נסו \"10px\" או \"2em\" או פשוט \"2\".","Color picker":"בורר הצבעים","Toggle caption off":"כבה את הכיתוב","Toggle caption on":"הפעל את הכיתוב","Enter table caption":"הזינו כיתוב טבלה","Rich Text Editor":"עורך טקסט עשיר","Editor editing area: %0":"אזור עריכה של העורך: %0","Edit block":"הגדרות בלוק",Next:"הבא",Previous:"הקודם","Editor toolbar":"סרגל הכלים","Dropdown toolbar":"סרגל כלים נפתח",Black:"שחור","Dim grey":"אפור עמום",Grey:"אפור","Light grey":"אפור בהיר",White:"לבן",Red:"אדום",Orange:"כתום",Yellow:"צהוב","Light green":"ירוק בהיר",Green:"ירוק",Aquamarine:"ירוק-כחלחל",Turquoise:"טורקיז","Light blue":"כחול בהיר",Blue:"כחול",Purple:"סגול","Editor block content toolbar":"סרגל כלים של תוכן בלוק של העורך","Editor contextual toolbar":"סרגל כלים הקשרי של העורך",HEX:"HEX",Accept:"קבל",Undo:"ביטול",Redo:"ביצוע מחדש","Upload in progress":"העלאה מתבצעת","Widget toolbar":"סרגל יישומון","Insert paragraph before block":"הוספת פסקה מעל","Insert paragraph after block":"הוספת פסקה מתחת","Press Enter to type after or press Shift + Enter to type before the widget":"לחץ Enter כדי להקליד לפני היישומון או Shift + Enter כדי להקליד אחריו","Words: %0":"מס' מילים: %0","Characters: %0":"מס' תווים: %0"} );l.getPluralForm=function(n){return (n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hi.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hi.js index 5a83b9738bb1..d3f44cfc4e71 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hi.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hi.js @@ -1 +1 @@ -(function(d){ const l = d['hi'] = d['hi'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Align left","Align right":"Align right","Align center":"Align center",Justify:"Justify","Text alignment":"Text alignment","Text alignment toolbar":"Text alignment toolbar",Bold:"Bold",Italic:"Italic",Underline:"Underline",Code:"Code",Strikethrough:"Strikethrough",Subscript:"Subscript",Superscript:"Superscript","Block quote":"Block quote","Insert code block":"Insert code block","Plain text":"Plain text",Cancel:"Cancel","Remove color":"Remove color","Restore default":"डिफ़ॉल्ट रिस्टोर कर दें",Save:"Save","Show more items":"Show more items","%0 of %1":"%0 of %1","Cannot upload file:":"Cannot upload file:","Rich Text Editor. Editing area: %0":"रिच टेक्स्ट एडिटर। संपादन क्षेत्र: %0","Find and replace":"ढूँढें और बदलें","Find in text…":"टेक्स्ट में ढूंढें…",Find:"ढूँढें","Previous result":"पिछला रेज़ल्ट","Next result":"अगला रेज़ल्ट",Replace:"बदलें","Replace all":"सब बदल दें","Match case":"केस मैच करें","Whole words only":"केवल पूरे शब्द","Replace with…":"...के साथ बदलें","Text to find must not be empty.":"खोजने के लिए टेक्स्ट खाली नहीं होना चाहिए.","Tip: Find some text first in order to replace it.":"टिप:उसे बदलने के लिए पहले कुछ वह टेक्स्ट खोजें.","Show options":"विकल्प दिखाएं",Paragraph:"Paragraph",Heading:"Heading","Choose heading":"Choose heading","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4","Heading 5":"Heading 5","Heading 6":"Heading 6","Type your title":"Type your title","Type or paste your content here.":"Type or paste your content here.","Horizontal line":"Horizontal line","HTML object":"एचटीएमएल वस्तु","Increase indent":"Increase indent","Decrease indent":"Decrease indent",Unlink:"Unlink",Link:"Link","Link URL":"Link URL","Link image":"Link image","Edit link":"Edit link","Open link in new tab":"Open link in new tab","This link has no URL":"This link has no URL","Open in a new tab":"Open in a new tab",Downloadable:"Downloadable","Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style",Disc:"Disc",Circle:"Circle",Square:"Square",Decimal:"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"प्रॉपर्टीज़ को लिस्ट करें","Start at":"शुरू करे इस पर","Start index must be greater than 0.":"स्टार्ट इंडेक्स 0 से अधिक होना चाहिए.","Reversed order":"रिवर्स किया गया क्रम","Remove Format":"Remove Format","Select all":"Select all",Source:"सोर्स","Special characters":"Special characters",All:"सभी",Arrows:"एरोज",Currency:"करेंसी",Latin:"लैटिन",Mathematical:"मैथमैटिकल",Text:"टेक्स्ट","leftwards simple arrow":"सिम्पल ऐरो बाएं तरफ","rightwards simple arrow":"सिम्पल ऐरो दाएं तरफ","upwards simple arrow":"सिम्पल ऐरो ऊपर की तरफ","downwards simple arrow":"सिम्पल ऐरो नीचे की तरफ","leftwards double arrow":"leftwards double arrow","rightwards double arrow":"rightwards double arrow","upwards double arrow":"upwards double arrow","downwards double arrow":"downwards double arrow","leftwards dashed arrow":"leftwards dashed arrow","rightwards dashed arrow":"rightwards dashed arrow","upwards dashed arrow":"upwards dashed arrow","downwards dashed arrow":"downwards dashed arrow","leftwards arrow to bar":"leftwards arrow to bar","rightwards arrow to bar":"rightwards arrow to bar","upwards arrow to bar":"upwards arrow to bar","downwards arrow to bar":"downwards arrow to bar","up down arrow with base":"up down arrow with base","back with leftwards arrow above":"back with leftwards arrow above","end with leftwards arrow above":"end with leftwards arrow above","on with exclamation mark with left right arrow above":"on with exclamation mark with left right arrow above","soon with rightwards arrow above":"soon with rightwards arrow above","top with upwards arrow above":"top with upwards arrow above","Dollar sign":"Dollar sign","Euro sign":"Euro sign","Yen sign":"Yen sign","Pound sign":"Pound sign","Cent sign":"Cent sign","Euro-currency sign":"Euro-currency sign","Colon sign":"Colon sign","Cruzeiro sign":"Cruzeiro sign","French franc sign":"French franc sign","Lira sign":"Lira sign","Currency sign":"Currency sign","Bitcoin sign":"Bitcoin sign","Mill sign":"Mill sign","Naira sign":"Naira sign","Peseta sign":"Peseta sign","Rupee sign":"Rupee sign","Won sign":"Won sign","New sheqel sign":"New sheqel sign","Dong sign":"Dong sign","Kip sign":"Kip sign","Tugrik sign":"Tugrik sign","Drachma sign":"Drachma sign","German penny sign":"German penny sign","Peso sign":"Peso sign","Guarani sign":"Guarani sign","Austral sign":"Austral sign","Hryvnia sign":"Hryvnia sign","Cedi sign":"Cedi sign","Livre tournois sign":"Livre tournois sign","Spesmilo sign":"Spesmilo sign","Tenge sign":"Tenge sign","Indian rupee sign":"Indian rupee sign","Turkish lira sign":"Turkish lira sign","Nordic mark sign":"Nordic mark sign","Manat sign":"Manat sign","Ruble sign":"Ruble sign","Latin capital letter a with macron":"Latin capital letter a with macron","Latin small letter a with macron":"Latin small letter a with macron","Latin capital letter a with breve":"Latin capital letter a with breve","Latin small letter a with breve":"Latin small letter a with breve","Latin capital letter a with ogonek":"Latin capital letter a with ogonek","Latin small letter a with ogonek":"Latin small letter a with ogonek","Latin capital letter c with acute":"Latin capital letter c with acute","Latin small letter c with acute":"Latin small letter c with acute","Latin capital letter c with circumflex":"Latin capital letter c with circumflex","Latin small letter c with circumflex":"Latin small letter c with circumflex","Latin capital letter c with dot above":"Latin capital letter c with dot above","Latin small letter c with dot above":"Latin small letter c with dot above","Latin capital letter c with caron":"Latin capital letter c with caron","Latin small letter c with caron":"Latin small letter c with caron","Latin capital letter d with caron":"Latin capital letter d with caron","Latin small letter d with caron":"Latin small letter d with caron","Latin capital letter d with stroke":"Latin capital letter d with stroke","Latin small letter d with stroke":"Latin small letter d with stroke","Latin capital letter e with macron":"Latin capital letter e with macron","Latin small letter e with macron":"Latin small letter e with macron","Latin capital letter e with breve":"Latin capital letter e with breve","Latin small letter e with breve":"Latin small letter e with breve","Latin capital letter e with dot above":"Latin capital letter e with dot above","Latin small letter e with dot above":"Latin small letter e with dot above","Latin capital letter e with ogonek":"Latin capital letter e with ogonek","Latin small letter e with ogonek":"Latin small letter e with ogonek","Latin capital letter e with caron":"Latin capital letter e with caron","Latin small letter e with caron":"Latin small letter e with caron","Latin capital letter g with circumflex":"Latin capital letter g with circumflex","Latin small letter g with circumflex":"Latin small letter g with circumflex","Latin capital letter g with breve":"Latin capital letter g with breve","Latin small letter g with breve":"Latin small letter g with breve","Latin capital letter g with dot above":"Latin capital letter g with dot above","Latin small letter g with dot above":"Latin small letter g with dot above","Latin capital letter g with cedilla":"Latin capital letter g with cedilla","Latin small letter g with cedilla":"Latin small letter g with cedilla","Latin capital letter h with circumflex":"Latin capital letter h with circumflex","Latin small letter h with circumflex":"Latin small letter h with circumflex","Latin capital letter h with stroke":"Latin capital letter h with stroke","Latin small letter h with stroke":"Latin small letter h with stroke","Latin capital letter i with tilde":"Latin capital letter i with tilde","Latin small letter i with tilde":"Latin small letter i with tilde","Latin capital letter i with macron":"Latin capital letter i with macron","Latin small letter i with macron":"Latin small letter i with macron","Latin capital letter i with breve":"Latin capital letter i with breve","Latin small letter i with breve":"Latin small letter i with breve","Latin capital letter i with ogonek":"Latin capital letter i with ogonek","Latin small letter i with ogonek":"Latin small letter i with ogonek","Latin capital letter i with dot above":"Latin capital letter i with dot above","Latin small letter dotless i":"Latin small letter dotless i","Latin capital ligature ij":"Latin capital ligature ij","Latin small ligature ij":"Latin small ligature ij","Latin capital letter j with circumflex":"Latin capital letter j with circumflex","Latin small letter j with circumflex":"Latin small letter j with circumflex","Latin capital letter k with cedilla":"Latin capital letter k with cedilla","Latin small letter k with cedilla":"Latin small letter k with cedilla","Latin small letter kra":"Latin small letter kra","Latin capital letter l with acute":"Latin capital letter l with acute","Latin small letter l with acute":"Latin small letter l with acute","Latin capital letter l with cedilla":"Latin capital letter l with cedilla","Latin small letter l with cedilla":"Latin small letter l with cedilla","Latin capital letter l with caron":"Latin capital letter l with caron","Latin small letter l with caron":"Latin small letter l with caron","Latin capital letter l with middle dot":"Latin capital letter l with middle dot","Latin small letter l with middle dot":"Latin small letter l with middle dot","Latin capital letter l with stroke":"Latin capital letter l with stroke","Latin small letter l with stroke":"Latin small letter l with stroke","Latin capital letter n with acute":"Latin capital letter n with acute","Latin small letter n with acute":"Latin small letter n with acute","Latin capital letter n with cedilla":"Latin capital letter n with cedilla","Latin small letter n with cedilla":"Latin small letter n with cedilla","Latin capital letter n with caron":"Latin capital letter n with caron","Latin small letter n with caron":"Latin small letter n with caron","Latin small letter n preceded by apostrophe":"Latin small letter n preceded by apostrophe","Latin capital letter eng":"Latin capital letter eng","Latin small letter eng":"Latin small letter eng","Latin capital letter o with macron":"Latin capital letter o with macron","Latin small letter o with macron":"Latin small letter o with macron","Latin capital letter o with breve":"Latin capital letter o with breve","Latin small letter o with breve":"Latin small letter o with breve","Latin capital letter o with double acute":"Latin capital letter o with double acute","Latin small letter o with double acute":"Latin small letter o with double acute","Latin capital ligature oe":"Latin capital ligature oe","Latin small ligature oe":"Latin small ligature oe","Latin capital letter r with acute":"Latin capital letter r with acute","Latin small letter r with acute":"Latin small letter r with acute","Latin capital letter r with cedilla":"Latin capital letter r with cedilla","Latin small letter r with cedilla":"Latin small letter r with cedilla","Latin capital letter r with caron":"Latin capital letter r with caron","Latin small letter r with caron":"Latin small letter r with caron","Latin capital letter s with acute":"Latin capital letter s with acute","Latin small letter s with acute":"Latin small letter s with acute","Latin capital letter s with circumflex":"Latin capital letter s with circumflex","Latin small letter s with circumflex":"Latin small letter s with circumflex","Latin capital letter s with cedilla":"Latin capital letter s with cedilla","Latin small letter s with cedilla":"Latin small letter s with cedilla","Latin capital letter s with caron":"Latin capital letter s with caron","Latin small letter s with caron":"Latin small letter s with caron","Latin capital letter t with cedilla":"Latin capital letter t with cedilla","Latin small letter t with cedilla":"Latin small letter t with cedilla","Latin capital letter t with caron":"Latin capital letter t with caron","Latin small letter t with caron":"Latin small letter t with caron","Latin capital letter t with stroke":"Latin capital letter t with stroke","Latin small letter t with stroke":"Latin small letter t with stroke","Latin capital letter u with tilde":"Latin capital letter u with tilde","Latin small letter u with tilde":"Latin small letter u with tilde","Latin capital letter u with macron":"Latin capital letter u with macron","Latin small letter u with macron":"Latin small letter u with macron","Latin capital letter u with breve":"Latin capital letter u with breve","Latin small letter u with breve":"Latin small letter u with breve","Latin capital letter u with ring above":"Latin capital letter u with ring above","Latin small letter u with ring above":"Latin small letter u with ring above","Latin capital letter u with double acute":"Latin capital letter u with double acute","Latin small letter u with double acute":"Latin small letter u with double acute","Latin capital letter u with ogonek":"Latin capital letter u with ogonek","Latin small letter u with ogonek":"Latin small letter u with ogonek","Latin capital letter w with circumflex":"Latin capital letter w with circumflex","Latin small letter w with circumflex":"Latin small letter w with circumflex","Latin capital letter y with circumflex":"Latin capital letter y with circumflex","Latin small letter y with circumflex":"Latin small letter y with circumflex","Latin capital letter y with diaeresis":"Latin capital letter y with diaeresis","Latin capital letter z with acute":"Latin capital letter z with acute","Latin small letter z with acute":"Latin small letter z with acute","Latin capital letter z with dot above":"Latin capital letter z with dot above","Latin small letter z with dot above":"Latin small letter z with dot above","Latin capital letter z with caron":"Latin capital letter z with caron","Latin small letter z with caron":"Latin small letter z with caron","Latin small letter long s":"Latin small letter long s","Less-than sign":"Less-than sign","Greater-than sign":"Greater-than sign","Less-than or equal to":"Less-than or equal to","Greater-than or equal to":"Greater-than or equal to","En dash":"En dash","Em dash":"Em dash",Macron:"Macron",Overline:"Overline","Degree sign":"Degree sign","Minus sign":"Minus sign","Plus-minus sign":"Plus-minus sign","Division sign":"Division sign","Fraction slash":"Fraction slash","Multiplication sign":"Multiplication sign","Latin small letter f with hook":"Latin small letter f with hook",Integral:"Integral","N-ary summation":"N-ary summation",Infinity:"Infinity","Square root":"Square root","Tilde operator":"Tilde operator","Approximately equal to":"Approximately equal to","Almost equal to":"Almost equal to","Not equal to":"Not equal to","Identical to":"Identical to","Element of":"Element of","Not an element of":"Not an element of","Contains as member":"Contains as member","N-ary product":"N-ary product","Logical and":"Logical and","Logical or":"Logical or","Not sign":"Not sign",Intersection:"Intersection",Union:"Union","Partial differential":"Partial differential","For all":"For all","There exists":"There exists","Empty set":"Empty set",Nabla:"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Proportional to",Angle:"Angle","Vulgar fraction one quarter":"Vulgar fraction one quarter","Vulgar fraction one half":"Vulgar fraction one half","Vulgar fraction three quarters":"Vulgar fraction three quarters","Single left-pointing angle quotation mark":"Single left-pointing angle quotation mark","Single right-pointing angle quotation mark":"Single right-pointing angle quotation mark","Left-pointing double angle quotation mark":"Left-pointing double angle quotation mark","Right-pointing double angle quotation mark":"Right-pointing double angle quotation mark","Left single quotation mark":"Left single quotation mark","Right single quotation mark":"Right single quotation mark","Left double quotation mark":"Left double quotation mark","Right double quotation mark":"Right double quotation mark","Single low-9 quotation mark":"Single low-9 quotation mark","Double low-9 quotation mark":"Double low-9 quotation mark","Inverted exclamation mark":"Inverted exclamation mark","Inverted question mark":"Inverted question mark","Two dot leader":"Two dot leader","Horizontal ellipsis":"Horizontal ellipsis","Double dagger":"Double dagger","Per mille sign":"Per mille sign","Per ten thousand sign":"Per ten thousand sign","Double exclamation mark":"Double exclamation mark","Question exclamation mark":"Question exclamation mark","Exclamation question mark":"Exclamation question mark","Double question mark":"Double question mark","Copyright sign":"Copyright sign","Registered sign":"Registered sign","Trade mark sign":"Trade mark sign","Section sign":"Section sign","Paragraph sign":"Paragraph sign","Reversed paragraph sign":"Reversed paragraph sign","Character categories":"Character categories",Styles:"स्टाइल्स","Multiple styles":"कई स्टाइल्स","Block styles":"ब्लॉक स्टाइल्स","Text styles":"टेक्स्ट स्टाइल्स","Insert table":"Insert table","Header column":"Header column","Insert column left":"Insert column left","Insert column right":"Insert column right","Delete column":"Delete column","Select column":"Select column",Column:"Column","Header row":"Header row","Insert row below":"Insert row below","Insert row above":"Insert row above","Delete row":"Delete row","Select row":"Select row",Row:"Row","Merge cell up":"Merge cell up","Merge cell right":"Merge cell right","Merge cell down":"Merge cell down","Merge cell left":"Merge cell left","Split cell vertically":"Split cell vertically","Split cell horizontally":"Split cell horizontally","Merge cells":"Merge cells","Table toolbar":"Table toolbar","Table properties":"Table properties","Cell properties":"Cell properties",Border:"Border",Style:"Style",Width:"Width",Height:"Height",Color:"Color",Background:"Background",Padding:"Padding",Dimensions:"Dimensions","Table cell text alignment":"Table cell text alignment",Alignment:"Alignment","Horizontal text alignment toolbar":"Horizontal text alignment toolbar","Vertical text alignment toolbar":"Vertical text alignment toolbar","Table alignment toolbar":"Table alignment toolbar",None:"None",Solid:"Solid",Dotted:"Dotted",Dashed:"Dashed",Double:"Double",Groove:"Groove",Ridge:"Ridge",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Align cell text to the left","Align cell text to the center":"Align cell text to the center","Align cell text to the right":"Align cell text to the right","Justify cell text":"Justify cell text","Align cell text to the top":"Align cell text to the top","Align cell text to the middle":"Align cell text to the middle","Align cell text to the bottom":"Align cell text to the bottom","Align table to the left":"Align table to the left","Center table":"Center table","Align table to the right":"Align table to the right","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".","Color picker":"Color picker","Toggle caption off":"कैप्शन को टॉगल बंद करें","Toggle caption on":"कैप्शन का टॉगल ऑन करें","Enter table caption":"टेबल कैप्शन एंटर करें","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"संपादक संपादन क्षेत्र: %0","Edit block":"Edit block",Next:"Next",Previous:"Previous","Editor toolbar":"Editor toolbar","Dropdown toolbar":"Dropdown toolbar",Black:"Black","Dim grey":"Dim grey",Grey:"Grey","Light grey":"Light grey",White:"White",Red:"Red",Orange:"Orange",Yellow:"Yellow","Light green":"Light green",Green:"Green",Aquamarine:"Aquamarine",Turquoise:"Turquoise","Light blue":"Light blue",Blue:"Blue",Purple:"Purple","Editor block content toolbar":"एडीटर ब्लॉक कंटेंट टूलबार","Editor contextual toolbar":"एडीटर कॉन्टेक्स्टूअल टूलबार",HEX:"",Undo:"Undo",Redo:"Redo","Upload in progress":"Upload in progress","Widget toolbar":"Widget toolbar","Insert paragraph before block":"Insert paragraph before block","Insert paragraph after block":"Insert paragraph after block","Press Enter to type after or press Shift + Enter to type before the widget":"विजेट के बाद टाइप करने के लिए एंटर दबाएं या पहले टाइप करने के लिए शिफ्ट+एंटर दबाएं","Words: %0":"Words: %0","Characters: %0":"Characters: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['hi'] = d['hi'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Align left","Align right":"Align right","Align center":"Align center",Justify:"Justify","Text alignment":"Text alignment","Text alignment toolbar":"Text alignment toolbar",Bold:"Bold",Italic:"Italic",Underline:"Underline",Code:"Code",Strikethrough:"Strikethrough",Subscript:"Subscript",Superscript:"Superscript","Block quote":"Block quote","Insert code block":"Insert code block","Plain text":"Plain text",Cancel:"Cancel","Remove color":"Remove color","Restore default":"डिफ़ॉल्ट रिस्टोर कर दें",Save:"Save","Show more items":"Show more items","%0 of %1":"%0 of %1","Cannot upload file:":"Cannot upload file:","Rich Text Editor. Editing area: %0":"रिच टेक्स्ट एडिटर। संपादन क्षेत्र: %0","Find and replace":"ढूँढें और बदलें","Find in text…":"टेक्स्ट में ढूंढें…",Find:"ढूँढें","Previous result":"पिछला रेज़ल्ट","Next result":"अगला रेज़ल्ट",Replace:"बदलें","Replace all":"सब बदल दें","Match case":"केस मैच करें","Whole words only":"केवल पूरे शब्द","Replace with…":"...के साथ बदलें","Text to find must not be empty.":"खोजने के लिए टेक्स्ट खाली नहीं होना चाहिए.","Tip: Find some text first in order to replace it.":"टिप:उसे बदलने के लिए पहले कुछ वह टेक्स्ट खोजें.","Show options":"विकल्प दिखाएं",Paragraph:"Paragraph",Heading:"Heading","Choose heading":"Choose heading","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4","Heading 5":"Heading 5","Heading 6":"Heading 6","Type your title":"Type your title","Type or paste your content here.":"Type or paste your content here.","Horizontal line":"Horizontal line","HTML object":"एचटीएमएल वस्तु","Increase indent":"Increase indent","Decrease indent":"Decrease indent",Unlink:"Unlink",Link:"Link","Link URL":"Link URL","Link image":"Link image","Edit link":"Edit link","Open link in new tab":"Open link in new tab","This link has no URL":"This link has no URL","Open in a new tab":"Open in a new tab",Downloadable:"Downloadable","Numbered List":"Numbered List","Bulleted List":"Bulleted List","To-do List":"To-do List","Bulleted list styles toolbar":"Bulleted list styles toolbar","Numbered list styles toolbar":"Numbered list styles toolbar","Toggle the disc list style":"Toggle the disc list style","Toggle the circle list style":"Toggle the circle list style","Toggle the square list style":"Toggle the square list style","Toggle the decimal list style":"Toggle the decimal list style","Toggle the decimal with leading zero list style":"Toggle the decimal with leading zero list style","Toggle the lower–roman list style":"Toggle the lower–roman list style","Toggle the upper–roman list style":"Toggle the upper–roman list style","Toggle the lower–latin list style":"Toggle the lower–latin list style","Toggle the upper–latin list style":"Toggle the upper–latin list style",Disc:"Disc",Circle:"Circle",Square:"Square",Decimal:"Decimal","Decimal with leading zero":"Decimal with leading zero","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"प्रॉपर्टीज़ को लिस्ट करें","Start at":"शुरू करे इस पर","Start index must be greater than 0.":"स्टार्ट इंडेक्स 0 से अधिक होना चाहिए.","Reversed order":"रिवर्स किया गया क्रम","Remove Format":"Remove Format","Select all":"Select all","Show blocks":"ब्लॉक दिखाएं",Source:"सोर्स","Special characters":"Special characters",All:"सभी",Arrows:"एरोज",Currency:"करेंसी",Latin:"लैटिन",Mathematical:"मैथमैटिकल",Text:"टेक्स्ट","leftwards simple arrow":"सिम्पल ऐरो बाएं तरफ","rightwards simple arrow":"सिम्पल ऐरो दाएं तरफ","upwards simple arrow":"सिम्पल ऐरो ऊपर की तरफ","downwards simple arrow":"सिम्पल ऐरो नीचे की तरफ","leftwards double arrow":"leftwards double arrow","rightwards double arrow":"rightwards double arrow","upwards double arrow":"upwards double arrow","downwards double arrow":"downwards double arrow","leftwards dashed arrow":"leftwards dashed arrow","rightwards dashed arrow":"rightwards dashed arrow","upwards dashed arrow":"upwards dashed arrow","downwards dashed arrow":"downwards dashed arrow","leftwards arrow to bar":"leftwards arrow to bar","rightwards arrow to bar":"rightwards arrow to bar","upwards arrow to bar":"upwards arrow to bar","downwards arrow to bar":"downwards arrow to bar","up down arrow with base":"up down arrow with base","back with leftwards arrow above":"back with leftwards arrow above","end with leftwards arrow above":"end with leftwards arrow above","on with exclamation mark with left right arrow above":"on with exclamation mark with left right arrow above","soon with rightwards arrow above":"soon with rightwards arrow above","top with upwards arrow above":"top with upwards arrow above","Dollar sign":"Dollar sign","Euro sign":"Euro sign","Yen sign":"Yen sign","Pound sign":"Pound sign","Cent sign":"Cent sign","Euro-currency sign":"Euro-currency sign","Colon sign":"Colon sign","Cruzeiro sign":"Cruzeiro sign","French franc sign":"French franc sign","Lira sign":"Lira sign","Currency sign":"Currency sign","Bitcoin sign":"Bitcoin sign","Mill sign":"Mill sign","Naira sign":"Naira sign","Peseta sign":"Peseta sign","Rupee sign":"Rupee sign","Won sign":"Won sign","New sheqel sign":"New sheqel sign","Dong sign":"Dong sign","Kip sign":"Kip sign","Tugrik sign":"Tugrik sign","Drachma sign":"Drachma sign","German penny sign":"German penny sign","Peso sign":"Peso sign","Guarani sign":"Guarani sign","Austral sign":"Austral sign","Hryvnia sign":"Hryvnia sign","Cedi sign":"Cedi sign","Livre tournois sign":"Livre tournois sign","Spesmilo sign":"Spesmilo sign","Tenge sign":"Tenge sign","Indian rupee sign":"Indian rupee sign","Turkish lira sign":"Turkish lira sign","Nordic mark sign":"Nordic mark sign","Manat sign":"Manat sign","Ruble sign":"Ruble sign","Latin capital letter a with macron":"Latin capital letter a with macron","Latin small letter a with macron":"Latin small letter a with macron","Latin capital letter a with breve":"Latin capital letter a with breve","Latin small letter a with breve":"Latin small letter a with breve","Latin capital letter a with ogonek":"Latin capital letter a with ogonek","Latin small letter a with ogonek":"Latin small letter a with ogonek","Latin capital letter c with acute":"Latin capital letter c with acute","Latin small letter c with acute":"Latin small letter c with acute","Latin capital letter c with circumflex":"Latin capital letter c with circumflex","Latin small letter c with circumflex":"Latin small letter c with circumflex","Latin capital letter c with dot above":"Latin capital letter c with dot above","Latin small letter c with dot above":"Latin small letter c with dot above","Latin capital letter c with caron":"Latin capital letter c with caron","Latin small letter c with caron":"Latin small letter c with caron","Latin capital letter d with caron":"Latin capital letter d with caron","Latin small letter d with caron":"Latin small letter d with caron","Latin capital letter d with stroke":"Latin capital letter d with stroke","Latin small letter d with stroke":"Latin small letter d with stroke","Latin capital letter e with macron":"Latin capital letter e with macron","Latin small letter e with macron":"Latin small letter e with macron","Latin capital letter e with breve":"Latin capital letter e with breve","Latin small letter e with breve":"Latin small letter e with breve","Latin capital letter e with dot above":"Latin capital letter e with dot above","Latin small letter e with dot above":"Latin small letter e with dot above","Latin capital letter e with ogonek":"Latin capital letter e with ogonek","Latin small letter e with ogonek":"Latin small letter e with ogonek","Latin capital letter e with caron":"Latin capital letter e with caron","Latin small letter e with caron":"Latin small letter e with caron","Latin capital letter g with circumflex":"Latin capital letter g with circumflex","Latin small letter g with circumflex":"Latin small letter g with circumflex","Latin capital letter g with breve":"Latin capital letter g with breve","Latin small letter g with breve":"Latin small letter g with breve","Latin capital letter g with dot above":"Latin capital letter g with dot above","Latin small letter g with dot above":"Latin small letter g with dot above","Latin capital letter g with cedilla":"Latin capital letter g with cedilla","Latin small letter g with cedilla":"Latin small letter g with cedilla","Latin capital letter h with circumflex":"Latin capital letter h with circumflex","Latin small letter h with circumflex":"Latin small letter h with circumflex","Latin capital letter h with stroke":"Latin capital letter h with stroke","Latin small letter h with stroke":"Latin small letter h with stroke","Latin capital letter i with tilde":"Latin capital letter i with tilde","Latin small letter i with tilde":"Latin small letter i with tilde","Latin capital letter i with macron":"Latin capital letter i with macron","Latin small letter i with macron":"Latin small letter i with macron","Latin capital letter i with breve":"Latin capital letter i with breve","Latin small letter i with breve":"Latin small letter i with breve","Latin capital letter i with ogonek":"Latin capital letter i with ogonek","Latin small letter i with ogonek":"Latin small letter i with ogonek","Latin capital letter i with dot above":"Latin capital letter i with dot above","Latin small letter dotless i":"Latin small letter dotless i","Latin capital ligature ij":"Latin capital ligature ij","Latin small ligature ij":"Latin small ligature ij","Latin capital letter j with circumflex":"Latin capital letter j with circumflex","Latin small letter j with circumflex":"Latin small letter j with circumflex","Latin capital letter k with cedilla":"Latin capital letter k with cedilla","Latin small letter k with cedilla":"Latin small letter k with cedilla","Latin small letter kra":"Latin small letter kra","Latin capital letter l with acute":"Latin capital letter l with acute","Latin small letter l with acute":"Latin small letter l with acute","Latin capital letter l with cedilla":"Latin capital letter l with cedilla","Latin small letter l with cedilla":"Latin small letter l with cedilla","Latin capital letter l with caron":"Latin capital letter l with caron","Latin small letter l with caron":"Latin small letter l with caron","Latin capital letter l with middle dot":"Latin capital letter l with middle dot","Latin small letter l with middle dot":"Latin small letter l with middle dot","Latin capital letter l with stroke":"Latin capital letter l with stroke","Latin small letter l with stroke":"Latin small letter l with stroke","Latin capital letter n with acute":"Latin capital letter n with acute","Latin small letter n with acute":"Latin small letter n with acute","Latin capital letter n with cedilla":"Latin capital letter n with cedilla","Latin small letter n with cedilla":"Latin small letter n with cedilla","Latin capital letter n with caron":"Latin capital letter n with caron","Latin small letter n with caron":"Latin small letter n with caron","Latin small letter n preceded by apostrophe":"Latin small letter n preceded by apostrophe","Latin capital letter eng":"Latin capital letter eng","Latin small letter eng":"Latin small letter eng","Latin capital letter o with macron":"Latin capital letter o with macron","Latin small letter o with macron":"Latin small letter o with macron","Latin capital letter o with breve":"Latin capital letter o with breve","Latin small letter o with breve":"Latin small letter o with breve","Latin capital letter o with double acute":"Latin capital letter o with double acute","Latin small letter o with double acute":"Latin small letter o with double acute","Latin capital ligature oe":"Latin capital ligature oe","Latin small ligature oe":"Latin small ligature oe","Latin capital letter r with acute":"Latin capital letter r with acute","Latin small letter r with acute":"Latin small letter r with acute","Latin capital letter r with cedilla":"Latin capital letter r with cedilla","Latin small letter r with cedilla":"Latin small letter r with cedilla","Latin capital letter r with caron":"Latin capital letter r with caron","Latin small letter r with caron":"Latin small letter r with caron","Latin capital letter s with acute":"Latin capital letter s with acute","Latin small letter s with acute":"Latin small letter s with acute","Latin capital letter s with circumflex":"Latin capital letter s with circumflex","Latin small letter s with circumflex":"Latin small letter s with circumflex","Latin capital letter s with cedilla":"Latin capital letter s with cedilla","Latin small letter s with cedilla":"Latin small letter s with cedilla","Latin capital letter s with caron":"Latin capital letter s with caron","Latin small letter s with caron":"Latin small letter s with caron","Latin capital letter t with cedilla":"Latin capital letter t with cedilla","Latin small letter t with cedilla":"Latin small letter t with cedilla","Latin capital letter t with caron":"Latin capital letter t with caron","Latin small letter t with caron":"Latin small letter t with caron","Latin capital letter t with stroke":"Latin capital letter t with stroke","Latin small letter t with stroke":"Latin small letter t with stroke","Latin capital letter u with tilde":"Latin capital letter u with tilde","Latin small letter u with tilde":"Latin small letter u with tilde","Latin capital letter u with macron":"Latin capital letter u with macron","Latin small letter u with macron":"Latin small letter u with macron","Latin capital letter u with breve":"Latin capital letter u with breve","Latin small letter u with breve":"Latin small letter u with breve","Latin capital letter u with ring above":"Latin capital letter u with ring above","Latin small letter u with ring above":"Latin small letter u with ring above","Latin capital letter u with double acute":"Latin capital letter u with double acute","Latin small letter u with double acute":"Latin small letter u with double acute","Latin capital letter u with ogonek":"Latin capital letter u with ogonek","Latin small letter u with ogonek":"Latin small letter u with ogonek","Latin capital letter w with circumflex":"Latin capital letter w with circumflex","Latin small letter w with circumflex":"Latin small letter w with circumflex","Latin capital letter y with circumflex":"Latin capital letter y with circumflex","Latin small letter y with circumflex":"Latin small letter y with circumflex","Latin capital letter y with diaeresis":"Latin capital letter y with diaeresis","Latin capital letter z with acute":"Latin capital letter z with acute","Latin small letter z with acute":"Latin small letter z with acute","Latin capital letter z with dot above":"Latin capital letter z with dot above","Latin small letter z with dot above":"Latin small letter z with dot above","Latin capital letter z with caron":"Latin capital letter z with caron","Latin small letter z with caron":"Latin small letter z with caron","Latin small letter long s":"Latin small letter long s","Less-than sign":"Less-than sign","Greater-than sign":"Greater-than sign","Less-than or equal to":"Less-than or equal to","Greater-than or equal to":"Greater-than or equal to","En dash":"En dash","Em dash":"Em dash",Macron:"Macron",Overline:"Overline","Degree sign":"Degree sign","Minus sign":"Minus sign","Plus-minus sign":"Plus-minus sign","Division sign":"Division sign","Fraction slash":"Fraction slash","Multiplication sign":"Multiplication sign","Latin small letter f with hook":"Latin small letter f with hook",Integral:"Integral","N-ary summation":"N-ary summation",Infinity:"Infinity","Square root":"Square root","Tilde operator":"Tilde operator","Approximately equal to":"Approximately equal to","Almost equal to":"Almost equal to","Not equal to":"Not equal to","Identical to":"Identical to","Element of":"Element of","Not an element of":"Not an element of","Contains as member":"Contains as member","N-ary product":"N-ary product","Logical and":"Logical and","Logical or":"Logical or","Not sign":"Not sign",Intersection:"Intersection",Union:"Union","Partial differential":"Partial differential","For all":"For all","There exists":"There exists","Empty set":"Empty set",Nabla:"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Proportional to",Angle:"Angle","Vulgar fraction one quarter":"Vulgar fraction one quarter","Vulgar fraction one half":"Vulgar fraction one half","Vulgar fraction three quarters":"Vulgar fraction three quarters","Single left-pointing angle quotation mark":"Single left-pointing angle quotation mark","Single right-pointing angle quotation mark":"Single right-pointing angle quotation mark","Left-pointing double angle quotation mark":"Left-pointing double angle quotation mark","Right-pointing double angle quotation mark":"Right-pointing double angle quotation mark","Left single quotation mark":"Left single quotation mark","Right single quotation mark":"Right single quotation mark","Left double quotation mark":"Left double quotation mark","Right double quotation mark":"Right double quotation mark","Single low-9 quotation mark":"Single low-9 quotation mark","Double low-9 quotation mark":"Double low-9 quotation mark","Inverted exclamation mark":"Inverted exclamation mark","Inverted question mark":"Inverted question mark","Two dot leader":"Two dot leader","Horizontal ellipsis":"Horizontal ellipsis","Double dagger":"Double dagger","Per mille sign":"Per mille sign","Per ten thousand sign":"Per ten thousand sign","Double exclamation mark":"Double exclamation mark","Question exclamation mark":"Question exclamation mark","Exclamation question mark":"Exclamation question mark","Double question mark":"Double question mark","Copyright sign":"Copyright sign","Registered sign":"Registered sign","Trade mark sign":"Trade mark sign","Section sign":"Section sign","Paragraph sign":"Paragraph sign","Reversed paragraph sign":"Reversed paragraph sign","Character categories":"Character categories",Styles:"स्टाइल्स","Multiple styles":"कई स्टाइल्स","Block styles":"ब्लॉक स्टाइल्स","Text styles":"टेक्स्ट स्टाइल्स","Insert table":"Insert table","Header column":"Header column","Insert column left":"Insert column left","Insert column right":"Insert column right","Delete column":"Delete column","Select column":"Select column",Column:"Column","Header row":"Header row","Insert row below":"Insert row below","Insert row above":"Insert row above","Delete row":"Delete row","Select row":"Select row",Row:"Row","Merge cell up":"Merge cell up","Merge cell right":"Merge cell right","Merge cell down":"Merge cell down","Merge cell left":"Merge cell left","Split cell vertically":"Split cell vertically","Split cell horizontally":"Split cell horizontally","Merge cells":"Merge cells","Table toolbar":"Table toolbar","Table properties":"Table properties","Cell properties":"Cell properties",Border:"Border",Style:"Style",Width:"Width",Height:"Height",Color:"Color",Background:"Background",Padding:"Padding",Dimensions:"Dimensions","Table cell text alignment":"Table cell text alignment",Alignment:"Alignment","Horizontal text alignment toolbar":"Horizontal text alignment toolbar","Vertical text alignment toolbar":"Vertical text alignment toolbar","Table alignment toolbar":"Table alignment toolbar",None:"None",Solid:"Solid",Dotted:"Dotted",Dashed:"Dashed",Double:"Double",Groove:"Groove",Ridge:"Ridge",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Align cell text to the left","Align cell text to the center":"Align cell text to the center","Align cell text to the right":"Align cell text to the right","Justify cell text":"Justify cell text","Align cell text to the top":"Align cell text to the top","Align cell text to the middle":"Align cell text to the middle","Align cell text to the bottom":"Align cell text to the bottom","Align table to the left":"Align table to the left","Center table":"Center table","Align table to the right":"Align table to the right","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".","Color picker":"Color picker","Toggle caption off":"कैप्शन को टॉगल बंद करें","Toggle caption on":"कैप्शन का टॉगल ऑन करें","Enter table caption":"टेबल कैप्शन एंटर करें","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"संपादक संपादन क्षेत्र: %0","Edit block":"Edit block",Next:"Next",Previous:"Previous","Editor toolbar":"Editor toolbar","Dropdown toolbar":"Dropdown toolbar",Black:"Black","Dim grey":"Dim grey",Grey:"Grey","Light grey":"Light grey",White:"White",Red:"Red",Orange:"Orange",Yellow:"Yellow","Light green":"Light green",Green:"Green",Aquamarine:"Aquamarine",Turquoise:"Turquoise","Light blue":"Light blue",Blue:"Blue",Purple:"Purple","Editor block content toolbar":"एडीटर ब्लॉक कंटेंट टूलबार","Editor contextual toolbar":"एडीटर कॉन्टेक्स्टूअल टूलबार",HEX:"HEX",Accept:"स्वीकार करें",Undo:"Undo",Redo:"Redo","Upload in progress":"Upload in progress","Widget toolbar":"Widget toolbar","Insert paragraph before block":"Insert paragraph before block","Insert paragraph after block":"Insert paragraph after block","Press Enter to type after or press Shift + Enter to type before the widget":"विजेट के बाद टाइप करने के लिए एंटर दबाएं या पहले टाइप करने के लिए शिफ्ट+एंटर दबाएं","Words: %0":"Words: %0","Characters: %0":"Characters: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hr.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hr.js index d7a412810c1a..6f51d9d577d0 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hr.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hr.js @@ -1 +1 @@ -(function(d){ const l = d['hr'] = d['hr'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Poravnaj ulijevo","Align right":"Poravnaj udesno","Align center":"Poravnaj po sredini",Justify:"Razvuci","Text alignment":"Poravnanje teksta","Text alignment toolbar":"Traka za poravnanje",Bold:"Podebljano",Italic:"Ukošeno",Underline:"Podcrtavanje",Code:"Kod",Strikethrough:"Precrtano",Subscript:"Indeks",Superscript:"Eksponent","Block quote":"Blok citat","Insert code block":"Umetni blok koda","Plain text":"Običan tekst",Cancel:"Poništi","Remove color":"Ukloni boju","Restore default":"Vrati tvorničke postavke",Save:"Snimi","Show more items":"Prikaži više stavaka","%0 of %1":"%0 od %1","Cannot upload file:":"Datoteku nije moguće poslati:","Rich Text Editor. Editing area: %0":"","Find and replace":"Pronađi i zamijeni","Find in text…":"Pronađi u tekstu...",Find:"Pronađi","Previous result":"Prethodni rezultat","Next result":"Sljedeći rezultat",Replace:"Zamijeni","Replace all":"Zamijeni sve","Match case":"Točna velika/mala slova","Whole words only":"Samo cijele riječi","Replace with…":"Zamijeni sa....","Text to find must not be empty.":"Morate upisati tekst za traženje.","Tip: Find some text first in order to replace it.":"Savjet: Pronađite neki tekst kako bi ga zamijenili.","Show options":"Prikaži opcije",Paragraph:"Paragraf",Heading:"Naslov","Choose heading":"Odaberite naslov","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Utipkajte naslov","Type or paste your content here.":"Utipkajte ili zalijepite Vaš sadržaj ovdje.","Horizontal line":"Vodoravna linija","HTML object":"HTML objekt","Increase indent":"Povećaj uvlačenje","Decrease indent":"Umanji uvlačenje",Unlink:"Ukloni vezu",Link:"Veza","Link URL":"URL veze","Link image":"URL slike","Edit link":"Uredi vezu","Open link in new tab":"Otvori vezu u novoj kartici","This link has no URL":"Ova veza nema URL","Open in a new tab":"Otvori u novoj kartici",Downloadable:"Moguće preuzeti","Numbered List":"Brojčana lista","Bulleted List":"Obična lista","To-do List":"Lista zadataka","Bulleted list styles toolbar":"Alatna traka za stilove obične liste","Numbered list styles toolbar":"Alatna traka za stilove brojčane liste","Toggle the disc list style":"Primjeni disk stil","Toggle the circle list style":"Primjeni krug stil","Toggle the square list style":"Primjeni kvadrat stil","Toggle the decimal list style":"Primjeni decimalni stil","Toggle the decimal with leading zero list style":"Primjeni decimalni stil s vodećom nulom","Toggle the lower–roman list style":"Primjeni rimske brojeve mala slova stil","Toggle the upper–roman list style":"Primjeni rimske brojeve velika slova stil","Toggle the lower–latin list style":"Primjeni mala slova stil","Toggle the upper–latin list style":"Primjeni velika slova stil",Disc:"Disk",Circle:"Krug",Square:"Kvadrat",Decimal:"Decimalni","Decimal with leading zero":"Decimalni s vodećom nulom","Lower–roman":"Mali rimski brojevi","Upper-roman":"Veliki rimski brojevi","Lower-latin":"Mala slova","Upper-latin":"Velika slova","List properties":"Svojstva liste","Start at":"Počni sa","Start index must be greater than 0.":"Početni indeks mora biti veći od 0.","Reversed order":"Obrnuti redoslijed","Remove Format":"Ukloni format","Select all":"Odaberi sve",Source:"Izvorni kod","Special characters":"",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"Matematički",Text:"Tekst","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"",Styles:"Stilovi","Multiple styles":"Više stilova","Block styles":"Blok stilovi","Text styles":"Tekstualni stilovi","Insert table":"Ubaci tablicu","Header column":"Kolona zaglavlja","Insert column left":"Umetni stupac lijevo","Insert column right":"Umetni stupac desno","Delete column":"Obriši kolonu","Select column":"Odaberi stupac",Column:"Kolona","Header row":"Red zaglavlja","Insert row below":"Ubaci red ispod","Insert row above":"Ubaci red iznad","Delete row":"Obriši red","Select row":"Odaberi redak",Row:"Red","Merge cell up":"Spoji ćelije prema gore","Merge cell right":"Spoji ćelije prema desno","Merge cell down":"Spoji ćelije prema dolje","Merge cell left":"Spoji ćelije prema lijevo","Split cell vertically":"Razdvoji ćeliju okomito","Split cell horizontally":"Razdvoji ćeliju vodoravno","Merge cells":"Spoji ćelije","Table toolbar":"Traka za tablice","Table properties":"Svojstva tablice","Cell properties":"Svojstva ćelije",Border:"Granica",Style:"Stil",Width:"Širina",Height:"Visina",Color:"Boja",Background:"Pozadina",Padding:"Podstava",Dimensions:"Dimenzije","Table cell text alignment":"Poravnanje teksta ćelije tablice",Alignment:"Poravnanje","Horizontal text alignment toolbar":"Alatna traka za horizontalno poravnanje teksta","Vertical text alignment toolbar":"Alatna traka za vertikalno poravnanje teksta","Table alignment toolbar":"Alatna traka za poravnanje tablice",None:"Nikakva",Solid:"Neprekidna",Dotted:"Točkasta",Dashed:"Crtičasta",Double:"Dvostruka",Groove:"",Ridge:"Greben",Inset:"",Outset:"","Align cell text to the left":"Tekst ćelije poravnaj lijevo","Align cell text to the center":"Tekst ćelije poravnaj u sredinu","Align cell text to the right":"Tekst ćelije poravnaj udesno","Justify cell text":"Razvuci tekst ćelije","Align cell text to the top":"Tekst ćelije poravnaj prema gore","Align cell text to the middle":"Tekst ćelije poravnaj u sredinu","Align cell text to the bottom":"Tekst ćelije poravnaj prema dolje","Align table to the left":"Poravnaj tablicu ulijevo","Center table":"Centriraj tablicu","Align table to the right":"Poravnaj tablicu udesno","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Neispravna boja. Pokušajte \"#FF0000\" ili \"rgb(255,0,0)\" ili \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Neispravna vrijednost. Pokušajte \"10px\" ili \"2em\" ili jednostavno \"2\".","Color picker":"Birač boje","Toggle caption off":"Isključite natpis","Toggle caption on":"Uključite natpis","Enter table caption":"Unesite natpis","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"Područje Editora: %0","Edit block":"Uredi blok",Next:"Sljedeći",Previous:"Prethodni","Editor toolbar":"Traka uređivača","Dropdown toolbar":"Traka padajućeg izbornika",Black:"Crna","Dim grey":"Tamnosiva",Grey:"Siva","Light grey":"Svijetlosiva",White:"Bijela",Red:"Crvena",Orange:"Narančasta",Yellow:"Žuta","Light green":"Svijetlozelena",Green:"Zelena",Aquamarine:"Akvamarin",Turquoise:"Tirkizna","Light blue":"Svijetloplava",Blue:"Plava",Purple:"Ljubičasta","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"Poništi",Redo:"Ponovi","Upload in progress":"Slanje u tijeku","Widget toolbar":"Traka sa spravicama","Insert paragraph before block":"Umetni odlomak prije bloka","Insert paragraph after block":"Umetni odlomak poslije bloka","Press Enter to type after or press Shift + Enter to type before the widget":"Pritisnite Enter za upisivanje nakon ili pritisnite Shift + Enter za upisivanje prije widgeta","Words: %0":"Riječi: %0","Characters: %0":"Znakova: %0"} );l.getPluralForm=function(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['hr'] = d['hr'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Poravnaj ulijevo","Align right":"Poravnaj udesno","Align center":"Poravnaj po sredini",Justify:"Razvuci","Text alignment":"Poravnanje teksta","Text alignment toolbar":"Traka za poravnanje",Bold:"Podebljano",Italic:"Ukošeno",Underline:"Podcrtavanje",Code:"Kod",Strikethrough:"Precrtano",Subscript:"Indeks",Superscript:"Eksponent","Block quote":"Blok citat","Insert code block":"Umetni blok koda","Plain text":"Običan tekst",Cancel:"Poništi","Remove color":"Ukloni boju","Restore default":"Vrati tvorničke postavke",Save:"Snimi","Show more items":"Prikaži više stavaka","%0 of %1":"%0 od %1","Cannot upload file:":"Datoteku nije moguće poslati:","Rich Text Editor. Editing area: %0":"Uređivač obogaćenog teksta. Područje za uređivanje: %0","Find and replace":"Pronađi i zamijeni","Find in text…":"Pronađi u tekstu...",Find:"Pronađi","Previous result":"Prethodni rezultat","Next result":"Sljedeći rezultat",Replace:"Zamijeni","Replace all":"Zamijeni sve","Match case":"Točna velika/mala slova","Whole words only":"Samo cijele riječi","Replace with…":"Zamijeni sa....","Text to find must not be empty.":"Morate upisati tekst za traženje.","Tip: Find some text first in order to replace it.":"Savjet: Pronađite neki tekst kako bi ga zamijenili.","Show options":"Prikaži opcije",Paragraph:"Paragraf",Heading:"Naslov","Choose heading":"Odaberite naslov","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Utipkajte naslov","Type or paste your content here.":"Utipkajte ili zalijepite Vaš sadržaj ovdje.","Horizontal line":"Vodoravna linija","HTML object":"HTML objekt","Increase indent":"Povećaj uvlačenje","Decrease indent":"Umanji uvlačenje",Unlink:"Ukloni vezu",Link:"Veza","Link URL":"URL veze","Link image":"URL slike","Edit link":"Uredi vezu","Open link in new tab":"Otvori vezu u novoj kartici","This link has no URL":"Ova veza nema URL","Open in a new tab":"Otvori u novoj kartici",Downloadable:"Moguće preuzeti","Numbered List":"Brojčana lista","Bulleted List":"Obična lista","To-do List":"Lista zadataka","Bulleted list styles toolbar":"Alatna traka za stilove obične liste","Numbered list styles toolbar":"Alatna traka za stilove brojčane liste","Toggle the disc list style":"Primjeni disk stil","Toggle the circle list style":"Primjeni krug stil","Toggle the square list style":"Primjeni kvadrat stil","Toggle the decimal list style":"Primjeni decimalni stil","Toggle the decimal with leading zero list style":"Primjeni decimalni stil s vodećom nulom","Toggle the lower–roman list style":"Primjeni rimske brojeve mala slova stil","Toggle the upper–roman list style":"Primjeni rimske brojeve velika slova stil","Toggle the lower–latin list style":"Primjeni mala slova stil","Toggle the upper–latin list style":"Primjeni velika slova stil",Disc:"Disk",Circle:"Krug",Square:"Kvadrat",Decimal:"Decimalni","Decimal with leading zero":"Decimalni s vodećom nulom","Lower–roman":"Mali rimski brojevi","Upper-roman":"Veliki rimski brojevi","Lower-latin":"Mala slova","Upper-latin":"Velika slova","List properties":"Svojstva liste","Start at":"Počni sa","Start index must be greater than 0.":"Početni indeks mora biti veći od 0.","Reversed order":"Obrnuti redoslijed","Remove Format":"Ukloni format","Select all":"Odaberi sve","Show blocks":"Prikaži blokove",Source:"Izvorni kod","Special characters":"",All:"Svi",Arrows:"Strelice",Currency:"Valuta",Latin:"",Mathematical:"Matematički",Text:"Tekst","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"Približno jednako","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"",Styles:"Stilovi","Multiple styles":"Više stilova","Block styles":"Blok stilovi","Text styles":"Tekstualni stilovi","Insert table":"Ubaci tablicu","Header column":"Kolona zaglavlja","Insert column left":"Umetni stupac lijevo","Insert column right":"Umetni stupac desno","Delete column":"Obriši kolonu","Select column":"Odaberi stupac",Column:"Kolona","Header row":"Red zaglavlja","Insert row below":"Ubaci red ispod","Insert row above":"Ubaci red iznad","Delete row":"Obriši red","Select row":"Odaberi redak",Row:"Red","Merge cell up":"Spoji ćelije prema gore","Merge cell right":"Spoji ćelije prema desno","Merge cell down":"Spoji ćelije prema dolje","Merge cell left":"Spoji ćelije prema lijevo","Split cell vertically":"Razdvoji ćeliju okomito","Split cell horizontally":"Razdvoji ćeliju vodoravno","Merge cells":"Spoji ćelije","Table toolbar":"Traka za tablice","Table properties":"Svojstva tablice","Cell properties":"Svojstva ćelije",Border:"Granica",Style:"Stil",Width:"Širina",Height:"Visina",Color:"Boja",Background:"Pozadina",Padding:"Podstava",Dimensions:"Dimenzije","Table cell text alignment":"Poravnanje teksta ćelije tablice",Alignment:"Poravnanje","Horizontal text alignment toolbar":"Alatna traka za horizontalno poravnanje teksta","Vertical text alignment toolbar":"Alatna traka za vertikalno poravnanje teksta","Table alignment toolbar":"Alatna traka za poravnanje tablice",None:"Nikakva",Solid:"Neprekidna",Dotted:"Točkasta",Dashed:"Crtičasta",Double:"Dvostruka",Groove:"",Ridge:"Greben",Inset:"",Outset:"","Align cell text to the left":"Tekst ćelije poravnaj lijevo","Align cell text to the center":"Tekst ćelije poravnaj u sredinu","Align cell text to the right":"Tekst ćelije poravnaj udesno","Justify cell text":"Razvuci tekst ćelije","Align cell text to the top":"Tekst ćelije poravnaj prema gore","Align cell text to the middle":"Tekst ćelije poravnaj u sredinu","Align cell text to the bottom":"Tekst ćelije poravnaj prema dolje","Align table to the left":"Poravnaj tablicu ulijevo","Center table":"Centriraj tablicu","Align table to the right":"Poravnaj tablicu udesno","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Neispravna boja. Pokušajte \"#FF0000\" ili \"rgb(255,0,0)\" ili \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Neispravna vrijednost. Pokušajte \"10px\" ili \"2em\" ili jednostavno \"2\".","Color picker":"Birač boje","Toggle caption off":"Isključite natpis","Toggle caption on":"Uključite natpis","Enter table caption":"Unesite natpis","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"Područje Editora: %0","Edit block":"Uredi blok",Next:"Sljedeći",Previous:"Prethodni","Editor toolbar":"Traka uređivača","Dropdown toolbar":"Traka padajućeg izbornika",Black:"Crna","Dim grey":"Tamnosiva",Grey:"Siva","Light grey":"Svijetlosiva",White:"Bijela",Red:"Crvena",Orange:"Narančasta",Yellow:"Žuta","Light green":"Svijetlozelena",Green:"Zelena",Aquamarine:"Akvamarin",Turquoise:"Tirkizna","Light blue":"Svijetloplava",Blue:"Plava",Purple:"Ljubičasta","Editor block content toolbar":"Alatna traka sadržaja uređivača blokova","Editor contextual toolbar":"Kontekstualna alatna traka uređivača",HEX:"",Accept:"Prihvati",Undo:"Poništi",Redo:"Ponovi","Upload in progress":"Slanje u tijeku","Widget toolbar":"Traka sa spravicama","Insert paragraph before block":"Umetni odlomak prije bloka","Insert paragraph after block":"Umetni odlomak poslije bloka","Press Enter to type after or press Shift + Enter to type before the widget":"Pritisnite Enter za upisivanje nakon ili pritisnite Shift + Enter za upisivanje prije widgeta","Words: %0":"Riječi: %0","Characters: %0":"Znakova: %0"} );l.getPluralForm=function(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hu.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hu.js index 22eee6649eaa..cbc6299e8cc2 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hu.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/hu.js @@ -1 +1 @@ -(function(d){ const l = d['hu'] = d['hu'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Balra igazítás","Align right":"Jobbra igazítás","Align center":"Középre igazítás",Justify:"Sorkizárt","Text alignment":"Szöveg igazítása","Text alignment toolbar":"Szöveg igazítás eszköztár",Bold:"Félkövér",Italic:"Dőlt",Underline:"Aláhúzott",Code:"Forráskód",Strikethrough:"Áthúzott",Subscript:"Alsó index",Superscript:"Felső index","Block quote":"Idézet","Insert code block":"Kód blokk beszúrása","Plain text":"Egyszerű szöveg",Cancel:"Mégsem","Remove color":"Szín eltávolítása","Restore default":"Alapértelmezés visszaállítása",Save:"Mentés","Show more items":"További elemek","%0 of %1":"%0 / %1","Cannot upload file:":"Nem sikerült a fájl feltöltése:","Rich Text Editor. Editing area: %0":"Rich text szerkesztő. Szerkesztési terület: %0","Find and replace":"Keresés és csere","Find in text…":"Keresés szövegben...",Find:"Keresés","Previous result":"Előző találat","Next result":"Következő találat",Replace:"Csere","Replace all":"Mind cserél","Match case":"Nagybetű érzékeny","Whole words only":"Csak teljes szavak","Replace with…":"Csere erre...","Text to find must not be empty.":"A keresendő szöveg nem lehet üres.","Tip: Find some text first in order to replace it.":"Tipp: Először keressen egy szöveget, hogy lecserélhesse.","Show options":"Beállítások megjelenítése",Paragraph:"Bekezdés",Heading:"Stílusok","Choose heading":"Stílus megadása","Heading 1":"Címsor 1","Heading 2":"Címsor 2","Heading 3":"Címsor 3","Heading 4":"Címsor 4","Heading 5":"Címsor 5","Heading 6":"Címsor 6","Type your title":"Adja meg a címet","Type or paste your content here.":"Írja be, vagy illessze be a tartalmat.","Horizontal line":"Vízszintes elválasztóvonal","HTML object":"HTML objektum","Increase indent":"Behúzás növelése","Decrease indent":"Behúzás csökkentése",Unlink:"Link eltávolítása",Link:"Link","Link URL":"URL link","Link image":"Hivatkozás","Edit link":"Link szerkesztése","Open link in new tab":"Link megnyitása új ablakban","This link has no URL":"A link nem tartalmaz URL-t","Open in a new tab":"Megnyitás új lapon",Downloadable:"Letölthető","Numbered List":"Számozott lista","Bulleted List":"Pontozott lista","To-do List":"Tennivaló lista","Bulleted list styles toolbar":"Felsorolásos lista stílusú eszköztár","Numbered list styles toolbar":"Számozott lista stílusú eszköztár","Toggle the disc list style":"Korong stílusú lista bekapcsolása","Toggle the circle list style":"Kör stílusú lista bekapcsolása","Toggle the square list style":"Négyzet stílusú lista bekapcsolása","Toggle the decimal list style":"Tizedesjegy stílusú lista bekapcsolása","Toggle the decimal with leading zero list style":"Zéróval kezdődő tizedesjegy stílusú lista bekapcsolása","Toggle the lower–roman list style":"Kis római számok stílusú lista bekapcsolása","Toggle the upper–roman list style":"Nagy római számok stílusú lista bekapcsolása","Toggle the lower–latin list style":"Kis latin betűs stílusú lista bekapcsolása","Toggle the upper–latin list style":"Nagy latin betűs stílusú lista bekapcsolása",Disc:"Korong",Circle:"Kör",Square:"Négyzet",Decimal:"Szám","Decimal with leading zero":"Nullával kezdődő szám","Lower–roman":"Kisbetűs római szám","Upper-roman":"Nagybetűs római szám","Lower-latin":"Kisbetűs latin szám","Upper-latin":"Nagybetűs latin szám","List properties":"Lista tulajdonságai","Start at":"Kezdőpont","Start index must be greater than 0.":"A kezdő index nagyobb kell legyen mint 0.","Reversed order":"Fordított sorrend","Remove Format":"Formázás eltávolítása","Select all":"Mindet kijelöl",Source:"Forrás","Special characters":"Speciális karakterek",All:"Összes",Arrows:"Nyilak",Currency:"Valuta",Latin:"Latin",Mathematical:"Matematikai",Text:"Szöveg","leftwards simple arrow":"balra mutató egyszerű nyíl","rightwards simple arrow":"jobbra mutató egyszerű nyíl","upwards simple arrow":"felfelé mutató egyszerű nyíl","downwards simple arrow":"lefelé mutató egyszerű nyíl","leftwards double arrow":"dupla nyíl balra","rightwards double arrow":"dupla nyíl jobbra","upwards double arrow":"dupla nyíl felfelé","downwards double arrow":"dupla nyíl lefelé","leftwards dashed arrow":"szaggatott nyíl balra","rightwards dashed arrow":"szaggatott nyíl jobbra","upwards dashed arrow":"szaggatott nyíl felfelé","downwards dashed arrow":"szaggatott nyíl lefelé","leftwards arrow to bar":"vonalig érő balra nyíl","rightwards arrow to bar":"vonalig érő jobbra nyíl","upwards arrow to bar":"vonalig érő felfele nyíl","downwards arrow to bar":"vonalig érő lefele nyíl","up down arrow with base":"fel-le nyíl alapvonallal","back with leftwards arrow above":"back felirat felette balra nyíllal","end with leftwards arrow above":"end felirat felette balra nyíllal","on with exclamation mark with left right arrow above":"on felirat felkiáltójellel és felette jobbra-balra nyíllal","soon with rightwards arrow above":"soon felirat felette jobbra nyíllal","top with upwards arrow above":"top felirat felette felfele nyíllal","Dollar sign":"Dollár jel","Euro sign":"Euró jel","Yen sign":"Yen jel","Pound sign":"Font jel","Cent sign":"Cent jel","Euro-currency sign":"Euró pénznem jel","Colon sign":"Kettőspont","Cruzeiro sign":"Cruizero szimbólum","French franc sign":"Francia frank jel","Lira sign":"Líra jel","Currency sign":"Pénznem jel","Bitcoin sign":"Bitcoin jel","Mill sign":"Mill szimbólum","Naira sign":"Naira szimbólum","Peseta sign":"Peseta szimbólum","Rupee sign":"Rúpia szimbólum","Won sign":"Won szimbólum","New sheqel sign":"Új sékel szimbólum","Dong sign":"Dong szimbólum","Kip sign":"Kip szimbólum","Tugrik sign":"Tugrik szimbólum","Drachma sign":"Drachma szimbólum","German penny sign":"Német pfennig szimbólum","Peso sign":"Peso szimbólum","Guarani sign":"Guarani szimbólum","Austral sign":"Ausztrál szimbólum","Hryvnia sign":"Hrivnya szimbólum","Cedi sign":"Cedi szimbólum","Livre tournois sign":"Livre tournois szimbólum","Spesmilo sign":"Spesmilo szimbólum","Tenge sign":"Tenge szimbólum","Indian rupee sign":"Indiai rúpia szimbólum","Turkish lira sign":"Török líra szimbólum","Nordic mark sign":"Északi márka szimbólum","Manat sign":"Manat szimbólum","Ruble sign":"Rubel szimbólum","Latin capital letter a with macron":"Latin nagy a betű macronnal","Latin small letter a with macron":"Latin kis a betű macronnal","Latin capital letter a with breve":"Latin nagy a betű brevével","Latin small letter a with breve":"Latin kis a betű brevével","Latin capital letter a with ogonek":"Latin nagy a betű ogonekkel","Latin small letter a with ogonek":"Latin kis a betű ogonekkel","Latin capital letter c with acute":"Latin nagy c betű éles ékezettel","Latin small letter c with acute":"Latin kis c betű betű éles ékezettel","Latin capital letter c with circumflex":"Latin nagy c betű háztető ékezettel","Latin small letter c with circumflex":"Latin kis c betű betű háztető ékezettel","Latin capital letter c with dot above":"Latin nagy c betű egy pontos ékezettel","Latin small letter c with dot above":"Latin kis c betű egy pontos ékezettel","Latin capital letter c with caron":"Latin nagy c betű hacsekkel","Latin small letter c with caron":"Latin kis c betű hacsekkel","Latin capital letter d with caron":"Latin nagy d betű hacsekkel","Latin small letter d with caron":"Latin kis d betű hacsekkel","Latin capital letter d with stroke":"Latin nagy d betű áthúzva","Latin small letter d with stroke":"Latin kis d betű áthúzva","Latin capital letter e with macron":"Latin nagy e betű macronnal","Latin small letter e with macron":"Latin kis e betű macronnal","Latin capital letter e with breve":"Latin nagy e betű brevével","Latin small letter e with breve":"Latin kis e betű brevével","Latin capital letter e with dot above":"Latin nagy e betű egy pontos ékezettel","Latin small letter e with dot above":"Latin kis e betű egy pontos ékezettel","Latin capital letter e with ogonek":"Latin nagy e betű ogonekkel","Latin small letter e with ogonek":"Latin kis e betű ogonekkel","Latin capital letter e with caron":"Latin nagy e betű hacsekkel","Latin small letter e with caron":"Latin kis e betű hacsekkel","Latin capital letter g with circumflex":"Latin nagy g betű háztető ékezettel","Latin small letter g with circumflex":"Latin kis g betű háztető ékezettel","Latin capital letter g with breve":"Latin nagy g betű brevével","Latin small letter g with breve":"Latin kis g betű brevével","Latin capital letter g with dot above":"Latin nagy g betű egy pontos ékezettel","Latin small letter g with dot above":"Latin kis g betű egy pontos ékezettel","Latin capital letter g with cedilla":"Latin nagy g betű cedillával","Latin small letter g with cedilla":"Latin kis g betű cedillával","Latin capital letter h with circumflex":"Latin nagy h betű háztető ékezettel","Latin small letter h with circumflex":"Latin kis h betű háztető ékezettel","Latin capital letter h with stroke":"Latin nagy h betű áthúzva","Latin small letter h with stroke":"Latin kis h betű áthúzva","Latin capital letter i with tilde":"Latin nagy i betű tildével","Latin small letter i with tilde":"Latin kis i betű tildével","Latin capital letter i with macron":"Latin nagy i betű macronnal","Latin small letter i with macron":"Latin kis i betű macronnal","Latin capital letter i with breve":"Latin nagy i betű brevével","Latin small letter i with breve":"Latin kis i betű brevével","Latin capital letter i with ogonek":"Latin nagy i betű ogonekkel","Latin small letter i with ogonek":"Latin kis i betű ogonekkel","Latin capital letter i with dot above":"Latin nagy i betű egy pontos ékezettel","Latin small letter dotless i":"Latin pont nélküli kis i betű","Latin capital ligature ij":"Latin nagy ij ligatúra","Latin small ligature ij":"Latin kis ij ligatúra","Latin capital letter j with circumflex":"Latin nagy j betű háztető ékezettel","Latin small letter j with circumflex":"Latin kis j betű háztető ékezettel","Latin capital letter k with cedilla":"Latin nagy k betű cedillával","Latin small letter k with cedilla":"Latin kis k betű cedillával","Latin small letter kra":"latin kisbetűs kra","Latin capital letter l with acute":"Latin nagy l betű éles ékezettel","Latin small letter l with acute":"Latin kis l betű éles ékezettel","Latin capital letter l with cedilla":"Latin nagy l betű cedillával","Latin small letter l with cedilla":"Latin kis l betű cedillával","Latin capital letter l with caron":"Latin nagy l betű hacsekkel","Latin small letter l with caron":"Latin kis l betű hacsekkel","Latin capital letter l with middle dot":"Latin nagy l betű középen ponttal","Latin small letter l with middle dot":"Latin kis l betű középen ponttal","Latin capital letter l with stroke":"Latin nagy l betű áthúzva","Latin small letter l with stroke":"Latin kis l betű áthúzva","Latin capital letter n with acute":"Latin nagy n betű éles ékezettel","Latin small letter n with acute":"Latin kis n betű éles ékezettel","Latin capital letter n with cedilla":"Latin nagy n betű cedillával","Latin small letter n with cedilla":"Latin kis n betű cedillával","Latin capital letter n with caron":"Latin nagy n betű hacsekkel","Latin small letter n with caron":"Latin kis n betű hacsekkel","Latin small letter n preceded by apostrophe":"Latin kis n betű előtte aposztróffal","Latin capital letter eng":"Latin nagybetűs eng","Latin small letter eng":"Latin kisbetűs eng","Latin capital letter o with macron":"Latin nagy o betű macronnal","Latin small letter o with macron":"Latin kis o betű macronnal","Latin capital letter o with breve":"Latin nagy o betű brevével","Latin small letter o with breve":"Latin kis o betű brevével","Latin capital letter o with double acute":"Latin nagy o betű kettős éles ékezettel","Latin small letter o with double acute":"Latin kis o betű kettős éles ékezettel","Latin capital ligature oe":"Latin nagy oe ligatúra","Latin small ligature oe":"Latin kis oe ligatúra","Latin capital letter r with acute":"Latin nagy r betű éles ékezettel","Latin small letter r with acute":"Latin kis r betű éles ékezettel","Latin capital letter r with cedilla":"Latin nagy r betű cedillával","Latin small letter r with cedilla":"Latin kis r betű cedillával","Latin capital letter r with caron":"Latin nagy r betű hacsekkel","Latin small letter r with caron":"Latin kis r betű hacsekkel","Latin capital letter s with acute":"Latin nagy s betű éles ékezettel","Latin small letter s with acute":"Latin kis s betű éles ékezettel","Latin capital letter s with circumflex":"Latin nagy s betű háztető ékezettel","Latin small letter s with circumflex":"Latin kis s betű háztető ékezettel","Latin capital letter s with cedilla":"Latin nagy s betű cedillával","Latin small letter s with cedilla":"Latin kis s betű cedillával","Latin capital letter s with caron":"Latin nagy s betű hacsekkel","Latin small letter s with caron":"Latin kis s betű hacsekkel","Latin capital letter t with cedilla":"Latin nagy t betű cedillával","Latin small letter t with cedilla":"Latin kis t betű cedillával","Latin capital letter t with caron":"Latin nagy t betű hacsekkel","Latin small letter t with caron":"Latin kis t betű hacsekkel","Latin capital letter t with stroke":"Latin nagy t betű áthúzva","Latin small letter t with stroke":"Latin kis t betű áthúzva","Latin capital letter u with tilde":"Latin nagy u betű tildével","Latin small letter u with tilde":"Latin kis u betű tildével","Latin capital letter u with macron":"Latin nagy u betű macronnal","Latin small letter u with macron":"Latin kis u betű macronnal","Latin capital letter u with breve":"Latin nagy u betű brevével","Latin small letter u with breve":"Latin kis u betű brevével","Latin capital letter u with ring above":"Latin nagy u betű karika ékezettel","Latin small letter u with ring above":"Latin kis u betű karika ékezettel","Latin capital letter u with double acute":"Latin nagy u betű kettős éles ékezettel","Latin small letter u with double acute":"Latin kis u betű kettős éles ékezettel","Latin capital letter u with ogonek":"Latin nagy u betű ogonekkel","Latin small letter u with ogonek":"Latin kis u betű ogonekkel","Latin capital letter w with circumflex":"Latin nagy w betű háztető ékezettel","Latin small letter w with circumflex":"Latin kis w betű háztető ékezettel","Latin capital letter y with circumflex":"Latin nagy y betű háztető ékezettel","Latin small letter y with circumflex":"Latin kis y betű háztető ékezettel","Latin capital letter y with diaeresis":"Latin nagy y betű diarézissel","Latin capital letter z with acute":"Latin nagy z betű éles ékezettel","Latin small letter z with acute":"Latin kis z betű éles ékezettel","Latin capital letter z with dot above":"Latin nagy z betű egy pontos ékezettel","Latin small letter z with dot above":"Latin kis z betű egy pontos ékezettel","Latin capital letter z with caron":"Latin nagy z betű hacsekkel","Latin small letter z with caron":"Latin kis z betű hacsekkel","Latin small letter long s":"Latin kisbetűs hosszú s","Less-than sign":"Kisebb jel","Greater-than sign":"Nagyobb jel","Less-than or equal to":"Kisebb vagy egyenlő jel","Greater-than or equal to":"Nagyobb vagy egyenlő jel","En dash":"Félkvirtmínusz","Em dash":"Kvirtmínusz",Macron:"Macron",Overline:"Föléhúzás","Degree sign":"Fokjel","Minus sign":"Mínuszjel","Plus-minus sign":"Pluszmínusz-jel","Division sign":"Osztásjel","Fraction slash":"Törtvonás","Multiplication sign":"Szorzójel","Latin small letter f with hook":"Latin kisbetűs f-horog",Integral:"Integrál","N-ary summation":"N-áris szumma",Infinity:"Végtelen","Square root":"Négyzetgyök","Tilde operator":"Hullámvonal","Approximately equal to":"Közelítőleg egyenlő","Almost equal to":"Majdnem egyenlő","Not equal to":"Nem egyenlő","Identical to":"Azonos","Element of":"Része","Not an element of":"Nem része","Contains as member":"Tagként tartalmaz","N-ary product":"N-áris produktum","Logical and":"Logikai és ","Logical or":"Logikai vagy","Not sign":"Nem szimbólum",Intersection:"Metszet",Union:"Egyesítés","Partial differential":"Parciális derivált","For all":"Mindenre","There exists":"Létezik","Empty set":"Üres halmaz",Nabla:"Nabla","Asterisk operator":"Csillag műveleti jel","Proportional to":"Aránylik",Angle:"Szög","Vulgar fraction one quarter":"Vulgáris tört egynegyed","Vulgar fraction one half":"Vulgáris tört egyketted","Vulgar fraction three quarters":"Vulgáris tört háromnegyed","Single left-pointing angle quotation mark":"Szimpla bal oldali szögletes idézőjel","Single right-pointing angle quotation mark":"Jobb oldali szimpla szögletes idézőjel","Left-pointing double angle quotation mark":"Bal oldali dupla szögletes idézőjel","Right-pointing double angle quotation mark":"Jobb oldali dupla szögletes idézőjel","Left single quotation mark":"Bal oldali szimpla idézőjel","Right single quotation mark":"Jobb oldali szimpla idézőjel","Left double quotation mark":"Bal oldali dupla idézőjel","Right double quotation mark":"Jobb oldali dupla idézőjel","Single low-9 quotation mark":"Szimpla 9-es alakú alsó idézőjel","Double low-9 quotation mark":"Dupla 9-es alakú alsó idézőjel","Inverted exclamation mark":"Fordított felkiáltójel","Inverted question mark":"Fordított kérdőjel","Two dot leader":"Két bevezető pont","Horizontal ellipsis":"Vízszintes három pont","Double dagger":"Kettős kereszt","Per mille sign":"Ezrelékjel","Per ten thousand sign":"Tízezrelékjel","Double exclamation mark":"Kettős felkiáltójel","Question exclamation mark":"Kérdő- és felkiáltójel","Exclamation question mark":"Felkiáltó- és kérdőjel","Double question mark":"Dupla kérdőjel","Copyright sign":"Copyright jele","Registered sign":"Bejegyzett védjegy szimbólum","Trade mark sign":"Kereskedelmi védjegy szimbólum","Section sign":"Szakaszjel","Paragraph sign":"Bekezdésjel","Reversed paragraph sign":"Fordított bekezdésjel","Character categories":"Karakterek kategóriái",Styles:"Stílusok","Multiple styles":"Többféle stílus","Block styles":"Blokkstílusok","Text styles":"Szövegstílusok","Insert table":"Táblázat beszúrása","Header column":"Oszlop fejléc","Insert column left":"Oszlop beszúrása balra","Insert column right":"Oszlop beszúrása jobbra","Delete column":"Oszlop törlése","Select column":"Oszlop kijelölése",Column:"Oszlop","Header row":"Sor fejléc","Insert row below":"Sor beszúrása alá","Insert row above":"Sor beszúrása fölé","Delete row":"Sor törlése","Select row":"Sor kijelölése",Row:"Sor","Merge cell up":"Cellák egyesítése felfelé","Merge cell right":"Cellák egyesítése jobbra","Merge cell down":"Cellák egyesítése lefelé","Merge cell left":"Cellák egyesítése balra","Split cell vertically":"Cella felosztása függőlegesen","Split cell horizontally":"Cella felosztása vízszintesen","Merge cells":"Cellaegyesítés","Table toolbar":"Táblázat eszköztár","Table properties":"Táblázat tulajdonságai","Cell properties":"Cella tulajdonságok",Border:"Keret",Style:"Stílus",Width:"Szélesség",Height:"Magasság",Color:"Szín",Background:"Háttér",Padding:"Térköz",Dimensions:"Méretek","Table cell text alignment":"Szöveg igazítása a cellában",Alignment:"Igazítás","Horizontal text alignment toolbar":"Vízszintes szövegigazítási eszköztár","Vertical text alignment toolbar":"Függőleges szövegigazítási eszköztár","Table alignment toolbar":"Táblázatigazítási eszköztár",None:"Nincs",Solid:"Tömör",Dotted:"Pontozott",Dashed:"Szaggatott",Double:"Dupla",Groove:"Árok",Ridge:"Gerinc",Inset:"Mélyített",Outset:"Kiemelkedő","Align cell text to the left":"Szöveg igazítása a cellában balra","Align cell text to the center":"Szöveg igazítása a cellában középre","Align cell text to the right":"Szöveg igazítása a cellában jobbra","Justify cell text":"Szöveg igazítása a cellában sorkizártra","Align cell text to the top":"Szöveg igazítása a cellában felülre","Align cell text to the middle":"Szöveg igazítása a cellában középre","Align cell text to the bottom":"Szöveg igazítása a cellában alulra","Align table to the left":"Tábla igazítása balra","Center table":"Tábla igazítása középre","Align table to the right":"Tábla igazítása jobbra","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"A szín érványtelen. Próbáld így \"#FF0000\" vagy \"rgb(255,0,0)\" vagy \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Az érték érvénytelen. Próbáld így \"10px\" vagy \"2em\" vagy csak egyszerűen \"2\".","Color picker":"Szín választása","Toggle caption off":"Felirat kikapcsolása","Toggle caption on":"Felirat bekapcsolása","Enter table caption":"Táblázat feliratának megadása","Rich Text Editor":"Bővített szövegszerkesztő","Editor editing area: %0":"Szerkesztő szerkesztési területe: %0","Edit block":"Blokk szerkesztése",Next:"Következő",Previous:"Előző","Editor toolbar":"Szerkesztő eszköztár","Dropdown toolbar":"Lenyíló eszköztár",Black:"Fekete","Dim grey":"Halvány szürke",Grey:"Szürke","Light grey":"Világosszürke",White:"Fehér",Red:"Piros",Orange:"Narancs",Yellow:"Sárga","Light green":"Világoszöld",Green:"Zöld",Aquamarine:"Kékeszöld",Turquoise:"Türkiz","Light blue":"Világoskék",Blue:"Kék",Purple:"Lila","Editor block content toolbar":"Szerkesztő - tartalomblokk eszköztár","Editor contextual toolbar":"Szerkesztő - szövegre vonatkozó eszköztár",HEX:"",Undo:"Visszavonás",Redo:"Újra","Upload in progress":"A feltöltés folyamatban","Widget toolbar":"Widget eszköztár","Insert paragraph before block":"Bekezdés beszúrása elé","Insert paragraph after block":"Bekezdés beszúrása utána","Press Enter to type after or press Shift + Enter to type before the widget":"Az Enter billentyű megnyomásával a widget után, a Shift + Enter kombinációval pedig a widget előtt írhatja be a szöveget","Words: %0":"Szavak: %0","Characters: %0":"Karakterek: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['hu'] = d['hu'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Balra igazítás","Align right":"Jobbra igazítás","Align center":"Középre igazítás",Justify:"Sorkizárt","Text alignment":"Szöveg igazítása","Text alignment toolbar":"Szöveg igazítás eszköztár",Bold:"Félkövér",Italic:"Dőlt",Underline:"Aláhúzott",Code:"Forráskód",Strikethrough:"Áthúzott",Subscript:"Alsó index",Superscript:"Felső index","Block quote":"Idézet","Insert code block":"Kód blokk beszúrása","Plain text":"Egyszerű szöveg",Cancel:"Mégsem","Remove color":"Szín eltávolítása","Restore default":"Alapértelmezés visszaállítása",Save:"Mentés","Show more items":"További elemek","%0 of %1":"%0 / %1","Cannot upload file:":"Nem sikerült a fájl feltöltése:","Rich Text Editor. Editing area: %0":"Rich text szerkesztő. Szerkesztési terület: %0","Find and replace":"Keresés és csere","Find in text…":"Keresés szövegben...",Find:"Keresés","Previous result":"Előző találat","Next result":"Következő találat",Replace:"Csere","Replace all":"Mind cserél","Match case":"Nagybetű érzékeny","Whole words only":"Csak teljes szavak","Replace with…":"Csere erre...","Text to find must not be empty.":"A keresendő szöveg nem lehet üres.","Tip: Find some text first in order to replace it.":"Tipp: Először keressen egy szöveget, hogy lecserélhesse.","Show options":"Beállítások megjelenítése",Paragraph:"Bekezdés",Heading:"Stílusok","Choose heading":"Stílus megadása","Heading 1":"Címsor 1","Heading 2":"Címsor 2","Heading 3":"Címsor 3","Heading 4":"Címsor 4","Heading 5":"Címsor 5","Heading 6":"Címsor 6","Type your title":"Adja meg a címet","Type or paste your content here.":"Írja be, vagy illessze be a tartalmat.","Horizontal line":"Vízszintes elválasztóvonal","HTML object":"HTML objektum","Increase indent":"Behúzás növelése","Decrease indent":"Behúzás csökkentése",Unlink:"Link eltávolítása",Link:"Link","Link URL":"URL link","Link image":"Hivatkozás","Edit link":"Link szerkesztése","Open link in new tab":"Link megnyitása új ablakban","This link has no URL":"A link nem tartalmaz URL-t","Open in a new tab":"Megnyitás új lapon",Downloadable:"Letölthető","Numbered List":"Számozott lista","Bulleted List":"Pontozott lista","To-do List":"Tennivaló lista","Bulleted list styles toolbar":"Felsorolásos lista stílusú eszköztár","Numbered list styles toolbar":"Számozott lista stílusú eszköztár","Toggle the disc list style":"Korong stílusú lista bekapcsolása","Toggle the circle list style":"Kör stílusú lista bekapcsolása","Toggle the square list style":"Négyzet stílusú lista bekapcsolása","Toggle the decimal list style":"Tizedesjegy stílusú lista bekapcsolása","Toggle the decimal with leading zero list style":"Zéróval kezdődő tizedesjegy stílusú lista bekapcsolása","Toggle the lower–roman list style":"Kis római számok stílusú lista bekapcsolása","Toggle the upper–roman list style":"Nagy római számok stílusú lista bekapcsolása","Toggle the lower–latin list style":"Kis latin betűs stílusú lista bekapcsolása","Toggle the upper–latin list style":"Nagy latin betűs stílusú lista bekapcsolása",Disc:"Korong",Circle:"Kör",Square:"Négyzet",Decimal:"Szám","Decimal with leading zero":"Nullával kezdődő szám","Lower–roman":"Kisbetűs római szám","Upper-roman":"Nagybetűs római szám","Lower-latin":"Kisbetűs latin szám","Upper-latin":"Nagybetűs latin szám","List properties":"Lista tulajdonságai","Start at":"Kezdőpont","Start index must be greater than 0.":"A kezdő index nagyobb kell legyen mint 0.","Reversed order":"Fordított sorrend","Remove Format":"Formázás eltávolítása","Select all":"Mindet kijelöl","Show blocks":"Blokkok megjelenítése",Source:"Forrás","Special characters":"Speciális karakterek",All:"Összes",Arrows:"Nyilak",Currency:"Valuta",Latin:"Latin",Mathematical:"Matematikai",Text:"Szöveg","leftwards simple arrow":"balra mutató egyszerű nyíl","rightwards simple arrow":"jobbra mutató egyszerű nyíl","upwards simple arrow":"felfelé mutató egyszerű nyíl","downwards simple arrow":"lefelé mutató egyszerű nyíl","leftwards double arrow":"dupla nyíl balra","rightwards double arrow":"dupla nyíl jobbra","upwards double arrow":"dupla nyíl felfelé","downwards double arrow":"dupla nyíl lefelé","leftwards dashed arrow":"szaggatott nyíl balra","rightwards dashed arrow":"szaggatott nyíl jobbra","upwards dashed arrow":"szaggatott nyíl felfelé","downwards dashed arrow":"szaggatott nyíl lefelé","leftwards arrow to bar":"vonalig érő balra nyíl","rightwards arrow to bar":"vonalig érő jobbra nyíl","upwards arrow to bar":"vonalig érő felfele nyíl","downwards arrow to bar":"vonalig érő lefele nyíl","up down arrow with base":"fel-le nyíl alapvonallal","back with leftwards arrow above":"back felirat felette balra nyíllal","end with leftwards arrow above":"end felirat felette balra nyíllal","on with exclamation mark with left right arrow above":"on felirat felkiáltójellel és felette jobbra-balra nyíllal","soon with rightwards arrow above":"soon felirat felette jobbra nyíllal","top with upwards arrow above":"top felirat felette felfele nyíllal","Dollar sign":"Dollár jel","Euro sign":"Euró jel","Yen sign":"Yen jel","Pound sign":"Font jel","Cent sign":"Cent jel","Euro-currency sign":"Euró pénznem jel","Colon sign":"Kettőspont","Cruzeiro sign":"Cruizero szimbólum","French franc sign":"Francia frank jel","Lira sign":"Líra jel","Currency sign":"Pénznem jel","Bitcoin sign":"Bitcoin jel","Mill sign":"Mill szimbólum","Naira sign":"Naira szimbólum","Peseta sign":"Peseta szimbólum","Rupee sign":"Rúpia szimbólum","Won sign":"Won szimbólum","New sheqel sign":"Új sékel szimbólum","Dong sign":"Dong szimbólum","Kip sign":"Kip szimbólum","Tugrik sign":"Tugrik szimbólum","Drachma sign":"Drachma szimbólum","German penny sign":"Német pfennig szimbólum","Peso sign":"Peso szimbólum","Guarani sign":"Guarani szimbólum","Austral sign":"Ausztrál szimbólum","Hryvnia sign":"Hrivnya szimbólum","Cedi sign":"Cedi szimbólum","Livre tournois sign":"Livre tournois szimbólum","Spesmilo sign":"Spesmilo szimbólum","Tenge sign":"Tenge szimbólum","Indian rupee sign":"Indiai rúpia szimbólum","Turkish lira sign":"Török líra szimbólum","Nordic mark sign":"Északi márka szimbólum","Manat sign":"Manat szimbólum","Ruble sign":"Rubel szimbólum","Latin capital letter a with macron":"Latin nagy a betű macronnal","Latin small letter a with macron":"Latin kis a betű macronnal","Latin capital letter a with breve":"Latin nagy a betű brevével","Latin small letter a with breve":"Latin kis a betű brevével","Latin capital letter a with ogonek":"Latin nagy a betű ogonekkel","Latin small letter a with ogonek":"Latin kis a betű ogonekkel","Latin capital letter c with acute":"Latin nagy c betű éles ékezettel","Latin small letter c with acute":"Latin kis c betű betű éles ékezettel","Latin capital letter c with circumflex":"Latin nagy c betű háztető ékezettel","Latin small letter c with circumflex":"Latin kis c betű betű háztető ékezettel","Latin capital letter c with dot above":"Latin nagy c betű egy pontos ékezettel","Latin small letter c with dot above":"Latin kis c betű egy pontos ékezettel","Latin capital letter c with caron":"Latin nagy c betű hacsekkel","Latin small letter c with caron":"Latin kis c betű hacsekkel","Latin capital letter d with caron":"Latin nagy d betű hacsekkel","Latin small letter d with caron":"Latin kis d betű hacsekkel","Latin capital letter d with stroke":"Latin nagy d betű áthúzva","Latin small letter d with stroke":"Latin kis d betű áthúzva","Latin capital letter e with macron":"Latin nagy e betű macronnal","Latin small letter e with macron":"Latin kis e betű macronnal","Latin capital letter e with breve":"Latin nagy e betű brevével","Latin small letter e with breve":"Latin kis e betű brevével","Latin capital letter e with dot above":"Latin nagy e betű egy pontos ékezettel","Latin small letter e with dot above":"Latin kis e betű egy pontos ékezettel","Latin capital letter e with ogonek":"Latin nagy e betű ogonekkel","Latin small letter e with ogonek":"Latin kis e betű ogonekkel","Latin capital letter e with caron":"Latin nagy e betű hacsekkel","Latin small letter e with caron":"Latin kis e betű hacsekkel","Latin capital letter g with circumflex":"Latin nagy g betű háztető ékezettel","Latin small letter g with circumflex":"Latin kis g betű háztető ékezettel","Latin capital letter g with breve":"Latin nagy g betű brevével","Latin small letter g with breve":"Latin kis g betű brevével","Latin capital letter g with dot above":"Latin nagy g betű egy pontos ékezettel","Latin small letter g with dot above":"Latin kis g betű egy pontos ékezettel","Latin capital letter g with cedilla":"Latin nagy g betű cedillával","Latin small letter g with cedilla":"Latin kis g betű cedillával","Latin capital letter h with circumflex":"Latin nagy h betű háztető ékezettel","Latin small letter h with circumflex":"Latin kis h betű háztető ékezettel","Latin capital letter h with stroke":"Latin nagy h betű áthúzva","Latin small letter h with stroke":"Latin kis h betű áthúzva","Latin capital letter i with tilde":"Latin nagy i betű tildével","Latin small letter i with tilde":"Latin kis i betű tildével","Latin capital letter i with macron":"Latin nagy i betű macronnal","Latin small letter i with macron":"Latin kis i betű macronnal","Latin capital letter i with breve":"Latin nagy i betű brevével","Latin small letter i with breve":"Latin kis i betű brevével","Latin capital letter i with ogonek":"Latin nagy i betű ogonekkel","Latin small letter i with ogonek":"Latin kis i betű ogonekkel","Latin capital letter i with dot above":"Latin nagy i betű egy pontos ékezettel","Latin small letter dotless i":"Latin pont nélküli kis i betű","Latin capital ligature ij":"Latin nagy ij ligatúra","Latin small ligature ij":"Latin kis ij ligatúra","Latin capital letter j with circumflex":"Latin nagy j betű háztető ékezettel","Latin small letter j with circumflex":"Latin kis j betű háztető ékezettel","Latin capital letter k with cedilla":"Latin nagy k betű cedillával","Latin small letter k with cedilla":"Latin kis k betű cedillával","Latin small letter kra":"latin kisbetűs kra","Latin capital letter l with acute":"Latin nagy l betű éles ékezettel","Latin small letter l with acute":"Latin kis l betű éles ékezettel","Latin capital letter l with cedilla":"Latin nagy l betű cedillával","Latin small letter l with cedilla":"Latin kis l betű cedillával","Latin capital letter l with caron":"Latin nagy l betű hacsekkel","Latin small letter l with caron":"Latin kis l betű hacsekkel","Latin capital letter l with middle dot":"Latin nagy l betű középen ponttal","Latin small letter l with middle dot":"Latin kis l betű középen ponttal","Latin capital letter l with stroke":"Latin nagy l betű áthúzva","Latin small letter l with stroke":"Latin kis l betű áthúzva","Latin capital letter n with acute":"Latin nagy n betű éles ékezettel","Latin small letter n with acute":"Latin kis n betű éles ékezettel","Latin capital letter n with cedilla":"Latin nagy n betű cedillával","Latin small letter n with cedilla":"Latin kis n betű cedillával","Latin capital letter n with caron":"Latin nagy n betű hacsekkel","Latin small letter n with caron":"Latin kis n betű hacsekkel","Latin small letter n preceded by apostrophe":"Latin kis n betű előtte aposztróffal","Latin capital letter eng":"Latin nagybetűs eng","Latin small letter eng":"Latin kisbetűs eng","Latin capital letter o with macron":"Latin nagy o betű macronnal","Latin small letter o with macron":"Latin kis o betű macronnal","Latin capital letter o with breve":"Latin nagy o betű brevével","Latin small letter o with breve":"Latin kis o betű brevével","Latin capital letter o with double acute":"Latin nagy o betű kettős éles ékezettel","Latin small letter o with double acute":"Latin kis o betű kettős éles ékezettel","Latin capital ligature oe":"Latin nagy oe ligatúra","Latin small ligature oe":"Latin kis oe ligatúra","Latin capital letter r with acute":"Latin nagy r betű éles ékezettel","Latin small letter r with acute":"Latin kis r betű éles ékezettel","Latin capital letter r with cedilla":"Latin nagy r betű cedillával","Latin small letter r with cedilla":"Latin kis r betű cedillával","Latin capital letter r with caron":"Latin nagy r betű hacsekkel","Latin small letter r with caron":"Latin kis r betű hacsekkel","Latin capital letter s with acute":"Latin nagy s betű éles ékezettel","Latin small letter s with acute":"Latin kis s betű éles ékezettel","Latin capital letter s with circumflex":"Latin nagy s betű háztető ékezettel","Latin small letter s with circumflex":"Latin kis s betű háztető ékezettel","Latin capital letter s with cedilla":"Latin nagy s betű cedillával","Latin small letter s with cedilla":"Latin kis s betű cedillával","Latin capital letter s with caron":"Latin nagy s betű hacsekkel","Latin small letter s with caron":"Latin kis s betű hacsekkel","Latin capital letter t with cedilla":"Latin nagy t betű cedillával","Latin small letter t with cedilla":"Latin kis t betű cedillával","Latin capital letter t with caron":"Latin nagy t betű hacsekkel","Latin small letter t with caron":"Latin kis t betű hacsekkel","Latin capital letter t with stroke":"Latin nagy t betű áthúzva","Latin small letter t with stroke":"Latin kis t betű áthúzva","Latin capital letter u with tilde":"Latin nagy u betű tildével","Latin small letter u with tilde":"Latin kis u betű tildével","Latin capital letter u with macron":"Latin nagy u betű macronnal","Latin small letter u with macron":"Latin kis u betű macronnal","Latin capital letter u with breve":"Latin nagy u betű brevével","Latin small letter u with breve":"Latin kis u betű brevével","Latin capital letter u with ring above":"Latin nagy u betű karika ékezettel","Latin small letter u with ring above":"Latin kis u betű karika ékezettel","Latin capital letter u with double acute":"Latin nagy u betű kettős éles ékezettel","Latin small letter u with double acute":"Latin kis u betű kettős éles ékezettel","Latin capital letter u with ogonek":"Latin nagy u betű ogonekkel","Latin small letter u with ogonek":"Latin kis u betű ogonekkel","Latin capital letter w with circumflex":"Latin nagy w betű háztető ékezettel","Latin small letter w with circumflex":"Latin kis w betű háztető ékezettel","Latin capital letter y with circumflex":"Latin nagy y betű háztető ékezettel","Latin small letter y with circumflex":"Latin kis y betű háztető ékezettel","Latin capital letter y with diaeresis":"Latin nagy y betű diarézissel","Latin capital letter z with acute":"Latin nagy z betű éles ékezettel","Latin small letter z with acute":"Latin kis z betű éles ékezettel","Latin capital letter z with dot above":"Latin nagy z betű egy pontos ékezettel","Latin small letter z with dot above":"Latin kis z betű egy pontos ékezettel","Latin capital letter z with caron":"Latin nagy z betű hacsekkel","Latin small letter z with caron":"Latin kis z betű hacsekkel","Latin small letter long s":"Latin kisbetűs hosszú s","Less-than sign":"Kisebb jel","Greater-than sign":"Nagyobb jel","Less-than or equal to":"Kisebb vagy egyenlő jel","Greater-than or equal to":"Nagyobb vagy egyenlő jel","En dash":"Félkvirtmínusz","Em dash":"Kvirtmínusz",Macron:"Macron",Overline:"Föléhúzás","Degree sign":"Fokjel","Minus sign":"Mínuszjel","Plus-minus sign":"Pluszmínusz-jel","Division sign":"Osztásjel","Fraction slash":"Törtvonás","Multiplication sign":"Szorzójel","Latin small letter f with hook":"Latin kisbetűs f-horog",Integral:"Integrál","N-ary summation":"N-áris szumma",Infinity:"Végtelen","Square root":"Négyzetgyök","Tilde operator":"Hullámvonal","Approximately equal to":"Közelítőleg egyenlő","Almost equal to":"Majdnem egyenlő","Not equal to":"Nem egyenlő","Identical to":"Azonos","Element of":"Része","Not an element of":"Nem része","Contains as member":"Tagként tartalmaz","N-ary product":"N-áris produktum","Logical and":"Logikai és ","Logical or":"Logikai vagy","Not sign":"Nem szimbólum",Intersection:"Metszet",Union:"Egyesítés","Partial differential":"Parciális derivált","For all":"Mindenre","There exists":"Létezik","Empty set":"Üres halmaz",Nabla:"Nabla","Asterisk operator":"Csillag műveleti jel","Proportional to":"Aránylik",Angle:"Szög","Vulgar fraction one quarter":"Vulgáris tört egynegyed","Vulgar fraction one half":"Vulgáris tört egyketted","Vulgar fraction three quarters":"Vulgáris tört háromnegyed","Single left-pointing angle quotation mark":"Szimpla bal oldali szögletes idézőjel","Single right-pointing angle quotation mark":"Jobb oldali szimpla szögletes idézőjel","Left-pointing double angle quotation mark":"Bal oldali dupla szögletes idézőjel","Right-pointing double angle quotation mark":"Jobb oldali dupla szögletes idézőjel","Left single quotation mark":"Bal oldali szimpla idézőjel","Right single quotation mark":"Jobb oldali szimpla idézőjel","Left double quotation mark":"Bal oldali dupla idézőjel","Right double quotation mark":"Jobb oldali dupla idézőjel","Single low-9 quotation mark":"Szimpla 9-es alakú alsó idézőjel","Double low-9 quotation mark":"Dupla 9-es alakú alsó idézőjel","Inverted exclamation mark":"Fordított felkiáltójel","Inverted question mark":"Fordított kérdőjel","Two dot leader":"Két bevezető pont","Horizontal ellipsis":"Vízszintes három pont","Double dagger":"Kettős kereszt","Per mille sign":"Ezrelékjel","Per ten thousand sign":"Tízezrelékjel","Double exclamation mark":"Kettős felkiáltójel","Question exclamation mark":"Kérdő- és felkiáltójel","Exclamation question mark":"Felkiáltó- és kérdőjel","Double question mark":"Dupla kérdőjel","Copyright sign":"Copyright jele","Registered sign":"Bejegyzett védjegy szimbólum","Trade mark sign":"Kereskedelmi védjegy szimbólum","Section sign":"Szakaszjel","Paragraph sign":"Bekezdésjel","Reversed paragraph sign":"Fordított bekezdésjel","Character categories":"Karakterek kategóriái",Styles:"Stílusok","Multiple styles":"Többféle stílus","Block styles":"Blokkstílusok","Text styles":"Szövegstílusok","Insert table":"Táblázat beszúrása","Header column":"Oszlop fejléc","Insert column left":"Oszlop beszúrása balra","Insert column right":"Oszlop beszúrása jobbra","Delete column":"Oszlop törlése","Select column":"Oszlop kijelölése",Column:"Oszlop","Header row":"Sor fejléc","Insert row below":"Sor beszúrása alá","Insert row above":"Sor beszúrása fölé","Delete row":"Sor törlése","Select row":"Sor kijelölése",Row:"Sor","Merge cell up":"Cellák egyesítése felfelé","Merge cell right":"Cellák egyesítése jobbra","Merge cell down":"Cellák egyesítése lefelé","Merge cell left":"Cellák egyesítése balra","Split cell vertically":"Cella felosztása függőlegesen","Split cell horizontally":"Cella felosztása vízszintesen","Merge cells":"Cellaegyesítés","Table toolbar":"Táblázat eszköztár","Table properties":"Táblázat tulajdonságai","Cell properties":"Cella tulajdonságok",Border:"Keret",Style:"Stílus",Width:"Szélesség",Height:"Magasság",Color:"Szín",Background:"Háttér",Padding:"Térköz",Dimensions:"Méretek","Table cell text alignment":"Szöveg igazítása a cellában",Alignment:"Igazítás","Horizontal text alignment toolbar":"Vízszintes szövegigazítási eszköztár","Vertical text alignment toolbar":"Függőleges szövegigazítási eszköztár","Table alignment toolbar":"Táblázatigazítási eszköztár",None:"Nincs",Solid:"Tömör",Dotted:"Pontozott",Dashed:"Szaggatott",Double:"Dupla",Groove:"Árok",Ridge:"Gerinc",Inset:"Mélyített",Outset:"Kiemelkedő","Align cell text to the left":"Szöveg igazítása a cellában balra","Align cell text to the center":"Szöveg igazítása a cellában középre","Align cell text to the right":"Szöveg igazítása a cellában jobbra","Justify cell text":"Szöveg igazítása a cellában sorkizártra","Align cell text to the top":"Szöveg igazítása a cellában felülre","Align cell text to the middle":"Szöveg igazítása a cellában középre","Align cell text to the bottom":"Szöveg igazítása a cellában alulra","Align table to the left":"Tábla igazítása balra","Center table":"Tábla igazítása középre","Align table to the right":"Tábla igazítása jobbra","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"A szín érványtelen. Próbáld így \"#FF0000\" vagy \"rgb(255,0,0)\" vagy \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Az érték érvénytelen. Próbáld így \"10px\" vagy \"2em\" vagy csak egyszerűen \"2\".","Color picker":"Szín választása","Toggle caption off":"Felirat kikapcsolása","Toggle caption on":"Felirat bekapcsolása","Enter table caption":"Táblázat feliratának megadása","Rich Text Editor":"Bővített szövegszerkesztő","Editor editing area: %0":"Szerkesztő szerkesztési területe: %0","Edit block":"Blokk szerkesztése",Next:"Következő",Previous:"Előző","Editor toolbar":"Szerkesztő eszköztár","Dropdown toolbar":"Lenyíló eszköztár",Black:"Fekete","Dim grey":"Halvány szürke",Grey:"Szürke","Light grey":"Világosszürke",White:"Fehér",Red:"Piros",Orange:"Narancs",Yellow:"Sárga","Light green":"Világoszöld",Green:"Zöld",Aquamarine:"Kékeszöld",Turquoise:"Türkiz","Light blue":"Világoskék",Blue:"Kék",Purple:"Lila","Editor block content toolbar":"Szerkesztő - tartalomblokk eszköztár","Editor contextual toolbar":"Szerkesztő - szövegre vonatkozó eszköztár",HEX:"HEX színkód",Accept:"Elfogad",Undo:"Visszavonás",Redo:"Újra","Upload in progress":"A feltöltés folyamatban","Widget toolbar":"Widget eszköztár","Insert paragraph before block":"Bekezdés beszúrása elé","Insert paragraph after block":"Bekezdés beszúrása utána","Press Enter to type after or press Shift + Enter to type before the widget":"Az Enter billentyű megnyomásával a widget után, a Shift + Enter kombinációval pedig a widget előtt írhatja be a szöveget","Words: %0":"Szavak: %0","Characters: %0":"Karakterek: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/id.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/id.js index 58acc458fa82..8f5dac1a61a8 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/id.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/id.js @@ -1 +1 @@ -(function(d){ const l = d['id'] = d['id'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Rata kiri","Align right":"Rata kanan","Align center":"Rata tengah",Justify:"Rata kanan-kiri","Text alignment":"Perataan teks","Text alignment toolbar":"Alat perataan teks",Bold:"Tebal",Italic:"Miring",Underline:"Garis bawah",Code:"Kode",Strikethrough:"Coret",Subscript:"Subskrip",Superscript:"Superskrip","Block quote":"Kutipan","Insert code block":"Sisipkan blok kode","Plain text":"Teks mentah",Cancel:"Batal","Remove color":"Hapus warna","Restore default":"Pulihkan nilai baku",Save:"Simpan","Show more items":"Tampilkan lebih banyak item","%0 of %1":"%0 dari %1","Cannot upload file:":"Tidak dapat mengunggah berkas:","Rich Text Editor. Editing area: %0":"Editor Teks Kaya. Area edit: %0","Find and replace":"Cari dan ubah","Find in text…":"Cari di dalam teks...",Find:"Cari","Previous result":"Hasil sebelumnya","Next result":"Hasil berikutnya",Replace:"Ubah","Replace all":"Ubah semua","Match case":"Sesuaikan huruf","Whole words only":"Kata utuh saja","Replace with…":"Ubah dengan...","Text to find must not be empty.":"Teks yang dicari tidak boleh kosong.","Tip: Find some text first in order to replace it.":"Tip: Cari suatu teks terlebih dahulu untuk menggantinya.","Show options":"Tampilkan opsi",Paragraph:"Paragraf",Heading:"Tajuk","Choose heading":"Pilih tajuk","Heading 1":"Tajuk 1","Heading 2":"Tajuk 2","Heading 3":"Tajuk 3","Heading 4":"Tajuk 4","Heading 5":"Tajuk 5","Heading 6":"Tajuk 6","Type your title":"Ketik judul Anda","Type or paste your content here.":"Ketik atau tempel konten Anda di sini.","Horizontal line":"Garis horizontal","HTML object":"Objek HTML","Increase indent":"Tambah indentasi","Decrease indent":"Kurangi indentasi",Unlink:"Hapus tautan",Link:"Tautan","Link URL":"URL tautan","Link image":"Tautkan gambar","Edit link":"Sunting tautan","Open link in new tab":"Buka tautan di tab baru","This link has no URL":"Tautan ini tidak memiliki URL","Open in a new tab":"Buka di tab baru",Downloadable:"Dapat diunduh","Numbered List":"Daftar Berangka","Bulleted List":"Daftar Tak Berangka","To-do List":"Daftar untuk-dikerjakan","Bulleted list styles toolbar":"Bilah alat gaya daftar bullet","Numbered list styles toolbar":"Bilah alat gaya daftar angka","Toggle the disc list style":"Alihkan gaya daftar disc","Toggle the circle list style":"Alihkan gaya daftar circle","Toggle the square list style":"Alihkan gaya daftar square","Toggle the decimal list style":"Alihkan gaya daftar decimal","Toggle the decimal with leading zero list style":"Alihkan gaya daftar decimal with leading zero","Toggle the lower–roman list style":"Alihkan gaya daftar lower–roman","Toggle the upper–roman list style":"Alihkan gaya daftar upper–roman","Toggle the lower–latin list style":"Alihkan gaya daftar lower–latin","Toggle the upper–latin list style":"Alihkan gaya daftar upper–latin",Disc:"Disk",Circle:"Lingkaran",Square:"Kotak",Decimal:"Desimal","Decimal with leading zero":"Desimal dengan awalan nol","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"Properti daftar","Start at":"Mulai dari","Start index must be greater than 0.":"Indeks awal harus lebih besar dari 0.","Reversed order":"Urutan terbalik","Remove Format":"Hapus Format","Select all":"Pilih semua",Source:"Sumber","Special characters":"Karakter spesial",All:"Semua",Arrows:"Panah",Currency:"Mata Uang",Latin:"Latin",Mathematical:"Matematika",Text:"Teks","leftwards simple arrow":"panah kiri sederhana","rightwards simple arrow":"panah kanan sederhana","upwards simple arrow":"panah atas sederhana","downwards simple arrow":"panah bawah sederhana","leftwards double arrow":"Panah ganda ke kiri","rightwards double arrow":"Panah ganda ke kanan","upwards double arrow":"Panah ganda ke atas","downwards double arrow":"Panah ganda ke bawah","leftwards dashed arrow":"Panah putus-putus ke kiri","rightwards dashed arrow":"Panah putus-putus ke kanan","upwards dashed arrow":"Panah putus-putus ke atas","downwards dashed arrow":"Panah putus-putus ke ke bawah","leftwards arrow to bar":"panah kiri ke bar","rightwards arrow to bar":"panah kanan ke bar","upwards arrow to bar":"panah atas ke bar","downwards arrow to bar":"panah bawah ke bar","up down arrow with base":"panah atas bawah dari dasar","back with leftwards arrow above":"belakang dengan panah kiri di atas","end with leftwards arrow above":"akhir dengan panah kiri di atas","on with exclamation mark with left right arrow above":"nyala tanda seru dengan panah kiri kanan di atas","soon with rightwards arrow above":"segera (soon) dengan panah arah kanan di atas","top with upwards arrow above":"puncak (top) dengan panah arah atas di atas","Dollar sign":"Tanda dollar","Euro sign":"Tanda euro","Yen sign":"Tanda yen","Pound sign":"Tanda pound","Cent sign":"Tanda sen","Euro-currency sign":"Tanda mata uang euro","Colon sign":"Tanda titik dua","Cruzeiro sign":"Simbol cruzeiro ","French franc sign":"Simbol franc Prancis","Lira sign":"Simbol lira","Currency sign":"Tanda mata uang","Bitcoin sign":"Tanda bitcoin","Mill sign":"Simbol mill","Naira sign":"Simbol naira","Peseta sign":"Simbol peseta","Rupee sign":"Tanda rupee","Won sign":"Tanda won","New sheqel sign":"Simbol shekel baru","Dong sign":"Simbol dong","Kip sign":"Simbol kip","Tugrik sign":"Simbol tugrik","Drachma sign":"Simbol drakhma","German penny sign":"Simbol penny Jerman","Peso sign":"Tanda peso","Guarani sign":"Simbol guarani","Austral sign":"Simbol austral","Hryvnia sign":"Simbol hryvnia","Cedi sign":"Simbol cedi","Livre tournois sign":"Simbol livre tournois","Spesmilo sign":"Simbol spesmilo","Tenge sign":"Simbol tenge","Indian rupee sign":"Tanda rupee India","Turkish lira sign":"Simbol lira Turki","Nordic mark sign":"Simbol mark Nordik","Manat sign":"Simbol manat","Ruble sign":"Simbol rubel","Latin capital letter a with macron":"Huruf Latin besar a dengan macron","Latin small letter a with macron":"Huruf Latin kecil a dengan macron","Latin capital letter a with breve":"Huruf Latin besar a dengan breve","Latin small letter a with breve":"Huruf Latin kecil a dengan breve","Latin capital letter a with ogonek":"Huruf Latin besar a dengan ogonek","Latin small letter a with ogonek":"Huruf Latin kecil a dengan ogonek","Latin capital letter c with acute":"Huruf Latin besar c dengan akut","Latin small letter c with acute":"Huruf Latin kecil c dengan akut","Latin capital letter c with circumflex":"Huruf Latin besar c dengan sirkumfleks","Latin small letter c with circumflex":"Huruf Latin kecil c dengan sirkumfleks","Latin capital letter c with dot above":"Huruf Latin besar c dengan titik di atas","Latin small letter c with dot above":"Huruf Latin kecil c dengan titik di atas","Latin capital letter c with caron":"Huruf Latin besar c dengan caron","Latin small letter c with caron":"Huruf Latin kecil c dengan caron","Latin capital letter d with caron":"Huruf Latin besar d dengan caron","Latin small letter d with caron":"Huruf Latin kecil d dengan caron","Latin capital letter d with stroke":"Huruf Latin besar d dengan garis","Latin small letter d with stroke":"Huruf Latin kecil d dengan garis","Latin capital letter e with macron":"Huruf Latin besar e dengan macron","Latin small letter e with macron":"Huruf Latin kecil e dengan macron","Latin capital letter e with breve":"Huruf Latin besar e dengan breve","Latin small letter e with breve":"Huruf Latin kecil e dengan breve","Latin capital letter e with dot above":"Huruf Latin besar e dengan titik di atas","Latin small letter e with dot above":"Huruf Latin kecil e dengan titik di atas","Latin capital letter e with ogonek":"Huruf Latin besar e dengan ogonek","Latin small letter e with ogonek":"Huruf Latin kecil e dengan ogonek","Latin capital letter e with caron":"Huruf Latin besar e dengan caron","Latin small letter e with caron":"Huruf Latin kecil e dengan caron","Latin capital letter g with circumflex":"Huruf Latin besar g dengan sirkumfleks","Latin small letter g with circumflex":"Huruf Latin kecil g dengan sirkumfleks","Latin capital letter g with breve":"Huruf Latin besar g dengan breve","Latin small letter g with breve":"Huruf Latin kecil g dengan breve","Latin capital letter g with dot above":"Huruf Latin besar g dengan titik di atas","Latin small letter g with dot above":"Huruf Latin kecil g dengan titik di atas","Latin capital letter g with cedilla":"Huruf Latin besar g dengan cedilla","Latin small letter g with cedilla":"Huruf Latin kecil g dengan cedilla","Latin capital letter h with circumflex":"Huruf Latin besar h dengan sirkumfleks","Latin small letter h with circumflex":"Huruf Latin kecil h dengan sirkumfleks","Latin capital letter h with stroke":"Huruf Latin besar h dengan garis","Latin small letter h with stroke":"Huruf Latin kecil h dengan garis","Latin capital letter i with tilde":"Huruf Latin besar i dengan tilde","Latin small letter i with tilde":"Huruf Latin kecil i dengan tilde","Latin capital letter i with macron":"Huruf Latin besar i dengan macron","Latin small letter i with macron":"Huruf Latin kecil i dengan macron","Latin capital letter i with breve":"Huruf Latin besar i dengan breve","Latin small letter i with breve":"Huruf Latin kecil i dengan breve","Latin capital letter i with ogonek":"Huruf Latin besar i dengan ogonek","Latin small letter i with ogonek":"Huruf Latin kecil i dengan ogonek","Latin capital letter i with dot above":"Huruf Latin besar i dengan titik di atas","Latin small letter dotless i":"Huruf Latin kecil tanpa titik i","Latin capital ligature ij":"Ligatur Latin kapital ij","Latin small ligature ij":"Ligatur Latin kecil ij","Latin capital letter j with circumflex":"Huruf Latin besar j dengan sirkumfleks","Latin small letter j with circumflex":"Huruf Latin kecil j dengan sirkumfleks","Latin capital letter k with cedilla":"Huruf Latin besar k dengan cedilla","Latin small letter k with cedilla":"Huruf Latin kecil k dengan cedilla","Latin small letter kra":"Huruf Latin kecil kra","Latin capital letter l with acute":"Huruf Latin besar l dengan akut","Latin small letter l with acute":"Huruf Latin kecil l dengan akut","Latin capital letter l with cedilla":"Huruf Latin besar l dengan cedilla","Latin small letter l with cedilla":"Huruf Latin kecil l dengan cedilla","Latin capital letter l with caron":"Huruf Latin besar l dengan caron","Latin small letter l with caron":"Huruf Latin kecil l dengan caron","Latin capital letter l with middle dot":"Huruf Latin besar l dengan titik di tengah","Latin small letter l with middle dot":"Huruf Latin kecil l dengan titik di tengah","Latin capital letter l with stroke":"Huruf Latin besar l dengan garis","Latin small letter l with stroke":"Huruf Latin kecil l dengan garis","Latin capital letter n with acute":"Huruf Latin besar n dengan akut","Latin small letter n with acute":"Huruf Latin kecil n dengan akut","Latin capital letter n with cedilla":"Huruf Latin besar n dengan cedilla","Latin small letter n with cedilla":"Huruf Latin kecil n dengan cedilla","Latin capital letter n with caron":"Huruf Latin besar n dengan caron","Latin small letter n with caron":"Huruf Latin kecil n dengan caron","Latin small letter n preceded by apostrophe":"Huruf Latin kecil n yang didahului apostrof ","Latin capital letter eng":"Huruf Latin besar eng","Latin small letter eng":"Huruf Latin kecil eng","Latin capital letter o with macron":"Huruf Latin besar o dengan macron","Latin small letter o with macron":"Huruf Latin kecil o dengan macron","Latin capital letter o with breve":"Huruf Latin besar o dengan breve","Latin small letter o with breve":"Huruf Latin kecil o dengan breve","Latin capital letter o with double acute":"Huruf Latin besar o dengan akut ganda","Latin small letter o with double acute":"Huruf Latin kecil o dengan akut ganda","Latin capital ligature oe":"Ligatur Latin kapital oe","Latin small ligature oe":"Ligatur Latin kecil oe","Latin capital letter r with acute":"Huruf Latin besar r dengan akut","Latin small letter r with acute":"Huruf Latin kecil r dengan akut","Latin capital letter r with cedilla":"Huruf Latin besar r dengan cedilla","Latin small letter r with cedilla":"Huruf Latin kecil r dengan cedilla","Latin capital letter r with caron":"Huruf Latin besar r dengan caron","Latin small letter r with caron":"Huruf Latin kecil r dengan caron","Latin capital letter s with acute":"Huruf Latin besar s dengan akut","Latin small letter s with acute":"Huruf Latin kecil s dengan akut","Latin capital letter s with circumflex":"Huruf Latin besar s dengan sirkumfleks","Latin small letter s with circumflex":"Huruf Latin kecil s dengan sirkumfleks","Latin capital letter s with cedilla":"Huruf Latin besar s dengan cedilla","Latin small letter s with cedilla":"Huruf Latin kecil s dengan cedilla","Latin capital letter s with caron":"Huruf Latin besar s dengan caron","Latin small letter s with caron":"Huruf Latin kecil s dengan caron","Latin capital letter t with cedilla":"Huruf Latin besar t dengan cedilla","Latin small letter t with cedilla":"Huruf Latin kecil t dengan cedilla","Latin capital letter t with caron":"Huruf Latin besar t dengan caron","Latin small letter t with caron":"Huruf Latin kecil t dengan caron","Latin capital letter t with stroke":"Huruf Latin besar t dengan garis","Latin small letter t with stroke":"Huruf Latin kecil t dengan garis","Latin capital letter u with tilde":"Huruf Latin besar u dengan tilde","Latin small letter u with tilde":"Huruf Latin kecil u dengan tilde","Latin capital letter u with macron":"Huruf Latin besar u dengan macron","Latin small letter u with macron":"Huruf Latin kecil u dengan macron","Latin capital letter u with breve":"Huruf Latin besar u dengan breve","Latin small letter u with breve":"Huruf Latin kecil u dengan breve","Latin capital letter u with ring above":"Huruf Latin besar u dengan cincin di atas","Latin small letter u with ring above":"Huruf Latin kecil u dengan cincin di atas","Latin capital letter u with double acute":"Huruf Latin besar u dengan akut ganda","Latin small letter u with double acute":"Huruf Latin kecil u dengan akut ganda","Latin capital letter u with ogonek":"Huruf Latin besar u dengan ogonek","Latin small letter u with ogonek":"Huruf Latin kecil u dengan ogonek","Latin capital letter w with circumflex":"Huruf Latin besar w dengan sirkumfleks","Latin small letter w with circumflex":"Huruf Latin kecil w dengan sirkumfleks","Latin capital letter y with circumflex":"Huruf Latin besar y dengan sirkumfleks","Latin small letter y with circumflex":"Huruf Latin kecil y dengan sirkumfleks","Latin capital letter y with diaeresis":"Huruf Latin besar y dengan diaresis","Latin capital letter z with acute":"Huruf Latin besar z dengan akut","Latin small letter z with acute":"Huruf Latin kecil z dengan akut","Latin capital letter z with dot above":"Huruf Latin besar z dengan titik di atas","Latin small letter z with dot above":"Huruf Latin kecil z dengan titik di atas","Latin capital letter z with caron":"Huruf Latin besar z dengan caron","Latin small letter z with caron":"Huruf Latin kecil z dengan caron","Latin small letter long s":"Huruf Latin kecil s panjang","Less-than sign":"Tanda kurang dari","Greater-than sign":"Tanda lebih besar dari","Less-than or equal to":"Kurang dari atau sama dengan","Greater-than or equal to":"Lebih dari atau sama dengan","En dash":"Tanda pisah en","Em dash":"Tanda pisah em",Macron:"Macron",Overline:"Garis atas","Degree sign":"Tanda derajat","Minus sign":"Tanda negatif","Plus-minus sign":"Tanda lebih kurang","Division sign":"Tanda pembagian","Fraction slash":"Garis bagi pecahan","Multiplication sign":"Tanda perkalian","Latin small letter f with hook":"Huruf Latin kecil f dengan kait",Integral:"Integral","N-ary summation":"Penjumlahan N-Ary",Infinity:"Tak hingga","Square root":"Akar kuadrat","Tilde operator":"Operator tilde","Approximately equal to":"Kira-kira sama dengan","Almost equal to":"Hampir sama dengan","Not equal to":"Tidak sama dengan","Identical to":"Identik dengan","Element of":"Elemen dari","Not an element of":"Bukan sebuah elemen dari","Contains as member":"Berisi sebagai anggota","N-ary product":"Produk N-ary","Logical and":"\"Dan\" logis","Logical or":"\"Atau\" logis","Not sign":"Tanda \"bukan\"",Intersection:"Irisan",Union:"Himpunan","Partial differential":"Turunan parsial","For all":"Untuk semua","There exists":"Ada","Empty set":"Himpunan kosong",Nabla:"Nabla","Asterisk operator":"Operator asteris","Proportional to":"Proporsional dengan",Angle:"Sudut","Vulgar fraction one quarter":"Pecahan vulgar satu perempat","Vulgar fraction one half":"Pecahan vulgar satu perdua","Vulgar fraction three quarters":"Pecahan vulgar tiga perempat","Single left-pointing angle quotation mark":"Tanda kutip bersudut mengarah ke kiri tunggal","Single right-pointing angle quotation mark":"Tanda kutip bersudut mengarah ke kanan tunggal","Left-pointing double angle quotation mark":"Tanda kutip bersudut ganda mengarah ke kiri","Right-pointing double angle quotation mark":"Tanda kutip bersudut ganda mengarah ke kanan","Left single quotation mark":"Tanda kutip tunggal kiri","Right single quotation mark":"Tanda kutip tunggal kanan","Left double quotation mark":"Tanda kutip ganda kiri","Right double quotation mark":"Tanda kutip ganda kanan","Single low-9 quotation mark":"Tanda kutip 9 bawah tunggal","Double low-9 quotation mark":"Tanda kutip 9 bawah ganda","Inverted exclamation mark":"Tanda seru terbalik","Inverted question mark":"Tanda tanya terbalik","Two dot leader":"Dua titik utama","Horizontal ellipsis":"Elipsis horizontal","Double dagger":"Diesis","Per mille sign":"Tanda permil","Per ten thousand sign":"Tanda persepuluh ribu","Double exclamation mark":"Tanda seru ganda","Question exclamation mark":"Tanda tanya dan seru","Exclamation question mark":"Tanda seru dan tanya","Double question mark":"Tanda tanya ganda","Copyright sign":"Simbol hak cipta","Registered sign":"Simbol merek dagang terdaftar","Trade mark sign":"Simbol merek dagang","Section sign":"Simbol bagian","Paragraph sign":"Simbol paragraf","Reversed paragraph sign":"Simbol paragraf terbalik","Character categories":"Kategori karakter",Styles:"Gaya","Multiple styles":"Banyak gaya","Block styles":"Gaya blok","Text styles":"Gaya teks","Insert table":"Sisipkan tabel","Header column":"Kolom tajuk","Insert column left":"Sisipkan kolom ke kiri","Insert column right":"Sisipkan kolom ke kanan","Delete column":"Hapus kolom","Select column":"Seleksi kolom",Column:"Kolom","Header row":"Baris tajuk","Insert row below":"Sisipkan baris ke bawah","Insert row above":"Sisipkan baris ke atas","Delete row":"Hapus baris","Select row":"Seleksi baris",Row:"Baris","Merge cell up":"Gabungkan sel ke atas","Merge cell right":"Gabungkan sel ke kanan","Merge cell down":"Gabungkan sel ke bawah","Merge cell left":"Gabungkan sel ke kiri","Split cell vertically":"Bagikan sel secara vertikal","Split cell horizontally":"Bagikan sel secara horizontal","Merge cells":"Gabungkan sel","Table toolbar":"Alat tabel","Table properties":"Properti tabel","Cell properties":"Properti sel",Border:"Garis batas",Style:"Gaya",Width:"Lebar",Height:"Tinggi",Color:"Warna",Background:"Latar belakang",Padding:"Padding",Dimensions:"Dimensi","Table cell text alignment":"Penjajaran teks sel tabel",Alignment:"Penjajaran","Horizontal text alignment toolbar":"Bilah alat penjajaran teks horizontal","Vertical text alignment toolbar":"Bilah alat penjajaran teks vertikal","Table alignment toolbar":"Bilah alat penjajaran tabel",None:"Tidak ada",Solid:"Garis utuh",Dotted:"Titik titik",Dashed:"Garis putus-putus",Double:"Ganda",Groove:"Groove",Ridge:"Ridge",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Sejajarkan teks sel ke kiri","Align cell text to the center":"Sejajarkan teks sel ke tengah","Align cell text to the right":"Sejajarkan teks sel ke kanan","Justify cell text":"Ratakan teks sel","Align cell text to the top":"Sejajarkan teks sel ke atas","Align cell text to the middle":"Sejajarkan teks sel ke tengah","Align cell text to the bottom":"Sejajarkan teks sel ke bawah","Align table to the left":"Sejajarkan teks sel ke kiri","Center table":"Tengahkan tabel","Align table to the right":"Sejajarkan teks sel ke kanan","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Warna tidak valid. Coba \"#FF0000\" atau \"rgb(255,0,0)\" atau \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Nilai tidak valid. Coba \"10px\" atau \"2em\" atau hanya \"2\".","Color picker":"Pengambil warna","Toggle caption off":"Sembunyikan keterangan","Toggle caption on":"Tampilkan keterangan","Enter table caption":"Masukkan keterangan tabel","Rich Text Editor":"Editor Teks Kaya","Editor editing area: %0":"Area edit editor: %0","Edit block":"Sunting blok",Next:"Berikutnya",Previous:"Sebelumnya","Editor toolbar":"Alat editor","Dropdown toolbar":"Alat dropdown",Black:"Hitam","Dim grey":"Kelabu gelap",Grey:"Kelabu","Light grey":"Kelabu terang",White:"Putih",Red:"Merah",Orange:"Jingga",Yellow:"Kuning","Light green":"Hijau terang",Green:"Hijau",Aquamarine:"Biru laut",Turquoise:"Turkish","Light blue":"Biru terang",Blue:"Biru",Purple:"Ungu","Editor block content toolbar":"Bilah alat konten blok editor","Editor contextual toolbar":"Bilah alat kontekstual editor",HEX:"",Undo:"Batal",Redo:"Lakukan lagi","Upload in progress":"Sedang mengunggah","Widget toolbar":"Alat widget","Insert paragraph before block":"Tambahkan paragraf sebelum blok","Insert paragraph after block":"Tambahkan paragraf setelah blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tekan Enter untuk mengetik setelah atau tekan Shift + Enter untuk mengetik sebelum widget","Words: %0":"Kata: %0","Characters: %0":"Karakter: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['id'] = d['id'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Rata kiri","Align right":"Rata kanan","Align center":"Rata tengah",Justify:"Rata kanan-kiri","Text alignment":"Perataan teks","Text alignment toolbar":"Alat perataan teks",Bold:"Tebal",Italic:"Miring",Underline:"Garis bawah",Code:"Kode",Strikethrough:"Coret",Subscript:"Subskrip",Superscript:"Superskrip","Block quote":"Kutipan","Insert code block":"Sisipkan blok kode","Plain text":"Teks mentah",Cancel:"Batal","Remove color":"Hapus warna","Restore default":"Pulihkan nilai baku",Save:"Simpan","Show more items":"Tampilkan lebih banyak item","%0 of %1":"%0 dari %1","Cannot upload file:":"Tidak dapat mengunggah berkas:","Rich Text Editor. Editing area: %0":"Editor Teks Kaya. Area edit: %0","Find and replace":"Cari dan ubah","Find in text…":"Cari di dalam teks...",Find:"Cari","Previous result":"Hasil sebelumnya","Next result":"Hasil berikutnya",Replace:"Ubah","Replace all":"Ubah semua","Match case":"Sesuaikan huruf","Whole words only":"Kata utuh saja","Replace with…":"Ubah dengan...","Text to find must not be empty.":"Teks yang dicari tidak boleh kosong.","Tip: Find some text first in order to replace it.":"Tip: Cari suatu teks terlebih dahulu untuk menggantinya.","Show options":"Tampilkan opsi",Paragraph:"Paragraf",Heading:"Tajuk","Choose heading":"Pilih tajuk","Heading 1":"Tajuk 1","Heading 2":"Tajuk 2","Heading 3":"Tajuk 3","Heading 4":"Tajuk 4","Heading 5":"Tajuk 5","Heading 6":"Tajuk 6","Type your title":"Ketik judul Anda","Type or paste your content here.":"Ketik atau tempel konten Anda di sini.","Horizontal line":"Garis horizontal","HTML object":"Objek HTML","Increase indent":"Tambah indentasi","Decrease indent":"Kurangi indentasi",Unlink:"Hapus tautan",Link:"Tautan","Link URL":"URL tautan","Link image":"Tautkan gambar","Edit link":"Sunting tautan","Open link in new tab":"Buka tautan di tab baru","This link has no URL":"Tautan ini tidak memiliki URL","Open in a new tab":"Buka di tab baru",Downloadable:"Dapat diunduh","Numbered List":"Daftar Berangka","Bulleted List":"Daftar Tak Berangka","To-do List":"Daftar untuk-dikerjakan","Bulleted list styles toolbar":"Bilah alat gaya daftar bullet","Numbered list styles toolbar":"Bilah alat gaya daftar angka","Toggle the disc list style":"Alihkan gaya daftar disc","Toggle the circle list style":"Alihkan gaya daftar circle","Toggle the square list style":"Alihkan gaya daftar square","Toggle the decimal list style":"Alihkan gaya daftar decimal","Toggle the decimal with leading zero list style":"Alihkan gaya daftar decimal with leading zero","Toggle the lower–roman list style":"Alihkan gaya daftar lower–roman","Toggle the upper–roman list style":"Alihkan gaya daftar upper–roman","Toggle the lower–latin list style":"Alihkan gaya daftar lower–latin","Toggle the upper–latin list style":"Alihkan gaya daftar upper–latin",Disc:"Disk",Circle:"Lingkaran",Square:"Kotak",Decimal:"Desimal","Decimal with leading zero":"Desimal dengan awalan nol","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"Properti daftar","Start at":"Mulai dari","Start index must be greater than 0.":"Indeks awal harus lebih besar dari 0.","Reversed order":"Urutan terbalik","Remove Format":"Hapus Format","Select all":"Pilih semua","Show blocks":"Tampilkan blok",Source:"Sumber","Special characters":"Karakter spesial",All:"Semua",Arrows:"Panah",Currency:"Mata Uang",Latin:"Latin",Mathematical:"Matematika",Text:"Teks","leftwards simple arrow":"panah kiri sederhana","rightwards simple arrow":"panah kanan sederhana","upwards simple arrow":"panah atas sederhana","downwards simple arrow":"panah bawah sederhana","leftwards double arrow":"Panah ganda ke kiri","rightwards double arrow":"Panah ganda ke kanan","upwards double arrow":"Panah ganda ke atas","downwards double arrow":"Panah ganda ke bawah","leftwards dashed arrow":"Panah putus-putus ke kiri","rightwards dashed arrow":"Panah putus-putus ke kanan","upwards dashed arrow":"Panah putus-putus ke atas","downwards dashed arrow":"Panah putus-putus ke ke bawah","leftwards arrow to bar":"panah kiri ke bar","rightwards arrow to bar":"panah kanan ke bar","upwards arrow to bar":"panah atas ke bar","downwards arrow to bar":"panah bawah ke bar","up down arrow with base":"panah atas bawah dari dasar","back with leftwards arrow above":"belakang dengan panah kiri di atas","end with leftwards arrow above":"akhir dengan panah kiri di atas","on with exclamation mark with left right arrow above":"nyala tanda seru dengan panah kiri kanan di atas","soon with rightwards arrow above":"segera (soon) dengan panah arah kanan di atas","top with upwards arrow above":"puncak (top) dengan panah arah atas di atas","Dollar sign":"Tanda dollar","Euro sign":"Tanda euro","Yen sign":"Tanda yen","Pound sign":"Tanda pound","Cent sign":"Tanda sen","Euro-currency sign":"Tanda mata uang euro","Colon sign":"Tanda titik dua","Cruzeiro sign":"Simbol cruzeiro ","French franc sign":"Simbol franc Prancis","Lira sign":"Simbol lira","Currency sign":"Tanda mata uang","Bitcoin sign":"Tanda bitcoin","Mill sign":"Simbol mill","Naira sign":"Simbol naira","Peseta sign":"Simbol peseta","Rupee sign":"Tanda rupee","Won sign":"Tanda won","New sheqel sign":"Simbol shekel baru","Dong sign":"Simbol dong","Kip sign":"Simbol kip","Tugrik sign":"Simbol tugrik","Drachma sign":"Simbol drakhma","German penny sign":"Simbol penny Jerman","Peso sign":"Tanda peso","Guarani sign":"Simbol guarani","Austral sign":"Simbol austral","Hryvnia sign":"Simbol hryvnia","Cedi sign":"Simbol cedi","Livre tournois sign":"Simbol livre tournois","Spesmilo sign":"Simbol spesmilo","Tenge sign":"Simbol tenge","Indian rupee sign":"Tanda rupee India","Turkish lira sign":"Simbol lira Turki","Nordic mark sign":"Simbol mark Nordik","Manat sign":"Simbol manat","Ruble sign":"Simbol rubel","Latin capital letter a with macron":"Huruf Latin besar a dengan macron","Latin small letter a with macron":"Huruf Latin kecil a dengan macron","Latin capital letter a with breve":"Huruf Latin besar a dengan breve","Latin small letter a with breve":"Huruf Latin kecil a dengan breve","Latin capital letter a with ogonek":"Huruf Latin besar a dengan ogonek","Latin small letter a with ogonek":"Huruf Latin kecil a dengan ogonek","Latin capital letter c with acute":"Huruf Latin besar c dengan akut","Latin small letter c with acute":"Huruf Latin kecil c dengan akut","Latin capital letter c with circumflex":"Huruf Latin besar c dengan sirkumfleks","Latin small letter c with circumflex":"Huruf Latin kecil c dengan sirkumfleks","Latin capital letter c with dot above":"Huruf Latin besar c dengan titik di atas","Latin small letter c with dot above":"Huruf Latin kecil c dengan titik di atas","Latin capital letter c with caron":"Huruf Latin besar c dengan caron","Latin small letter c with caron":"Huruf Latin kecil c dengan caron","Latin capital letter d with caron":"Huruf Latin besar d dengan caron","Latin small letter d with caron":"Huruf Latin kecil d dengan caron","Latin capital letter d with stroke":"Huruf Latin besar d dengan garis","Latin small letter d with stroke":"Huruf Latin kecil d dengan garis","Latin capital letter e with macron":"Huruf Latin besar e dengan macron","Latin small letter e with macron":"Huruf Latin kecil e dengan macron","Latin capital letter e with breve":"Huruf Latin besar e dengan breve","Latin small letter e with breve":"Huruf Latin kecil e dengan breve","Latin capital letter e with dot above":"Huruf Latin besar e dengan titik di atas","Latin small letter e with dot above":"Huruf Latin kecil e dengan titik di atas","Latin capital letter e with ogonek":"Huruf Latin besar e dengan ogonek","Latin small letter e with ogonek":"Huruf Latin kecil e dengan ogonek","Latin capital letter e with caron":"Huruf Latin besar e dengan caron","Latin small letter e with caron":"Huruf Latin kecil e dengan caron","Latin capital letter g with circumflex":"Huruf Latin besar g dengan sirkumfleks","Latin small letter g with circumflex":"Huruf Latin kecil g dengan sirkumfleks","Latin capital letter g with breve":"Huruf Latin besar g dengan breve","Latin small letter g with breve":"Huruf Latin kecil g dengan breve","Latin capital letter g with dot above":"Huruf Latin besar g dengan titik di atas","Latin small letter g with dot above":"Huruf Latin kecil g dengan titik di atas","Latin capital letter g with cedilla":"Huruf Latin besar g dengan cedilla","Latin small letter g with cedilla":"Huruf Latin kecil g dengan cedilla","Latin capital letter h with circumflex":"Huruf Latin besar h dengan sirkumfleks","Latin small letter h with circumflex":"Huruf Latin kecil h dengan sirkumfleks","Latin capital letter h with stroke":"Huruf Latin besar h dengan garis","Latin small letter h with stroke":"Huruf Latin kecil h dengan garis","Latin capital letter i with tilde":"Huruf Latin besar i dengan tilde","Latin small letter i with tilde":"Huruf Latin kecil i dengan tilde","Latin capital letter i with macron":"Huruf Latin besar i dengan macron","Latin small letter i with macron":"Huruf Latin kecil i dengan macron","Latin capital letter i with breve":"Huruf Latin besar i dengan breve","Latin small letter i with breve":"Huruf Latin kecil i dengan breve","Latin capital letter i with ogonek":"Huruf Latin besar i dengan ogonek","Latin small letter i with ogonek":"Huruf Latin kecil i dengan ogonek","Latin capital letter i with dot above":"Huruf Latin besar i dengan titik di atas","Latin small letter dotless i":"Huruf Latin kecil tanpa titik i","Latin capital ligature ij":"Ligatur Latin kapital ij","Latin small ligature ij":"Ligatur Latin kecil ij","Latin capital letter j with circumflex":"Huruf Latin besar j dengan sirkumfleks","Latin small letter j with circumflex":"Huruf Latin kecil j dengan sirkumfleks","Latin capital letter k with cedilla":"Huruf Latin besar k dengan cedilla","Latin small letter k with cedilla":"Huruf Latin kecil k dengan cedilla","Latin small letter kra":"Huruf Latin kecil kra","Latin capital letter l with acute":"Huruf Latin besar l dengan akut","Latin small letter l with acute":"Huruf Latin kecil l dengan akut","Latin capital letter l with cedilla":"Huruf Latin besar l dengan cedilla","Latin small letter l with cedilla":"Huruf Latin kecil l dengan cedilla","Latin capital letter l with caron":"Huruf Latin besar l dengan caron","Latin small letter l with caron":"Huruf Latin kecil l dengan caron","Latin capital letter l with middle dot":"Huruf Latin besar l dengan titik di tengah","Latin small letter l with middle dot":"Huruf Latin kecil l dengan titik di tengah","Latin capital letter l with stroke":"Huruf Latin besar l dengan garis","Latin small letter l with stroke":"Huruf Latin kecil l dengan garis","Latin capital letter n with acute":"Huruf Latin besar n dengan akut","Latin small letter n with acute":"Huruf Latin kecil n dengan akut","Latin capital letter n with cedilla":"Huruf Latin besar n dengan cedilla","Latin small letter n with cedilla":"Huruf Latin kecil n dengan cedilla","Latin capital letter n with caron":"Huruf Latin besar n dengan caron","Latin small letter n with caron":"Huruf Latin kecil n dengan caron","Latin small letter n preceded by apostrophe":"Huruf Latin kecil n yang didahului apostrof ","Latin capital letter eng":"Huruf Latin besar eng","Latin small letter eng":"Huruf Latin kecil eng","Latin capital letter o with macron":"Huruf Latin besar o dengan macron","Latin small letter o with macron":"Huruf Latin kecil o dengan macron","Latin capital letter o with breve":"Huruf Latin besar o dengan breve","Latin small letter o with breve":"Huruf Latin kecil o dengan breve","Latin capital letter o with double acute":"Huruf Latin besar o dengan akut ganda","Latin small letter o with double acute":"Huruf Latin kecil o dengan akut ganda","Latin capital ligature oe":"Ligatur Latin kapital oe","Latin small ligature oe":"Ligatur Latin kecil oe","Latin capital letter r with acute":"Huruf Latin besar r dengan akut","Latin small letter r with acute":"Huruf Latin kecil r dengan akut","Latin capital letter r with cedilla":"Huruf Latin besar r dengan cedilla","Latin small letter r with cedilla":"Huruf Latin kecil r dengan cedilla","Latin capital letter r with caron":"Huruf Latin besar r dengan caron","Latin small letter r with caron":"Huruf Latin kecil r dengan caron","Latin capital letter s with acute":"Huruf Latin besar s dengan akut","Latin small letter s with acute":"Huruf Latin kecil s dengan akut","Latin capital letter s with circumflex":"Huruf Latin besar s dengan sirkumfleks","Latin small letter s with circumflex":"Huruf Latin kecil s dengan sirkumfleks","Latin capital letter s with cedilla":"Huruf Latin besar s dengan cedilla","Latin small letter s with cedilla":"Huruf Latin kecil s dengan cedilla","Latin capital letter s with caron":"Huruf Latin besar s dengan caron","Latin small letter s with caron":"Huruf Latin kecil s dengan caron","Latin capital letter t with cedilla":"Huruf Latin besar t dengan cedilla","Latin small letter t with cedilla":"Huruf Latin kecil t dengan cedilla","Latin capital letter t with caron":"Huruf Latin besar t dengan caron","Latin small letter t with caron":"Huruf Latin kecil t dengan caron","Latin capital letter t with stroke":"Huruf Latin besar t dengan garis","Latin small letter t with stroke":"Huruf Latin kecil t dengan garis","Latin capital letter u with tilde":"Huruf Latin besar u dengan tilde","Latin small letter u with tilde":"Huruf Latin kecil u dengan tilde","Latin capital letter u with macron":"Huruf Latin besar u dengan macron","Latin small letter u with macron":"Huruf Latin kecil u dengan macron","Latin capital letter u with breve":"Huruf Latin besar u dengan breve","Latin small letter u with breve":"Huruf Latin kecil u dengan breve","Latin capital letter u with ring above":"Huruf Latin besar u dengan cincin di atas","Latin small letter u with ring above":"Huruf Latin kecil u dengan cincin di atas","Latin capital letter u with double acute":"Huruf Latin besar u dengan akut ganda","Latin small letter u with double acute":"Huruf Latin kecil u dengan akut ganda","Latin capital letter u with ogonek":"Huruf Latin besar u dengan ogonek","Latin small letter u with ogonek":"Huruf Latin kecil u dengan ogonek","Latin capital letter w with circumflex":"Huruf Latin besar w dengan sirkumfleks","Latin small letter w with circumflex":"Huruf Latin kecil w dengan sirkumfleks","Latin capital letter y with circumflex":"Huruf Latin besar y dengan sirkumfleks","Latin small letter y with circumflex":"Huruf Latin kecil y dengan sirkumfleks","Latin capital letter y with diaeresis":"Huruf Latin besar y dengan diaresis","Latin capital letter z with acute":"Huruf Latin besar z dengan akut","Latin small letter z with acute":"Huruf Latin kecil z dengan akut","Latin capital letter z with dot above":"Huruf Latin besar z dengan titik di atas","Latin small letter z with dot above":"Huruf Latin kecil z dengan titik di atas","Latin capital letter z with caron":"Huruf Latin besar z dengan caron","Latin small letter z with caron":"Huruf Latin kecil z dengan caron","Latin small letter long s":"Huruf Latin kecil s panjang","Less-than sign":"Tanda kurang dari","Greater-than sign":"Tanda lebih besar dari","Less-than or equal to":"Kurang dari atau sama dengan","Greater-than or equal to":"Lebih dari atau sama dengan","En dash":"Tanda pisah en","Em dash":"Tanda pisah em",Macron:"Macron",Overline:"Garis atas","Degree sign":"Tanda derajat","Minus sign":"Tanda negatif","Plus-minus sign":"Tanda lebih kurang","Division sign":"Tanda pembagian","Fraction slash":"Garis bagi pecahan","Multiplication sign":"Tanda perkalian","Latin small letter f with hook":"Huruf Latin kecil f dengan kait",Integral:"Integral","N-ary summation":"Penjumlahan N-Ary",Infinity:"Tak hingga","Square root":"Akar kuadrat","Tilde operator":"Operator tilde","Approximately equal to":"Kira-kira sama dengan","Almost equal to":"Hampir sama dengan","Not equal to":"Tidak sama dengan","Identical to":"Identik dengan","Element of":"Elemen dari","Not an element of":"Bukan sebuah elemen dari","Contains as member":"Berisi sebagai anggota","N-ary product":"Produk N-ary","Logical and":"\"Dan\" logis","Logical or":"\"Atau\" logis","Not sign":"Tanda \"bukan\"",Intersection:"Irisan",Union:"Himpunan","Partial differential":"Turunan parsial","For all":"Untuk semua","There exists":"Ada","Empty set":"Himpunan kosong",Nabla:"Nabla","Asterisk operator":"Operator asteris","Proportional to":"Proporsional dengan",Angle:"Sudut","Vulgar fraction one quarter":"Pecahan vulgar satu perempat","Vulgar fraction one half":"Pecahan vulgar satu perdua","Vulgar fraction three quarters":"Pecahan vulgar tiga perempat","Single left-pointing angle quotation mark":"Tanda kutip bersudut mengarah ke kiri tunggal","Single right-pointing angle quotation mark":"Tanda kutip bersudut mengarah ke kanan tunggal","Left-pointing double angle quotation mark":"Tanda kutip bersudut ganda mengarah ke kiri","Right-pointing double angle quotation mark":"Tanda kutip bersudut ganda mengarah ke kanan","Left single quotation mark":"Tanda kutip tunggal kiri","Right single quotation mark":"Tanda kutip tunggal kanan","Left double quotation mark":"Tanda kutip ganda kiri","Right double quotation mark":"Tanda kutip ganda kanan","Single low-9 quotation mark":"Tanda kutip 9 bawah tunggal","Double low-9 quotation mark":"Tanda kutip 9 bawah ganda","Inverted exclamation mark":"Tanda seru terbalik","Inverted question mark":"Tanda tanya terbalik","Two dot leader":"Dua titik utama","Horizontal ellipsis":"Elipsis horizontal","Double dagger":"Diesis","Per mille sign":"Tanda permil","Per ten thousand sign":"Tanda persepuluh ribu","Double exclamation mark":"Tanda seru ganda","Question exclamation mark":"Tanda tanya dan seru","Exclamation question mark":"Tanda seru dan tanya","Double question mark":"Tanda tanya ganda","Copyright sign":"Simbol hak cipta","Registered sign":"Simbol merek dagang terdaftar","Trade mark sign":"Simbol merek dagang","Section sign":"Simbol bagian","Paragraph sign":"Simbol paragraf","Reversed paragraph sign":"Simbol paragraf terbalik","Character categories":"Kategori karakter",Styles:"Gaya","Multiple styles":"Banyak gaya","Block styles":"Gaya blok","Text styles":"Gaya teks","Insert table":"Sisipkan tabel","Header column":"Kolom tajuk","Insert column left":"Sisipkan kolom ke kiri","Insert column right":"Sisipkan kolom ke kanan","Delete column":"Hapus kolom","Select column":"Seleksi kolom",Column:"Kolom","Header row":"Baris tajuk","Insert row below":"Sisipkan baris ke bawah","Insert row above":"Sisipkan baris ke atas","Delete row":"Hapus baris","Select row":"Seleksi baris",Row:"Baris","Merge cell up":"Gabungkan sel ke atas","Merge cell right":"Gabungkan sel ke kanan","Merge cell down":"Gabungkan sel ke bawah","Merge cell left":"Gabungkan sel ke kiri","Split cell vertically":"Bagikan sel secara vertikal","Split cell horizontally":"Bagikan sel secara horizontal","Merge cells":"Gabungkan sel","Table toolbar":"Alat tabel","Table properties":"Properti tabel","Cell properties":"Properti sel",Border:"Garis batas",Style:"Gaya",Width:"Lebar",Height:"Tinggi",Color:"Warna",Background:"Latar belakang",Padding:"Padding",Dimensions:"Dimensi","Table cell text alignment":"Penjajaran teks sel tabel",Alignment:"Penjajaran","Horizontal text alignment toolbar":"Bilah alat penjajaran teks horizontal","Vertical text alignment toolbar":"Bilah alat penjajaran teks vertikal","Table alignment toolbar":"Bilah alat penjajaran tabel",None:"Tidak ada",Solid:"Garis utuh",Dotted:"Titik titik",Dashed:"Garis putus-putus",Double:"Ganda",Groove:"Groove",Ridge:"Ridge",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Sejajarkan teks sel ke kiri","Align cell text to the center":"Sejajarkan teks sel ke tengah","Align cell text to the right":"Sejajarkan teks sel ke kanan","Justify cell text":"Ratakan teks sel","Align cell text to the top":"Sejajarkan teks sel ke atas","Align cell text to the middle":"Sejajarkan teks sel ke tengah","Align cell text to the bottom":"Sejajarkan teks sel ke bawah","Align table to the left":"Sejajarkan teks sel ke kiri","Center table":"Tengahkan tabel","Align table to the right":"Sejajarkan teks sel ke kanan","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Warna tidak valid. Coba \"#FF0000\" atau \"rgb(255,0,0)\" atau \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Nilai tidak valid. Coba \"10px\" atau \"2em\" atau hanya \"2\".","Color picker":"Pengambil warna","Toggle caption off":"Sembunyikan keterangan","Toggle caption on":"Tampilkan keterangan","Enter table caption":"Masukkan keterangan tabel","Rich Text Editor":"Editor Teks Kaya","Editor editing area: %0":"Area edit editor: %0","Edit block":"Sunting blok",Next:"Berikutnya",Previous:"Sebelumnya","Editor toolbar":"Alat editor","Dropdown toolbar":"Alat dropdown",Black:"Hitam","Dim grey":"Kelabu gelap",Grey:"Kelabu","Light grey":"Kelabu terang",White:"Putih",Red:"Merah",Orange:"Jingga",Yellow:"Kuning","Light green":"Hijau terang",Green:"Hijau",Aquamarine:"Biru laut",Turquoise:"Turkish","Light blue":"Biru terang",Blue:"Biru",Purple:"Ungu","Editor block content toolbar":"Bilah alat konten blok editor","Editor contextual toolbar":"Bilah alat kontekstual editor",HEX:"HEX",Accept:"Setuju",Undo:"Batal",Redo:"Lakukan lagi","Upload in progress":"Sedang mengunggah","Widget toolbar":"Alat widget","Insert paragraph before block":"Tambahkan paragraf sebelum blok","Insert paragraph after block":"Tambahkan paragraf setelah blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tekan Enter untuk mengetik setelah atau tekan Shift + Enter untuk mengetik sebelum widget","Words: %0":"Kata: %0","Characters: %0":"Karakter: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/it.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/it.js index cf141c3c2df0..a5b1f6316b04 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/it.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/it.js @@ -1 +1 @@ -(function(d){ const l = d['it'] = d['it'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Allinea a sinistra","Align right":"Allinea a destra","Align center":"Allinea al centro",Justify:"Giustifica","Text alignment":"Allineamento del testo","Text alignment toolbar":"Barra degli strumenti dell'allineamento",Bold:"Grassetto",Italic:"Corsivo",Underline:"Sottolineato",Code:"Codice",Strikethrough:"Barrato",Subscript:"Pedice",Superscript:"Apice","Block quote":"Blocco citazione","Insert code block":"Inserisci blocco di codice","Plain text":"Testo semplice",Cancel:"Annulla","Remove color":"Rimuovi colore","Restore default":"Ripristina predefinito",Save:"Salva","Show more items":"Mostra più elementi","%0 of %1":"%0 di %1","Cannot upload file:":"Impossibile caricare il file:","Rich Text Editor. Editing area: %0":"Editor Rich Text. Area di modifica: %0","Find and replace":"Trova e sostituisci","Find in text…":"Trova nel testo…",Find:"Trova","Previous result":"Risultato precedente","Next result":"Risultato successivo",Replace:"Sostituisci","Replace all":"Sostituisci tutto","Match case":"Distingui maiuscole e minuscole","Whole words only":"Solo parole intere","Replace with…":"Sostituisci con…","Text to find must not be empty.":"Il testo da cercare non può essere vuoto.","Tip: Find some text first in order to replace it.":"Consiglio: trova il testo prima di sostituirlo.","Show options":"Mostra opzioni",Paragraph:"Paragrafo",Heading:"Intestazione","Choose heading":"Seleziona intestazione","Heading 1":"Intestazione 1","Heading 2":"Intestazione 2","Heading 3":"Intestazione 3","Heading 4":"Intestazione 4","Heading 5":"Intestazione 5","Heading 6":"Intestazione 6","Type your title":"Inserire il proprio titolo","Type or paste your content here.":"Inserire o incollare qui il proprio contenuto.","Horizontal line":"Linea orizzontale","HTML object":"Oggetto HTML","Increase indent":"Aumenta rientro","Decrease indent":"Riduci rientro",Unlink:"Elimina collegamento",Link:"Collegamento","Link URL":"URL del collegamento","Link image":"Collega immagine","Edit link":"Modifica collegamento","Open link in new tab":"Apri collegamento in nuova scheda","This link has no URL":"Questo collegamento non ha un URL","Open in a new tab":"Apri in una nuova scheda",Downloadable:"Scaricabile","Numbered List":"Elenco numerato","Bulleted List":"Elenco puntato","To-do List":"Elenco cose da fare","Bulleted list styles toolbar":"Barra degli strumenti con gli stili degli elenchi puntati","Numbered list styles toolbar":"Barra degli strumenti con gli stili degli elenchi numerati","Toggle the disc list style":"Attiva/disattiva lo stile degli elenchi con dischi","Toggle the circle list style":"Attiva/disattiva lo stile degli elenchi con cerchi","Toggle the square list style":"Attiva/disattiva lo stile degli elenchi con quadrati","Toggle the decimal list style":"Attiva/disattiva lo stile degli elenchi con numeri","Toggle the decimal with leading zero list style":"Attiva/disattiva lo stile degli elenchi con numeri con zero anteposto","Toggle the lower–roman list style":"Attiva/disattiva lo stile degli elenchi con numeri romani minuscoli","Toggle the upper–roman list style":"Attiva/disattiva lo stile degli elenchi con numeri romani maiuscoli","Toggle the lower–latin list style":"Attiva/disattiva lo stile degli elenchi con lettere minuscole","Toggle the upper–latin list style":"Attiva/disattiva lo stile degli elenchi con lettere maiuscole",Disc:"Disco",Circle:"Cerchio",Square:"Quadrato",Decimal:"Numero","Decimal with leading zero":"Numero con zero anteposto","Lower–roman":"Numero romano minuscolo","Upper-roman":"Numero romano maiuscolo","Lower-latin":"Lettera minuscola","Upper-latin":"Lettera maiuscola","List properties":"Proprietà elenco","Start at":"Inizia da","Start index must be greater than 0.":"L'indice iniziale deve essere maggiore di 0.","Reversed order":"Ordine inverso","Remove Format":"Rimuovi formato","Select all":"Seleziona tutto",Source:"Sorgente","Special characters":"Caratteri speciali",All:"Tutti",Arrows:"Frecce",Currency:"Valuta",Latin:"Latini",Mathematical:"Matematici",Text:"Testo","leftwards simple arrow":"freccia semplice verso sinistra","rightwards simple arrow":"freccia semplice verso destra","upwards simple arrow":"freccia semplice verso l'alto","downwards simple arrow":"freccia semplice verso il basso","leftwards double arrow":"Freccia doppia verso sinistra","rightwards double arrow":"Freccia doppia verso destra","upwards double arrow":"Freccia doppia verso l'alto","downwards double arrow":"Freccia doppia verso il basso","leftwards dashed arrow":"Freccia tratteggiata verso sinistra","rightwards dashed arrow":"Freccia tratteggiata verso destra","upwards dashed arrow":"Freccia tratteggiata verso l'alto","downwards dashed arrow":"Freccia tratteggiata verso il basso","leftwards arrow to bar":"Freccia verso barra a sinistra","rightwards arrow to bar":"Freccia verso barra a destra","upwards arrow to bar":"Freccia verso barra in alto","downwards arrow to bar":"Freccia verso barra in basso","up down arrow with base":"Doppia freccia verticale con base","back with leftwards arrow above":"back con sopra freccia verso sinistra","end with leftwards arrow above":"end con sopra freccia verso sinistra","on with exclamation mark with left right arrow above":"on! con sopra freccia verso sinistra","soon with rightwards arrow above":"soon con sopra freccia verso destra","top with upwards arrow above":"top con sopra freccia verso l'alto","Dollar sign":"Simbolo dollaro","Euro sign":"Simbolo euro","Yen sign":"Simbolo yen","Pound sign":"Simbolo sterlina","Cent sign":"Simbolo centesimo","Euro-currency sign":"Simbolo valuta euro","Colon sign":"Simbolo colon","Cruzeiro sign":"Simbolo cruzeiro","French franc sign":"Simbolo franco francese","Lira sign":"Simbolo lira","Currency sign":"Simbolo valuta","Bitcoin sign":"Simbolo bitcoin","Mill sign":"Simbolo millesimo","Naira sign":"Simbolo naira","Peseta sign":"Simbolo peseta","Rupee sign":"Simbolo rupia","Won sign":"Simbolo won","New sheqel sign":"Simbolo nuovo shekel","Dong sign":"Simbolo dong","Kip sign":"Simbolo kip","Tugrik sign":"Simbolo tugrik","Drachma sign":"Simbolo dracma","German penny sign":"Simbolo pfennig tedesco","Peso sign":"Simbolo peso","Guarani sign":"Simbolo guaraní","Austral sign":"Simbolo austral","Hryvnia sign":"Simbolo grivnia","Cedi sign":"Simbolo cedi","Livre tournois sign":"Simbolo livre tournois","Spesmilo sign":"Simbolo spesmilo","Tenge sign":"Simbolo tenge","Indian rupee sign":"Simbolo rupia indiana","Turkish lira sign":"Simbolo lira turca","Nordic mark sign":"Simbolo marco nordico","Manat sign":"Simbolo manat","Ruble sign":"Simbolo rublo","Latin capital letter a with macron":"Lettera A latina maiuscola con macron","Latin small letter a with macron":"Lettera A latina minuscola con macron","Latin capital letter a with breve":"Lettera A latina maiuscola con breve","Latin small letter a with breve":"Lettera A latina minuscola con breve","Latin capital letter a with ogonek":"Lettera A latina maiuscola con codetta","Latin small letter a with ogonek":"Lettera A latina minuscola con codetta","Latin capital letter c with acute":"Lettera C latina maiuscola con accento acuto","Latin small letter c with acute":"Lettera C latina minuscola con accento acuto","Latin capital letter c with circumflex":"Lettera C latina maiuscola con accento circonflesso","Latin small letter c with circumflex":"Lettera C latina minuscola con accento circonflesso","Latin capital letter c with dot above":"Lettera C latina maiuscola con punto sovrascritto","Latin small letter c with dot above":"Lettera C latina minuscola con punto sovrascritto","Latin capital letter c with caron":"Lettera C latina maiuscola con pipa","Latin small letter c with caron":"Lettera C latina minuscola con pipa","Latin capital letter d with caron":"Lettera D latina maiuscola con pipa","Latin small letter d with caron":"Lettera D latina minuscola con pipa","Latin capital letter d with stroke":"Lettera D latina maiuscola con barra","Latin small letter d with stroke":"Lettera D latina minuscola con barra","Latin capital letter e with macron":"Lettera E latina maiuscola con macron","Latin small letter e with macron":"Lettera E latina minuscola con macron","Latin capital letter e with breve":"Lettera E latina maiuscola con accento breve","Latin small letter e with breve":"Lettera E latina minuscola con accento breve","Latin capital letter e with dot above":"Lettera E latina maiuscola con punto sovrascritto","Latin small letter e with dot above":"Lettera E latina minuscola con punto sovrascritto","Latin capital letter e with ogonek":"Lettera E latina maiuscola con codetta","Latin small letter e with ogonek":"Lettera E latina minuscola con codetta","Latin capital letter e with caron":"Lettera E latina maiuscola con pipa","Latin small letter e with caron":"Lettera E latina minuscola con pipa","Latin capital letter g with circumflex":"Lettera G latina maiuscola con accento circonflesso","Latin small letter g with circumflex":"Lettera G latina minuscola con accento circonflesso","Latin capital letter g with breve":"Lettera G latina maiuscola con breve","Latin small letter g with breve":"Lettera G latina minuscola con breve","Latin capital letter g with dot above":"Lettera G latina maiuscola con punto sovrascritto","Latin small letter g with dot above":"Lettera G latina minuscola con punto sovrascritto","Latin capital letter g with cedilla":"Lettera G latina maiuscola con cediglia","Latin small letter g with cedilla":"Lettera G latina minuscola con cediglia","Latin capital letter h with circumflex":"Lettera H latina maiuscola con accento circonflesso","Latin small letter h with circumflex":"Lettera H latina minuscola con accento circonflesso","Latin capital letter h with stroke":"Lettera H latina maiuscola con barra","Latin small letter h with stroke":"Lettera H latina minuscola con barra","Latin capital letter i with tilde":"Lettera I latina maiuscola con tilde","Latin small letter i with tilde":"Lettera I latina minuscola con tilde","Latin capital letter i with macron":"Lettera I latina maiuscola con macron","Latin small letter i with macron":"Lettera I latina minuscola con macron","Latin capital letter i with breve":"Lettera I latina maiuscola con breve","Latin small letter i with breve":"Lettera I latina minuscola con breve","Latin capital letter i with ogonek":"Lettera I latina maiuscola con codetta","Latin small letter i with ogonek":"Lettera I latina minuscola con codetta","Latin capital letter i with dot above":"Lettera I latina maiuscola con punto sovrascritto","Latin small letter dotless i":"Lettera I latina minuscola senza punto","Latin capital ligature ij":"Legatura IJ latina maiuscola","Latin small ligature ij":"Legatura IJ latina minuscola","Latin capital letter j with circumflex":"Lettera J latina maiuscola con accento circonflesso","Latin small letter j with circumflex":"Lettera J latina minuscola con accento circonflesso","Latin capital letter k with cedilla":"Lettera K latina maiuscola con cediglia","Latin small letter k with cedilla":"Lettera K latina minuscola con cediglia","Latin small letter kra":"Lettera Kra latina minuscola","Latin capital letter l with acute":"Lettera L latina maiuscola con accento acuto","Latin small letter l with acute":"Lettera L latina minuscola con accento acuto","Latin capital letter l with cedilla":"Lettera L latina maiuscola con cediglia","Latin small letter l with cedilla":"Lettera L latina minuscola con cediglia","Latin capital letter l with caron":"Lettera L latina maiuscola con pipa","Latin small letter l with caron":"Lettera L latina minuscola con pipa","Latin capital letter l with middle dot":"Lettera L latina maiuscola con punto in mezzo","Latin small letter l with middle dot":"Lettera L latina minuscola con punto in mezzo","Latin capital letter l with stroke":"Lettera L latina maiuscola con barra","Latin small letter l with stroke":"Lettera L latina minuscola con barra","Latin capital letter n with acute":"Lettera N latina maiuscola con accento acuto","Latin small letter n with acute":"Lettera N latina minuscola con accento acuto","Latin capital letter n with cedilla":"Lettera N latina maiuscola con cediglia","Latin small letter n with cedilla":"Lettera N latina minuscola con cediglia","Latin capital letter n with caron":"Lettera N latina maiuscola con pipa","Latin small letter n with caron":"Lettera N latina minuscola con pipa","Latin small letter n preceded by apostrophe":"Lettera N latina minuscola preceduta da apostrofo","Latin capital letter eng":"Nasale velare maiuscola","Latin small letter eng":"Nasale velare minuscola","Latin capital letter o with macron":"Lettera O latina maiuscola con macron","Latin small letter o with macron":"Lettera O latina minuscola con macron","Latin capital letter o with breve":"Lettera O latina maiuscola con breve","Latin small letter o with breve":"Lettera O latina minuscola con breve","Latin capital letter o with double acute":"Lettera O latina maiuscola con doppio accento acuto","Latin small letter o with double acute":"Lettera O latina minuscola con doppio accento acuto","Latin capital ligature oe":"Legatura OE latina maiuscola","Latin small ligature oe":"Legatura OE latina minuscola","Latin capital letter r with acute":"Lettera R latina maiuscola con accento acuto","Latin small letter r with acute":"Lettera R latina minuscola con accento acuto","Latin capital letter r with cedilla":"Lettera R latina maiuscola con cediglia","Latin small letter r with cedilla":"Lettera R latina minuscola con cediglia","Latin capital letter r with caron":"Lettera R latina maiuscola con pipa","Latin small letter r with caron":"Lettera R latina minuscola con pipa","Latin capital letter s with acute":"Lettera S latina maiuscola con accento acuto","Latin small letter s with acute":"Lettera S latina minuscola con accento acuto","Latin capital letter s with circumflex":"Lettera S latina maiuscola con accento circonflesso","Latin small letter s with circumflex":"Lettera S latina minuscola con accento circonflesso","Latin capital letter s with cedilla":"Lettera S latina maiuscola con cediglia","Latin small letter s with cedilla":"Lettera S latina minuscola con cediglia","Latin capital letter s with caron":"Lettera S latina maiuscola con pipa","Latin small letter s with caron":"Lettera S latina minuscola con pipa","Latin capital letter t with cedilla":"Lettera T latina maiuscola con cediglia","Latin small letter t with cedilla":"Lettera T latina minuscola con cediglia","Latin capital letter t with caron":"Lettera T latina maiuscola con pipa","Latin small letter t with caron":"Lettera T latina minuscola con pipa","Latin capital letter t with stroke":"Lettera T latina maiuscola con barra","Latin small letter t with stroke":"Lettera T latina minuscola con barra","Latin capital letter u with tilde":"Lettera U latina maiuscola con tilde","Latin small letter u with tilde":"Lettera U latina minuscola con tilde","Latin capital letter u with macron":"Lettera U latina maiuscola con macron","Latin small letter u with macron":"Lettera U latina minuscola con macron","Latin capital letter u with breve":"Lettera U latina maiuscola con breve","Latin small letter u with breve":"Lettera U latina minuscola con breve","Latin capital letter u with ring above":"Lettera U latina maiuscola con anello in alto","Latin small letter u with ring above":"Lettera U latina minuscola con cerchio in alto","Latin capital letter u with double acute":"Lettera U latina maiuscola con doppio accento acuto","Latin small letter u with double acute":"Lettera U latina minuscola con doppio accento acuto","Latin capital letter u with ogonek":"Lettera U latina maiuscola con codetta","Latin small letter u with ogonek":"Lettera U latina minuscola con codetta","Latin capital letter w with circumflex":"Lettera W latina maiuscola con accento circonflesso","Latin small letter w with circumflex":"Lettera W latina minuscola con accento circonflesso","Latin capital letter y with circumflex":"Lettera Y latina maiuscola con accento circonflesso","Latin small letter y with circumflex":"Lettera Y latina minuscola con accento circonflesso","Latin capital letter y with diaeresis":"Lettera Y latina maiuscola con dieresi","Latin capital letter z with acute":"Lettera Z latina maiuscola con accento acuto","Latin small letter z with acute":"Lettera Z latina minuscola con accento acuto","Latin capital letter z with dot above":"Lettera Z latina maiuscola con punto sovrascritto","Latin small letter z with dot above":"Lettera Z latina minuscola con punto sovrascritto","Latin capital letter z with caron":"Lettera Z latina maiuscola con pipa","Latin small letter z with caron":"Lettera Z latina minuscola con pipa","Latin small letter long s":"Lettera S latina lunga minuscola","Less-than sign":"Simbolo minore di","Greater-than sign":"Simbolo maggiore di","Less-than or equal to":"Minore o uguale a","Greater-than or equal to":"Maggiore o uguale a","En dash":"Trattino medio (en)","Em dash":"Trattino lungo (em)",Macron:"Macron",Overline:"Linea alta","Degree sign":"Simbolo gradi","Minus sign":"Segno di sottrazione","Plus-minus sign":"Segno più o meno","Division sign":"Segno di divisione","Fraction slash":"Barra di frazione","Multiplication sign":"Segno di moltiplicazione","Latin small letter f with hook":"Lettera f latina minuscola con gancio",Integral:"Integrale","N-ary summation":"Sommatoria",Infinity:"Infinito","Square root":"Radice quadrata","Tilde operator":"Operatore tilde","Approximately equal to":"Approssimativamente uguale a","Almost equal to":"Quasi uguale a","Not equal to":"Non uguale a","Identical to":"Identico a","Element of":"Elemento di","Not an element of":"Non parte di","Contains as member":"Contiene","N-ary product":"Prodotto ennesimo","Logical and":"E logico","Logical or":"O logico","Not sign":"Simbolo Not",Intersection:"Intersezione",Union:"Unione","Partial differential":"Derivata parziale","For all":"Per ogni","There exists":"Esiste","Empty set":"Insieme vuoto",Nabla:"Nabla","Asterisk operator":"Operatore asterisco","Proportional to":"Proporzionale a",Angle:"Angolo","Vulgar fraction one quarter":"Frazione semplice un quarto","Vulgar fraction one half":"Frazione semplice un mezzo","Vulgar fraction three quarters":"Frazione semplice tre quarti","Single left-pointing angle quotation mark":"Virgoletta angolare a sinistra","Single right-pointing angle quotation mark":"Virgoletta angolare a destra","Left-pointing double angle quotation mark":"Virgolette doppie angolari a sinistra","Right-pointing double angle quotation mark":"Virgolette doppie angolari a destra","Left single quotation mark":"Virgoletta a sinistra","Right single quotation mark":"Virgoletta a destra","Left double quotation mark":"Doppie virgolette a sinistra","Right double quotation mark":"Doppie virgolette a destra","Single low-9 quotation mark":"Virgoletta bassa","Double low-9 quotation mark":"Doppie virgolette basse","Inverted exclamation mark":"Punto esclamativo invertito","Inverted question mark":"Punto interrogativo invertito","Two dot leader":"Due punti iniziali","Horizontal ellipsis":"Puntini di sospensione orizzontali","Double dagger":"Doppio obelisco","Per mille sign":"Simbolo per mille","Per ten thousand sign":"Simbolo per diecimila","Double exclamation mark":"Doppio punto esclamativo","Question exclamation mark":"Punti interrogativo ed esclamativo","Exclamation question mark":"Punti esclamativo e interrogativo","Double question mark":"Doppio punto interrogativo","Copyright sign":"Simbolo copyright","Registered sign":"Simbolo marchio registrato","Trade mark sign":"Simbolo trademark","Section sign":"Simbolo sezione","Paragraph sign":"Simbolo paragrafo","Reversed paragraph sign":"Simbolo paragrafo invertito","Character categories":"Categorie di caratteri",Styles:"Stili","Multiple styles":"Stili multipli","Block styles":"Stili per blocchi","Text styles":"Stili per testi","Insert table":"Inserisci tabella","Header column":"Intestazione colonna","Insert column left":"Inserisci colonna a sinistra","Insert column right":"Inserisci colonna a destra","Delete column":"Elimina colonna","Select column":"Seleziona colonna",Column:"Colonna","Header row":"Riga d'intestazione","Insert row below":"Inserisci riga sotto","Insert row above":"Inserisci riga sopra","Delete row":"Elimina riga","Select row":"Seleziona riga",Row:"Riga","Merge cell up":"Unisci cella sopra","Merge cell right":"Unisci cella a destra","Merge cell down":"Unisci cella sotto","Merge cell left":"Unisci cella a sinistra","Split cell vertically":"Dividi cella verticalmente","Split cell horizontally":"Dividi cella orizzontalmente","Merge cells":"Unisci celle","Table toolbar":"Barra degli strumenti della tabella","Table properties":"Proprietà tabella","Cell properties":"Proprietà cella",Border:"Bordo",Style:"Stile",Width:"Larghezza",Height:"Altezza",Color:"Colore",Background:"Sfondo",Padding:"Spaziatura interna",Dimensions:"Dimensioni","Table cell text alignment":"Allineamento del testo nella cella della tabella",Alignment:"Allineamento","Horizontal text alignment toolbar":"Barra degli strumenti dell'allineamento orizzontale del testo","Vertical text alignment toolbar":"Barra degli strumenti dell'allineamento verticale del testo","Table alignment toolbar":"Barra degli strumenti dell'allineamento della tabella",None:"Nessuno",Solid:"Solido",Dotted:"Punteggiato",Dashed:"Tratteggiato",Double:"Doppio",Groove:"Scanalatura",Ridge:"Rilievo",Inset:"Incassato",Outset:"Rialzato","Align cell text to the left":"Allinea il testo della cella a sinistra","Align cell text to the center":"Allinea il testo della cella al centro","Align cell text to the right":"Allinea il testo della cella a destra","Justify cell text":"Testo della cella giustificato","Align cell text to the top":"Allinea il testo della cella in alto","Align cell text to the middle":"Allinea il testo della cella in mezzo","Align cell text to the bottom":"Allinea il testo della cella in basso","Align table to the left":"Allinea tabella a sinistra","Center table":"Allinea tabella al centro","Align table to the right":"Allinea tabella a destra","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Il colore non è valido. Provare \"#FF0000\" o \"rgb(255,0,0)\" o \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Il valore non è valido. Provare \"10px\" o \"2em\" o semplicemente \"2\".","Color picker":"Selezione colore","Toggle caption off":"Attiva didascalia","Toggle caption on":"Disattiva didascalia","Enter table caption":"Inserire la didascalia della tabella","Rich Text Editor":"Editor di testo formattato","Editor editing area: %0":"Area di modifica dell'editor: %0","Edit block":"Modifica blocco",Next:"Avanti",Previous:"Indietro","Editor toolbar":"Barra degli strumenti dell'editor","Dropdown toolbar":"Barra degli strumenti del menu a discesa",Black:"Nero","Dim grey":"Grigio tenue",Grey:"Grigio","Light grey":"Grigio chiaro",White:"Bianco",Red:"Rosso",Orange:"Arancio",Yellow:"Giallo","Light green":"Verde chiaro",Green:"Verde",Aquamarine:"Aquamarina",Turquoise:"Turchese","Light blue":"Azzurro",Blue:"Blu",Purple:"Porpora","Editor block content toolbar":"Barra degli strumenti contestuale dell'editor del blocco","Editor contextual toolbar":"Barra degli strumenti contestuale dell'editor",HEX:"HEX",Undo:"Annulla",Redo:"Ripristina","Upload in progress":"Caricamento in corso","Widget toolbar":"Barra degli strumenti del widget","Insert paragraph before block":"Inserisci paragrafo prima di blocco","Insert paragraph after block":"Inserisci paragrafo dopo blocco","Press Enter to type after or press Shift + Enter to type before the widget":"Premere Invio per inserire dopo il widget o premere Maiusc + Invio per inserire prima del widget","Words: %0":"Parole: %0","Characters: %0":"Caratteri: %0"} );l.getPluralForm=function(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['it'] = d['it'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Allinea a sinistra","Align right":"Allinea a destra","Align center":"Allinea al centro",Justify:"Giustifica","Text alignment":"Allineamento del testo","Text alignment toolbar":"Barra degli strumenti dell'allineamento",Bold:"Grassetto",Italic:"Corsivo",Underline:"Sottolineato",Code:"Codice",Strikethrough:"Barrato",Subscript:"Pedice",Superscript:"Apice","Block quote":"Blocco citazione","Insert code block":"Inserisci blocco di codice","Plain text":"Testo semplice",Cancel:"Annulla","Remove color":"Rimuovi colore","Restore default":"Ripristina predefinito",Save:"Salva","Show more items":"Mostra più elementi","%0 of %1":"%0 di %1","Cannot upload file:":"Impossibile caricare il file:","Rich Text Editor. Editing area: %0":"Editor Rich Text. Area di modifica: %0","Find and replace":"Trova e sostituisci","Find in text…":"Trova nel testo…",Find:"Trova","Previous result":"Risultato precedente","Next result":"Risultato successivo",Replace:"Sostituisci","Replace all":"Sostituisci tutto","Match case":"Distingui maiuscole e minuscole","Whole words only":"Solo parole intere","Replace with…":"Sostituisci con…","Text to find must not be empty.":"Il testo da cercare non può essere vuoto.","Tip: Find some text first in order to replace it.":"Consiglio: trova il testo prima di sostituirlo.","Show options":"Mostra opzioni",Paragraph:"Paragrafo",Heading:"Intestazione","Choose heading":"Seleziona intestazione","Heading 1":"Intestazione 1","Heading 2":"Intestazione 2","Heading 3":"Intestazione 3","Heading 4":"Intestazione 4","Heading 5":"Intestazione 5","Heading 6":"Intestazione 6","Type your title":"Inserire il proprio titolo","Type or paste your content here.":"Inserire o incollare qui il proprio contenuto.","Horizontal line":"Linea orizzontale","HTML object":"Oggetto HTML","Increase indent":"Aumenta rientro","Decrease indent":"Riduci rientro",Unlink:"Elimina collegamento",Link:"Collegamento","Link URL":"URL del collegamento","Link image":"Collega immagine","Edit link":"Modifica collegamento","Open link in new tab":"Apri collegamento in nuova scheda","This link has no URL":"Questo collegamento non ha un URL","Open in a new tab":"Apri in una nuova scheda",Downloadable:"Scaricabile","Numbered List":"Elenco numerato","Bulleted List":"Elenco puntato","To-do List":"Elenco cose da fare","Bulleted list styles toolbar":"Barra degli strumenti con gli stili degli elenchi puntati","Numbered list styles toolbar":"Barra degli strumenti con gli stili degli elenchi numerati","Toggle the disc list style":"Attiva/disattiva lo stile degli elenchi con dischi","Toggle the circle list style":"Attiva/disattiva lo stile degli elenchi con cerchi","Toggle the square list style":"Attiva/disattiva lo stile degli elenchi con quadrati","Toggle the decimal list style":"Attiva/disattiva lo stile degli elenchi con numeri","Toggle the decimal with leading zero list style":"Attiva/disattiva lo stile degli elenchi con numeri con zero anteposto","Toggle the lower–roman list style":"Attiva/disattiva lo stile degli elenchi con numeri romani minuscoli","Toggle the upper–roman list style":"Attiva/disattiva lo stile degli elenchi con numeri romani maiuscoli","Toggle the lower–latin list style":"Attiva/disattiva lo stile degli elenchi con lettere minuscole","Toggle the upper–latin list style":"Attiva/disattiva lo stile degli elenchi con lettere maiuscole",Disc:"Disco",Circle:"Cerchio",Square:"Quadrato",Decimal:"Numero","Decimal with leading zero":"Numero con zero anteposto","Lower–roman":"Numero romano minuscolo","Upper-roman":"Numero romano maiuscolo","Lower-latin":"Lettera minuscola","Upper-latin":"Lettera maiuscola","List properties":"Proprietà elenco","Start at":"Inizia da","Start index must be greater than 0.":"L'indice iniziale deve essere maggiore di 0.","Reversed order":"Ordine inverso","Remove Format":"Rimuovi formato","Select all":"Seleziona tutto","Show blocks":"Mostra blocchi",Source:"Sorgente","Special characters":"Caratteri speciali",All:"Tutti",Arrows:"Frecce",Currency:"Valuta",Latin:"Latini",Mathematical:"Matematici",Text:"Testo","leftwards simple arrow":"freccia semplice verso sinistra","rightwards simple arrow":"freccia semplice verso destra","upwards simple arrow":"freccia semplice verso l'alto","downwards simple arrow":"freccia semplice verso il basso","leftwards double arrow":"Freccia doppia verso sinistra","rightwards double arrow":"Freccia doppia verso destra","upwards double arrow":"Freccia doppia verso l'alto","downwards double arrow":"Freccia doppia verso il basso","leftwards dashed arrow":"Freccia tratteggiata verso sinistra","rightwards dashed arrow":"Freccia tratteggiata verso destra","upwards dashed arrow":"Freccia tratteggiata verso l'alto","downwards dashed arrow":"Freccia tratteggiata verso il basso","leftwards arrow to bar":"Freccia verso barra a sinistra","rightwards arrow to bar":"Freccia verso barra a destra","upwards arrow to bar":"Freccia verso barra in alto","downwards arrow to bar":"Freccia verso barra in basso","up down arrow with base":"Doppia freccia verticale con base","back with leftwards arrow above":"back con sopra freccia verso sinistra","end with leftwards arrow above":"end con sopra freccia verso sinistra","on with exclamation mark with left right arrow above":"on! con sopra freccia verso sinistra","soon with rightwards arrow above":"soon con sopra freccia verso destra","top with upwards arrow above":"top con sopra freccia verso l'alto","Dollar sign":"Simbolo dollaro","Euro sign":"Simbolo euro","Yen sign":"Simbolo yen","Pound sign":"Simbolo sterlina","Cent sign":"Simbolo centesimo","Euro-currency sign":"Simbolo valuta euro","Colon sign":"Simbolo colon","Cruzeiro sign":"Simbolo cruzeiro","French franc sign":"Simbolo franco francese","Lira sign":"Simbolo lira","Currency sign":"Simbolo valuta","Bitcoin sign":"Simbolo bitcoin","Mill sign":"Simbolo millesimo","Naira sign":"Simbolo naira","Peseta sign":"Simbolo peseta","Rupee sign":"Simbolo rupia","Won sign":"Simbolo won","New sheqel sign":"Simbolo nuovo shekel","Dong sign":"Simbolo dong","Kip sign":"Simbolo kip","Tugrik sign":"Simbolo tugrik","Drachma sign":"Simbolo dracma","German penny sign":"Simbolo pfennig tedesco","Peso sign":"Simbolo peso","Guarani sign":"Simbolo guaraní","Austral sign":"Simbolo austral","Hryvnia sign":"Simbolo grivnia","Cedi sign":"Simbolo cedi","Livre tournois sign":"Simbolo livre tournois","Spesmilo sign":"Simbolo spesmilo","Tenge sign":"Simbolo tenge","Indian rupee sign":"Simbolo rupia indiana","Turkish lira sign":"Simbolo lira turca","Nordic mark sign":"Simbolo marco nordico","Manat sign":"Simbolo manat","Ruble sign":"Simbolo rublo","Latin capital letter a with macron":"Lettera A latina maiuscola con macron","Latin small letter a with macron":"Lettera A latina minuscola con macron","Latin capital letter a with breve":"Lettera A latina maiuscola con breve","Latin small letter a with breve":"Lettera A latina minuscola con breve","Latin capital letter a with ogonek":"Lettera A latina maiuscola con codetta","Latin small letter a with ogonek":"Lettera A latina minuscola con codetta","Latin capital letter c with acute":"Lettera C latina maiuscola con accento acuto","Latin small letter c with acute":"Lettera C latina minuscola con accento acuto","Latin capital letter c with circumflex":"Lettera C latina maiuscola con accento circonflesso","Latin small letter c with circumflex":"Lettera C latina minuscola con accento circonflesso","Latin capital letter c with dot above":"Lettera C latina maiuscola con punto sovrascritto","Latin small letter c with dot above":"Lettera C latina minuscola con punto sovrascritto","Latin capital letter c with caron":"Lettera C latina maiuscola con pipa","Latin small letter c with caron":"Lettera C latina minuscola con pipa","Latin capital letter d with caron":"Lettera D latina maiuscola con pipa","Latin small letter d with caron":"Lettera D latina minuscola con pipa","Latin capital letter d with stroke":"Lettera D latina maiuscola con barra","Latin small letter d with stroke":"Lettera D latina minuscola con barra","Latin capital letter e with macron":"Lettera E latina maiuscola con macron","Latin small letter e with macron":"Lettera E latina minuscola con macron","Latin capital letter e with breve":"Lettera E latina maiuscola con accento breve","Latin small letter e with breve":"Lettera E latina minuscola con accento breve","Latin capital letter e with dot above":"Lettera E latina maiuscola con punto sovrascritto","Latin small letter e with dot above":"Lettera E latina minuscola con punto sovrascritto","Latin capital letter e with ogonek":"Lettera E latina maiuscola con codetta","Latin small letter e with ogonek":"Lettera E latina minuscola con codetta","Latin capital letter e with caron":"Lettera E latina maiuscola con pipa","Latin small letter e with caron":"Lettera E latina minuscola con pipa","Latin capital letter g with circumflex":"Lettera G latina maiuscola con accento circonflesso","Latin small letter g with circumflex":"Lettera G latina minuscola con accento circonflesso","Latin capital letter g with breve":"Lettera G latina maiuscola con breve","Latin small letter g with breve":"Lettera G latina minuscola con breve","Latin capital letter g with dot above":"Lettera G latina maiuscola con punto sovrascritto","Latin small letter g with dot above":"Lettera G latina minuscola con punto sovrascritto","Latin capital letter g with cedilla":"Lettera G latina maiuscola con cediglia","Latin small letter g with cedilla":"Lettera G latina minuscola con cediglia","Latin capital letter h with circumflex":"Lettera H latina maiuscola con accento circonflesso","Latin small letter h with circumflex":"Lettera H latina minuscola con accento circonflesso","Latin capital letter h with stroke":"Lettera H latina maiuscola con barra","Latin small letter h with stroke":"Lettera H latina minuscola con barra","Latin capital letter i with tilde":"Lettera I latina maiuscola con tilde","Latin small letter i with tilde":"Lettera I latina minuscola con tilde","Latin capital letter i with macron":"Lettera I latina maiuscola con macron","Latin small letter i with macron":"Lettera I latina minuscola con macron","Latin capital letter i with breve":"Lettera I latina maiuscola con breve","Latin small letter i with breve":"Lettera I latina minuscola con breve","Latin capital letter i with ogonek":"Lettera I latina maiuscola con codetta","Latin small letter i with ogonek":"Lettera I latina minuscola con codetta","Latin capital letter i with dot above":"Lettera I latina maiuscola con punto sovrascritto","Latin small letter dotless i":"Lettera I latina minuscola senza punto","Latin capital ligature ij":"Legatura IJ latina maiuscola","Latin small ligature ij":"Legatura IJ latina minuscola","Latin capital letter j with circumflex":"Lettera J latina maiuscola con accento circonflesso","Latin small letter j with circumflex":"Lettera J latina minuscola con accento circonflesso","Latin capital letter k with cedilla":"Lettera K latina maiuscola con cediglia","Latin small letter k with cedilla":"Lettera K latina minuscola con cediglia","Latin small letter kra":"Lettera Kra latina minuscola","Latin capital letter l with acute":"Lettera L latina maiuscola con accento acuto","Latin small letter l with acute":"Lettera L latina minuscola con accento acuto","Latin capital letter l with cedilla":"Lettera L latina maiuscola con cediglia","Latin small letter l with cedilla":"Lettera L latina minuscola con cediglia","Latin capital letter l with caron":"Lettera L latina maiuscola con pipa","Latin small letter l with caron":"Lettera L latina minuscola con pipa","Latin capital letter l with middle dot":"Lettera L latina maiuscola con punto in mezzo","Latin small letter l with middle dot":"Lettera L latina minuscola con punto in mezzo","Latin capital letter l with stroke":"Lettera L latina maiuscola con barra","Latin small letter l with stroke":"Lettera L latina minuscola con barra","Latin capital letter n with acute":"Lettera N latina maiuscola con accento acuto","Latin small letter n with acute":"Lettera N latina minuscola con accento acuto","Latin capital letter n with cedilla":"Lettera N latina maiuscola con cediglia","Latin small letter n with cedilla":"Lettera N latina minuscola con cediglia","Latin capital letter n with caron":"Lettera N latina maiuscola con pipa","Latin small letter n with caron":"Lettera N latina minuscola con pipa","Latin small letter n preceded by apostrophe":"Lettera N latina minuscola preceduta da apostrofo","Latin capital letter eng":"Nasale velare maiuscola","Latin small letter eng":"Nasale velare minuscola","Latin capital letter o with macron":"Lettera O latina maiuscola con macron","Latin small letter o with macron":"Lettera O latina minuscola con macron","Latin capital letter o with breve":"Lettera O latina maiuscola con breve","Latin small letter o with breve":"Lettera O latina minuscola con breve","Latin capital letter o with double acute":"Lettera O latina maiuscola con doppio accento acuto","Latin small letter o with double acute":"Lettera O latina minuscola con doppio accento acuto","Latin capital ligature oe":"Legatura OE latina maiuscola","Latin small ligature oe":"Legatura OE latina minuscola","Latin capital letter r with acute":"Lettera R latina maiuscola con accento acuto","Latin small letter r with acute":"Lettera R latina minuscola con accento acuto","Latin capital letter r with cedilla":"Lettera R latina maiuscola con cediglia","Latin small letter r with cedilla":"Lettera R latina minuscola con cediglia","Latin capital letter r with caron":"Lettera R latina maiuscola con pipa","Latin small letter r with caron":"Lettera R latina minuscola con pipa","Latin capital letter s with acute":"Lettera S latina maiuscola con accento acuto","Latin small letter s with acute":"Lettera S latina minuscola con accento acuto","Latin capital letter s with circumflex":"Lettera S latina maiuscola con accento circonflesso","Latin small letter s with circumflex":"Lettera S latina minuscola con accento circonflesso","Latin capital letter s with cedilla":"Lettera S latina maiuscola con cediglia","Latin small letter s with cedilla":"Lettera S latina minuscola con cediglia","Latin capital letter s with caron":"Lettera S latina maiuscola con pipa","Latin small letter s with caron":"Lettera S latina minuscola con pipa","Latin capital letter t with cedilla":"Lettera T latina maiuscola con cediglia","Latin small letter t with cedilla":"Lettera T latina minuscola con cediglia","Latin capital letter t with caron":"Lettera T latina maiuscola con pipa","Latin small letter t with caron":"Lettera T latina minuscola con pipa","Latin capital letter t with stroke":"Lettera T latina maiuscola con barra","Latin small letter t with stroke":"Lettera T latina minuscola con barra","Latin capital letter u with tilde":"Lettera U latina maiuscola con tilde","Latin small letter u with tilde":"Lettera U latina minuscola con tilde","Latin capital letter u with macron":"Lettera U latina maiuscola con macron","Latin small letter u with macron":"Lettera U latina minuscola con macron","Latin capital letter u with breve":"Lettera U latina maiuscola con breve","Latin small letter u with breve":"Lettera U latina minuscola con breve","Latin capital letter u with ring above":"Lettera U latina maiuscola con anello in alto","Latin small letter u with ring above":"Lettera U latina minuscola con cerchio in alto","Latin capital letter u with double acute":"Lettera U latina maiuscola con doppio accento acuto","Latin small letter u with double acute":"Lettera U latina minuscola con doppio accento acuto","Latin capital letter u with ogonek":"Lettera U latina maiuscola con codetta","Latin small letter u with ogonek":"Lettera U latina minuscola con codetta","Latin capital letter w with circumflex":"Lettera W latina maiuscola con accento circonflesso","Latin small letter w with circumflex":"Lettera W latina minuscola con accento circonflesso","Latin capital letter y with circumflex":"Lettera Y latina maiuscola con accento circonflesso","Latin small letter y with circumflex":"Lettera Y latina minuscola con accento circonflesso","Latin capital letter y with diaeresis":"Lettera Y latina maiuscola con dieresi","Latin capital letter z with acute":"Lettera Z latina maiuscola con accento acuto","Latin small letter z with acute":"Lettera Z latina minuscola con accento acuto","Latin capital letter z with dot above":"Lettera Z latina maiuscola con punto sovrascritto","Latin small letter z with dot above":"Lettera Z latina minuscola con punto sovrascritto","Latin capital letter z with caron":"Lettera Z latina maiuscola con pipa","Latin small letter z with caron":"Lettera Z latina minuscola con pipa","Latin small letter long s":"Lettera S latina lunga minuscola","Less-than sign":"Simbolo minore di","Greater-than sign":"Simbolo maggiore di","Less-than or equal to":"Minore o uguale a","Greater-than or equal to":"Maggiore o uguale a","En dash":"Trattino medio (en)","Em dash":"Trattino lungo (em)",Macron:"Macron",Overline:"Linea alta","Degree sign":"Simbolo gradi","Minus sign":"Segno di sottrazione","Plus-minus sign":"Segno più o meno","Division sign":"Segno di divisione","Fraction slash":"Barra di frazione","Multiplication sign":"Segno di moltiplicazione","Latin small letter f with hook":"Lettera f latina minuscola con gancio",Integral:"Integrale","N-ary summation":"Sommatoria",Infinity:"Infinito","Square root":"Radice quadrata","Tilde operator":"Operatore tilde","Approximately equal to":"Approssimativamente uguale a","Almost equal to":"Quasi uguale a","Not equal to":"Non uguale a","Identical to":"Identico a","Element of":"Elemento di","Not an element of":"Non parte di","Contains as member":"Contiene","N-ary product":"Prodotto ennesimo","Logical and":"E logico","Logical or":"O logico","Not sign":"Simbolo Not",Intersection:"Intersezione",Union:"Unione","Partial differential":"Derivata parziale","For all":"Per ogni","There exists":"Esiste","Empty set":"Insieme vuoto",Nabla:"Nabla","Asterisk operator":"Operatore asterisco","Proportional to":"Proporzionale a",Angle:"Angolo","Vulgar fraction one quarter":"Frazione semplice un quarto","Vulgar fraction one half":"Frazione semplice un mezzo","Vulgar fraction three quarters":"Frazione semplice tre quarti","Single left-pointing angle quotation mark":"Virgoletta angolare a sinistra","Single right-pointing angle quotation mark":"Virgoletta angolare a destra","Left-pointing double angle quotation mark":"Virgolette doppie angolari a sinistra","Right-pointing double angle quotation mark":"Virgolette doppie angolari a destra","Left single quotation mark":"Virgoletta a sinistra","Right single quotation mark":"Virgoletta a destra","Left double quotation mark":"Doppie virgolette a sinistra","Right double quotation mark":"Doppie virgolette a destra","Single low-9 quotation mark":"Virgoletta bassa","Double low-9 quotation mark":"Doppie virgolette basse","Inverted exclamation mark":"Punto esclamativo invertito","Inverted question mark":"Punto interrogativo invertito","Two dot leader":"Due punti iniziali","Horizontal ellipsis":"Puntini di sospensione orizzontali","Double dagger":"Doppio obelisco","Per mille sign":"Simbolo per mille","Per ten thousand sign":"Simbolo per diecimila","Double exclamation mark":"Doppio punto esclamativo","Question exclamation mark":"Punti interrogativo ed esclamativo","Exclamation question mark":"Punti esclamativo e interrogativo","Double question mark":"Doppio punto interrogativo","Copyright sign":"Simbolo copyright","Registered sign":"Simbolo marchio registrato","Trade mark sign":"Simbolo trademark","Section sign":"Simbolo sezione","Paragraph sign":"Simbolo paragrafo","Reversed paragraph sign":"Simbolo paragrafo invertito","Character categories":"Categorie di caratteri",Styles:"Stili","Multiple styles":"Stili multipli","Block styles":"Stili per blocchi","Text styles":"Stili per testi","Insert table":"Inserisci tabella","Header column":"Intestazione colonna","Insert column left":"Inserisci colonna a sinistra","Insert column right":"Inserisci colonna a destra","Delete column":"Elimina colonna","Select column":"Seleziona colonna",Column:"Colonna","Header row":"Riga d'intestazione","Insert row below":"Inserisci riga sotto","Insert row above":"Inserisci riga sopra","Delete row":"Elimina riga","Select row":"Seleziona riga",Row:"Riga","Merge cell up":"Unisci cella sopra","Merge cell right":"Unisci cella a destra","Merge cell down":"Unisci cella sotto","Merge cell left":"Unisci cella a sinistra","Split cell vertically":"Dividi cella verticalmente","Split cell horizontally":"Dividi cella orizzontalmente","Merge cells":"Unisci celle","Table toolbar":"Barra degli strumenti della tabella","Table properties":"Proprietà tabella","Cell properties":"Proprietà cella",Border:"Bordo",Style:"Stile",Width:"Larghezza",Height:"Altezza",Color:"Colore",Background:"Sfondo",Padding:"Spaziatura interna",Dimensions:"Dimensioni","Table cell text alignment":"Allineamento del testo nella cella della tabella",Alignment:"Allineamento","Horizontal text alignment toolbar":"Barra degli strumenti dell'allineamento orizzontale del testo","Vertical text alignment toolbar":"Barra degli strumenti dell'allineamento verticale del testo","Table alignment toolbar":"Barra degli strumenti dell'allineamento della tabella",None:"Nessuno",Solid:"Solido",Dotted:"Punteggiato",Dashed:"Tratteggiato",Double:"Doppio",Groove:"Scanalatura",Ridge:"Rilievo",Inset:"Incassato",Outset:"Rialzato","Align cell text to the left":"Allinea il testo della cella a sinistra","Align cell text to the center":"Allinea il testo della cella al centro","Align cell text to the right":"Allinea il testo della cella a destra","Justify cell text":"Testo della cella giustificato","Align cell text to the top":"Allinea il testo della cella in alto","Align cell text to the middle":"Allinea il testo della cella in mezzo","Align cell text to the bottom":"Allinea il testo della cella in basso","Align table to the left":"Allinea tabella a sinistra","Center table":"Allinea tabella al centro","Align table to the right":"Allinea tabella a destra","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Il colore non è valido. Provare \"#FF0000\" o \"rgb(255,0,0)\" o \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Il valore non è valido. Provare \"10px\" o \"2em\" o semplicemente \"2\".","Color picker":"Selezione colore","Toggle caption off":"Attiva didascalia","Toggle caption on":"Disattiva didascalia","Enter table caption":"Inserire la didascalia della tabella","Rich Text Editor":"Editor di testo formattato","Editor editing area: %0":"Area di modifica dell'editor: %0","Edit block":"Modifica blocco",Next:"Avanti",Previous:"Indietro","Editor toolbar":"Barra degli strumenti dell'editor","Dropdown toolbar":"Barra degli strumenti del menu a discesa",Black:"Nero","Dim grey":"Grigio tenue",Grey:"Grigio","Light grey":"Grigio chiaro",White:"Bianco",Red:"Rosso",Orange:"Arancio",Yellow:"Giallo","Light green":"Verde chiaro",Green:"Verde",Aquamarine:"Aquamarina",Turquoise:"Turchese","Light blue":"Azzurro",Blue:"Blu",Purple:"Porpora","Editor block content toolbar":"Barra degli strumenti contestuale dell'editor del blocco","Editor contextual toolbar":"Barra degli strumenti contestuale dell'editor",HEX:"HEX",Accept:"Accetta",Undo:"Annulla",Redo:"Ripristina","Upload in progress":"Caricamento in corso","Widget toolbar":"Barra degli strumenti del widget","Insert paragraph before block":"Inserisci paragrafo prima di blocco","Insert paragraph after block":"Inserisci paragrafo dopo blocco","Press Enter to type after or press Shift + Enter to type before the widget":"Premere Invio per inserire dopo il widget o premere Maiusc + Invio per inserire prima del widget","Words: %0":"Parole: %0","Characters: %0":"Caratteri: %0"} );l.getPluralForm=function(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ja.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ja.js index d70d6348104c..22a851a9083f 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ja.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ja.js @@ -1 +1 @@ -(function(d){ const l = d['ja'] = d['ja'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"左揃え","Align right":"右揃え","Align center":"中央揃え",Justify:"両端揃え","Text alignment":"文字揃え","Text alignment toolbar":"テキストの整列",Bold:"ボールド",Italic:"イタリック",Underline:"アンダーライン",Code:"コード",Strikethrough:"取り消し線",Subscript:"下付き文字",Superscript:"上付き文字","Block quote":"ブロッククオート(引用)","Insert code block":"コードブロックの挿入","Plain text":"プレインテキスト",Cancel:"キャンセル","Remove color":"カラーを削除","Restore default":"初期値に戻す",Save:"保存","Show more items":"他の項目を表示","%0 of %1":"%0/%1","Cannot upload file:":"ファイルをアップロードできません:","Rich Text Editor. Editing area: %0":"リッチテキストエディタ。編集エリア:%0","Find and replace":"検索して置換","Find in text…":"テキスト内を検索...",Find:"見つける","Previous result":"前の結果","Next result":"次の結果",Replace:"置換","Replace all":"全てを置換","Match case":"マッチケース","Whole words only":"単語全体のみ","Replace with…":"こちらと置換...","Text to find must not be empty.":"検索対象テキスト欄は空白にできません。","Tip: Find some text first in order to replace it.":"ヒント:置換するには、対象テキストを先に検索してください。","Show options":"オプションを表示",Paragraph:"段落",Heading:"見出し","Choose heading":"見出しを選択","Heading 1":"見出し1","Heading 2":"見出し2","Heading 3":"見出し3 ","Heading 4":"見出し4","Heading 5":"見出し5","Heading 6":"見出し6","Type your title":"タイトルを入力","Type or paste your content here.":"コンテンツをここに入力または貼り付けしてください。","Horizontal line":"区切り","HTML object":"HTMLオブジェクト","Increase indent":"インデントの追加","Decrease indent":"インデントの削除",Unlink:"リンク解除",Link:"リンク","Link URL":"リンクURL","Link image":"リンク画像","Edit link":"リンクを編集","Open link in new tab":"新しいタブでリンクを開く","This link has no URL":"リンクにURLが設定されていません","Open in a new tab":"新しいタブで開く",Downloadable:"ダウンロード可能","Numbered List":"番号付きリスト","Bulleted List":"箇条書きリスト","To-do List":"やることリスト","Bulleted list styles toolbar":"箇条書きリストスタイルのツールバー","Numbered list styles toolbar":"番号付きリストスタイルのツールバー","Toggle the disc list style":"黒い丸リストスタイルを切り替える","Toggle the circle list style":"白い丸リストスタイルを切り替える","Toggle the square list style":"黒い四角リストスタイルを切り替える","Toggle the decimal list style":"10進数リストスタイルを切り替える","Toggle the decimal with leading zero list style":"10進数の数値の前に0がつくリストスタイルを切り替える","Toggle the lower–roman list style":"小文字ローマ数字リストスタイルを切り替える","Toggle the upper–roman list style":"大文字ローマ数字リストスタイルを切り替える","Toggle the lower–latin list style":"小文字アルファベットリストスタイルを切り替える","Toggle the upper–latin list style":"大文字アルファベットリストスタイルを切り替える",Disc:"黒い丸",Circle:"白い丸",Square:"黒い四角",Decimal:"10進数の数値","Decimal with leading zero":"10進数の数値の前に0がつく","Lower–roman":"小文字ローマ数字","Upper-roman":"大文字ローマ数字","Lower-latin":"小文字アルファベット","Upper-latin":"大文字アルファベット","List properties":"リストのプロパティ","Start at":"開始数字","Start index must be greater than 0.":"開始インデックスは0より大きくなければいけません。","Reversed order":"逆順","Remove Format":"フォーマットの削除","Select all":"すべて選択",Source:"ソース","Special characters":"特殊文字",All:"全て",Arrows:"矢印",Currency:"通貨",Latin:"ラテン",Mathematical:"数学的",Text:"テキスト","leftwards simple arrow":"シンプルな左向き矢印","rightwards simple arrow":"シンプルな右向き矢印","upwards simple arrow":"シンプルな上向き矢印","downwards simple arrow":"シンプルな下向き矢印","leftwards double arrow":"左向き二重矢印","rightwards double arrow":"右向き二重矢印","upwards double arrow":"上向き二重矢印","downwards double arrow":"下向き二重矢印","leftwards dashed arrow":"左向き破線矢印","rightwards dashed arrow":"右向き破線矢印","upwards dashed arrow":"上向き破線矢印","downwards dashed arrow":"下向き破線矢印","leftwards arrow to bar":"縦線に向かう左向き矢印","rightwards arrow to bar":"縦線に向かう右向き矢印","upwards arrow to bar":"横線に向かう上向き矢印","downwards arrow to bar":"横線に向かう下向き矢印","up down arrow with base":"ベース付き上下両方を向いた矢印","back with leftwards arrow above":"左向き矢印が上にあるBack","end with leftwards arrow above":"左向き矢印が上にあるEnd","on with exclamation mark with left right arrow above":"左右両方を向いた矢印が上にある感嘆符付きOn","soon with rightwards arrow above":"右向き矢印が上にあるSoon","top with upwards arrow above":"上向き矢印が上にあるTop","Dollar sign":"ドル記号","Euro sign":"ユーロ記号","Yen sign":"円記号","Pound sign":"ポンド記号","Cent sign":"セント記号","Euro-currency sign":"ユーロ通貨記号","Colon sign":"コロン記号","Cruzeiro sign":"クルゼイロ記号","French franc sign":"フランスフラン記号","Lira sign":"リラ記号","Currency sign":"通貨記号","Bitcoin sign":"ビットコイン記号","Mill sign":"ミル記号","Naira sign":"ナイラ記号","Peseta sign":"ペセタ記号","Rupee sign":"ルピー記号","Won sign":"ウォン記号","New sheqel sign":"新シェケル記号","Dong sign":"ドン記号","Kip sign":"キップ記号","Tugrik sign":"トゥグルグ記号","Drachma sign":"ドラクマ記号","German penny sign":"ドイツペニー記号","Peso sign":"ペソ記号","Guarani sign":"グアラニ記号","Austral sign":"アウストラル記号","Hryvnia sign":"フリヴニャ記号","Cedi sign":"セディ記号","Livre tournois sign":"リーヴルトゥルノワ記号","Spesmilo sign":"スぺスミロ記号","Tenge sign":"テンゲ記号","Indian rupee sign":"インドルピー記号","Turkish lira sign":"トルコリラ記号","Nordic mark sign":"ノルディックマーク記号","Manat sign":"マナト記号","Ruble sign":"ルーブル記号","Latin capital letter a with macron":"マクロン付きラテン大文字A","Latin small letter a with macron":"マクロン付きラテン小文字a","Latin capital letter a with breve":"ブリーブ付きラテン大文字A","Latin small letter a with breve":"ブリーブ付きラテン小文字a","Latin capital letter a with ogonek":"オゴネク付きラテン大文字A","Latin small letter a with ogonek":"オゴネク付きラテン小文字a","Latin capital letter c with acute":"アキュート付きラテン大文字C","Latin small letter c with acute":"アキュート付きラテン小文字c","Latin capital letter c with circumflex":"サーカムフレックス付きラテン大文字C","Latin small letter c with circumflex":"サーカムフレックス付きラテン小文字c","Latin capital letter c with dot above":"上点付きラテン大文字C","Latin small letter c with dot above":"上点付きラテン小文字c","Latin capital letter c with caron":"キャロン付きラテン大文字C","Latin small letter c with caron":"キャロン付きラテン小文字c","Latin capital letter d with caron":"キャロン付きラテン大文字D","Latin small letter d with caron":"キャロン付きラテン小文字d","Latin capital letter d with stroke":"ストローク付きラテン大文字D","Latin small letter d with stroke":"ストローク付きラテン小文字d","Latin capital letter e with macron":"マクロン付きラテン大文字E","Latin small letter e with macron":"マクロン付きラテン小文字e","Latin capital letter e with breve":"ブリーブ付きラテン大文字E","Latin small letter e with breve":"ブリーブ付きラテン小文字e","Latin capital letter e with dot above":"上点付きラテン大文字E","Latin small letter e with dot above":"上点付きラテン小文字e","Latin capital letter e with ogonek":"オゴネク付きラテン大文字E","Latin small letter e with ogonek":"オゴネク付きラテン小文字e","Latin capital letter e with caron":"キャロン付きラテン大文字E","Latin small letter e with caron":"キャロン付きラテン小文字e","Latin capital letter g with circumflex":"サーカムフレックス付きラテン大文字G","Latin small letter g with circumflex":"サーカムフレックス付きラテン小文字g","Latin capital letter g with breve":"ブリーブ付きラテン大文字G","Latin small letter g with breve":"ブリーブ付きラテン小文字g","Latin capital letter g with dot above":"上点付きラテン大文字G","Latin small letter g with dot above":"上点付きラテン小文字g","Latin capital letter g with cedilla":"セディラ付きラテン大文字G","Latin small letter g with cedilla":"セディラ付きラテン小文字g","Latin capital letter h with circumflex":"サーカムフレックス付きラテン大文字H","Latin small letter h with circumflex":"サーカムフレックス付きラテン小文字h","Latin capital letter h with stroke":"ストローク付きラテン大文字H","Latin small letter h with stroke":"ストローク付きラテン小文字h","Latin capital letter i with tilde":"チルダ付きラテン大文字I","Latin small letter i with tilde":"チルダ付きラテン小文字i","Latin capital letter i with macron":"マクロン付きラテン大文字I","Latin small letter i with macron":"マクロン付きラテン小文字i","Latin capital letter i with breve":"ブリーブ付きラテン大文字I","Latin small letter i with breve":"ブリーブ付きラテン小文字i","Latin capital letter i with ogonek":"オゴネク付きラテン大文字I","Latin small letter i with ogonek":"オゴネク付きラテン小文字i","Latin capital letter i with dot above":"上点付きラテン大文字I","Latin small letter dotless i":"ラテン小文字点のないi","Latin capital ligature ij":"ラテン大文字連字IJ","Latin small ligature ij":"ラテン小文字連字ij","Latin capital letter j with circumflex":"サーカムフレックス付きラテン大文字J","Latin small letter j with circumflex":"サーカムフレックス付きラテン小文字j","Latin capital letter k with cedilla":"セディラ付きラテン大文字K","Latin small letter k with cedilla":"セディラ付きラテン小文字k","Latin small letter kra":"ラテン小文字kra","Latin capital letter l with acute":"アキュート付きラテン大文字L","Latin small letter l with acute":"アキュート付きラテン小文字l","Latin capital letter l with cedilla":"セディラ付きラテン大文字L","Latin small letter l with cedilla":"セディラ付きラテン小文字l","Latin capital letter l with caron":"キャロン付きラテン大文字L","Latin small letter l with caron":"キャロン付きラテン小文字l","Latin capital letter l with middle dot":"中点付きラテン大文字L","Latin small letter l with middle dot":"中点付きラテン小文字l","Latin capital letter l with stroke":"ストローク付きラテン大文字L","Latin small letter l with stroke":"ストローク付きラテン小文字l","Latin capital letter n with acute":"アキュート付きラテン大文字N","Latin small letter n with acute":"アキュート付きラテン小文字n","Latin capital letter n with cedilla":"セディラ付きラテン大文字N","Latin small letter n with cedilla":"セディラ付きラテン小文字n","Latin capital letter n with caron":"キャロン付きラテン大文字N","Latin small letter n with caron":"キャロン付きラテン小文字n","Latin small letter n preceded by apostrophe":"アポストロフィが前に付くラテン小文字n","Latin capital letter eng":"ラテン大文字ENG","Latin small letter eng":"ラテン小文字eng","Latin capital letter o with macron":"マクロン付きラテン大文字O","Latin small letter o with macron":"マクロン付きラテン小文字o","Latin capital letter o with breve":"ブリーブ付きラテン大文字O","Latin small letter o with breve":"ブリーブ付きラテン小文字o","Latin capital letter o with double acute":"ダブルアキュート付きラテン大文字O","Latin small letter o with double acute":"ダブルアキュート付きラテン小文字o","Latin capital ligature oe":"ラテン大文字連字OE","Latin small ligature oe":"ラテン小文字連字oe","Latin capital letter r with acute":"アキュート付きラテン大文字R","Latin small letter r with acute":"アキュート付きラテン小文字r","Latin capital letter r with cedilla":"セディラ付きラテン大文字R","Latin small letter r with cedilla":"セディラ付きラテン小文字r","Latin capital letter r with caron":"キャロン付きラテン大文字R","Latin small letter r with caron":"キャロン付きラテン小文字r","Latin capital letter s with acute":"アキュート付きラテン大文字S","Latin small letter s with acute":"アキュート付きラテン小文字s","Latin capital letter s with circumflex":"サーカムフレックス付きラテン大文字S","Latin small letter s with circumflex":"サーカムフレックス付きラテン小文字s","Latin capital letter s with cedilla":"セディラ付きラテン大文字S","Latin small letter s with cedilla":"セディラ付きラテン小文字s","Latin capital letter s with caron":"キャロン付きラテン大文字S","Latin small letter s with caron":"キャロン付きラテン小文字s","Latin capital letter t with cedilla":"セディラ付きラテン大文字T","Latin small letter t with cedilla":"セディラ付きラテン小文字t","Latin capital letter t with caron":"キャロン付きラテン大文字T","Latin small letter t with caron":"キャロン付きラテン小文字t","Latin capital letter t with stroke":"ストローク付きラテン大文字T","Latin small letter t with stroke":"ストローク付きラテン小文字t","Latin capital letter u with tilde":"チルダ付きラテン大文字U","Latin small letter u with tilde":"チルダ付きラテン小文字u","Latin capital letter u with macron":"マクロン付きラテン大文字U","Latin small letter u with macron":"マクロン付きラテン小文字u","Latin capital letter u with breve":"ブリーブ付きラテン大文字U","Latin small letter u with breve":"ブリーブ付きラテン小文字u","Latin capital letter u with ring above":"上丸付きラテン大文字U","Latin small letter u with ring above":"上丸付きラテン小文字u","Latin capital letter u with double acute":"ダブルアキュート付きラテン大文字U","Latin small letter u with double acute":"ダブルアキュート付きラテン小文字u","Latin capital letter u with ogonek":"オゴネク付きラテン大文字U","Latin small letter u with ogonek":"オゴネク付きラテン小文字u","Latin capital letter w with circumflex":"サーカムフレックス付きラテン大文字W","Latin small letter w with circumflex":"サーカムフレックス付きラテン小文字w","Latin capital letter y with circumflex":"サーカムフレックス付きラテン大文字Y","Latin small letter y with circumflex":"サーカムフレックス付きラテン小文字y","Latin capital letter y with diaeresis":"ダイエレシス付きラテン大文字Y","Latin capital letter z with acute":"アキュート付きラテン大文字Z","Latin small letter z with acute":"アキュート付きラテン小文字z","Latin capital letter z with dot above":"上点付きラテン大文字Z","Latin small letter z with dot above":"上点付きラテン小文字z","Latin capital letter z with caron":"キャロン付きラテン大文字Z","Latin small letter z with caron":"キャロン付きラテン小文字z","Latin small letter long s":"ラテン小文字長いs","Less-than sign":"小なり記号","Greater-than sign":"大なり記号","Less-than or equal to":"小なりまたは等しい","Greater-than or equal to":"大なりまたは等しい","En dash":"半角ダッシュ","Em dash":"全角ダッシュ",Macron:"マクロン",Overline:"上線","Degree sign":"度記号","Minus sign":"マイナス記号","Plus-minus sign":"プラスマイナス記号","Division sign":"除算記号","Fraction slash":"分数の斜線","Multiplication sign":"乗算記号","Latin small letter f with hook":"フック付きラテン小文字f",Integral:"積分","N-ary summation":"配列用の和",Infinity:"無限","Square root":"平方根","Tilde operator":"チルダ演算子","Approximately equal to":"およそ等しい","Almost equal to":"ほぼ等しい","Not equal to":"等しくない","Identical to":"同一である","Element of":"要素である","Not an element of":"要素でない","Contains as member":"要素として含む","N-ary product":"配列用の積","Logical and":"論理積","Logical or":"論理和","Not sign":"否定記号",Intersection:"集合積",Union:"集合和","Partial differential":"偏微分","For all":"任意の","There exists":"存在する","Empty set":"空集合",Nabla:"ナブラ","Asterisk operator":"アスタリスク演算子","Proportional to":"比例",Angle:"角","Vulgar fraction one quarter":"常分数4分の1","Vulgar fraction one half":"常分数2分の1","Vulgar fraction three quarters":"常分数4分の3","Single left-pointing angle quotation mark":"左を指す角張った一重引用符","Single right-pointing angle quotation mark":"右を指す角張った一重引用符","Left-pointing double angle quotation mark":"左を指す角張った二重引用符","Right-pointing double angle quotation mark":"右を指す角張った二重引用符","Left single quotation mark":"左の一重引用符","Right single quotation mark":"右の一重引用符","Left double quotation mark":"左の二重引用符","Right double quotation mark":"右の二重引用符","Single low-9 quotation mark":"下側の一重引用符","Double low-9 quotation mark":"下側の二重引用符","Inverted exclamation mark":"ひっくり返った感嘆符","Inverted question mark":"ひっくり返った疑問符","Two dot leader":"二点のリーダー(点線)","Horizontal ellipsis":"水平の省略記号","Double dagger":"ダブルダガー","Per mille sign":"パーミル記号","Per ten thousand sign":"一万分率記号","Double exclamation mark":"二重感嘆符","Question exclamation mark":"疑問符感嘆符","Exclamation question mark":"感嘆符疑問符","Double question mark":"二重疑問符","Copyright sign":"著作権表示記号","Registered sign":"登録商標記号","Trade mark sign":"商標記号","Section sign":"節記号","Paragraph sign":"段落記号","Reversed paragraph sign":"反転した段落記号","Character categories":"文字カテゴリ",Styles:"スタイル","Multiple styles":"複数のスタイル","Block styles":"ブロックスタイル","Text styles":"テキストスタイル","Insert table":"表の挿入","Header column":"見出し列","Insert column left":"左に列を挿入","Insert column right":"右に列を挿入","Delete column":"列を削除","Select column":"列を選択",Column:"列","Header row":"見出し行","Insert row below":"下に行を挿入","Insert row above":"上に行を挿入","Delete row":"行を削除","Select row":"行を選択",Row:"行","Merge cell up":"上のセルと結合","Merge cell right":"右のセルと結合","Merge cell down":"下のセルと結合","Merge cell left":"左のセルと結合","Split cell vertically":"横にセルを分離","Split cell horizontally":"縦にセルを分離","Merge cells":"セルを結合","Table toolbar":"テーブルのツールバー","Table properties":"テーブルのプロパティ","Cell properties":"セルのプロパティ",Border:"罫線",Style:"スタイル",Width:"幅",Height:"高さ",Color:"色",Background:"背景",Padding:"パディング",Dimensions:"寸法","Table cell text alignment":"テーブルセルのテキスト配置",Alignment:"配置","Horizontal text alignment toolbar":"水平方向のテキスト配置ツールバー","Vertical text alignment toolbar":"垂直方向のテキスト配置ツールバー","Table alignment toolbar":"テーブル配置ツールバー",None:"なし",Solid:"1本線",Dotted:"点線",Dashed:"破線",Double:"2本線",Groove:"立体的にくぼんだ線",Ridge:"立体的に隆起した線",Inset:"内側全体がくぼんだ線",Outset:"内側全体が隆起した線","Align cell text to the left":"セルのテキストを左へ寄せる","Align cell text to the center":"セルのテキストを中央へ揃える","Align cell text to the right":"セルのテキストを右へ寄せる","Justify cell text":"セルのテキストを両端へ揃える","Align cell text to the top":"セルのテキストを上に寄せる","Align cell text to the middle":"セルのテキストを中央へ揃える","Align cell text to the bottom":"セルのテキストを下に寄せる","Align table to the left":"テーブルを左へ寄せる","Center table":"テーブルを中央へ寄せる","Align table to the right":"テーブルを右へ寄せる","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"この色は無効です。「#FF0000」、「rgb(255,0,0」または「赤」をお試しください。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"この値は無効です。「10px」、「2em」または単純に「2」をお試しください。","Color picker":"カラーピッカー","Toggle caption off":"キャプションをオフにする","Toggle caption on":"キャプションをオンにする","Enter table caption":"テーブルキャプションを入力","Rich Text Editor":"リッチテキストエディター","Editor editing area: %0":"エディタ編集エリア:%0","Edit block":"ブロックを編集",Next:"次へ",Previous:"前へ","Editor toolbar":"エディタツールバー","Dropdown toolbar":"ドロップダウンツールバー",Black:"黒","Dim grey":"暗い灰色",Grey:"灰色","Light grey":"明るい灰色",White:"白",Red:"赤",Orange:"オレンジ",Yellow:"黄","Light green":"明るい緑",Green:"緑",Aquamarine:"薄い青緑",Turquoise:"水色","Light blue":"明るい青",Blue:"青",Purple:"紫","Editor block content toolbar":"エディター ブロック コンテンツ ツールバー","Editor contextual toolbar":"エディター コンテクスト ツールバー",HEX:"",Undo:"元に戻す",Redo:"やり直し","Upload in progress":"アップロード中","Widget toolbar":"ウィジェットツールバー","Insert paragraph before block":"ブロックの前にパラグラフを挿入","Insert paragraph after block":"ブロックの後にパラグラフを挿入","Press Enter to type after or press Shift + Enter to type before the widget":"Enterを押してウィジェットの後に入力するか、Shift + Enterを押してウィジェットの前に入力してください","Words: %0":"単語数: %0","Characters: %0":"文字数: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ja'] = d['ja'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"左揃え","Align right":"右揃え","Align center":"中央揃え",Justify:"両端揃え","Text alignment":"文字揃え","Text alignment toolbar":"テキストの整列",Bold:"ボールド",Italic:"イタリック",Underline:"アンダーライン",Code:"コード",Strikethrough:"取り消し線",Subscript:"下付き文字",Superscript:"上付き文字","Block quote":"ブロッククオート(引用)","Insert code block":"コードブロックの挿入","Plain text":"プレインテキスト",Cancel:"キャンセル","Remove color":"カラーを削除","Restore default":"初期値に戻す",Save:"保存","Show more items":"他の項目を表示","%0 of %1":"%0/%1","Cannot upload file:":"ファイルをアップロードできません:","Rich Text Editor. Editing area: %0":"リッチテキストエディタ。編集エリア:%0","Find and replace":"検索して置換","Find in text…":"テキスト内を検索...",Find:"見つける","Previous result":"前の結果","Next result":"次の結果",Replace:"置換","Replace all":"全てを置換","Match case":"マッチケース","Whole words only":"単語全体のみ","Replace with…":"こちらと置換...","Text to find must not be empty.":"検索対象テキスト欄は空白にできません。","Tip: Find some text first in order to replace it.":"ヒント:置換するには、対象テキストを先に検索してください。","Show options":"オプションを表示",Paragraph:"段落",Heading:"見出し","Choose heading":"見出しを選択","Heading 1":"見出し1","Heading 2":"見出し2","Heading 3":"見出し3 ","Heading 4":"見出し4","Heading 5":"見出し5","Heading 6":"見出し6","Type your title":"タイトルを入力","Type or paste your content here.":"コンテンツをここに入力または貼り付けしてください。","Horizontal line":"区切り","HTML object":"HTMLオブジェクト","Increase indent":"インデントの追加","Decrease indent":"インデントの削除",Unlink:"リンク解除",Link:"リンク","Link URL":"リンクURL","Link image":"リンク画像","Edit link":"リンクを編集","Open link in new tab":"新しいタブでリンクを開く","This link has no URL":"リンクにURLが設定されていません","Open in a new tab":"新しいタブで開く",Downloadable:"ダウンロード可能","Numbered List":"番号付きリスト","Bulleted List":"箇条書きリスト","To-do List":"やることリスト","Bulleted list styles toolbar":"箇条書きリストスタイルのツールバー","Numbered list styles toolbar":"番号付きリストスタイルのツールバー","Toggle the disc list style":"黒い丸リストスタイルを切り替える","Toggle the circle list style":"白い丸リストスタイルを切り替える","Toggle the square list style":"黒い四角リストスタイルを切り替える","Toggle the decimal list style":"10進数リストスタイルを切り替える","Toggle the decimal with leading zero list style":"10進数の数値の前に0がつくリストスタイルを切り替える","Toggle the lower–roman list style":"小文字ローマ数字リストスタイルを切り替える","Toggle the upper–roman list style":"大文字ローマ数字リストスタイルを切り替える","Toggle the lower–latin list style":"小文字アルファベットリストスタイルを切り替える","Toggle the upper–latin list style":"大文字アルファベットリストスタイルを切り替える",Disc:"黒い丸",Circle:"白い丸",Square:"黒い四角",Decimal:"10進数の数値","Decimal with leading zero":"10進数の数値の前に0がつく","Lower–roman":"小文字ローマ数字","Upper-roman":"大文字ローマ数字","Lower-latin":"小文字アルファベット","Upper-latin":"大文字アルファベット","List properties":"リストのプロパティ","Start at":"開始数字","Start index must be greater than 0.":"開始インデックスは0より大きくなければいけません。","Reversed order":"逆順","Remove Format":"フォーマットの削除","Select all":"すべて選択","Show blocks":"ブロックを表示します",Source:"ソース","Special characters":"特殊文字",All:"全て",Arrows:"矢印",Currency:"通貨",Latin:"ラテン",Mathematical:"数学的",Text:"テキスト","leftwards simple arrow":"シンプルな左向き矢印","rightwards simple arrow":"シンプルな右向き矢印","upwards simple arrow":"シンプルな上向き矢印","downwards simple arrow":"シンプルな下向き矢印","leftwards double arrow":"左向き二重矢印","rightwards double arrow":"右向き二重矢印","upwards double arrow":"上向き二重矢印","downwards double arrow":"下向き二重矢印","leftwards dashed arrow":"左向き破線矢印","rightwards dashed arrow":"右向き破線矢印","upwards dashed arrow":"上向き破線矢印","downwards dashed arrow":"下向き破線矢印","leftwards arrow to bar":"縦線に向かう左向き矢印","rightwards arrow to bar":"縦線に向かう右向き矢印","upwards arrow to bar":"横線に向かう上向き矢印","downwards arrow to bar":"横線に向かう下向き矢印","up down arrow with base":"ベース付き上下両方を向いた矢印","back with leftwards arrow above":"左向き矢印が上にあるBack","end with leftwards arrow above":"左向き矢印が上にあるEnd","on with exclamation mark with left right arrow above":"左右両方を向いた矢印が上にある感嘆符付きOn","soon with rightwards arrow above":"右向き矢印が上にあるSoon","top with upwards arrow above":"上向き矢印が上にあるTop","Dollar sign":"ドル記号","Euro sign":"ユーロ記号","Yen sign":"円記号","Pound sign":"ポンド記号","Cent sign":"セント記号","Euro-currency sign":"ユーロ通貨記号","Colon sign":"コロン記号","Cruzeiro sign":"クルゼイロ記号","French franc sign":"フランスフラン記号","Lira sign":"リラ記号","Currency sign":"通貨記号","Bitcoin sign":"ビットコイン記号","Mill sign":"ミル記号","Naira sign":"ナイラ記号","Peseta sign":"ペセタ記号","Rupee sign":"ルピー記号","Won sign":"ウォン記号","New sheqel sign":"新シェケル記号","Dong sign":"ドン記号","Kip sign":"キップ記号","Tugrik sign":"トゥグルグ記号","Drachma sign":"ドラクマ記号","German penny sign":"ドイツペニー記号","Peso sign":"ペソ記号","Guarani sign":"グアラニ記号","Austral sign":"アウストラル記号","Hryvnia sign":"フリヴニャ記号","Cedi sign":"セディ記号","Livre tournois sign":"リーヴルトゥルノワ記号","Spesmilo sign":"スぺスミロ記号","Tenge sign":"テンゲ記号","Indian rupee sign":"インドルピー記号","Turkish lira sign":"トルコリラ記号","Nordic mark sign":"ノルディックマーク記号","Manat sign":"マナト記号","Ruble sign":"ルーブル記号","Latin capital letter a with macron":"マクロン付きラテン大文字A","Latin small letter a with macron":"マクロン付きラテン小文字a","Latin capital letter a with breve":"ブリーブ付きラテン大文字A","Latin small letter a with breve":"ブリーブ付きラテン小文字a","Latin capital letter a with ogonek":"オゴネク付きラテン大文字A","Latin small letter a with ogonek":"オゴネク付きラテン小文字a","Latin capital letter c with acute":"アキュート付きラテン大文字C","Latin small letter c with acute":"アキュート付きラテン小文字c","Latin capital letter c with circumflex":"サーカムフレックス付きラテン大文字C","Latin small letter c with circumflex":"サーカムフレックス付きラテン小文字c","Latin capital letter c with dot above":"上点付きラテン大文字C","Latin small letter c with dot above":"上点付きラテン小文字c","Latin capital letter c with caron":"キャロン付きラテン大文字C","Latin small letter c with caron":"キャロン付きラテン小文字c","Latin capital letter d with caron":"キャロン付きラテン大文字D","Latin small letter d with caron":"キャロン付きラテン小文字d","Latin capital letter d with stroke":"ストローク付きラテン大文字D","Latin small letter d with stroke":"ストローク付きラテン小文字d","Latin capital letter e with macron":"マクロン付きラテン大文字E","Latin small letter e with macron":"マクロン付きラテン小文字e","Latin capital letter e with breve":"ブリーブ付きラテン大文字E","Latin small letter e with breve":"ブリーブ付きラテン小文字e","Latin capital letter e with dot above":"上点付きラテン大文字E","Latin small letter e with dot above":"上点付きラテン小文字e","Latin capital letter e with ogonek":"オゴネク付きラテン大文字E","Latin small letter e with ogonek":"オゴネク付きラテン小文字e","Latin capital letter e with caron":"キャロン付きラテン大文字E","Latin small letter e with caron":"キャロン付きラテン小文字e","Latin capital letter g with circumflex":"サーカムフレックス付きラテン大文字G","Latin small letter g with circumflex":"サーカムフレックス付きラテン小文字g","Latin capital letter g with breve":"ブリーブ付きラテン大文字G","Latin small letter g with breve":"ブリーブ付きラテン小文字g","Latin capital letter g with dot above":"上点付きラテン大文字G","Latin small letter g with dot above":"上点付きラテン小文字g","Latin capital letter g with cedilla":"セディラ付きラテン大文字G","Latin small letter g with cedilla":"セディラ付きラテン小文字g","Latin capital letter h with circumflex":"サーカムフレックス付きラテン大文字H","Latin small letter h with circumflex":"サーカムフレックス付きラテン小文字h","Latin capital letter h with stroke":"ストローク付きラテン大文字H","Latin small letter h with stroke":"ストローク付きラテン小文字h","Latin capital letter i with tilde":"チルダ付きラテン大文字I","Latin small letter i with tilde":"チルダ付きラテン小文字i","Latin capital letter i with macron":"マクロン付きラテン大文字I","Latin small letter i with macron":"マクロン付きラテン小文字i","Latin capital letter i with breve":"ブリーブ付きラテン大文字I","Latin small letter i with breve":"ブリーブ付きラテン小文字i","Latin capital letter i with ogonek":"オゴネク付きラテン大文字I","Latin small letter i with ogonek":"オゴネク付きラテン小文字i","Latin capital letter i with dot above":"上点付きラテン大文字I","Latin small letter dotless i":"ラテン小文字点のないi","Latin capital ligature ij":"ラテン大文字連字IJ","Latin small ligature ij":"ラテン小文字連字ij","Latin capital letter j with circumflex":"サーカムフレックス付きラテン大文字J","Latin small letter j with circumflex":"サーカムフレックス付きラテン小文字j","Latin capital letter k with cedilla":"セディラ付きラテン大文字K","Latin small letter k with cedilla":"セディラ付きラテン小文字k","Latin small letter kra":"ラテン小文字kra","Latin capital letter l with acute":"アキュート付きラテン大文字L","Latin small letter l with acute":"アキュート付きラテン小文字l","Latin capital letter l with cedilla":"セディラ付きラテン大文字L","Latin small letter l with cedilla":"セディラ付きラテン小文字l","Latin capital letter l with caron":"キャロン付きラテン大文字L","Latin small letter l with caron":"キャロン付きラテン小文字l","Latin capital letter l with middle dot":"中点付きラテン大文字L","Latin small letter l with middle dot":"中点付きラテン小文字l","Latin capital letter l with stroke":"ストローク付きラテン大文字L","Latin small letter l with stroke":"ストローク付きラテン小文字l","Latin capital letter n with acute":"アキュート付きラテン大文字N","Latin small letter n with acute":"アキュート付きラテン小文字n","Latin capital letter n with cedilla":"セディラ付きラテン大文字N","Latin small letter n with cedilla":"セディラ付きラテン小文字n","Latin capital letter n with caron":"キャロン付きラテン大文字N","Latin small letter n with caron":"キャロン付きラテン小文字n","Latin small letter n preceded by apostrophe":"アポストロフィが前に付くラテン小文字n","Latin capital letter eng":"ラテン大文字ENG","Latin small letter eng":"ラテン小文字eng","Latin capital letter o with macron":"マクロン付きラテン大文字O","Latin small letter o with macron":"マクロン付きラテン小文字o","Latin capital letter o with breve":"ブリーブ付きラテン大文字O","Latin small letter o with breve":"ブリーブ付きラテン小文字o","Latin capital letter o with double acute":"ダブルアキュート付きラテン大文字O","Latin small letter o with double acute":"ダブルアキュート付きラテン小文字o","Latin capital ligature oe":"ラテン大文字連字OE","Latin small ligature oe":"ラテン小文字連字oe","Latin capital letter r with acute":"アキュート付きラテン大文字R","Latin small letter r with acute":"アキュート付きラテン小文字r","Latin capital letter r with cedilla":"セディラ付きラテン大文字R","Latin small letter r with cedilla":"セディラ付きラテン小文字r","Latin capital letter r with caron":"キャロン付きラテン大文字R","Latin small letter r with caron":"キャロン付きラテン小文字r","Latin capital letter s with acute":"アキュート付きラテン大文字S","Latin small letter s with acute":"アキュート付きラテン小文字s","Latin capital letter s with circumflex":"サーカムフレックス付きラテン大文字S","Latin small letter s with circumflex":"サーカムフレックス付きラテン小文字s","Latin capital letter s with cedilla":"セディラ付きラテン大文字S","Latin small letter s with cedilla":"セディラ付きラテン小文字s","Latin capital letter s with caron":"キャロン付きラテン大文字S","Latin small letter s with caron":"キャロン付きラテン小文字s","Latin capital letter t with cedilla":"セディラ付きラテン大文字T","Latin small letter t with cedilla":"セディラ付きラテン小文字t","Latin capital letter t with caron":"キャロン付きラテン大文字T","Latin small letter t with caron":"キャロン付きラテン小文字t","Latin capital letter t with stroke":"ストローク付きラテン大文字T","Latin small letter t with stroke":"ストローク付きラテン小文字t","Latin capital letter u with tilde":"チルダ付きラテン大文字U","Latin small letter u with tilde":"チルダ付きラテン小文字u","Latin capital letter u with macron":"マクロン付きラテン大文字U","Latin small letter u with macron":"マクロン付きラテン小文字u","Latin capital letter u with breve":"ブリーブ付きラテン大文字U","Latin small letter u with breve":"ブリーブ付きラテン小文字u","Latin capital letter u with ring above":"上丸付きラテン大文字U","Latin small letter u with ring above":"上丸付きラテン小文字u","Latin capital letter u with double acute":"ダブルアキュート付きラテン大文字U","Latin small letter u with double acute":"ダブルアキュート付きラテン小文字u","Latin capital letter u with ogonek":"オゴネク付きラテン大文字U","Latin small letter u with ogonek":"オゴネク付きラテン小文字u","Latin capital letter w with circumflex":"サーカムフレックス付きラテン大文字W","Latin small letter w with circumflex":"サーカムフレックス付きラテン小文字w","Latin capital letter y with circumflex":"サーカムフレックス付きラテン大文字Y","Latin small letter y with circumflex":"サーカムフレックス付きラテン小文字y","Latin capital letter y with diaeresis":"ダイエレシス付きラテン大文字Y","Latin capital letter z with acute":"アキュート付きラテン大文字Z","Latin small letter z with acute":"アキュート付きラテン小文字z","Latin capital letter z with dot above":"上点付きラテン大文字Z","Latin small letter z with dot above":"上点付きラテン小文字z","Latin capital letter z with caron":"キャロン付きラテン大文字Z","Latin small letter z with caron":"キャロン付きラテン小文字z","Latin small letter long s":"ラテン小文字長いs","Less-than sign":"小なり記号","Greater-than sign":"大なり記号","Less-than or equal to":"小なりまたは等しい","Greater-than or equal to":"大なりまたは等しい","En dash":"半角ダッシュ","Em dash":"全角ダッシュ",Macron:"マクロン",Overline:"上線","Degree sign":"度記号","Minus sign":"マイナス記号","Plus-minus sign":"プラスマイナス記号","Division sign":"除算記号","Fraction slash":"分数の斜線","Multiplication sign":"乗算記号","Latin small letter f with hook":"フック付きラテン小文字f",Integral:"積分","N-ary summation":"配列用の和",Infinity:"無限","Square root":"平方根","Tilde operator":"チルダ演算子","Approximately equal to":"およそ等しい","Almost equal to":"ほぼ等しい","Not equal to":"等しくない","Identical to":"同一である","Element of":"要素である","Not an element of":"要素でない","Contains as member":"要素として含む","N-ary product":"配列用の積","Logical and":"論理積","Logical or":"論理和","Not sign":"否定記号",Intersection:"集合積",Union:"集合和","Partial differential":"偏微分","For all":"任意の","There exists":"存在する","Empty set":"空集合",Nabla:"ナブラ","Asterisk operator":"アスタリスク演算子","Proportional to":"比例",Angle:"角","Vulgar fraction one quarter":"常分数4分の1","Vulgar fraction one half":"常分数2分の1","Vulgar fraction three quarters":"常分数4分の3","Single left-pointing angle quotation mark":"左を指す角張った一重引用符","Single right-pointing angle quotation mark":"右を指す角張った一重引用符","Left-pointing double angle quotation mark":"左を指す角張った二重引用符","Right-pointing double angle quotation mark":"右を指す角張った二重引用符","Left single quotation mark":"左の一重引用符","Right single quotation mark":"右の一重引用符","Left double quotation mark":"左の二重引用符","Right double quotation mark":"右の二重引用符","Single low-9 quotation mark":"下側の一重引用符","Double low-9 quotation mark":"下側の二重引用符","Inverted exclamation mark":"ひっくり返った感嘆符","Inverted question mark":"ひっくり返った疑問符","Two dot leader":"二点のリーダー(点線)","Horizontal ellipsis":"水平の省略記号","Double dagger":"ダブルダガー","Per mille sign":"パーミル記号","Per ten thousand sign":"一万分率記号","Double exclamation mark":"二重感嘆符","Question exclamation mark":"疑問符感嘆符","Exclamation question mark":"感嘆符疑問符","Double question mark":"二重疑問符","Copyright sign":"著作権表示記号","Registered sign":"登録商標記号","Trade mark sign":"商標記号","Section sign":"節記号","Paragraph sign":"段落記号","Reversed paragraph sign":"反転した段落記号","Character categories":"文字カテゴリ",Styles:"スタイル","Multiple styles":"複数のスタイル","Block styles":"ブロックスタイル","Text styles":"テキストスタイル","Insert table":"表の挿入","Header column":"見出し列","Insert column left":"左に列を挿入","Insert column right":"右に列を挿入","Delete column":"列を削除","Select column":"列を選択",Column:"列","Header row":"見出し行","Insert row below":"下に行を挿入","Insert row above":"上に行を挿入","Delete row":"行を削除","Select row":"行を選択",Row:"行","Merge cell up":"上のセルと結合","Merge cell right":"右のセルと結合","Merge cell down":"下のセルと結合","Merge cell left":"左のセルと結合","Split cell vertically":"横にセルを分離","Split cell horizontally":"縦にセルを分離","Merge cells":"セルを結合","Table toolbar":"テーブルのツールバー","Table properties":"テーブルのプロパティ","Cell properties":"セルのプロパティ",Border:"罫線",Style:"スタイル",Width:"幅",Height:"高さ",Color:"色",Background:"背景",Padding:"パディング",Dimensions:"寸法","Table cell text alignment":"テーブルセルのテキスト配置",Alignment:"配置","Horizontal text alignment toolbar":"水平方向のテキスト配置ツールバー","Vertical text alignment toolbar":"垂直方向のテキスト配置ツールバー","Table alignment toolbar":"テーブル配置ツールバー",None:"なし",Solid:"1本線",Dotted:"点線",Dashed:"破線",Double:"2本線",Groove:"立体的にくぼんだ線",Ridge:"立体的に隆起した線",Inset:"内側全体がくぼんだ線",Outset:"内側全体が隆起した線","Align cell text to the left":"セルのテキストを左へ寄せる","Align cell text to the center":"セルのテキストを中央へ揃える","Align cell text to the right":"セルのテキストを右へ寄せる","Justify cell text":"セルのテキストを両端へ揃える","Align cell text to the top":"セルのテキストを上に寄せる","Align cell text to the middle":"セルのテキストを中央へ揃える","Align cell text to the bottom":"セルのテキストを下に寄せる","Align table to the left":"テーブルを左へ寄せる","Center table":"テーブルを中央へ寄せる","Align table to the right":"テーブルを右へ寄せる","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"この色は無効です。「#FF0000」、「rgb(255,0,0」または「赤」をお試しください。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"この値は無効です。「10px」、「2em」または単純に「2」をお試しください。","Color picker":"カラーピッカー","Toggle caption off":"キャプションをオフにする","Toggle caption on":"キャプションをオンにする","Enter table caption":"テーブルキャプションを入力","Rich Text Editor":"リッチテキストエディター","Editor editing area: %0":"エディタ編集エリア:%0","Edit block":"ブロックを編集",Next:"次へ",Previous:"前へ","Editor toolbar":"エディタツールバー","Dropdown toolbar":"ドロップダウンツールバー",Black:"黒","Dim grey":"暗い灰色",Grey:"灰色","Light grey":"明るい灰色",White:"白",Red:"赤",Orange:"オレンジ",Yellow:"黄","Light green":"明るい緑",Green:"緑",Aquamarine:"薄い青緑",Turquoise:"水色","Light blue":"明るい青",Blue:"青",Purple:"紫","Editor block content toolbar":"エディター ブロック コンテンツ ツールバー","Editor contextual toolbar":"エディター コンテクスト ツールバー",HEX:"HEX",Accept:"同意します",Undo:"元に戻す",Redo:"やり直し","Upload in progress":"アップロード中","Widget toolbar":"ウィジェットツールバー","Insert paragraph before block":"ブロックの前にパラグラフを挿入","Insert paragraph after block":"ブロックの後にパラグラフを挿入","Press Enter to type after or press Shift + Enter to type before the widget":"Enterを押してウィジェットの後に入力するか、Shift + Enterを押してウィジェットの前に入力してください","Words: %0":"単語数: %0","Characters: %0":"文字数: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/km.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/km.js index 0eb26dd61ebe..69f68804170f 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/km.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/km.js @@ -1 +1 @@ -(function(d){ const l = d['km'] = d['km'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"តម្រឹម​ឆ្វេង","Align right":"តម្រឹម​ស្ដាំ","Align center":"តម្រឹម​កណ្ដាល",Justify:"តម្រឹម​សងខាង","Text alignment":"ការ​តម្រឹម​អក្សរ","Text alignment toolbar":"របារ​ឧបករណ៍​តម្រឹម​អក្សរ",Bold:"ដិត",Italic:"ទ្រេត",Underline:"គូស​បន្ទាត់​ក្រោម",Code:"កូដ",Strikethrough:"ឆូតកណ្ដាល",Subscript:"អក្សរ​តូចក្រោម",Superscript:"អក្សរ​តូចលើ","Block quote":"ប្លុក​ពាក្យ​សម្រង់",Cancel:"បោះបង់","Remove color":"","Restore default":"",Save:"រក្សាទុ","Show more items":"","%0 of %1":"","Cannot upload file:":"មិនអាច​អាប់ឡូត​ឯកសារ៖","Rich Text Editor. Editing area: %0":"",Paragraph:"កថាខណ្ឌ",Heading:"ក្បាលអត្ថបទ","Choose heading":"ជ្រើសរើស​ក្បាលអត្ថបទ","Heading 1":"ក្បាលអត្ថបទ 1","Heading 2":"ក្បាលអត្ថបទ 2","Heading 3":"ក្បាលអត្ថបទ 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"",Unlink:"ផ្ដាច់​តំណ",Link:"តំណ","Link URL":"URL តំណ","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"បញ្ជី​ជា​លេខ","Bulleted List":"បញ្ជី​ជា​ចំណុច","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Rich Text Editor":"កម្មវិធី​កែសម្រួល​អត្ថបទ​សម្បូរបែប","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"លែង​ធ្វើ​វិញ",Redo:"ធ្វើ​វិញ"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['km'] = d['km'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"តម្រឹម​ឆ្វេង","Align right":"តម្រឹម​ស្ដាំ","Align center":"តម្រឹម​កណ្ដាល",Justify:"តម្រឹម​សងខាង","Text alignment":"ការ​តម្រឹម​អក្សរ","Text alignment toolbar":"របារ​ឧបករណ៍​តម្រឹម​អក្សរ",Bold:"ដិត",Italic:"ទ្រេត",Underline:"គូស​បន្ទាត់​ក្រោម",Code:"កូដ",Strikethrough:"ឆូតកណ្ដាល",Subscript:"អក្សរ​តូចក្រោម",Superscript:"អក្សរ​តូចលើ","Block quote":"ប្លុក​ពាក្យ​សម្រង់",Cancel:"បោះបង់","Remove color":"","Restore default":"",Save:"រក្សាទុ","Show more items":"","%0 of %1":"","Cannot upload file:":"មិនអាច​អាប់ឡូត​ឯកសារ៖","Rich Text Editor. Editing area: %0":"",Paragraph:"កថាខណ្ឌ",Heading:"ក្បាលអត្ថបទ","Choose heading":"ជ្រើសរើស​ក្បាលអត្ថបទ","Heading 1":"ក្បាលអត្ថបទ 1","Heading 2":"ក្បាលអត្ថបទ 2","Heading 3":"ក្បាលអត្ថបទ 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"",Unlink:"ផ្ដាច់​តំណ",Link:"តំណ","Link URL":"URL តំណ","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"បញ្ជី​ជា​លេខ","Bulleted List":"បញ្ជី​ជា​ចំណុច","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Rich Text Editor":"កម្មវិធី​កែសម្រួល​អត្ថបទ​សម្បូរបែប","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"លែង​ធ្វើ​វិញ",Redo:"ធ្វើ​វិញ"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/kn.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/kn.js index c560dfc1163d..a12675d2501a 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/kn.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/kn.js @@ -1 +1 @@ -(function(d){ const l = d['kn'] = d['kn'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {Bold:"‍‍ದಪ್ಪ",Italic:"‍ಇಟಾಲಿಕ್",Underline:"",Code:"",Strikethrough:"",Subscript:"",Superscript:"","Block quote":"‍‍‍‍ಗುರುತಿಸಲಾದ ‍‍ಉಲ್ಲೇಖ",Cancel:"ರದ್ದುಮಾಡು","Remove color":"","Restore default":"",Save:"ಉಳಿಸು","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"",Paragraph:"ಪ್ಯಾರಾಗ್ರಾಫ್",Heading:"ಶೀರ್ಷಿಕೆ","Choose heading":"ಶೀರ್ಷಿಕೆ ಆಯ್ಕೆಮಾಡು","Heading 1":"ಶೀರ್ಷಿಕೆ 1","Heading 2":"ಶೀರ್ಷಿಕೆ 2","Heading 3":"ಶೀರ್ಷಿಕೆ 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"",Unlink:"‍ಕೊಂಡಿ ತೆಗೆ",Link:"‍ಕೊಂಡಿ","Link URL":"‍ಕೊಂಡಿ ಸಂಪರ್ಕಿಸು","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"‍ಸಂಖ್ಯೆಯ ಪಟ್ಟಿ‍","Bulleted List":"‍‍ಬುಲೆಟ್ ಪಟ್ಟಿ","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Rich Text Editor":"‍ಸಮೃದ್ಧ ಪಠ್ಯ ಸಂಪಾದಕ‍‍","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"‍‍ರದ್ದು",Redo:"‍ಮತ್ತೆ ಮಾಡು"} );l.getPluralForm=function(n){return (n > 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['kn'] = d['kn'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {Bold:"‍‍ದಪ್ಪ",Italic:"‍ಇಟಾಲಿಕ್",Underline:"",Code:"",Strikethrough:"",Subscript:"",Superscript:"","Block quote":"‍‍‍‍ಗುರುತಿಸಲಾದ ‍‍ಉಲ್ಲೇಖ",Cancel:"ರದ್ದುಮಾಡು","Remove color":"","Restore default":"",Save:"ಉಳಿಸು","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"",Paragraph:"ಪ್ಯಾರಾಗ್ರಾಫ್",Heading:"ಶೀರ್ಷಿಕೆ","Choose heading":"ಶೀರ್ಷಿಕೆ ಆಯ್ಕೆಮಾಡು","Heading 1":"ಶೀರ್ಷಿಕೆ 1","Heading 2":"ಶೀರ್ಷಿಕೆ 2","Heading 3":"ಶೀರ್ಷಿಕೆ 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"",Unlink:"‍ಕೊಂಡಿ ತೆಗೆ",Link:"‍ಕೊಂಡಿ","Link URL":"‍ಕೊಂಡಿ ಸಂಪರ್ಕಿಸು","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"‍ಸಂಖ್ಯೆಯ ಪಟ್ಟಿ‍","Bulleted List":"‍‍ಬುಲೆಟ್ ಪಟ್ಟಿ","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Rich Text Editor":"‍ಸಮೃದ್ಧ ಪಠ್ಯ ಸಂಪಾದಕ‍‍","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"‍‍ರದ್ದು",Redo:"‍ಮತ್ತೆ ಮಾಡು"} );l.getPluralForm=function(n){return (n > 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ko.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ko.js index 43a6ef86df43..3d938764bcfd 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ko.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ko.js @@ -1 +1 @@ -(function(d){ const l = d['ko'] = d['ko'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"왼쪽 정렬","Align right":"오른쪽 정렬","Align center":"가운데 정렬",Justify:"양쪽 정렬","Text alignment":"텍스트 정렬","Text alignment toolbar":"텍스트 정렬 툴바",Bold:"굵게",Italic:"기울임꼴",Underline:"밑줄",Code:"코드",Strikethrough:"취소선",Subscript:"아래 첨자",Superscript:"위 첨자","Block quote":"인용 단락","Insert code block":"코드 블럭 삽입","Plain text":"평문",Cancel:"취소","Remove color":"색깔 제거","Restore default":"기본값 복원",Save:"저장","Show more items":"더보기","%0 of %1":"%0 / %1","Cannot upload file:":"파일 업로드할 수 없음: ","Rich Text Editor. Editing area: %0":"리치 텍스트 편집기. 편집 영역: %0","Find and replace":"찾기 및 바꾸기","Find in text…":"텍스트에서 찾기...",Find:"찾기","Previous result":"이전 결과","Next result":"다음 결과",Replace:"바꾸기","Replace all":"모두 바꾸기","Match case":"대/소문자 구분","Whole words only":"전체 단어만","Replace with…":"바꿀 내용...","Text to find must not be empty.":"찾을 텍스트를 입력해야 합니다.","Tip: Find some text first in order to replace it.":"팁: 바꾸려는 텍스트를 먼저 찾으세요.","Show options":"옵션 보기",Paragraph:"문단",Heading:"제목","Choose heading":"제목 선택","Heading 1":"제목 1","Heading 2":"제목 2","Heading 3":"제목 3","Heading 4":"제목 4","Heading 5":"제목 5","Heading 6":"제목 6","Type your title":"제목을 입력해주세요","Type or paste your content here.":"여기에 내용을 입력하거나 붙여넣으세요.","Horizontal line":"수평선","HTML object":"HTML 오브젝트","Increase indent":"들여쓰기 늘리기","Decrease indent":"들여쓰기 줄이기",Unlink:"링크 삭제",Link:"링크","Link URL":"링크 주소","Link image":"사진 링크","Edit link":"링크 편집","Open link in new tab":"새 탭에서 링크 열기","This link has no URL":"이 주소에는 URL이 없습니다.","Open in a new tab":"새 탭에서 열기",Downloadable:"다운로드 가능","Numbered List":"번호 목록","Bulleted List":"불릿 목록","To-do List":"확인 목록","Bulleted list styles toolbar":"글머리 기호 목록 스타일 도구 모음","Numbered list styles toolbar":"번호 목록 스타일 도구 모음","Toggle the disc list style":"흰 원형 목록 스타일 전환","Toggle the circle list style":"검은 원형 목록 스타일 전환","Toggle the square list style":"검은 사각형 목록 스타일 전환","Toggle the decimal list style":"십진수 목록 스타일 전환","Toggle the decimal with leading zero list style":"앞에 0이 붙는 십진수 목록 스타일 전환","Toggle the lower–roman list style":"소문자 로마자 목록 스타일 전환","Toggle the upper–roman list style":"대문자 로마자 목록 스타일 전환","Toggle the lower–latin list style":"소문자 알파벳 목록 스타일 전환","Toggle the upper–latin list style":"대문자 알파벳 목록 스타일 전환",Disc:"검은 원형",Circle:"흰 원형",Square:"검은 사각형",Decimal:"십진수","Decimal with leading zero":"앞에 0이 붙는 십진수","Lower–roman":"소문자 로마자","Upper-roman":"대문자 로마자","Lower-latin":"소문자 알파벳","Upper-latin":"대문자 알파벳","List properties":"목록 속성","Start at":"시작 번호","Start index must be greater than 0.":"시작 번호는 0보다 커야 합니다.","Reversed order":"역순","Remove Format":"서식 지우기","Select all":"전체 선택",Source:"소스","Special characters":"특수 문자",All:"전체",Arrows:"화살표",Currency:"통화",Latin:"라틴",Mathematical:"수식",Text:"텍스트","leftwards simple arrow":"왼쪽 단순 화살표","rightwards simple arrow":"오른쪽 단순 화살표","upwards simple arrow":"위쪽 단순 화살표","downwards simple arrow":"아래쪽 단순 화살표","leftwards double arrow":"왼쪽 겹화살표","rightwards double arrow":"오른쪽 겹화살표","upwards double arrow":"위쪽 겹화살표","downwards double arrow":"아래쪽 겹화살표","leftwards dashed arrow":"왼쪽 대시 화살표","rightwards dashed arrow":"오른쪽 대시 화살표","upwards dashed arrow":"위쪽 대시 화살표","downwards dashed arrow":"아래쪽 대시 화살표","leftwards arrow to bar":"왼쪽 바를 향한 화살표","rightwards arrow to bar":"오른쪽 바를 향한 화살표","upwards arrow to bar":"위쪽 바를 향한 화살표","downwards arrow to bar":"아래쪽 바를 향한 화살표","up down arrow with base":"받침이 있는 위아래 화살표","back with leftwards arrow above":"BACK 위 왼쪽 화살표","end with leftwards arrow above":"END 위 왼쪽 화살표","on with exclamation mark with left right arrow above":"ON! 위 왼쪽 오른쪽 화살표","soon with rightwards arrow above":"SOON 위 오른쪽 화살표","top with upwards arrow above":"TOP 위 위쪽 화살표","Dollar sign":"달러 기호","Euro sign":"유로 기호","Yen sign":"엔 기호","Pound sign":"파운드 기호","Cent sign":"센트 기호","Euro-currency sign":"유로화 기호","Colon sign":"콜론 기호","Cruzeiro sign":"크루제이루 기호","French franc sign":"프랑스 프랑 기호","Lira sign":"리라 기호","Currency sign":"통화 기호","Bitcoin sign":"비트코인 기호","Mill sign":"밀 기호","Naira sign":"나이라 기호","Peseta sign":"페세타 기호","Rupee sign":"루피 기호","Won sign":"원 기호","New sheqel sign":"뉴 세켈 기호","Dong sign":"동 기호","Kip sign":"킵 기호","Tugrik sign":"투그리크 기호","Drachma sign":"드라크마 기호","German penny sign":"독일 페니 기호","Peso sign":"페소 기호","Guarani sign":"과라니 기호","Austral sign":"오스트랄 기호","Hryvnia sign":"흐리브냐 기호","Cedi sign":"세디 기호","Livre tournois sign":"리브르 트르누아 기호","Spesmilo sign":"스페스밀로 기호","Tenge sign":"텡게 기호","Indian rupee sign":"인도 루피 기호","Turkish lira sign":"터키 리라 기호","Nordic mark sign":"노르딕 마크 기호","Manat sign":"마나트 기호","Ruble sign":"루블 기호","Latin capital letter a with macron":"장음 부호가 있는 라틴어 대문자 A","Latin small letter a with macron":"장음 부호가 있는 라틴어 소문자 a","Latin capital letter a with breve":"반달점 부호가 있는 라틴어 대문자 A","Latin small letter a with breve":"반달점 부호가 있는 라틴어 소문자 a","Latin capital letter a with ogonek":"꼬리 부호가 있는 라틴어 대문자 A","Latin small letter a with ogonek":"꼬리 부호가 있는 라틴어 소문자 a","Latin capital letter c with acute":"양음 부호가 있는 라틴어 대문자 C","Latin small letter c with acute":"양음 부호가 있는 라틴어 소문자 c","Latin capital letter c with circumflex":"곡절 부호가 있는 라틴어 대문자 C","Latin small letter c with circumflex":"곡절 부호가 있는 라틴어 소문자 c","Latin capital letter c with dot above":"위에 점 부호가 있는 라틴어 대문자 C","Latin small letter c with dot above":"위에 점 부호가 있는 라틴어 소문자 c","Latin capital letter c with caron":"반대 곡절 부호가 있는 라틴어 대문자 C","Latin small letter c with caron":"반대 곡절 부호가 있는 라틴어 소문자 c","Latin capital letter d with caron":"반대 곡절 부호가 있는 라틴어 대문자 D","Latin small letter d with caron":"반대 곡절 부호가 있는 라틴어 소문자 d","Latin capital letter d with stroke":"획 부호가 있는 라틴어 대문자 D","Latin small letter d with stroke":"획 부호가 있는 라틴어 소문자 d","Latin capital letter e with macron":"장음 부호가 있는 라틴어 대문자 E","Latin small letter e with macron":"장음 부호가 있는 라틴어 소문자 e","Latin capital letter e with breve":"반달점 부호가 있는 라틴어 대문자 E","Latin small letter e with breve":"반달점 부호가 있는 라틴어 소문자 e","Latin capital letter e with dot above":"위에 점 부호가 있는 라틴어 대문자 E","Latin small letter e with dot above":"위에 점 부호가 있는 라틴어 소문자 e","Latin capital letter e with ogonek":"꼬리 부호가 있는 라틴어 대문자 E","Latin small letter e with ogonek":"꼬리 부호가 있는 라틴어 소문자 e","Latin capital letter e with caron":"반대 곡절 부호가 있는 라틴어 대문자 E","Latin small letter e with caron":"반대 곡절 부호가 있는 라틴어 소문자 e","Latin capital letter g with circumflex":"곡절 부호가 있는 라틴어 대문자 G","Latin small letter g with circumflex":"곡절 부호가 있는 라틴어 소문자 g","Latin capital letter g with breve":"반달점 부호가 있는 라틴어 대문자 G","Latin small letter g with breve":"반달점 부호가 있는 라틴어 소문자 g","Latin capital letter g with dot above":"위에 점 부호가 있는 라틴어 대문자 G","Latin small letter g with dot above":"위에 점 부호가 있는 라틴어 소문자 g","Latin capital letter g with cedilla":"갈고리 부호가 있는 라틴어 대문자 G","Latin small letter g with cedilla":"갈고리 부호가 있는 라틴어 소문자 g","Latin capital letter h with circumflex":"곡절 부호가 있는 라틴어 대문자 H","Latin small letter h with circumflex":"곡절 부호가 있는 라틴어 소문자 h","Latin capital letter h with stroke":"획 부호가 있는 라틴어 대문자 H","Latin small letter h with stroke":"획 부호가 있는 라틴어 소문자 h","Latin capital letter i with tilde":"물결 부호가 있는 라틴어 대문자 I","Latin small letter i with tilde":"물결 부호가 있는 라틴어 소문자 i","Latin capital letter i with macron":"장음 부호가 있는 라틴어 대문자 I","Latin small letter i with macron":"장음 부호가 있는 라틴어 소문자 i","Latin capital letter i with breve":"반달점 부호가 있는 라틴어 대문자 I","Latin small letter i with breve":"반달점 부호가 있는 라틴어 소문자 i","Latin capital letter i with ogonek":"꼬리 부호가 있는 라틴어 대문자 I","Latin small letter i with ogonek":"꼬리 부호가 있는 라틴어 소문자 i","Latin capital letter i with dot above":"위에 점 부호가 있는 라틴어 대문자 I","Latin small letter dotless i":"라틴어 소문자 점 없는 i","Latin capital ligature ij":"라틴어 대문자 합자 IJ","Latin small ligature ij":"라틴어 소문자 합자 ij","Latin capital letter j with circumflex":"곡절 부호가 있는 라틴어 대문자 J","Latin small letter j with circumflex":"곡절 부호가 있는 라틴어 소문자 j","Latin capital letter k with cedilla":"갈고리 부호가 있는 라틴어 대문자 K","Latin small letter k with cedilla":"갈고리 부호가 있는 라틴어 소문자 k","Latin small letter kra":"라틴어 소문자 크라","Latin capital letter l with acute":"양음 부호가 있는 라틴어 대문자 I","Latin small letter l with acute":"양음 부호가 있는 라틴어 소문자 i","Latin capital letter l with cedilla":"갈고리 부호가 있는 라틴어 대문자 I","Latin small letter l with cedilla":"갈고리 부호가 있는 라틴어 소문자 i","Latin capital letter l with caron":"반대 곡절 부호가 있는 라틴어 대문자 I","Latin small letter l with caron":"반대 곡절 부호가 있는 라틴어 소문자 i","Latin capital letter l with middle dot":"중간에 점 부호가 있는 라틴어 대문자 I","Latin small letter l with middle dot":"중간에 점 부호가 있는 라틴어 소문자 i","Latin capital letter l with stroke":"획 부호가 있는 라틴어 대문자 I","Latin small letter l with stroke":"획 부호가 있는 라틴어 소문자 i","Latin capital letter n with acute":"양음 부호가 있는 라틴어 대문자 N","Latin small letter n with acute":"양음 부호가 있는 라틴어 소문자 n","Latin capital letter n with cedilla":"갈고리 부호가 있는 라틴어 대문자 N","Latin small letter n with cedilla":"갈고리 부호가 있는 라틴어 소문자 n","Latin capital letter n with caron":"반대 곡절 부호가 있는 라틴어 대문자 N","Latin small letter n with caron":"반대 곡절 부호가 있는 라틴어 소문자 n","Latin small letter n preceded by apostrophe":"아포스트로피 다음에 있는 라틴어 소문자 n","Latin capital letter eng":"라틴어 대문자 엥","Latin small letter eng":"라틴어 소문자 엥","Latin capital letter o with macron":"장음 부호가 있는 라틴어 대문자 O","Latin small letter o with macron":"장음 부호가 있는 라틴어 소문자 o","Latin capital letter o with breve":"반달점 부호가 있는 라틴어 대문자 O","Latin small letter o with breve":"반달점 부호가 있는 라틴어 소문자 o","Latin capital letter o with double acute":"이중 양음 부호가 있는 라틴어 대문자 O","Latin small letter o with double acute":"이중 양음 부호가 있는 라틴어 소문자 o","Latin capital ligature oe":"라틴어 대문자 합자 OE","Latin small ligature oe":"라틴어 소문자 합자 oe","Latin capital letter r with acute":"양음 부호가 있는 라틴어 대문자 R","Latin small letter r with acute":"양음 부호가 있는 라틴어 소문자 r","Latin capital letter r with cedilla":"갈고리 부호가 있는 라틴어 대문자 R","Latin small letter r with cedilla":"갈고리 부호가 있는 라틴어 소문자 r","Latin capital letter r with caron":"반대 곡절 부호가 있는 라틴어 대문자 R","Latin small letter r with caron":"반대 곡절 부호가 있는 라틴어 소문자 r","Latin capital letter s with acute":"양음 부호가 있는 라틴어 대문자 S","Latin small letter s with acute":"양음 부호가 있는 라틴어 소문자 s","Latin capital letter s with circumflex":"곡절 부호가 있는 라틴어 대문자 S","Latin small letter s with circumflex":"곡절 부호가 있는 라틴어 소문자 s","Latin capital letter s with cedilla":"갈고리 부호가 있는 라틴어 대문자 S","Latin small letter s with cedilla":"갈고리 부호가 있는 라틴어 소문자 s","Latin capital letter s with caron":"반대 곡절 부호가 있는 라틴어 대문자 S","Latin small letter s with caron":"반대 곡절 부호가 있는 라틴어 소문자 s","Latin capital letter t with cedilla":"갈고리 부호가 있는 라틴어 대문자 T","Latin small letter t with cedilla":"갈고리 부호가 있는 라틴어 소문자 t","Latin capital letter t with caron":"반대 곡절 부호가 있는 라틴어 대문자 T","Latin small letter t with caron":"반대 곡절 부호가 있는 라틴어 소문자 t","Latin capital letter t with stroke":"획 부호가 있는 라틴어 대문자 T","Latin small letter t with stroke":"획 부호가 있는 라틴어 소문자 t","Latin capital letter u with tilde":"물결 부호가 있는 라틴어 대문자 U","Latin small letter u with tilde":"물결 부호가 있는 라틴어 소문자 u","Latin capital letter u with macron":"장음 부호가 있는 라틴어 대문자 U","Latin small letter u with macron":"장음 부호가 있는 라틴어 소문자 u","Latin capital letter u with breve":"반달점 부호가 있는 라틴어 대문자 U","Latin small letter u with breve":"반달점 부호가 있는 라틴어 소문자 u","Latin capital letter u with ring above":"위에 고리가 있는 라틴어 대문자 U","Latin small letter u with ring above":"위에 고리가 있는 라틴어 소문자 u","Latin capital letter u with double acute":"이중 양음 부호가 있는 라틴어 대문자 U","Latin small letter u with double acute":"이중 양음 부호가 있는 라틴어 소문자 u","Latin capital letter u with ogonek":"꼬리 부호가 있는 라틴어 대문자 U","Latin small letter u with ogonek":"꼬리 부호가 있는 라틴어 소문자 u","Latin capital letter w with circumflex":"곡절 부호가 있는 라틴어 대문자 W","Latin small letter w with circumflex":"곡절 부호가 있는 라틴어 소문자 w","Latin capital letter y with circumflex":"곡절 부호가 있는 라틴어 대문자 Y","Latin small letter y with circumflex":"곡절 부호가 있는 라틴어 소문자 y","Latin capital letter y with diaeresis":"분음 부호가 있는 라틴어 대문자 Y","Latin capital letter z with acute":"양음 부호가 있는 라틴어 대문자 Z","Latin small letter z with acute":"양음 부호가 있는 라틴어 소문자 z","Latin capital letter z with dot above":"위에 점 부호가 있는 라틴어 대문자 Z","Latin small letter z with dot above":"위에 점 부호가 있는 라틴어 소문자 z","Latin capital letter z with caron":"반대 곡절 부호가 있는 라틴어 대문자 Z","Latin small letter z with caron":"반대 곡절 부호가 있는 라틴어 소문자 z","Latin small letter long s":"라틴어 소문자 긴 s","Less-than sign":"더 작음 기호","Greater-than sign":"더 큼 기호","Less-than or equal to":"더 작거나 같음","Greater-than or equal to":"더 크거나 같음","En dash":"엔 대시","Em dash":"엠 대시",Macron:"장음 부호",Overline:"윗줄","Degree sign":"도 기호","Minus sign":"빼기 기호","Plus-minus sign":"더하기 빼기 기호","Division sign":"나누기 기호","Fraction slash":"분수 슬래시","Multiplication sign":"곱하기 기호","Latin small letter f with hook":"밑이 구부러진 라틴어 소문자 f",Integral:"적분","N-ary summation":"누계합",Infinity:"무한대","Square root":"제곱근","Tilde operator":"물결표 연산자","Approximately equal to":"대략 같음","Almost equal to":"거의 같음","Not equal to":"같지 않음","Identical to":"합동","Element of":"원소","Not an element of":"원소가 아님","Contains as member":"원소로 포함","N-ary product":"중복순열","Logical and":"논리곱","Logical or":"논리합","Not sign":"부정 기호",Intersection:"교집합",Union:"합집합","Partial differential":"편미분","For all":"전칭","There exists":"존재","Empty set":"공집합",Nabla:"나블라","Asterisk operator":"별표 연산자","Proportional to":"비례",Angle:"각","Vulgar fraction one quarter":"4분의 1","Vulgar fraction one half":"2분의 1","Vulgar fraction three quarters":"4분의 3","Single left-pointing angle quotation mark":"왼쪽 홑화살괄호","Single right-pointing angle quotation mark":"오른쪽 홑화살괄호","Left-pointing double angle quotation mark":"왼쪽 겹화살괄호","Right-pointing double angle quotation mark":"오른쪽 겹화살괄호","Left single quotation mark":"왼쪽 작은따옴표","Right single quotation mark":"오른쪽 작은따옴표","Left double quotation mark":"왼쪽 큰따옴표","Right double quotation mark":"오른쪽 큰따옴표","Single low-9 quotation mark":"낮은 홑따옴표","Double low-9 quotation mark":"낮은 겹따옴표","Inverted exclamation mark":"역느낌표","Inverted question mark":"역물음표","Two dot leader":"두 점 줄임표","Horizontal ellipsis":"세 점 줄임표","Double dagger":"겹칼표","Per mille sign":"퍼 마일 기호","Per ten thousand sign":"만분율 기호","Double exclamation mark":"겹느낌표","Question exclamation mark":"물음표 느낌표","Exclamation question mark":"느낌표 물음표","Double question mark":"겹물음표","Copyright sign":"저작권 기호","Registered sign":"등록 상표 기호","Trade mark sign":"상표 기호","Section sign":"구역 기호","Paragraph sign":"단락 기호","Reversed paragraph sign":"반전된 단락 기호","Character categories":"문자 카테고리",Styles:"스타일","Multiple styles":"다중 스타일","Block styles":"블록 스타일","Text styles":"텍스트 스타일","Insert table":"테이블 삽입","Header column":"헤더 열","Insert column left":"왼쪽에 열 삽입","Insert column right":"오른쪽에 열 삽입","Delete column":"열 삭제","Select column":"열 선택",Column:"열","Header row":"헤더 행","Insert row below":"아래에 행 삽입","Insert row above":"위에 행 삽입","Delete row":"행 삭제","Select row":"행 선택",Row:"행","Merge cell up":"위 셀과 병합","Merge cell right":"오른쪽 셀과 병합","Merge cell down":"아래 셀과 병합","Merge cell left":"왼쪽 셀과 병합","Split cell vertically":"세로로 셀 분할","Split cell horizontally":"가로로 셀 분할","Merge cells":"셀 병합","Table toolbar":"표 도구 모음","Table properties":"표 속성","Cell properties":"셀 속성",Border:"테두리",Style:"스타일",Width:"가로",Height:"세로",Color:"색",Background:"배경색",Padding:"여백",Dimensions:"크기","Table cell text alignment":"표 셀 텍스트 정렬",Alignment:"정렬","Horizontal text alignment toolbar":"가로 텍스트 정렬 도구 모음","Vertical text alignment toolbar":"세로 텍스트 정렬 도구 모음","Table alignment toolbar":"표 정렬 도구 모음",None:"선 없음",Solid:"실선",Dotted:"점선",Dashed:"파선",Double:"이중선",Groove:"음각선",Ridge:"양각선",Inset:"측면 음각선",Outset:"측면 양각선","Align cell text to the left":"셀 텍스트를 왼쪽으로 정렬","Align cell text to the center":"셀 텍스트를 가로 가운데로 정렬","Align cell text to the right":"셀 텍스트를 오른쪽으로 정렬","Justify cell text":"셀 텍스트를 양쪽으로 정렬","Align cell text to the top":"셀 텍스트를 위로 정렬","Align cell text to the middle":"셀 텍스트를 세로 가운데로 정렬","Align cell text to the bottom":"셀 텍스트를 아래로 정렬","Align table to the left":"테이블을 왼쪽으로 정렬","Center table":"테이블을 가운데로 정렬","Align table to the right":"테이블을 오른쪽으로 정렬","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"유효하지 않은 색입니다. \"#FF0000\"이나 \"rgb(255,0,0)\", 또는 \"red\"를 입력해 보세요.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"유효하지 않은 값입니다. \"10px\"나 \"2em\" 또는 그냥 \"2\"를 입력해 보세요.","Color picker":"색상 선택기","Toggle caption off":"캡션 지우기","Toggle caption on":"캡션 넣기","Enter table caption":"테이블 캡션 입력","Rich Text Editor":"서식 있는 텍스트 편집기","Editor editing area: %0":"편집기 편집 영역: %0","Edit block":"편집 영역",Next:"다음",Previous:"이전","Editor toolbar":"편집기 툴바","Dropdown toolbar":"드롭다운 툴바",Black:"검은색","Dim grey":"진한 회색",Grey:"회색","Light grey":"밝은 회색",White:"흰색",Red:"빨간색",Orange:"주황색",Yellow:"노랑색","Light green":"연한 초록색",Green:"초록색",Aquamarine:"연한 청록색",Turquoise:"청록색","Light blue":"연한 파랑색",Blue:"파랑색",Purple:"보라색","Editor block content toolbar":"편집기 영역 내용 툴바","Editor contextual toolbar":"편집기 문맥 툴바",HEX:"",Undo:"실행 취소",Redo:"다시 실행","Upload in progress":"업로드 진행 중","Widget toolbar":"위젯 툴바","Insert paragraph before block":"블록 앞에 단락 삽입","Insert paragraph after block":"블록 뒤에 단락 삽입","Press Enter to type after or press Shift + Enter to type before the widget":"엔터를 눌러서 위젯 뒤에 입력하거나 시프트 + 엔터를 눌러서 위젯 앞에 입력하세요","Words: %0":"단어 수: %0","Characters: %0":"문자 수: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ko'] = d['ko'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"왼쪽 정렬","Align right":"오른쪽 정렬","Align center":"가운데 정렬",Justify:"양쪽 정렬","Text alignment":"텍스트 정렬","Text alignment toolbar":"텍스트 정렬 툴바",Bold:"굵게",Italic:"기울임꼴",Underline:"밑줄",Code:"코드",Strikethrough:"취소선",Subscript:"아래 첨자",Superscript:"위 첨자","Block quote":"인용 단락","Insert code block":"코드 블럭 삽입","Plain text":"평문",Cancel:"취소","Remove color":"색깔 제거","Restore default":"기본값 복원",Save:"저장","Show more items":"더보기","%0 of %1":"%0 / %1","Cannot upload file:":"파일 업로드할 수 없음: ","Rich Text Editor. Editing area: %0":"리치 텍스트 편집기. 편집 영역: %0","Find and replace":"찾기 및 바꾸기","Find in text…":"텍스트에서 찾기...",Find:"찾기","Previous result":"이전 결과","Next result":"다음 결과",Replace:"바꾸기","Replace all":"모두 바꾸기","Match case":"대/소문자 구분","Whole words only":"전체 단어만","Replace with…":"바꿀 내용...","Text to find must not be empty.":"찾을 텍스트를 입력해야 합니다.","Tip: Find some text first in order to replace it.":"팁: 바꾸려는 텍스트를 먼저 찾으세요.","Show options":"옵션 보기",Paragraph:"문단",Heading:"제목","Choose heading":"제목 선택","Heading 1":"제목 1","Heading 2":"제목 2","Heading 3":"제목 3","Heading 4":"제목 4","Heading 5":"제목 5","Heading 6":"제목 6","Type your title":"제목을 입력해주세요","Type or paste your content here.":"여기에 내용을 입력하거나 붙여넣으세요.","Horizontal line":"수평선","HTML object":"HTML 오브젝트","Increase indent":"들여쓰기 늘리기","Decrease indent":"들여쓰기 줄이기",Unlink:"링크 삭제",Link:"링크","Link URL":"링크 주소","Link image":"사진 링크","Edit link":"링크 편집","Open link in new tab":"새 탭에서 링크 열기","This link has no URL":"이 주소에는 URL이 없습니다.","Open in a new tab":"새 탭에서 열기",Downloadable:"다운로드 가능","Numbered List":"번호 목록","Bulleted List":"불릿 목록","To-do List":"확인 목록","Bulleted list styles toolbar":"글머리 기호 목록 스타일 도구 모음","Numbered list styles toolbar":"번호 목록 스타일 도구 모음","Toggle the disc list style":"흰 원형 목록 스타일 전환","Toggle the circle list style":"검은 원형 목록 스타일 전환","Toggle the square list style":"검은 사각형 목록 스타일 전환","Toggle the decimal list style":"십진수 목록 스타일 전환","Toggle the decimal with leading zero list style":"앞에 0이 붙는 십진수 목록 스타일 전환","Toggle the lower–roman list style":"소문자 로마자 목록 스타일 전환","Toggle the upper–roman list style":"대문자 로마자 목록 스타일 전환","Toggle the lower–latin list style":"소문자 알파벳 목록 스타일 전환","Toggle the upper–latin list style":"대문자 알파벳 목록 스타일 전환",Disc:"검은 원형",Circle:"흰 원형",Square:"검은 사각형",Decimal:"십진수","Decimal with leading zero":"앞에 0이 붙는 십진수","Lower–roman":"소문자 로마자","Upper-roman":"대문자 로마자","Lower-latin":"소문자 알파벳","Upper-latin":"대문자 알파벳","List properties":"목록 속성","Start at":"시작 번호","Start index must be greater than 0.":"시작 번호는 0보다 커야 합니다.","Reversed order":"역순","Remove Format":"서식 지우기","Select all":"전체 선택","Show blocks":"블록 표시",Source:"소스","Special characters":"특수 문자",All:"전체",Arrows:"화살표",Currency:"통화",Latin:"라틴",Mathematical:"수식",Text:"텍스트","leftwards simple arrow":"왼쪽 단순 화살표","rightwards simple arrow":"오른쪽 단순 화살표","upwards simple arrow":"위쪽 단순 화살표","downwards simple arrow":"아래쪽 단순 화살표","leftwards double arrow":"왼쪽 겹화살표","rightwards double arrow":"오른쪽 겹화살표","upwards double arrow":"위쪽 겹화살표","downwards double arrow":"아래쪽 겹화살표","leftwards dashed arrow":"왼쪽 대시 화살표","rightwards dashed arrow":"오른쪽 대시 화살표","upwards dashed arrow":"위쪽 대시 화살표","downwards dashed arrow":"아래쪽 대시 화살표","leftwards arrow to bar":"왼쪽 바를 향한 화살표","rightwards arrow to bar":"오른쪽 바를 향한 화살표","upwards arrow to bar":"위쪽 바를 향한 화살표","downwards arrow to bar":"아래쪽 바를 향한 화살표","up down arrow with base":"받침이 있는 위아래 화살표","back with leftwards arrow above":"BACK 위 왼쪽 화살표","end with leftwards arrow above":"END 위 왼쪽 화살표","on with exclamation mark with left right arrow above":"ON! 위 왼쪽 오른쪽 화살표","soon with rightwards arrow above":"SOON 위 오른쪽 화살표","top with upwards arrow above":"TOP 위 위쪽 화살표","Dollar sign":"달러 기호","Euro sign":"유로 기호","Yen sign":"엔 기호","Pound sign":"파운드 기호","Cent sign":"센트 기호","Euro-currency sign":"유로화 기호","Colon sign":"콜론 기호","Cruzeiro sign":"크루제이루 기호","French franc sign":"프랑스 프랑 기호","Lira sign":"리라 기호","Currency sign":"통화 기호","Bitcoin sign":"비트코인 기호","Mill sign":"밀 기호","Naira sign":"나이라 기호","Peseta sign":"페세타 기호","Rupee sign":"루피 기호","Won sign":"원 기호","New sheqel sign":"뉴 세켈 기호","Dong sign":"동 기호","Kip sign":"킵 기호","Tugrik sign":"투그리크 기호","Drachma sign":"드라크마 기호","German penny sign":"독일 페니 기호","Peso sign":"페소 기호","Guarani sign":"과라니 기호","Austral sign":"오스트랄 기호","Hryvnia sign":"흐리브냐 기호","Cedi sign":"세디 기호","Livre tournois sign":"리브르 트르누아 기호","Spesmilo sign":"스페스밀로 기호","Tenge sign":"텡게 기호","Indian rupee sign":"인도 루피 기호","Turkish lira sign":"터키 리라 기호","Nordic mark sign":"노르딕 마크 기호","Manat sign":"마나트 기호","Ruble sign":"루블 기호","Latin capital letter a with macron":"장음 부호가 있는 라틴어 대문자 A","Latin small letter a with macron":"장음 부호가 있는 라틴어 소문자 a","Latin capital letter a with breve":"반달점 부호가 있는 라틴어 대문자 A","Latin small letter a with breve":"반달점 부호가 있는 라틴어 소문자 a","Latin capital letter a with ogonek":"꼬리 부호가 있는 라틴어 대문자 A","Latin small letter a with ogonek":"꼬리 부호가 있는 라틴어 소문자 a","Latin capital letter c with acute":"양음 부호가 있는 라틴어 대문자 C","Latin small letter c with acute":"양음 부호가 있는 라틴어 소문자 c","Latin capital letter c with circumflex":"곡절 부호가 있는 라틴어 대문자 C","Latin small letter c with circumflex":"곡절 부호가 있는 라틴어 소문자 c","Latin capital letter c with dot above":"위에 점 부호가 있는 라틴어 대문자 C","Latin small letter c with dot above":"위에 점 부호가 있는 라틴어 소문자 c","Latin capital letter c with caron":"반대 곡절 부호가 있는 라틴어 대문자 C","Latin small letter c with caron":"반대 곡절 부호가 있는 라틴어 소문자 c","Latin capital letter d with caron":"반대 곡절 부호가 있는 라틴어 대문자 D","Latin small letter d with caron":"반대 곡절 부호가 있는 라틴어 소문자 d","Latin capital letter d with stroke":"획 부호가 있는 라틴어 대문자 D","Latin small letter d with stroke":"획 부호가 있는 라틴어 소문자 d","Latin capital letter e with macron":"장음 부호가 있는 라틴어 대문자 E","Latin small letter e with macron":"장음 부호가 있는 라틴어 소문자 e","Latin capital letter e with breve":"반달점 부호가 있는 라틴어 대문자 E","Latin small letter e with breve":"반달점 부호가 있는 라틴어 소문자 e","Latin capital letter e with dot above":"위에 점 부호가 있는 라틴어 대문자 E","Latin small letter e with dot above":"위에 점 부호가 있는 라틴어 소문자 e","Latin capital letter e with ogonek":"꼬리 부호가 있는 라틴어 대문자 E","Latin small letter e with ogonek":"꼬리 부호가 있는 라틴어 소문자 e","Latin capital letter e with caron":"반대 곡절 부호가 있는 라틴어 대문자 E","Latin small letter e with caron":"반대 곡절 부호가 있는 라틴어 소문자 e","Latin capital letter g with circumflex":"곡절 부호가 있는 라틴어 대문자 G","Latin small letter g with circumflex":"곡절 부호가 있는 라틴어 소문자 g","Latin capital letter g with breve":"반달점 부호가 있는 라틴어 대문자 G","Latin small letter g with breve":"반달점 부호가 있는 라틴어 소문자 g","Latin capital letter g with dot above":"위에 점 부호가 있는 라틴어 대문자 G","Latin small letter g with dot above":"위에 점 부호가 있는 라틴어 소문자 g","Latin capital letter g with cedilla":"갈고리 부호가 있는 라틴어 대문자 G","Latin small letter g with cedilla":"갈고리 부호가 있는 라틴어 소문자 g","Latin capital letter h with circumflex":"곡절 부호가 있는 라틴어 대문자 H","Latin small letter h with circumflex":"곡절 부호가 있는 라틴어 소문자 h","Latin capital letter h with stroke":"획 부호가 있는 라틴어 대문자 H","Latin small letter h with stroke":"획 부호가 있는 라틴어 소문자 h","Latin capital letter i with tilde":"물결 부호가 있는 라틴어 대문자 I","Latin small letter i with tilde":"물결 부호가 있는 라틴어 소문자 i","Latin capital letter i with macron":"장음 부호가 있는 라틴어 대문자 I","Latin small letter i with macron":"장음 부호가 있는 라틴어 소문자 i","Latin capital letter i with breve":"반달점 부호가 있는 라틴어 대문자 I","Latin small letter i with breve":"반달점 부호가 있는 라틴어 소문자 i","Latin capital letter i with ogonek":"꼬리 부호가 있는 라틴어 대문자 I","Latin small letter i with ogonek":"꼬리 부호가 있는 라틴어 소문자 i","Latin capital letter i with dot above":"위에 점 부호가 있는 라틴어 대문자 I","Latin small letter dotless i":"라틴어 소문자 점 없는 i","Latin capital ligature ij":"라틴어 대문자 합자 IJ","Latin small ligature ij":"라틴어 소문자 합자 ij","Latin capital letter j with circumflex":"곡절 부호가 있는 라틴어 대문자 J","Latin small letter j with circumflex":"곡절 부호가 있는 라틴어 소문자 j","Latin capital letter k with cedilla":"갈고리 부호가 있는 라틴어 대문자 K","Latin small letter k with cedilla":"갈고리 부호가 있는 라틴어 소문자 k","Latin small letter kra":"라틴어 소문자 크라","Latin capital letter l with acute":"양음 부호가 있는 라틴어 대문자 I","Latin small letter l with acute":"양음 부호가 있는 라틴어 소문자 i","Latin capital letter l with cedilla":"갈고리 부호가 있는 라틴어 대문자 I","Latin small letter l with cedilla":"갈고리 부호가 있는 라틴어 소문자 i","Latin capital letter l with caron":"반대 곡절 부호가 있는 라틴어 대문자 I","Latin small letter l with caron":"반대 곡절 부호가 있는 라틴어 소문자 i","Latin capital letter l with middle dot":"중간에 점 부호가 있는 라틴어 대문자 I","Latin small letter l with middle dot":"중간에 점 부호가 있는 라틴어 소문자 i","Latin capital letter l with stroke":"획 부호가 있는 라틴어 대문자 I","Latin small letter l with stroke":"획 부호가 있는 라틴어 소문자 i","Latin capital letter n with acute":"양음 부호가 있는 라틴어 대문자 N","Latin small letter n with acute":"양음 부호가 있는 라틴어 소문자 n","Latin capital letter n with cedilla":"갈고리 부호가 있는 라틴어 대문자 N","Latin small letter n with cedilla":"갈고리 부호가 있는 라틴어 소문자 n","Latin capital letter n with caron":"반대 곡절 부호가 있는 라틴어 대문자 N","Latin small letter n with caron":"반대 곡절 부호가 있는 라틴어 소문자 n","Latin small letter n preceded by apostrophe":"아포스트로피 다음에 있는 라틴어 소문자 n","Latin capital letter eng":"라틴어 대문자 엥","Latin small letter eng":"라틴어 소문자 엥","Latin capital letter o with macron":"장음 부호가 있는 라틴어 대문자 O","Latin small letter o with macron":"장음 부호가 있는 라틴어 소문자 o","Latin capital letter o with breve":"반달점 부호가 있는 라틴어 대문자 O","Latin small letter o with breve":"반달점 부호가 있는 라틴어 소문자 o","Latin capital letter o with double acute":"이중 양음 부호가 있는 라틴어 대문자 O","Latin small letter o with double acute":"이중 양음 부호가 있는 라틴어 소문자 o","Latin capital ligature oe":"라틴어 대문자 합자 OE","Latin small ligature oe":"라틴어 소문자 합자 oe","Latin capital letter r with acute":"양음 부호가 있는 라틴어 대문자 R","Latin small letter r with acute":"양음 부호가 있는 라틴어 소문자 r","Latin capital letter r with cedilla":"갈고리 부호가 있는 라틴어 대문자 R","Latin small letter r with cedilla":"갈고리 부호가 있는 라틴어 소문자 r","Latin capital letter r with caron":"반대 곡절 부호가 있는 라틴어 대문자 R","Latin small letter r with caron":"반대 곡절 부호가 있는 라틴어 소문자 r","Latin capital letter s with acute":"양음 부호가 있는 라틴어 대문자 S","Latin small letter s with acute":"양음 부호가 있는 라틴어 소문자 s","Latin capital letter s with circumflex":"곡절 부호가 있는 라틴어 대문자 S","Latin small letter s with circumflex":"곡절 부호가 있는 라틴어 소문자 s","Latin capital letter s with cedilla":"갈고리 부호가 있는 라틴어 대문자 S","Latin small letter s with cedilla":"갈고리 부호가 있는 라틴어 소문자 s","Latin capital letter s with caron":"반대 곡절 부호가 있는 라틴어 대문자 S","Latin small letter s with caron":"반대 곡절 부호가 있는 라틴어 소문자 s","Latin capital letter t with cedilla":"갈고리 부호가 있는 라틴어 대문자 T","Latin small letter t with cedilla":"갈고리 부호가 있는 라틴어 소문자 t","Latin capital letter t with caron":"반대 곡절 부호가 있는 라틴어 대문자 T","Latin small letter t with caron":"반대 곡절 부호가 있는 라틴어 소문자 t","Latin capital letter t with stroke":"획 부호가 있는 라틴어 대문자 T","Latin small letter t with stroke":"획 부호가 있는 라틴어 소문자 t","Latin capital letter u with tilde":"물결 부호가 있는 라틴어 대문자 U","Latin small letter u with tilde":"물결 부호가 있는 라틴어 소문자 u","Latin capital letter u with macron":"장음 부호가 있는 라틴어 대문자 U","Latin small letter u with macron":"장음 부호가 있는 라틴어 소문자 u","Latin capital letter u with breve":"반달점 부호가 있는 라틴어 대문자 U","Latin small letter u with breve":"반달점 부호가 있는 라틴어 소문자 u","Latin capital letter u with ring above":"위에 고리가 있는 라틴어 대문자 U","Latin small letter u with ring above":"위에 고리가 있는 라틴어 소문자 u","Latin capital letter u with double acute":"이중 양음 부호가 있는 라틴어 대문자 U","Latin small letter u with double acute":"이중 양음 부호가 있는 라틴어 소문자 u","Latin capital letter u with ogonek":"꼬리 부호가 있는 라틴어 대문자 U","Latin small letter u with ogonek":"꼬리 부호가 있는 라틴어 소문자 u","Latin capital letter w with circumflex":"곡절 부호가 있는 라틴어 대문자 W","Latin small letter w with circumflex":"곡절 부호가 있는 라틴어 소문자 w","Latin capital letter y with circumflex":"곡절 부호가 있는 라틴어 대문자 Y","Latin small letter y with circumflex":"곡절 부호가 있는 라틴어 소문자 y","Latin capital letter y with diaeresis":"분음 부호가 있는 라틴어 대문자 Y","Latin capital letter z with acute":"양음 부호가 있는 라틴어 대문자 Z","Latin small letter z with acute":"양음 부호가 있는 라틴어 소문자 z","Latin capital letter z with dot above":"위에 점 부호가 있는 라틴어 대문자 Z","Latin small letter z with dot above":"위에 점 부호가 있는 라틴어 소문자 z","Latin capital letter z with caron":"반대 곡절 부호가 있는 라틴어 대문자 Z","Latin small letter z with caron":"반대 곡절 부호가 있는 라틴어 소문자 z","Latin small letter long s":"라틴어 소문자 긴 s","Less-than sign":"더 작음 기호","Greater-than sign":"더 큼 기호","Less-than or equal to":"더 작거나 같음","Greater-than or equal to":"더 크거나 같음","En dash":"엔 대시","Em dash":"엠 대시",Macron:"장음 부호",Overline:"윗줄","Degree sign":"도 기호","Minus sign":"빼기 기호","Plus-minus sign":"더하기 빼기 기호","Division sign":"나누기 기호","Fraction slash":"분수 슬래시","Multiplication sign":"곱하기 기호","Latin small letter f with hook":"밑이 구부러진 라틴어 소문자 f",Integral:"적분","N-ary summation":"누계합",Infinity:"무한대","Square root":"제곱근","Tilde operator":"물결표 연산자","Approximately equal to":"대략 같음","Almost equal to":"거의 같음","Not equal to":"같지 않음","Identical to":"합동","Element of":"원소","Not an element of":"원소가 아님","Contains as member":"원소로 포함","N-ary product":"중복순열","Logical and":"논리곱","Logical or":"논리합","Not sign":"부정 기호",Intersection:"교집합",Union:"합집합","Partial differential":"편미분","For all":"전칭","There exists":"존재","Empty set":"공집합",Nabla:"나블라","Asterisk operator":"별표 연산자","Proportional to":"비례",Angle:"각","Vulgar fraction one quarter":"4분의 1","Vulgar fraction one half":"2분의 1","Vulgar fraction three quarters":"4분의 3","Single left-pointing angle quotation mark":"왼쪽 홑화살괄호","Single right-pointing angle quotation mark":"오른쪽 홑화살괄호","Left-pointing double angle quotation mark":"왼쪽 겹화살괄호","Right-pointing double angle quotation mark":"오른쪽 겹화살괄호","Left single quotation mark":"왼쪽 작은따옴표","Right single quotation mark":"오른쪽 작은따옴표","Left double quotation mark":"왼쪽 큰따옴표","Right double quotation mark":"오른쪽 큰따옴표","Single low-9 quotation mark":"낮은 홑따옴표","Double low-9 quotation mark":"낮은 겹따옴표","Inverted exclamation mark":"역느낌표","Inverted question mark":"역물음표","Two dot leader":"두 점 줄임표","Horizontal ellipsis":"세 점 줄임표","Double dagger":"겹칼표","Per mille sign":"퍼 마일 기호","Per ten thousand sign":"만분율 기호","Double exclamation mark":"겹느낌표","Question exclamation mark":"물음표 느낌표","Exclamation question mark":"느낌표 물음표","Double question mark":"겹물음표","Copyright sign":"저작권 기호","Registered sign":"등록 상표 기호","Trade mark sign":"상표 기호","Section sign":"구역 기호","Paragraph sign":"단락 기호","Reversed paragraph sign":"반전된 단락 기호","Character categories":"문자 카테고리",Styles:"스타일","Multiple styles":"다중 스타일","Block styles":"블록 스타일","Text styles":"텍스트 스타일","Insert table":"테이블 삽입","Header column":"헤더 열","Insert column left":"왼쪽에 열 삽입","Insert column right":"오른쪽에 열 삽입","Delete column":"열 삭제","Select column":"열 선택",Column:"열","Header row":"헤더 행","Insert row below":"아래에 행 삽입","Insert row above":"위에 행 삽입","Delete row":"행 삭제","Select row":"행 선택",Row:"행","Merge cell up":"위 셀과 병합","Merge cell right":"오른쪽 셀과 병합","Merge cell down":"아래 셀과 병합","Merge cell left":"왼쪽 셀과 병합","Split cell vertically":"세로로 셀 분할","Split cell horizontally":"가로로 셀 분할","Merge cells":"셀 병합","Table toolbar":"표 도구 모음","Table properties":"표 속성","Cell properties":"셀 속성",Border:"테두리",Style:"스타일",Width:"가로",Height:"세로",Color:"색",Background:"배경색",Padding:"여백",Dimensions:"크기","Table cell text alignment":"표 셀 텍스트 정렬",Alignment:"정렬","Horizontal text alignment toolbar":"가로 텍스트 정렬 도구 모음","Vertical text alignment toolbar":"세로 텍스트 정렬 도구 모음","Table alignment toolbar":"표 정렬 도구 모음",None:"선 없음",Solid:"실선",Dotted:"점선",Dashed:"파선",Double:"이중선",Groove:"음각선",Ridge:"양각선",Inset:"측면 음각선",Outset:"측면 양각선","Align cell text to the left":"셀 텍스트를 왼쪽으로 정렬","Align cell text to the center":"셀 텍스트를 가로 가운데로 정렬","Align cell text to the right":"셀 텍스트를 오른쪽으로 정렬","Justify cell text":"셀 텍스트를 양쪽으로 정렬","Align cell text to the top":"셀 텍스트를 위로 정렬","Align cell text to the middle":"셀 텍스트를 세로 가운데로 정렬","Align cell text to the bottom":"셀 텍스트를 아래로 정렬","Align table to the left":"테이블을 왼쪽으로 정렬","Center table":"테이블을 가운데로 정렬","Align table to the right":"테이블을 오른쪽으로 정렬","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"유효하지 않은 색입니다. \"#FF0000\"이나 \"rgb(255,0,0)\", 또는 \"red\"를 입력해 보세요.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"유효하지 않은 값입니다. \"10px\"나 \"2em\" 또는 그냥 \"2\"를 입력해 보세요.","Color picker":"색상 선택기","Toggle caption off":"캡션 지우기","Toggle caption on":"캡션 넣기","Enter table caption":"테이블 캡션 입력","Rich Text Editor":"서식 있는 텍스트 편집기","Editor editing area: %0":"편집기 편집 영역: %0","Edit block":"편집 영역",Next:"다음",Previous:"이전","Editor toolbar":"편집기 툴바","Dropdown toolbar":"드롭다운 툴바",Black:"검은색","Dim grey":"진한 회색",Grey:"회색","Light grey":"밝은 회색",White:"흰색",Red:"빨간색",Orange:"주황색",Yellow:"노랑색","Light green":"연한 초록색",Green:"초록색",Aquamarine:"연한 청록색",Turquoise:"청록색","Light blue":"연한 파랑색",Blue:"파랑색",Purple:"보라색","Editor block content toolbar":"편집기 영역 내용 툴바","Editor contextual toolbar":"편집기 문맥 툴바",HEX:"HEX",Accept:"수락",Undo:"실행 취소",Redo:"다시 실행","Upload in progress":"업로드 진행 중","Widget toolbar":"위젯 툴바","Insert paragraph before block":"블록 앞에 단락 삽입","Insert paragraph after block":"블록 뒤에 단락 삽입","Press Enter to type after or press Shift + Enter to type before the widget":"엔터를 눌러서 위젯 뒤에 입력하거나 시프트 + 엔터를 눌러서 위젯 앞에 입력하세요","Words: %0":"단어 수: %0","Characters: %0":"문자 수: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ku.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ku.js index 5e4f4085503d..21bee4b7d318 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ku.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ku.js @@ -1 +1 @@ -(function(d){ const l = d['ku'] = d['ku'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"بەهێڵکردنی چەپ","Align right":"بەهێڵکردنی ڕاست","Align center":"بەهێڵکردنی ناورەڕاست",Justify:"هاوستوونی","Text alignment":"ڕیززکردنی تێکست","Text alignment toolbar":"تووڵامرازی ڕیززکردنی تێکست",Bold:"قەڵەو",Italic:"لار",Underline:"ژێرهێڵ",Code:"کۆد",Strikethrough:"هێڵ بەسەرداهاتوو",Subscript:"ژێرنووس",Superscript:"سەرنووس","Block quote":"وتەی وەرگیراو","Insert code block":"دانانی خشتەی کۆد","Plain text":"تێکستی سادە",Cancel:"هەڵوەشاندنەوە","Remove color":"لابردنی ڕەنگ","Restore default":"",Save:"پاشکەوتکردن","Show more items":"بڕگەی زیاتر نیشانبدە","%0 of %1":"%0 لە %1","Cannot upload file:":"پەڕگەکە ناتوانرێت باربکرێت:","Rich Text Editor. Editing area: %0":"",Paragraph:"پەراگراف",Heading:"سەرنووسە","Choose heading":"سەرنووسە هەڵبژێرە","Heading 1":"سەرنووسەی 1","Heading 2":"سەرنووسەی 2","Heading 3":"سەرنووسەی 3","Heading 4":"سەرنووسەی 4","Heading 5":"سەرنووسەی 5","Heading 6":"سەرنووسەی 6","Type your title":"نوسینی ناونیشان","Type or paste your content here.":"بنووسە یاخوود ناوەڕۆکی کۆپیکراو لیڕە بلکێنە","Horizontal line":"هێڵی ئاسۆیی","Increase indent":"زیادکردنی بۆشایی","Decrease indent":"کەمکردنەوەی بۆشایی",Unlink:"لابردنی بەستەر",Link:"بەستەر","Link URL":"ناونیشانی بەستەر","Link image":"","Edit link":"دەستکاری بەستەر","Open link in new tab":"کردنەوەی بەستەرەکە لە پەڕەیەکی نوێ","This link has no URL":"ئەم بەستەرە ناونیشانی نیە","Open in a new tab":"کردنەوەی لە پەنجەرەیەکی نوێ",Downloadable:"Downloadable","Numbered List":"لیستەی ژمارەیی","Bulleted List":"لیستەی خاڵەیی","To-do List":"لیستەی کردن","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"لابردنی شێواز","Insert table":"خشتە دابنێ","Header column":"ستوونی دەسپێک","Insert column left":"دانانی ستوون لە چەپ","Insert column right":"دانانی ستوون لە ڕاست","Delete column":"سڕینەوەی ستوون","Select column":"",Column:"ستوون","Header row":"ڕیزی دەسپێک","Insert row below":"دانانی ڕیز لە ژێرەوە","Insert row above":"دانانی ڕیز لە سەرەوە","Delete row":"سڕینەوەی ڕیز","Select row":"",Row:"ڕیز","Merge cell up":"تێکەڵکردنی خانەکان بەرەو سەر","Merge cell right":"تێکەڵکردنی خانەکان بەرەو ڕاست","Merge cell down":"تێکەڵکردنی خانەکان بەرەو ژێرەوە","Merge cell left":"تێکەڵکردنی خانەکان بەرەو چەپ","Split cell vertically":"بەشکردنی خانەکان بە ئەستوونی","Split cell horizontally":"بەشکردنی خانەکان بە ئاسۆیی","Merge cells":"تێکەڵکردنی خانەکان","Table toolbar":"تووڵامرازی خشتە","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"سەرنوسەری دەقی بەپیت","Editor editing area: %0":"","Edit block":"دەستکاری بلۆک",Next:"دواتر",Previous:"پێشتر","Editor toolbar":"تووڵامرازی دەسکاریکەر","Dropdown toolbar":"تووڵامرازی لیستەیی",Black:"ڕەش","Dim grey":"ڕەساسی تاریک",Grey:"ڕەساسی","Light grey":"ڕەساسی ڕووناک",White:"سپی",Red:"سور",Orange:"پرتەقاڵی",Yellow:"زەرد","Light green":"سەوزی ڕووناک",Green:"سەوز",Aquamarine:"شینی دەریایی",Turquoise:"شینی ئاسمانی","Light blue":"شینی ڕووناک",Blue:"شین",Purple:"مۆر","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"وەک خۆی لێ بکەوە",Redo:"هەلگەڕاندنەوە","Upload in progress":"بارکردنەکە لە جێبەجێکردن دایە","Widget toolbar":"تووڵامرازی ویدجێت","Insert paragraph before block":"","Insert paragraph after block":"","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"وشەکان: %0","Characters: %0":"نووسەکان: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ku'] = d['ku'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"بەهێڵکردنی چەپ","Align right":"بەهێڵکردنی ڕاست","Align center":"بەهێڵکردنی ناورەڕاست",Justify:"هاوستوونی","Text alignment":"ڕیززکردنی تێکست","Text alignment toolbar":"تووڵامرازی ڕیززکردنی تێکست",Bold:"قەڵەو",Italic:"لار",Underline:"ژێرهێڵ",Code:"کۆد",Strikethrough:"هێڵ بەسەرداهاتوو",Subscript:"ژێرنووس",Superscript:"سەرنووس","Block quote":"وتەی وەرگیراو","Insert code block":"دانانی خشتەی کۆد","Plain text":"تێکستی سادە",Cancel:"هەڵوەشاندنەوە","Remove color":"لابردنی ڕەنگ","Restore default":"",Save:"پاشکەوتکردن","Show more items":"بڕگەی زیاتر نیشانبدە","%0 of %1":"%0 لە %1","Cannot upload file:":"پەڕگەکە ناتوانرێت باربکرێت:","Rich Text Editor. Editing area: %0":"",Paragraph:"پەراگراف",Heading:"سەرنووسە","Choose heading":"سەرنووسە هەڵبژێرە","Heading 1":"سەرنووسەی 1","Heading 2":"سەرنووسەی 2","Heading 3":"سەرنووسەی 3","Heading 4":"سەرنووسەی 4","Heading 5":"سەرنووسەی 5","Heading 6":"سەرنووسەی 6","Type your title":"نوسینی ناونیشان","Type or paste your content here.":"بنووسە یاخوود ناوەڕۆکی کۆپیکراو لیڕە بلکێنە","Horizontal line":"هێڵی ئاسۆیی","Increase indent":"زیادکردنی بۆشایی","Decrease indent":"کەمکردنەوەی بۆشایی",Unlink:"لابردنی بەستەر",Link:"بەستەر","Link URL":"ناونیشانی بەستەر","Link image":"","Edit link":"دەستکاری بەستەر","Open link in new tab":"کردنەوەی بەستەرەکە لە پەڕەیەکی نوێ","This link has no URL":"ئەم بەستەرە ناونیشانی نیە","Open in a new tab":"کردنەوەی لە پەنجەرەیەکی نوێ",Downloadable:"Downloadable","Numbered List":"لیستەی ژمارەیی","Bulleted List":"لیستەی خاڵەیی","To-do List":"لیستەی کردن","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"لابردنی شێواز","Insert table":"خشتە دابنێ","Header column":"ستوونی دەسپێک","Insert column left":"دانانی ستوون لە چەپ","Insert column right":"دانانی ستوون لە ڕاست","Delete column":"سڕینەوەی ستوون","Select column":"",Column:"ستوون","Header row":"ڕیزی دەسپێک","Insert row below":"دانانی ڕیز لە ژێرەوە","Insert row above":"دانانی ڕیز لە سەرەوە","Delete row":"سڕینەوەی ڕیز","Select row":"",Row:"ڕیز","Merge cell up":"تێکەڵکردنی خانەکان بەرەو سەر","Merge cell right":"تێکەڵکردنی خانەکان بەرەو ڕاست","Merge cell down":"تێکەڵکردنی خانەکان بەرەو ژێرەوە","Merge cell left":"تێکەڵکردنی خانەکان بەرەو چەپ","Split cell vertically":"بەشکردنی خانەکان بە ئەستوونی","Split cell horizontally":"بەشکردنی خانەکان بە ئاسۆیی","Merge cells":"تێکەڵکردنی خانەکان","Table toolbar":"تووڵامرازی خشتە","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"سەرنوسەری دەقی بەپیت","Editor editing area: %0":"","Edit block":"دەستکاری بلۆک",Next:"دواتر",Previous:"پێشتر","Editor toolbar":"تووڵامرازی دەسکاریکەر","Dropdown toolbar":"تووڵامرازی لیستەیی",Black:"ڕەش","Dim grey":"ڕەساسی تاریک",Grey:"ڕەساسی","Light grey":"ڕەساسی ڕووناک",White:"سپی",Red:"سور",Orange:"پرتەقاڵی",Yellow:"زەرد","Light green":"سەوزی ڕووناک",Green:"سەوز",Aquamarine:"شینی دەریایی",Turquoise:"شینی ئاسمانی","Light blue":"شینی ڕووناک",Blue:"شین",Purple:"مۆر","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"وەک خۆی لێ بکەوە",Redo:"هەلگەڕاندنەوە","Upload in progress":"بارکردنەکە لە جێبەجێکردن دایە","Widget toolbar":"تووڵامرازی ویدجێت","Insert paragraph before block":"","Insert paragraph after block":"","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"وشەکان: %0","Characters: %0":"نووسەکان: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/lt.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/lt.js index d1dc6f589994..5ec44ffe980f 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/lt.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/lt.js @@ -1 +1 @@ -(function(d){ const l = d['lt'] = d['lt'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Lygiuoti į kairę","Align right":"Lygiuoti į dešinę","Align center":"Centruoti",Justify:"Lygiuoti per visą plotį","Text alignment":"Teksto lygiavimas","Text alignment toolbar":"Teksto lygiavimo įrankių juosta",Bold:"Paryškintas",Italic:"Kursyvas",Underline:"Pabrauktas",Code:"Kodas",Strikethrough:"Perbrauktas",Subscript:"Žemiau",Superscript:"Aukščiau","Block quote":"Citata","Insert code block":"Įterpti codų bloką","Plain text":"Paprastasis tekstas",Cancel:"Atšaukti","Remove color":"Pašalinti spalvą","Restore default":"Atkurti numatytuosius",Save:"Išsaugoti","Show more items":"Rodyti daugiau elementų","%0 of %1":"%0 iš %1","Cannot upload file:":"Negalima įkelti failo:","Rich Text Editor. Editing area: %0":"Raiškiojo teksto redaktorius. Redagavimo sritis: %0","Find and replace":"Rasti ir pakeisti","Find in text…":"Surasti tekste...",Find:"Surasti","Previous result":"Buvęs rezultatas","Next result":"Kitas rezultatas",Replace:"Pakeisti","Replace all":"Pakeisti visus","Match case":"Sutapties atvejis","Whole words only":"Tik vientisus žodžius","Replace with…":"Sukeisti su...","Text to find must not be empty.":"Ieškomas tekstas negali būti tuščias.","Tip: Find some text first in order to replace it.":"Patarimas: Pirmiausiai suraskite teksto, jog jį sukeistumėte.","Show options":"Rodyti pasirinkimus",Paragraph:"Paragrafas",Heading:"Antraštė","Choose heading":"Pasirinkite antraštę","Heading 1":"Antraštė 1","Heading 2":"Antraštė 2","Heading 3":"Antraštė 3","Heading 4":"Antraštė 4","Heading 5":"Antraštė 5","Heading 6":"Antraštė 6","Type your title":"Įveskite savo pavadinimą","Type or paste your content here.":"Rašykite ar įkopijuokite turinį čia.","Horizontal line":"Horizontali linija","HTML object":"HTML object","Increase indent":"Padidinti atitraukimą","Decrease indent":"Sumažinti atitraukimą",Unlink:"Pašalinti nuorodą",Link:"Pridėti nuorodą","Link URL":"Nuorodos URL","Link image":"Susieti paveikslėlį","Edit link":"Keisti nuorodą","Open link in new tab":"Atidaryti nuorodą naujame skirtuke","This link has no URL":"Ši nuorda neturi URL","Open in a new tab":"Atverti naujoje kortelėje",Downloadable:"Parsisiunčiamas","Numbered List":"Numeruotas rąrašas","Bulleted List":"Sąrašas","To-do List":"Užduočių sąrašas","Bulleted list styles toolbar":"Ženklinto sąrašo stilių įrankių juosta","Numbered list styles toolbar":"Numeruoto sąrašo stilių įrankių juosta","Toggle the disc list style":"Perjungti diskinį sąrašo stilių","Toggle the circle list style":"Perjungti ovalų sąrašo stilių","Toggle the square list style":"Perjungti kvadratinį sąrašo stilių","Toggle the decimal list style":"Perjungti dešimtainį sąrašo stilių","Toggle the decimal with leading zero list style":"Perjungti dešimtainį sąrašo su nuliu priekyje stilių","Toggle the lower–roman list style":"Perjungti žemesnįjį romėniško stiliaus sąrašą","Toggle the upper–roman list style":"Perjungti aukštesnįjį romėniško stiliaus sąrašą","Toggle the lower–latin list style":"Perjungti žemesnįjį lotyniško stiliaus sąrašą","Toggle the upper–latin list style":"Perjungti aukštesnįjį lotyniško stiliaus sąrašą",Disc:"Diskas",Circle:"Apskritimas",Square:"Kvadratas",Decimal:"Dešimtainis","Decimal with leading zero":"Dešimtainis su nuliu priekyje","Lower–roman":"žemesnysis-romėniškas","Upper-roman":"Viršutinis romėniškas","Lower-latin":"žemesnysis-lotyniškas","Upper-latin":"Viršutinis romėniškas","List properties":"Vardyti ypatybes","Start at":"Pradėti nuo","Start index must be greater than 0.":"Pradžios indeksas turi būti didesnis nei 0.","Reversed order":"Atvirkštinė tvarka","Remove Format":"Naikinti formatavimą","Select all":"Pasirinkti viską",Source:"Šaltinis","Special characters":"Išskirtiniai simboliai",All:"Visi",Arrows:"Rodyklės",Currency:"Valiuta",Latin:"Lotyniški rašmenys",Mathematical:"Matematiniai rašmenys",Text:"Tekstas","leftwards simple arrow":"Į kairę paprasta rodyklė","rightwards simple arrow":"Į dešinę paprasta rodyklė","upwards simple arrow":"Į viršų paprasta rodyklė","downwards simple arrow":"Į apačią paprasta rodyklė","leftwards double arrow":"dviguba rodyklė kairėn","rightwards double arrow":"dviguba rodyklė dešinėn","upwards double arrow":"dviguba rodyklė aukštyn","downwards double arrow":"dviguba rodyklė žemyn","leftwards dashed arrow":"punktyrinė rodyklė kairėn","rightwards dashed arrow":"punktyrinė rodyklė dešinėn","upwards dashed arrow":"punktyrinė rodyklė aukštyn","downwards dashed arrow":"punktyrinė rodyklė žemyn","leftwards arrow to bar":"rodyklė į kairę juostą","rightwards arrow to bar":"rodyklė į dešinę juostą","upwards arrow to bar":"rodyklė į juostą aukštyn","downwards arrow to bar":"rodyklė į juostą žemyn","up down arrow with base":"rodyklė aukštyn žemyn su pagrindu","back with leftwards arrow above":"atgal su rodykle kairėn viršuje","end with leftwards arrow above":"pabaiga su rodykle kairėn viršuje","on with exclamation mark with left right arrow above":"įjungta su šauktuku su rodykle kairėn dešinėn viršuje","soon with rightwards arrow above":"netrukus su rodykle dešinėn viršuje","top with upwards arrow above":"viršus su rodykle aukštyn viršuje","Dollar sign":"Dolerio ženklas","Euro sign":"Euro ženklas","Yen sign":"Jenos ženklas","Pound sign":"Svaro ženklas","Cent sign":"Cento ženklas","Euro-currency sign":"Euro valiutos ženklas","Colon sign":"Dvitaškio ženklas","Cruzeiro sign":"Cruzeiro ženklas","French franc sign":"Prancūzų franko ženklas","Lira sign":"Liros ženklas","Currency sign":"Valiutos ženklas","Bitcoin sign":"Bitkoino ženklas","Mill sign":"Malūno ženklas","Naira sign":"Nairos ženklas","Peseta sign":"Pesetos ženklas","Rupee sign":"Rupijos ženklas","Won sign":"Vonos ženklas","New sheqel sign":"Naujojo šekelio ženklas","Dong sign":"Dongo ženklas","Kip sign":"Kipo ženklas","Tugrik sign":"Tugriko ženklas","Drachma sign":"Drachmos ženklas","German penny sign":"Vokietijos cento ženklas","Peso sign":"Peso ženklas","Guarani sign":"Guaranos ženklas","Austral sign":"Australo ženklas","Hryvnia sign":"Grivinos ženklas","Cedi sign":"Cedi ženklas","Livre tournois sign":"Livre tournois ženklas","Spesmilo sign":"Spesmilo ženklas","Tenge sign":"Tengės ženklas","Indian rupee sign":"Indijos rupijos ženklas","Turkish lira sign":"Turkijos liros ženklas","Nordic mark sign":"Šiaurietiškas ženklas","Manat sign":"Manatos ženklas","Ruble sign":"Rublio ženklas","Latin capital letter a with macron":"Lotynų didžioji raidė a su makronu","Latin small letter a with macron":"Lotynų mažoji raidė a su makronu","Latin capital letter a with breve":"Lotynų didžioji raidė a su lankeliu","Latin small letter a with breve":"Lotynų mažoji raidė a su lankeliu","Latin capital letter a with ogonek":"Lotynų didžioji raidė a su nosine","Latin small letter a with ogonek":"Lotynų mažoji raidė a su nosine","Latin capital letter c with acute":"Lotynų didžioji raidė c su dešininiu kirčiu","Latin small letter c with acute":"Lotynų mažoji raidė c su dešininiu kirčiu","Latin capital letter c with circumflex":"Lotynų didžioji raidė c su cirkumfleksu","Latin small letter c with circumflex":"Lotynų mažoji raidė c su cirkumfleksu","Latin capital letter c with dot above":"Lotynų didžioji raidė c su tašku viršuje","Latin small letter c with dot above":"Lotynų mažoji raidė c su tašku viršuje","Latin capital letter c with caron":"Lotynų didžioji raidė c su paukščiuku","Latin small letter c with caron":"Lotynų mažoji raidė c su paukščiuku","Latin capital letter d with caron":"Lotynų didžioji raidė d su paukščiuku","Latin small letter d with caron":"Lotynų mažoji raidė d su paukščiuku","Latin capital letter d with stroke":"Lotynų didžioji raidė d su pasviruoju brūkšneliu","Latin small letter d with stroke":"Lotynų mažoji raidė d su pasviruoju brūkšneliu","Latin capital letter e with macron":"Lotynų didžioji raidė e su makronu","Latin small letter e with macron":"Lotynų mažoji raidė e su makronu","Latin capital letter e with breve":"Lotynų didžioji raidė e su lankeliu","Latin small letter e with breve":"Lotynų mažoji raidė e su lankeliu","Latin capital letter e with dot above":"Lotynų didžioji raidė e su tašku viršuje","Latin small letter e with dot above":"Lotynų mažoji raidė e su tašku viršuje","Latin capital letter e with ogonek":"Lotynų didžioji raidė e su nosine","Latin small letter e with ogonek":"Lotynų mažoji raidė e su nosine","Latin capital letter e with caron":"Lotynų didžioji raidė e su paukščiuku","Latin small letter e with caron":"Lotynų didžioji raidė e su paukščiuku","Latin capital letter g with circumflex":"Lotynų didžioji raidė g su cirkumfleksu","Latin small letter g with circumflex":"Lotynų mažoji raidė g su cirkumfleksu","Latin capital letter g with breve":"Lotynų didžioji raidė g su lankeliu","Latin small letter g with breve":"Lotynų mažoji raidė g su lankeliu","Latin capital letter g with dot above":"Lotynų didžioji raidė g su tašku viršuje","Latin small letter g with dot above":"Lotynų mažoji raidė g su tašku viršuje","Latin capital letter g with cedilla":"Lotynų didžioji raidė g su sedile","Latin small letter g with cedilla":"Lotynų mažoji raidė g su sedile","Latin capital letter h with circumflex":"Lotynų didžioji raidė h su cirkumfleksu","Latin small letter h with circumflex":"Lotynų mažoji raidė h su cirkumfleksu","Latin capital letter h with stroke":"Lotynų didžioji raidė h su pasviruoju brūkšneliu","Latin small letter h with stroke":"Lotynų mažoji raidė h su pasviruoju brūkšneliu","Latin capital letter i with tilde":"Lotynų didžioji raidė i su riestiniu kirčiu","Latin small letter i with tilde":"Lotynų mažoji raidė i su riestiniu kirčiu","Latin capital letter i with macron":"Lotynų didžioji raidė i su makronu","Latin small letter i with macron":"Lotynų mažoji raidė i su makronu","Latin capital letter i with breve":"Lotynų didžioji raidė i su lankeliu","Latin small letter i with breve":"Lotynų mažoji raidė i su lankeliu","Latin capital letter i with ogonek":"Lotynų didžioji raidė i su nosine","Latin small letter i with ogonek":"Lotynų mažoji raidė i su nosine","Latin capital letter i with dot above":"Lotynų didžioji raidė i su tašku viršuje","Latin small letter dotless i":"Lotynų mažoji raidė i be taškų","Latin capital ligature ij":"Lotynų didžioji ligatūra ij","Latin small ligature ij":"Lotynų mažoji ligatūra ij","Latin capital letter j with circumflex":"Lotynų didžioji raidė j su cirkumfleksu","Latin small letter j with circumflex":"Lotynų mažoji raidė j su cirkumfleksu","Latin capital letter k with cedilla":"Lotynų didžioji raidė k su sedile","Latin small letter k with cedilla":"Lotynų mažoji raidė k su sedile","Latin small letter kra":"Lotynų mažoji raidė kra","Latin capital letter l with acute":"Lotynų didžioji raidė l su dešininiu kirčiu","Latin small letter l with acute":"Lotynų mažoji raidė l su dešininiu kirčiu","Latin capital letter l with cedilla":"Lotynų didžioji raidė l su sedile","Latin small letter l with cedilla":"Lotynų mažoji raidė l su sedile","Latin capital letter l with caron":"Lotynų didžioji raidė l su paukščiuku","Latin small letter l with caron":"Lotynų mažoji raidė l su paukščiuku","Latin capital letter l with middle dot":"Lotynų didžioji raidė l su tašku viduryje","Latin small letter l with middle dot":"Lotynų mažoji raidė l su tašku viduryje","Latin capital letter l with stroke":"Lotynų didžioji raidė l su pasviruoju brūkšneliu","Latin small letter l with stroke":"Lotynų mažoji raidė l su pasviruoju brūkšneliu","Latin capital letter n with acute":"Lotynų didžioji raidė n su dešininiu kirčiu","Latin small letter n with acute":"Lotynų mažoji raidė n su dešininiu kirčiu","Latin capital letter n with cedilla":"Lotynų didžioji raidė n su sedile","Latin small letter n with cedilla":"Lotynų mažoji raidė n su sedile","Latin capital letter n with caron":"Lotynų didžioji raidė n su paukščiuku","Latin small letter n with caron":"Lotynų mažoji raidė n su paukščiuku","Latin small letter n preceded by apostrophe":"Lotynų mažoji raidė n su apostrofu priešais","Latin capital letter eng":"Lotynų didžioji raidė eng","Latin small letter eng":"Lotynų mažoji raidė eng","Latin capital letter o with macron":"Lotynų didžioji raidė o su makronu","Latin small letter o with macron":"Lotynų mažoji raidė o su makronu","Latin capital letter o with breve":"Lotynų didžioji raidė o su lankeliu","Latin small letter o with breve":"Lotynų mažoji raidė o su lankeliu","Latin capital letter o with double acute":"Lotynų didžioji raidė o su dvigubu dešininiu kirčiu","Latin small letter o with double acute":"Lotynų mažoji raidė o su dvigubu dešininiu kirčiu","Latin capital ligature oe":"Lotynų didžioji ligatūra oe","Latin small ligature oe":"Lotynų mažoji ligatūra oe","Latin capital letter r with acute":"Lotynų didžioji raidė r su dešininiu kirčiu","Latin small letter r with acute":"Lotynų mažoji raidė r su dešininiu kirčiu","Latin capital letter r with cedilla":"Lotynų didžioji raidė r su sedile","Latin small letter r with cedilla":"Lotynų mažoji raidė r su sedile","Latin capital letter r with caron":"Lotynų didžioji raidė r su paukščiuku","Latin small letter r with caron":"Lotynų mažoji raidė r su paukščiuku","Latin capital letter s with acute":"Lotynų didžioji raidė s su dešininiu kirčiu","Latin small letter s with acute":"Lotynų mažoji raidė s su dešininiu kirčiu","Latin capital letter s with circumflex":"Lotynų didžioji raidė s su cirkumfleksu","Latin small letter s with circumflex":"Lotynų mažoji raidė s su cirkumfleksu","Latin capital letter s with cedilla":"Lotynų didžioji raidė s su sedile","Latin small letter s with cedilla":"Lotynų mažoji raidė s su sedile","Latin capital letter s with caron":"Lotynų didžioji raidė s su paukščiuku","Latin small letter s with caron":"Lotynų mažoji raidė s su paukščiuku","Latin capital letter t with cedilla":"Lotynų didžioji raidė t su sedile","Latin small letter t with cedilla":"Lotynų mažoji raidė t su sedile","Latin capital letter t with caron":"Lotynų didžioji raidė t su paukščiuku","Latin small letter t with caron":"Lotynų mažoji raidė t su paukščiuku","Latin capital letter t with stroke":"Lotynų didžioji raidė t su pasviruoju brūkšneliu","Latin small letter t with stroke":"Lotynų mažoji raidė t su pasviruoju brūkšneliu","Latin capital letter u with tilde":"Lotynų didžioji raidė u su riestiniu kirčiu","Latin small letter u with tilde":"Lotynų mažoji raidė u su riestiniu kirčiu","Latin capital letter u with macron":"Lotynų didžioji raidė u su makronu","Latin small letter u with macron":"Lotynų mažoji raidė u su makronu","Latin capital letter u with breve":"Lotynų didžioji raidė u su lankeliu","Latin small letter u with breve":"Lotynų mažoji raidė u su lankeliu","Latin capital letter u with ring above":"Lotynų didžioji raidė u su žiedu viršuje","Latin small letter u with ring above":"Lotynų mažoji raidė u su žiedu viršuje","Latin capital letter u with double acute":"Lotynų didžioji raidė u su dvigubu dešininiu kirčiu","Latin small letter u with double acute":"Lotynų mažoji raidė u su dvigubu dešininiu kirčiu","Latin capital letter u with ogonek":"Lotynų didžioji raidė u su nosine","Latin small letter u with ogonek":"Lotynų mažoji raidė u su nosine","Latin capital letter w with circumflex":"Lotynų didžioji raidė w su cirkumfleksu","Latin small letter w with circumflex":"Lotynų mažoji raidė w su cirkumfleksu","Latin capital letter y with circumflex":"Lotynų didžioji raidė y su cirkumfleksu","Latin small letter y with circumflex":"Lotynų mažoji raidė y su cirkumfleksu","Latin capital letter y with diaeresis":"Lotynų didžioji raidė y su diaereze","Latin capital letter z with acute":"Lotynų didžioji raidė z su dešininiu kirčiu","Latin small letter z with acute":"Lotynų mažoji raidė z su dešininiu kirčiu","Latin capital letter z with dot above":"Lotynų didžioji raidė z su tašku viršuje","Latin small letter z with dot above":"Lotynų mažoji raidė z su tašku viršuje","Latin capital letter z with caron":"Lotynų didžioji raidė z su paukščiuku","Latin small letter z with caron":"Lotynų mažoji raidė z su paukščiuku","Latin small letter long s":"Lotynų mažoji ilga raidė s","Less-than sign":"Mažiau nei ženklas","Greater-than sign":"Daugiau nei ženklas","Less-than or equal to":"Mažiau nei arba lygu ","Greater-than or equal to":"Daugiau nei arba lygu","En dash":"Brūkšnelis","Em dash":"Brūkšnys",Macron:"Makronas",Overline:"Viršutinė juosta","Degree sign":"Laipsnio ženklas","Minus sign":"Minuso ženklas","Plus-minus sign":"Pliuso-minuso ženklas","Division sign":"Dalybos ženklas","Fraction slash":"Trupmeninis pasvirasis brūkšnys","Multiplication sign":"Daugybos ženklas","Latin small letter f with hook":"Lotynų mažoji raidė f su kabliuku",Integral:"Integralas","N-ary summation":"Sigma sumavimas",Infinity:"Begalybė","Square root":"Kvadratinė šaknis","Tilde operator":"Ekvivalentas","Approximately equal to":"Apytiksliai lygu","Almost equal to":"Beveik lygu","Not equal to":"Nelygu","Identical to":"Identiškas","Element of":"Narys","Not an element of":"Ne narys","Contains as member":"Skaitosi kaip narys","N-ary product":"Dekarto produktas","Logical and":"Konjunkcija","Logical or":"Disjunkcija","Not sign":"Neigimas",Intersection:"Sankirta",Union:"Sąjunga","Partial differential":"Dalinė išvestinė","For all":"Bendrumo kvantorius","There exists":"Egzistavimo kvantorius","Empty set":"Nulinė reikšmė",Nabla:"Nabla","Asterisk operator":"Žvaigždutė","Proportional to":"Proporcingas",Angle:"Kampas","Vulgar fraction one quarter":"Paprastoji trupmena one ketvirtadalis","Vulgar fraction one half":"Paprastoji trupmena one antroji","Vulgar fraction three quarters":"Paprastoji trupmena three ketvirtadaliai","Single left-pointing angle quotation mark":"Vienguba kairėn nukreipto kampo kabutė","Single right-pointing angle quotation mark":"Vienguba dešinėn nukreipto kampo kabutė","Left-pointing double angle quotation mark":"Kairėn nukreipto kampo dviguba kabutė","Right-pointing double angle quotation mark":"Dešinėn nukreipto kampo dviguba kabutė","Left single quotation mark":"Vienguba kairė kabutė","Right single quotation mark":"Vienguba dešinė kabutė","Left double quotation mark":"Kairė dviguba kabutė","Right double quotation mark":"Dešinė dviguba kabutė","Single low-9 quotation mark":"Vienguba žema „9“ kabutė","Double low-9 quotation mark":"Dviguba žema „9“ kabutė","Inverted exclamation mark":"Apverstas šauktukas","Inverted question mark":"Apverstas klaustukas","Two dot leader":"Two taškų linijos","Horizontal ellipsis":"Horizontali elipsė","Double dagger":"Dvigubo kryžiaus ženklas","Per mille sign":"Promilės ženklas","Per ten thousand sign":"Ten tūkstančių ženklas","Double exclamation mark":"Dvigubas šauktukas","Question exclamation mark":"Klaustukas šauktukas","Exclamation question mark":"Šauktukas klaustukas","Double question mark":"Dvigubas klaustukas","Copyright sign":"Autorinių teisių simbolis","Registered sign":"Registruoto prekės ženklo simbolis","Trade mark sign":"Prekės ženklo simbolis","Section sign":"Skirsnio ženklas","Paragraph sign":"Pastraipos ženklas","Reversed paragraph sign":"Apverstas pastraipos ženklas","Character categories":"Simbolių kategorijos",Styles:"Stiliai","Multiple styles":"Daug stilių","Block styles":"Blokuoti stilius","Text styles":"Teksto stiliai","Insert table":"Įterpti lentelę","Header column":"Antraštės stulpelis","Insert column left":"Įterpti stulpelį kairėje","Insert column right":"Įterpti stulpelį dešinėje","Delete column":"Ištrinti stulpelį","Select column":"Pasirinkti stulpelį",Column:"Stulpelis","Header row":"Antraštės eilutė","Insert row below":"Įterpti eilutę žemiau","Insert row above":"Įterpti eilutę aukščiau","Delete row":"Ištrinti eilutę","Select row":"Pasirinkti eilutę",Row:"Eilutė","Merge cell up":"Prijungti langelį viršuje","Merge cell right":"Prijungti langelį dešinėje","Merge cell down":"Prijungti langelį apačioje","Merge cell left":"Prijungti langelį kairėje","Split cell vertically":"Padalinti langelį vertikaliai","Split cell horizontally":"Padalinti langelį horizontaliai","Merge cells":"Sujungti langelius","Table toolbar":"Lentelės įrankių juosta","Table properties":"Lentelės savybės","Cell properties":"Langelio savybės",Border:"Kraštas",Style:"Stilius",Width:"Plotis",Height:"Aukštis",Color:"Spalva",Background:"Fonas",Padding:"Užpildymas",Dimensions:"Matmenys","Table cell text alignment":"Lentelės langelio teksto lygiavimas",Alignment:"Lygiavimas","Horizontal text alignment toolbar":"Horizontalaus teksto lygiavimo įrankių juosta","Vertical text alignment toolbar":"Vertikalaus teksto lygiavimo įrankių juosta","Table alignment toolbar":"Teksto lygiavimo įrankių juosta",None:"Nieko",Solid:"Vientisas",Dotted:"Taškuotas",Dashed:"Brūkšneliais",Double:"Dvigubas",Groove:"Ilgas ir siauras",Ridge:"Briaunuotas",Inset:"Intarpas",Outset:"Pradžia","Align cell text to the left":"Lygiuoti langelio tekstą kairėje","Align cell text to the center":"Lygiuoti langelio tekstą centre","Align cell text to the right":"Lygiuoti langelio tekstą dešinėje","Justify cell text":"Pabrėžti langelio tekstą","Align cell text to the top":"Lygiuoti langelio tekstą viršuje","Align cell text to the middle":"Lygiuoti langelio tekstą viduryje","Align cell text to the bottom":"Lygiuoti langelio tekstą apačioje","Align table to the left":"Lygiuoti lentelę kairėje","Center table":"Centruoti lentelę","Align table to the right":"Lygiuoti lentelę dešinėje","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Spalva neteisinga. Mėginkite \"#FF0000\" arba \"rgb(255,0,0)\" arba \"raudona\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Reikšmė neteisinga. Mėginkite \"10px\" arba \"2em\", ar paprasčiausiai \"2\".","Color picker":"Spalvos ieškiklis","Toggle caption off":"Išjungti antraštę","Toggle caption on":"Įjungti antraštę","Enter table caption":"Įvesti lentelės antraštę","Rich Text Editor":"Raiškiojo teksto redaktorius","Editor editing area: %0":"Redaktoriaus redagavimo sritis: %0","Edit block":"Redaguoti bloką",Next:"Kitas",Previous:"Buvęs","Editor toolbar":"Redaktoriaus įrankių juosta","Dropdown toolbar":"Įrankių juosta pasirenkamajame sąraše",Black:"Juoda","Dim grey":"Pilkšva",Grey:"Pilka","Light grey":"Šviesiai pilka",White:"Balta",Red:"Raudona",Orange:"Oranžinė",Yellow:"Geltona","Light green":"Šviesiai žalia",Green:"Žalia",Aquamarine:"Aquamarine",Turquoise:"Turkio","Light blue":"Šviesiai mėlyna",Blue:"Mėlyna",Purple:"Violetinė","Editor block content toolbar":"Redaktoriaus bloko turinio įrankių juosta","Editor contextual toolbar":"Redaktoriaus kontekstinė įrankių juosta",HEX:"",Undo:"Atgal",Redo:"Pirmyn","Upload in progress":"Įkelima","Widget toolbar":"Valdiklių įrankių juosta","Insert paragraph before block":"Įkelti pastraipą prieš bloką","Insert paragraph after block":"Įkelti pastraipą po bloko","Press Enter to type after or press Shift + Enter to type before the widget":"Paspauskite Enter, jei norite rašyti po valdiklio, arba paspauskite Shift + Enter, jei norite rašyti prieš valdiklį.","Words: %0":"Žodžių: %0","Characters: %0":"Simbolių: %0"} );l.getPluralForm=function(n){return (n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['lt'] = d['lt'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Lygiuoti į kairę","Align right":"Lygiuoti į dešinę","Align center":"Centruoti",Justify:"Lygiuoti per visą plotį","Text alignment":"Teksto lygiavimas","Text alignment toolbar":"Teksto lygiavimo įrankių juosta",Bold:"Paryškintas",Italic:"Kursyvas",Underline:"Pabrauktas",Code:"Kodas",Strikethrough:"Perbrauktas",Subscript:"Žemiau",Superscript:"Aukščiau","Block quote":"Citata","Insert code block":"Įterpti codų bloką","Plain text":"Paprastasis tekstas",Cancel:"Atšaukti","Remove color":"Pašalinti spalvą","Restore default":"Atkurti numatytuosius",Save:"Išsaugoti","Show more items":"Rodyti daugiau elementų","%0 of %1":"%0 iš %1","Cannot upload file:":"Negalima įkelti failo:","Rich Text Editor. Editing area: %0":"Raiškiojo teksto redaktorius. Redagavimo sritis: %0","Find and replace":"Rasti ir pakeisti","Find in text…":"Surasti tekste...",Find:"Surasti","Previous result":"Buvęs rezultatas","Next result":"Kitas rezultatas",Replace:"Pakeisti","Replace all":"Pakeisti visus","Match case":"Sutapties atvejis","Whole words only":"Tik vientisus žodžius","Replace with…":"Sukeisti su...","Text to find must not be empty.":"Ieškomas tekstas negali būti tuščias.","Tip: Find some text first in order to replace it.":"Patarimas: Pirmiausiai suraskite teksto, jog jį sukeistumėte.","Show options":"Rodyti pasirinkimus",Paragraph:"Paragrafas",Heading:"Antraštė","Choose heading":"Pasirinkite antraštę","Heading 1":"Antraštė 1","Heading 2":"Antraštė 2","Heading 3":"Antraštė 3","Heading 4":"Antraštė 4","Heading 5":"Antraštė 5","Heading 6":"Antraštė 6","Type your title":"Įveskite savo pavadinimą","Type or paste your content here.":"Rašykite ar įkopijuokite turinį čia.","Horizontal line":"Horizontali linija","HTML object":"HTML object","Increase indent":"Padidinti atitraukimą","Decrease indent":"Sumažinti atitraukimą",Unlink:"Pašalinti nuorodą",Link:"Pridėti nuorodą","Link URL":"Nuorodos URL","Link image":"Susieti paveikslėlį","Edit link":"Keisti nuorodą","Open link in new tab":"Atidaryti nuorodą naujame skirtuke","This link has no URL":"Ši nuorda neturi URL","Open in a new tab":"Atverti naujoje kortelėje",Downloadable:"Parsisiunčiamas","Numbered List":"Numeruotas rąrašas","Bulleted List":"Sąrašas","To-do List":"Užduočių sąrašas","Bulleted list styles toolbar":"Ženklinto sąrašo stilių įrankių juosta","Numbered list styles toolbar":"Numeruoto sąrašo stilių įrankių juosta","Toggle the disc list style":"Perjungti diskinį sąrašo stilių","Toggle the circle list style":"Perjungti ovalų sąrašo stilių","Toggle the square list style":"Perjungti kvadratinį sąrašo stilių","Toggle the decimal list style":"Perjungti dešimtainį sąrašo stilių","Toggle the decimal with leading zero list style":"Perjungti dešimtainį sąrašo su nuliu priekyje stilių","Toggle the lower–roman list style":"Perjungti žemesnįjį romėniško stiliaus sąrašą","Toggle the upper–roman list style":"Perjungti aukštesnįjį romėniško stiliaus sąrašą","Toggle the lower–latin list style":"Perjungti žemesnįjį lotyniško stiliaus sąrašą","Toggle the upper–latin list style":"Perjungti aukštesnįjį lotyniško stiliaus sąrašą",Disc:"Diskas",Circle:"Apskritimas",Square:"Kvadratas",Decimal:"Dešimtainis","Decimal with leading zero":"Dešimtainis su nuliu priekyje","Lower–roman":"žemesnysis-romėniškas","Upper-roman":"Viršutinis romėniškas","Lower-latin":"žemesnysis-lotyniškas","Upper-latin":"Viršutinis romėniškas","List properties":"Vardyti ypatybes","Start at":"Pradėti nuo","Start index must be greater than 0.":"Pradžios indeksas turi būti didesnis nei 0.","Reversed order":"Atvirkštinė tvarka","Remove Format":"Naikinti formatavimą","Select all":"Pasirinkti viską","Show blocks":"Rodyti blokus",Source:"Šaltinis","Special characters":"Išskirtiniai simboliai",All:"Visi",Arrows:"Rodyklės",Currency:"Valiuta",Latin:"Lotyniški rašmenys",Mathematical:"Matematiniai rašmenys",Text:"Tekstas","leftwards simple arrow":"Į kairę paprasta rodyklė","rightwards simple arrow":"Į dešinę paprasta rodyklė","upwards simple arrow":"Į viršų paprasta rodyklė","downwards simple arrow":"Į apačią paprasta rodyklė","leftwards double arrow":"dviguba rodyklė kairėn","rightwards double arrow":"dviguba rodyklė dešinėn","upwards double arrow":"dviguba rodyklė aukštyn","downwards double arrow":"dviguba rodyklė žemyn","leftwards dashed arrow":"punktyrinė rodyklė kairėn","rightwards dashed arrow":"punktyrinė rodyklė dešinėn","upwards dashed arrow":"punktyrinė rodyklė aukštyn","downwards dashed arrow":"punktyrinė rodyklė žemyn","leftwards arrow to bar":"rodyklė į kairę juostą","rightwards arrow to bar":"rodyklė į dešinę juostą","upwards arrow to bar":"rodyklė į juostą aukštyn","downwards arrow to bar":"rodyklė į juostą žemyn","up down arrow with base":"rodyklė aukštyn žemyn su pagrindu","back with leftwards arrow above":"atgal su rodykle kairėn viršuje","end with leftwards arrow above":"pabaiga su rodykle kairėn viršuje","on with exclamation mark with left right arrow above":"įjungta su šauktuku su rodykle kairėn dešinėn viršuje","soon with rightwards arrow above":"netrukus su rodykle dešinėn viršuje","top with upwards arrow above":"viršus su rodykle aukštyn viršuje","Dollar sign":"Dolerio ženklas","Euro sign":"Euro ženklas","Yen sign":"Jenos ženklas","Pound sign":"Svaro ženklas","Cent sign":"Cento ženklas","Euro-currency sign":"Euro valiutos ženklas","Colon sign":"Dvitaškio ženklas","Cruzeiro sign":"Cruzeiro ženklas","French franc sign":"Prancūzų franko ženklas","Lira sign":"Liros ženklas","Currency sign":"Valiutos ženklas","Bitcoin sign":"Bitkoino ženklas","Mill sign":"Malūno ženklas","Naira sign":"Nairos ženklas","Peseta sign":"Pesetos ženklas","Rupee sign":"Rupijos ženklas","Won sign":"Vonos ženklas","New sheqel sign":"Naujojo šekelio ženklas","Dong sign":"Dongo ženklas","Kip sign":"Kipo ženklas","Tugrik sign":"Tugriko ženklas","Drachma sign":"Drachmos ženklas","German penny sign":"Vokietijos cento ženklas","Peso sign":"Peso ženklas","Guarani sign":"Guaranos ženklas","Austral sign":"Australo ženklas","Hryvnia sign":"Grivinos ženklas","Cedi sign":"Cedi ženklas","Livre tournois sign":"Livre tournois ženklas","Spesmilo sign":"Spesmilo ženklas","Tenge sign":"Tengės ženklas","Indian rupee sign":"Indijos rupijos ženklas","Turkish lira sign":"Turkijos liros ženklas","Nordic mark sign":"Šiaurietiškas ženklas","Manat sign":"Manatos ženklas","Ruble sign":"Rublio ženklas","Latin capital letter a with macron":"Lotynų didžioji raidė a su makronu","Latin small letter a with macron":"Lotynų mažoji raidė a su makronu","Latin capital letter a with breve":"Lotynų didžioji raidė a su lankeliu","Latin small letter a with breve":"Lotynų mažoji raidė a su lankeliu","Latin capital letter a with ogonek":"Lotynų didžioji raidė a su nosine","Latin small letter a with ogonek":"Lotynų mažoji raidė a su nosine","Latin capital letter c with acute":"Lotynų didžioji raidė c su dešininiu kirčiu","Latin small letter c with acute":"Lotynų mažoji raidė c su dešininiu kirčiu","Latin capital letter c with circumflex":"Lotynų didžioji raidė c su cirkumfleksu","Latin small letter c with circumflex":"Lotynų mažoji raidė c su cirkumfleksu","Latin capital letter c with dot above":"Lotynų didžioji raidė c su tašku viršuje","Latin small letter c with dot above":"Lotynų mažoji raidė c su tašku viršuje","Latin capital letter c with caron":"Lotynų didžioji raidė c su paukščiuku","Latin small letter c with caron":"Lotynų mažoji raidė c su paukščiuku","Latin capital letter d with caron":"Lotynų didžioji raidė d su paukščiuku","Latin small letter d with caron":"Lotynų mažoji raidė d su paukščiuku","Latin capital letter d with stroke":"Lotynų didžioji raidė d su pasviruoju brūkšneliu","Latin small letter d with stroke":"Lotynų mažoji raidė d su pasviruoju brūkšneliu","Latin capital letter e with macron":"Lotynų didžioji raidė e su makronu","Latin small letter e with macron":"Lotynų mažoji raidė e su makronu","Latin capital letter e with breve":"Lotynų didžioji raidė e su lankeliu","Latin small letter e with breve":"Lotynų mažoji raidė e su lankeliu","Latin capital letter e with dot above":"Lotynų didžioji raidė e su tašku viršuje","Latin small letter e with dot above":"Lotynų mažoji raidė e su tašku viršuje","Latin capital letter e with ogonek":"Lotynų didžioji raidė e su nosine","Latin small letter e with ogonek":"Lotynų mažoji raidė e su nosine","Latin capital letter e with caron":"Lotynų didžioji raidė e su paukščiuku","Latin small letter e with caron":"Lotynų didžioji raidė e su paukščiuku","Latin capital letter g with circumflex":"Lotynų didžioji raidė g su cirkumfleksu","Latin small letter g with circumflex":"Lotynų mažoji raidė g su cirkumfleksu","Latin capital letter g with breve":"Lotynų didžioji raidė g su lankeliu","Latin small letter g with breve":"Lotynų mažoji raidė g su lankeliu","Latin capital letter g with dot above":"Lotynų didžioji raidė g su tašku viršuje","Latin small letter g with dot above":"Lotynų mažoji raidė g su tašku viršuje","Latin capital letter g with cedilla":"Lotynų didžioji raidė g su sedile","Latin small letter g with cedilla":"Lotynų mažoji raidė g su sedile","Latin capital letter h with circumflex":"Lotynų didžioji raidė h su cirkumfleksu","Latin small letter h with circumflex":"Lotynų mažoji raidė h su cirkumfleksu","Latin capital letter h with stroke":"Lotynų didžioji raidė h su pasviruoju brūkšneliu","Latin small letter h with stroke":"Lotynų mažoji raidė h su pasviruoju brūkšneliu","Latin capital letter i with tilde":"Lotynų didžioji raidė i su riestiniu kirčiu","Latin small letter i with tilde":"Lotynų mažoji raidė i su riestiniu kirčiu","Latin capital letter i with macron":"Lotynų didžioji raidė i su makronu","Latin small letter i with macron":"Lotynų mažoji raidė i su makronu","Latin capital letter i with breve":"Lotynų didžioji raidė i su lankeliu","Latin small letter i with breve":"Lotynų mažoji raidė i su lankeliu","Latin capital letter i with ogonek":"Lotynų didžioji raidė i su nosine","Latin small letter i with ogonek":"Lotynų mažoji raidė i su nosine","Latin capital letter i with dot above":"Lotynų didžioji raidė i su tašku viršuje","Latin small letter dotless i":"Lotynų mažoji raidė i be taškų","Latin capital ligature ij":"Lotynų didžioji ligatūra ij","Latin small ligature ij":"Lotynų mažoji ligatūra ij","Latin capital letter j with circumflex":"Lotynų didžioji raidė j su cirkumfleksu","Latin small letter j with circumflex":"Lotynų mažoji raidė j su cirkumfleksu","Latin capital letter k with cedilla":"Lotynų didžioji raidė k su sedile","Latin small letter k with cedilla":"Lotynų mažoji raidė k su sedile","Latin small letter kra":"Lotynų mažoji raidė kra","Latin capital letter l with acute":"Lotynų didžioji raidė l su dešininiu kirčiu","Latin small letter l with acute":"Lotynų mažoji raidė l su dešininiu kirčiu","Latin capital letter l with cedilla":"Lotynų didžioji raidė l su sedile","Latin small letter l with cedilla":"Lotynų mažoji raidė l su sedile","Latin capital letter l with caron":"Lotynų didžioji raidė l su paukščiuku","Latin small letter l with caron":"Lotynų mažoji raidė l su paukščiuku","Latin capital letter l with middle dot":"Lotynų didžioji raidė l su tašku viduryje","Latin small letter l with middle dot":"Lotynų mažoji raidė l su tašku viduryje","Latin capital letter l with stroke":"Lotynų didžioji raidė l su pasviruoju brūkšneliu","Latin small letter l with stroke":"Lotynų mažoji raidė l su pasviruoju brūkšneliu","Latin capital letter n with acute":"Lotynų didžioji raidė n su dešininiu kirčiu","Latin small letter n with acute":"Lotynų mažoji raidė n su dešininiu kirčiu","Latin capital letter n with cedilla":"Lotynų didžioji raidė n su sedile","Latin small letter n with cedilla":"Lotynų mažoji raidė n su sedile","Latin capital letter n with caron":"Lotynų didžioji raidė n su paukščiuku","Latin small letter n with caron":"Lotynų mažoji raidė n su paukščiuku","Latin small letter n preceded by apostrophe":"Lotynų mažoji raidė n su apostrofu priešais","Latin capital letter eng":"Lotynų didžioji raidė eng","Latin small letter eng":"Lotynų mažoji raidė eng","Latin capital letter o with macron":"Lotynų didžioji raidė o su makronu","Latin small letter o with macron":"Lotynų mažoji raidė o su makronu","Latin capital letter o with breve":"Lotynų didžioji raidė o su lankeliu","Latin small letter o with breve":"Lotynų mažoji raidė o su lankeliu","Latin capital letter o with double acute":"Lotynų didžioji raidė o su dvigubu dešininiu kirčiu","Latin small letter o with double acute":"Lotynų mažoji raidė o su dvigubu dešininiu kirčiu","Latin capital ligature oe":"Lotynų didžioji ligatūra oe","Latin small ligature oe":"Lotynų mažoji ligatūra oe","Latin capital letter r with acute":"Lotynų didžioji raidė r su dešininiu kirčiu","Latin small letter r with acute":"Lotynų mažoji raidė r su dešininiu kirčiu","Latin capital letter r with cedilla":"Lotynų didžioji raidė r su sedile","Latin small letter r with cedilla":"Lotynų mažoji raidė r su sedile","Latin capital letter r with caron":"Lotynų didžioji raidė r su paukščiuku","Latin small letter r with caron":"Lotynų mažoji raidė r su paukščiuku","Latin capital letter s with acute":"Lotynų didžioji raidė s su dešininiu kirčiu","Latin small letter s with acute":"Lotynų mažoji raidė s su dešininiu kirčiu","Latin capital letter s with circumflex":"Lotynų didžioji raidė s su cirkumfleksu","Latin small letter s with circumflex":"Lotynų mažoji raidė s su cirkumfleksu","Latin capital letter s with cedilla":"Lotynų didžioji raidė s su sedile","Latin small letter s with cedilla":"Lotynų mažoji raidė s su sedile","Latin capital letter s with caron":"Lotynų didžioji raidė s su paukščiuku","Latin small letter s with caron":"Lotynų mažoji raidė s su paukščiuku","Latin capital letter t with cedilla":"Lotynų didžioji raidė t su sedile","Latin small letter t with cedilla":"Lotynų mažoji raidė t su sedile","Latin capital letter t with caron":"Lotynų didžioji raidė t su paukščiuku","Latin small letter t with caron":"Lotynų mažoji raidė t su paukščiuku","Latin capital letter t with stroke":"Lotynų didžioji raidė t su pasviruoju brūkšneliu","Latin small letter t with stroke":"Lotynų mažoji raidė t su pasviruoju brūkšneliu","Latin capital letter u with tilde":"Lotynų didžioji raidė u su riestiniu kirčiu","Latin small letter u with tilde":"Lotynų mažoji raidė u su riestiniu kirčiu","Latin capital letter u with macron":"Lotynų didžioji raidė u su makronu","Latin small letter u with macron":"Lotynų mažoji raidė u su makronu","Latin capital letter u with breve":"Lotynų didžioji raidė u su lankeliu","Latin small letter u with breve":"Lotynų mažoji raidė u su lankeliu","Latin capital letter u with ring above":"Lotynų didžioji raidė u su žiedu viršuje","Latin small letter u with ring above":"Lotynų mažoji raidė u su žiedu viršuje","Latin capital letter u with double acute":"Lotynų didžioji raidė u su dvigubu dešininiu kirčiu","Latin small letter u with double acute":"Lotynų mažoji raidė u su dvigubu dešininiu kirčiu","Latin capital letter u with ogonek":"Lotynų didžioji raidė u su nosine","Latin small letter u with ogonek":"Lotynų mažoji raidė u su nosine","Latin capital letter w with circumflex":"Lotynų didžioji raidė w su cirkumfleksu","Latin small letter w with circumflex":"Lotynų mažoji raidė w su cirkumfleksu","Latin capital letter y with circumflex":"Lotynų didžioji raidė y su cirkumfleksu","Latin small letter y with circumflex":"Lotynų mažoji raidė y su cirkumfleksu","Latin capital letter y with diaeresis":"Lotynų didžioji raidė y su diaereze","Latin capital letter z with acute":"Lotynų didžioji raidė z su dešininiu kirčiu","Latin small letter z with acute":"Lotynų mažoji raidė z su dešininiu kirčiu","Latin capital letter z with dot above":"Lotynų didžioji raidė z su tašku viršuje","Latin small letter z with dot above":"Lotynų mažoji raidė z su tašku viršuje","Latin capital letter z with caron":"Lotynų didžioji raidė z su paukščiuku","Latin small letter z with caron":"Lotynų mažoji raidė z su paukščiuku","Latin small letter long s":"Lotynų mažoji ilga raidė s","Less-than sign":"Mažiau nei ženklas","Greater-than sign":"Daugiau nei ženklas","Less-than or equal to":"Mažiau nei arba lygu ","Greater-than or equal to":"Daugiau nei arba lygu","En dash":"Brūkšnelis","Em dash":"Brūkšnys",Macron:"Makronas",Overline:"Viršutinė juosta","Degree sign":"Laipsnio ženklas","Minus sign":"Minuso ženklas","Plus-minus sign":"Pliuso-minuso ženklas","Division sign":"Dalybos ženklas","Fraction slash":"Trupmeninis pasvirasis brūkšnys","Multiplication sign":"Daugybos ženklas","Latin small letter f with hook":"Lotynų mažoji raidė f su kabliuku",Integral:"Integralas","N-ary summation":"Sigma sumavimas",Infinity:"Begalybė","Square root":"Kvadratinė šaknis","Tilde operator":"Ekvivalentas","Approximately equal to":"Apytiksliai lygu","Almost equal to":"Beveik lygu","Not equal to":"Nelygu","Identical to":"Identiškas","Element of":"Narys","Not an element of":"Ne narys","Contains as member":"Skaitosi kaip narys","N-ary product":"Dekarto produktas","Logical and":"Konjunkcija","Logical or":"Disjunkcija","Not sign":"Neigimas",Intersection:"Sankirta",Union:"Sąjunga","Partial differential":"Dalinė išvestinė","For all":"Bendrumo kvantorius","There exists":"Egzistavimo kvantorius","Empty set":"Nulinė reikšmė",Nabla:"Nabla","Asterisk operator":"Žvaigždutė","Proportional to":"Proporcingas",Angle:"Kampas","Vulgar fraction one quarter":"Paprastoji trupmena one ketvirtadalis","Vulgar fraction one half":"Paprastoji trupmena one antroji","Vulgar fraction three quarters":"Paprastoji trupmena three ketvirtadaliai","Single left-pointing angle quotation mark":"Vienguba kairėn nukreipto kampo kabutė","Single right-pointing angle quotation mark":"Vienguba dešinėn nukreipto kampo kabutė","Left-pointing double angle quotation mark":"Kairėn nukreipto kampo dviguba kabutė","Right-pointing double angle quotation mark":"Dešinėn nukreipto kampo dviguba kabutė","Left single quotation mark":"Vienguba kairė kabutė","Right single quotation mark":"Vienguba dešinė kabutė","Left double quotation mark":"Kairė dviguba kabutė","Right double quotation mark":"Dešinė dviguba kabutė","Single low-9 quotation mark":"Vienguba žema „9“ kabutė","Double low-9 quotation mark":"Dviguba žema „9“ kabutė","Inverted exclamation mark":"Apverstas šauktukas","Inverted question mark":"Apverstas klaustukas","Two dot leader":"Two taškų linijos","Horizontal ellipsis":"Horizontali elipsė","Double dagger":"Dvigubo kryžiaus ženklas","Per mille sign":"Promilės ženklas","Per ten thousand sign":"Ten tūkstančių ženklas","Double exclamation mark":"Dvigubas šauktukas","Question exclamation mark":"Klaustukas šauktukas","Exclamation question mark":"Šauktukas klaustukas","Double question mark":"Dvigubas klaustukas","Copyright sign":"Autorinių teisių simbolis","Registered sign":"Registruoto prekės ženklo simbolis","Trade mark sign":"Prekės ženklo simbolis","Section sign":"Skirsnio ženklas","Paragraph sign":"Pastraipos ženklas","Reversed paragraph sign":"Apverstas pastraipos ženklas","Character categories":"Simbolių kategorijos",Styles:"Stiliai","Multiple styles":"Daug stilių","Block styles":"Blokuoti stilius","Text styles":"Teksto stiliai","Insert table":"Įterpti lentelę","Header column":"Antraštės stulpelis","Insert column left":"Įterpti stulpelį kairėje","Insert column right":"Įterpti stulpelį dešinėje","Delete column":"Ištrinti stulpelį","Select column":"Pasirinkti stulpelį",Column:"Stulpelis","Header row":"Antraštės eilutė","Insert row below":"Įterpti eilutę žemiau","Insert row above":"Įterpti eilutę aukščiau","Delete row":"Ištrinti eilutę","Select row":"Pasirinkti eilutę",Row:"Eilutė","Merge cell up":"Prijungti langelį viršuje","Merge cell right":"Prijungti langelį dešinėje","Merge cell down":"Prijungti langelį apačioje","Merge cell left":"Prijungti langelį kairėje","Split cell vertically":"Padalinti langelį vertikaliai","Split cell horizontally":"Padalinti langelį horizontaliai","Merge cells":"Sujungti langelius","Table toolbar":"Lentelės įrankių juosta","Table properties":"Lentelės savybės","Cell properties":"Langelio savybės",Border:"Kraštas",Style:"Stilius",Width:"Plotis",Height:"Aukštis",Color:"Spalva",Background:"Fonas",Padding:"Užpildymas",Dimensions:"Matmenys","Table cell text alignment":"Lentelės langelio teksto lygiavimas",Alignment:"Lygiavimas","Horizontal text alignment toolbar":"Horizontalaus teksto lygiavimo įrankių juosta","Vertical text alignment toolbar":"Vertikalaus teksto lygiavimo įrankių juosta","Table alignment toolbar":"Teksto lygiavimo įrankių juosta",None:"Nieko",Solid:"Vientisas",Dotted:"Taškuotas",Dashed:"Brūkšneliais",Double:"Dvigubas",Groove:"Ilgas ir siauras",Ridge:"Briaunuotas",Inset:"Intarpas",Outset:"Pradžia","Align cell text to the left":"Lygiuoti langelio tekstą kairėje","Align cell text to the center":"Lygiuoti langelio tekstą centre","Align cell text to the right":"Lygiuoti langelio tekstą dešinėje","Justify cell text":"Pabrėžti langelio tekstą","Align cell text to the top":"Lygiuoti langelio tekstą viršuje","Align cell text to the middle":"Lygiuoti langelio tekstą viduryje","Align cell text to the bottom":"Lygiuoti langelio tekstą apačioje","Align table to the left":"Lygiuoti lentelę kairėje","Center table":"Centruoti lentelę","Align table to the right":"Lygiuoti lentelę dešinėje","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Spalva neteisinga. Mėginkite \"#FF0000\" arba \"rgb(255,0,0)\" arba \"raudona\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Reikšmė neteisinga. Mėginkite \"10px\" arba \"2em\", ar paprasčiausiai \"2\".","Color picker":"Spalvos ieškiklis","Toggle caption off":"Išjungti antraštę","Toggle caption on":"Įjungti antraštę","Enter table caption":"Įvesti lentelės antraštę","Rich Text Editor":"Raiškiojo teksto redaktorius","Editor editing area: %0":"Redaktoriaus redagavimo sritis: %0","Edit block":"Redaguoti bloką",Next:"Kitas",Previous:"Buvęs","Editor toolbar":"Redaktoriaus įrankių juosta","Dropdown toolbar":"Įrankių juosta pasirenkamajame sąraše",Black:"Juoda","Dim grey":"Pilkšva",Grey:"Pilka","Light grey":"Šviesiai pilka",White:"Balta",Red:"Raudona",Orange:"Oranžinė",Yellow:"Geltona","Light green":"Šviesiai žalia",Green:"Žalia",Aquamarine:"Aquamarine",Turquoise:"Turkio","Light blue":"Šviesiai mėlyna",Blue:"Mėlyna",Purple:"Violetinė","Editor block content toolbar":"Redaktoriaus bloko turinio įrankių juosta","Editor contextual toolbar":"Redaktoriaus kontekstinė įrankių juosta",HEX:"Šešioliktainė reikšmė (angl. HEX)",Accept:"Priimti",Undo:"Atgal",Redo:"Pirmyn","Upload in progress":"Įkelima","Widget toolbar":"Valdiklių įrankių juosta","Insert paragraph before block":"Įkelti pastraipą prieš bloką","Insert paragraph after block":"Įkelti pastraipą po bloko","Press Enter to type after or press Shift + Enter to type before the widget":"Paspauskite Enter, jei norite rašyti po valdiklio, arba paspauskite Shift + Enter, jei norite rašyti prieš valdiklį.","Words: %0":"Žodžių: %0","Characters: %0":"Simbolių: %0"} );l.getPluralForm=function(n){return (n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/lv.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/lv.js index f5effd5de147..83d40d943342 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/lv.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/lv.js @@ -1 +1 @@ -(function(d){ const l = d['lv'] = d['lv'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Pa kreisi","Align right":"Pa labi","Align center":"Centrēt",Justify:"Izlīdzināt abas malas","Text alignment":"Teksta izlīdzināšana","Text alignment toolbar":"Teksta līdzināšanas rīkjosla",Bold:"Trekns",Italic:"Kursīvs",Underline:"Pasvītrots",Code:"Kods",Strikethrough:"Nosvītrots",Subscript:"Apakšraksts",Superscript:"Augšraksts","Block quote":"Citāts","Insert code block":"Ievietot koda bloku","Plain text":"Vienkāršs teksts",Cancel:"Atcelt","Remove color":"Noņemt krāsu","Restore default":"Atgriezt noklusējumu",Save:"Saglabāt","Show more items":"Parādīt vairāk vienumus","%0 of %1":"%0 no %1","Cannot upload file:":"Nevar augšupielādēt failu:","Rich Text Editor. Editing area: %0":"Bagātīga Teksta Redaktors. Rediģēšanas zona: %0","Find and replace":"Meklēt un aizstāt","Find in text…":"Meklēt tekstā...",Find:"Meklēt","Previous result":"Iepriekšējais rezultāts","Next result":"Nākamais rezultāts",Replace:"Aizstāt","Replace all":"Aizstāt visu","Match case":"Precīza atbilstība","Whole words only":"Tikai pilni vārdi","Replace with…":"Aizstāt ar...","Text to find must not be empty.":"Meklēšanas tekstam jābūt aizpildītam.","Tip: Find some text first in order to replace it.":"Padoms: Sākumā uzmeklējiet tekstu un tikai tad aizstājiet to.","Show options":"Parādīt opcijas",Paragraph:"Paragrāfs",Heading:"Virsraksts","Choose heading":"Izvēlēties virsrakstu","Heading 1":"Virsraksts 1","Heading 2":"Virsraksts 2","Heading 3":"Virsraksts 3","Heading 4":"Virsraksts 4","Heading 5":"Virsraksts 5","Heading 6":"Virsraksts 6","Type your title":"Ievadiet virsrakstu","Type or paste your content here.":"Rakstiet vai ielīmējiet saturu šeit.","Horizontal line":"Horizontāli atdalošā līnija","HTML object":"HTML objekts","Increase indent":"Palielināt atkāpi","Decrease indent":"Samazināt atkāpi",Unlink:"Noņemt Saiti",Link:"Saite","Link URL":"Saites URL","Link image":"Ievietot saiti uz attēla","Edit link":"Labot Saiti","Open link in new tab":"Atvērt saiti jaunā cilnē","This link has no URL":"Saitei nav norādīts URL","Open in a new tab":"Atvērt jaunā cilnē",Downloadable:"Lejupielādējams","Numbered List":"Numurēts Saraksts","Bulleted List":"Nenumurēts Saraksts","To-do List":"To-do Saraksts","Bulleted list styles toolbar":"Nenumurēta saraksta stili","Numbered list styles toolbar":"Numurēta saraksta stili","Toggle the disc list style":"Pārslēgt diskveida saraksta stilu","Toggle the circle list style":"Pārslēgt apļveida saraksta stilu","Toggle the square list style":"Pārslēgt kvadrātveida saraksta stilu","Toggle the decimal list style":"Pārslēgt decimālskaitļu saraksta stilu","Toggle the decimal with leading zero list style":"Pārslēgt decimālskaitļu sākot ar nulli saraksta stilu","Toggle the lower–roman list style":"Pārslēgt mazo romiešu burtu saraksta stilu","Toggle the upper–roman list style":"Pārslēgt lielo romiešu burtu saraksta stilu","Toggle the lower–latin list style":"Pārslēgt mazo latīņu burtu saraksta stilu","Toggle the upper–latin list style":"Pārslēgt lielo latīņu burtu saraksta stilu",Disc:"Disks",Circle:"Aplis",Square:"Kvadrāts",Decimal:"Cipari","Decimal with leading zero":"Decimālskaitļi sākot ar nulli","Lower–roman":"mazie romiešu burti","Upper-roman":"lielie romiešu burti","Lower-latin":"mazie latīņu burti","Upper-latin":"lielie latīņu burti","List properties":"saraksta detaļas","Start at":"Sākt no","Start index must be greater than 0.":"Indeksam jābūt lielākam par 0","Reversed order":"Pretēja secība","Remove Format":"Noņemt formatējumu","Select all":"Izvēlēties visu",Source:"Pirmavots","Special characters":"Speciālie simboli",All:"Visi",Arrows:"Bultas",Currency:"Valūta",Latin:"Latīņu",Mathematical:"Matemātisks",Text:"Teksts","leftwards simple arrow":"vienkāršā bulta pa kreisi","rightwards simple arrow":"vienkāršā bulta pa labi","upwards simple arrow":"vienkāršā bulta uz augšu","downwards simple arrow":"vienkāršā bulta lejup","leftwards double arrow":"pa kreisi vērstā dubultbultiņa","rightwards double arrow":"pa labi vērstā dubultbultiņa","upwards double arrow":"augšupvērsta dubultā bultiņa","downwards double arrow":"lejupvērsta dubultā bultiņa","leftwards dashed arrow":"pa kreisi vērstā partrauktā bultiņa","rightwards dashed arrow":"pa labi vērstā partrauktā bultiņa","upwards dashed arrow":"augšupvērsta pārtrauktā bultiņa","downwards dashed arrow":"lejupvērsta pārtrauktā bultiņa","leftwards arrow to bar":"pa kreisi vērstā bultiņa uz joslu","rightwards arrow to bar":"pa labi vērstā bultiņa uz joslu","upwards arrow to bar":"augšupvērsta bultiņa uz joslu","downwards arrow to bar":"lejupvērsta bultiņa uz joslu","up down arrow with base":"augšup-lejupvērsta bultiņa ar pamatni","back with leftwards arrow above":"atpakaļ ar kreisi vērstu bultiņu augšpusē","end with leftwards arrow above":"beigt ar kreisi vērstu bultiņu augšpusē","on with exclamation mark with left right arrow above":"ieslēgts ar izsaukuma zīmi ar kreiso-labo bultiņu augšpusē","soon with rightwards arrow above":"drīz ar uz labo pusi vērstu bultiņu augšpusē","top with upwards arrow above":"augšpusē ar augšupvērstu bultiņu augšpusē","Dollar sign":"Dolārzīme","Euro sign":"Eirozīme","Yen sign":"Jenas zīme","Pound sign":"Mārciņas zīme","Cent sign":"Centa zīme","Euro-currency sign":"Eiro valūtas zīme","Colon sign":"Kols","Cruzeiro sign":"Kruzeiro zīme","French franc sign":"Franču franka zīme","Lira sign":"Liras zīme","Currency sign":"Valūtas zīme","Bitcoin sign":"Bitkoina zīme","Mill sign":"Millas zīmes","Naira sign":"Nairas zīme","Peseta sign":"Pesetas zīme","Rupee sign":"Rūpijas zīme","Won sign":"Vonas zīme","New sheqel sign":"Šekeļa zīme","Dong sign":"Donga zīme","Kip sign":"Kipa zīme","Tugrik sign":"Tugrika zīme","Drachma sign":"Drahmas zīme","German penny sign":"Vācu santīma zīme","Peso sign":"Peso zīme","Guarani sign":"Guarani zīme","Austral sign":"Austrāla zīme","Hryvnia sign":"Grivnas zīme","Cedi sign":"Sedi zīme","Livre tournois sign":"Tours mārciņu zīme","Spesmilo sign":"Spesmilo zīme","Tenge sign":"Tenges zīme","Indian rupee sign":"Indijas rūpijas zīme","Turkish lira sign":"Turcijas liras zīme","Nordic mark sign":"Ziemeļu markas zīme","Manat sign":"Manata zīme","Ruble sign":"Rubļa zīme","Latin capital letter a with macron":"Latīņu lielais burts a ar garumzīmi","Latin small letter a with macron":"Latīņu mazais burts a ar garumzīmi","Latin capital letter a with breve":"Latīņu lielais burts a ar īsuma zīmi","Latin small letter a with breve":"Latīņu mazais burts a ar īsuma zīmi","Latin capital letter a with ogonek":"Latīņu lielais burts a ar ogoneku","Latin small letter a with ogonek":"Latīņu mazais burts a ar ogoneku","Latin capital letter c with acute":"Latīņu lielais burts c ar akūtu","Latin small letter c with acute":"Latīņu mazais burts c ar akūtu","Latin capital letter c with circumflex":"Latīņu lielais burts c ar cirkumfleksu","Latin small letter c with circumflex":"Latīņu mazais burts c ar cirkumfleksu","Latin capital letter c with dot above":"Latīņu lielais burts c ar punktu augšpusē","Latin small letter c with dot above":"Latīņu mazais burts c ar punktu augšpusē","Latin capital letter c with caron":"Latīņu lielais burts c ar karonu","Latin small letter c with caron":"Latīņu mazais burts c ar karonu","Latin capital letter d with caron":"Latīņu lielais burts d ar karonu","Latin small letter d with caron":"Latīņu mazais burts d ar karonu","Latin capital letter d with stroke":"Latīņu lielais burts d ar līniju","Latin small letter d with stroke":"Latīņu mazais burts d ar līniju","Latin capital letter e with macron":"Latīņu lielais burts e ar garumzīmi","Latin small letter e with macron":"Latīņu mazais burts e ar garumzīmi","Latin capital letter e with breve":"Latīņu lielais burts e ar īsuma zīmi","Latin small letter e with breve":"Latīņu mazais burts e ar īsuma zīmi","Latin capital letter e with dot above":"Latīņu lielais burts e ar punktu augšpusē","Latin small letter e with dot above":"Latīņu mazais burts e ar punktu augšpusē","Latin capital letter e with ogonek":"Latīņu lielais burts e ar ogoneku","Latin small letter e with ogonek":"Latīņu mazais burts e ar ogoneku","Latin capital letter e with caron":"Latīņu lielais burts e ar karonu","Latin small letter e with caron":"Latīņu mazais burts e ar karonu","Latin capital letter g with circumflex":"Latīņu lielais burts g ar cirkumfleksu","Latin small letter g with circumflex":"Latīņu mazais burts g ar cirkumfleksu","Latin capital letter g with breve":"Latīņu lielais burts g ar īsuma zīmi","Latin small letter g with breve":"Latīņu mazais burts g ar īsuma zīmi","Latin capital letter g with dot above":"Latīņu lielais burts g ar punktu augšpusē","Latin small letter g with dot above":"Latīņu mazais burts e ar punktu augšpusē","Latin capital letter g with cedilla":"Latīņu lielais burts g ar sediļu","Latin small letter g with cedilla":"Latīņu mazais burts g ar sediļu","Latin capital letter h with circumflex":"Latīņu lielais burts h ar cirkumfleksu","Latin small letter h with circumflex":"Latīņu mazais burts c ar cirkumfleksu","Latin capital letter h with stroke":"Latīņu lielais burts h ar līniju","Latin small letter h with stroke":"Latīņu mazais burts h ar līniju","Latin capital letter i with tilde":"Latīņu lielais burts i ar tildi","Latin small letter i with tilde":"Latīņu mazais burts i ar tildi","Latin capital letter i with macron":"Latīņu lielais burts i ar garumzīmi","Latin small letter i with macron":"Latīņu mazais burts i ar garumzīmi","Latin capital letter i with breve":"Latīņu lielais burts i ar īsuma zīmi","Latin small letter i with breve":"Latīņu mazais burts i ar īsuma zīmi","Latin capital letter i with ogonek":"Latīņu lielais burts i ar ogoneku","Latin small letter i with ogonek":"Latīņu mazais burts i ar ogoneku","Latin capital letter i with dot above":"Latīņu lielais burts i ar punktu augšpusē","Latin small letter dotless i":"Latīņu mazais bezpunkta burts i","Latin capital ligature ij":"Latīņu lielā ligatūra ij","Latin small ligature ij":"Latīņu mazā ligatūra ij","Latin capital letter j with circumflex":"Latīņu lielais burts j ar cirkumfleksu","Latin small letter j with circumflex":"Latīņu mazais burts j ar cirkumfleksu","Latin capital letter k with cedilla":"Latīņu lielais burts k ar sediļu","Latin small letter k with cedilla":"Latīņu mazais burts k ar sediļu","Latin small letter kra":"Latīņu mazais burts kra","Latin capital letter l with acute":"Latīņu lielais burts l ar akūtu","Latin small letter l with acute":"Latīņu mazais burts l ar akūtu","Latin capital letter l with cedilla":"Latīņu lielais burts l ar sediļu","Latin small letter l with cedilla":"Latīņu mazais burts l ar sediļu","Latin capital letter l with caron":"Latīņu lielais burts l ar karonu","Latin small letter l with caron":"Latīņu mazais burts l ar karonu","Latin capital letter l with middle dot":"Latīņu lielais burts l ar vidējo punktu","Latin small letter l with middle dot":"Latīņu mazais burts l ar vidējo punktu","Latin capital letter l with stroke":"Latīņu lielais burts l ar līniju","Latin small letter l with stroke":"Latīņu mazais burts l ar līniju","Latin capital letter n with acute":"Latīņu lielais burts n ar akūtu","Latin small letter n with acute":"Latīņu mazais burts n ar akūtu","Latin capital letter n with cedilla":"Latīņu lielais burts n ar sediļu","Latin small letter n with cedilla":"Latīņu mazais burts n ar sediļu","Latin capital letter n with caron":"Latīņu lielais burts n ar karonu","Latin small letter n with caron":"Latīņu mazais burts n ar karonu","Latin small letter n preceded by apostrophe":"Latīņu mazais burts n, pirms kura ir apostrofs","Latin capital letter eng":"Latīņu lielais burts eng","Latin small letter eng":"Latīņu mazais burts eng","Latin capital letter o with macron":"Latīņu lielais burts o ar garumzīmi","Latin small letter o with macron":"Latīņu mazais burts o ar garumzīmi","Latin capital letter o with breve":"Latīņu lielais burts o ar īsuma zīmi","Latin small letter o with breve":"Latīņu mazais burts o ar īsuma zīmi","Latin capital letter o with double acute":"Latīņu lielais burts o ar dubultu akūtu","Latin small letter o with double acute":"Latīņu mazais burts o ar dubultu akūtu","Latin capital ligature oe":"Latīņu lielā ligatūra oe","Latin small ligature oe":"Latīņu mazā ligatūra oe","Latin capital letter r with acute":"Latīņu lielais burts r ar akūtu","Latin small letter r with acute":"Latīņu mazais burts r ar akūtu","Latin capital letter r with cedilla":"Latīņu lielais burts r ar sediļu","Latin small letter r with cedilla":"Latīņu mazais burts r ar sediļu","Latin capital letter r with caron":"Latīņu lielais burts r ar karonu","Latin small letter r with caron":"Latīņu mazais burts r ar karonu","Latin capital letter s with acute":"Latīņu lielais burts s ar akūtu","Latin small letter s with acute":"Latīņu mazais burts s ar akūtu","Latin capital letter s with circumflex":"Latīņu lielais burts s ar cirkumfleksu","Latin small letter s with circumflex":"Latīņu mazais burts s ar cirkumfleksu","Latin capital letter s with cedilla":"Latīņu lielais burts s ar sediļu","Latin small letter s with cedilla":"Latīņu mazais burts s ar sediļu","Latin capital letter s with caron":"Latīņu lielais burts s ar karonu","Latin small letter s with caron":"Latīņu mazais burts s ar karonu","Latin capital letter t with cedilla":"Latīņu lielais burts t ar sediļu","Latin small letter t with cedilla":"Latīņu mazais burts t ar sediļu","Latin capital letter t with caron":"Latīņu lielais burts t ar karonu","Latin small letter t with caron":"Latīņu mazais burts t ar karonu","Latin capital letter t with stroke":"Latīņu lielais burts t ar līniju","Latin small letter t with stroke":"Latīņu mazais burts t ar līniju","Latin capital letter u with tilde":"Latīņu lielais burts u ar tildi","Latin small letter u with tilde":"Latīņu mazais burts u ar tildi","Latin capital letter u with macron":"Latīņu lielais burts u ar garumzīmi","Latin small letter u with macron":"Latīņu mazais burts u ar garumzīmi","Latin capital letter u with breve":"Latīņu lielais burts u ar īsuma zīmi","Latin small letter u with breve":"Latīņu mazais burts u ar īsuma zīmi","Latin capital letter u with ring above":"Latīņu lielais burts u ar gredzenu augšpusē","Latin small letter u with ring above":"Latīņu mazais burts u ar gredzenu augšpusē","Latin capital letter u with double acute":"Latīņu lielais burts u ar dubultu akūtu","Latin small letter u with double acute":"Latīņu mazais burts u ar dubultu akūtu","Latin capital letter u with ogonek":"Latīņu lielais burts u ar ogoneku","Latin small letter u with ogonek":"Latīņu mazais burts u ar ogoneku","Latin capital letter w with circumflex":"Latīņu lielais burts w ar cirkumfleksu","Latin small letter w with circumflex":"Latīņu mazais burts w ar cirkumfleksu","Latin capital letter y with circumflex":"Latīņu lielais burts y ar cirkumfleksu","Latin small letter y with circumflex":"Latīņu mazais burts y ar cirkumfleksu","Latin capital letter y with diaeresis":"Latīņu lielais burts y ar diaerēzi","Latin capital letter z with acute":"Latīņu lielais burts z ar akūtu","Latin small letter z with acute":"Latīņu mazais burts z ar akūtu","Latin capital letter z with dot above":"Latīņu lielais burts z ar punktu augšpusē","Latin small letter z with dot above":"Latīņu mazais burts z ar punktu augšpusē","Latin capital letter z with caron":"Latīņu lielais burts z ar karonu","Latin small letter z with caron":"Latīņu mazais burts z ar karonu","Latin small letter long s":"Latīņu mazais burts garais s","Less-than sign":"Mazāk nekā zīme","Greater-than sign":"Vairāk nekā zīme","Less-than or equal to":"Mazāks par vai vienāds ar","Greater-than or equal to":"Lielāks par vai vienāds ar","En dash":"Īsa domuzīme","Em dash":"Domuzīme",Macron:"Garumzīme",Overline:"Virssvītra","Degree sign":"Grādu zīme","Minus sign":"Mīnus zīme","Plus-minus sign":"Plus-mīnus zīme","Division sign":"Dalīšanas zīme","Fraction slash":"Dalīšanas slīpsvītra","Multiplication sign":"Reizināšanas zīme","Latin small letter f with hook":"Latīņu mazais burts f ar āķi",Integral:"Integrālis","N-ary summation":"N-āra summa",Infinity:"Bezgalība","Square root":"Kvadrātsakne","Tilde operator":"Tildes operators","Approximately equal to":"Aptuveni vienāds ar","Almost equal to":"Gandrīz vienāds ar","Not equal to":"Nav vienāds ar","Identical to":"Vienāds ar","Element of":"Elements no","Not an element of":"Nav elements","Contains as member":"Satur kā ","N-ary product":"N-ārs produkts","Logical and":"Loģisks un ","Logical or":"Loģisks vai","Not sign":"Aizlieguma zīme",Intersection:"Intersekcija",Union:"Savienība","Partial differential":"Daļējs diferenciālis","For all":"Visiem","There exists":"Eksistē","Empty set":"Tukša kopa",Nabla:"Nabla","Asterisk operator":"Asterisks","Proportional to":"Proporcionāls",Angle:"Stūris","Vulgar fraction one quarter":"Viena ceturtdaļa","Vulgar fraction one half":"Viena puse","Vulgar fraction three quarters":"Trīs ceturtdaļas","Single left-pointing angle quotation mark":"Pa kreisi vērsta stūrainā pēdiņa","Single right-pointing angle quotation mark":"Pa labi vērsta stūrainā pēdiņa","Left-pointing double angle quotation mark":"Pa kreisi vērstas dubultās stūrainās pēdiņas","Right-pointing double angle quotation mark":"Pa labi vērstas dubultās stūrainās pēdiņas","Left single quotation mark":"Viena kreisā pēdiņa","Right single quotation mark":"Viena labā pēdiņa","Left double quotation mark":"Kreisās dubultās pēdiņas","Right double quotation mark":"Labās dubultās pēdiņas","Single low-9 quotation mark":"Viena zemā-9 pēdiņās","Double low-9 quotation mark":"Dubultās zemās-9 pēdiņās","Inverted exclamation mark":"Apgriezta izsaukuma zīme","Inverted question mark":"Apgriezta jautājuma zīme","Two dot leader":"Divu punktu līderis","Horizontal ellipsis":"Horizontālā elipse","Double dagger":"Dubults duncis","Per mille sign":"Promiles zīme","Per ten thousand sign":"Desmit tūkstošās daļas zīme","Double exclamation mark":"Dubulta izsaukuma zīme","Question exclamation mark":"Jautājuma izsaukuma zīme","Exclamation question mark":"Izsaukuma jautājuma zīme","Double question mark":"Dubulta jautājumzīme","Copyright sign":"Autortiesību zīme","Registered sign":"Reģistrēta prečuzīmes zīme","Trade mark sign":"Prečuzīmes zīme","Section sign":"Sekcijas zīme","Paragraph sign":"Rindkopas zīme","Reversed paragraph sign":"Apgrieztā rindkopas zīme","Character categories":"Rakstzīmju kategorijas",Styles:"Stili","Multiple styles":"Vairāki stili","Block styles":"Bloka stili","Text styles":"Teksta stili","Insert table":"Ievietot tabulu","Header column":"Šī kolonna ir galvene","Insert column left":"Ievietot kolonnu pa kreisi","Insert column right":"Ievietot kolonnu pa labi","Delete column":"Dzēst kolonnu","Select column":"Izvēlēties kolonnu",Column:"Kolonna","Header row":"Šī rinda ir galvene","Insert row below":"Ievietot rindu zem","Insert row above":"Ievietot rindu virs","Delete row":"Dzēst rindu","Select row":"Izvēlēties rindu",Row:"Rinda","Merge cell up":"Apvienot šūnas uz augšu","Merge cell right":"Apvienot šūnas pa labi","Merge cell down":"Apvienot šūnas uz leju","Merge cell left":"Apvienot šūnas pa kreisi","Split cell vertically":"Atdalīt šūnu vertikāli","Split cell horizontally":"Atdalīt šūnu horizontāli","Merge cells":"Apvienot šūnas","Table toolbar":"Tabulas rīkjosla","Table properties":"Tabulas īpašības","Cell properties":"Šūnas īpašības",Border:"Apmale",Style:"Stils",Width:"Platums",Height:"Augstums",Color:"Teksta krāsa",Background:"Fona krāsa",Padding:"Atstatums",Dimensions:"Izmēri","Table cell text alignment":"Teksta novietojums šūnā",Alignment:"Novietojums","Horizontal text alignment toolbar":"Horizontāla teksta līdzināšana","Vertical text alignment toolbar":"Vertikāla teksta līdzināšana","Table alignment toolbar":"Tabulas līdzināšana",None:"Bez apmales",Solid:"Nepārtraukta līnija",Dotted:"Punktēta līnija",Dashed:"Pārtraukta līnija",Double:"Dubulta līnija",Groove:"Iespiesta līnija",Ridge:"Izcelta līnija",Inset:"Ievietot / ieliktnis",Outset:"sākums","Align cell text to the left":"Līdzināt šūnas tekstu pa kreisi","Align cell text to the center":"Līdzināt šūnas tekstu centrā","Align cell text to the right":"Līdzināt šūnas tekstu pa labi","Justify cell text":"Taisnot šūnas tekstu","Align cell text to the top":"Līdzināt šūnas tekstu pie augšas","Align cell text to the middle":"Līdzināt šūnas tekstu vidū","Align cell text to the bottom":"Līdzināt šūnas tekstu pie apakšas","Align table to the left":"Līdzināt tabulu pa kreisi","Center table":"Centrēt tabulu","Align table to the right":"Līdzināt tabulu pa labi","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Krāsa nav korekta. Mēģiniet \"#FF0000\" vai \"rgb(255,0,0)\" vai \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Vērtība nav korekta. Mēģiniet \"10px\" vai \"2em\" vai vienkārši \"2\"","Color picker":"Krāsu palete","Toggle caption off":"Izslēgt tabulas parakstu","Toggle caption on":"Ieslēgt tabulas parakstu","Enter table caption":"Ievadiet tabulas parakstu","Rich Text Editor":"Bagātinātais Teksta Redaktors","Editor editing area: %0":"Redaktora rediģēšanas zona: %0","Edit block":"Labot bloku",Next:"Nākamā",Previous:"Iepriekšējā","Editor toolbar":"Redaktora rīkjosla","Dropdown toolbar":"Papildus izvēlnes rīkjosla",Black:"Melns","Dim grey":"Blāvi pelēks",Grey:"Pelēks","Light grey":"Gaiši pelēks",White:"Balts",Red:"Sarkans",Orange:"Oranžs",Yellow:"Dzeltens","Light green":"Gaiši zaļš",Green:"Zaļš",Aquamarine:"Akvamarīns",Turquoise:"Tirkīza","Light blue":"Gaiši zils",Blue:"Zils",Purple:"Violets","Editor block content toolbar":"Rediģēšanas bloka satura rīkjosla","Editor contextual toolbar":"Redaktora konteksta rīkjosla",HEX:"",Undo:"Atsaukt",Redo:"Uz priekšu","Upload in progress":"Notiek augšupielāde","Widget toolbar":"Sīkrīku rīkjosla","Insert paragraph before block":"Ievietot paragrāfu pirms bloka","Insert paragraph after block":"Ievietot paragrāfu aiz bloka","Press Enter to type after or press Shift + Enter to type before the widget":"Nospiediet taustiņu Enter, lai rakstītu aiz logrīka, vai nospiediet taustiņu Shift + Enter, lai rakstītu pirms logrīka","Words: %0":"Vārdi: %0","Characters: %0":"Rakstzīmes: %0"} );l.getPluralForm=function(n){return (n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['lv'] = d['lv'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Pa kreisi","Align right":"Pa labi","Align center":"Centrēt",Justify:"Izlīdzināt abas malas","Text alignment":"Teksta izlīdzināšana","Text alignment toolbar":"Teksta līdzināšanas rīkjosla",Bold:"Trekns",Italic:"Kursīvs",Underline:"Pasvītrots",Code:"Kods",Strikethrough:"Nosvītrots",Subscript:"Apakšraksts",Superscript:"Augšraksts","Block quote":"Citāts","Insert code block":"Ievietot koda bloku","Plain text":"Vienkāršs teksts",Cancel:"Atcelt","Remove color":"Noņemt krāsu","Restore default":"Atgriezt noklusējumu",Save:"Saglabāt","Show more items":"Parādīt vairāk vienumus","%0 of %1":"%0 no %1","Cannot upload file:":"Nevar augšupielādēt failu:","Rich Text Editor. Editing area: %0":"Bagātīga Teksta Redaktors. Rediģēšanas zona: %0","Find and replace":"Meklēt un aizstāt","Find in text…":"Meklēt tekstā...",Find:"Meklēt","Previous result":"Iepriekšējais rezultāts","Next result":"Nākamais rezultāts",Replace:"Aizstāt","Replace all":"Aizstāt visu","Match case":"Precīza atbilstība","Whole words only":"Tikai pilni vārdi","Replace with…":"Aizstāt ar...","Text to find must not be empty.":"Meklēšanas tekstam jābūt aizpildītam.","Tip: Find some text first in order to replace it.":"Padoms: Sākumā uzmeklējiet tekstu un tikai tad aizstājiet to.","Show options":"Parādīt opcijas",Paragraph:"Paragrāfs",Heading:"Virsraksts","Choose heading":"Izvēlēties virsrakstu","Heading 1":"Virsraksts 1","Heading 2":"Virsraksts 2","Heading 3":"Virsraksts 3","Heading 4":"Virsraksts 4","Heading 5":"Virsraksts 5","Heading 6":"Virsraksts 6","Type your title":"Ievadiet virsrakstu","Type or paste your content here.":"Rakstiet vai ielīmējiet saturu šeit.","Horizontal line":"Horizontāli atdalošā līnija","HTML object":"HTML objekts","Increase indent":"Palielināt atkāpi","Decrease indent":"Samazināt atkāpi",Unlink:"Noņemt Saiti",Link:"Saite","Link URL":"Saites URL","Link image":"Ievietot saiti uz attēla","Edit link":"Labot Saiti","Open link in new tab":"Atvērt saiti jaunā cilnē","This link has no URL":"Saitei nav norādīts URL","Open in a new tab":"Atvērt jaunā cilnē",Downloadable:"Lejupielādējams","Numbered List":"Numurēts Saraksts","Bulleted List":"Nenumurēts Saraksts","To-do List":"To-do Saraksts","Bulleted list styles toolbar":"Nenumurēta saraksta stili","Numbered list styles toolbar":"Numurēta saraksta stili","Toggle the disc list style":"Pārslēgt diskveida saraksta stilu","Toggle the circle list style":"Pārslēgt apļveida saraksta stilu","Toggle the square list style":"Pārslēgt kvadrātveida saraksta stilu","Toggle the decimal list style":"Pārslēgt decimālskaitļu saraksta stilu","Toggle the decimal with leading zero list style":"Pārslēgt decimālskaitļu sākot ar nulli saraksta stilu","Toggle the lower–roman list style":"Pārslēgt mazo romiešu burtu saraksta stilu","Toggle the upper–roman list style":"Pārslēgt lielo romiešu burtu saraksta stilu","Toggle the lower–latin list style":"Pārslēgt mazo latīņu burtu saraksta stilu","Toggle the upper–latin list style":"Pārslēgt lielo latīņu burtu saraksta stilu",Disc:"Disks",Circle:"Aplis",Square:"Kvadrāts",Decimal:"Cipari","Decimal with leading zero":"Decimālskaitļi sākot ar nulli","Lower–roman":"mazie romiešu burti","Upper-roman":"lielie romiešu burti","Lower-latin":"mazie latīņu burti","Upper-latin":"lielie latīņu burti","List properties":"saraksta detaļas","Start at":"Sākt no","Start index must be greater than 0.":"Indeksam jābūt lielākam par 0","Reversed order":"Pretēja secība","Remove Format":"Noņemt formatējumu","Select all":"Izvēlēties visu","Show blocks":"Rādīt blokus",Source:"Pirmavots","Special characters":"Speciālie simboli",All:"Visi",Arrows:"Bultas",Currency:"Valūta",Latin:"Latīņu",Mathematical:"Matemātisks",Text:"Teksts","leftwards simple arrow":"vienkāršā bulta pa kreisi","rightwards simple arrow":"vienkāršā bulta pa labi","upwards simple arrow":"vienkāršā bulta uz augšu","downwards simple arrow":"vienkāršā bulta lejup","leftwards double arrow":"pa kreisi vērstā dubultbultiņa","rightwards double arrow":"pa labi vērstā dubultbultiņa","upwards double arrow":"augšupvērsta dubultā bultiņa","downwards double arrow":"lejupvērsta dubultā bultiņa","leftwards dashed arrow":"pa kreisi vērstā partrauktā bultiņa","rightwards dashed arrow":"pa labi vērstā partrauktā bultiņa","upwards dashed arrow":"augšupvērsta pārtrauktā bultiņa","downwards dashed arrow":"lejupvērsta pārtrauktā bultiņa","leftwards arrow to bar":"pa kreisi vērstā bultiņa uz joslu","rightwards arrow to bar":"pa labi vērstā bultiņa uz joslu","upwards arrow to bar":"augšupvērsta bultiņa uz joslu","downwards arrow to bar":"lejupvērsta bultiņa uz joslu","up down arrow with base":"augšup-lejupvērsta bultiņa ar pamatni","back with leftwards arrow above":"atpakaļ ar kreisi vērstu bultiņu augšpusē","end with leftwards arrow above":"beigt ar kreisi vērstu bultiņu augšpusē","on with exclamation mark with left right arrow above":"ieslēgts ar izsaukuma zīmi ar kreiso-labo bultiņu augšpusē","soon with rightwards arrow above":"drīz ar uz labo pusi vērstu bultiņu augšpusē","top with upwards arrow above":"augšpusē ar augšupvērstu bultiņu augšpusē","Dollar sign":"Dolārzīme","Euro sign":"Eirozīme","Yen sign":"Jenas zīme","Pound sign":"Mārciņas zīme","Cent sign":"Centa zīme","Euro-currency sign":"Eiro valūtas zīme","Colon sign":"Kols","Cruzeiro sign":"Kruzeiro zīme","French franc sign":"Franču franka zīme","Lira sign":"Liras zīme","Currency sign":"Valūtas zīme","Bitcoin sign":"Bitkoina zīme","Mill sign":"Millas zīmes","Naira sign":"Nairas zīme","Peseta sign":"Pesetas zīme","Rupee sign":"Rūpijas zīme","Won sign":"Vonas zīme","New sheqel sign":"Šekeļa zīme","Dong sign":"Donga zīme","Kip sign":"Kipa zīme","Tugrik sign":"Tugrika zīme","Drachma sign":"Drahmas zīme","German penny sign":"Vācu santīma zīme","Peso sign":"Peso zīme","Guarani sign":"Guarani zīme","Austral sign":"Austrāla zīme","Hryvnia sign":"Grivnas zīme","Cedi sign":"Sedi zīme","Livre tournois sign":"Tours mārciņu zīme","Spesmilo sign":"Spesmilo zīme","Tenge sign":"Tenges zīme","Indian rupee sign":"Indijas rūpijas zīme","Turkish lira sign":"Turcijas liras zīme","Nordic mark sign":"Ziemeļu markas zīme","Manat sign":"Manata zīme","Ruble sign":"Rubļa zīme","Latin capital letter a with macron":"Latīņu lielais burts a ar garumzīmi","Latin small letter a with macron":"Latīņu mazais burts a ar garumzīmi","Latin capital letter a with breve":"Latīņu lielais burts a ar īsuma zīmi","Latin small letter a with breve":"Latīņu mazais burts a ar īsuma zīmi","Latin capital letter a with ogonek":"Latīņu lielais burts a ar ogoneku","Latin small letter a with ogonek":"Latīņu mazais burts a ar ogoneku","Latin capital letter c with acute":"Latīņu lielais burts c ar akūtu","Latin small letter c with acute":"Latīņu mazais burts c ar akūtu","Latin capital letter c with circumflex":"Latīņu lielais burts c ar cirkumfleksu","Latin small letter c with circumflex":"Latīņu mazais burts c ar cirkumfleksu","Latin capital letter c with dot above":"Latīņu lielais burts c ar punktu augšpusē","Latin small letter c with dot above":"Latīņu mazais burts c ar punktu augšpusē","Latin capital letter c with caron":"Latīņu lielais burts c ar karonu","Latin small letter c with caron":"Latīņu mazais burts c ar karonu","Latin capital letter d with caron":"Latīņu lielais burts d ar karonu","Latin small letter d with caron":"Latīņu mazais burts d ar karonu","Latin capital letter d with stroke":"Latīņu lielais burts d ar līniju","Latin small letter d with stroke":"Latīņu mazais burts d ar līniju","Latin capital letter e with macron":"Latīņu lielais burts e ar garumzīmi","Latin small letter e with macron":"Latīņu mazais burts e ar garumzīmi","Latin capital letter e with breve":"Latīņu lielais burts e ar īsuma zīmi","Latin small letter e with breve":"Latīņu mazais burts e ar īsuma zīmi","Latin capital letter e with dot above":"Latīņu lielais burts e ar punktu augšpusē","Latin small letter e with dot above":"Latīņu mazais burts e ar punktu augšpusē","Latin capital letter e with ogonek":"Latīņu lielais burts e ar ogoneku","Latin small letter e with ogonek":"Latīņu mazais burts e ar ogoneku","Latin capital letter e with caron":"Latīņu lielais burts e ar karonu","Latin small letter e with caron":"Latīņu mazais burts e ar karonu","Latin capital letter g with circumflex":"Latīņu lielais burts g ar cirkumfleksu","Latin small letter g with circumflex":"Latīņu mazais burts g ar cirkumfleksu","Latin capital letter g with breve":"Latīņu lielais burts g ar īsuma zīmi","Latin small letter g with breve":"Latīņu mazais burts g ar īsuma zīmi","Latin capital letter g with dot above":"Latīņu lielais burts g ar punktu augšpusē","Latin small letter g with dot above":"Latīņu mazais burts e ar punktu augšpusē","Latin capital letter g with cedilla":"Latīņu lielais burts g ar sediļu","Latin small letter g with cedilla":"Latīņu mazais burts g ar sediļu","Latin capital letter h with circumflex":"Latīņu lielais burts h ar cirkumfleksu","Latin small letter h with circumflex":"Latīņu mazais burts c ar cirkumfleksu","Latin capital letter h with stroke":"Latīņu lielais burts h ar līniju","Latin small letter h with stroke":"Latīņu mazais burts h ar līniju","Latin capital letter i with tilde":"Latīņu lielais burts i ar tildi","Latin small letter i with tilde":"Latīņu mazais burts i ar tildi","Latin capital letter i with macron":"Latīņu lielais burts i ar garumzīmi","Latin small letter i with macron":"Latīņu mazais burts i ar garumzīmi","Latin capital letter i with breve":"Latīņu lielais burts i ar īsuma zīmi","Latin small letter i with breve":"Latīņu mazais burts i ar īsuma zīmi","Latin capital letter i with ogonek":"Latīņu lielais burts i ar ogoneku","Latin small letter i with ogonek":"Latīņu mazais burts i ar ogoneku","Latin capital letter i with dot above":"Latīņu lielais burts i ar punktu augšpusē","Latin small letter dotless i":"Latīņu mazais bezpunkta burts i","Latin capital ligature ij":"Latīņu lielā ligatūra ij","Latin small ligature ij":"Latīņu mazā ligatūra ij","Latin capital letter j with circumflex":"Latīņu lielais burts j ar cirkumfleksu","Latin small letter j with circumflex":"Latīņu mazais burts j ar cirkumfleksu","Latin capital letter k with cedilla":"Latīņu lielais burts k ar sediļu","Latin small letter k with cedilla":"Latīņu mazais burts k ar sediļu","Latin small letter kra":"Latīņu mazais burts kra","Latin capital letter l with acute":"Latīņu lielais burts l ar akūtu","Latin small letter l with acute":"Latīņu mazais burts l ar akūtu","Latin capital letter l with cedilla":"Latīņu lielais burts l ar sediļu","Latin small letter l with cedilla":"Latīņu mazais burts l ar sediļu","Latin capital letter l with caron":"Latīņu lielais burts l ar karonu","Latin small letter l with caron":"Latīņu mazais burts l ar karonu","Latin capital letter l with middle dot":"Latīņu lielais burts l ar vidējo punktu","Latin small letter l with middle dot":"Latīņu mazais burts l ar vidējo punktu","Latin capital letter l with stroke":"Latīņu lielais burts l ar līniju","Latin small letter l with stroke":"Latīņu mazais burts l ar līniju","Latin capital letter n with acute":"Latīņu lielais burts n ar akūtu","Latin small letter n with acute":"Latīņu mazais burts n ar akūtu","Latin capital letter n with cedilla":"Latīņu lielais burts n ar sediļu","Latin small letter n with cedilla":"Latīņu mazais burts n ar sediļu","Latin capital letter n with caron":"Latīņu lielais burts n ar karonu","Latin small letter n with caron":"Latīņu mazais burts n ar karonu","Latin small letter n preceded by apostrophe":"Latīņu mazais burts n, pirms kura ir apostrofs","Latin capital letter eng":"Latīņu lielais burts eng","Latin small letter eng":"Latīņu mazais burts eng","Latin capital letter o with macron":"Latīņu lielais burts o ar garumzīmi","Latin small letter o with macron":"Latīņu mazais burts o ar garumzīmi","Latin capital letter o with breve":"Latīņu lielais burts o ar īsuma zīmi","Latin small letter o with breve":"Latīņu mazais burts o ar īsuma zīmi","Latin capital letter o with double acute":"Latīņu lielais burts o ar dubultu akūtu","Latin small letter o with double acute":"Latīņu mazais burts o ar dubultu akūtu","Latin capital ligature oe":"Latīņu lielā ligatūra oe","Latin small ligature oe":"Latīņu mazā ligatūra oe","Latin capital letter r with acute":"Latīņu lielais burts r ar akūtu","Latin small letter r with acute":"Latīņu mazais burts r ar akūtu","Latin capital letter r with cedilla":"Latīņu lielais burts r ar sediļu","Latin small letter r with cedilla":"Latīņu mazais burts r ar sediļu","Latin capital letter r with caron":"Latīņu lielais burts r ar karonu","Latin small letter r with caron":"Latīņu mazais burts r ar karonu","Latin capital letter s with acute":"Latīņu lielais burts s ar akūtu","Latin small letter s with acute":"Latīņu mazais burts s ar akūtu","Latin capital letter s with circumflex":"Latīņu lielais burts s ar cirkumfleksu","Latin small letter s with circumflex":"Latīņu mazais burts s ar cirkumfleksu","Latin capital letter s with cedilla":"Latīņu lielais burts s ar sediļu","Latin small letter s with cedilla":"Latīņu mazais burts s ar sediļu","Latin capital letter s with caron":"Latīņu lielais burts s ar karonu","Latin small letter s with caron":"Latīņu mazais burts s ar karonu","Latin capital letter t with cedilla":"Latīņu lielais burts t ar sediļu","Latin small letter t with cedilla":"Latīņu mazais burts t ar sediļu","Latin capital letter t with caron":"Latīņu lielais burts t ar karonu","Latin small letter t with caron":"Latīņu mazais burts t ar karonu","Latin capital letter t with stroke":"Latīņu lielais burts t ar līniju","Latin small letter t with stroke":"Latīņu mazais burts t ar līniju","Latin capital letter u with tilde":"Latīņu lielais burts u ar tildi","Latin small letter u with tilde":"Latīņu mazais burts u ar tildi","Latin capital letter u with macron":"Latīņu lielais burts u ar garumzīmi","Latin small letter u with macron":"Latīņu mazais burts u ar garumzīmi","Latin capital letter u with breve":"Latīņu lielais burts u ar īsuma zīmi","Latin small letter u with breve":"Latīņu mazais burts u ar īsuma zīmi","Latin capital letter u with ring above":"Latīņu lielais burts u ar gredzenu augšpusē","Latin small letter u with ring above":"Latīņu mazais burts u ar gredzenu augšpusē","Latin capital letter u with double acute":"Latīņu lielais burts u ar dubultu akūtu","Latin small letter u with double acute":"Latīņu mazais burts u ar dubultu akūtu","Latin capital letter u with ogonek":"Latīņu lielais burts u ar ogoneku","Latin small letter u with ogonek":"Latīņu mazais burts u ar ogoneku","Latin capital letter w with circumflex":"Latīņu lielais burts w ar cirkumfleksu","Latin small letter w with circumflex":"Latīņu mazais burts w ar cirkumfleksu","Latin capital letter y with circumflex":"Latīņu lielais burts y ar cirkumfleksu","Latin small letter y with circumflex":"Latīņu mazais burts y ar cirkumfleksu","Latin capital letter y with diaeresis":"Latīņu lielais burts y ar diaerēzi","Latin capital letter z with acute":"Latīņu lielais burts z ar akūtu","Latin small letter z with acute":"Latīņu mazais burts z ar akūtu","Latin capital letter z with dot above":"Latīņu lielais burts z ar punktu augšpusē","Latin small letter z with dot above":"Latīņu mazais burts z ar punktu augšpusē","Latin capital letter z with caron":"Latīņu lielais burts z ar karonu","Latin small letter z with caron":"Latīņu mazais burts z ar karonu","Latin small letter long s":"Latīņu mazais burts garais s","Less-than sign":"Mazāk nekā zīme","Greater-than sign":"Vairāk nekā zīme","Less-than or equal to":"Mazāks par vai vienāds ar","Greater-than or equal to":"Lielāks par vai vienāds ar","En dash":"Īsa domuzīme","Em dash":"Domuzīme",Macron:"Garumzīme",Overline:"Virssvītra","Degree sign":"Grādu zīme","Minus sign":"Mīnus zīme","Plus-minus sign":"Plus-mīnus zīme","Division sign":"Dalīšanas zīme","Fraction slash":"Dalīšanas slīpsvītra","Multiplication sign":"Reizināšanas zīme","Latin small letter f with hook":"Latīņu mazais burts f ar āķi",Integral:"Integrālis","N-ary summation":"N-āra summa",Infinity:"Bezgalība","Square root":"Kvadrātsakne","Tilde operator":"Tildes operators","Approximately equal to":"Aptuveni vienāds ar","Almost equal to":"Gandrīz vienāds ar","Not equal to":"Nav vienāds ar","Identical to":"Vienāds ar","Element of":"Elements no","Not an element of":"Nav elements","Contains as member":"Satur kā ","N-ary product":"N-ārs produkts","Logical and":"Loģisks un ","Logical or":"Loģisks vai","Not sign":"Aizlieguma zīme",Intersection:"Intersekcija",Union:"Savienība","Partial differential":"Daļējs diferenciālis","For all":"Visiem","There exists":"Eksistē","Empty set":"Tukša kopa",Nabla:"Nabla","Asterisk operator":"Asterisks","Proportional to":"Proporcionāls",Angle:"Stūris","Vulgar fraction one quarter":"Viena ceturtdaļa","Vulgar fraction one half":"Viena puse","Vulgar fraction three quarters":"Trīs ceturtdaļas","Single left-pointing angle quotation mark":"Pa kreisi vērsta stūrainā pēdiņa","Single right-pointing angle quotation mark":"Pa labi vērsta stūrainā pēdiņa","Left-pointing double angle quotation mark":"Pa kreisi vērstas dubultās stūrainās pēdiņas","Right-pointing double angle quotation mark":"Pa labi vērstas dubultās stūrainās pēdiņas","Left single quotation mark":"Viena kreisā pēdiņa","Right single quotation mark":"Viena labā pēdiņa","Left double quotation mark":"Kreisās dubultās pēdiņas","Right double quotation mark":"Labās dubultās pēdiņas","Single low-9 quotation mark":"Viena zemā-9 pēdiņās","Double low-9 quotation mark":"Dubultās zemās-9 pēdiņās","Inverted exclamation mark":"Apgriezta izsaukuma zīme","Inverted question mark":"Apgriezta jautājuma zīme","Two dot leader":"Divu punktu līderis","Horizontal ellipsis":"Horizontālā elipse","Double dagger":"Dubults duncis","Per mille sign":"Promiles zīme","Per ten thousand sign":"Desmit tūkstošās daļas zīme","Double exclamation mark":"Dubulta izsaukuma zīme","Question exclamation mark":"Jautājuma izsaukuma zīme","Exclamation question mark":"Izsaukuma jautājuma zīme","Double question mark":"Dubulta jautājumzīme","Copyright sign":"Autortiesību zīme","Registered sign":"Reģistrēta prečuzīmes zīme","Trade mark sign":"Prečuzīmes zīme","Section sign":"Sekcijas zīme","Paragraph sign":"Rindkopas zīme","Reversed paragraph sign":"Apgrieztā rindkopas zīme","Character categories":"Rakstzīmju kategorijas",Styles:"Stili","Multiple styles":"Vairāki stili","Block styles":"Bloka stili","Text styles":"Teksta stili","Insert table":"Ievietot tabulu","Header column":"Šī kolonna ir galvene","Insert column left":"Ievietot kolonnu pa kreisi","Insert column right":"Ievietot kolonnu pa labi","Delete column":"Dzēst kolonnu","Select column":"Izvēlēties kolonnu",Column:"Kolonna","Header row":"Šī rinda ir galvene","Insert row below":"Ievietot rindu zem","Insert row above":"Ievietot rindu virs","Delete row":"Dzēst rindu","Select row":"Izvēlēties rindu",Row:"Rinda","Merge cell up":"Apvienot šūnas uz augšu","Merge cell right":"Apvienot šūnas pa labi","Merge cell down":"Apvienot šūnas uz leju","Merge cell left":"Apvienot šūnas pa kreisi","Split cell vertically":"Atdalīt šūnu vertikāli","Split cell horizontally":"Atdalīt šūnu horizontāli","Merge cells":"Apvienot šūnas","Table toolbar":"Tabulas rīkjosla","Table properties":"Tabulas īpašības","Cell properties":"Šūnas īpašības",Border:"Apmale",Style:"Stils",Width:"Platums",Height:"Augstums",Color:"Teksta krāsa",Background:"Fona krāsa",Padding:"Atstatums",Dimensions:"Izmēri","Table cell text alignment":"Teksta novietojums šūnā",Alignment:"Novietojums","Horizontal text alignment toolbar":"Horizontāla teksta līdzināšana","Vertical text alignment toolbar":"Vertikāla teksta līdzināšana","Table alignment toolbar":"Tabulas līdzināšana",None:"Bez apmales",Solid:"Nepārtraukta līnija",Dotted:"Punktēta līnija",Dashed:"Pārtraukta līnija",Double:"Dubulta līnija",Groove:"Iespiesta līnija",Ridge:"Izcelta līnija",Inset:"Ievietot / ieliktnis",Outset:"sākums","Align cell text to the left":"Līdzināt šūnas tekstu pa kreisi","Align cell text to the center":"Līdzināt šūnas tekstu centrā","Align cell text to the right":"Līdzināt šūnas tekstu pa labi","Justify cell text":"Taisnot šūnas tekstu","Align cell text to the top":"Līdzināt šūnas tekstu pie augšas","Align cell text to the middle":"Līdzināt šūnas tekstu vidū","Align cell text to the bottom":"Līdzināt šūnas tekstu pie apakšas","Align table to the left":"Līdzināt tabulu pa kreisi","Center table":"Centrēt tabulu","Align table to the right":"Līdzināt tabulu pa labi","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Krāsa nav korekta. Mēģiniet \"#FF0000\" vai \"rgb(255,0,0)\" vai \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Vērtība nav korekta. Mēģiniet \"10px\" vai \"2em\" vai vienkārši \"2\"","Color picker":"Krāsu palete","Toggle caption off":"Izslēgt tabulas parakstu","Toggle caption on":"Ieslēgt tabulas parakstu","Enter table caption":"Ievadiet tabulas parakstu","Rich Text Editor":"Bagātinātais Teksta Redaktors","Editor editing area: %0":"Redaktora rediģēšanas zona: %0","Edit block":"Labot bloku",Next:"Nākamā",Previous:"Iepriekšējā","Editor toolbar":"Redaktora rīkjosla","Dropdown toolbar":"Papildus izvēlnes rīkjosla",Black:"Melns","Dim grey":"Blāvi pelēks",Grey:"Pelēks","Light grey":"Gaiši pelēks",White:"Balts",Red:"Sarkans",Orange:"Oranžs",Yellow:"Dzeltens","Light green":"Gaiši zaļš",Green:"Zaļš",Aquamarine:"Akvamarīns",Turquoise:"Tirkīza","Light blue":"Gaiši zils",Blue:"Zils",Purple:"Violets","Editor block content toolbar":"Rediģēšanas bloka satura rīkjosla","Editor contextual toolbar":"Redaktora konteksta rīkjosla",HEX:"HEX Krāsu kods",Accept:"Apstiprināt",Undo:"Atsaukt",Redo:"Uz priekšu","Upload in progress":"Notiek augšupielāde","Widget toolbar":"Sīkrīku rīkjosla","Insert paragraph before block":"Ievietot paragrāfu pirms bloka","Insert paragraph after block":"Ievietot paragrāfu aiz bloka","Press Enter to type after or press Shift + Enter to type before the widget":"Nospiediet taustiņu Enter, lai rakstītu aiz logrīka, vai nospiediet taustiņu Shift + Enter, lai rakstītu pirms logrīka","Words: %0":"Vārdi: %0","Characters: %0":"Rakstzīmes: %0"} );l.getPluralForm=function(n){return (n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ms.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ms.js index 8ffbecc26bfb..01a331d639da 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ms.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ms.js @@ -1 +1 @@ -(function(d){ const l = d['ms'] = d['ms'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Jajarkan kiri","Align right":"Jajarkan kiri","Align center":"Jajarkan tengah",Justify:"Imbang","Text alignment":"Jajaran teks","Text alignment toolbar":"Bar alat capaian jajaran teks",Bold:"Tebal",Italic:"Italik",Underline:"Garis bawah",Code:"Kod",Strikethrough:"Garis lorek",Subscript:"Subskrip",Superscript:"Superskrip","Block quote":"Blok petikan","Insert code block":"Masukkan blok kod","Plain text":"Teks kosong",Cancel:"Batal","Remove color":"Buang warna","Restore default":"Pulihkan lalai",Save:"Simpan","Show more items":"Tunjukkan item lain","%0 of %1":"%0 daripada %1","Cannot upload file:":"Gagal memuat naik fail","Rich Text Editor. Editing area: %0":"Editor Teks Kaya. Ruang suntingan: %0","Find and replace":"Cari dan ganti","Find in text…":"Cari dalam teks...",Find:"Cari","Previous result":"Keputusan sebelumnya","Next result":"Keputusan seterusnya",Replace:"Ganti","Replace all":"Ganti semua","Match case":"Sesuaikan kes","Whole words only":"Perkataan penuh sahaja","Replace with…":"Gantikan dengan...","Text to find must not be empty.":"Teks yang hendak dicari tidak boleh ditinggalkan kosong.","Tip: Find some text first in order to replace it.":"Petua: Cari teks terlebih dahulu untuk menggantikannya.","Show options":"Tunjukkan pilihan",Paragraph:"Perenggan",Heading:"Pengepala","Choose heading":"Pilih pengepala","Heading 1":"Pengepala 1","Heading 2":"Pengepala 2","Heading 3":"Pengepala 3","Heading 4":"Pengepala 4","Heading 5":"Pengepala 5","Heading 6":"Pengepala 6","Type your title":"Taip tajuk anda","Type or paste your content here.":"Taip atau tampal kandungan anda disini.","Horizontal line":"Baris melintang","HTML object":"Objek HTML","Increase indent":"Tambah inden","Decrease indent":"Kurangkan inden",Unlink:"Buang pautan",Link:"Pautkan","Link URL":"Pautkan URL","Link image":"Pautkan imej","Edit link":"Sunting pautan","Open link in new tab":"Buka pautan dalam tab baru","This link has no URL":"Pautan ini tidak mempunyai URL","Open in a new tab":"Buka dalam tab baru",Downloadable:"Boleh dimuat turun","Numbered List":"Senarai Bernombor","Bulleted List":"Senarai Berbulet","To-do List":"Senarai Untuk Dilakukan","Bulleted list styles toolbar":"Bar capaian gaya senarai berbulet","Numbered list styles toolbar":"Bar alat capaian gaya senarai bernombor","Toggle the disc list style":"Buka gaya senarai cakera","Toggle the circle list style":"Buka gaya senarai bulatan","Toggle the square list style":"Buka gaya senarai petak","Toggle the decimal list style":"Buka gaya senarai titik perpuluhan","Toggle the decimal with leading zero list style":"Buka titik perpuluhan dengan gaya senarai kosong pendahulu","Toggle the lower–roman list style":"Buka gaya senarai roman bawah","Toggle the upper–roman list style":"Buka gaya senarai roman atas","Toggle the lower–latin list style":"Buka gaya senarai latin bawah","Toggle the upper–latin list style":"Buka gaya senarai latin atas",Disc:"Cakera",Circle:"Bula",Square:"Petak",Decimal:"Perpuluhan","Decimal with leading zero":"Perpuluhan dengan kosong pendahulu","Lower–roman":"Roman bawah","Upper-roman":"Roman atas","Lower-latin":"Latin bawah","Upper-latin":"Latin atas","List properties":"Senarai sifat","Start at":"Mula pada","Start index must be greater than 0.":"Indeks mula hendaklah lebih besar daripada 0.","Reversed order":"Susunan terbalik","Remove Format":"Buang Format","Select all":"Pilih seterusnya",Source:"Sumber","Special characters":"Aksara istimewa",All:"Semua",Arrows:"Anak Panah",Currency:"Mata Wang",Latin:"Bahasa Latin",Mathematical:"Matematik",Text:"Teks","leftwards simple arrow":"anak panah mudah ke kiri","rightwards simple arrow":"anak panah mudah ke kanan","upwards simple arrow":"anak panah mudah ke atas","downwards simple arrow":"anak panah mudah ke bawah","leftwards double arrow":"anak panah berkembar arah kiri","rightwards double arrow":"anak panah berkembar arah kanan","upwards double arrow":"anak panah berkembar arah atas","downwards double arrow":"anak panah berkembar arah bawah","leftwards dashed arrow":"anak panah bersengkang arah kiri","rightwards dashed arrow":"anak panah bersengkang arah kanan","upwards dashed arrow":"anak panah bersengkang arah atas","downwards dashed arrow":"anak panah bersengkang arah bawah","leftwards arrow to bar":"anak panah arah kiri ke bar","rightwards arrow to bar":"anak panah arah kanan ke bar","upwards arrow to bar":"anak panah arah atas ke bar","downwards arrow to bar":"anak panah arah bawah ke bar","up down arrow with base":"anak panah atas bawah dengan dasar","back with leftwards arrow above":"kembali dengan anak panah arah kiri di atas","end with leftwards arrow above":"tamatkan dengan anak panah arah kiri di atas","on with exclamation mark with left right arrow above":"pada dengan tanda seru dengan anak panah kiri kanan di atas","soon with rightwards arrow above":"tidak lama lagi dengan anak panah arah kanan di atas","top with upwards arrow above":"atas dengan anak panah arah atas di atas","Dollar sign":"Simbol Dolar","Euro sign":"Simbol Euro","Yen sign":"Simbol Yen","Pound sign":"Simbol Paun","Cent sign":"Simbol sen","Euro-currency sign":"Simbol mata wang Euro","Colon sign":"Tanda titik bertindih","Cruzeiro sign":"Simbol Cruzeiro","French franc sign":"Simbol Franc Perancis","Lira sign":"Simbol Lira","Currency sign":"Simbol mata wang","Bitcoin sign":"Simbol Bitcoin","Mill sign":"Simbol Mill","Naira sign":"Simbol Naira","Peseta sign":"Simbol Peseta","Rupee sign":"Simbol Rupee","Won sign":"Simbol Won","New sheqel sign":"Simbol Sheqel baru","Dong sign":"Simbol Dong","Kip sign":"Simbol Kip","Tugrik sign":"Simbol Tugrik","Drachma sign":"Simbol Drachma","German penny sign":"Simbol Peni Jerman","Peso sign":"Simbol Peso","Guarani sign":"Simbol Guarani","Austral sign":"Simbol Austral","Hryvnia sign":"Simbol Hryvnia","Cedi sign":"Simbol Cedi","Livre tournois sign":"Simbol Livre Tournois","Spesmilo sign":"Simbol Spesmilo","Tenge sign":"Simbol Tenge","Indian rupee sign":"Simbol Rupee India","Turkish lira sign":"Simbol Lira Turki","Nordic mark sign":"Simbol lambang Nordik","Manat sign":"Simbol Manat","Ruble sign":"Simbol Ruble","Latin capital letter a with macron":"Huruf Latin a besar dengan tanda makron","Latin small letter a with macron":"Huruf Latin a kecil dengan tanda makron","Latin capital letter a with breve":"Huruf Latin a besar dengan tanda singkat","Latin small letter a with breve":"Huruf Latin a kecil dengan tanda singkat","Latin capital letter a with ogonek":"Huruf Latin a besar dengan tanda ogonek","Latin small letter a with ogonek":"Huruf Latin a kecil dengan tanda ogonek","Latin capital letter c with acute":"Huruf Latin c besar dengan tanda tirus","Latin small letter c with acute":"Huruf Latin c kecil dengan tanda tirus","Latin capital letter c with circumflex":"Huruf Latin c besar dengan tanda sirkumfleks","Latin small letter c with circumflex":"Huruf Latin c kecil dengan tanda Sirkumfleks","Latin capital letter c with dot above":"Huruf Latin c besar dengan titik di atas","Latin small letter c with dot above":"Huruf Latin c kecil dengan titik di atas","Latin capital letter c with caron":"Huruf Latin c besar dengan tanda caron","Latin small letter c with caron":"Huruf Latin c kecil dengan tanda caron","Latin capital letter d with caron":"Huruf Latin d besar dengan tanda caron","Latin small letter d with caron":"Huruf Latin d kecil dengan tanda caron","Latin capital letter d with stroke":"Huruf Latin d besar dengan garis miring","Latin small letter d with stroke":"Huruf Latin d kecil dengan garis miring","Latin capital letter e with macron":"Huruf Latin e besar dengan tanda makron","Latin small letter e with macron":"Huruf Latin e kecil dengan tanda makron","Latin capital letter e with breve":"Huruf Latin e besar dengan tanda singkat","Latin small letter e with breve":"Huruf Latin e kecil dengan tanda singkat","Latin capital letter e with dot above":"Huruf Latin e besar dengan titik di atas","Latin small letter e with dot above":"Huruf Latin e kecil dengan titik di atas","Latin capital letter e with ogonek":"Huruf Latin e besar dengan tanda ogonek","Latin small letter e with ogonek":"Huruf Latin e kecil dengan tanda ogonek","Latin capital letter e with caron":"Huruf Latin e besar dengan tanda caron","Latin small letter e with caron":"Huruf Latin e kecil dengan tanda caron","Latin capital letter g with circumflex":"Huruf Latin g besar dengan tanda sirkumfleks","Latin small letter g with circumflex":"Huruf Latin g kecil dengan tanda sirkumfleks","Latin capital letter g with breve":"Huruf Latin g besar dengan tanda singkat","Latin small letter g with breve":"Huruf Latin g kecil dengan tanda singkat","Latin capital letter g with dot above":"Huruf Latin g besar dengan titik di atas","Latin small letter g with dot above":"Huruf Latin g kecil dengan titik di atas","Latin capital letter g with cedilla":"Huruf Latin g besar dengan tanda sedila","Latin small letter g with cedilla":"Huruf Latin g kecil dengan tanda sedila","Latin capital letter h with circumflex":"Huruf Latin h besar dengan tanda sirkumfleks","Latin small letter h with circumflex":"Huruf Latin h kecil dengan tanda sirkumfleks","Latin capital letter h with stroke":"Huruf Latin h besar dengan garis miring","Latin small letter h with stroke":"Huruf Latin h kecil dengan garis miring","Latin capital letter i with tilde":"Huruf Latin i besar dengan tanda tilde","Latin small letter i with tilde":"Huruf Latin i kecil dengan tanda tilde","Latin capital letter i with macron":"Huruf Latin i besar dengan tanda makron","Latin small letter i with macron":"Huruf Latin i kecil dengan tanda makron","Latin capital letter i with breve":"Huruf Latin i besar dengan tanda singkat","Latin small letter i with breve":"Huruf Latin i kecil dengan tanda singkat","Latin capital letter i with ogonek":"Huruf Latin i besar dengan tanda ogonek","Latin small letter i with ogonek":"Huruf Latin i kecil dengan tanda ogonek","Latin capital letter i with dot above":"Huruf Latin i besar dengan titik di atas","Latin small letter dotless i":"Huruf Latin i kecil tanpa titik","Latin capital ligature ij":"Huruf kembar Latin ij besar","Latin small ligature ij":"Huruf kembar Latin ij kecil","Latin capital letter j with circumflex":"Huruf Latin j besar dengan tanda sirkumfleks","Latin small letter j with circumflex":"Huruf Latin j kecil dengan tanda sirkumfleks","Latin capital letter k with cedilla":"Huruf Latin k besar dengan tanda sedila","Latin small letter k with cedilla":"Huruf Latin k kecil dengan tanda sedila","Latin small letter kra":"Huruf Latin kra kecil","Latin capital letter l with acute":"Huruf Latin l besar dengan tanda tirus","Latin small letter l with acute":"Huruf Latin l kecil dengan tanda tirus","Latin capital letter l with cedilla":"Huruf Latin l besar dengan tanda sedila","Latin small letter l with cedilla":"Huruf Latin l kecil dengan tanda sedila","Latin capital letter l with caron":"Huruf Latin l besar dengan tanda caron","Latin small letter l with caron":"Huruf Latin l kecil dengan tanda caron","Latin capital letter l with middle dot":"Huruf Latin l besar dengan titik tengah","Latin small letter l with middle dot":"Huruf Latin l kecil dengan titik tengah","Latin capital letter l with stroke":"Huruf Latin l besar dengan garis miring","Latin small letter l with stroke":"Huruf Latin l kecil dengan garis miring","Latin capital letter n with acute":"Huruf Latin n besar dengan tanda tirus","Latin small letter n with acute":"Huruf Latin n kecil dengan tanda tirus","Latin capital letter n with cedilla":"Huruf Latin n besar dengan tanda sedila","Latin small letter n with cedilla":"Huruf Latin n kecil dengan tanda sedila","Latin capital letter n with caron":"Huruf Latin n besar dengan tanda caron","Latin small letter n with caron":"Huruf Latin n kecil dengan tanda caron","Latin small letter n preceded by apostrophe":"Huruf Latin n kecil didahului dengan koma atas","Latin capital letter eng":"Huruf Latin eng besar","Latin small letter eng":"Huruf Latin eng kecil","Latin capital letter o with macron":"Huruf Latin o besar dengan tanda makron","Latin small letter o with macron":"Huruf Latin o kecil dengan tanda makron","Latin capital letter o with breve":"Huruf Latin o besar dengan tanda singkat","Latin small letter o with breve":"Huruf Latin o kecil dengan tanda singkat","Latin capital letter o with double acute":"Huruf Latin o besar dengan tanda tirus berkembar","Latin small letter o with double acute":"Huruf Latin o kecil dengan tanda tirus berkembar","Latin capital ligature oe":"Huruf kembar Latin oe besar","Latin small ligature oe":"Huruf kembar Latin oe kecil","Latin capital letter r with acute":"Huruf Latin r besar dengan tanda tirus","Latin small letter r with acute":"Huruf Latin r kecil dengan tanda tirus","Latin capital letter r with cedilla":"Huruf Latin r besar dengan tanda sedila","Latin small letter r with cedilla":"Huruf Latin r kecil dengan tanda sedila","Latin capital letter r with caron":"Huruf Latin r besar dengan tanda caron","Latin small letter r with caron":"Huruf Latin r kecil dengan tanda caron","Latin capital letter s with acute":"Huruf Latin s besar dengan tanda tirus","Latin small letter s with acute":"Huruf Latin s kecil dengan tanda tirus","Latin capital letter s with circumflex":"Huruf Latin s besar dengan tanda sirkumfleks","Latin small letter s with circumflex":"Huruf Latin s kecil dengan tanda sirkumfleks","Latin capital letter s with cedilla":"Huruf Latin s besar dengan tanda sedila","Latin small letter s with cedilla":"Huruf Latin s kecil dengan tanda sedila","Latin capital letter s with caron":"Huruf Latin s besar dengan tanda caron","Latin small letter s with caron":"Huruf Latin s kecil dengan tanda caron","Latin capital letter t with cedilla":"Huruf Latin t besar dengan tanda sedila","Latin small letter t with cedilla":"Huruf Latin t kecil dengan tanda sedila","Latin capital letter t with caron":"Huruf Latin t besar dengan tanda caron","Latin small letter t with caron":"Huruf Latin t kecil dengan tanda caron","Latin capital letter t with stroke":"Huruf Latin t besar dengan garis miring","Latin small letter t with stroke":"Huruf Latin t kecil dengan garis miring","Latin capital letter u with tilde":"Huruf Latin u besar dengan tanda tilde","Latin small letter u with tilde":"Huruf Latin u kecil dengan tanda tilde","Latin capital letter u with macron":"Huruf Latin u besar dengan tanda makron","Latin small letter u with macron":"Huruf Latin u kecil dengan tanda makron","Latin capital letter u with breve":"Huruf Latin u besar dengan tanda singkat","Latin small letter u with breve":"Huruf Latin u kecil dengan tanda singkat","Latin capital letter u with ring above":"Huruf Latin u besar dengan bulatan di atas","Latin small letter u with ring above":"Huruf Latin u kecil dengan bulatan di atas","Latin capital letter u with double acute":"Huruf Latin u besar dengan tanda tirus berkembar","Latin small letter u with double acute":"Huruf Latin u kecil dengan tanda tirus berkembar","Latin capital letter u with ogonek":"Huruf Latin u besar dengan tanda ogonek","Latin small letter u with ogonek":"Huruf Latin u kecil dengan tanda ogonek","Latin capital letter w with circumflex":"Huruf Latin w besar dengan tanda sirkumfleks","Latin small letter w with circumflex":"Huruf Latin w kecil dengan tanda sirkumfleks","Latin capital letter y with circumflex":"Huruf Latin y besar dengan tanda sirkumfleks","Latin small letter y with circumflex":"Huruf Latin y kecil dengan tanda sirkumfleks","Latin capital letter y with diaeresis":"Huruf Latin y besar dengan tanda diaresis","Latin capital letter z with acute":"Huruf Latin z besar dengan tanda tirus","Latin small letter z with acute":"Huruf Latin z kecil dengan tanda tirus","Latin capital letter z with dot above":"Huruf Latin z besar dengan titik di atas","Latin small letter z with dot above":"Huruf Latin z kecil dengan titik di atas","Latin capital letter z with caron":"Huruf Latin z besar dengan tanda caron","Latin small letter z with caron":"Huruf Latin z kecil dengan tanda caron","Latin small letter long s":"Huruf latin s panjang kecil","Less-than sign":"Simbol kurang daripada","Greater-than sign":"Simbol lebih besar daripada","Less-than or equal to":"Kurang daripada atau sama dengan","Greater-than or equal to":"Lebih besar daripada atau sama dengan","En dash":"Sengkang en","Em dash":"Sengkang em",Macron:"Tanda makron",Overline:"Garisan atas","Degree sign":"Simbol darjah","Minus sign":"Simbol tolak","Plus-minus sign":"Simbol tambah tolak","Division sign":"Simbol bahagi","Fraction slash":"Garis condong pecahan","Multiplication sign":"Simbol darab","Latin small letter f with hook":"Huruf Latin f kecil dengan cangkuk",Integral:"Integral","N-ary summation":"Penghasiltambahan per - n - an",Infinity:"Infiniti","Square root":"Punca kuasa","Tilde operator":"Pengoperasi tilde","Approximately equal to":"Kira-kira sama dengan","Almost equal to":"Hampir sama dengan","Not equal to":"Tidak sama dengan","Identical to":"Serupa dengan","Element of":"Unsur bagi","Not an element of":"Bukan unsur bagi","Contains as member":"Terkandung sebagai anggota","N-ary product":"Hasil per - n - an","Logical and":"Logik dan","Logical or":"Logik atau","Not sign":"Bukan simbol",Intersection:"Persilangan",Union:"Penyatuan","Partial differential":"Pembezaan separa","For all":"Untuk semua","There exists":"Wujud","Empty set":"Set kosong",Nabla:"Nabla","Asterisk operator":"Pengoperasi asterisk","Proportional to":"Berkadaran dengan",Angle:"Sudut","Vulgar fraction one quarter":"Pecahan kasar satu per empat","Vulgar fraction one half":"Pecahan kasar satu per dua","Vulgar fraction three quarters":"Pecahan kasar tiga per empat","Single left-pointing angle quotation mark":"Tanda petikan sudut ke kiri tunggal","Single right-pointing angle quotation mark":"Tanda petikan sudut ke kanan tunggal","Left-pointing double angle quotation mark":"Tanda petikan sudut ke kiri berkembar","Right-pointing double angle quotation mark":"Tanda petikan sudut ke kanan berkembar","Left single quotation mark":"Tanda petikan tunggal kiri","Right single quotation mark":"Tanda petikan tunggal kanan","Left double quotation mark":"Tanda petikan berkembar kiri","Right double quotation mark":"Tanda petikan berkembar kanan","Single low-9 quotation mark":"Tanda petikan rendah 9 tunggal","Double low-9 quotation mark":"Tanda petikan rendah 9 berkembar","Inverted exclamation mark":"Tanda seru terbalik","Inverted question mark":"Tanda soal terbalik","Two dot leader":"Pendahulu dua titik","Horizontal ellipsis":"Elipsis Mendatar","Double dagger":"Tanda rujuk kembar","Per mille sign":"Simbol per mille","Per ten thousand sign":"Simbol per sepuluh ribu","Double exclamation mark":"Tanda seru berkembar","Question exclamation mark":"Tanda seru soal","Exclamation question mark":"Tanda soal seru","Double question mark":"Tanda soal berkembar","Copyright sign":"Simbol hak cipta","Registered sign":"Simbol berdaftar","Trade mark sign":"Simbol tanda dagangan","Section sign":"Simbol seksyen","Paragraph sign":"Tanda perenggan","Reversed paragraph sign":"Tanda perenggan terbalik","Character categories":"Kategori aksara",Styles:"Gaya","Multiple styles":"Gaya berbilang","Block styles":"Gaya blok","Text styles":"Gaya teks","Insert table":"Masukkan jadual","Header column":"Kolum pengepala","Insert column left":"Masukkan kolum kiri","Insert column right":"Masukkan kolum kanan","Delete column":"Padam kolum","Select column":"Pilih kolum",Column:"Kolum","Header row":"Baris pengepala","Insert row below":"Masukkan baris dibawah","Insert row above":"Masukkan baris diatas","Delete row":"Padam baris","Select row":"Pilih baris",Row:"Baris","Merge cell up":"Cantumkan sel keatas","Merge cell right":"Cantumkan sel kekanan","Merge cell down":"Cantumkan sel kebawah","Merge cell left":"Cantumkan sel kekiri","Split cell vertically":"Leraikan sel menegak","Split cell horizontally":"Leraikan sel melintang","Merge cells":"Cantumkan sel ","Table toolbar":"Bar alat capaian jadual","Table properties":"Sifat jadual","Cell properties":"Sifat sel",Border:"Sempadan",Style:"Gaya",Width:"Lebar",Height:"Ketinggian",Color:"Warna",Background:"Latar belakang",Padding:"Ketebalan",Dimensions:"Dimensi","Table cell text alignment":"Jajaran teks sel jadual",Alignment:"Jajaran","Horizontal text alignment toolbar":"Bar alat capaian jajaran teks melintang","Vertical text alignment toolbar":"Bar alat capaian jajaran teks menegak","Table alignment toolbar":"Bar alat capaian jajaran jadual",None:"Tiada",Solid:"Pejal",Dotted:"Bertitik",Dashed:"Garis putus-putus",Double:"Dua baris",Groove:"Lurah",Ridge:"Batas",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Jajarkan teks sel kekiri","Align cell text to the center":"Jajarkan teks sel ketengah","Align cell text to the right":"Jajarkan teks sel kekanan","Justify cell text":"Imbang teks sel","Align cell text to the top":"Jajarkan teks sel keatas","Align cell text to the middle":"Jajarkan teks sel ketengah","Align cell text to the bottom":"Jajarkan teks sel kebawah","Align table to the left":"Jajarkan jadual sel kekiri","Center table":"Ketengahkan jadual","Align table to the right":"Jajarkan jadual sel kekanan","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Warna tidak sah. Cuba \"#FF0000\" atau \"rgb(255,0,0)\" atau \"merah\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Nilai tidak sah. Cuba \"10px\" atau \"2em\" atau \"2\" sahaja.","Color picker":"Pemilih warna","Toggle caption off":"Tutup kapsyen","Toggle caption on":"Buka kapsyen","Enter table caption":"Benarkan kapsyen jadual","Rich Text Editor":"Penyunting Teks Kaya","Editor editing area: %0":"Ruang suntingan editor: %0","Edit block":"Sunting blok",Next:"Seterusnya",Previous:"Sebelumnya","Editor toolbar":"Bar alat capaian suntingan","Dropdown toolbar":"Bar alat capaian tetingkap",Black:"Hitam","Dim grey":"Kelabu malap",Grey:"Kelabu","Light grey":"Kelabu cerah",White:"Putih",Red:"Merah",Orange:"Oren",Yellow:"Kuning","Light green":"Hijau cerah",Green:"Hijau",Aquamarine:"Akuamarin",Turquoise:"Firus","Light blue":"Biru cerah",Blue:"Biru",Purple:"Ungu","Editor block content toolbar":"Bar alat sekat kandungan editor","Editor contextual toolbar":"Bar alat kontekstual editor",HEX:"",Undo:"Buat asal",Redo:"Buat semula","Upload in progress":"Muat naik sedang berlangsung","Widget toolbar":"Bar alat capaian widget","Insert paragraph before block":"Masukkan perenggan sebelum blok","Insert paragraph after block":"Masukkan perenggan sebelum blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tekan Enter untuk menaip selepas atau tekan Shift + Enter untuk menaip sebelum widget","Words: %0":"Perkataan: %0","Characters: %0":"Aksara: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ms'] = d['ms'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Jajarkan kiri","Align right":"Jajarkan kiri","Align center":"Jajarkan tengah",Justify:"Imbang","Text alignment":"Jajaran teks","Text alignment toolbar":"Bar alat capaian jajaran teks",Bold:"Tebal",Italic:"Italik",Underline:"Garis bawah",Code:"Kod",Strikethrough:"Garis lorek",Subscript:"Subskrip",Superscript:"Superskrip","Block quote":"Blok petikan","Insert code block":"Masukkan blok kod","Plain text":"Teks kosong",Cancel:"Batal","Remove color":"Buang warna","Restore default":"Pulihkan lalai",Save:"Simpan","Show more items":"Tunjukkan item lain","%0 of %1":"%0 daripada %1","Cannot upload file:":"Gagal memuat naik fail","Rich Text Editor. Editing area: %0":"Editor Teks Kaya. Ruang suntingan: %0","Find and replace":"Cari dan ganti","Find in text…":"Cari dalam teks...",Find:"Cari","Previous result":"Keputusan sebelumnya","Next result":"Keputusan seterusnya",Replace:"Ganti","Replace all":"Ganti semua","Match case":"Sesuaikan kes","Whole words only":"Perkataan penuh sahaja","Replace with…":"Gantikan dengan...","Text to find must not be empty.":"Teks yang hendak dicari tidak boleh ditinggalkan kosong.","Tip: Find some text first in order to replace it.":"Petua: Cari teks terlebih dahulu untuk menggantikannya.","Show options":"Tunjukkan pilihan",Paragraph:"Perenggan",Heading:"Pengepala","Choose heading":"Pilih pengepala","Heading 1":"Pengepala 1","Heading 2":"Pengepala 2","Heading 3":"Pengepala 3","Heading 4":"Pengepala 4","Heading 5":"Pengepala 5","Heading 6":"Pengepala 6","Type your title":"Taip tajuk anda","Type or paste your content here.":"Taip atau tampal kandungan anda disini.","Horizontal line":"Baris melintang","HTML object":"Objek HTML","Increase indent":"Tambah inden","Decrease indent":"Kurangkan inden",Unlink:"Buang pautan",Link:"Pautkan","Link URL":"Pautkan URL","Link image":"Pautkan imej","Edit link":"Sunting pautan","Open link in new tab":"Buka pautan dalam tab baru","This link has no URL":"Pautan ini tidak mempunyai URL","Open in a new tab":"Buka dalam tab baru",Downloadable:"Boleh dimuat turun","Numbered List":"Senarai Bernombor","Bulleted List":"Senarai Berbulet","To-do List":"Senarai Untuk Dilakukan","Bulleted list styles toolbar":"Bar capaian gaya senarai berbulet","Numbered list styles toolbar":"Bar alat capaian gaya senarai bernombor","Toggle the disc list style":"Buka gaya senarai cakera","Toggle the circle list style":"Buka gaya senarai bulatan","Toggle the square list style":"Buka gaya senarai petak","Toggle the decimal list style":"Buka gaya senarai titik perpuluhan","Toggle the decimal with leading zero list style":"Buka titik perpuluhan dengan gaya senarai kosong pendahulu","Toggle the lower–roman list style":"Buka gaya senarai roman bawah","Toggle the upper–roman list style":"Buka gaya senarai roman atas","Toggle the lower–latin list style":"Buka gaya senarai latin bawah","Toggle the upper–latin list style":"Buka gaya senarai latin atas",Disc:"Cakera",Circle:"Bula",Square:"Petak",Decimal:"Perpuluhan","Decimal with leading zero":"Perpuluhan dengan kosong pendahulu","Lower–roman":"Roman bawah","Upper-roman":"Roman atas","Lower-latin":"Latin bawah","Upper-latin":"Latin atas","List properties":"Senarai sifat","Start at":"Mula pada","Start index must be greater than 0.":"Indeks mula hendaklah lebih besar daripada 0.","Reversed order":"Susunan terbalik","Remove Format":"Buang Format","Select all":"Pilih seterusnya","Show blocks":"Tunjukkan blok",Source:"Sumber","Special characters":"Aksara istimewa",All:"Semua",Arrows:"Anak Panah",Currency:"Mata Wang",Latin:"Bahasa Latin",Mathematical:"Matematik",Text:"Teks","leftwards simple arrow":"anak panah mudah ke kiri","rightwards simple arrow":"anak panah mudah ke kanan","upwards simple arrow":"anak panah mudah ke atas","downwards simple arrow":"anak panah mudah ke bawah","leftwards double arrow":"anak panah berkembar arah kiri","rightwards double arrow":"anak panah berkembar arah kanan","upwards double arrow":"anak panah berkembar arah atas","downwards double arrow":"anak panah berkembar arah bawah","leftwards dashed arrow":"anak panah bersengkang arah kiri","rightwards dashed arrow":"anak panah bersengkang arah kanan","upwards dashed arrow":"anak panah bersengkang arah atas","downwards dashed arrow":"anak panah bersengkang arah bawah","leftwards arrow to bar":"anak panah arah kiri ke bar","rightwards arrow to bar":"anak panah arah kanan ke bar","upwards arrow to bar":"anak panah arah atas ke bar","downwards arrow to bar":"anak panah arah bawah ke bar","up down arrow with base":"anak panah atas bawah dengan dasar","back with leftwards arrow above":"kembali dengan anak panah arah kiri di atas","end with leftwards arrow above":"tamatkan dengan anak panah arah kiri di atas","on with exclamation mark with left right arrow above":"pada dengan tanda seru dengan anak panah kiri kanan di atas","soon with rightwards arrow above":"tidak lama lagi dengan anak panah arah kanan di atas","top with upwards arrow above":"atas dengan anak panah arah atas di atas","Dollar sign":"Simbol Dolar","Euro sign":"Simbol Euro","Yen sign":"Simbol Yen","Pound sign":"Simbol Paun","Cent sign":"Simbol sen","Euro-currency sign":"Simbol mata wang Euro","Colon sign":"Tanda titik bertindih","Cruzeiro sign":"Simbol Cruzeiro","French franc sign":"Simbol Franc Perancis","Lira sign":"Simbol Lira","Currency sign":"Simbol mata wang","Bitcoin sign":"Simbol Bitcoin","Mill sign":"Simbol Mill","Naira sign":"Simbol Naira","Peseta sign":"Simbol Peseta","Rupee sign":"Simbol Rupee","Won sign":"Simbol Won","New sheqel sign":"Simbol Sheqel baru","Dong sign":"Simbol Dong","Kip sign":"Simbol Kip","Tugrik sign":"Simbol Tugrik","Drachma sign":"Simbol Drachma","German penny sign":"Simbol Peni Jerman","Peso sign":"Simbol Peso","Guarani sign":"Simbol Guarani","Austral sign":"Simbol Austral","Hryvnia sign":"Simbol Hryvnia","Cedi sign":"Simbol Cedi","Livre tournois sign":"Simbol Livre Tournois","Spesmilo sign":"Simbol Spesmilo","Tenge sign":"Simbol Tenge","Indian rupee sign":"Simbol Rupee India","Turkish lira sign":"Simbol Lira Turki","Nordic mark sign":"Simbol lambang Nordik","Manat sign":"Simbol Manat","Ruble sign":"Simbol Ruble","Latin capital letter a with macron":"Huruf Latin a besar dengan tanda makron","Latin small letter a with macron":"Huruf Latin a kecil dengan tanda makron","Latin capital letter a with breve":"Huruf Latin a besar dengan tanda singkat","Latin small letter a with breve":"Huruf Latin a kecil dengan tanda singkat","Latin capital letter a with ogonek":"Huruf Latin a besar dengan tanda ogonek","Latin small letter a with ogonek":"Huruf Latin a kecil dengan tanda ogonek","Latin capital letter c with acute":"Huruf Latin c besar dengan tanda tirus","Latin small letter c with acute":"Huruf Latin c kecil dengan tanda tirus","Latin capital letter c with circumflex":"Huruf Latin c besar dengan tanda sirkumfleks","Latin small letter c with circumflex":"Huruf Latin c kecil dengan tanda Sirkumfleks","Latin capital letter c with dot above":"Huruf Latin c besar dengan titik di atas","Latin small letter c with dot above":"Huruf Latin c kecil dengan titik di atas","Latin capital letter c with caron":"Huruf Latin c besar dengan tanda caron","Latin small letter c with caron":"Huruf Latin c kecil dengan tanda caron","Latin capital letter d with caron":"Huruf Latin d besar dengan tanda caron","Latin small letter d with caron":"Huruf Latin d kecil dengan tanda caron","Latin capital letter d with stroke":"Huruf Latin d besar dengan garis miring","Latin small letter d with stroke":"Huruf Latin d kecil dengan garis miring","Latin capital letter e with macron":"Huruf Latin e besar dengan tanda makron","Latin small letter e with macron":"Huruf Latin e kecil dengan tanda makron","Latin capital letter e with breve":"Huruf Latin e besar dengan tanda singkat","Latin small letter e with breve":"Huruf Latin e kecil dengan tanda singkat","Latin capital letter e with dot above":"Huruf Latin e besar dengan titik di atas","Latin small letter e with dot above":"Huruf Latin e kecil dengan titik di atas","Latin capital letter e with ogonek":"Huruf Latin e besar dengan tanda ogonek","Latin small letter e with ogonek":"Huruf Latin e kecil dengan tanda ogonek","Latin capital letter e with caron":"Huruf Latin e besar dengan tanda caron","Latin small letter e with caron":"Huruf Latin e kecil dengan tanda caron","Latin capital letter g with circumflex":"Huruf Latin g besar dengan tanda sirkumfleks","Latin small letter g with circumflex":"Huruf Latin g kecil dengan tanda sirkumfleks","Latin capital letter g with breve":"Huruf Latin g besar dengan tanda singkat","Latin small letter g with breve":"Huruf Latin g kecil dengan tanda singkat","Latin capital letter g with dot above":"Huruf Latin g besar dengan titik di atas","Latin small letter g with dot above":"Huruf Latin g kecil dengan titik di atas","Latin capital letter g with cedilla":"Huruf Latin g besar dengan tanda sedila","Latin small letter g with cedilla":"Huruf Latin g kecil dengan tanda sedila","Latin capital letter h with circumflex":"Huruf Latin h besar dengan tanda sirkumfleks","Latin small letter h with circumflex":"Huruf Latin h kecil dengan tanda sirkumfleks","Latin capital letter h with stroke":"Huruf Latin h besar dengan garis miring","Latin small letter h with stroke":"Huruf Latin h kecil dengan garis miring","Latin capital letter i with tilde":"Huruf Latin i besar dengan tanda tilde","Latin small letter i with tilde":"Huruf Latin i kecil dengan tanda tilde","Latin capital letter i with macron":"Huruf Latin i besar dengan tanda makron","Latin small letter i with macron":"Huruf Latin i kecil dengan tanda makron","Latin capital letter i with breve":"Huruf Latin i besar dengan tanda singkat","Latin small letter i with breve":"Huruf Latin i kecil dengan tanda singkat","Latin capital letter i with ogonek":"Huruf Latin i besar dengan tanda ogonek","Latin small letter i with ogonek":"Huruf Latin i kecil dengan tanda ogonek","Latin capital letter i with dot above":"Huruf Latin i besar dengan titik di atas","Latin small letter dotless i":"Huruf Latin i kecil tanpa titik","Latin capital ligature ij":"Huruf kembar Latin ij besar","Latin small ligature ij":"Huruf kembar Latin ij kecil","Latin capital letter j with circumflex":"Huruf Latin j besar dengan tanda sirkumfleks","Latin small letter j with circumflex":"Huruf Latin j kecil dengan tanda sirkumfleks","Latin capital letter k with cedilla":"Huruf Latin k besar dengan tanda sedila","Latin small letter k with cedilla":"Huruf Latin k kecil dengan tanda sedila","Latin small letter kra":"Huruf Latin kra kecil","Latin capital letter l with acute":"Huruf Latin l besar dengan tanda tirus","Latin small letter l with acute":"Huruf Latin l kecil dengan tanda tirus","Latin capital letter l with cedilla":"Huruf Latin l besar dengan tanda sedila","Latin small letter l with cedilla":"Huruf Latin l kecil dengan tanda sedila","Latin capital letter l with caron":"Huruf Latin l besar dengan tanda caron","Latin small letter l with caron":"Huruf Latin l kecil dengan tanda caron","Latin capital letter l with middle dot":"Huruf Latin l besar dengan titik tengah","Latin small letter l with middle dot":"Huruf Latin l kecil dengan titik tengah","Latin capital letter l with stroke":"Huruf Latin l besar dengan garis miring","Latin small letter l with stroke":"Huruf Latin l kecil dengan garis miring","Latin capital letter n with acute":"Huruf Latin n besar dengan tanda tirus","Latin small letter n with acute":"Huruf Latin n kecil dengan tanda tirus","Latin capital letter n with cedilla":"Huruf Latin n besar dengan tanda sedila","Latin small letter n with cedilla":"Huruf Latin n kecil dengan tanda sedila","Latin capital letter n with caron":"Huruf Latin n besar dengan tanda caron","Latin small letter n with caron":"Huruf Latin n kecil dengan tanda caron","Latin small letter n preceded by apostrophe":"Huruf Latin n kecil didahului dengan koma atas","Latin capital letter eng":"Huruf Latin eng besar","Latin small letter eng":"Huruf Latin eng kecil","Latin capital letter o with macron":"Huruf Latin o besar dengan tanda makron","Latin small letter o with macron":"Huruf Latin o kecil dengan tanda makron","Latin capital letter o with breve":"Huruf Latin o besar dengan tanda singkat","Latin small letter o with breve":"Huruf Latin o kecil dengan tanda singkat","Latin capital letter o with double acute":"Huruf Latin o besar dengan tanda tirus berkembar","Latin small letter o with double acute":"Huruf Latin o kecil dengan tanda tirus berkembar","Latin capital ligature oe":"Huruf kembar Latin oe besar","Latin small ligature oe":"Huruf kembar Latin oe kecil","Latin capital letter r with acute":"Huruf Latin r besar dengan tanda tirus","Latin small letter r with acute":"Huruf Latin r kecil dengan tanda tirus","Latin capital letter r with cedilla":"Huruf Latin r besar dengan tanda sedila","Latin small letter r with cedilla":"Huruf Latin r kecil dengan tanda sedila","Latin capital letter r with caron":"Huruf Latin r besar dengan tanda caron","Latin small letter r with caron":"Huruf Latin r kecil dengan tanda caron","Latin capital letter s with acute":"Huruf Latin s besar dengan tanda tirus","Latin small letter s with acute":"Huruf Latin s kecil dengan tanda tirus","Latin capital letter s with circumflex":"Huruf Latin s besar dengan tanda sirkumfleks","Latin small letter s with circumflex":"Huruf Latin s kecil dengan tanda sirkumfleks","Latin capital letter s with cedilla":"Huruf Latin s besar dengan tanda sedila","Latin small letter s with cedilla":"Huruf Latin s kecil dengan tanda sedila","Latin capital letter s with caron":"Huruf Latin s besar dengan tanda caron","Latin small letter s with caron":"Huruf Latin s kecil dengan tanda caron","Latin capital letter t with cedilla":"Huruf Latin t besar dengan tanda sedila","Latin small letter t with cedilla":"Huruf Latin t kecil dengan tanda sedila","Latin capital letter t with caron":"Huruf Latin t besar dengan tanda caron","Latin small letter t with caron":"Huruf Latin t kecil dengan tanda caron","Latin capital letter t with stroke":"Huruf Latin t besar dengan garis miring","Latin small letter t with stroke":"Huruf Latin t kecil dengan garis miring","Latin capital letter u with tilde":"Huruf Latin u besar dengan tanda tilde","Latin small letter u with tilde":"Huruf Latin u kecil dengan tanda tilde","Latin capital letter u with macron":"Huruf Latin u besar dengan tanda makron","Latin small letter u with macron":"Huruf Latin u kecil dengan tanda makron","Latin capital letter u with breve":"Huruf Latin u besar dengan tanda singkat","Latin small letter u with breve":"Huruf Latin u kecil dengan tanda singkat","Latin capital letter u with ring above":"Huruf Latin u besar dengan bulatan di atas","Latin small letter u with ring above":"Huruf Latin u kecil dengan bulatan di atas","Latin capital letter u with double acute":"Huruf Latin u besar dengan tanda tirus berkembar","Latin small letter u with double acute":"Huruf Latin u kecil dengan tanda tirus berkembar","Latin capital letter u with ogonek":"Huruf Latin u besar dengan tanda ogonek","Latin small letter u with ogonek":"Huruf Latin u kecil dengan tanda ogonek","Latin capital letter w with circumflex":"Huruf Latin w besar dengan tanda sirkumfleks","Latin small letter w with circumflex":"Huruf Latin w kecil dengan tanda sirkumfleks","Latin capital letter y with circumflex":"Huruf Latin y besar dengan tanda sirkumfleks","Latin small letter y with circumflex":"Huruf Latin y kecil dengan tanda sirkumfleks","Latin capital letter y with diaeresis":"Huruf Latin y besar dengan tanda diaresis","Latin capital letter z with acute":"Huruf Latin z besar dengan tanda tirus","Latin small letter z with acute":"Huruf Latin z kecil dengan tanda tirus","Latin capital letter z with dot above":"Huruf Latin z besar dengan titik di atas","Latin small letter z with dot above":"Huruf Latin z kecil dengan titik di atas","Latin capital letter z with caron":"Huruf Latin z besar dengan tanda caron","Latin small letter z with caron":"Huruf Latin z kecil dengan tanda caron","Latin small letter long s":"Huruf latin s panjang kecil","Less-than sign":"Simbol kurang daripada","Greater-than sign":"Simbol lebih besar daripada","Less-than or equal to":"Kurang daripada atau sama dengan","Greater-than or equal to":"Lebih besar daripada atau sama dengan","En dash":"Sengkang en","Em dash":"Sengkang em",Macron:"Tanda makron",Overline:"Garisan atas","Degree sign":"Simbol darjah","Minus sign":"Simbol tolak","Plus-minus sign":"Simbol tambah tolak","Division sign":"Simbol bahagi","Fraction slash":"Garis condong pecahan","Multiplication sign":"Simbol darab","Latin small letter f with hook":"Huruf Latin f kecil dengan cangkuk",Integral:"Integral","N-ary summation":"Penghasiltambahan per - n - an",Infinity:"Infiniti","Square root":"Punca kuasa","Tilde operator":"Pengoperasi tilde","Approximately equal to":"Kira-kira sama dengan","Almost equal to":"Hampir sama dengan","Not equal to":"Tidak sama dengan","Identical to":"Serupa dengan","Element of":"Unsur bagi","Not an element of":"Bukan unsur bagi","Contains as member":"Terkandung sebagai anggota","N-ary product":"Hasil per - n - an","Logical and":"Logik dan","Logical or":"Logik atau","Not sign":"Bukan simbol",Intersection:"Persilangan",Union:"Penyatuan","Partial differential":"Pembezaan separa","For all":"Untuk semua","There exists":"Wujud","Empty set":"Set kosong",Nabla:"Nabla","Asterisk operator":"Pengoperasi asterisk","Proportional to":"Berkadaran dengan",Angle:"Sudut","Vulgar fraction one quarter":"Pecahan kasar satu per empat","Vulgar fraction one half":"Pecahan kasar satu per dua","Vulgar fraction three quarters":"Pecahan kasar tiga per empat","Single left-pointing angle quotation mark":"Tanda petikan sudut ke kiri tunggal","Single right-pointing angle quotation mark":"Tanda petikan sudut ke kanan tunggal","Left-pointing double angle quotation mark":"Tanda petikan sudut ke kiri berkembar","Right-pointing double angle quotation mark":"Tanda petikan sudut ke kanan berkembar","Left single quotation mark":"Tanda petikan tunggal kiri","Right single quotation mark":"Tanda petikan tunggal kanan","Left double quotation mark":"Tanda petikan berkembar kiri","Right double quotation mark":"Tanda petikan berkembar kanan","Single low-9 quotation mark":"Tanda petikan rendah 9 tunggal","Double low-9 quotation mark":"Tanda petikan rendah 9 berkembar","Inverted exclamation mark":"Tanda seru terbalik","Inverted question mark":"Tanda soal terbalik","Two dot leader":"Pendahulu dua titik","Horizontal ellipsis":"Elipsis Mendatar","Double dagger":"Tanda rujuk kembar","Per mille sign":"Simbol per mille","Per ten thousand sign":"Simbol per sepuluh ribu","Double exclamation mark":"Tanda seru berkembar","Question exclamation mark":"Tanda seru soal","Exclamation question mark":"Tanda soal seru","Double question mark":"Tanda soal berkembar","Copyright sign":"Simbol hak cipta","Registered sign":"Simbol berdaftar","Trade mark sign":"Simbol tanda dagangan","Section sign":"Simbol seksyen","Paragraph sign":"Tanda perenggan","Reversed paragraph sign":"Tanda perenggan terbalik","Character categories":"Kategori aksara",Styles:"Gaya","Multiple styles":"Gaya berbilang","Block styles":"Gaya blok","Text styles":"Gaya teks","Insert table":"Masukkan jadual","Header column":"Kolum pengepala","Insert column left":"Masukkan kolum kiri","Insert column right":"Masukkan kolum kanan","Delete column":"Padam kolum","Select column":"Pilih kolum",Column:"Kolum","Header row":"Baris pengepala","Insert row below":"Masukkan baris dibawah","Insert row above":"Masukkan baris diatas","Delete row":"Padam baris","Select row":"Pilih baris",Row:"Baris","Merge cell up":"Cantumkan sel keatas","Merge cell right":"Cantumkan sel kekanan","Merge cell down":"Cantumkan sel kebawah","Merge cell left":"Cantumkan sel kekiri","Split cell vertically":"Leraikan sel menegak","Split cell horizontally":"Leraikan sel melintang","Merge cells":"Cantumkan sel ","Table toolbar":"Bar alat capaian jadual","Table properties":"Sifat jadual","Cell properties":"Sifat sel",Border:"Sempadan",Style:"Gaya",Width:"Lebar",Height:"Ketinggian",Color:"Warna",Background:"Latar belakang",Padding:"Ketebalan",Dimensions:"Dimensi","Table cell text alignment":"Jajaran teks sel jadual",Alignment:"Jajaran","Horizontal text alignment toolbar":"Bar alat capaian jajaran teks melintang","Vertical text alignment toolbar":"Bar alat capaian jajaran teks menegak","Table alignment toolbar":"Bar alat capaian jajaran jadual",None:"Tiada",Solid:"Pejal",Dotted:"Bertitik",Dashed:"Garis putus-putus",Double:"Dua baris",Groove:"Lurah",Ridge:"Batas",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Jajarkan teks sel kekiri","Align cell text to the center":"Jajarkan teks sel ketengah","Align cell text to the right":"Jajarkan teks sel kekanan","Justify cell text":"Imbang teks sel","Align cell text to the top":"Jajarkan teks sel keatas","Align cell text to the middle":"Jajarkan teks sel ketengah","Align cell text to the bottom":"Jajarkan teks sel kebawah","Align table to the left":"Jajarkan jadual sel kekiri","Center table":"Ketengahkan jadual","Align table to the right":"Jajarkan jadual sel kekanan","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Warna tidak sah. Cuba \"#FF0000\" atau \"rgb(255,0,0)\" atau \"merah\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Nilai tidak sah. Cuba \"10px\" atau \"2em\" atau \"2\" sahaja.","Color picker":"Pemilih warna","Toggle caption off":"Tutup kapsyen","Toggle caption on":"Buka kapsyen","Enter table caption":"Benarkan kapsyen jadual","Rich Text Editor":"Penyunting Teks Kaya","Editor editing area: %0":"Ruang suntingan editor: %0","Edit block":"Sunting blok",Next:"Seterusnya",Previous:"Sebelumnya","Editor toolbar":"Bar alat capaian suntingan","Dropdown toolbar":"Bar alat capaian tetingkap",Black:"Hitam","Dim grey":"Kelabu malap",Grey:"Kelabu","Light grey":"Kelabu cerah",White:"Putih",Red:"Merah",Orange:"Oren",Yellow:"Kuning","Light green":"Hijau cerah",Green:"Hijau",Aquamarine:"Akuamarin",Turquoise:"Firus","Light blue":"Biru cerah",Blue:"Biru",Purple:"Ungu","Editor block content toolbar":"Bar alat sekat kandungan editor","Editor contextual toolbar":"Bar alat kontekstual editor",HEX:"HEX",Accept:"Terima",Undo:"Buat asal",Redo:"Buat semula","Upload in progress":"Muat naik sedang berlangsung","Widget toolbar":"Bar alat capaian widget","Insert paragraph before block":"Masukkan perenggan sebelum blok","Insert paragraph after block":"Masukkan perenggan sebelum blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tekan Enter untuk menaip selepas atau tekan Shift + Enter untuk menaip sebelum widget","Words: %0":"Perkataan: %0","Characters: %0":"Aksara: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/nb.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/nb.js index 6aa8a77037cf..0b45446869b5 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/nb.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/nb.js @@ -1 +1 @@ -(function(d){ const l = d['nb'] = d['nb'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Venstrejuster","Align right":"Høyrejuster","Align center":"Midstill",Justify:"Blokkjuster","Text alignment":"Tekstjustering","Text alignment toolbar":"",Bold:"Fet",Italic:"Kursiv",Underline:"Understreking",Code:"Kode",Strikethrough:"Gjennomstreking",Subscript:"",Superscript:"","Block quote":"Blokksitat",Cancel:"Avbryt","Remove color":"","Restore default":"",Save:"Lagre","Show more items":"","%0 of %1":"","Cannot upload file:":"Kan ikke laste opp fil:","Rich Text Editor. Editing area: %0":"",Paragraph:"Avsnitt",Heading:"Overskrift","Choose heading":"Velg overskrift","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"",Unlink:"Fjern lenke",Link:"Lenke","Link URL":"URL for lenke","Link image":"","Edit link":"Rediger lenke","Open link in new tab":"Åpne lenke i ny fane","This link has no URL":"Denne lenken har ingen URL","Open in a new tab":"",Downloadable:"","Numbered List":"Nummerert liste","Bulleted List":"Punktmerket liste","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Insert table":"Sett inn tabell","Header column":"Overskriftkolonne","Insert column left":"","Insert column right":"","Delete column":"Slett kolonne","Select column":"",Column:"Kolonne","Header row":"Overskriftrad","Insert row below":"Sett inn rad under","Insert row above":"Sett inn rad over","Delete row":"Slett rad","Select row":"",Row:"Rad","Merge cell up":"Slå sammen celle opp","Merge cell right":"Slå sammen celle til høyre","Merge cell down":"Slå sammen celle ned","Merge cell left":"Slå sammen celle til venstre","Split cell vertically":"Del celle vertikalt","Split cell horizontally":"Del celle horisontalt","Merge cells":"Slå sammen celler","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Rikteksteditor","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"Angre",Redo:"Gjør om","Upload in progress":"Opplasting pågår"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['nb'] = d['nb'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Venstrejuster","Align right":"Høyrejuster","Align center":"Midstill",Justify:"Blokkjuster","Text alignment":"Tekstjustering","Text alignment toolbar":"",Bold:"Fet",Italic:"Kursiv",Underline:"Understreking",Code:"Kode",Strikethrough:"Gjennomstreking",Subscript:"",Superscript:"","Block quote":"Blokksitat",Cancel:"Avbryt","Remove color":"","Restore default":"",Save:"Lagre","Show more items":"","%0 of %1":"","Cannot upload file:":"Kan ikke laste opp fil:","Rich Text Editor. Editing area: %0":"",Paragraph:"Avsnitt",Heading:"Overskrift","Choose heading":"Velg overskrift","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"",Unlink:"Fjern lenke",Link:"Lenke","Link URL":"URL for lenke","Link image":"","Edit link":"Rediger lenke","Open link in new tab":"Åpne lenke i ny fane","This link has no URL":"Denne lenken har ingen URL","Open in a new tab":"",Downloadable:"","Numbered List":"Nummerert liste","Bulleted List":"Punktmerket liste","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Insert table":"Sett inn tabell","Header column":"Overskriftkolonne","Insert column left":"","Insert column right":"","Delete column":"Slett kolonne","Select column":"",Column:"Kolonne","Header row":"Overskriftrad","Insert row below":"Sett inn rad under","Insert row above":"Sett inn rad over","Delete row":"Slett rad","Select row":"",Row:"Rad","Merge cell up":"Slå sammen celle opp","Merge cell right":"Slå sammen celle til høyre","Merge cell down":"Slå sammen celle ned","Merge cell left":"Slå sammen celle til venstre","Split cell vertically":"Del celle vertikalt","Split cell horizontally":"Del celle horisontalt","Merge cells":"Slå sammen celler","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Rikteksteditor","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"Angre",Redo:"Gjør om","Upload in progress":"Opplasting pågår"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ne.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ne.js index 9a867728be2e..fe08bbc46418 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ne.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ne.js @@ -1 +1 @@ -(function(d){ const l = d['ne'] = d['ne'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"बायाँ पङ्क्तिबद्ध गर्नुहोस्","Align right":"दायाँ पङ्क्तिबद्ध गर्नुहोस्","Align center":"केन्द्र पङ्क्तिबद्ध गर्नुहोस्",Justify:"जस्टिफाइ गर्नुहोस्","Text alignment":"पाठ संरेखण","Text alignment toolbar":"",Bold:"बोल्ड",Italic:"इटालिक",Underline:"रेखांकन",Code:"कोड",Strikethrough:"स्ट्राइकथ्रू",Subscript:"सबस्क्रिप्ट",Superscript:"सुपरस्क्रिप्ट","Block quote":"ब्लक उद्धरण",Cancel:"रद्द गर्नुहोस्","Remove color":"रंग हटाउन","Restore default":"",Save:"सुरक्षित गर्नुहोस्","Show more items":"","%0 of %1":"%0 मध्ये %1","Cannot upload file:":"फाइल अपलोड गर्न मिल्दैन","Rich Text Editor. Editing area: %0":"",Paragraph:"अनुच्छेद",Heading:"शीर्षक","Choose heading":"शीर्षक छनौट गर्नुहोस्","Heading 1":"शीर्षक-एक","Heading 2":"शीर्षक २","Heading 3":"शीर्षक ३","Heading 4":"शीर्षक ४","Heading 5":"शीर्षक ५","Heading 6":"शीर्षक ६","Type your title":"","Type or paste your content here.":"","Increase indent":"इन्डेन्ट बढाउन","Decrease indent":"इन्डेन्ट घटाउन",Unlink:"अनलिङ्क गर्नुहोस्",Link:"लिङ्क","Link URL":"लिङ्क यूआरएल","Link image":"","Edit link":"लिङ्क सम्पादन गर्नुहोस्","Open link in new tab":"नयाँ ट्याबमा लिङ्क खोल्नुहोस्","This link has no URL":"यो लिङ्कसँग यूआरएल छैन","Open in a new tab":"नयाँ ट्याबमा खोल्न",Downloadable:"डाउनलोड योग्य","Numbered List":"सूचीबद्ध सूची","Bulleted List":"गोली चिन्ह अङ्कित सूची","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"ढाँचा हटाउनुहोस्","Insert table":"तालिका सम्मिलित गर्नुहोस्","Header column":"हेडर स्तम्भ","Insert column left":"बायाँ स्तम्भ सम्मिलित गर्न","Insert column right":"दायाँ स्तम्भ सम्मिलित गर्न","Delete column":"स्तम्भ मेटाउनुहोस्","Select column":"",Column:"स्तम्भ","Header row":"हेडर पङ्क्ति","Insert row below":"तल पंक्ति सम्मिलित गर्नुहोस्","Insert row above":"माथि पंक्ति सम्मिलित गर्नुहोस्","Delete row":"पङ्क्ति मेटाउनुहोस्","Select row":"",Row:"पङ्क्ति","Merge cell up":"कक्ष माथि मर्ज गर्नुहोस्","Merge cell right":"दायाँ कक्ष मर्ज गर्नुहोस्","Merge cell down":"कक्ष तल मर्ज गर्नुहोस्","Merge cell left":"सेल बायाँ मर्ज गर्नुहोस्","Split cell vertically":"ठाडो कक्ष विभाजित गर्नुहोस्","Split cell horizontally":"क्षैतिज कक्ष विभाजित गर्नुहोस्","Merge cells":"कक्ष मर्ज गर्नुहोस्","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"धनी पाठ सम्पादक","Editor editing area: %0":"","Edit block":"ब्लक सम्पादन गर्न",Next:"अर्को",Previous:"अघिल्लो","Editor toolbar":"","Dropdown toolbar":"",Black:"कालो","Dim grey":"धमिलो खैरो",Grey:"खैरो","Light grey":"हल्का खैरो",White:"सेतो",Red:"रातो",Orange:"सुन्तला रंग",Yellow:"पहेंलो","Light green":"हल्का हरियो",Green:"हरियो",Aquamarine:"अव्कवामरिन",Turquoise:"त्रकोइस","Light blue":"हल्का निलो",Blue:"निलो",Purple:"बैंगनी रंग","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"पूर्ववत",Redo:"रिडु","Upload in progress":"अपलोड हुदैछ","Words: %0":"शब्दहरू: %0","Characters: %0":"क्यारेक्टरहरू: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ne'] = d['ne'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"बायाँ पङ्क्तिबद्ध गर्नुहोस्","Align right":"दायाँ पङ्क्तिबद्ध गर्नुहोस्","Align center":"केन्द्र पङ्क्तिबद्ध गर्नुहोस्",Justify:"जस्टिफाइ गर्नुहोस्","Text alignment":"पाठ संरेखण","Text alignment toolbar":"",Bold:"बोल्ड",Italic:"इटालिक",Underline:"रेखांकन",Code:"कोड",Strikethrough:"स्ट्राइकथ्रू",Subscript:"सबस्क्रिप्ट",Superscript:"सुपरस्क्रिप्ट","Block quote":"ब्लक उद्धरण",Cancel:"रद्द गर्नुहोस्","Remove color":"रंग हटाउन","Restore default":"",Save:"सुरक्षित गर्नुहोस्","Show more items":"","%0 of %1":"%0 मध्ये %1","Cannot upload file:":"फाइल अपलोड गर्न मिल्दैन","Rich Text Editor. Editing area: %0":"",Paragraph:"अनुच्छेद",Heading:"शीर्षक","Choose heading":"शीर्षक छनौट गर्नुहोस्","Heading 1":"शीर्षक-एक","Heading 2":"शीर्षक २","Heading 3":"शीर्षक ३","Heading 4":"शीर्षक ४","Heading 5":"शीर्षक ५","Heading 6":"शीर्षक ६","Type your title":"","Type or paste your content here.":"","Increase indent":"इन्डेन्ट बढाउन","Decrease indent":"इन्डेन्ट घटाउन",Unlink:"अनलिङ्क गर्नुहोस्",Link:"लिङ्क","Link URL":"लिङ्क यूआरएल","Link image":"","Edit link":"लिङ्क सम्पादन गर्नुहोस्","Open link in new tab":"नयाँ ट्याबमा लिङ्क खोल्नुहोस्","This link has no URL":"यो लिङ्कसँग यूआरएल छैन","Open in a new tab":"नयाँ ट्याबमा खोल्न",Downloadable:"डाउनलोड योग्य","Numbered List":"सूचीबद्ध सूची","Bulleted List":"गोली चिन्ह अङ्कित सूची","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"ढाँचा हटाउनुहोस्","Insert table":"तालिका सम्मिलित गर्नुहोस्","Header column":"हेडर स्तम्भ","Insert column left":"बायाँ स्तम्भ सम्मिलित गर्न","Insert column right":"दायाँ स्तम्भ सम्मिलित गर्न","Delete column":"स्तम्भ मेटाउनुहोस्","Select column":"",Column:"स्तम्भ","Header row":"हेडर पङ्क्ति","Insert row below":"तल पंक्ति सम्मिलित गर्नुहोस्","Insert row above":"माथि पंक्ति सम्मिलित गर्नुहोस्","Delete row":"पङ्क्ति मेटाउनुहोस्","Select row":"",Row:"पङ्क्ति","Merge cell up":"कक्ष माथि मर्ज गर्नुहोस्","Merge cell right":"दायाँ कक्ष मर्ज गर्नुहोस्","Merge cell down":"कक्ष तल मर्ज गर्नुहोस्","Merge cell left":"सेल बायाँ मर्ज गर्नुहोस्","Split cell vertically":"ठाडो कक्ष विभाजित गर्नुहोस्","Split cell horizontally":"क्षैतिज कक्ष विभाजित गर्नुहोस्","Merge cells":"कक्ष मर्ज गर्नुहोस्","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"धनी पाठ सम्पादक","Editor editing area: %0":"","Edit block":"ब्लक सम्पादन गर्न",Next:"अर्को",Previous:"अघिल्लो","Editor toolbar":"","Dropdown toolbar":"",Black:"कालो","Dim grey":"धमिलो खैरो",Grey:"खैरो","Light grey":"हल्का खैरो",White:"सेतो",Red:"रातो",Orange:"सुन्तला रंग",Yellow:"पहेंलो","Light green":"हल्का हरियो",Green:"हरियो",Aquamarine:"अव्कवामरिन",Turquoise:"त्रकोइस","Light blue":"हल्का निलो",Blue:"निलो",Purple:"बैंगनी रंग","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"पूर्ववत",Redo:"रिडु","Upload in progress":"अपलोड हुदैछ","Words: %0":"शब्दहरू: %0","Characters: %0":"क्यारेक्टरहरू: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/nl.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/nl.js index e010581fd087..a19d500dc2a2 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/nl.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/nl.js @@ -1 +1 @@ -(function(d){ const l = d['nl'] = d['nl'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Links uitlijnen","Align right":"Rechts uitlijnen","Align center":"Midden uitlijnen",Justify:"Volledig uitlijnen","Text alignment":"Tekst uitlijning","Text alignment toolbar":"Tekst uitlijning werkbalk",Bold:"Vet",Italic:"Cursief",Underline:"Onderlijnen",Code:"Code",Strikethrough:"Doorhalen",Subscript:"Subscript",Superscript:"Superscript","Block quote":"Blok citaat","Insert code block":"Codeblok invoegen","Plain text":"Platte tekst",Cancel:"Annuleren","Remove color":"Verwijder kleur","Restore default":"Standaardinstellingen terugzetten",Save:"Opslaan","Show more items":"Meer items weergeven","%0 of %1":"%0 van %1","Cannot upload file:":"Kan bestand niet uploaden:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Bewerkingsgebied: %0","Find and replace":"Zoeken en vervangen","Find in text…":"Zoeken in tekst",Find:"Zoeken","Previous result":"Volgende zoeken","Next result":"Vorige zoeken",Replace:"Vervangen","Replace all":"Alles vervangen","Match case":"Hoofdlettergevoelig","Whole words only":"Alleen volledige woorden","Replace with…":"Vervangen door","Text to find must not be empty.":"Dit veld mag niet leeg zijn","Tip: Find some text first in order to replace it.":"Tip: zoek eerst de tekst om hem te vervangen","Show options":"Opties tonen",Paragraph:"Paragraaf",Heading:"Koppen","Choose heading":"Kies kop","Heading 1":"Kop 1","Heading 2":"Kop 2","Heading 3":"Kop 3","Heading 4":"Kop 4","Heading 5":"Kop 5","Heading 6":"Kop 6","Type your title":"Voor uw titel in","Type or paste your content here.":"Voer of plak uw inhoud in.","Horizontal line":"Horizontale lijn","HTML object":"HTML object","Increase indent":"Inspringen","Decrease indent":"Minder inspringen",Unlink:"Verwijder link",Link:"Link","Link URL":"Link URL","Link image":"Link afbeelding","Edit link":"Bewerk link","Open link in new tab":"Open link in nieuw tabblad","This link has no URL":"Deze link heeft geen URL","Open in a new tab":"Open een nieuw tabblad",Downloadable:"Downloadbaar","Numbered List":"Genummerde lijst","Bulleted List":"Ongenummerde lijst","To-do List":"To-do lijst","Bulleted list styles toolbar":"Toolbar voor stijlen van opsommingslijsten","Numbered list styles toolbar":"Toolbar voor stijlen van genummerde lijsten","Toggle the disc list style":"Schakel de stijl van lijsten met bulletpoint in","Toggle the circle list style":"Schakel de stijl van lijsten met cirkel in","Toggle the square list style":"Schakel de stijl van lijsten met vierkant in","Toggle the decimal list style":"Schakel de stijl van lijsten met cijfers in","Toggle the decimal with leading zero list style":"Schakel de stijl van lijsten met cijfers voorafgegaan door een nul in","Toggle the lower–roman list style":"Schakel de stijl van lijsten met kleine Romeinse cijfers in","Toggle the upper–roman list style":"Schakel de stijl van lijsten met grote Romeinse cijfers in","Toggle the lower–latin list style":"Schakel de stijl van lijsten met kleine Latijnse letters in","Toggle the upper–latin list style":"Schakel de stijl van lijsten met Latijnse hoofdletters in",Disc:"Schijf",Circle:"Cirkel",Square:"Vierkant",Decimal:"Decimaal","Decimal with leading zero":"Decimaal voorafgegaan door een nul","Lower–roman":"Kleine Romeinse cijfers","Upper-roman":"Grote Romeinse cijfers","Lower-latin":"Kleine Latijnse letters","Upper-latin":"Latijnse hoofdletters","List properties":"Lijsteigenschappen","Start at":"Begin op","Start index must be greater than 0.":"Begin van index moet groter zijn dan 0.","Reversed order":"Omgekeerde volgorde","Remove Format":"Verwijder opmaak","Select all":"Selecteer alles",Source:"Bron","Special characters":"Speciale karakters",All:"Alles",Arrows:"Pijlen",Currency:"Valuta",Latin:"Latijn",Mathematical:"Wiskundig",Text:"Tekst","leftwards simple arrow":"simpele pijl naar links","rightwards simple arrow":"simpele pijl naar rechts","upwards simple arrow":"simpele pijl naar boven","downwards simple arrow":"simpele pijl naar beneden","leftwards double arrow":"linkswijzende dubbele pijl","rightwards double arrow":"rechtswijzende dubbele pijl","upwards double arrow":"bovenwijzende dubbele pijl","downwards double arrow":"benedenwijzende dubbele pijl","leftwards dashed arrow":"linkswijzende gestreepte pijl","rightwards dashed arrow":"rechtswijzende gestreepte pijl","upwards dashed arrow":"bovenwijzende gestreepte pijl","downwards dashed arrow":"benedenwijzende gestreepte pijl","leftwards arrow to bar":"linkswijzende pijl naar streep","rightwards arrow to bar":"rechtswijzende pijl naar streep","upwards arrow to bar":"bovenwijzende pijl naar streep","downwards arrow to bar":"benedenwijzende pijl naar streep","up down arrow with base":"boven beneden pijl met streep","back with leftwards arrow above":"back met linkswijzende pijl erboven","end with leftwards arrow above":"end met linkswijzende pijl erboven","on with exclamation mark with left right arrow above":"on met uitroepteken met links rechts pijl erboven","soon with rightwards arrow above":"soon met rechtswijzende pijl erboven","top with upwards arrow above":"top met bovenwijzende pijl erboven","Dollar sign":"Dollar teken","Euro sign":"Euro teken","Yen sign":"Yen teken","Pound sign":"Pond teken","Cent sign":"Cent teken","Euro-currency sign":"Euro-valuta teken","Colon sign":"Colón teken","Cruzeiro sign":"Cruzeiro teken","French franc sign":"Franse frank teken","Lira sign":"Lira teken","Currency sign":"Valuta teken","Bitcoin sign":"Bitcoin teken","Mill sign":"Mill teken","Naira sign":"Naira teken","Peseta sign":"Peseta teken","Rupee sign":"Roepie teken","Won sign":"Won teken","New sheqel sign":"Nieuwe sjekel teken","Dong sign":"Dong teken","Kip sign":"Kip teken","Tugrik sign":"Tugrik teken","Drachma sign":"Drachme teken","German penny sign":"Duitse penny teken","Peso sign":"Peso teken","Guarani sign":"Guarani teken","Austral sign":"Austral teken","Hryvnia sign":"Grivna teken","Cedi sign":"Cedi teken","Livre tournois sign":"Livre tournois teken","Spesmilo sign":"Spesmilo teken","Tenge sign":"Tenge teken","Indian rupee sign":"Indiaanse roepie teken","Turkish lira sign":"Turkse lira teken","Nordic mark sign":"Noorse mark teken","Manat sign":"Manat teken","Ruble sign":"Roebel teken","Latin capital letter a with macron":"Latijnse hoofdletter a met macron","Latin small letter a with macron":"Latijnse kleine letter a met macron","Latin capital letter a with breve":"Latijnse hoofdletter a met breve","Latin small letter a with breve":"Latijnse kleine letter a met breve","Latin capital letter a with ogonek":"Latijnse hoofdletter a met ogonek","Latin small letter a with ogonek":"Latijnse kleine letter a met ogonek","Latin capital letter c with acute":"Latijnse hoofdletter c met acute","Latin small letter c with acute":"Latijnse kleine letter c met acute","Latin capital letter c with circumflex":"Latijnse hoofdletter c met circumflex","Latin small letter c with circumflex":"Latijnse kleine letter c met circumflex","Latin capital letter c with dot above":"Latijnse hoofdletter c met punt erboven","Latin small letter c with dot above":"Latijnse kleine letter met punt erboven","Latin capital letter c with caron":"Latijnse hoofdletter c met caron","Latin small letter c with caron":"Latijnse kleine letter c met caron","Latin capital letter d with caron":"Latijnse hoofdletter d met caron","Latin small letter d with caron":"Latijnse kleine letter d met caron","Latin capital letter d with stroke":"Latijnse hoofdletter d met dwarsstreep","Latin small letter d with stroke":"Latijnse kleine letter d met dwarsstreep","Latin capital letter e with macron":"Latijnse hoofdletter e met macron","Latin small letter e with macron":"Latijnse kleine letter e met macron","Latin capital letter e with breve":"Latijnse hoofdletter e met breve","Latin small letter e with breve":"Latijnse kleine letter e met breve","Latin capital letter e with dot above":"Latijnse hoofdletter e met punt erboven","Latin small letter e with dot above":"Latijnse kleine letter e met punt erboven","Latin capital letter e with ogonek":"Latijnse hoofdletter e met ogonek","Latin small letter e with ogonek":"Latijnse kleine letter e met ogonek","Latin capital letter e with caron":"Latijnse hoofdletter e met haček","Latin small letter e with caron":"Latijnse kleine letter e met haček","Latin capital letter g with circumflex":"Latijnse hoofdletter g met circumflex","Latin small letter g with circumflex":"Latijnse kleine letter g met circumflex","Latin capital letter g with breve":"Latijnse hoofdletter g met breve","Latin small letter g with breve":"Latijnse kleine letter g met breve","Latin capital letter g with dot above":"Latijnse hoofdletter g met punt erboven","Latin small letter g with dot above":"Latijnse kleine letter g met punt erboven","Latin capital letter g with cedilla":"Latijnse hoofdletter g met cedille","Latin small letter g with cedilla":"Latijnse kleine letter g met cedille","Latin capital letter h with circumflex":"Latijnse hoofdletter h met circumflex","Latin small letter h with circumflex":"Latijnse kleine letter h met circumflex","Latin capital letter h with stroke":"Latijnse hoofdletter h met macron\n","Latin small letter h with stroke":"Latijnse kleine letter h met macron","Latin capital letter i with tilde":"Latijnse hoofdletter i met tilde","Latin small letter i with tilde":"Latijnse kleine letter i met tilde","Latin capital letter i with macron":"Latijnse hoofdletter i met macron","Latin small letter i with macron":"Latijnse kleine letter i met macron","Latin capital letter i with breve":"Latijnse hoofdletter i met breve","Latin small letter i with breve":"Latijnse kleine letter i met breve","Latin capital letter i with ogonek":"Latijnse hoofdletter i met ogonek","Latin small letter i with ogonek":"Latijnse kleine letter i met ogonek","Latin capital letter i with dot above":"Latijnse hoofdletter i met punt erboven","Latin small letter dotless i":"Latijnse kleine letter i zonder punt","Latin capital ligature ij":"Latijnse hoofdletter ligatuur ij","Latin small ligature ij":"Latijnse kleine ligatuur ij","Latin capital letter j with circumflex":"Latijnse hoofdletter j met circumflex","Latin small letter j with circumflex":"Latijnse kleine letter j met circumflex","Latin capital letter k with cedilla":"Latijnse hoofdletter k met cedille","Latin small letter k with cedilla":"Latijnse kleine letter k met cedille","Latin small letter kra":"Latijnse kleine letter kra","Latin capital letter l with acute":"Latijnse hoofdletter l met accent aigu","Latin small letter l with acute":"Latijnse kleine letter l met accent aigu","Latin capital letter l with cedilla":"Latijnse hoofdletter l met cedille","Latin small letter l with cedilla":"Latijnse kleine letter l met cedille","Latin capital letter l with caron":"Latijnse hoofdletter l met haček","Latin small letter l with caron":"Latijnse kleine letter l met haček","Latin capital letter l with middle dot":"Latijnse hoofdletter l met punt in het midden","Latin small letter l with middle dot":"Latijnse kleine letter l met punt in het midden","Latin capital letter l with stroke":"Latijnse hoofdletter l met dwarsstreep","Latin small letter l with stroke":"Latijnse kleine letter l met dwarsstreep","Latin capital letter n with acute":"Latijnse hoofdletter n met accent aigu","Latin small letter n with acute":"Latijnse kleine letter n met accent aigu","Latin capital letter n with cedilla":"Latijnse hoofdletter n met cedille","Latin small letter n with cedilla":"Latijnse kleine letter n met cedille","Latin capital letter n with caron":"Latijnse hoofdletter n met haček","Latin small letter n with caron":"Latijnse kleine letter n met haček","Latin small letter n preceded by apostrophe":"Latijnse kleine letter n voorafgegaan door apostrof","Latin capital letter eng":"Latijnse hoofdletter eng","Latin small letter eng":"Latijnse kleine letter eng","Latin capital letter o with macron":"Latijnse hoofdletter o met macron","Latin small letter o with macron":"Latijnse kleine letter o met macron","Latin capital letter o with breve":"Latijnse hoofdletter o met breve","Latin small letter o with breve":"Latijnse kleine letter o met breve","Latin capital letter o with double acute":"Latijnse hoofdletter o met dubbel accent aigu","Latin small letter o with double acute":"Latijnse kleine letter o met dubbel accent aigu","Latin capital ligature oe":"Latijnse hoofdletter ligatuur oe","Latin small ligature oe":"Latijnse kleine ligatuur oe","Latin capital letter r with acute":"Latijnse hoofdletter r met accent aigu","Latin small letter r with acute":"Latijnse kleine letter r met accent aigu","Latin capital letter r with cedilla":"Latijnse hoofdletter r met cedille","Latin small letter r with cedilla":"Latijnse kleine letter r met cedille","Latin capital letter r with caron":"Latijnse hoofdletter r met haček","Latin small letter r with caron":"Latijnse kleine letter r met haček","Latin capital letter s with acute":"Latijnse hoofdletter s met accent aigu","Latin small letter s with acute":"Latijnse kleine letter s met accent aigu","Latin capital letter s with circumflex":"Latijnse hoofdletter s met circumflex","Latin small letter s with circumflex":"Latijnse kleine letter s met circumflex","Latin capital letter s with cedilla":"Latijnse hoofdletter s met cedille","Latin small letter s with cedilla":"Latijnse kleine letter s met cedille","Latin capital letter s with caron":"Latijnse hoofdletter s met haček","Latin small letter s with caron":"Latijnse kleine letter s met haček","Latin capital letter t with cedilla":"Latijnse hoofdletter t met cedille","Latin small letter t with cedilla":"Latijnse kleine letter t met cedille","Latin capital letter t with caron":"Latijnse hoofdletter t met haček","Latin small letter t with caron":"Latijnse kleine letter t met haček","Latin capital letter t with stroke":"Latijnse hoofdletter t met dwarsstreep","Latin small letter t with stroke":"Latijnse kleine letter t met dwarsstreep","Latin capital letter u with tilde":"Latijnse hoofdletter u met tilde","Latin small letter u with tilde":"Latijnse kleine letter u met tilde","Latin capital letter u with macron":"Latijnse hoofdletter u met macron","Latin small letter u with macron":"Latijnse kleine letter u met macron","Latin capital letter u with breve":"Latijnse hoofdletter u met breve","Latin small letter u with breve":"Latijnse kleine letter u met breve","Latin capital letter u with ring above":"Latijnse hoofdletter u met ring erboven","Latin small letter u with ring above":"Latijnse kleine letter u met ring erboven","Latin capital letter u with double acute":"Latijnse hoofdletter u met dubbele accent aigu","Latin small letter u with double acute":"Latijnse kleine letter u met dubbele accent aigu","Latin capital letter u with ogonek":"Latijnse hoofdletter u met ogonek","Latin small letter u with ogonek":"Latijnse kleine letter u met ogonek","Latin capital letter w with circumflex":"Latijnse hoofdletter w met circumflex","Latin small letter w with circumflex":"Latijnse kleine letter w met circumflex","Latin capital letter y with circumflex":"Latijnse hoofdletter y met circumflex","Latin small letter y with circumflex":"Latijnse kleine letter y met circumflex","Latin capital letter y with diaeresis":"Latijnse hoofdletter y met trema","Latin capital letter z with acute":"Latijnse hoofdletter z met accent aigu","Latin small letter z with acute":"Latijnse kleine letter z met accent aigu","Latin capital letter z with dot above":"Latijnse hoofdletter z met punt erboven","Latin small letter z with dot above":"Latijnse kleine letter z met punt erboven","Latin capital letter z with caron":"Latijnse hoofdletter z met haček","Latin small letter z with caron":"Latijnse kleine letter z met haček","Latin small letter long s":"Latijnse kleine letter lange s","Less-than sign":"Kleiner-dan teken","Greater-than sign":"Groter-dan teken","Less-than or equal to":"Kleiner-dan of gelijk aan","Greater-than or equal to":"Groter-dan of gelijk aan","En dash":"Half kastlijntje","Em dash":"Kastlijntje",Macron:"Makron",Overline:"Overline","Degree sign":"Graden teken","Minus sign":"Min teken","Plus-minus sign":"Plus-minus teken","Division sign":"Deel teken","Fraction slash":"Breuk teken","Multiplication sign":"Vermenigvuldigingsteken","Latin small letter f with hook":"Latijnse kleine letter f met hoek",Integral:"Integraal","N-ary summation":"N-ary sommatie",Infinity:"Infinity","Square root":"Vierkantswortel","Tilde operator":"Tidle teken","Approximately equal to":"Ongeveer gelijk aan","Almost equal to":"Bijna gelijk aan","Not equal to":"Niet gelijk aan","Identical to":"Gelijk aan","Element of":"Onderdeel van","Not an element of":"Geen onderdeel van","Contains as member":"Bevat als onderdeel","N-ary product":"N-ary product","Logical and":"Logische en","Logical or":"Logische of","Not sign":"Niet teken",Intersection:"Kruispunt",Union:"Unie","Partial differential":"Gedeeltelijk differentieel","For all":"Voor alles","There exists":"Er bestaat","Empty set":"Lege set",Nabla:"Nabla","Asterisk operator":"Asterisk teken","Proportional to":"Verhoudend tot",Angle:"Hoek","Vulgar fraction one quarter":"Gewone breuk een kwart","Vulgar fraction one half":"Gewone breuk een half","Vulgar fraction three quarters":"Gewone breuk driekwart","Single left-pointing angle quotation mark":"Enkel naar links wijzend punthaakje","Single right-pointing angle quotation mark":"Enkel naar rechts wijzend punthaakje","Left-pointing double angle quotation mark":"Naar links wijzende guillemet","Right-pointing double angle quotation mark":"Naar rechts wijzende guillemet","Left single quotation mark":"Linker enkelvoudig aanhalingsteken","Right single quotation mark":"Rechter enkelvoudig aanhalingsteken","Left double quotation mark":"Linker dubbel aanhalingsteken","Right double quotation mark":"Rechter dubbel aanhalingsteken","Single low-9 quotation mark":"Enkelvoudig laag aanhalingsteken","Double low-9 quotation mark":"Dubbel laag aanhalingsteken","Inverted exclamation mark":"Omgekeerd uitroepteken","Inverted question mark":"Omgekeerd vraagteken","Two dot leader":"Dubbele leidende punt","Horizontal ellipsis":"Horizontale ellips","Double dagger":"Dubbele obelisk","Per mille sign":"Promilleteken","Per ten thousand sign":"Basispunt","Double exclamation mark":"Dubbel uitroepteken","Question exclamation mark":"Vraagteken-uitroepteken","Exclamation question mark":"Uitroepteken-vraagteken","Double question mark":"Dubbel vraagteken","Copyright sign":"Copyrightteken","Registered sign":"Geregistreerd handelsmerkteken","Trade mark sign":"Handelsmerkteken","Section sign":"Paragraafsymbool","Paragraph sign":"Paragraaf teken","Reversed paragraph sign":"Omgekeerd paragraaf teken","Character categories":"Karakter categorieën",Styles:"Stijlen","Multiple styles":"Meerdere stijlen","Block styles":"Blok stijlen","Text styles":"Tekst stijlen","Insert table":"Tabel invoegen","Header column":"Titel kolom","Insert column left":"Kolom links invoegen","Insert column right":"Kolom rechts invoegen","Delete column":"Verwijder kolom","Select column":"Selecteer kolom",Column:"Kolom","Header row":"Titel rij","Insert row below":"Rij hieronder invoegen","Insert row above":"Rij hierboven invoegen","Delete row":"Verwijder rij","Select row":"Selecteer rij",Row:"Rij","Merge cell up":"Cel hierboven samenvoegen","Merge cell right":"Cel hierna samenvoegen","Merge cell down":"Cel hieronder samenvoegen","Merge cell left":"Cel hiervoor samenvoegen","Split cell vertically":"Splits cel verticaal","Split cell horizontally":"Splits cel horizontaal","Merge cells":"Cellen samenvoegen","Table toolbar":"Tabel werkbalk","Table properties":"Tabeleigenschappen","Cell properties":"Celeigenschappen",Border:"Rand",Style:"Stijl",Width:"Breedte",Height:"Hoogte",Color:"Kleur",Background:"Achtergrond",Padding:"Opvulling",Dimensions:"Afmetingen","Table cell text alignment":"Tekstuitlijning tabelcel",Alignment:"Uitlijning","Horizontal text alignment toolbar":"Werkbalk voor horizontale tekstuitlijning","Vertical text alignment toolbar":"Werkbalk voor verticale tekstuitlijning","Table alignment toolbar":"Werkbalk tabeluitlijning",None:"Geen",Solid:"Ononderbroken",Dotted:"Stippellijn",Dashed:"Onderbroken",Double:"Dubbel",Groove:"Sleuf",Ridge:"Rand",Inset:"Ingezet",Outset:"Opliggend","Align cell text to the left":"Celtekst links uitlijnen","Align cell text to the center":"Tekst in de cel centreren","Align cell text to the right":"Celtekst rechts uitlijnen","Justify cell text":"Celtekst uitvullen","Align cell text to the top":"Celtekst boven uitlijnen","Align cell text to the middle":"Celtekst in het midden uitlijnen","Align cell text to the bottom":"Celtekst onder uitlijnen","Align table to the left":"Tabel links uitlijnen","Center table":"Tabel centreren","Align table to the right":"Tabel rechts uitlijnen","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"De kleur in niet correct, probeer \"#FF0000\" of \"rgb(255,0,0)\" of \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"De waarde is ongeldig. Probeer '10px' of '2em' of gewoon '2'.","Color picker":"Kleurkiezer","Toggle caption off":"Bijschrift uitzetten","Toggle caption on":"Bijschrift aanzetten","Enter table caption":"Voer tabelbijschrift in","Rich Text Editor":"Tekstbewerker","Editor editing area: %0":"Bewerkingsgebied: %0","Edit block":"Blok aanpassen",Next:"Volgende",Previous:"Vorige","Editor toolbar":"Editor welkbalk","Dropdown toolbar":"Drop-down werkbalk",Black:"Zwart","Dim grey":"Gedimd grijs",Grey:"Grijs","Light grey":"Lichtgrijs",White:"Wit",Red:"Rood",Orange:"Oranje",Yellow:"Geel","Light green":"Lichtgroen",Green:"Groen",Aquamarine:"Aquamarijn",Turquoise:"Turquoise","Light blue":"Lichtblauw",Blue:"Blauw",Purple:"Paars","Editor block content toolbar":"Inhoud werkbalk voor editorblok","Editor contextual toolbar":"Contextuele werkbalk van editor",HEX:"",Undo:"Ongedaan maken",Redo:"Opnieuw","Upload in progress":"Bezig met uploaden","Widget toolbar":"Widget werkbalk","Insert paragraph before block":"Voeg paragraaf toe voor blok","Insert paragraph after block":"Voeg paragraaf toe na blok","Press Enter to type after or press Shift + Enter to type before the widget":"Druk op Enter om na de widget te typen of druk op Shift + Enter om vóór de widget te typen","Words: %0":"Woorden: %0","Characters: %0":"Tekens: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['nl'] = d['nl'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Links uitlijnen","Align right":"Rechts uitlijnen","Align center":"Midden uitlijnen",Justify:"Volledig uitlijnen","Text alignment":"Tekst uitlijning","Text alignment toolbar":"Tekst uitlijning werkbalk",Bold:"Vet",Italic:"Cursief",Underline:"Onderlijnen",Code:"Code",Strikethrough:"Doorhalen",Subscript:"Subscript",Superscript:"Superscript","Block quote":"Blok citaat","Insert code block":"Codeblok invoegen","Plain text":"Platte tekst",Cancel:"Annuleren","Remove color":"Verwijder kleur","Restore default":"Standaardinstellingen terugzetten",Save:"Opslaan","Show more items":"Meer items weergeven","%0 of %1":"%0 van %1","Cannot upload file:":"Kan bestand niet uploaden:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Bewerkingsgebied: %0","Find and replace":"Zoeken en vervangen","Find in text…":"Zoeken in tekst",Find:"Zoeken","Previous result":"Volgende zoeken","Next result":"Vorige zoeken",Replace:"Vervangen","Replace all":"Alles vervangen","Match case":"Hoofdlettergevoelig","Whole words only":"Alleen volledige woorden","Replace with…":"Vervangen door","Text to find must not be empty.":"Dit veld mag niet leeg zijn","Tip: Find some text first in order to replace it.":"Tip: zoek eerst de tekst om hem te vervangen","Show options":"Opties tonen",Paragraph:"Paragraaf",Heading:"Koppen","Choose heading":"Kies kop","Heading 1":"Kop 1","Heading 2":"Kop 2","Heading 3":"Kop 3","Heading 4":"Kop 4","Heading 5":"Kop 5","Heading 6":"Kop 6","Type your title":"Voor uw titel in","Type or paste your content here.":"Voer of plak uw inhoud in.","Horizontal line":"Horizontale lijn","HTML object":"HTML object","Increase indent":"Inspringen","Decrease indent":"Minder inspringen",Unlink:"Verwijder link",Link:"Link","Link URL":"Link URL","Link image":"Link afbeelding","Edit link":"Bewerk link","Open link in new tab":"Open link in nieuw tabblad","This link has no URL":"Deze link heeft geen URL","Open in a new tab":"Open een nieuw tabblad",Downloadable:"Downloadbaar","Numbered List":"Genummerde lijst","Bulleted List":"Ongenummerde lijst","To-do List":"To-do lijst","Bulleted list styles toolbar":"Toolbar voor stijlen van opsommingslijsten","Numbered list styles toolbar":"Toolbar voor stijlen van genummerde lijsten","Toggle the disc list style":"Schakel de stijl van lijsten met bulletpoint in","Toggle the circle list style":"Schakel de stijl van lijsten met cirkel in","Toggle the square list style":"Schakel de stijl van lijsten met vierkant in","Toggle the decimal list style":"Schakel de stijl van lijsten met cijfers in","Toggle the decimal with leading zero list style":"Schakel de stijl van lijsten met cijfers voorafgegaan door een nul in","Toggle the lower–roman list style":"Schakel de stijl van lijsten met kleine Romeinse cijfers in","Toggle the upper–roman list style":"Schakel de stijl van lijsten met grote Romeinse cijfers in","Toggle the lower–latin list style":"Schakel de stijl van lijsten met kleine Latijnse letters in","Toggle the upper–latin list style":"Schakel de stijl van lijsten met Latijnse hoofdletters in",Disc:"Schijf",Circle:"Cirkel",Square:"Vierkant",Decimal:"Decimaal","Decimal with leading zero":"Decimaal voorafgegaan door een nul","Lower–roman":"Kleine Romeinse cijfers","Upper-roman":"Grote Romeinse cijfers","Lower-latin":"Kleine Latijnse letters","Upper-latin":"Latijnse hoofdletters","List properties":"Lijsteigenschappen","Start at":"Begin op","Start index must be greater than 0.":"Begin van index moet groter zijn dan 0.","Reversed order":"Omgekeerde volgorde","Remove Format":"Verwijder opmaak","Select all":"Selecteer alles","Show blocks":"Blokken tonen",Source:"Bron","Special characters":"Speciale karakters",All:"Alles",Arrows:"Pijlen",Currency:"Valuta",Latin:"Latijn",Mathematical:"Wiskundig",Text:"Tekst","leftwards simple arrow":"simpele pijl naar links","rightwards simple arrow":"simpele pijl naar rechts","upwards simple arrow":"simpele pijl naar boven","downwards simple arrow":"simpele pijl naar beneden","leftwards double arrow":"linkswijzende dubbele pijl","rightwards double arrow":"rechtswijzende dubbele pijl","upwards double arrow":"bovenwijzende dubbele pijl","downwards double arrow":"benedenwijzende dubbele pijl","leftwards dashed arrow":"linkswijzende gestreepte pijl","rightwards dashed arrow":"rechtswijzende gestreepte pijl","upwards dashed arrow":"bovenwijzende gestreepte pijl","downwards dashed arrow":"benedenwijzende gestreepte pijl","leftwards arrow to bar":"linkswijzende pijl naar streep","rightwards arrow to bar":"rechtswijzende pijl naar streep","upwards arrow to bar":"bovenwijzende pijl naar streep","downwards arrow to bar":"benedenwijzende pijl naar streep","up down arrow with base":"boven beneden pijl met streep","back with leftwards arrow above":"back met linkswijzende pijl erboven","end with leftwards arrow above":"end met linkswijzende pijl erboven","on with exclamation mark with left right arrow above":"on met uitroepteken met links rechts pijl erboven","soon with rightwards arrow above":"soon met rechtswijzende pijl erboven","top with upwards arrow above":"top met bovenwijzende pijl erboven","Dollar sign":"Dollar teken","Euro sign":"Euro teken","Yen sign":"Yen teken","Pound sign":"Pond teken","Cent sign":"Cent teken","Euro-currency sign":"Euro-valuta teken","Colon sign":"Colón teken","Cruzeiro sign":"Cruzeiro teken","French franc sign":"Franse frank teken","Lira sign":"Lira teken","Currency sign":"Valuta teken","Bitcoin sign":"Bitcoin teken","Mill sign":"Mill teken","Naira sign":"Naira teken","Peseta sign":"Peseta teken","Rupee sign":"Roepie teken","Won sign":"Won teken","New sheqel sign":"Nieuwe sjekel teken","Dong sign":"Dong teken","Kip sign":"Kip teken","Tugrik sign":"Tugrik teken","Drachma sign":"Drachme teken","German penny sign":"Duitse penny teken","Peso sign":"Peso teken","Guarani sign":"Guarani teken","Austral sign":"Austral teken","Hryvnia sign":"Grivna teken","Cedi sign":"Cedi teken","Livre tournois sign":"Livre tournois teken","Spesmilo sign":"Spesmilo teken","Tenge sign":"Tenge teken","Indian rupee sign":"Indiaanse roepie teken","Turkish lira sign":"Turkse lira teken","Nordic mark sign":"Noorse mark teken","Manat sign":"Manat teken","Ruble sign":"Roebel teken","Latin capital letter a with macron":"Latijnse hoofdletter a met macron","Latin small letter a with macron":"Latijnse kleine letter a met macron","Latin capital letter a with breve":"Latijnse hoofdletter a met breve","Latin small letter a with breve":"Latijnse kleine letter a met breve","Latin capital letter a with ogonek":"Latijnse hoofdletter a met ogonek","Latin small letter a with ogonek":"Latijnse kleine letter a met ogonek","Latin capital letter c with acute":"Latijnse hoofdletter c met acute","Latin small letter c with acute":"Latijnse kleine letter c met acute","Latin capital letter c with circumflex":"Latijnse hoofdletter c met circumflex","Latin small letter c with circumflex":"Latijnse kleine letter c met circumflex","Latin capital letter c with dot above":"Latijnse hoofdletter c met punt erboven","Latin small letter c with dot above":"Latijnse kleine letter met punt erboven","Latin capital letter c with caron":"Latijnse hoofdletter c met caron","Latin small letter c with caron":"Latijnse kleine letter c met caron","Latin capital letter d with caron":"Latijnse hoofdletter d met caron","Latin small letter d with caron":"Latijnse kleine letter d met caron","Latin capital letter d with stroke":"Latijnse hoofdletter d met dwarsstreep","Latin small letter d with stroke":"Latijnse kleine letter d met dwarsstreep","Latin capital letter e with macron":"Latijnse hoofdletter e met macron","Latin small letter e with macron":"Latijnse kleine letter e met macron","Latin capital letter e with breve":"Latijnse hoofdletter e met breve","Latin small letter e with breve":"Latijnse kleine letter e met breve","Latin capital letter e with dot above":"Latijnse hoofdletter e met punt erboven","Latin small letter e with dot above":"Latijnse kleine letter e met punt erboven","Latin capital letter e with ogonek":"Latijnse hoofdletter e met ogonek","Latin small letter e with ogonek":"Latijnse kleine letter e met ogonek","Latin capital letter e with caron":"Latijnse hoofdletter e met haček","Latin small letter e with caron":"Latijnse kleine letter e met haček","Latin capital letter g with circumflex":"Latijnse hoofdletter g met circumflex","Latin small letter g with circumflex":"Latijnse kleine letter g met circumflex","Latin capital letter g with breve":"Latijnse hoofdletter g met breve","Latin small letter g with breve":"Latijnse kleine letter g met breve","Latin capital letter g with dot above":"Latijnse hoofdletter g met punt erboven","Latin small letter g with dot above":"Latijnse kleine letter g met punt erboven","Latin capital letter g with cedilla":"Latijnse hoofdletter g met cedille","Latin small letter g with cedilla":"Latijnse kleine letter g met cedille","Latin capital letter h with circumflex":"Latijnse hoofdletter h met circumflex","Latin small letter h with circumflex":"Latijnse kleine letter h met circumflex","Latin capital letter h with stroke":"Latijnse hoofdletter h met macron\n","Latin small letter h with stroke":"Latijnse kleine letter h met macron","Latin capital letter i with tilde":"Latijnse hoofdletter i met tilde","Latin small letter i with tilde":"Latijnse kleine letter i met tilde","Latin capital letter i with macron":"Latijnse hoofdletter i met macron","Latin small letter i with macron":"Latijnse kleine letter i met macron","Latin capital letter i with breve":"Latijnse hoofdletter i met breve","Latin small letter i with breve":"Latijnse kleine letter i met breve","Latin capital letter i with ogonek":"Latijnse hoofdletter i met ogonek","Latin small letter i with ogonek":"Latijnse kleine letter i met ogonek","Latin capital letter i with dot above":"Latijnse hoofdletter i met punt erboven","Latin small letter dotless i":"Latijnse kleine letter i zonder punt","Latin capital ligature ij":"Latijnse hoofdletter ligatuur ij","Latin small ligature ij":"Latijnse kleine ligatuur ij","Latin capital letter j with circumflex":"Latijnse hoofdletter j met circumflex","Latin small letter j with circumflex":"Latijnse kleine letter j met circumflex","Latin capital letter k with cedilla":"Latijnse hoofdletter k met cedille","Latin small letter k with cedilla":"Latijnse kleine letter k met cedille","Latin small letter kra":"Latijnse kleine letter kra","Latin capital letter l with acute":"Latijnse hoofdletter l met accent aigu","Latin small letter l with acute":"Latijnse kleine letter l met accent aigu","Latin capital letter l with cedilla":"Latijnse hoofdletter l met cedille","Latin small letter l with cedilla":"Latijnse kleine letter l met cedille","Latin capital letter l with caron":"Latijnse hoofdletter l met haček","Latin small letter l with caron":"Latijnse kleine letter l met haček","Latin capital letter l with middle dot":"Latijnse hoofdletter l met punt in het midden","Latin small letter l with middle dot":"Latijnse kleine letter l met punt in het midden","Latin capital letter l with stroke":"Latijnse hoofdletter l met dwarsstreep","Latin small letter l with stroke":"Latijnse kleine letter l met dwarsstreep","Latin capital letter n with acute":"Latijnse hoofdletter n met accent aigu","Latin small letter n with acute":"Latijnse kleine letter n met accent aigu","Latin capital letter n with cedilla":"Latijnse hoofdletter n met cedille","Latin small letter n with cedilla":"Latijnse kleine letter n met cedille","Latin capital letter n with caron":"Latijnse hoofdletter n met haček","Latin small letter n with caron":"Latijnse kleine letter n met haček","Latin small letter n preceded by apostrophe":"Latijnse kleine letter n voorafgegaan door apostrof","Latin capital letter eng":"Latijnse hoofdletter eng","Latin small letter eng":"Latijnse kleine letter eng","Latin capital letter o with macron":"Latijnse hoofdletter o met macron","Latin small letter o with macron":"Latijnse kleine letter o met macron","Latin capital letter o with breve":"Latijnse hoofdletter o met breve","Latin small letter o with breve":"Latijnse kleine letter o met breve","Latin capital letter o with double acute":"Latijnse hoofdletter o met dubbel accent aigu","Latin small letter o with double acute":"Latijnse kleine letter o met dubbel accent aigu","Latin capital ligature oe":"Latijnse hoofdletter ligatuur oe","Latin small ligature oe":"Latijnse kleine ligatuur oe","Latin capital letter r with acute":"Latijnse hoofdletter r met accent aigu","Latin small letter r with acute":"Latijnse kleine letter r met accent aigu","Latin capital letter r with cedilla":"Latijnse hoofdletter r met cedille","Latin small letter r with cedilla":"Latijnse kleine letter r met cedille","Latin capital letter r with caron":"Latijnse hoofdletter r met haček","Latin small letter r with caron":"Latijnse kleine letter r met haček","Latin capital letter s with acute":"Latijnse hoofdletter s met accent aigu","Latin small letter s with acute":"Latijnse kleine letter s met accent aigu","Latin capital letter s with circumflex":"Latijnse hoofdletter s met circumflex","Latin small letter s with circumflex":"Latijnse kleine letter s met circumflex","Latin capital letter s with cedilla":"Latijnse hoofdletter s met cedille","Latin small letter s with cedilla":"Latijnse kleine letter s met cedille","Latin capital letter s with caron":"Latijnse hoofdletter s met haček","Latin small letter s with caron":"Latijnse kleine letter s met haček","Latin capital letter t with cedilla":"Latijnse hoofdletter t met cedille","Latin small letter t with cedilla":"Latijnse kleine letter t met cedille","Latin capital letter t with caron":"Latijnse hoofdletter t met haček","Latin small letter t with caron":"Latijnse kleine letter t met haček","Latin capital letter t with stroke":"Latijnse hoofdletter t met dwarsstreep","Latin small letter t with stroke":"Latijnse kleine letter t met dwarsstreep","Latin capital letter u with tilde":"Latijnse hoofdletter u met tilde","Latin small letter u with tilde":"Latijnse kleine letter u met tilde","Latin capital letter u with macron":"Latijnse hoofdletter u met macron","Latin small letter u with macron":"Latijnse kleine letter u met macron","Latin capital letter u with breve":"Latijnse hoofdletter u met breve","Latin small letter u with breve":"Latijnse kleine letter u met breve","Latin capital letter u with ring above":"Latijnse hoofdletter u met ring erboven","Latin small letter u with ring above":"Latijnse kleine letter u met ring erboven","Latin capital letter u with double acute":"Latijnse hoofdletter u met dubbele accent aigu","Latin small letter u with double acute":"Latijnse kleine letter u met dubbele accent aigu","Latin capital letter u with ogonek":"Latijnse hoofdletter u met ogonek","Latin small letter u with ogonek":"Latijnse kleine letter u met ogonek","Latin capital letter w with circumflex":"Latijnse hoofdletter w met circumflex","Latin small letter w with circumflex":"Latijnse kleine letter w met circumflex","Latin capital letter y with circumflex":"Latijnse hoofdletter y met circumflex","Latin small letter y with circumflex":"Latijnse kleine letter y met circumflex","Latin capital letter y with diaeresis":"Latijnse hoofdletter y met trema","Latin capital letter z with acute":"Latijnse hoofdletter z met accent aigu","Latin small letter z with acute":"Latijnse kleine letter z met accent aigu","Latin capital letter z with dot above":"Latijnse hoofdletter z met punt erboven","Latin small letter z with dot above":"Latijnse kleine letter z met punt erboven","Latin capital letter z with caron":"Latijnse hoofdletter z met haček","Latin small letter z with caron":"Latijnse kleine letter z met haček","Latin small letter long s":"Latijnse kleine letter lange s","Less-than sign":"Kleiner-dan teken","Greater-than sign":"Groter-dan teken","Less-than or equal to":"Kleiner-dan of gelijk aan","Greater-than or equal to":"Groter-dan of gelijk aan","En dash":"Half kastlijntje","Em dash":"Kastlijntje",Macron:"Makron",Overline:"Overline","Degree sign":"Graden teken","Minus sign":"Min teken","Plus-minus sign":"Plus-minus teken","Division sign":"Deel teken","Fraction slash":"Breuk teken","Multiplication sign":"Vermenigvuldigingsteken","Latin small letter f with hook":"Latijnse kleine letter f met hoek",Integral:"Integraal","N-ary summation":"N-ary sommatie",Infinity:"Infinity","Square root":"Vierkantswortel","Tilde operator":"Tidle teken","Approximately equal to":"Ongeveer gelijk aan","Almost equal to":"Bijna gelijk aan","Not equal to":"Niet gelijk aan","Identical to":"Gelijk aan","Element of":"Onderdeel van","Not an element of":"Geen onderdeel van","Contains as member":"Bevat als onderdeel","N-ary product":"N-ary product","Logical and":"Logische en","Logical or":"Logische of","Not sign":"Niet teken",Intersection:"Kruispunt",Union:"Unie","Partial differential":"Gedeeltelijk differentieel","For all":"Voor alles","There exists":"Er bestaat","Empty set":"Lege set",Nabla:"Nabla","Asterisk operator":"Asterisk teken","Proportional to":"Verhoudend tot",Angle:"Hoek","Vulgar fraction one quarter":"Gewone breuk een kwart","Vulgar fraction one half":"Gewone breuk een half","Vulgar fraction three quarters":"Gewone breuk driekwart","Single left-pointing angle quotation mark":"Enkel naar links wijzend punthaakje","Single right-pointing angle quotation mark":"Enkel naar rechts wijzend punthaakje","Left-pointing double angle quotation mark":"Naar links wijzende guillemet","Right-pointing double angle quotation mark":"Naar rechts wijzende guillemet","Left single quotation mark":"Linker enkelvoudig aanhalingsteken","Right single quotation mark":"Rechter enkelvoudig aanhalingsteken","Left double quotation mark":"Linker dubbel aanhalingsteken","Right double quotation mark":"Rechter dubbel aanhalingsteken","Single low-9 quotation mark":"Enkelvoudig laag aanhalingsteken","Double low-9 quotation mark":"Dubbel laag aanhalingsteken","Inverted exclamation mark":"Omgekeerd uitroepteken","Inverted question mark":"Omgekeerd vraagteken","Two dot leader":"Dubbele leidende punt","Horizontal ellipsis":"Horizontale ellips","Double dagger":"Dubbele obelisk","Per mille sign":"Promilleteken","Per ten thousand sign":"Basispunt","Double exclamation mark":"Dubbel uitroepteken","Question exclamation mark":"Vraagteken-uitroepteken","Exclamation question mark":"Uitroepteken-vraagteken","Double question mark":"Dubbel vraagteken","Copyright sign":"Copyrightteken","Registered sign":"Geregistreerd handelsmerkteken","Trade mark sign":"Handelsmerkteken","Section sign":"Paragraafsymbool","Paragraph sign":"Paragraaf teken","Reversed paragraph sign":"Omgekeerd paragraaf teken","Character categories":"Karakter categorieën",Styles:"Stijlen","Multiple styles":"Meerdere stijlen","Block styles":"Blok stijlen","Text styles":"Tekst stijlen","Insert table":"Tabel invoegen","Header column":"Titel kolom","Insert column left":"Kolom links invoegen","Insert column right":"Kolom rechts invoegen","Delete column":"Verwijder kolom","Select column":"Selecteer kolom",Column:"Kolom","Header row":"Titel rij","Insert row below":"Rij hieronder invoegen","Insert row above":"Rij hierboven invoegen","Delete row":"Verwijder rij","Select row":"Selecteer rij",Row:"Rij","Merge cell up":"Cel hierboven samenvoegen","Merge cell right":"Cel hierna samenvoegen","Merge cell down":"Cel hieronder samenvoegen","Merge cell left":"Cel hiervoor samenvoegen","Split cell vertically":"Splits cel verticaal","Split cell horizontally":"Splits cel horizontaal","Merge cells":"Cellen samenvoegen","Table toolbar":"Tabel werkbalk","Table properties":"Tabeleigenschappen","Cell properties":"Celeigenschappen",Border:"Rand",Style:"Stijl",Width:"Breedte",Height:"Hoogte",Color:"Kleur",Background:"Achtergrond",Padding:"Opvulling",Dimensions:"Afmetingen","Table cell text alignment":"Tekstuitlijning tabelcel",Alignment:"Uitlijning","Horizontal text alignment toolbar":"Werkbalk voor horizontale tekstuitlijning","Vertical text alignment toolbar":"Werkbalk voor verticale tekstuitlijning","Table alignment toolbar":"Werkbalk tabeluitlijning",None:"Geen",Solid:"Ononderbroken",Dotted:"Stippellijn",Dashed:"Onderbroken",Double:"Dubbel",Groove:"Sleuf",Ridge:"Rand",Inset:"Ingezet",Outset:"Opliggend","Align cell text to the left":"Celtekst links uitlijnen","Align cell text to the center":"Tekst in de cel centreren","Align cell text to the right":"Celtekst rechts uitlijnen","Justify cell text":"Celtekst uitvullen","Align cell text to the top":"Celtekst boven uitlijnen","Align cell text to the middle":"Celtekst in het midden uitlijnen","Align cell text to the bottom":"Celtekst onder uitlijnen","Align table to the left":"Tabel links uitlijnen","Center table":"Tabel centreren","Align table to the right":"Tabel rechts uitlijnen","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"De kleur in niet correct, probeer \"#FF0000\" of \"rgb(255,0,0)\" of \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"De waarde is ongeldig. Probeer '10px' of '2em' of gewoon '2'.","Color picker":"Kleurkiezer","Toggle caption off":"Bijschrift uitzetten","Toggle caption on":"Bijschrift aanzetten","Enter table caption":"Voer tabelbijschrift in","Rich Text Editor":"Tekstbewerker","Editor editing area: %0":"Bewerkingsgebied: %0","Edit block":"Blok aanpassen",Next:"Volgende",Previous:"Vorige","Editor toolbar":"Editor welkbalk","Dropdown toolbar":"Drop-down werkbalk",Black:"Zwart","Dim grey":"Gedimd grijs",Grey:"Grijs","Light grey":"Lichtgrijs",White:"Wit",Red:"Rood",Orange:"Oranje",Yellow:"Geel","Light green":"Lichtgroen",Green:"Groen",Aquamarine:"Aquamarijn",Turquoise:"Turquoise","Light blue":"Lichtblauw",Blue:"Blauw",Purple:"Paars","Editor block content toolbar":"Inhoud werkbalk voor editorblok","Editor contextual toolbar":"Contextuele werkbalk van editor",HEX:"HEX",Accept:"Accepteren",Undo:"Ongedaan maken",Redo:"Opnieuw","Upload in progress":"Bezig met uploaden","Widget toolbar":"Widget werkbalk","Insert paragraph before block":"Voeg paragraaf toe voor blok","Insert paragraph after block":"Voeg paragraaf toe na blok","Press Enter to type after or press Shift + Enter to type before the widget":"Druk op Enter om na de widget te typen of druk op Shift + Enter om vóór de widget te typen","Words: %0":"Woorden: %0","Characters: %0":"Tekens: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/no.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/no.js index ca286d7fb00d..bfdc3b553c5d 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/no.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/no.js @@ -1 +1 @@ -(function(d){ const l = d['no'] = d['no'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Venstrejuster","Align right":"Høyrejuster","Align center":"Midtstill",Justify:"Blokkjuster","Text alignment":"Tekstjustering","Text alignment toolbar":"Verktøylinje for tekstjustering",Bold:"Fet",Italic:"Kursiv",Underline:"Understreket",Code:"Kode",Strikethrough:"Gjennomstreket",Subscript:"Senket skrift",Superscript:"Hevet skrift","Block quote":"Blokksitat","Insert code block":"Sett inn kodeblokk","Plain text":"Ren tekst",Cancel:"Avbryt","Remove color":"Fjern farge","Restore default":"Tilbakestill til standard",Save:"Lagre","Show more items":"Vis flere elementer","%0 of %1":"%0 av %1","Cannot upload file:":"Kan ikke laste opp fil:","Rich Text Editor. Editing area: %0":"Redigeringsverktøy for rik tekst. Redigeringsområde: %0","Find and replace":"Søk og erstatt","Find in text…":"Søk i tekst",Find:"Søk","Previous result":"Forrige resultat","Next result":"Neste resultat",Replace:"Erstatt","Replace all":"Erstatt alt","Match case":"Skill mellom store og små bokstaver","Whole words only":"Kun hele ord","Replace with…":"Erstatt med …","Text to find must not be empty.":"Teksten som skal finnes må ikke være tom","Tip: Find some text first in order to replace it.":"Tips: Finn noe tekst først for å kunne erstatte den.","Show options":"Vis alternativer",Paragraph:"Avsnitt",Heading:"Overskrift","Choose heading":"Velg overskrift","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"Overskrift 4","Heading 5":"Overskrift 5","Heading 6":"Overskrift 6","Type your title":"Skriv inn tittel","Type or paste your content here.":"Skriv eller lim inn ditt innhold her","Horizontal line":"Horisontal linje","HTML object":"HTML-objekt","Increase indent":"Øk innrykk","Decrease indent":"Reduser innrykk",Unlink:"Fjern lenke",Link:"Lenke","Link URL":"Lenke-URL","Link image":"Bildelenke","Edit link":"Rediger lenke","Open link in new tab":"Åpne lenke i ny fane","This link has no URL":"Denne lenken mangler en URL","Open in a new tab":"Åpne i ny fane",Downloadable:"Nedlastbar","Numbered List":"Nummerert liste","Bulleted List":"Punktliste","To-do List":"Oppgaveliste","Bulleted list styles toolbar":"Verktøylinje for punktlistestiler","Numbered list styles toolbar":"Verktøylinje for stiler for nummererte lister","Toggle the disc list style":"Veksle disklistestil","Toggle the circle list style":"Veksle sirkellistestil","Toggle the square list style":"Veksle firkantlistestil","Toggle the decimal list style":"Veksle nummerlistestil","Toggle the decimal with leading zero list style":"Veksle listestilen med nummer med foranstilt null","Toggle the lower–roman list style":"Veksle listestilen med små romertall","Toggle the upper–roman list style":"Veksle listestilen med store romertall","Toggle the lower–latin list style":"Veksle listestilen med små latinske tegn","Toggle the upper–latin list style":"Veksle listestilen med store latinske tegn",Disc:"Disk",Circle:"Sirkel",Square:"Firkant",Decimal:"Nummer","Decimal with leading zero":"Nummer med foranstilt null","Lower–roman":"Små romertall","Upper-roman":"Store romertall","Lower-latin":"Små latinske tegn","Upper-latin":"Store latinske tegn","List properties":"Listeegenskaper","Start at":"Start ved","Start index must be greater than 0.":"Startindeks må være større enn 0.","Reversed order":"Motsatt rekkefølge","Remove Format":"Fjern formatering","Select all":"Velg alt ",Source:"Kilde","Special characters":"Spesialtegn",All:"Alle",Arrows:"Piltaster",Currency:"Valuta",Latin:"Latin",Mathematical:"Matematisk",Text:"Tekst","leftwards simple arrow":"venstre enkel pil","rightwards simple arrow":"høyre enkel pil","upwards simple arrow":"opp enkel pil","downwards simple arrow":"ned enkel pil","leftwards double arrow":"Dobbel pil mot venstre","rightwards double arrow":"Dobbel pil mot høyre","upwards double arrow":"Dobbel pil opp","downwards double arrow":"Dobbel pil nedover","leftwards dashed arrow":"Stiplet pil mot venstre ","rightwards dashed arrow":"Stiplet pil mot høyre","upwards dashed arrow":"Stiplet pil oppover","downwards dashed arrow":"Stiplet pil nedover","leftwards arrow to bar":"Pil mot venstre til strek","rightwards arrow to bar":"Pil mot høyre til strek","upwards arrow to bar":"Pil oppover til strek ","downwards arrow to bar":"Pil nedover til strek","up down arrow with base":"Pil oppover med base","back with leftwards arrow above":"Tilbake med pil mot venstre over","end with leftwards arrow above":"Avslutt med pil mot venstre over","on with exclamation mark with left right arrow above":"På med utropstegn og venstre-høyre-pil over.","soon with rightwards arrow above":"Snart med pil mot høyre over","top with upwards arrow above":"Topp med pil oppover over","Dollar sign":"Dollartegn","Euro sign":"Eurotegn","Yen sign":"Yentegn","Pound sign":"Pundtegn","Cent sign":"Cent-tegn","Euro-currency sign":"Valutasymbol for Euro","Colon sign":"Kolon","Cruzeiro sign":"Cruzeirotegn","French franc sign":"Valutasymbol for franske franc","Lira sign":"Liretegn","Currency sign":"Valutasymbol","Bitcoin sign":"Bitcoinsymbol","Mill sign":"Milltegn","Naira sign":"Nairategn","Peseta sign":"Pesetategn","Rupee sign":"Riupitegn","Won sign":"Wontegn","New sheqel sign":"Nytt shekeltegn","Dong sign":"Dongtegn","Kip sign":"Kiptegn","Tugrik sign":"Tugriktegn","Drachma sign":"Drakmetegn","German penny sign":"Tysk øretegn","Peso sign":"Pesotegn","Guarani sign":"Guaranitegn","Austral sign":"Australtegn","Hryvnia sign":"Hryvniategn","Cedi sign":"Ceditegn","Livre tournois sign":"Livre tournoistegn","Spesmilo sign":"Spesmilotegn","Tenge sign":"Tengetegn","Indian rupee sign":"Indisk rupitegn","Turkish lira sign":"Tyrkisk liretegn","Nordic mark sign":"Nordisk marktegn","Manat sign":"Manattegn","Ruble sign":"Rubeltegn","Latin capital letter a with macron":"Latinsk stor a med makron ","Latin small letter a with macron":"Latinsk liten a med makron ","Latin capital letter a with breve":"Latinsk stor a med breve","Latin small letter a with breve":"Latinsk liten a med breve","Latin capital letter a with ogonek":"Latinsk stor a med kvist","Latin small letter a with ogonek":"Latinsk liten a med kvist","Latin capital letter c with acute":"Latinsk stor c med akutt aksent","Latin small letter c with acute":"Latinsk liten c med akutt aksent ","Latin capital letter c with circumflex":"Latinsk stor c med cirkumfleks","Latin small letter c with circumflex":"Latinsk liten c med cirkumfleks","Latin capital letter c with dot above":"Latinsk stor c med prikk over","Latin small letter c with dot above":"Latinsk liten c med prikk over","Latin capital letter c with caron":"Latinsk stor c med caron","Latin small letter c with caron":"Latinsk liten c med caron","Latin capital letter d with caron":"Latinsk stor d med caron","Latin small letter d with caron":"Latinsk liten d med caron","Latin capital letter d with stroke":"Latinsk stor d med strek","Latin small letter d with stroke":"Latinsk liten d med strek","Latin capital letter e with macron":"Latinsk stor e med makron","Latin small letter e with macron":"Latinsk liten e med makron","Latin capital letter e with breve":"Latinsk stor e med breve","Latin small letter e with breve":"Latinsk liten e med breve","Latin capital letter e with dot above":"Latinsk stor e med prikk over","Latin small letter e with dot above":"Latinsk liten e med prikk over","Latin capital letter e with ogonek":"Latinsk stor e med kvist","Latin small letter e with ogonek":"Latinsk liten e med kvist","Latin capital letter e with caron":"Latinsk stor e med caron","Latin small letter e with caron":"Latinsk liten e med caron","Latin capital letter g with circumflex":"Latinsk stor g med cirkumfleks","Latin small letter g with circumflex":"Latinsk liten g med cirkumfleks","Latin capital letter g with breve":"Latinsk stor g med breve","Latin small letter g with breve":"Latinsk liten g med breve","Latin capital letter g with dot above":"Latinsk stor g med prikk over","Latin small letter g with dot above":"Latinsk liten g med prikk over","Latin capital letter g with cedilla":"Latinsk stor g med cedille","Latin small letter g with cedilla":"Latinsk liten g med cedille ","Latin capital letter h with circumflex":"Latinsk stor h med cirkumfleks","Latin small letter h with circumflex":"Latinsk liten h med cirkumfleks","Latin capital letter h with stroke":"\nLatinsk stor h med stek","Latin small letter h with stroke":"Latinsk liten h med strek","Latin capital letter i with tilde":"Latinsk stor i med tilde","Latin small letter i with tilde":"Latinsk liten i med tilde","Latin capital letter i with macron":"Latinsk stor i med makron","Latin small letter i with macron":"Latinsk liten i med makron","Latin capital letter i with breve":"Latinsk stor i med breve","Latin small letter i with breve":"Latinsk liten i med breve","Latin capital letter i with ogonek":"Latinsk stor i med kvist","Latin small letter i with ogonek":"Latinsk liten i med kvist","Latin capital letter i with dot above":"Latinsk stor i med prikk over ","Latin small letter dotless i":"Latinsk liten i uten prikk","Latin capital ligature ij":"Latinsk stor digraf ij","Latin small ligature ij":"Latinsk liten digraf ik","Latin capital letter j with circumflex":"Latinsk stor j med cirkumfleks","Latin small letter j with circumflex":"Latinsk liten j med cirkumfleks","Latin capital letter k with cedilla":"Latinsk stor k med cedille","Latin small letter k with cedilla":"Latinsk liten k med cedille","Latin small letter kra":"Latinsk liten kra","Latin capital letter l with acute":"Latinsk stor l med akutt aksent","Latin small letter l with acute":"Latinsk liten l med akutt aksent","Latin capital letter l with cedilla":"Latinsk stor l med cedille","Latin small letter l with cedilla":"Latinsk liten l med cedille","Latin capital letter l with caron":"Latinsk stor l med caron","Latin small letter l with caron":"Latinsk liten l med caron","Latin capital letter l with middle dot":"Latinsk stor l med prikk midt på","Latin small letter l with middle dot":"Latinsk liten l med midtprikk","Latin capital letter l with stroke":"Latinsk stor l med strek","Latin small letter l with stroke":"Latinsk liten l med strek","Latin capital letter n with acute":"Latinsk stor n med akutt aksent","Latin small letter n with acute":"Latinsk liten n med akutt aksent ","Latin capital letter n with cedilla":"Latinsk stor n med cedille","Latin small letter n with cedilla":"Latinsk liten n med cedille","Latin capital letter n with caron":"Latinsk stor n med caron","Latin small letter n with caron":"Latinsk liten n med caron","Latin small letter n preceded by apostrophe":"Latinsk liten n med apostroff foran","Latin capital letter eng":"Latinsk stor eng","Latin small letter eng":"Latinsk liten eng","Latin capital letter o with macron":"Latinsk stor o med makron","Latin small letter o with macron":"Latinsk liten o med makron","Latin capital letter o with breve":"Latinsk stor o med breve","Latin small letter o with breve":"Latinsk liten o med breve","Latin capital letter o with double acute":"Latinsk stor o med dobbel akutt aksent","Latin small letter o with double acute":"Latinsk liten o med dobbel akutt aksent","Latin capital ligature oe":"Latinsk stor difraf oe","Latin small ligature oe":"Latinsk liten digraf oe","Latin capital letter r with acute":"Latinsk stor r med akutt aksent","Latin small letter r with acute":"Latinsk liten r med akutt aksent","Latin capital letter r with cedilla":"Latinsk stor r med cedille","Latin small letter r with cedilla":"Latinsk liten r med ceille","Latin capital letter r with caron":"Latinsk stor r med caron","Latin small letter r with caron":"Latinsk liten r med caron","Latin capital letter s with acute":"Latinsk stor s med akutt aksent","Latin small letter s with acute":"Latinsk liten s med akutt aksent","Latin capital letter s with circumflex":"Latinsk stor s med cirkumfleks","Latin small letter s with circumflex":"Latinsk liten s med cirkumfleks","Latin capital letter s with cedilla":"Latinsk stor s med cedille","Latin small letter s with cedilla":"Latinsk liten s med cedille","Latin capital letter s with caron":"Latinsk stor s med caron","Latin small letter s with caron":"Latinsk liten s med caron","Latin capital letter t with cedilla":"Latinsk stor t med cedille","Latin small letter t with cedilla":"Latinsk liten t med cedille","Latin capital letter t with caron":"Latinsk stor t med caron","Latin small letter t with caron":"Latinsk liten t med caron","Latin capital letter t with stroke":"Latinsk stor t med strek","Latin small letter t with stroke":"Latinsk liten t med strek","Latin capital letter u with tilde":"Latinsk stor u med tilde","Latin small letter u with tilde":"Latinsk liten u med tilde","Latin capital letter u with macron":"Latinsk stor u med makron","Latin small letter u with macron":"Latinsk liten u med makron","Latin capital letter u with breve":"Latinsk stor u med breve","Latin small letter u with breve":"Latinsk liten u med breve","Latin capital letter u with ring above":"Latinsk stor u med ring over","Latin small letter u with ring above":"Latinsk liten u med ring over","Latin capital letter u with double acute":"Latinsk stor u med dobbel akutt aksent","Latin small letter u with double acute":"Latinsk liten u med dobbel akutt aksent","Latin capital letter u with ogonek":"Latinsk stor u med kvist","Latin small letter u with ogonek":"Latinsk liten u med kvist","Latin capital letter w with circumflex":"Latings stor w med cirkumfleks","Latin small letter w with circumflex":"Latinsk liten w med cirkumfleks","Latin capital letter y with circumflex":"Latinsk stor y med cirkumfleks","Latin small letter y with circumflex":"Latinsk liten y med cirkumfleks","Latin capital letter y with diaeresis":"Latinsk stor y med trema","Latin capital letter z with acute":"Latinsk stor z med akutt aksent","Latin small letter z with acute":"Latinsk liten z med akutt aksent","Latin capital letter z with dot above":"Latings stor z med prikk over","Latin small letter z with dot above":"Latinsk liten z med prikk over","Latin capital letter z with caron":"Latinsk stor z med caron","Latin small letter z with caron":"Latinsk liten z med caron","Latin small letter long s":"Latinsk liten lang s","Less-than sign":"Mindre enn-tegn","Greater-than sign":"Mer enn-tegn","Less-than or equal to":"Mindre eller lik","Greater-than or equal to":"Stø","En dash":"En-strek","Em dash":"Em-strek",Macron:"Macr",Overline:"Linje over","Degree sign":"Grade","Minus sign":"Minustegn","Plus-minus sign":"Pluss","Division sign":"Deletegn","Fraction slash":"Brøkstrek","Multiplication sign":"Gangetegn","Latin small letter f with hook":"Latinsk liten f med krok",Integral:"Integrert","N-ary summation":"N-ary-summering",Infinity:"Uendelig","Square root":"Kvadratrot","Tilde operator":"Tildeoperatør","Approximately equal to":"Omtrent ik","Almost equal to":"Nesten lik","Not equal to":"Ikke lik","Identical to":"Identisk til","Element of":"Element av","Not an element of":"Ikke et element av","Contains as member":"Inneholder som medlem","N-ary product":"N-ary-produkt","Logical and":"Logisk og","Logical or":"Logisk eller","Not sign":"Ikketegn",Intersection:"Kryss",Union:"Union","Partial differential":"Delvis forskjell","For all":"For alle","There exists":"Det eksisterer","Empty set":"Tomt sett",Nabla:"Nabla","Asterisk operator":"Asteriskoperatør","Proportional to":"Proporsjonell til",Angle:"Vinkel","Vulgar fraction one quarter":"Vulgær brøkdel en kvart","Vulgar fraction one half":"Vulgær brøkdel en halv","Vulgar fraction three quarters":"Vulgær brøkdel tre kvarte","Single left-pointing angle quotation mark":"Enkelt anførselstegn mot venstre","Single right-pointing angle quotation mark":"Enkelt anførselstegn mot høyre","Left-pointing double angle quotation mark":"Venstrepekende dobbelvinklede anførselstegn","Right-pointing double angle quotation mark":"Høyrepekende dobbelvinklede anførselstegn","Left single quotation mark":"Venstre enkelt anførselstegn","Right single quotation mark":"Høyre enkelt anførselstegn","Left double quotation mark":"Venstre dobbelt anførselstegn","Right double quotation mark":"Høyre dobbelt anførselstegn","Single low-9 quotation mark":"Enkelt lav-9-anførselstegn","Double low-9 quotation mark":"Dobbelt lav-9-anførselstegn","Inverted exclamation mark":"Invertert utropstegn","Inverted question mark":"Invertert spørsmålstegn","Two dot leader":"To prikker leder","Horizontal ellipsis":"Horisontal ellipse","Double dagger":"Dobbel dolk","Per mille sign":"Per mille-tegn","Per ten thousand sign":"Per ti tusen-tegn","Double exclamation mark":"Dobbelt utropstegn","Question exclamation mark":"Spørmål-utropstegn","Exclamation question mark":"Utrops-spørsmålstegn","Double question mark":"Dobbelt spørsmålstegn","Copyright sign":"Opphavsrettstegn","Registered sign":"Registrert-tegn","Trade mark sign":"Varemerketegn","Section sign":"Seksjontegn","Paragraph sign":"avsnittstegn","Reversed paragraph sign":"Reversert avsnittstegn","Character categories":"Karakterkategorier",Styles:"Stiler","Multiple styles":"Multiple stiler","Block styles":"Blokkstiler","Text styles":"Tekststiler","Insert table":"Sett inn tabell","Header column":"Overskriftkolonne","Insert column left":"Sett inn kolonne til venstre","Insert column right":"Sett inn kolonne til høyre","Delete column":"Slett kolonne","Select column":"Velg kolonne ",Column:"Kolonne","Header row":"Overskriftrad","Insert row below":"Sett inn rad under","Insert row above":"Sett inn rad over","Delete row":"Slett rad","Select row":"Velg rad",Row:"Rad","Merge cell up":"Slå sammen celle over","Merge cell right":"Slå sammen celle til høyre","Merge cell down":"Slå sammen celle under","Merge cell left":"Slå sammen celle til venstre","Split cell vertically":"Del opp celle vertikalt","Split cell horizontally":"Del opp celle horisontalt","Merge cells":"Slå sammen celler","Table toolbar":"Tabell verktøylinje ","Table properties":"Egenskaper for tabell","Cell properties":"Celleegenskaper ",Border:"Kantlinje ",Style:"Stil ",Width:"Bredde",Height:"Høyde",Color:"Farge",Background:"Bakgrunn ",Padding:"Fylling",Dimensions:"Dimensjoner","Table cell text alignment":"Celle tekstjustering ",Alignment:"Justering","Horizontal text alignment toolbar":"Verktøylinje for justering av tekst horisontalt ","Vertical text alignment toolbar":"Verktøylinje for justering av tekst vertikalt ","Table alignment toolbar":"Verktøylinje for justering av tabell ",None:"Ingen",Solid:"Hel",Dotted:"Stiplede",Dashed:"Stiplet",Double:"Dobbel ",Groove:"Grov",Ridge:"Kjede",Inset:"Innover",Outset:"Utover","Align cell text to the left":"Juster celletekst til venstre ","Align cell text to the center":"Juster celletekst til midten ","Align cell text to the right":"Juster celletekst til høyre ","Justify cell text":"Rett celletekst ","Align cell text to the top":"Juster celletekst til topp","Align cell text to the middle":"Juster celletekst til midten","Align cell text to the bottom":"Juster celletekst til bunn ","Align table to the left":"Juster tabell til venstre ","Center table":"Sentrer tabell ","Align table to the right":"Juster tabell til høyre ","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Ugyldig farge ","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Ugyldig verdi ","Color picker":"Fargevalg ","Toggle caption off":"Veksle tabelltekst av","Toggle caption on":"Veksle tabelltekst på","Enter table caption":"Legg inn tabelltekst","Rich Text Editor":"Tekstredigeringsverktøy for rik tekst","Editor editing area: %0":"Redigeringsområde for redigeringsverktøyet: %0","Edit block":"Rediger blokk",Next:"Neste",Previous:"Forrige","Editor toolbar":"Verktøylinje for redigeringsverktøy","Dropdown toolbar":"Verktøylinje for nedtrekksliste",Black:"Svart","Dim grey":"Svak grå",Grey:"Grå","Light grey":"Lysegrå",White:"Hvit",Red:"Rød",Orange:"Oransje",Yellow:"Gul","Light green":"Lysegrønn",Green:"Grønn",Aquamarine:"Akvamarin",Turquoise:"Turkis","Light blue":"Lyseblå",Blue:"Blå",Purple:"Lilla","Editor block content toolbar":"Verktøylinje for blokkinnhold i redigeringsverktøy","Editor contextual toolbar":"Verktøylinje for kontekst i redigeringsverktøy",HEX:"",Undo:"Angre",Redo:"Gjør om","Upload in progress":"Laster opp fil","Widget toolbar":"Widget verktøylinje ","Insert paragraph before block":"Sett inn paragraf foran blokk","Insert paragraph after block":"Sett inn paragraf etter blokk","Press Enter to type after or press Shift + Enter to type before the widget":"Trykk Enter for å skrive etter eller trykk Shift + Enter for å skrive før widgeten","Words: %0":"Ord: %0","Characters: %0":"Tegn: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['no'] = d['no'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Venstrejuster","Align right":"Høyrejuster","Align center":"Midtstill",Justify:"Blokkjuster","Text alignment":"Tekstjustering","Text alignment toolbar":"Verktøylinje for tekstjustering",Bold:"Fet",Italic:"Kursiv",Underline:"Understreket",Code:"Kode",Strikethrough:"Gjennomstreket",Subscript:"Senket skrift",Superscript:"Hevet skrift","Block quote":"Blokksitat","Insert code block":"Sett inn kodeblokk","Plain text":"Ren tekst",Cancel:"Avbryt","Remove color":"Fjern farge","Restore default":"Tilbakestill til standard",Save:"Lagre","Show more items":"Vis flere elementer","%0 of %1":"%0 av %1","Cannot upload file:":"Kan ikke laste opp fil:","Rich Text Editor. Editing area: %0":"Redigeringsverktøy for rik tekst. Redigeringsområde: %0","Find and replace":"Søk og erstatt","Find in text…":"Søk i tekst",Find:"Søk","Previous result":"Forrige resultat","Next result":"Neste resultat",Replace:"Erstatt","Replace all":"Erstatt alt","Match case":"Skill mellom store og små bokstaver","Whole words only":"Kun hele ord","Replace with…":"Erstatt med …","Text to find must not be empty.":"Teksten som skal finnes må ikke være tom","Tip: Find some text first in order to replace it.":"Tips: Finn noe tekst først for å kunne erstatte den.","Show options":"Vis alternativer",Paragraph:"Avsnitt",Heading:"Overskrift","Choose heading":"Velg overskrift","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"Overskrift 4","Heading 5":"Overskrift 5","Heading 6":"Overskrift 6","Type your title":"Skriv inn tittel","Type or paste your content here.":"Skriv eller lim inn ditt innhold her","Horizontal line":"Horisontal linje","HTML object":"HTML-objekt","Increase indent":"Øk innrykk","Decrease indent":"Reduser innrykk",Unlink:"Fjern lenke",Link:"Lenke","Link URL":"Lenke-URL","Link image":"Bildelenke","Edit link":"Rediger lenke","Open link in new tab":"Åpne lenke i ny fane","This link has no URL":"Denne lenken mangler en URL","Open in a new tab":"Åpne i ny fane",Downloadable:"Nedlastbar","Numbered List":"Nummerert liste","Bulleted List":"Punktliste","To-do List":"Oppgaveliste","Bulleted list styles toolbar":"Verktøylinje for punktlistestiler","Numbered list styles toolbar":"Verktøylinje for stiler for nummererte lister","Toggle the disc list style":"Veksle disklistestil","Toggle the circle list style":"Veksle sirkellistestil","Toggle the square list style":"Veksle firkantlistestil","Toggle the decimal list style":"Veksle nummerlistestil","Toggle the decimal with leading zero list style":"Veksle listestilen med nummer med foranstilt null","Toggle the lower–roman list style":"Veksle listestilen med små romertall","Toggle the upper–roman list style":"Veksle listestilen med store romertall","Toggle the lower–latin list style":"Veksle listestilen med små latinske tegn","Toggle the upper–latin list style":"Veksle listestilen med store latinske tegn",Disc:"Disk",Circle:"Sirkel",Square:"Firkant",Decimal:"Nummer","Decimal with leading zero":"Nummer med foranstilt null","Lower–roman":"Små romertall","Upper-roman":"Store romertall","Lower-latin":"Små latinske tegn","Upper-latin":"Store latinske tegn","List properties":"Listeegenskaper","Start at":"Start ved","Start index must be greater than 0.":"Startindeks må være større enn 0.","Reversed order":"Motsatt rekkefølge","Remove Format":"Fjern formatering","Select all":"Velg alt ","Show blocks":"Vis blokker",Source:"Kilde","Special characters":"Spesialtegn",All:"Alle",Arrows:"Piltaster",Currency:"Valuta",Latin:"Latin",Mathematical:"Matematisk",Text:"Tekst","leftwards simple arrow":"venstre enkel pil","rightwards simple arrow":"høyre enkel pil","upwards simple arrow":"opp enkel pil","downwards simple arrow":"ned enkel pil","leftwards double arrow":"Dobbel pil mot venstre","rightwards double arrow":"Dobbel pil mot høyre","upwards double arrow":"Dobbel pil opp","downwards double arrow":"Dobbel pil nedover","leftwards dashed arrow":"Stiplet pil mot venstre ","rightwards dashed arrow":"Stiplet pil mot høyre","upwards dashed arrow":"Stiplet pil oppover","downwards dashed arrow":"Stiplet pil nedover","leftwards arrow to bar":"Pil mot venstre til strek","rightwards arrow to bar":"Pil mot høyre til strek","upwards arrow to bar":"Pil oppover til strek ","downwards arrow to bar":"Pil nedover til strek","up down arrow with base":"Pil oppover med base","back with leftwards arrow above":"Tilbake med pil mot venstre over","end with leftwards arrow above":"Avslutt med pil mot venstre over","on with exclamation mark with left right arrow above":"På med utropstegn og venstre-høyre-pil over.","soon with rightwards arrow above":"Snart med pil mot høyre over","top with upwards arrow above":"Topp med pil oppover over","Dollar sign":"Dollartegn","Euro sign":"Eurotegn","Yen sign":"Yentegn","Pound sign":"Pundtegn","Cent sign":"Cent-tegn","Euro-currency sign":"Valutasymbol for Euro","Colon sign":"Kolon","Cruzeiro sign":"Cruzeirotegn","French franc sign":"Valutasymbol for franske franc","Lira sign":"Liretegn","Currency sign":"Valutasymbol","Bitcoin sign":"Bitcoinsymbol","Mill sign":"Milltegn","Naira sign":"Nairategn","Peseta sign":"Pesetategn","Rupee sign":"Riupitegn","Won sign":"Wontegn","New sheqel sign":"Nytt shekeltegn","Dong sign":"Dongtegn","Kip sign":"Kiptegn","Tugrik sign":"Tugriktegn","Drachma sign":"Drakmetegn","German penny sign":"Tysk øretegn","Peso sign":"Pesotegn","Guarani sign":"Guaranitegn","Austral sign":"Australtegn","Hryvnia sign":"Hryvniategn","Cedi sign":"Ceditegn","Livre tournois sign":"Livre tournoistegn","Spesmilo sign":"Spesmilotegn","Tenge sign":"Tengetegn","Indian rupee sign":"Indisk rupitegn","Turkish lira sign":"Tyrkisk liretegn","Nordic mark sign":"Nordisk marktegn","Manat sign":"Manattegn","Ruble sign":"Rubeltegn","Latin capital letter a with macron":"Latinsk stor a med makron ","Latin small letter a with macron":"Latinsk liten a med makron ","Latin capital letter a with breve":"Latinsk stor a med breve","Latin small letter a with breve":"Latinsk liten a med breve","Latin capital letter a with ogonek":"Latinsk stor a med kvist","Latin small letter a with ogonek":"Latinsk liten a med kvist","Latin capital letter c with acute":"Latinsk stor c med akutt aksent","Latin small letter c with acute":"Latinsk liten c med akutt aksent ","Latin capital letter c with circumflex":"Latinsk stor c med cirkumfleks","Latin small letter c with circumflex":"Latinsk liten c med cirkumfleks","Latin capital letter c with dot above":"Latinsk stor c med prikk over","Latin small letter c with dot above":"Latinsk liten c med prikk over","Latin capital letter c with caron":"Latinsk stor c med caron","Latin small letter c with caron":"Latinsk liten c med caron","Latin capital letter d with caron":"Latinsk stor d med caron","Latin small letter d with caron":"Latinsk liten d med caron","Latin capital letter d with stroke":"Latinsk stor d med strek","Latin small letter d with stroke":"Latinsk liten d med strek","Latin capital letter e with macron":"Latinsk stor e med makron","Latin small letter e with macron":"Latinsk liten e med makron","Latin capital letter e with breve":"Latinsk stor e med breve","Latin small letter e with breve":"Latinsk liten e med breve","Latin capital letter e with dot above":"Latinsk stor e med prikk over","Latin small letter e with dot above":"Latinsk liten e med prikk over","Latin capital letter e with ogonek":"Latinsk stor e med kvist","Latin small letter e with ogonek":"Latinsk liten e med kvist","Latin capital letter e with caron":"Latinsk stor e med caron","Latin small letter e with caron":"Latinsk liten e med caron","Latin capital letter g with circumflex":"Latinsk stor g med cirkumfleks","Latin small letter g with circumflex":"Latinsk liten g med cirkumfleks","Latin capital letter g with breve":"Latinsk stor g med breve","Latin small letter g with breve":"Latinsk liten g med breve","Latin capital letter g with dot above":"Latinsk stor g med prikk over","Latin small letter g with dot above":"Latinsk liten g med prikk over","Latin capital letter g with cedilla":"Latinsk stor g med cedille","Latin small letter g with cedilla":"Latinsk liten g med cedille ","Latin capital letter h with circumflex":"Latinsk stor h med cirkumfleks","Latin small letter h with circumflex":"Latinsk liten h med cirkumfleks","Latin capital letter h with stroke":"\nLatinsk stor h med stek","Latin small letter h with stroke":"Latinsk liten h med strek","Latin capital letter i with tilde":"Latinsk stor i med tilde","Latin small letter i with tilde":"Latinsk liten i med tilde","Latin capital letter i with macron":"Latinsk stor i med makron","Latin small letter i with macron":"Latinsk liten i med makron","Latin capital letter i with breve":"Latinsk stor i med breve","Latin small letter i with breve":"Latinsk liten i med breve","Latin capital letter i with ogonek":"Latinsk stor i med kvist","Latin small letter i with ogonek":"Latinsk liten i med kvist","Latin capital letter i with dot above":"Latinsk stor i med prikk over ","Latin small letter dotless i":"Latinsk liten i uten prikk","Latin capital ligature ij":"Latinsk stor digraf ij","Latin small ligature ij":"Latinsk liten digraf ik","Latin capital letter j with circumflex":"Latinsk stor j med cirkumfleks","Latin small letter j with circumflex":"Latinsk liten j med cirkumfleks","Latin capital letter k with cedilla":"Latinsk stor k med cedille","Latin small letter k with cedilla":"Latinsk liten k med cedille","Latin small letter kra":"Latinsk liten kra","Latin capital letter l with acute":"Latinsk stor l med akutt aksent","Latin small letter l with acute":"Latinsk liten l med akutt aksent","Latin capital letter l with cedilla":"Latinsk stor l med cedille","Latin small letter l with cedilla":"Latinsk liten l med cedille","Latin capital letter l with caron":"Latinsk stor l med caron","Latin small letter l with caron":"Latinsk liten l med caron","Latin capital letter l with middle dot":"Latinsk stor l med prikk midt på","Latin small letter l with middle dot":"Latinsk liten l med midtprikk","Latin capital letter l with stroke":"Latinsk stor l med strek","Latin small letter l with stroke":"Latinsk liten l med strek","Latin capital letter n with acute":"Latinsk stor n med akutt aksent","Latin small letter n with acute":"Latinsk liten n med akutt aksent ","Latin capital letter n with cedilla":"Latinsk stor n med cedille","Latin small letter n with cedilla":"Latinsk liten n med cedille","Latin capital letter n with caron":"Latinsk stor n med caron","Latin small letter n with caron":"Latinsk liten n med caron","Latin small letter n preceded by apostrophe":"Latinsk liten n med apostroff foran","Latin capital letter eng":"Latinsk stor eng","Latin small letter eng":"Latinsk liten eng","Latin capital letter o with macron":"Latinsk stor o med makron","Latin small letter o with macron":"Latinsk liten o med makron","Latin capital letter o with breve":"Latinsk stor o med breve","Latin small letter o with breve":"Latinsk liten o med breve","Latin capital letter o with double acute":"Latinsk stor o med dobbel akutt aksent","Latin small letter o with double acute":"Latinsk liten o med dobbel akutt aksent","Latin capital ligature oe":"Latinsk stor difraf oe","Latin small ligature oe":"Latinsk liten digraf oe","Latin capital letter r with acute":"Latinsk stor r med akutt aksent","Latin small letter r with acute":"Latinsk liten r med akutt aksent","Latin capital letter r with cedilla":"Latinsk stor r med cedille","Latin small letter r with cedilla":"Latinsk liten r med ceille","Latin capital letter r with caron":"Latinsk stor r med caron","Latin small letter r with caron":"Latinsk liten r med caron","Latin capital letter s with acute":"Latinsk stor s med akutt aksent","Latin small letter s with acute":"Latinsk liten s med akutt aksent","Latin capital letter s with circumflex":"Latinsk stor s med cirkumfleks","Latin small letter s with circumflex":"Latinsk liten s med cirkumfleks","Latin capital letter s with cedilla":"Latinsk stor s med cedille","Latin small letter s with cedilla":"Latinsk liten s med cedille","Latin capital letter s with caron":"Latinsk stor s med caron","Latin small letter s with caron":"Latinsk liten s med caron","Latin capital letter t with cedilla":"Latinsk stor t med cedille","Latin small letter t with cedilla":"Latinsk liten t med cedille","Latin capital letter t with caron":"Latinsk stor t med caron","Latin small letter t with caron":"Latinsk liten t med caron","Latin capital letter t with stroke":"Latinsk stor t med strek","Latin small letter t with stroke":"Latinsk liten t med strek","Latin capital letter u with tilde":"Latinsk stor u med tilde","Latin small letter u with tilde":"Latinsk liten u med tilde","Latin capital letter u with macron":"Latinsk stor u med makron","Latin small letter u with macron":"Latinsk liten u med makron","Latin capital letter u with breve":"Latinsk stor u med breve","Latin small letter u with breve":"Latinsk liten u med breve","Latin capital letter u with ring above":"Latinsk stor u med ring over","Latin small letter u with ring above":"Latinsk liten u med ring over","Latin capital letter u with double acute":"Latinsk stor u med dobbel akutt aksent","Latin small letter u with double acute":"Latinsk liten u med dobbel akutt aksent","Latin capital letter u with ogonek":"Latinsk stor u med kvist","Latin small letter u with ogonek":"Latinsk liten u med kvist","Latin capital letter w with circumflex":"Latings stor w med cirkumfleks","Latin small letter w with circumflex":"Latinsk liten w med cirkumfleks","Latin capital letter y with circumflex":"Latinsk stor y med cirkumfleks","Latin small letter y with circumflex":"Latinsk liten y med cirkumfleks","Latin capital letter y with diaeresis":"Latinsk stor y med trema","Latin capital letter z with acute":"Latinsk stor z med akutt aksent","Latin small letter z with acute":"Latinsk liten z med akutt aksent","Latin capital letter z with dot above":"Latings stor z med prikk over","Latin small letter z with dot above":"Latinsk liten z med prikk over","Latin capital letter z with caron":"Latinsk stor z med caron","Latin small letter z with caron":"Latinsk liten z med caron","Latin small letter long s":"Latinsk liten lang s","Less-than sign":"Mindre enn-tegn","Greater-than sign":"Mer enn-tegn","Less-than or equal to":"Mindre eller lik","Greater-than or equal to":"Stø","En dash":"En-strek","Em dash":"Em-strek",Macron:"Macr",Overline:"Linje over","Degree sign":"Grade","Minus sign":"Minustegn","Plus-minus sign":"Pluss","Division sign":"Deletegn","Fraction slash":"Brøkstrek","Multiplication sign":"Gangetegn","Latin small letter f with hook":"Latinsk liten f med krok",Integral:"Integrert","N-ary summation":"N-ary-summering",Infinity:"Uendelig","Square root":"Kvadratrot","Tilde operator":"Tildeoperatør","Approximately equal to":"Omtrent ik","Almost equal to":"Nesten lik","Not equal to":"Ikke lik","Identical to":"Identisk til","Element of":"Element av","Not an element of":"Ikke et element av","Contains as member":"Inneholder som medlem","N-ary product":"N-ary-produkt","Logical and":"Logisk og","Logical or":"Logisk eller","Not sign":"Ikketegn",Intersection:"Kryss",Union:"Union","Partial differential":"Delvis forskjell","For all":"For alle","There exists":"Det eksisterer","Empty set":"Tomt sett",Nabla:"Nabla","Asterisk operator":"Asteriskoperatør","Proportional to":"Proporsjonell til",Angle:"Vinkel","Vulgar fraction one quarter":"Vulgær brøkdel en kvart","Vulgar fraction one half":"Vulgær brøkdel en halv","Vulgar fraction three quarters":"Vulgær brøkdel tre kvarte","Single left-pointing angle quotation mark":"Enkelt anførselstegn mot venstre","Single right-pointing angle quotation mark":"Enkelt anførselstegn mot høyre","Left-pointing double angle quotation mark":"Venstrepekende dobbelvinklede anførselstegn","Right-pointing double angle quotation mark":"Høyrepekende dobbelvinklede anførselstegn","Left single quotation mark":"Venstre enkelt anførselstegn","Right single quotation mark":"Høyre enkelt anførselstegn","Left double quotation mark":"Venstre dobbelt anførselstegn","Right double quotation mark":"Høyre dobbelt anførselstegn","Single low-9 quotation mark":"Enkelt lav-9-anførselstegn","Double low-9 quotation mark":"Dobbelt lav-9-anførselstegn","Inverted exclamation mark":"Invertert utropstegn","Inverted question mark":"Invertert spørsmålstegn","Two dot leader":"To prikker leder","Horizontal ellipsis":"Horisontal ellipse","Double dagger":"Dobbel dolk","Per mille sign":"Per mille-tegn","Per ten thousand sign":"Per ti tusen-tegn","Double exclamation mark":"Dobbelt utropstegn","Question exclamation mark":"Spørmål-utropstegn","Exclamation question mark":"Utrops-spørsmålstegn","Double question mark":"Dobbelt spørsmålstegn","Copyright sign":"Opphavsrettstegn","Registered sign":"Registrert-tegn","Trade mark sign":"Varemerketegn","Section sign":"Seksjontegn","Paragraph sign":"avsnittstegn","Reversed paragraph sign":"Reversert avsnittstegn","Character categories":"Karakterkategorier",Styles:"Stiler","Multiple styles":"Multiple stiler","Block styles":"Blokkstiler","Text styles":"Tekststiler","Insert table":"Sett inn tabell","Header column":"Overskriftkolonne","Insert column left":"Sett inn kolonne til venstre","Insert column right":"Sett inn kolonne til høyre","Delete column":"Slett kolonne","Select column":"Velg kolonne ",Column:"Kolonne","Header row":"Overskriftrad","Insert row below":"Sett inn rad under","Insert row above":"Sett inn rad over","Delete row":"Slett rad","Select row":"Velg rad",Row:"Rad","Merge cell up":"Slå sammen celle over","Merge cell right":"Slå sammen celle til høyre","Merge cell down":"Slå sammen celle under","Merge cell left":"Slå sammen celle til venstre","Split cell vertically":"Del opp celle vertikalt","Split cell horizontally":"Del opp celle horisontalt","Merge cells":"Slå sammen celler","Table toolbar":"Tabell verktøylinje ","Table properties":"Egenskaper for tabell","Cell properties":"Celleegenskaper ",Border:"Kantlinje ",Style:"Stil ",Width:"Bredde",Height:"Høyde",Color:"Farge",Background:"Bakgrunn ",Padding:"Fylling",Dimensions:"Dimensjoner","Table cell text alignment":"Celle tekstjustering ",Alignment:"Justering","Horizontal text alignment toolbar":"Verktøylinje for justering av tekst horisontalt ","Vertical text alignment toolbar":"Verktøylinje for justering av tekst vertikalt ","Table alignment toolbar":"Verktøylinje for justering av tabell ",None:"Ingen",Solid:"Hel",Dotted:"Stiplede",Dashed:"Stiplet",Double:"Dobbel ",Groove:"Grov",Ridge:"Kjede",Inset:"Innover",Outset:"Utover","Align cell text to the left":"Juster celletekst til venstre ","Align cell text to the center":"Juster celletekst til midten ","Align cell text to the right":"Juster celletekst til høyre ","Justify cell text":"Rett celletekst ","Align cell text to the top":"Juster celletekst til topp","Align cell text to the middle":"Juster celletekst til midten","Align cell text to the bottom":"Juster celletekst til bunn ","Align table to the left":"Juster tabell til venstre ","Center table":"Sentrer tabell ","Align table to the right":"Juster tabell til høyre ","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Ugyldig farge ","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Ugyldig verdi ","Color picker":"Fargevalg ","Toggle caption off":"Veksle tabelltekst av","Toggle caption on":"Veksle tabelltekst på","Enter table caption":"Legg inn tabelltekst","Rich Text Editor":"Tekstredigeringsverktøy for rik tekst","Editor editing area: %0":"Redigeringsområde for redigeringsverktøyet: %0","Edit block":"Rediger blokk",Next:"Neste",Previous:"Forrige","Editor toolbar":"Verktøylinje for redigeringsverktøy","Dropdown toolbar":"Verktøylinje for nedtrekksliste",Black:"Svart","Dim grey":"Svak grå",Grey:"Grå","Light grey":"Lysegrå",White:"Hvit",Red:"Rød",Orange:"Oransje",Yellow:"Gul","Light green":"Lysegrønn",Green:"Grønn",Aquamarine:"Akvamarin",Turquoise:"Turkis","Light blue":"Lyseblå",Blue:"Blå",Purple:"Lilla","Editor block content toolbar":"Verktøylinje for blokkinnhold i redigeringsverktøy","Editor contextual toolbar":"Verktøylinje for kontekst i redigeringsverktøy",HEX:"HEX",Accept:"Godta",Undo:"Angre",Redo:"Gjør om","Upload in progress":"Laster opp fil","Widget toolbar":"Widget verktøylinje ","Insert paragraph before block":"Sett inn paragraf foran blokk","Insert paragraph after block":"Sett inn paragraf etter blokk","Press Enter to type after or press Shift + Enter to type before the widget":"Trykk Enter for å skrive etter eller trykk Shift + Enter for å skrive før widgeten","Words: %0":"Ord: %0","Characters: %0":"Tegn: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pl.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pl.js index 2de8a8743ee9..d0d4b14495c8 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pl.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pl.js @@ -1 +1 @@ -(function(d){ const l = d['pl'] = d['pl'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Wyrównaj do lewej","Align right":"Wyrównaj do prawej","Align center":"Wyrównaj do środka",Justify:"Wyrównaj obustronnie","Text alignment":"Wyrównanie tekstu","Text alignment toolbar":"Pasek narzędzi wyrównania tekstu",Bold:"Pogrubienie",Italic:"Kursywa",Underline:"Podkreślenie",Code:"Kod",Strikethrough:"Przekreślenie",Subscript:"Indeks dolny",Superscript:"Indeks górny","Block quote":"Cytat blokowy","Insert code block":"Wstaw blok kodu","Plain text":"Zwykły tekst",Cancel:"Anuluj","Remove color":"Usuń kolor","Restore default":"Przywróć domyślne",Save:"Zapisz","Show more items":"Pokaż więcej","%0 of %1":"%0 z %1","Cannot upload file:":"Nie można przesłać pliku:","Rich Text Editor. Editing area: %0":"Edytor tekstu. Obszar edycji: %0","Find and replace":"Znajdź i zamień","Find in text…":"Znajdź…",Find:"Znajdź","Previous result":"Poprzedni","Next result":"Następny",Replace:"Zamień","Replace all":"Zamień wszystko","Match case":"Uwzględnij wielkość liter","Whole words only":"Znajdź tylko całe wyrazy","Replace with…":"Zamień na…","Text to find must not be empty.":"Szukany tekst nie może być pusty.","Tip: Find some text first in order to replace it.":"Podpowiedź: Znajdź jakiś tekst, aby go zamienić.","Show options":"Pokaż opcje",Paragraph:"Akapit",Heading:"Nagłówek","Choose heading":"Wybierz nagłówek","Heading 1":"Nagłówek 1","Heading 2":"Nagłówek 2","Heading 3":"Nagłówek 3","Heading 4":"Nagłówek 4","Heading 5":"Nagłówek 5","Heading 6":"Nagłówek 6","Type your title":"Podaj tytuł","Type or paste your content here.":"Wpisz lub wklej tutaj treść dokumentu.","Horizontal line":"Linia pozioma","HTML object":"Obiekt HTML","Increase indent":"Zwiększ wcięcie","Decrease indent":"Zmniejsz wcięcie",Unlink:"Usuń odnośnik",Link:"Wstaw odnośnik","Link URL":"Adres URL","Link image":"Wstaw odnośnik do obrazka","Edit link":"Edytuj odnośnik","Open link in new tab":"Otwórz odnośnik w nowej zakładce","This link has no URL":"Nie podano adresu URL odnośnika","Open in a new tab":"Otwórz w nowej zakładce",Downloadable:"Do pobrania","Numbered List":"Lista numerowana","Bulleted List":"Lista wypunktowana","To-do List":"Lista rzeczy do zrobienia","Bulleted list styles toolbar":"Pasek z narzędziami: style listy z punktorami","Numbered list styles toolbar":"Pasek z narzędziami: style listy numerowanej","Toggle the disc list style":"Włącz/wyłącz listę w stylu „dysk”","Toggle the circle list style":"Włącz/wyłącz listę w stylu „kółko”","Toggle the square list style":"Włącz/wyłącz listę w stylu „kwadrat”","Toggle the decimal list style":"Włącz/wyłącz listę w stylu „dziesiętne”","Toggle the decimal with leading zero list style":"Włącz/wyłącz listę w stylu „dziesiętne z zerem wiodącym”","Toggle the lower–roman list style":"Włącz/wyłącz listę w stylu „małe cyfry rzymskie”","Toggle the upper–roman list style":"Włącz/wyłącz listę w stylu „wielkie cyfry rzymskie”","Toggle the lower–latin list style":"Włącz/wyłącz listę w stylu „alfabet łaciński – małe litery”","Toggle the upper–latin list style":"Włącz/wyłącz listę w stylu „alfabet łaciński – wielkie litery”",Disc:"Dysk",Circle:"Kółko",Square:"Kwadrat",Decimal:"Dziesiętne","Decimal with leading zero":"Dziesiętne z zerem wiodącym","Lower–roman":"Małe cyfry rzymskie","Upper-roman":"Wielkie cyfry rzymskie","Lower-latin":"Alfabet łaciński – małe litery","Upper-latin":"Alfabet łaciński – wielkie litery","List properties":"Właściwości listy","Start at":"Zacznij od","Start index must be greater than 0.":"Wartość początkowa musi być większa niż 0.","Reversed order":"Odwrócona kolejność","Remove Format":"Usuń formatowanie","Select all":"Zaznacz wszystko",Source:"Źródło","Special characters":"Znaki specjalne",All:"Wszystko",Arrows:"Strzałki",Currency:"Waluta",Latin:"Łaciński",Mathematical:"Matematyczne",Text:"Tekst","leftwards simple arrow":"prosta strzałka w lewo","rightwards simple arrow":"prosta strzałka w prawo","upwards simple arrow":"prosta strzałka w górę","downwards simple arrow":"prosta strzałka w dół","leftwards double arrow":"podwójna strzałka w lewo","rightwards double arrow":"podwójna strzałka w prawo","upwards double arrow":"podwójna strzałka w górę","downwards double arrow":"podwójna strzałka w dół","leftwards dashed arrow":"przerywana strzałka w lewo","rightwards dashed arrow":"przerywana strzałka w prawo","upwards dashed arrow":"przerywana strzałka w górę","downwards dashed arrow":"przerywana strzałka w dół","leftwards arrow to bar":"strzałka w lewo do belki","rightwards arrow to bar":"strzałka w prawo do belki","upwards arrow to bar":"strzałka w górę do belki","downwards arrow to bar":"strzałka w dół do belki","up down arrow with base":"strzałka w górę i w dół z podstawą","back with leftwards arrow above":"do tyłu ze strzałką w lewo powyżej","end with leftwards arrow above":"koniec ze strzałką w lewo powyżej","on with exclamation mark with left right arrow above":"na z wykrzyknikiem i strzałką w lewo i prawo powyżej","soon with rightwards arrow above":"wkrótce ze strzałką w prawo powyżej","top with upwards arrow above":"do góry ze strzałką w górę powyżej","Dollar sign":"Znak dolara","Euro sign":"Znak euro","Yen sign":"Znak jena","Pound sign":"Znak funta","Cent sign":"Znak centa","Euro-currency sign":"Znak euro","Colon sign":"Znak colona","Cruzeiro sign":"Znak cruzeiro","French franc sign":"Znak franka francuskiego","Lira sign":"Znak liry","Currency sign":"Znak waluty","Bitcoin sign":"Znak bitcoina","Mill sign":"Symbol mila","Naira sign":"Znak nairy","Peseta sign":"Znak pesety","Rupee sign":"Znak rupii","Won sign":"Znak wona","New sheqel sign":"Znak nowego szekla","Dong sign":"Znak donga","Kip sign":"Znak kipa","Tugrik sign":"Znak tugrika","Drachma sign":"Znak drachmy","German penny sign":"Znak feniga","Peso sign":"Znak peso","Guarani sign":"Znak guarani","Austral sign":"Znak australa","Hryvnia sign":"Znak hrywny","Cedi sign":"Znak cedi","Livre tournois sign":"Symbol liwra turońskiego","Spesmilo sign":"Symbol spesmilo","Tenge sign":"Znak tenge","Indian rupee sign":"Znak rupii indyjskiej","Turkish lira sign":"Znak liry tureckiej","Nordic mark sign":"Znak marki nordyckiej","Manat sign":"Znak manata","Ruble sign":"Znak rubla","Latin capital letter a with macron":"Łacińska wielka litera a z makronem","Latin small letter a with macron":"Łacińska mała litera a z makronem","Latin capital letter a with breve":"Łacińska wielka litera a z łuczkiem","Latin small letter a with breve":"Łacińska mała litera a z łuczkiem","Latin capital letter a with ogonek":"Łacińska wielka litera a z ogonkiem","Latin small letter a with ogonek":"Łacińska mała litera a z ogonkiem","Latin capital letter c with acute":"Łacińska wielka litera c z kreską","Latin small letter c with acute":"Łacińska mała litera c z kreską","Latin capital letter c with circumflex":"Łacińska wielka litera c z daszkiem","Latin small letter c with circumflex":"Łacińska mała litera c z daszkiem","Latin capital letter c with dot above":"Łacińska wielka litera c z kropką powyżej","Latin small letter c with dot above":"Łacińska mała litera c z kropką powyżej","Latin capital letter c with caron":"Łacińska wielka litera c z ptaszkiem","Latin small letter c with caron":"Łacińska mała litera c z ptaszkiem","Latin capital letter d with caron":"Łacińska wielka litera d z ptaszkiem","Latin small letter d with caron":"Łacińska mała litera d z ptaszkiem","Latin capital letter d with stroke":"Łacińska wielka litera d z przekreśleniem","Latin small letter d with stroke":"Łacińska mała litera d z przekreśleniem","Latin capital letter e with macron":"Łacińska wielka litera e z makronem","Latin small letter e with macron":"Łacińska mała litera e z makronem","Latin capital letter e with breve":"Łacińska wielka litera e z łuczkiem","Latin small letter e with breve":"Łacińska mała litera e z łuczkiem","Latin capital letter e with dot above":"Łacińska wielka litera e z kropką powyżej","Latin small letter e with dot above":"Łacińska mała litera e z kropką powyżej","Latin capital letter e with ogonek":"Łacińska wielka litera e z ogonkiem","Latin small letter e with ogonek":"Łacińska mała litera e z ogonkiem","Latin capital letter e with caron":"Łacińska wielka litera e z ptaszkiem","Latin small letter e with caron":"Łacińska mała litera e z ptaszkiem","Latin capital letter g with circumflex":"Łacińska wielka litera g z daszkiem","Latin small letter g with circumflex":"Łacińska mała litera g z daszkiem","Latin capital letter g with breve":"Łacińska wielka litera g z łuczkiem","Latin small letter g with breve":"Łacińska mała litera g z łuczkiem","Latin capital letter g with dot above":"Łacińska wielka litera g z kropką powyżej","Latin small letter g with dot above":"Łacińska mała litera g z kropką powyżej","Latin capital letter g with cedilla":"Łacińska wielka litera g z haczykiem","Latin small letter g with cedilla":"Łacińska mała litera g z haczykiem","Latin capital letter h with circumflex":"Łacińska wielka litera h z daszkiem","Latin small letter h with circumflex":"Łacińska mała litera h z daszkiem","Latin capital letter h with stroke":"Łacińska wielka litera h z przekreśleniem","Latin small letter h with stroke":"Łacińska mała litera h z przekreśleniem","Latin capital letter i with tilde":" Łacińska wielka litera i z tyldą","Latin small letter i with tilde":"Łacińska mała litera i z tyldą","Latin capital letter i with macron":"Łacińska wielka litera i z makronem","Latin small letter i with macron":"Łacińska mała litera i z makronem","Latin capital letter i with breve":"Łacińska wielka litera i z łuczkiem","Latin small letter i with breve":"Łacińska mała litera i z łuczkiem","Latin capital letter i with ogonek":"Łacińska wielka litera i z ogonkiem","Latin small letter i with ogonek":"Łacińska mała litera i z ogonkiem","Latin capital letter i with dot above":"Łacińska wielka litera i z kropką powyżej","Latin small letter dotless i":"Łacińska mała litera i bez kropki","Latin capital ligature ij":"Łacińska wielka ligatura ij","Latin small ligature ij":"Łacińska mała ligatura ij","Latin capital letter j with circumflex":"Łacińska wielka litera j z daszkiem","Latin small letter j with circumflex":"Łacińska mała litera j z daszkiem","Latin capital letter k with cedilla":"Łacińska wielka litera k z haczykiem","Latin small letter k with cedilla":"Łacińska mała litera k z haczykiem","Latin small letter kra":"Łacińska mała litera kra","Latin capital letter l with acute":"Łacińska wielka litera l z kreską","Latin small letter l with acute":"Łacińska mała litera l z kreską","Latin capital letter l with cedilla":"Łacińska wielka litera l z haczykiem","Latin small letter l with cedilla":"Łacińska mała litera l z haczykiem","Latin capital letter l with caron":"Łacińska wielka litera l z ptaszkiem","Latin small letter l with caron":"Łacińska mała litera l z ptaszkiem","Latin capital letter l with middle dot":"Łacińska wielka litera l z kropką pośrodku","Latin small letter l with middle dot":"Łacińska mała litera l z kropką pośrodku","Latin capital letter l with stroke":"Łacińska wielka litera l z przekreśleniem","Latin small letter l with stroke":"Łacińska mała litera l z przekreśleniem","Latin capital letter n with acute":"Łacińska wielka litera n z kreską","Latin small letter n with acute":"Łacińska mała litera n z kreską","Latin capital letter n with cedilla":"Łacińska wielka litera n z haczykiem","Latin small letter n with cedilla":"Łacińska mała litera n z haczykiem","Latin capital letter n with caron":"Łacińska wielka litera n z ptaszkiem","Latin small letter n with caron":"Łacińska mała litera n z ptaszkiem","Latin small letter n preceded by apostrophe":"Łacińska mała litera n poprzedzona apostrofem","Latin capital letter eng":"Łacińska wielka litera eng","Latin small letter eng":"Łacińska mała litera eng","Latin capital letter o with macron":"Łacińska wielka litera o z makronem","Latin small letter o with macron":"Łacińska mała litera o z makronem","Latin capital letter o with breve":"Łacińska wielka litera o z łuczkiem","Latin small letter o with breve":"Łacińska mała litera o z łuczkiem","Latin capital letter o with double acute":"Łacińska wielka litera o z dwiema kreskami","Latin small letter o with double acute":"Łacińska mała litera o z dwiema kreskami","Latin capital ligature oe":"Łacińska wielka ligatura oe","Latin small ligature oe":"Łacińska mała ligatura oe","Latin capital letter r with acute":"Łacińska wielka litera r z kreską","Latin small letter r with acute":"Łacińska mała litera r z kreską","Latin capital letter r with cedilla":"Łacińska wielka litera r z haczykiem","Latin small letter r with cedilla":"Łacińska mała litera r z haczykiem","Latin capital letter r with caron":"Łacińska wielka litera r z ptaszkiem","Latin small letter r with caron":"Łacińska mała litera r z ptaszkiem","Latin capital letter s with acute":"Łacińska wielka litera s z kreską","Latin small letter s with acute":"Łacińska mała litera s z kreską","Latin capital letter s with circumflex":"Łacińska wielka litera s z daszkiem","Latin small letter s with circumflex":"Łacińska mała litera s z daszkiem","Latin capital letter s with cedilla":"Łacińska wielka litera s z haczykiem","Latin small letter s with cedilla":"Łacińska wielka litera s z haczykiem","Latin capital letter s with caron":"Łacińska wielka litera s z ptaszkiem","Latin small letter s with caron":"Łacińska mała litera s z ptaszkiem","Latin capital letter t with cedilla":"Łacińska wielka litera t z haczykiem","Latin small letter t with cedilla":"Łacińska mała litera t z haczykiem","Latin capital letter t with caron":"Łacińska wielka litera t z ptaszkiem","Latin small letter t with caron":"Łacińska mała litera t z ptaszkiem","Latin capital letter t with stroke":"Łacińska wielka litera t z przekreśleniem","Latin small letter t with stroke":"Łacińska mała litera t z przekreśleniem","Latin capital letter u with tilde":"Łacińska wielka litera u z tyldą","Latin small letter u with tilde":"Łacińska mała litera u z tyldą","Latin capital letter u with macron":"Łacińska wielka litera u z makronem","Latin small letter u with macron":"Łacińska mała litera u z makronem","Latin capital letter u with breve":"Łacińska wielka litera u z łuczkiem","Latin small letter u with breve":"Łacińska mała litera u z łuczkiem","Latin capital letter u with ring above":"Łacińska wielka litera u z kółkiem powyżej","Latin small letter u with ring above":"Łacińska mała litera u z kółkiem powyżej","Latin capital letter u with double acute":"Łacińska wielka litera u z dwiema kreskami","Latin small letter u with double acute":"Łacińska mała litera u z dwiema kreskami","Latin capital letter u with ogonek":"Łacińska wielka litera u z ogonkiem","Latin small letter u with ogonek":"Łacińska mała litera u z ogonkiem","Latin capital letter w with circumflex":"Łacińska wielka litera w z daszkiem","Latin small letter w with circumflex":"Łacińska mała litera w z daszkiem","Latin capital letter y with circumflex":"Łacińska wielka litera y z daszkiem","Latin small letter y with circumflex":"Łacińska mała litera y z daszkiem","Latin capital letter y with diaeresis":"Łacińska wielka litera y z dwiema kropkami","Latin capital letter z with acute":"Łacińska wielka litera z z kreską","Latin small letter z with acute":"Łacińska mała litera z z kreską","Latin capital letter z with dot above":"Łacińska wielka litera z z kropką powyżej","Latin small letter z with dot above":"Łacińska mała litera z z kropką powyżej","Latin capital letter z with caron":"Łacińska wielka litera z z ptaszkiem","Latin small letter z with caron":"Łacińska mała litera z z ptaszkiem","Latin small letter long s":"Łacińska litera długie s","Less-than sign":"Znak mniejszości","Greater-than sign":"Znak większości","Less-than or equal to":"Znak mniejsze niż lub równe","Greater-than or equal to":"Znak większe niż lub równe","En dash":"Półpauza","Em dash":"Pauza",Macron:"Makron",Overline:"Nadkreślenie","Degree sign":"Znak stopnia","Minus sign":"Znak minus","Plus-minus sign":"Znak plus-minus","Division sign":"Znak dzielenia","Fraction slash":"Kreska ułamkowa","Multiplication sign":"Znak mnożenia","Latin small letter f with hook":"Łacińska mała litera f z zawijasem",Integral:"Całka","N-ary summation":"Suma n-argumentowa",Infinity:"Nieskończoność","Square root":"Pierwiastek kwadratowy","Tilde operator":"Operator tylda","Approximately equal to":"W przybliżeniu równe","Almost equal to":"Prawie równe","Not equal to":"Różne","Identical to":"Identyczne","Element of":"Należy do","Not an element of":"Nie należy do","Contains as member":"Zawiera element","N-ary product":"Iloczyn n-argumentowy","Logical and":"Koniunkcja logiczna","Logical or":"Alternatywa logiczna","Not sign":"Znak negacji",Intersection:"Część wspólna",Union:"Suma zbiorów","Partial differential":"Pochodna cząstkowa","For all":"Kwantyfikator ogólny","There exists":"Kwantyfikator szczegółowy","Empty set":"Zbiór pusty",Nabla:"Operator nabla","Asterisk operator":"Operator asterysk","Proportional to":"Proporcjonalność",Angle:"Kąt","Vulgar fraction one quarter":"Ułamek zwykły jedna czwarta","Vulgar fraction one half":"Ułamek zwykły jedna druga","Vulgar fraction three quarters":"Ułamek zwykły trzy czwarte","Single left-pointing angle quotation mark":"Pojedynczy lewy cudzysłów kątowy","Single right-pointing angle quotation mark":"Pojedynczy prawy cudzysłów kątowy","Left-pointing double angle quotation mark":"Podwójny lewy cudzysłów kątowy","Right-pointing double angle quotation mark":"Podwójny prawy cudzysłów kątowy","Left single quotation mark":"Pojedynczy lewy cudzysłów","Right single quotation mark":"Pojedynczy prawy cudzysłów","Left double quotation mark":"Podwójny lewy cudzysłów","Right double quotation mark":"Podwójny prawy cudzysłów","Single low-9 quotation mark":"Pojedynczy dolny cudzysłów","Double low-9 quotation mark":"Podwójny dolny cudzysłów","Inverted exclamation mark":"Odwrócony wykrzyknik","Inverted question mark":"Odwrócony pytajnik","Two dot leader":"Dwie kropki wiodące","Horizontal ellipsis":"Wielokropek poziomy","Double dagger":"Podwójny sztylet","Per mille sign":"Znak promila","Per ten thousand sign":"Punkt bazowy","Double exclamation mark":"Podwójny wykrzyknik","Question exclamation mark":"Pytajnik z wykrzyknikiem","Exclamation question mark":"Wykrzyknik z pytajnikiem","Double question mark":"Podwójny pytajnik","Copyright sign":"Znak praw autorskich","Registered sign":"Zastrzeżony znak towarowy","Trade mark sign":"Symbol znaku towarowego","Section sign":"Znak sekcji","Paragraph sign":"Znak akapitu","Reversed paragraph sign":"Odwrócony znak akapitu","Character categories":"Kategorie znaków",Styles:"Style","Multiple styles":"Wiele stylów","Block styles":"Style tekstu blokowego","Text styles":"Style tekstu","Insert table":"Wstaw tabelę","Header column":"Kolumna nagłówka","Insert column left":"Wstaw kolumnę z lewej","Insert column right":"Wstaw kolumnę z prawej","Delete column":"Usuń kolumnę","Select column":"Zaznacz kolumnę",Column:"Kolumna","Header row":"Wiersz nagłówka","Insert row below":"Wstaw wiersz poniżej","Insert row above":"Wstaw wiersz ponad","Delete row":"Usuń wiersz","Select row":"Zaznacz wiersz",Row:"Wiersz","Merge cell up":"Scal komórkę w górę","Merge cell right":"Scal komórkę w prawo","Merge cell down":"Scal komórkę w dół","Merge cell left":"Scal komórkę w lewo","Split cell vertically":"Podziel komórkę pionowo","Split cell horizontally":"Podziel komórkę poziomo","Merge cells":"Scal komórki","Table toolbar":"Pasek narzędzi tabel","Table properties":"Właściwości tabeli","Cell properties":"Właściwości komórki",Border:"Obramowanie",Style:"Styl",Width:"Szerokość",Height:"Wysokość",Color:"Kolor",Background:"Tło",Padding:"Dopełnienie",Dimensions:"Wymiary","Table cell text alignment":"Wyrównanie tekstu komórki tabeli",Alignment:"Wyrównanie","Horizontal text alignment toolbar":"Pasek narzędzi wyrównania tekstu w poziomie","Vertical text alignment toolbar":"Pasek narzędzi wyrównania tekstu w pionie","Table alignment toolbar":"Pasek narzędzi wyrównania tabeli",None:"Brak",Solid:"Ciągłe",Dotted:"Kropkowane",Dashed:"Kreskowane",Double:"Podwójne",Groove:"Wklęsłe",Ridge:"Wypukłe",Inset:"Zapadnięte",Outset:"Wysunięte","Align cell text to the left":"Wyrównaj tekst w komórce do lewej","Align cell text to the center":"Wyrównaj tekst w komórce do środka","Align cell text to the right":"Wyrównaj tekst w komórce do prawej","Justify cell text":"Wyjustuj tekst komórki","Align cell text to the top":"Wyrównaj tekst w komórce do góry","Align cell text to the middle":"Wyrównaj tekst w komórce do środka","Align cell text to the bottom":"Wyrównaj tekst w komórce do dołu","Align table to the left":"Wyrównaj tabelę do lewej","Center table":"Wyrównaj tabelę do środka","Align table to the right":"Wyrównaj tabelę do prawej","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Kolor jest niepoprawny. Spróbuj wpisać \"#FF0000\", \"rgb(255,0,0)\" lub \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Wartość jest niepoprawna. Spróbuj wpisać \"10px\", \"2em\" lub po prostu \"2\".","Color picker":"Wybór koloru","Toggle caption off":"Ukryj podpis tabeli","Toggle caption on":"Pokaż podpis tabeli","Enter table caption":"Wprowadź podpis tabeli","Rich Text Editor":"Edytor tekstu sformatowanego","Editor editing area: %0":"Obszar edycji edytora: %0","Edit block":"Edytuj blok",Next:"Następny",Previous:"Poprzedni","Editor toolbar":"Pasek narzędzi edytora","Dropdown toolbar":"Rozwijany pasek narzędzi",Black:"Czarny","Dim grey":"Ciemnoszary",Grey:"Szary","Light grey":"Jasnoszary",White:"Biały",Red:"Czerwony",Orange:"Pomarańczowy",Yellow:"Żółty","Light green":"Jasnozielony",Green:"Zielony",Aquamarine:"Akwamaryna",Turquoise:"Turkusowy","Light blue":"Jasnoniebieski",Blue:"Niebieski",Purple:"Purpurowy","Editor block content toolbar":"Pasek zadań treści blokowej edytora","Editor contextual toolbar":"Kontekstowy pasek zadań edytora",HEX:"",Undo:"Cofnij",Redo:"Ponów","Upload in progress":"Trwa przesyłanie","Widget toolbar":"Pasek widgetów","Insert paragraph before block":"Wstaw akapit przed blokiem","Insert paragraph after block":"Wstaw akapit po bloku","Press Enter to type after or press Shift + Enter to type before the widget":"Naciśnij Enter, aby pisać po widżecie, lub Shift + Enter, aby pisać przed widżetem","Words: %0":"Słowa: %0","Characters: %0":"Znaki: %0"} );l.getPluralForm=function(n){return (n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['pl'] = d['pl'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Wyrównaj do lewej","Align right":"Wyrównaj do prawej","Align center":"Wyrównaj do środka",Justify:"Wyrównaj obustronnie","Text alignment":"Wyrównanie tekstu","Text alignment toolbar":"Pasek narzędzi wyrównania tekstu",Bold:"Pogrubienie",Italic:"Kursywa",Underline:"Podkreślenie",Code:"Kod",Strikethrough:"Przekreślenie",Subscript:"Indeks dolny",Superscript:"Indeks górny","Block quote":"Cytat blokowy","Insert code block":"Wstaw blok kodu","Plain text":"Zwykły tekst",Cancel:"Anuluj","Remove color":"Usuń kolor","Restore default":"Przywróć domyślne",Save:"Zapisz","Show more items":"Pokaż więcej","%0 of %1":"%0 z %1","Cannot upload file:":"Nie można przesłać pliku:","Rich Text Editor. Editing area: %0":"Edytor tekstu. Obszar edycji: %0","Find and replace":"Znajdź i zamień","Find in text…":"Znajdź…",Find:"Znajdź","Previous result":"Poprzedni","Next result":"Następny",Replace:"Zamień","Replace all":"Zamień wszystko","Match case":"Uwzględnij wielkość liter","Whole words only":"Znajdź tylko całe wyrazy","Replace with…":"Zamień na…","Text to find must not be empty.":"Szukany tekst nie może być pusty.","Tip: Find some text first in order to replace it.":"Podpowiedź: Znajdź jakiś tekst, aby go zamienić.","Show options":"Pokaż opcje",Paragraph:"Akapit",Heading:"Nagłówek","Choose heading":"Wybierz nagłówek","Heading 1":"Nagłówek 1","Heading 2":"Nagłówek 2","Heading 3":"Nagłówek 3","Heading 4":"Nagłówek 4","Heading 5":"Nagłówek 5","Heading 6":"Nagłówek 6","Type your title":"Podaj tytuł","Type or paste your content here.":"Wpisz lub wklej tutaj treść dokumentu.","Horizontal line":"Linia pozioma","HTML object":"Obiekt HTML","Increase indent":"Zwiększ wcięcie","Decrease indent":"Zmniejsz wcięcie",Unlink:"Usuń odnośnik",Link:"Wstaw odnośnik","Link URL":"Adres URL","Link image":"Wstaw odnośnik do obrazka","Edit link":"Edytuj odnośnik","Open link in new tab":"Otwórz odnośnik w nowej zakładce","This link has no URL":"Nie podano adresu URL odnośnika","Open in a new tab":"Otwórz w nowej zakładce",Downloadable:"Do pobrania","Numbered List":"Lista numerowana","Bulleted List":"Lista wypunktowana","To-do List":"Lista rzeczy do zrobienia","Bulleted list styles toolbar":"Pasek z narzędziami: style listy z punktorami","Numbered list styles toolbar":"Pasek z narzędziami: style listy numerowanej","Toggle the disc list style":"Włącz/wyłącz listę w stylu „dysk”","Toggle the circle list style":"Włącz/wyłącz listę w stylu „kółko”","Toggle the square list style":"Włącz/wyłącz listę w stylu „kwadrat”","Toggle the decimal list style":"Włącz/wyłącz listę w stylu „dziesiętne”","Toggle the decimal with leading zero list style":"Włącz/wyłącz listę w stylu „dziesiętne z zerem wiodącym”","Toggle the lower–roman list style":"Włącz/wyłącz listę w stylu „małe cyfry rzymskie”","Toggle the upper–roman list style":"Włącz/wyłącz listę w stylu „wielkie cyfry rzymskie”","Toggle the lower–latin list style":"Włącz/wyłącz listę w stylu „alfabet łaciński – małe litery”","Toggle the upper–latin list style":"Włącz/wyłącz listę w stylu „alfabet łaciński – wielkie litery”",Disc:"Dysk",Circle:"Kółko",Square:"Kwadrat",Decimal:"Dziesiętne","Decimal with leading zero":"Dziesiętne z zerem wiodącym","Lower–roman":"Małe cyfry rzymskie","Upper-roman":"Wielkie cyfry rzymskie","Lower-latin":"Alfabet łaciński – małe litery","Upper-latin":"Alfabet łaciński – wielkie litery","List properties":"Właściwości listy","Start at":"Zacznij od","Start index must be greater than 0.":"Wartość początkowa musi być większa niż 0.","Reversed order":"Odwrócona kolejność","Remove Format":"Usuń formatowanie","Select all":"Zaznacz wszystko","Show blocks":"Wyświetl bloki",Source:"Źródło","Special characters":"Znaki specjalne",All:"Wszystko",Arrows:"Strzałki",Currency:"Waluta",Latin:"Łaciński",Mathematical:"Matematyczne",Text:"Tekst","leftwards simple arrow":"prosta strzałka w lewo","rightwards simple arrow":"prosta strzałka w prawo","upwards simple arrow":"prosta strzałka w górę","downwards simple arrow":"prosta strzałka w dół","leftwards double arrow":"podwójna strzałka w lewo","rightwards double arrow":"podwójna strzałka w prawo","upwards double arrow":"podwójna strzałka w górę","downwards double arrow":"podwójna strzałka w dół","leftwards dashed arrow":"przerywana strzałka w lewo","rightwards dashed arrow":"przerywana strzałka w prawo","upwards dashed arrow":"przerywana strzałka w górę","downwards dashed arrow":"przerywana strzałka w dół","leftwards arrow to bar":"strzałka w lewo do belki","rightwards arrow to bar":"strzałka w prawo do belki","upwards arrow to bar":"strzałka w górę do belki","downwards arrow to bar":"strzałka w dół do belki","up down arrow with base":"strzałka w górę i w dół z podstawą","back with leftwards arrow above":"do tyłu ze strzałką w lewo powyżej","end with leftwards arrow above":"koniec ze strzałką w lewo powyżej","on with exclamation mark with left right arrow above":"na z wykrzyknikiem i strzałką w lewo i prawo powyżej","soon with rightwards arrow above":"wkrótce ze strzałką w prawo powyżej","top with upwards arrow above":"do góry ze strzałką w górę powyżej","Dollar sign":"Znak dolara","Euro sign":"Znak euro","Yen sign":"Znak jena","Pound sign":"Znak funta","Cent sign":"Znak centa","Euro-currency sign":"Znak euro","Colon sign":"Znak colona","Cruzeiro sign":"Znak cruzeiro","French franc sign":"Znak franka francuskiego","Lira sign":"Znak liry","Currency sign":"Znak waluty","Bitcoin sign":"Znak bitcoina","Mill sign":"Symbol mila","Naira sign":"Znak nairy","Peseta sign":"Znak pesety","Rupee sign":"Znak rupii","Won sign":"Znak wona","New sheqel sign":"Znak nowego szekla","Dong sign":"Znak donga","Kip sign":"Znak kipa","Tugrik sign":"Znak tugrika","Drachma sign":"Znak drachmy","German penny sign":"Znak feniga","Peso sign":"Znak peso","Guarani sign":"Znak guarani","Austral sign":"Znak australa","Hryvnia sign":"Znak hrywny","Cedi sign":"Znak cedi","Livre tournois sign":"Symbol liwra turońskiego","Spesmilo sign":"Symbol spesmilo","Tenge sign":"Znak tenge","Indian rupee sign":"Znak rupii indyjskiej","Turkish lira sign":"Znak liry tureckiej","Nordic mark sign":"Znak marki nordyckiej","Manat sign":"Znak manata","Ruble sign":"Znak rubla","Latin capital letter a with macron":"Łacińska wielka litera a z makronem","Latin small letter a with macron":"Łacińska mała litera a z makronem","Latin capital letter a with breve":"Łacińska wielka litera a z łuczkiem","Latin small letter a with breve":"Łacińska mała litera a z łuczkiem","Latin capital letter a with ogonek":"Łacińska wielka litera a z ogonkiem","Latin small letter a with ogonek":"Łacińska mała litera a z ogonkiem","Latin capital letter c with acute":"Łacińska wielka litera c z kreską","Latin small letter c with acute":"Łacińska mała litera c z kreską","Latin capital letter c with circumflex":"Łacińska wielka litera c z daszkiem","Latin small letter c with circumflex":"Łacińska mała litera c z daszkiem","Latin capital letter c with dot above":"Łacińska wielka litera c z kropką powyżej","Latin small letter c with dot above":"Łacińska mała litera c z kropką powyżej","Latin capital letter c with caron":"Łacińska wielka litera c z ptaszkiem","Latin small letter c with caron":"Łacińska mała litera c z ptaszkiem","Latin capital letter d with caron":"Łacińska wielka litera d z ptaszkiem","Latin small letter d with caron":"Łacińska mała litera d z ptaszkiem","Latin capital letter d with stroke":"Łacińska wielka litera d z przekreśleniem","Latin small letter d with stroke":"Łacińska mała litera d z przekreśleniem","Latin capital letter e with macron":"Łacińska wielka litera e z makronem","Latin small letter e with macron":"Łacińska mała litera e z makronem","Latin capital letter e with breve":"Łacińska wielka litera e z łuczkiem","Latin small letter e with breve":"Łacińska mała litera e z łuczkiem","Latin capital letter e with dot above":"Łacińska wielka litera e z kropką powyżej","Latin small letter e with dot above":"Łacińska mała litera e z kropką powyżej","Latin capital letter e with ogonek":"Łacińska wielka litera e z ogonkiem","Latin small letter e with ogonek":"Łacińska mała litera e z ogonkiem","Latin capital letter e with caron":"Łacińska wielka litera e z ptaszkiem","Latin small letter e with caron":"Łacińska mała litera e z ptaszkiem","Latin capital letter g with circumflex":"Łacińska wielka litera g z daszkiem","Latin small letter g with circumflex":"Łacińska mała litera g z daszkiem","Latin capital letter g with breve":"Łacińska wielka litera g z łuczkiem","Latin small letter g with breve":"Łacińska mała litera g z łuczkiem","Latin capital letter g with dot above":"Łacińska wielka litera g z kropką powyżej","Latin small letter g with dot above":"Łacińska mała litera g z kropką powyżej","Latin capital letter g with cedilla":"Łacińska wielka litera g z haczykiem","Latin small letter g with cedilla":"Łacińska mała litera g z haczykiem","Latin capital letter h with circumflex":"Łacińska wielka litera h z daszkiem","Latin small letter h with circumflex":"Łacińska mała litera h z daszkiem","Latin capital letter h with stroke":"Łacińska wielka litera h z przekreśleniem","Latin small letter h with stroke":"Łacińska mała litera h z przekreśleniem","Latin capital letter i with tilde":" Łacińska wielka litera i z tyldą","Latin small letter i with tilde":"Łacińska mała litera i z tyldą","Latin capital letter i with macron":"Łacińska wielka litera i z makronem","Latin small letter i with macron":"Łacińska mała litera i z makronem","Latin capital letter i with breve":"Łacińska wielka litera i z łuczkiem","Latin small letter i with breve":"Łacińska mała litera i z łuczkiem","Latin capital letter i with ogonek":"Łacińska wielka litera i z ogonkiem","Latin small letter i with ogonek":"Łacińska mała litera i z ogonkiem","Latin capital letter i with dot above":"Łacińska wielka litera i z kropką powyżej","Latin small letter dotless i":"Łacińska mała litera i bez kropki","Latin capital ligature ij":"Łacińska wielka ligatura ij","Latin small ligature ij":"Łacińska mała ligatura ij","Latin capital letter j with circumflex":"Łacińska wielka litera j z daszkiem","Latin small letter j with circumflex":"Łacińska mała litera j z daszkiem","Latin capital letter k with cedilla":"Łacińska wielka litera k z haczykiem","Latin small letter k with cedilla":"Łacińska mała litera k z haczykiem","Latin small letter kra":"Łacińska mała litera kra","Latin capital letter l with acute":"Łacińska wielka litera l z kreską","Latin small letter l with acute":"Łacińska mała litera l z kreską","Latin capital letter l with cedilla":"Łacińska wielka litera l z haczykiem","Latin small letter l with cedilla":"Łacińska mała litera l z haczykiem","Latin capital letter l with caron":"Łacińska wielka litera l z ptaszkiem","Latin small letter l with caron":"Łacińska mała litera l z ptaszkiem","Latin capital letter l with middle dot":"Łacińska wielka litera l z kropką pośrodku","Latin small letter l with middle dot":"Łacińska mała litera l z kropką pośrodku","Latin capital letter l with stroke":"Łacińska wielka litera l z przekreśleniem","Latin small letter l with stroke":"Łacińska mała litera l z przekreśleniem","Latin capital letter n with acute":"Łacińska wielka litera n z kreską","Latin small letter n with acute":"Łacińska mała litera n z kreską","Latin capital letter n with cedilla":"Łacińska wielka litera n z haczykiem","Latin small letter n with cedilla":"Łacińska mała litera n z haczykiem","Latin capital letter n with caron":"Łacińska wielka litera n z ptaszkiem","Latin small letter n with caron":"Łacińska mała litera n z ptaszkiem","Latin small letter n preceded by apostrophe":"Łacińska mała litera n poprzedzona apostrofem","Latin capital letter eng":"Łacińska wielka litera eng","Latin small letter eng":"Łacińska mała litera eng","Latin capital letter o with macron":"Łacińska wielka litera o z makronem","Latin small letter o with macron":"Łacińska mała litera o z makronem","Latin capital letter o with breve":"Łacińska wielka litera o z łuczkiem","Latin small letter o with breve":"Łacińska mała litera o z łuczkiem","Latin capital letter o with double acute":"Łacińska wielka litera o z dwiema kreskami","Latin small letter o with double acute":"Łacińska mała litera o z dwiema kreskami","Latin capital ligature oe":"Łacińska wielka ligatura oe","Latin small ligature oe":"Łacińska mała ligatura oe","Latin capital letter r with acute":"Łacińska wielka litera r z kreską","Latin small letter r with acute":"Łacińska mała litera r z kreską","Latin capital letter r with cedilla":"Łacińska wielka litera r z haczykiem","Latin small letter r with cedilla":"Łacińska mała litera r z haczykiem","Latin capital letter r with caron":"Łacińska wielka litera r z ptaszkiem","Latin small letter r with caron":"Łacińska mała litera r z ptaszkiem","Latin capital letter s with acute":"Łacińska wielka litera s z kreską","Latin small letter s with acute":"Łacińska mała litera s z kreską","Latin capital letter s with circumflex":"Łacińska wielka litera s z daszkiem","Latin small letter s with circumflex":"Łacińska mała litera s z daszkiem","Latin capital letter s with cedilla":"Łacińska wielka litera s z haczykiem","Latin small letter s with cedilla":"Łacińska wielka litera s z haczykiem","Latin capital letter s with caron":"Łacińska wielka litera s z ptaszkiem","Latin small letter s with caron":"Łacińska mała litera s z ptaszkiem","Latin capital letter t with cedilla":"Łacińska wielka litera t z haczykiem","Latin small letter t with cedilla":"Łacińska mała litera t z haczykiem","Latin capital letter t with caron":"Łacińska wielka litera t z ptaszkiem","Latin small letter t with caron":"Łacińska mała litera t z ptaszkiem","Latin capital letter t with stroke":"Łacińska wielka litera t z przekreśleniem","Latin small letter t with stroke":"Łacińska mała litera t z przekreśleniem","Latin capital letter u with tilde":"Łacińska wielka litera u z tyldą","Latin small letter u with tilde":"Łacińska mała litera u z tyldą","Latin capital letter u with macron":"Łacińska wielka litera u z makronem","Latin small letter u with macron":"Łacińska mała litera u z makronem","Latin capital letter u with breve":"Łacińska wielka litera u z łuczkiem","Latin small letter u with breve":"Łacińska mała litera u z łuczkiem","Latin capital letter u with ring above":"Łacińska wielka litera u z kółkiem powyżej","Latin small letter u with ring above":"Łacińska mała litera u z kółkiem powyżej","Latin capital letter u with double acute":"Łacińska wielka litera u z dwiema kreskami","Latin small letter u with double acute":"Łacińska mała litera u z dwiema kreskami","Latin capital letter u with ogonek":"Łacińska wielka litera u z ogonkiem","Latin small letter u with ogonek":"Łacińska mała litera u z ogonkiem","Latin capital letter w with circumflex":"Łacińska wielka litera w z daszkiem","Latin small letter w with circumflex":"Łacińska mała litera w z daszkiem","Latin capital letter y with circumflex":"Łacińska wielka litera y z daszkiem","Latin small letter y with circumflex":"Łacińska mała litera y z daszkiem","Latin capital letter y with diaeresis":"Łacińska wielka litera y z dwiema kropkami","Latin capital letter z with acute":"Łacińska wielka litera z z kreską","Latin small letter z with acute":"Łacińska mała litera z z kreską","Latin capital letter z with dot above":"Łacińska wielka litera z z kropką powyżej","Latin small letter z with dot above":"Łacińska mała litera z z kropką powyżej","Latin capital letter z with caron":"Łacińska wielka litera z z ptaszkiem","Latin small letter z with caron":"Łacińska mała litera z z ptaszkiem","Latin small letter long s":"Łacińska litera długie s","Less-than sign":"Znak mniejszości","Greater-than sign":"Znak większości","Less-than or equal to":"Znak mniejsze niż lub równe","Greater-than or equal to":"Znak większe niż lub równe","En dash":"Półpauza","Em dash":"Pauza",Macron:"Makron",Overline:"Nadkreślenie","Degree sign":"Znak stopnia","Minus sign":"Znak minus","Plus-minus sign":"Znak plus-minus","Division sign":"Znak dzielenia","Fraction slash":"Kreska ułamkowa","Multiplication sign":"Znak mnożenia","Latin small letter f with hook":"Łacińska mała litera f z zawijasem",Integral:"Całka","N-ary summation":"Suma n-argumentowa",Infinity:"Nieskończoność","Square root":"Pierwiastek kwadratowy","Tilde operator":"Operator tylda","Approximately equal to":"W przybliżeniu równe","Almost equal to":"Prawie równe","Not equal to":"Różne","Identical to":"Identyczne","Element of":"Należy do","Not an element of":"Nie należy do","Contains as member":"Zawiera element","N-ary product":"Iloczyn n-argumentowy","Logical and":"Koniunkcja logiczna","Logical or":"Alternatywa logiczna","Not sign":"Znak negacji",Intersection:"Część wspólna",Union:"Suma zbiorów","Partial differential":"Pochodna cząstkowa","For all":"Kwantyfikator ogólny","There exists":"Kwantyfikator szczegółowy","Empty set":"Zbiór pusty",Nabla:"Operator nabla","Asterisk operator":"Operator asterysk","Proportional to":"Proporcjonalność",Angle:"Kąt","Vulgar fraction one quarter":"Ułamek zwykły jedna czwarta","Vulgar fraction one half":"Ułamek zwykły jedna druga","Vulgar fraction three quarters":"Ułamek zwykły trzy czwarte","Single left-pointing angle quotation mark":"Pojedynczy lewy cudzysłów kątowy","Single right-pointing angle quotation mark":"Pojedynczy prawy cudzysłów kątowy","Left-pointing double angle quotation mark":"Podwójny lewy cudzysłów kątowy","Right-pointing double angle quotation mark":"Podwójny prawy cudzysłów kątowy","Left single quotation mark":"Pojedynczy lewy cudzysłów","Right single quotation mark":"Pojedynczy prawy cudzysłów","Left double quotation mark":"Podwójny lewy cudzysłów","Right double quotation mark":"Podwójny prawy cudzysłów","Single low-9 quotation mark":"Pojedynczy dolny cudzysłów","Double low-9 quotation mark":"Podwójny dolny cudzysłów","Inverted exclamation mark":"Odwrócony wykrzyknik","Inverted question mark":"Odwrócony pytajnik","Two dot leader":"Dwie kropki wiodące","Horizontal ellipsis":"Wielokropek poziomy","Double dagger":"Podwójny sztylet","Per mille sign":"Znak promila","Per ten thousand sign":"Punkt bazowy","Double exclamation mark":"Podwójny wykrzyknik","Question exclamation mark":"Pytajnik z wykrzyknikiem","Exclamation question mark":"Wykrzyknik z pytajnikiem","Double question mark":"Podwójny pytajnik","Copyright sign":"Znak praw autorskich","Registered sign":"Zastrzeżony znak towarowy","Trade mark sign":"Symbol znaku towarowego","Section sign":"Znak sekcji","Paragraph sign":"Znak akapitu","Reversed paragraph sign":"Odwrócony znak akapitu","Character categories":"Kategorie znaków",Styles:"Style","Multiple styles":"Wiele stylów","Block styles":"Style tekstu blokowego","Text styles":"Style tekstu","Insert table":"Wstaw tabelę","Header column":"Kolumna nagłówka","Insert column left":"Wstaw kolumnę z lewej","Insert column right":"Wstaw kolumnę z prawej","Delete column":"Usuń kolumnę","Select column":"Zaznacz kolumnę",Column:"Kolumna","Header row":"Wiersz nagłówka","Insert row below":"Wstaw wiersz poniżej","Insert row above":"Wstaw wiersz ponad","Delete row":"Usuń wiersz","Select row":"Zaznacz wiersz",Row:"Wiersz","Merge cell up":"Scal komórkę w górę","Merge cell right":"Scal komórkę w prawo","Merge cell down":"Scal komórkę w dół","Merge cell left":"Scal komórkę w lewo","Split cell vertically":"Podziel komórkę pionowo","Split cell horizontally":"Podziel komórkę poziomo","Merge cells":"Scal komórki","Table toolbar":"Pasek narzędzi tabel","Table properties":"Właściwości tabeli","Cell properties":"Właściwości komórki",Border:"Obramowanie",Style:"Styl",Width:"Szerokość",Height:"Wysokość",Color:"Kolor",Background:"Tło",Padding:"Dopełnienie",Dimensions:"Wymiary","Table cell text alignment":"Wyrównanie tekstu komórki tabeli",Alignment:"Wyrównanie","Horizontal text alignment toolbar":"Pasek narzędzi wyrównania tekstu w poziomie","Vertical text alignment toolbar":"Pasek narzędzi wyrównania tekstu w pionie","Table alignment toolbar":"Pasek narzędzi wyrównania tabeli",None:"Brak",Solid:"Ciągłe",Dotted:"Kropkowane",Dashed:"Kreskowane",Double:"Podwójne",Groove:"Wklęsłe",Ridge:"Wypukłe",Inset:"Zapadnięte",Outset:"Wysunięte","Align cell text to the left":"Wyrównaj tekst w komórce do lewej","Align cell text to the center":"Wyrównaj tekst w komórce do środka","Align cell text to the right":"Wyrównaj tekst w komórce do prawej","Justify cell text":"Wyjustuj tekst komórki","Align cell text to the top":"Wyrównaj tekst w komórce do góry","Align cell text to the middle":"Wyrównaj tekst w komórce do środka","Align cell text to the bottom":"Wyrównaj tekst w komórce do dołu","Align table to the left":"Wyrównaj tabelę do lewej","Center table":"Wyrównaj tabelę do środka","Align table to the right":"Wyrównaj tabelę do prawej","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Kolor jest niepoprawny. Spróbuj wpisać \"#FF0000\", \"rgb(255,0,0)\" lub \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Wartość jest niepoprawna. Spróbuj wpisać \"10px\", \"2em\" lub po prostu \"2\".","Color picker":"Wybór koloru","Toggle caption off":"Ukryj podpis tabeli","Toggle caption on":"Pokaż podpis tabeli","Enter table caption":"Wprowadź podpis tabeli","Rich Text Editor":"Edytor tekstu sformatowanego","Editor editing area: %0":"Obszar edycji edytora: %0","Edit block":"Edytuj blok",Next:"Następny",Previous:"Poprzedni","Editor toolbar":"Pasek narzędzi edytora","Dropdown toolbar":"Rozwijany pasek narzędzi",Black:"Czarny","Dim grey":"Ciemnoszary",Grey:"Szary","Light grey":"Jasnoszary",White:"Biały",Red:"Czerwony",Orange:"Pomarańczowy",Yellow:"Żółty","Light green":"Jasnozielony",Green:"Zielony",Aquamarine:"Akwamaryna",Turquoise:"Turkusowy","Light blue":"Jasnoniebieski",Blue:"Niebieski",Purple:"Purpurowy","Editor block content toolbar":"Pasek zadań treści blokowej edytora","Editor contextual toolbar":"Kontekstowy pasek zadań edytora",HEX:"SZESNASTKOWY",Accept:"Zaakceptuj",Undo:"Cofnij",Redo:"Ponów","Upload in progress":"Trwa przesyłanie","Widget toolbar":"Pasek widgetów","Insert paragraph before block":"Wstaw akapit przed blokiem","Insert paragraph after block":"Wstaw akapit po bloku","Press Enter to type after or press Shift + Enter to type before the widget":"Naciśnij Enter, aby pisać po widżecie, lub Shift + Enter, aby pisać przed widżetem","Words: %0":"Słowa: %0","Characters: %0":"Znaki: %0"} );l.getPluralForm=function(n){return (n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pt-br.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pt-br.js index 177250680cad..2cd44ca94df6 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pt-br.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pt-br.js @@ -1 +1 @@ -(function(d){ const l = d['pt-br'] = d['pt-br'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Alinhar à esquerda","Align right":"Alinhar à direita","Align center":"Centralizar",Justify:"Justificar","Text alignment":"Alinhamento do texto","Text alignment toolbar":"Ferramentas de alinhamento de texto",Bold:"Negrito",Italic:"Itálico",Underline:"Sublinhado",Code:"Código",Strikethrough:"Tachado",Subscript:"Subscrito",Superscript:"Sobrescrito","Block quote":"Bloco de citação","Insert code block":"Inserir bloco de código","Plain text":"Texto sem formatação",Cancel:"Cancelar","Remove color":"Remover cor","Restore default":"Restaurar padrão",Save:"Salvar","Show more items":"Exibir mais itens","%0 of %1":"%0 de %1","Cannot upload file:":"Não foi possível enviar o arquivo:","Rich Text Editor. Editing area: %0":"Editor de Texto Valioso. Área de edição: %0","Find and replace":"Pesquisar e substituir","Find in text…":"Pesquisar no texto",Find:"Pesquisar","Previous result":"Ocorrência anterior","Next result":"Próxima ocorrência",Replace:"Substituir","Replace all":"Substituir tudo","Match case":"Diferenciar maiúsculas de minúsculas","Whole words only":"Apenas palavras inteiras","Replace with…":"Substituir por...","Text to find must not be empty.":"Texto a ser pesquisado não pode ser vazio.","Tip: Find some text first in order to replace it.":"Dica: Pesquise por algum texto antes para poder substituí-la.","Show options":"Mostrar opções",Paragraph:"Parágrafo",Heading:"Titulo","Choose heading":"Escolha o título","Heading 1":"Título 1","Heading 2":"Título 2","Heading 3":"Título 3","Heading 4":"Título 4","Heading 5":"Título 5","Heading 6":"Título 6","Type your title":"Digite o título","Type or paste your content here.":"Digite ou cole o conteúdo aqui.","Horizontal line":"Linha horizontal","HTML object":"Objeto HTML","Increase indent":"Aumentar recuo","Decrease indent":"Diminuir recuo",Unlink:"Remover link",Link:"Link","Link URL":"URL","Link image":"Link da imagem","Edit link":"Editar link","Open link in new tab":"Abrir link em nova aba","This link has no URL":"Este link não possui uma URL","Open in a new tab":"Abrir em nova aba",Downloadable:"Pode ser baixado","Numbered List":"Lista numerada","Bulleted List":"Lista com marcadores","To-do List":"Lista de Tarefas","Bulleted list styles toolbar":"Barra de ferramentas de estilos de lista com marcador","Numbered list styles toolbar":"Barra de ferramentas de estilos de lista numerada","Toggle the disc list style":"Alternar o estilo da lista de disco","Toggle the circle list style":"Alternar o estilo da lista de círculo","Toggle the square list style":"Alternar o estilo de lista quadrada","Toggle the decimal list style":"Alternar o estilo de lista decimal","Toggle the decimal with leading zero list style":"Alternar o decimal com estilo de lista zero à esquerda","Toggle the lower–roman list style":"Alternar o estilo de lista romana inferior","Toggle the upper–roman list style":"Alternar o estilo de lista romana superior","Toggle the lower–latin list style":"Alternar o estilo de lista latina inferior","Toggle the upper–latin list style":"Alternar o estilo de lista latino superior",Disc:"Disco",Circle:"Círculo",Square:"Quadrado",Decimal:"Decimal","Decimal with leading zero":"Decimal com zero à esquerda","Lower–roman":"Romano inferior","Upper-roman":"Romano superior","Lower-latin":"Latim inferior","Upper-latin":"Latim superior","List properties":"Propriedades da lista","Start at":"Iniciar em","Start index must be greater than 0.":"O índice inicial deve ser maior que 0.","Reversed order":"Ordem reversa","Remove Format":"Remover Formatação","Select all":"Selecionar tudo",Source:"Código-Fonte","Special characters":"Caracteres especiais",All:"Tudo",Arrows:"Setas",Currency:"Moeda",Latin:"Latim",Mathematical:"Matemática",Text:"Texto","leftwards simple arrow":"seta simples para a esquerda","rightwards simple arrow":"seta simples para a direita","upwards simple arrow":"seta simples para cima","downwards simple arrow":"seta simples para baixo","leftwards double arrow":"Seta dupla para esquerda","rightwards double arrow":"Seta dupla para direita","upwards double arrow":"Seta dupla para cima","downwards double arrow":"Seta dupla para baixo","leftwards dashed arrow":"Seta tracejada para esquerda","rightwards dashed arrow":"Seta tracejada para direita","upwards dashed arrow":"Seta tracejada para cima","downwards dashed arrow":"Seta tracejada para baixo","leftwards arrow to bar":"seta para a esquerda para barra","rightwards arrow to bar":"seta para a direita para barra","upwards arrow to bar":"seta para cima para barra","downwards arrow to bar":"seta para baixo para barra","up down arrow with base":"seta para baixo com base","back with leftwards arrow above":"volta com a seta esquerda acima","end with leftwards arrow above":"termina com a seta esquerda acima","on with exclamation mark with left right arrow above":"com ponto de exclamação com a seta esquerda direita acima","soon with rightwards arrow above":"Símbolo soon com a seta para a direita acima","top with upwards arrow above":"Símbolo topo com a seta para cima acima","Dollar sign":"Símbolo do dólar","Euro sign":"Símbolo do Euro","Yen sign":"Símbolo do Yen","Pound sign":"Símbolo de Libra","Cent sign":"Símbolo de Centavo","Euro-currency sign":"Símbolo da Moeda do Euro","Colon sign":"Sinal de dois pontos","Cruzeiro sign":"Símbolo do Cruzeiro","French franc sign":"Símbolo do Franco Francês","Lira sign":"Símbolo da Lira","Currency sign":"Símbolo de moeda","Bitcoin sign":"Símbolo do Bitcoin","Mill sign":"Símbolo de Mill","Naira sign":"Símbolo de Naira","Peseta sign":"Símbolo de Peseta","Rupee sign":"Símbolo da Rupia","Won sign":"Símbolo do Won","New sheqel sign":"Símbolo do Novo Sheqel","Dong sign":"Símbolo do Dong","Kip sign":"Símbolo do Kip","Tugrik sign":"Símbolo de Tugrik","Drachma sign":"Sinal de Dracma","German penny sign":"Símbolo do Centavo Alemão","Peso sign":"Sinal de Peso","Guarani sign":"Símbolo de Guarani","Austral sign":"Símbolo de Austral","Hryvnia sign":"Símbolo de Hryvnia","Cedi sign":"Símbolo de Cedi","Livre tournois sign":"Símbolo de Livre tournois","Spesmilo sign":"Símbolo do Spesmilo","Tenge sign":"Símbolo do Tenge","Indian rupee sign":"Símbolo da Rupia Indiana","Turkish lira sign":"Símbolo da Lira Turca","Nordic mark sign":"Símbolo da Marca Nórdica","Manat sign":"Símbolo do Manat","Ruble sign":"Símbolo do Rublo Russo","Latin capital letter a with macron":"Símbolo latim maiúsculo A com macron","Latin small letter a with macron":"Símbolo latim minúsculo A com macron","Latin capital letter a with breve":"Símbolo latim maiúsculo A com breve","Latin small letter a with breve":"Símbolo latim minúsculo A com breve","Latin capital letter a with ogonek":"Símbolo latim maiúsculo A com ogonek","Latin small letter a with ogonek":"Símbolo latim minúsculo A com ogonek","Latin capital letter c with acute":"Símbolo latim maiúsculo C com acento agudo","Latin small letter c with acute":"Símbolo latim minúsculo C com acento agudo","Latin capital letter c with circumflex":"Símbolo latim maiúsculo C com acento circunflexo","Latin small letter c with circumflex":"Símbolo latim minúsculo C com acento circunflexo","Latin capital letter c with dot above":"Símbolo latim maiúsculo C com ponto acima","Latin small letter c with dot above":"Símbolo latim minúsculo C com ponto acima","Latin capital letter c with caron":"Símbolo latim maiúsculo C com caron","Latin small letter c with caron":"Símbolo latim minúsculo C com caron","Latin capital letter d with caron":"Símbolo latim maiúsculo D com caron","Latin small letter d with caron":"Símbolo latim minúsculo D com caron","Latin capital letter d with stroke":"Símbolo latin maiúsculo D com um traçado vertical","Latin small letter d with stroke":"Símbolo latin minúsculo D com um traçado vertical","Latin capital letter e with macron":"Símbolo latim maiúsculo E com macron","Latin small letter e with macron":"Símbolo latim minúsculo E com macron","Latin capital letter e with breve":"Símbolo latim maiúsculo E com breve","Latin small letter e with breve":"Símbolo latim minúsculo E com breve","Latin capital letter e with dot above":"Símbolo latim maiúsculo E com ponto acima","Latin small letter e with dot above":"Símbolo latim minúsculo E com ponto acima","Latin capital letter e with ogonek":"Símbolo latim maiúsculo E com ogonek","Latin small letter e with ogonek":"Símbolo latim minúsculo E com ogonek","Latin capital letter e with caron":"Símbolo latim maiúsculo E com caron","Latin small letter e with caron":"Símbolo latim minúsculo E com caron","Latin capital letter g with circumflex":"Símbolo latim maiúsculo G com acento circunflexo","Latin small letter g with circumflex":"Símbolo latim minúsculo G com acento circunflexo","Latin capital letter g with breve":"Símbolo latim maiúsculo G com breve","Latin small letter g with breve":"Símbolo latim minúsculo G com breve","Latin capital letter g with dot above":"Símbolo latim maiúsculo G com ponto acima","Latin small letter g with dot above":"Símbolo latim minúsculo G com ponto acima","Latin capital letter g with cedilla":"Símbolo latim maiúsculo G com cedilha","Latin small letter g with cedilla":"Símbolo latim minúsculo G com cedilha","Latin capital letter h with circumflex":"Símbolo latim maiúsculo H com acento circunflexo","Latin small letter h with circumflex":"Símbolo latim minúsculo H com acento circunflexo","Latin capital letter h with stroke":"Símbolo latin maiúsculo H com um traçado vertical","Latin small letter h with stroke":"Símbolo latin minúsculo H com um traçado vertical","Latin capital letter i with tilde":"Símbolo latim maiúsculo I com til","Latin small letter i with tilde":"Símbolo latim minúsculo I com til","Latin capital letter i with macron":"Símbolo latim maiúsculo I com macron","Latin small letter i with macron":"Símbolo latim minúsculo I com macron","Latin capital letter i with breve":"Símbolo latim maiúsculo I com breve","Latin small letter i with breve":"Símbolo latim minúsculo I com breve","Latin capital letter i with ogonek":"Símbolo latim maiúsculo I com ogonek","Latin small letter i with ogonek":"Símbolo latim minúsculo I com ogonek","Latin capital letter i with dot above":"Símbolo latim maiúsculo I com ponto acima","Latin small letter dotless i":"Símbolo latin sem ponto I","Latin capital ligature ij":"Símbolo latin maiúsculo ligadura IJ","Latin small ligature ij":"Símbolo latin minúsculo ligadura IJ","Latin capital letter j with circumflex":"Símbolo latim maiúsculo J com acento circunflexo","Latin small letter j with circumflex":"Símbolo latim minúsculo J com acento circunflexo","Latin capital letter k with cedilla":"Símbolo latim maiúsculo K com cedilha","Latin small letter k with cedilla":"Símbolo latim minúsculo K com cedilha","Latin small letter kra":"Símbolo latin minúsculo K","Latin capital letter l with acute":"Símbolo latim maiúsculo l com acento agudo","Latin small letter l with acute":"Símbolo latim minúsculo I com acento agudo","Latin capital letter l with cedilla":"Símbolo latim maiúsculo L com cedilha","Latin small letter l with cedilla":"Símbolo latim minúsculo L com cedilha","Latin capital letter l with caron":"Símbolo latim maiúsculo I com caron","Latin small letter l with caron":"Símbolo latim minúsculo I com caron","Latin capital letter l with middle dot":"Símbolo latin maiúsculo L com ponto no meio","Latin small letter l with middle dot":"Símbolo latin minúsculo L com ponto no meio","Latin capital letter l with stroke":"Símbolo latin maiúsculo L com um traçado vertical","Latin small letter l with stroke":"Símbolo latin minúsculo L com um traçado vertical","Latin capital letter n with acute":"Símbolo latim maiúsculo N com acento agudo","Latin small letter n with acute":"Símbolo latim minúsculo N com acento agudo","Latin capital letter n with cedilla":"Símbolo latim maiúsculo N com cedilha","Latin small letter n with cedilla":"Símbolo latim minúsculo N com cedilha","Latin capital letter n with caron":"Símbolo latim maiúsculo N com caron","Latin small letter n with caron":"Símbolo latim minúsculo N com caron","Latin small letter n preceded by apostrophe":"Símbolo latim minúsculo N precedido por apóstrofe","Latin capital letter eng":"Símbolo latim maiúsculo Eng","Latin small letter eng":"Símbolo latim minúsculo Eng","Latin capital letter o with macron":"Símbolo latim maiúsculo I com macron","Latin small letter o with macron":"Símbolo latim minúsculo O com macron","Latin capital letter o with breve":"Símbolo latim maiúsculo O com breve","Latin small letter o with breve":"Símbolo latim minúsculo O com breve","Latin capital letter o with double acute":"Símbolo latim maiúsculo O com acento agudo duplo","Latin small letter o with double acute":"Símbolo latim minúsculo O com acento agudo duplo","Latin capital ligature oe":"Símbolo latin maiúsculo ligadura OE","Latin small ligature oe":"Símbolo latin minúsculo ligadura OE","Latin capital letter r with acute":"Símbolo latim maiúsculo R com acento agudo","Latin small letter r with acute":"Símbolo latim minúsculo R com acento agudo","Latin capital letter r with cedilla":"Símbolo latim maiúsculo R com cedilha","Latin small letter r with cedilla":"Símbolo latim minúsculo R com cedilha","Latin capital letter r with caron":"Símbolo latim maiúsculo R com caron","Latin small letter r with caron":"Símbolo latim minúsculo R com caron","Latin capital letter s with acute":"Símbolo latim maiúsculo S com acento agudo","Latin small letter s with acute":"Símbolo latim minúsculo S com acento agudo","Latin capital letter s with circumflex":"Símbolo latim maiúsculo S com acento circunflexo","Latin small letter s with circumflex":"Símbolo latim minúsculo S com acento circunflexo","Latin capital letter s with cedilla":"Símbolo latim maiúsculo S com cedilha","Latin small letter s with cedilla":"Símbolo latim minúsculo S com cedilha","Latin capital letter s with caron":"Símbolo latim maiúsculo S com caron","Latin small letter s with caron":"Símbolo latim minúsculo S com caron","Latin capital letter t with cedilla":"Símbolo latim maiúsculo T com cedilha","Latin small letter t with cedilla":"Símbolo latim minúsculo T com cedilha","Latin capital letter t with caron":"Símbolo latim maiúsculo T com caron","Latin small letter t with caron":"Símbolo latim minúsculo T com caron","Latin capital letter t with stroke":"Símbolo latin maiúsculo T com um traçado vertical","Latin small letter t with stroke":"Símbolo latin minúsculo T com um traçado vertical","Latin capital letter u with tilde":"Símbolo latim maiúsculo U com til","Latin small letter u with tilde":"Símbolo latim minúsculo U com til","Latin capital letter u with macron":"Símbolo latim maiúsculo I com macron","Latin small letter u with macron":"Símbolo latim minúsculo U com macron","Latin capital letter u with breve":"Símbolo latim maiúsculo U com breve","Latin small letter u with breve":"Símbolo latim minúsculo U com breve","Latin capital letter u with ring above":"Símbolo latim maiúsculo U com anel acima","Latin small letter u with ring above":"Símbolo latim minúsculo U com anel acima","Latin capital letter u with double acute":"Símbolo latim maiúsculo U com acento agudo duplo","Latin small letter u with double acute":"Símbolo latim minúsculo U com acento agudo","Latin capital letter u with ogonek":"Símbolo latim maiúsculo U com ogonek","Latin small letter u with ogonek":"Símbolo latim minúsculo U com ogonek","Latin capital letter w with circumflex":"Símbolo latim maiúsculo W com acento circunflexo","Latin small letter w with circumflex":"Símbolo latim minúsculo W com acento circunflexo","Latin capital letter y with circumflex":"Símbolo latim maiúsculo Y com acento circunflexo","Latin small letter y with circumflex":"Símbolo latim minúsculo Y com acento circunflexo","Latin capital letter y with diaeresis":"Símbolo latim maiúsculo Z com trema","Latin capital letter z with acute":"Símbolo latim maiúsculo Z com acento agudo","Latin small letter z with acute":"Símbolo latim minúsculo Z com acento agudo","Latin capital letter z with dot above":"Símbolo latim maiúsculo Z com ponto acima","Latin small letter z with dot above":"Símbolo latim minúsculo Z com ponto acima","Latin capital letter z with caron":"Símbolo latim maiúsculo Z com caron","Latin small letter z with caron":"Símbolo latim minúsculo Z com caron","Latin small letter long s":"Símbolo latim minúsculo long s","Less-than sign":"Sinal menor que","Greater-than sign":"Sinal maior que","Less-than or equal to":"Menor que ou igual a","Greater-than or equal to":"Maior que ou igual a","En dash":"Traço","Em dash":"Travessão",Macron:"Macron",Overline:"Sobrepor","Degree sign":"Sinal de grau","Minus sign":"Sinal de menos","Plus-minus sign":"Sinal de mais ou menos","Division sign":"Sinal de divisão","Fraction slash":"Barra de fração","Multiplication sign":"Sinal de multiplicação","Latin small letter f with hook":"Símbolo latim minúsculo F com gancho",Integral:"Integral","N-ary summation":"Somatório",Infinity:"Infinito","Square root":"Raiz quadrada","Tilde operator":"Operador til","Approximately equal to":"Aproximadamente igual a","Almost equal to":"Quase igual a","Not equal to":"Diferente de","Identical to":"Idêntico a","Element of":"Elemento de","Not an element of":"Não é um elemento de","Contains as member":"Contém como membro","N-ary product":"Símbolo Produto N-ário","Logical and":"Operador lógico AND","Logical or":"Operador lógico OR","Not sign":"Sinal de não",Intersection:"Interseção",Union:"União","Partial differential":"Diferencial parcial","For all":"Para todos","There exists":"Existe","Empty set":"Conjunto vazio",Nabla:"Nabla","Asterisk operator":"Operador asterisco","Proportional to":"Proporcional a",Angle:"Ângulo","Vulgar fraction one quarter":"Fração um quarto","Vulgar fraction one half":"Fração um meio","Vulgar fraction three quarters":"Fração três quartos","Single left-pointing angle quotation mark":"Aspas angulares simples esquerda","Single right-pointing angle quotation mark":"Aspas angulares simples direita","Left-pointing double angle quotation mark":"Aspas angulares duplas esquerda","Right-pointing double angle quotation mark":"Aspas angulares duplas direita","Left single quotation mark":"Aspas simples esquerda","Right single quotation mark":"Aspas simples direita","Left double quotation mark":"Aspas dupla esquerda","Right double quotation mark":"Aspas dupla direita","Single low-9 quotation mark":"Aspas baixas simples","Double low-9 quotation mark":"Aspas duplas baixas simples","Inverted exclamation mark":"Ponto de exclamação invertido","Inverted question mark":"Ponto de interrogação invertido","Two dot leader":"Dois pontos","Horizontal ellipsis":"Elipse horizontal","Double dagger":"Adaga dupla","Per mille sign":"Símbolo de por 1 mil","Per ten thousand sign":"Símbolo de por 10 mil","Double exclamation mark":"Sinal do ponto de exclamação duplo","Question exclamation mark":"Ponto de interrogação","Exclamation question mark":"Ponto de exclamação","Double question mark":"Ponto de interrogação duplo","Copyright sign":"Símbolo de direitos reservados","Registered sign":"Símbolo de registrado","Trade mark sign":"Símbolo de marca registrada","Section sign":"Símbolo de seleção","Paragraph sign":"Símbolo de parágrafo","Reversed paragraph sign":"Símbolo de parágrafo reverso","Character categories":"Categoria de caracteres",Styles:"Estilos","Multiple styles":"Múltiplos estilos","Block styles":"Estilos de bloco","Text styles":"Estilos de texto","Insert table":"Inserir tabela","Header column":"Coluna de cabeçalho","Insert column left":"Inserir coluna à esquerda","Insert column right":"Inserir coluna à direita","Delete column":"Excluir coluna","Select column":"Selecionar coluna",Column:"Coluna","Header row":"Linha de cabeçalho","Insert row below":"Inserir linha abaixo","Insert row above":"Inserir linha acima","Delete row":"Excluir linha","Select row":"Selecionar linha",Row:"Linha","Merge cell up":"Mesclar acima","Merge cell right":"Mesclar à direita","Merge cell down":"Mesclar abaixo","Merge cell left":"Mesclar à esquerda","Split cell vertically":"Dividir verticalmente","Split cell horizontally":"Dividir horizontalmente","Merge cells":"Mesclar células","Table toolbar":"Ferramentas de Tabela","Table properties":"Propriedades da tabela","Cell properties":"Propriedades da célula",Border:"Borda",Style:"Estilo",Width:"Largura",Height:"Altura",Color:"Cor",Background:"Cor de fundo",Padding:"Margem interna",Dimensions:"Dimensões","Table cell text alignment":"Alinhamento do texto na célula",Alignment:"Alinhamento","Horizontal text alignment toolbar":"Ferramentas de alinhamento horizontal do texto","Vertical text alignment toolbar":"Ferramentas de alinhamento vertical do texto","Table alignment toolbar":"Ferramentas de alinhamento da tabela",None:"Sem borda",Solid:"Sólida",Dotted:"Pontilhada",Dashed:"Tracejada",Double:"Dupla",Groove:"Ranhura",Ridge:"Crista",Inset:"Baixo relevo",Outset:"Alto relevo","Align cell text to the left":"Alinhar texto da célula para a esquerda","Align cell text to the center":"Alinhar texto da célula centralizado","Align cell text to the right":"Alinhar texto da célula para a direita","Justify cell text":"Justificar texto da célula","Align cell text to the top":"Alinhar texto da célula para o topo","Align cell text to the middle":"Alinhar texto da célula para o meio","Align cell text to the bottom":"Alinhar texto da célula para baixo","Align table to the left":"Alinhar tabela para esquerda","Center table":"Centralizar tabela","Align table to the right":"Alinhar tabela para direita","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Cor inválida. Tente \"#FF0000\" ou \"rgb(255,0,0)\" ou \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Valor inválido. Tente \"10px\" ou \"2em\" ou apenas \"2\"","Color picker":"Seletor de cor","Toggle caption off":"Desabilitar legenda","Toggle caption on":"Habilitar legenda","Enter table caption":"Inserir legenda da tabela","Rich Text Editor":"Editor de Formatação","Editor editing area: %0":"Área de edição do editor: %0","Edit block":"Editor de bloco",Next:"Próximo",Previous:"Anterior","Editor toolbar":"Ferramentas do Editor","Dropdown toolbar":"Barra de Ferramentas da Lista Suspensa",Black:"Preto","Dim grey":"Cinza escuro",Grey:"Cinza","Light grey":"Cinza claro",White:"Branco",Red:"Vermelho",Orange:"Laranja",Yellow:"Amarelo","Light green":"Verde claro",Green:"Verde",Aquamarine:"Água-marinha",Turquoise:"Turquesa","Light blue":"Azul claro",Blue:"Azul",Purple:"Púrpura","Editor block content toolbar":"Barra de ferramentas de bloco do Editor","Editor contextual toolbar":"Barra de ferramentas contextuais do Editor",HEX:"",Undo:"Desfazer",Redo:"Refazer","Upload in progress":"Enviando dados","Widget toolbar":"Ferramentas de Widgets","Insert paragraph before block":"Inserir parágrafo antes do bloco","Insert paragraph after block":"Inserir parágrafo após o bloco","Press Enter to type after or press Shift + Enter to type before the widget":"Pressione Enter para digitar depois ou pressione Shift + Enter para digitar antes do widget","Words: %0":"Palavras: %0","Characters: %0":"Caracteres: %0"} );l.getPluralForm=function(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['pt-br'] = d['pt-br'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Alinhar à esquerda","Align right":"Alinhar à direita","Align center":"Centralizar",Justify:"Justificar","Text alignment":"Alinhamento do texto","Text alignment toolbar":"Ferramentas de alinhamento de texto",Bold:"Negrito",Italic:"Itálico",Underline:"Sublinhado",Code:"Código",Strikethrough:"Tachado",Subscript:"Subscrito",Superscript:"Sobrescrito","Block quote":"Bloco de citação","Insert code block":"Inserir bloco de código","Plain text":"Texto sem formatação",Cancel:"Cancelar","Remove color":"Remover cor","Restore default":"Restaurar padrão",Save:"Salvar","Show more items":"Exibir mais itens","%0 of %1":"%0 de %1","Cannot upload file:":"Não foi possível enviar o arquivo:","Rich Text Editor. Editing area: %0":"Editor de Texto Valioso. Área de edição: %0","Find and replace":"Pesquisar e substituir","Find in text…":"Pesquisar no texto",Find:"Pesquisar","Previous result":"Ocorrência anterior","Next result":"Próxima ocorrência",Replace:"Substituir","Replace all":"Substituir tudo","Match case":"Diferenciar maiúsculas de minúsculas","Whole words only":"Apenas palavras inteiras","Replace with…":"Substituir por...","Text to find must not be empty.":"Texto a ser pesquisado não pode ser vazio.","Tip: Find some text first in order to replace it.":"Dica: Pesquise por algum texto antes para poder substituí-la.","Show options":"Mostrar opções",Paragraph:"Parágrafo",Heading:"Titulo","Choose heading":"Escolha o título","Heading 1":"Título 1","Heading 2":"Título 2","Heading 3":"Título 3","Heading 4":"Título 4","Heading 5":"Título 5","Heading 6":"Título 6","Type your title":"Digite o título","Type or paste your content here.":"Digite ou cole o conteúdo aqui.","Horizontal line":"Linha horizontal","HTML object":"Objeto HTML","Increase indent":"Aumentar recuo","Decrease indent":"Diminuir recuo",Unlink:"Remover link",Link:"Link","Link URL":"URL","Link image":"Link da imagem","Edit link":"Editar link","Open link in new tab":"Abrir link em nova aba","This link has no URL":"Este link não possui uma URL","Open in a new tab":"Abrir em nova aba",Downloadable:"Pode ser baixado","Numbered List":"Lista numerada","Bulleted List":"Lista com marcadores","To-do List":"Lista de Tarefas","Bulleted list styles toolbar":"Barra de ferramentas de estilos de lista com marcador","Numbered list styles toolbar":"Barra de ferramentas de estilos de lista numerada","Toggle the disc list style":"Alternar o estilo da lista de disco","Toggle the circle list style":"Alternar o estilo da lista de círculo","Toggle the square list style":"Alternar o estilo de lista quadrada","Toggle the decimal list style":"Alternar o estilo de lista decimal","Toggle the decimal with leading zero list style":"Alternar o decimal com estilo de lista zero à esquerda","Toggle the lower–roman list style":"Alternar o estilo de lista romana inferior","Toggle the upper–roman list style":"Alternar o estilo de lista romana superior","Toggle the lower–latin list style":"Alternar o estilo de lista latina inferior","Toggle the upper–latin list style":"Alternar o estilo de lista latino superior",Disc:"Disco",Circle:"Círculo",Square:"Quadrado",Decimal:"Decimal","Decimal with leading zero":"Decimal com zero à esquerda","Lower–roman":"Romano inferior","Upper-roman":"Romano superior","Lower-latin":"Latim inferior","Upper-latin":"Latim superior","List properties":"Propriedades da lista","Start at":"Iniciar em","Start index must be greater than 0.":"O índice inicial deve ser maior que 0.","Reversed order":"Ordem reversa","Remove Format":"Remover Formatação","Select all":"Selecionar tudo","Show blocks":"Mostrar blocos",Source:"Código-Fonte","Special characters":"Caracteres especiais",All:"Tudo",Arrows:"Setas",Currency:"Moeda",Latin:"Latim",Mathematical:"Matemática",Text:"Texto","leftwards simple arrow":"seta simples para a esquerda","rightwards simple arrow":"seta simples para a direita","upwards simple arrow":"seta simples para cima","downwards simple arrow":"seta simples para baixo","leftwards double arrow":"Seta dupla para esquerda","rightwards double arrow":"Seta dupla para direita","upwards double arrow":"Seta dupla para cima","downwards double arrow":"Seta dupla para baixo","leftwards dashed arrow":"Seta tracejada para esquerda","rightwards dashed arrow":"Seta tracejada para direita","upwards dashed arrow":"Seta tracejada para cima","downwards dashed arrow":"Seta tracejada para baixo","leftwards arrow to bar":"seta para a esquerda para barra","rightwards arrow to bar":"seta para a direita para barra","upwards arrow to bar":"seta para cima para barra","downwards arrow to bar":"seta para baixo para barra","up down arrow with base":"seta para baixo com base","back with leftwards arrow above":"volta com a seta esquerda acima","end with leftwards arrow above":"termina com a seta esquerda acima","on with exclamation mark with left right arrow above":"com ponto de exclamação com a seta esquerda direita acima","soon with rightwards arrow above":"Símbolo soon com a seta para a direita acima","top with upwards arrow above":"Símbolo topo com a seta para cima acima","Dollar sign":"Símbolo do dólar","Euro sign":"Símbolo do Euro","Yen sign":"Símbolo do Yen","Pound sign":"Símbolo de Libra","Cent sign":"Símbolo de Centavo","Euro-currency sign":"Símbolo da Moeda do Euro","Colon sign":"Sinal de dois pontos","Cruzeiro sign":"Símbolo do Cruzeiro","French franc sign":"Símbolo do Franco Francês","Lira sign":"Símbolo da Lira","Currency sign":"Símbolo de moeda","Bitcoin sign":"Símbolo do Bitcoin","Mill sign":"Símbolo de Mill","Naira sign":"Símbolo de Naira","Peseta sign":"Símbolo de Peseta","Rupee sign":"Símbolo da Rupia","Won sign":"Símbolo do Won","New sheqel sign":"Símbolo do Novo Sheqel","Dong sign":"Símbolo do Dong","Kip sign":"Símbolo do Kip","Tugrik sign":"Símbolo de Tugrik","Drachma sign":"Sinal de Dracma","German penny sign":"Símbolo do Centavo Alemão","Peso sign":"Sinal de Peso","Guarani sign":"Símbolo de Guarani","Austral sign":"Símbolo de Austral","Hryvnia sign":"Símbolo de Hryvnia","Cedi sign":"Símbolo de Cedi","Livre tournois sign":"Símbolo de Livre tournois","Spesmilo sign":"Símbolo do Spesmilo","Tenge sign":"Símbolo do Tenge","Indian rupee sign":"Símbolo da Rupia Indiana","Turkish lira sign":"Símbolo da Lira Turca","Nordic mark sign":"Símbolo da Marca Nórdica","Manat sign":"Símbolo do Manat","Ruble sign":"Símbolo do Rublo Russo","Latin capital letter a with macron":"Símbolo latim maiúsculo A com macron","Latin small letter a with macron":"Símbolo latim minúsculo A com macron","Latin capital letter a with breve":"Símbolo latim maiúsculo A com breve","Latin small letter a with breve":"Símbolo latim minúsculo A com breve","Latin capital letter a with ogonek":"Símbolo latim maiúsculo A com ogonek","Latin small letter a with ogonek":"Símbolo latim minúsculo A com ogonek","Latin capital letter c with acute":"Símbolo latim maiúsculo C com acento agudo","Latin small letter c with acute":"Símbolo latim minúsculo C com acento agudo","Latin capital letter c with circumflex":"Símbolo latim maiúsculo C com acento circunflexo","Latin small letter c with circumflex":"Símbolo latim minúsculo C com acento circunflexo","Latin capital letter c with dot above":"Símbolo latim maiúsculo C com ponto acima","Latin small letter c with dot above":"Símbolo latim minúsculo C com ponto acima","Latin capital letter c with caron":"Símbolo latim maiúsculo C com caron","Latin small letter c with caron":"Símbolo latim minúsculo C com caron","Latin capital letter d with caron":"Símbolo latim maiúsculo D com caron","Latin small letter d with caron":"Símbolo latim minúsculo D com caron","Latin capital letter d with stroke":"Símbolo latin maiúsculo D com um traçado vertical","Latin small letter d with stroke":"Símbolo latin minúsculo D com um traçado vertical","Latin capital letter e with macron":"Símbolo latim maiúsculo E com macron","Latin small letter e with macron":"Símbolo latim minúsculo E com macron","Latin capital letter e with breve":"Símbolo latim maiúsculo E com breve","Latin small letter e with breve":"Símbolo latim minúsculo E com breve","Latin capital letter e with dot above":"Símbolo latim maiúsculo E com ponto acima","Latin small letter e with dot above":"Símbolo latim minúsculo E com ponto acima","Latin capital letter e with ogonek":"Símbolo latim maiúsculo E com ogonek","Latin small letter e with ogonek":"Símbolo latim minúsculo E com ogonek","Latin capital letter e with caron":"Símbolo latim maiúsculo E com caron","Latin small letter e with caron":"Símbolo latim minúsculo E com caron","Latin capital letter g with circumflex":"Símbolo latim maiúsculo G com acento circunflexo","Latin small letter g with circumflex":"Símbolo latim minúsculo G com acento circunflexo","Latin capital letter g with breve":"Símbolo latim maiúsculo G com breve","Latin small letter g with breve":"Símbolo latim minúsculo G com breve","Latin capital letter g with dot above":"Símbolo latim maiúsculo G com ponto acima","Latin small letter g with dot above":"Símbolo latim minúsculo G com ponto acima","Latin capital letter g with cedilla":"Símbolo latim maiúsculo G com cedilha","Latin small letter g with cedilla":"Símbolo latim minúsculo G com cedilha","Latin capital letter h with circumflex":"Símbolo latim maiúsculo H com acento circunflexo","Latin small letter h with circumflex":"Símbolo latim minúsculo H com acento circunflexo","Latin capital letter h with stroke":"Símbolo latin maiúsculo H com um traçado vertical","Latin small letter h with stroke":"Símbolo latin minúsculo H com um traçado vertical","Latin capital letter i with tilde":"Símbolo latim maiúsculo I com til","Latin small letter i with tilde":"Símbolo latim minúsculo I com til","Latin capital letter i with macron":"Símbolo latim maiúsculo I com macron","Latin small letter i with macron":"Símbolo latim minúsculo I com macron","Latin capital letter i with breve":"Símbolo latim maiúsculo I com breve","Latin small letter i with breve":"Símbolo latim minúsculo I com breve","Latin capital letter i with ogonek":"Símbolo latim maiúsculo I com ogonek","Latin small letter i with ogonek":"Símbolo latim minúsculo I com ogonek","Latin capital letter i with dot above":"Símbolo latim maiúsculo I com ponto acima","Latin small letter dotless i":"Símbolo latin sem ponto I","Latin capital ligature ij":"Símbolo latin maiúsculo ligadura IJ","Latin small ligature ij":"Símbolo latin minúsculo ligadura IJ","Latin capital letter j with circumflex":"Símbolo latim maiúsculo J com acento circunflexo","Latin small letter j with circumflex":"Símbolo latim minúsculo J com acento circunflexo","Latin capital letter k with cedilla":"Símbolo latim maiúsculo K com cedilha","Latin small letter k with cedilla":"Símbolo latim minúsculo K com cedilha","Latin small letter kra":"Símbolo latin minúsculo K","Latin capital letter l with acute":"Símbolo latim maiúsculo l com acento agudo","Latin small letter l with acute":"Símbolo latim minúsculo I com acento agudo","Latin capital letter l with cedilla":"Símbolo latim maiúsculo L com cedilha","Latin small letter l with cedilla":"Símbolo latim minúsculo L com cedilha","Latin capital letter l with caron":"Símbolo latim maiúsculo I com caron","Latin small letter l with caron":"Símbolo latim minúsculo I com caron","Latin capital letter l with middle dot":"Símbolo latin maiúsculo L com ponto no meio","Latin small letter l with middle dot":"Símbolo latin minúsculo L com ponto no meio","Latin capital letter l with stroke":"Símbolo latin maiúsculo L com um traçado vertical","Latin small letter l with stroke":"Símbolo latin minúsculo L com um traçado vertical","Latin capital letter n with acute":"Símbolo latim maiúsculo N com acento agudo","Latin small letter n with acute":"Símbolo latim minúsculo N com acento agudo","Latin capital letter n with cedilla":"Símbolo latim maiúsculo N com cedilha","Latin small letter n with cedilla":"Símbolo latim minúsculo N com cedilha","Latin capital letter n with caron":"Símbolo latim maiúsculo N com caron","Latin small letter n with caron":"Símbolo latim minúsculo N com caron","Latin small letter n preceded by apostrophe":"Símbolo latim minúsculo N precedido por apóstrofe","Latin capital letter eng":"Símbolo latim maiúsculo Eng","Latin small letter eng":"Símbolo latim minúsculo Eng","Latin capital letter o with macron":"Símbolo latim maiúsculo I com macron","Latin small letter o with macron":"Símbolo latim minúsculo O com macron","Latin capital letter o with breve":"Símbolo latim maiúsculo O com breve","Latin small letter o with breve":"Símbolo latim minúsculo O com breve","Latin capital letter o with double acute":"Símbolo latim maiúsculo O com acento agudo duplo","Latin small letter o with double acute":"Símbolo latim minúsculo O com acento agudo duplo","Latin capital ligature oe":"Símbolo latin maiúsculo ligadura OE","Latin small ligature oe":"Símbolo latin minúsculo ligadura OE","Latin capital letter r with acute":"Símbolo latim maiúsculo R com acento agudo","Latin small letter r with acute":"Símbolo latim minúsculo R com acento agudo","Latin capital letter r with cedilla":"Símbolo latim maiúsculo R com cedilha","Latin small letter r with cedilla":"Símbolo latim minúsculo R com cedilha","Latin capital letter r with caron":"Símbolo latim maiúsculo R com caron","Latin small letter r with caron":"Símbolo latim minúsculo R com caron","Latin capital letter s with acute":"Símbolo latim maiúsculo S com acento agudo","Latin small letter s with acute":"Símbolo latim minúsculo S com acento agudo","Latin capital letter s with circumflex":"Símbolo latim maiúsculo S com acento circunflexo","Latin small letter s with circumflex":"Símbolo latim minúsculo S com acento circunflexo","Latin capital letter s with cedilla":"Símbolo latim maiúsculo S com cedilha","Latin small letter s with cedilla":"Símbolo latim minúsculo S com cedilha","Latin capital letter s with caron":"Símbolo latim maiúsculo S com caron","Latin small letter s with caron":"Símbolo latim minúsculo S com caron","Latin capital letter t with cedilla":"Símbolo latim maiúsculo T com cedilha","Latin small letter t with cedilla":"Símbolo latim minúsculo T com cedilha","Latin capital letter t with caron":"Símbolo latim maiúsculo T com caron","Latin small letter t with caron":"Símbolo latim minúsculo T com caron","Latin capital letter t with stroke":"Símbolo latin maiúsculo T com um traçado vertical","Latin small letter t with stroke":"Símbolo latin minúsculo T com um traçado vertical","Latin capital letter u with tilde":"Símbolo latim maiúsculo U com til","Latin small letter u with tilde":"Símbolo latim minúsculo U com til","Latin capital letter u with macron":"Símbolo latim maiúsculo I com macron","Latin small letter u with macron":"Símbolo latim minúsculo U com macron","Latin capital letter u with breve":"Símbolo latim maiúsculo U com breve","Latin small letter u with breve":"Símbolo latim minúsculo U com breve","Latin capital letter u with ring above":"Símbolo latim maiúsculo U com anel acima","Latin small letter u with ring above":"Símbolo latim minúsculo U com anel acima","Latin capital letter u with double acute":"Símbolo latim maiúsculo U com acento agudo duplo","Latin small letter u with double acute":"Símbolo latim minúsculo U com acento agudo","Latin capital letter u with ogonek":"Símbolo latim maiúsculo U com ogonek","Latin small letter u with ogonek":"Símbolo latim minúsculo U com ogonek","Latin capital letter w with circumflex":"Símbolo latim maiúsculo W com acento circunflexo","Latin small letter w with circumflex":"Símbolo latim minúsculo W com acento circunflexo","Latin capital letter y with circumflex":"Símbolo latim maiúsculo Y com acento circunflexo","Latin small letter y with circumflex":"Símbolo latim minúsculo Y com acento circunflexo","Latin capital letter y with diaeresis":"Símbolo latim maiúsculo Z com trema","Latin capital letter z with acute":"Símbolo latim maiúsculo Z com acento agudo","Latin small letter z with acute":"Símbolo latim minúsculo Z com acento agudo","Latin capital letter z with dot above":"Símbolo latim maiúsculo Z com ponto acima","Latin small letter z with dot above":"Símbolo latim minúsculo Z com ponto acima","Latin capital letter z with caron":"Símbolo latim maiúsculo Z com caron","Latin small letter z with caron":"Símbolo latim minúsculo Z com caron","Latin small letter long s":"Símbolo latim minúsculo long s","Less-than sign":"Sinal menor que","Greater-than sign":"Sinal maior que","Less-than or equal to":"Menor que ou igual a","Greater-than or equal to":"Maior que ou igual a","En dash":"Traço","Em dash":"Travessão",Macron:"Macron",Overline:"Sobrepor","Degree sign":"Sinal de grau","Minus sign":"Sinal de menos","Plus-minus sign":"Sinal de mais ou menos","Division sign":"Sinal de divisão","Fraction slash":"Barra de fração","Multiplication sign":"Sinal de multiplicação","Latin small letter f with hook":"Símbolo latim minúsculo F com gancho",Integral:"Integral","N-ary summation":"Somatório",Infinity:"Infinito","Square root":"Raiz quadrada","Tilde operator":"Operador til","Approximately equal to":"Aproximadamente igual a","Almost equal to":"Quase igual a","Not equal to":"Diferente de","Identical to":"Idêntico a","Element of":"Elemento de","Not an element of":"Não é um elemento de","Contains as member":"Contém como membro","N-ary product":"Símbolo Produto N-ário","Logical and":"Operador lógico AND","Logical or":"Operador lógico OR","Not sign":"Sinal de não",Intersection:"Interseção",Union:"União","Partial differential":"Diferencial parcial","For all":"Para todos","There exists":"Existe","Empty set":"Conjunto vazio",Nabla:"Nabla","Asterisk operator":"Operador asterisco","Proportional to":"Proporcional a",Angle:"Ângulo","Vulgar fraction one quarter":"Fração um quarto","Vulgar fraction one half":"Fração um meio","Vulgar fraction three quarters":"Fração três quartos","Single left-pointing angle quotation mark":"Aspas angulares simples esquerda","Single right-pointing angle quotation mark":"Aspas angulares simples direita","Left-pointing double angle quotation mark":"Aspas angulares duplas esquerda","Right-pointing double angle quotation mark":"Aspas angulares duplas direita","Left single quotation mark":"Aspas simples esquerda","Right single quotation mark":"Aspas simples direita","Left double quotation mark":"Aspas dupla esquerda","Right double quotation mark":"Aspas dupla direita","Single low-9 quotation mark":"Aspas baixas simples","Double low-9 quotation mark":"Aspas duplas baixas simples","Inverted exclamation mark":"Ponto de exclamação invertido","Inverted question mark":"Ponto de interrogação invertido","Two dot leader":"Dois pontos","Horizontal ellipsis":"Elipse horizontal","Double dagger":"Adaga dupla","Per mille sign":"Símbolo de por 1 mil","Per ten thousand sign":"Símbolo de por 10 mil","Double exclamation mark":"Sinal do ponto de exclamação duplo","Question exclamation mark":"Ponto de interrogação","Exclamation question mark":"Ponto de exclamação","Double question mark":"Ponto de interrogação duplo","Copyright sign":"Símbolo de direitos reservados","Registered sign":"Símbolo de registrado","Trade mark sign":"Símbolo de marca registrada","Section sign":"Símbolo de seleção","Paragraph sign":"Símbolo de parágrafo","Reversed paragraph sign":"Símbolo de parágrafo reverso","Character categories":"Categoria de caracteres",Styles:"Estilos","Multiple styles":"Múltiplos estilos","Block styles":"Estilos de bloco","Text styles":"Estilos de texto","Insert table":"Inserir tabela","Header column":"Coluna de cabeçalho","Insert column left":"Inserir coluna à esquerda","Insert column right":"Inserir coluna à direita","Delete column":"Excluir coluna","Select column":"Selecionar coluna",Column:"Coluna","Header row":"Linha de cabeçalho","Insert row below":"Inserir linha abaixo","Insert row above":"Inserir linha acima","Delete row":"Excluir linha","Select row":"Selecionar linha",Row:"Linha","Merge cell up":"Mesclar acima","Merge cell right":"Mesclar à direita","Merge cell down":"Mesclar abaixo","Merge cell left":"Mesclar à esquerda","Split cell vertically":"Dividir verticalmente","Split cell horizontally":"Dividir horizontalmente","Merge cells":"Mesclar células","Table toolbar":"Ferramentas de Tabela","Table properties":"Propriedades da tabela","Cell properties":"Propriedades da célula",Border:"Borda",Style:"Estilo",Width:"Largura",Height:"Altura",Color:"Cor",Background:"Cor de fundo",Padding:"Margem interna",Dimensions:"Dimensões","Table cell text alignment":"Alinhamento do texto na célula",Alignment:"Alinhamento","Horizontal text alignment toolbar":"Ferramentas de alinhamento horizontal do texto","Vertical text alignment toolbar":"Ferramentas de alinhamento vertical do texto","Table alignment toolbar":"Ferramentas de alinhamento da tabela",None:"Sem borda",Solid:"Sólida",Dotted:"Pontilhada",Dashed:"Tracejada",Double:"Dupla",Groove:"Ranhura",Ridge:"Crista",Inset:"Baixo relevo",Outset:"Alto relevo","Align cell text to the left":"Alinhar texto da célula para a esquerda","Align cell text to the center":"Alinhar texto da célula centralizado","Align cell text to the right":"Alinhar texto da célula para a direita","Justify cell text":"Justificar texto da célula","Align cell text to the top":"Alinhar texto da célula para o topo","Align cell text to the middle":"Alinhar texto da célula para o meio","Align cell text to the bottom":"Alinhar texto da célula para baixo","Align table to the left":"Alinhar tabela para esquerda","Center table":"Centralizar tabela","Align table to the right":"Alinhar tabela para direita","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Cor inválida. Tente \"#FF0000\" ou \"rgb(255,0,0)\" ou \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Valor inválido. Tente \"10px\" ou \"2em\" ou apenas \"2\"","Color picker":"Seletor de cor","Toggle caption off":"Desabilitar legenda","Toggle caption on":"Habilitar legenda","Enter table caption":"Inserir legenda da tabela","Rich Text Editor":"Editor de Formatação","Editor editing area: %0":"Área de edição do editor: %0","Edit block":"Editor de bloco",Next:"Próximo",Previous:"Anterior","Editor toolbar":"Ferramentas do Editor","Dropdown toolbar":"Barra de Ferramentas da Lista Suspensa",Black:"Preto","Dim grey":"Cinza escuro",Grey:"Cinza","Light grey":"Cinza claro",White:"Branco",Red:"Vermelho",Orange:"Laranja",Yellow:"Amarelo","Light green":"Verde claro",Green:"Verde",Aquamarine:"Água-marinha",Turquoise:"Turquesa","Light blue":"Azul claro",Blue:"Azul",Purple:"Púrpura","Editor block content toolbar":"Barra de ferramentas de bloco do Editor","Editor contextual toolbar":"Barra de ferramentas contextuais do Editor",HEX:"Hexadecimal",Accept:"Aceitar",Undo:"Desfazer",Redo:"Refazer","Upload in progress":"Enviando dados","Widget toolbar":"Ferramentas de Widgets","Insert paragraph before block":"Inserir parágrafo antes do bloco","Insert paragraph after block":"Inserir parágrafo após o bloco","Press Enter to type after or press Shift + Enter to type before the widget":"Pressione Enter para digitar depois ou pressione Shift + Enter para digitar antes do widget","Words: %0":"Palavras: %0","Characters: %0":"Caracteres: %0"} );l.getPluralForm=function(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pt.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pt.js index b8a401e3fe95..9176856f0793 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pt.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/pt.js @@ -1 +1 @@ -(function(d){ const l = d['pt'] = d['pt'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Alinhar à esquerda","Align right":"Alinhar à direita","Align center":"Alinhar ao centro",Justify:"Justificar","Text alignment":"Alinhamento de texto","Text alignment toolbar":"Barra de alinhamento de texto",Bold:"Negrito",Italic:"Itálico",Underline:"Sublinhado",Code:"Código",Strikethrough:"Riscado",Subscript:"Subscrito",Superscript:"Sobrescrito","Block quote":"Bloco de citação","Insert code block":"Inserir bloco de citação","Plain text":"Texto simples",Cancel:"Cancelar","Remove color":"Remover cor","Restore default":"Restaurar predefinição",Save:"Guardar","Show more items":"Mostrar mais itens","%0 of %1":"%0 de %1","Cannot upload file:":"Não foi possível carregar o ficheiro:","Rich Text Editor. Editing area: %0":"Editor de Texto Formatado. Área de edição: %0","Find and replace":"Encontrar e substituir","Find in text…":"Encontrar no texto...",Find:"Encontrar","Previous result":"Resultado anterior","Next result":"Próximo resultado",Replace:"Substituir","Replace all":"Substituir todos","Match case":"Corresponder maiúsculas/minúsculas","Whole words only":"Apenas palavras inteiras","Replace with…":"Substituir com...","Text to find must not be empty.":"O texto a pesquisar não pode estar vazio.","Tip: Find some text first in order to replace it.":"Dica: Encontre algum texto primeiro para poder substituí-lo.","Show options":"Mostrar opções",Paragraph:"Parágrafo",Heading:"Cabeçalho","Choose heading":"Escolher cabeçalho","Heading 1":"Cabeçalho 1","Heading 2":"Cabeçalho 2","Heading 3":"Cabeçalho 3","Heading 4":"Cabeçalho 4","Heading 5":"Cabeçalho 5","Heading 6":"Cabeçalho 6","Type your title":"Introduza o seu título","Type or paste your content here.":"Digite ou cole o seu conteúdo aqui.","Horizontal line":"Linha horizontal","HTML object":"Objeto HTML","Increase indent":"Aumentar indentação","Decrease indent":"Diminuir indentação",Unlink:"Desligar",Link:"Hiperligação","Link URL":"URL da ligação","Link image":"Adicionar link a imagem","Edit link":"Editar link","Open link in new tab":"Abrir link num novo separador","This link has no URL":"Este link não tem URL","Open in a new tab":"Abrir num novo separador",Downloadable:"Descarregável","Numbered List":"Lista ordenada","Bulleted List":"Lista não ordenada","To-do List":"Lista de Afazeres","Bulleted list styles toolbar":"Barra de ferramentas de estilos de lista de itens","Numbered list styles toolbar":"Barra de ferramentas de estilos de lista numerada","Toggle the disc list style":"Ativar o estilo de lista de discos","Toggle the circle list style":"Ativar o estilo de lista de círculos","Toggle the square list style":"Ativar o estilo de lista de quadrados","Toggle the decimal list style":"Ativar o estilo de lista decimal","Toggle the decimal with leading zero list style":"Ativar o estilo de lista decimal com zero inicial","Toggle the lower–roman list style":"Ativar o estilo de lista de números romanos minúsculos","Toggle the upper–roman list style":"Ativar o estilo de lista de números romanos maiúsculos","Toggle the lower–latin list style":"Ativar o estilo de lista de latim minúsculo","Toggle the upper–latin list style":"Ativar o estilo de lista de latim maiúsculo",Disc:"Disco",Circle:"Círculo",Square:"Quadrado",Decimal:"Decimal","Decimal with leading zero":"Decimal com zero inicial","Lower–roman":"Romano minúsculo","Upper-roman":"Romano maiúsculo","Lower-latin":"Latim minúsculo","Upper-latin":"Latim maiúsculo","List properties":"Propriedades da lista","Start at":"Começa em","Start index must be greater than 0.":"O índice inicial tem de ser superior a 0.","Reversed order":"Ordem invertida","Remove Format":"Remover formatação","Select all":"Selecionar todos",Source:"Fonte","Special characters":"Carateres especiais",All:"Todos",Arrows:"Setas",Currency:"Moeda",Latin:"Latinos",Mathematical:"Matemáticos",Text:"Texto","leftwards simple arrow":"seta simples para a esquerda","rightwards simple arrow":"seta simples para a direita","upwards simple arrow":"seta simples para cima","downwards simple arrow":"seta simples para baixo","leftwards double arrow":"seta dupla para a esquerda","rightwards double arrow":"seta dupla para a direita","upwards double arrow":"seta dupla para cima","downwards double arrow":"seta dupla para baixo","leftwards dashed arrow":"seta tracejada para a esquerda","rightwards dashed arrow":"seta tracejada para a direita","upwards dashed arrow":"seta tracejada para cima","downwards dashed arrow":"seta tracejada para baixo","leftwards arrow to bar":"seta para a esquerda contra uma barra","rightwards arrow to bar":"seta para a direita contra uma barra","upwards arrow to bar":"seta para cima contra uma barra","downwards arrow to bar":"seta para baixo contra uma barra","up down arrow with base":"seta bidirecional vertical com base","back with leftwards arrow above":"\"back\" com seta para a esquerda em cima","end with leftwards arrow above":"\"end\" com seta para a esquerda em cima","on with exclamation mark with left right arrow above":"\"on\" com sinal de exclamação com seta para a direita e para a esquerda em cima","soon with rightwards arrow above":"\"soon\" com seta para a direita em cima","top with upwards arrow above":"\"Top\" com seta para cima em cima","Dollar sign":"Cifrão","Euro sign":"Sinal de euro","Yen sign":"Sinal de iene","Pound sign":"Sinal de libra","Cent sign":"Sinal de cêntimo","Euro-currency sign":"Sinal monetário do euro","Colon sign":"Sinal de colombo","Cruzeiro sign":"Sinal de cruzeiro","French franc sign":"Sinal de franco francês","Lira sign":"Sinal de lira","Currency sign":"Sinal monetário","Bitcoin sign":"Sinal de bitcoin","Mill sign":"Sinal de mill","Naira sign":"Sinal de naira","Peseta sign":"Sinal de peseta","Rupee sign":"Sinal de rupia","Won sign":"Sinal de won","New sheqel sign":"Sinal de novo sheqel","Dong sign":"Sinal de dong","Kip sign":"Sinal de kip","Tugrik sign":"Sinal de tugrique","Drachma sign":"Sinal de dracma","German penny sign":"Sinal de fénigue alemão","Peso sign":"Sinal de peso","Guarani sign":"Sinal de guarani","Austral sign":"Sinal de austral","Hryvnia sign":"Sinal de grívnia","Cedi sign":"Sinal de cedi","Livre tournois sign":"Sinal de libra de tours","Spesmilo sign":"Sinal de spesmilo","Tenge sign":"Sinal de tengue","Indian rupee sign":"Sinal de rupia indiana","Turkish lira sign":"Sinal de lira turca","Nordic mark sign":"Sinal de marca nórdica","Manat sign":"Sinal de manat","Ruble sign":"Sinal de rublo","Latin capital letter a with macron":"Latim - letra maiúscula a com mácron","Latin small letter a with macron":"Latim - letra minúscula a com mácron","Latin capital letter a with breve":"Latim - letra maiúscula a com breve","Latin small letter a with breve":"Latim - letra minúscula a com breve","Latin capital letter a with ogonek":"Latim - letra maiúscula a com ogonek","Latin small letter a with ogonek":"Latim - letra minúscula a com ogonek","Latin capital letter c with acute":"Latim - letra maiúscula c com acento agudo","Latin small letter c with acute":"Latim - letra minúscula c com acento agudo","Latin capital letter c with circumflex":"Latim - letra maiúscula c com acento circunflexo","Latin small letter c with circumflex":"Latim - letra minúscula c com acento circunflexo","Latin capital letter c with dot above":"Latim - letra maiúscula c com um ponto por cima","Latin small letter c with dot above":"Latim - letra minúscula c com um ponto por cima","Latin capital letter c with caron":"Latim - letra maiúscula c com cáron","Latin small letter c with caron":"Latim - letra minúscula c com cáron","Latin capital letter d with caron":"Latim - letra maiúscula d com cáron","Latin small letter d with caron":"Latim - letra minúscula d com cáron","Latin capital letter d with stroke":"Latim - letra maiúscula d cortada por um traço","Latin small letter d with stroke":"Latim - letra minúscula d cortada por um traço","Latin capital letter e with macron":"Latim - letra maiúscula e com mácron","Latin small letter e with macron":"Latim - letra minúscula e com mácron","Latin capital letter e with breve":"Latim - letra maiúscula e com breve","Latin small letter e with breve":"Latim - letra minúscula e com breve","Latin capital letter e with dot above":"Latim - letra maiúscula e com um ponto por cima","Latin small letter e with dot above":"Latim - letra minúscula e com um ponto por cima","Latin capital letter e with ogonek":"Latim - letra maiúscula e com ogonek","Latin small letter e with ogonek":"Latim - letra minúscula e com ogonek","Latin capital letter e with caron":"Latim - letra maiúscula e com cáron","Latin small letter e with caron":"Latim - letra minúscula e com cáron","Latin capital letter g with circumflex":"Latim - letra maiúscula g com acento circunflexo","Latin small letter g with circumflex":"Latim - letra minúscula g com acento circunflexo","Latin capital letter g with breve":"Latim - letra maiúscula g com breve","Latin small letter g with breve":"Latim - letra minúscula g com breve","Latin capital letter g with dot above":"Latim - letra maiúscula g com um ponto por cima","Latin small letter g with dot above":"Latim - letra minúscula g com um ponto por cima","Latin capital letter g with cedilla":"Latim - letra maiúscula g com cedilha","Latin small letter g with cedilla":"Latim - letra minúscula g com cedilha","Latin capital letter h with circumflex":"Latim - letra maiúscula h com acento circunflexo","Latin small letter h with circumflex":"Latim - letra minúscula h com acento circunflexo","Latin capital letter h with stroke":"Latim - letra maiúscula h cortada por um traço","Latin small letter h with stroke":"Latim - letra minúscula h cortada por um traço","Latin capital letter i with tilde":"Latim - letra maiúscula i com til","Latin small letter i with tilde":"Latim - letra minúscula i com til","Latin capital letter i with macron":"Latim - letra maiúscula i com mácron","Latin small letter i with macron":"Latim - letra minúscula i com mácron","Latin capital letter i with breve":"Latim - letra maiúscula i com breve","Latin small letter i with breve":"Latim - letra minúscula i com breve","Latin capital letter i with ogonek":"Latim - letra maiúscula i com ogonek","Latin small letter i with ogonek":"Latim - letra minúscula i com ogonek","Latin capital letter i with dot above":"Latim - letra maiúscula i com um ponto por cima","Latin small letter dotless i":"Latim - letra minúscula i, sem ponto","Latin capital ligature ij":"Latim - digrama das letras maiúsculas ligadas ij","Latin small ligature ij":"Latim - digrama das letras minúsculas ligadas ij","Latin capital letter j with circumflex":"Latim - letra maiúscula j com acento circunflexo","Latin small letter j with circumflex":"Latim - letra minúscula j com acento circunflexo","Latin capital letter k with cedilla":"Latim - letra maiúscula k com cedilha","Latin small letter k with cedilla":"Latim - letra minúscula k com cedilha","Latin small letter kra":"Latim - letra minúscula kra (pequeno k)","Latin capital letter l with acute":"Latim - letra maiúscula l com acento agudo","Latin small letter l with acute":"Latim - letra minúscula l com acento agudo","Latin capital letter l with cedilla":"Latim - letra maiúscula l com cedilha","Latin small letter l with cedilla":"Latim - letra minúscula l com cedilha","Latin capital letter l with caron":"Latim - letra maiúscula l com cáron","Latin small letter l with caron":"Latim - letra minúscula l com cáron","Latin capital letter l with middle dot":"Latim - letra maiúscula l com ponto central","Latin small letter l with middle dot":"Latim - letra minúscula l com ponto central","Latin capital letter l with stroke":"Latim - letra maiúscula l cortada por um traço","Latin small letter l with stroke":"Latim - letra minúscula l cortada por um traço","Latin capital letter n with acute":"Latim - letra maiúscula n com acento agudo","Latin small letter n with acute":"Latim - letra minúscula n com acento agudo","Latin capital letter n with cedilla":"Latim - letra maiúscula n com cedilha","Latin small letter n with cedilla":"Latim - letra minúscula n com cedilha","Latin capital letter n with caron":"Latim - letra maiúscula n com cáron","Latin small letter n with caron":"Latim - letra minúscula n com cáron","Latin small letter n preceded by apostrophe":"Latim - letra minúscula n precedida por um apóstrofo","Latin capital letter eng":"Latim - letra maiúscula eng (fonema velar nasal)","Latin small letter eng":"Latim - letra minúscula eng (fonema velar nasal)","Latin capital letter o with macron":"Latim - letra maiúscula o com mácron","Latin small letter o with macron":"Latim - letra minúscula o com mácron","Latin capital letter o with breve":"Latim - letra maiúscula o com breve","Latin small letter o with breve":"Latim - letra minúscula o com breve","Latin capital letter o with double acute":"Latim - letra maiúscula o com acento agudo duplo","Latin small letter o with double acute":"Latim - letra minúscula o com acento agudo duplo","Latin capital ligature oe":"Latim - digrama das letras maiúsculas ligadas oe","Latin small ligature oe":"Latim - digrama das letras minúsculas ligadas oe","Latin capital letter r with acute":"Latim - letra maiúscula r com acento agudo","Latin small letter r with acute":"Latim - letra minúscula r com acento agudo","Latin capital letter r with cedilla":"Latim - letra maiúscula r com cedilha","Latin small letter r with cedilla":"Latim - letra minúscula r com cedilha","Latin capital letter r with caron":"Latim - letra maiúscula r com cáron","Latin small letter r with caron":"Latim - letra minúscula r com cáron","Latin capital letter s with acute":"Latim - letra maiúscula s com acento agudo","Latin small letter s with acute":"Latim - letra minúscula s com acento agudo","Latin capital letter s with circumflex":"Latim - letra maiúscula s com acento circunflexo","Latin small letter s with circumflex":"Latim - letra minúscula s com acento circunflexo","Latin capital letter s with cedilla":"Latim - letra maiúscula s com cedilha","Latin small letter s with cedilla":"Latim - letra minúscula s com cedilha","Latin capital letter s with caron":"Latim - letra maiúscula s com cáron","Latin small letter s with caron":"Latim - letra minúscula s com cáron","Latin capital letter t with cedilla":"Latim - letra maiúscula t com cedilha","Latin small letter t with cedilla":"Latim - letra minúscula t com cedilha","Latin capital letter t with caron":"Latim - letra maiúscula t com cáron","Latin small letter t with caron":"Latim - letra minúscula t com cáron","Latin capital letter t with stroke":"Latim - letra maiúscula t cortada por um traço","Latin small letter t with stroke":"Latim - letra minúscula t cortada por um traço","Latin capital letter u with tilde":"Latim - letra maiúscula u com til","Latin small letter u with tilde":"Latim - letra minúscula u com til","Latin capital letter u with macron":"Latim - letra maiúscula u com mácron","Latin small letter u with macron":"Latim - letra minúscula u com mácron","Latin capital letter u with breve":"Latim - letra maiúscula u com breve","Latin small letter u with breve":"Latim - letra minúscula u com breve","Latin capital letter u with ring above":"Latim - letra maiúscula u com círculo por cima","Latin small letter u with ring above":"Latim - letra minúscula u com círculo por cima","Latin capital letter u with double acute":"Latim - letra maiúscula u com acento agudo duplo","Latin small letter u with double acute":"Latim - letra minúscula u com acento agudo duplo","Latin capital letter u with ogonek":"Latim - letra maiúscula u com ogonek","Latin small letter u with ogonek":"Latim - letra minúscula u com ogonek","Latin capital letter w with circumflex":"Latim - letra maiúscula w com acento circunflexo","Latin small letter w with circumflex":"Latim - letra minúscula w com acento circunflexo","Latin capital letter y with circumflex":"Latim - letra maiúscula y com acento circunflexo","Latin small letter y with circumflex":"Latim - letra minúscula y com acento circunflexo","Latin capital letter y with diaeresis":"Latim - letra maiúscula y com trema","Latin capital letter z with acute":"Latim - letra maiúscula z com acento agudo","Latin small letter z with acute":"Latim - letra minúscula z com acento agudo","Latin capital letter z with dot above":"Latim - letra maiúscula z com um ponto por cima","Latin small letter z with dot above":"Latim - letra minúscula z com um ponto por cima","Latin capital letter z with caron":"Latim - letra maiúscula z com cáron","Latin small letter z with caron":"Latim - letra minúscula z com cáron","Latin small letter long s":"Latim - s prolongado (símbolo do fonema fricativo alveolar surdo)","Less-than sign":"Sinal de menor","Greater-than sign":"Sinal de maior","Less-than or equal to":"Menor que ou igual a","Greater-than or equal to":"Maior que ou igual a","En dash":"Traço","Em dash":"Travessão",Macron:"Mácron",Overline:"Linha sobreposta","Degree sign":"Sinal de grau","Minus sign":"Sinal de subtração","Plus-minus sign":"Sinal de adição-subtração","Division sign":"Sinal de divisão","Fraction slash":"Barra de fração","Multiplication sign":"Sinal de multiplicação","Latin small letter f with hook":"Latim - letra minúscula f com gancho",Integral:"Inteiro","N-ary summation":"N-ésimo somatório",Infinity:"Infinito","Square root":"Raiz quadrada","Tilde operator":"Operador de til","Approximately equal to":"Aproximadamente igual a","Almost equal to":"Quase igual a","Not equal to":"Diferente de","Identical to":"Idêntico a","Element of":"Elemento de","Not an element of":"Não é um elemento de","Contains as member":"Contém como membro","N-ary product":"N-ésimo produto","Logical and":"E lógico","Logical or":"Ou lógico","Not sign":"Sinal de negação",Intersection:"Interseção",Union:"União","Partial differential":"Diferencial parcial","For all":"Para todo","There exists":"Existe","Empty set":"Conjunto vazio",Nabla:"Nabla","Asterisk operator":"Operador asterisco","Proportional to":"Proporcional a",Angle:"Ângulo","Vulgar fraction one quarter":"Fração comum - um quarto","Vulgar fraction one half":"Fração comum - um meio","Vulgar fraction three quarters":"Fração comum - três quartos","Single left-pointing angle quotation mark":"Plica esquerda em ângulo","Single right-pointing angle quotation mark":"Plica direita em ângulo","Left-pointing double angle quotation mark":"Aspas esquerdas em ângulo","Right-pointing double angle quotation mark":"Aspas direitas em ângulo","Left single quotation mark":"Plica esquerda","Right single quotation mark":"Plica direita","Left double quotation mark":"Aspas esquerdas","Right double quotation mark":"Aspas direitas","Single low-9 quotation mark":"Plica curva inferior","Double low-9 quotation mark":"Aspas curvas inferiores","Inverted exclamation mark":"Ponto de exclamação invertido","Inverted question mark":"Ponto de interrogação invertido","Two dot leader":"Dois pontos de seguimento","Horizontal ellipsis":"Reticências horizontais","Double dagger":"Óbelo duplo","Per mille sign":"Sinal de permilagem","Per ten thousand sign":"Razão de um para dez mil","Double exclamation mark":"Ponto de exclamação duplo","Question exclamation mark":"Sinal de exclamação interrogativa","Exclamation question mark":"Sinal de interrogação exclamativa","Double question mark":"Duplo ponto de interrogação","Copyright sign":"Sinal de copyright","Registered sign":"Sinal de registado","Trade mark sign":"Sinal de marca comercial","Section sign":"Sinal de secção","Paragraph sign":"Sinal de parágrafo","Reversed paragraph sign":"Sinal de parágrafo invertido","Character categories":"Categorias de carateres",Styles:"Estilos","Multiple styles":"Vários estilos","Block styles":"Estilos de blocos","Text styles":"Estilos de texto","Insert table":"Inserir tabela","Header column":"Coluna de cabeçalho","Insert column left":"Inserir coluna à esquerda","Insert column right":"Inserir coluna à direita","Delete column":"Eliminar coluna","Select column":"Selecionar coluna",Column:"Coluna","Header row":"Filha de cabeçalho","Insert row below":"Inserir fila abaixo","Insert row above":"Inserir fila acima","Delete row":"Eliminar fila","Select row":"Selecionar fila",Row:"Fila","Merge cell up":"Unir célula acima","Merge cell right":"Unir célula à direita","Merge cell down":"Unir célula abaixo","Merge cell left":"Unir célula à esquerda","Split cell vertically":"Dividir célula verticalmente","Split cell horizontally":"Dividir célula horizontalmente","Merge cells":"Fundir células","Table toolbar":"Barra de ferramentas da tabela","Table properties":"Propriedades da tabela","Cell properties":"Propriedades da célula",Border:"Limite",Style:"Estilo",Width:"Largura",Height:"Altura",Color:"Cor",Background:"Fundo",Padding:"Enchimento",Dimensions:"Dimensões","Table cell text alignment":"Alinhamento de texto das células da tabela",Alignment:"Alinhamento","Horizontal text alignment toolbar":"Barra de ferramentas do alinhamento horizontal de texto","Vertical text alignment toolbar":"Barra de ferramentas do alinhamento vertical de texto","Table alignment toolbar":"Barra de ferramentas do alinhamento da tabela",None:"Nenhum",Solid:"Sólido",Dotted:"Pontilhado",Dashed:"Tracejado",Double:"Duplo",Groove:"Sulcos",Ridge:"Rebordo",Inset:"Interior",Outset:"Exterior","Align cell text to the left":"Alinhar texto da célula à esquerda","Align cell text to the center":"Alinhar texto da célula ao centro","Align cell text to the right":"Alinhar texto da célula à direita","Justify cell text":"Justificar texto da célula","Align cell text to the top":"Alinhar texto da célula no topo","Align cell text to the middle":"Alinhar texto da célula ao meio","Align cell text to the bottom":"Alinhar texto da célula no fundo","Align table to the left":"Alinhar tabela à esquerda","Center table":"Centrar tabela","Align table to the right":"Alinhar tabela à direita","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"A cor é inválida. Tente \"#FF0000\" ou \"rgb(255,0,0)\" ou \"vermelho\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"O valor é inválido. Tente \"10px\" ou \"2em\" ou simplesmente \"2\".","Color picker":"Selecionador de cor","Toggle caption off":"Desativar legenda","Toggle caption on":"Ativar legenda","Enter table caption":"Introduzir legenda da tabela","Rich Text Editor":"Editor de texto avançado","Editor editing area: %0":"Área de edição do editor: %0","Edit block":"Editar bloco",Next:"Seguinte",Previous:"Anterior","Editor toolbar":"Barra de ferramentas do editor","Dropdown toolbar":"Barra de ferramentas do dropdown",Black:"Preto","Dim grey":"Cinzento-escuro",Grey:"Cinzento","Light grey":"Cinzento-claro",White:"Branco",Red:"Vermelho",Orange:"Laranja",Yellow:"Amarelo","Light green":"Verde-claro",Green:"Verde",Aquamarine:"Verde-azulado",Turquoise:"Turquesa","Light blue":"Azul-claro",Blue:"Azul",Purple:"Roxo","Editor block content toolbar":"Barra de ferramentas de edição do conteúdo de blocos","Editor contextual toolbar":"Barra de ferramentas contextual de edição",HEX:"",Undo:"Desfazer",Redo:"Refazer","Upload in progress":"Carregamento em progresso","Widget toolbar":"Barra de ferramentas do widget","Insert paragraph before block":"Inserir parágrafo antes do bloco","Insert paragraph after block":"Inserir parágrafo após o bloco","Press Enter to type after or press Shift + Enter to type before the widget":"Prima Enter para escrever depois ou Shift + Enter para escrever antes do widget","Words: %0":"Palavras: %0","Characters: %0":"Caracteres: %0"} );l.getPluralForm=function(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['pt'] = d['pt'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Alinhar à esquerda","Align right":"Alinhar à direita","Align center":"Alinhar ao centro",Justify:"Justificar","Text alignment":"Alinhamento de texto","Text alignment toolbar":"Barra de alinhamento de texto",Bold:"Negrito",Italic:"Itálico",Underline:"Sublinhado",Code:"Código",Strikethrough:"Riscado",Subscript:"Subscrito",Superscript:"Sobrescrito","Block quote":"Bloco de citação","Insert code block":"Inserir bloco de citação","Plain text":"Texto simples",Cancel:"Cancelar","Remove color":"Remover cor","Restore default":"Restaurar predefinição",Save:"Guardar","Show more items":"Mostrar mais itens","%0 of %1":"%0 de %1","Cannot upload file:":"Não foi possível carregar o ficheiro:","Rich Text Editor. Editing area: %0":"Editor de Texto Formatado. Área de edição: %0","Find and replace":"Encontrar e substituir","Find in text…":"Encontrar no texto...",Find:"Encontrar","Previous result":"Resultado anterior","Next result":"Próximo resultado",Replace:"Substituir","Replace all":"Substituir todos","Match case":"Corresponder maiúsculas/minúsculas","Whole words only":"Apenas palavras inteiras","Replace with…":"Substituir com...","Text to find must not be empty.":"O texto a pesquisar não pode estar vazio.","Tip: Find some text first in order to replace it.":"Dica: Encontre algum texto primeiro para poder substituí-lo.","Show options":"Mostrar opções",Paragraph:"Parágrafo",Heading:"Cabeçalho","Choose heading":"Escolher cabeçalho","Heading 1":"Cabeçalho 1","Heading 2":"Cabeçalho 2","Heading 3":"Cabeçalho 3","Heading 4":"Cabeçalho 4","Heading 5":"Cabeçalho 5","Heading 6":"Cabeçalho 6","Type your title":"Introduza o seu título","Type or paste your content here.":"Digite ou cole o seu conteúdo aqui.","Horizontal line":"Linha horizontal","HTML object":"Objeto HTML","Increase indent":"Aumentar indentação","Decrease indent":"Diminuir indentação",Unlink:"Desligar",Link:"Hiperligação","Link URL":"URL da ligação","Link image":"Adicionar link a imagem","Edit link":"Editar link","Open link in new tab":"Abrir link num novo separador","This link has no URL":"Este link não tem URL","Open in a new tab":"Abrir num novo separador",Downloadable:"Descarregável","Numbered List":"Lista ordenada","Bulleted List":"Lista não ordenada","To-do List":"Lista de Afazeres","Bulleted list styles toolbar":"Barra de ferramentas de estilos de lista de itens","Numbered list styles toolbar":"Barra de ferramentas de estilos de lista numerada","Toggle the disc list style":"Ativar o estilo de lista de discos","Toggle the circle list style":"Ativar o estilo de lista de círculos","Toggle the square list style":"Ativar o estilo de lista de quadrados","Toggle the decimal list style":"Ativar o estilo de lista decimal","Toggle the decimal with leading zero list style":"Ativar o estilo de lista decimal com zero inicial","Toggle the lower–roman list style":"Ativar o estilo de lista de números romanos minúsculos","Toggle the upper–roman list style":"Ativar o estilo de lista de números romanos maiúsculos","Toggle the lower–latin list style":"Ativar o estilo de lista de latim minúsculo","Toggle the upper–latin list style":"Ativar o estilo de lista de latim maiúsculo",Disc:"Disco",Circle:"Círculo",Square:"Quadrado",Decimal:"Decimal","Decimal with leading zero":"Decimal com zero inicial","Lower–roman":"Romano minúsculo","Upper-roman":"Romano maiúsculo","Lower-latin":"Latim minúsculo","Upper-latin":"Latim maiúsculo","List properties":"Propriedades da lista","Start at":"Começa em","Start index must be greater than 0.":"O índice inicial tem de ser superior a 0.","Reversed order":"Ordem invertida","Remove Format":"Remover formatação","Select all":"Selecionar todos","Show blocks":"Mostrar blocos",Source:"Fonte","Special characters":"Carateres especiais",All:"Todos",Arrows:"Setas",Currency:"Moeda",Latin:"Latinos",Mathematical:"Matemáticos",Text:"Texto","leftwards simple arrow":"seta simples para a esquerda","rightwards simple arrow":"seta simples para a direita","upwards simple arrow":"seta simples para cima","downwards simple arrow":"seta simples para baixo","leftwards double arrow":"seta dupla para a esquerda","rightwards double arrow":"seta dupla para a direita","upwards double arrow":"seta dupla para cima","downwards double arrow":"seta dupla para baixo","leftwards dashed arrow":"seta tracejada para a esquerda","rightwards dashed arrow":"seta tracejada para a direita","upwards dashed arrow":"seta tracejada para cima","downwards dashed arrow":"seta tracejada para baixo","leftwards arrow to bar":"seta para a esquerda contra uma barra","rightwards arrow to bar":"seta para a direita contra uma barra","upwards arrow to bar":"seta para cima contra uma barra","downwards arrow to bar":"seta para baixo contra uma barra","up down arrow with base":"seta bidirecional vertical com base","back with leftwards arrow above":"\"back\" com seta para a esquerda em cima","end with leftwards arrow above":"\"end\" com seta para a esquerda em cima","on with exclamation mark with left right arrow above":"\"on\" com sinal de exclamação com seta para a direita e para a esquerda em cima","soon with rightwards arrow above":"\"soon\" com seta para a direita em cima","top with upwards arrow above":"\"Top\" com seta para cima em cima","Dollar sign":"Cifrão","Euro sign":"Sinal de euro","Yen sign":"Sinal de iene","Pound sign":"Sinal de libra","Cent sign":"Sinal de cêntimo","Euro-currency sign":"Sinal monetário do euro","Colon sign":"Sinal de colombo","Cruzeiro sign":"Sinal de cruzeiro","French franc sign":"Sinal de franco francês","Lira sign":"Sinal de lira","Currency sign":"Sinal monetário","Bitcoin sign":"Sinal de bitcoin","Mill sign":"Sinal de mill","Naira sign":"Sinal de naira","Peseta sign":"Sinal de peseta","Rupee sign":"Sinal de rupia","Won sign":"Sinal de won","New sheqel sign":"Sinal de novo sheqel","Dong sign":"Sinal de dong","Kip sign":"Sinal de kip","Tugrik sign":"Sinal de tugrique","Drachma sign":"Sinal de dracma","German penny sign":"Sinal de fénigue alemão","Peso sign":"Sinal de peso","Guarani sign":"Sinal de guarani","Austral sign":"Sinal de austral","Hryvnia sign":"Sinal de grívnia","Cedi sign":"Sinal de cedi","Livre tournois sign":"Sinal de libra de tours","Spesmilo sign":"Sinal de spesmilo","Tenge sign":"Sinal de tengue","Indian rupee sign":"Sinal de rupia indiana","Turkish lira sign":"Sinal de lira turca","Nordic mark sign":"Sinal de marca nórdica","Manat sign":"Sinal de manat","Ruble sign":"Sinal de rublo","Latin capital letter a with macron":"Latim - letra maiúscula a com mácron","Latin small letter a with macron":"Latim - letra minúscula a com mácron","Latin capital letter a with breve":"Latim - letra maiúscula a com breve","Latin small letter a with breve":"Latim - letra minúscula a com breve","Latin capital letter a with ogonek":"Latim - letra maiúscula a com ogonek","Latin small letter a with ogonek":"Latim - letra minúscula a com ogonek","Latin capital letter c with acute":"Latim - letra maiúscula c com acento agudo","Latin small letter c with acute":"Latim - letra minúscula c com acento agudo","Latin capital letter c with circumflex":"Latim - letra maiúscula c com acento circunflexo","Latin small letter c with circumflex":"Latim - letra minúscula c com acento circunflexo","Latin capital letter c with dot above":"Latim - letra maiúscula c com um ponto por cima","Latin small letter c with dot above":"Latim - letra minúscula c com um ponto por cima","Latin capital letter c with caron":"Latim - letra maiúscula c com cáron","Latin small letter c with caron":"Latim - letra minúscula c com cáron","Latin capital letter d with caron":"Latim - letra maiúscula d com cáron","Latin small letter d with caron":"Latim - letra minúscula d com cáron","Latin capital letter d with stroke":"Latim - letra maiúscula d cortada por um traço","Latin small letter d with stroke":"Latim - letra minúscula d cortada por um traço","Latin capital letter e with macron":"Latim - letra maiúscula e com mácron","Latin small letter e with macron":"Latim - letra minúscula e com mácron","Latin capital letter e with breve":"Latim - letra maiúscula e com breve","Latin small letter e with breve":"Latim - letra minúscula e com breve","Latin capital letter e with dot above":"Latim - letra maiúscula e com um ponto por cima","Latin small letter e with dot above":"Latim - letra minúscula e com um ponto por cima","Latin capital letter e with ogonek":"Latim - letra maiúscula e com ogonek","Latin small letter e with ogonek":"Latim - letra minúscula e com ogonek","Latin capital letter e with caron":"Latim - letra maiúscula e com cáron","Latin small letter e with caron":"Latim - letra minúscula e com cáron","Latin capital letter g with circumflex":"Latim - letra maiúscula g com acento circunflexo","Latin small letter g with circumflex":"Latim - letra minúscula g com acento circunflexo","Latin capital letter g with breve":"Latim - letra maiúscula g com breve","Latin small letter g with breve":"Latim - letra minúscula g com breve","Latin capital letter g with dot above":"Latim - letra maiúscula g com um ponto por cima","Latin small letter g with dot above":"Latim - letra minúscula g com um ponto por cima","Latin capital letter g with cedilla":"Latim - letra maiúscula g com cedilha","Latin small letter g with cedilla":"Latim - letra minúscula g com cedilha","Latin capital letter h with circumflex":"Latim - letra maiúscula h com acento circunflexo","Latin small letter h with circumflex":"Latim - letra minúscula h com acento circunflexo","Latin capital letter h with stroke":"Latim - letra maiúscula h cortada por um traço","Latin small letter h with stroke":"Latim - letra minúscula h cortada por um traço","Latin capital letter i with tilde":"Latim - letra maiúscula i com til","Latin small letter i with tilde":"Latim - letra minúscula i com til","Latin capital letter i with macron":"Latim - letra maiúscula i com mácron","Latin small letter i with macron":"Latim - letra minúscula i com mácron","Latin capital letter i with breve":"Latim - letra maiúscula i com breve","Latin small letter i with breve":"Latim - letra minúscula i com breve","Latin capital letter i with ogonek":"Latim - letra maiúscula i com ogonek","Latin small letter i with ogonek":"Latim - letra minúscula i com ogonek","Latin capital letter i with dot above":"Latim - letra maiúscula i com um ponto por cima","Latin small letter dotless i":"Latim - letra minúscula i, sem ponto","Latin capital ligature ij":"Latim - digrama das letras maiúsculas ligadas ij","Latin small ligature ij":"Latim - digrama das letras minúsculas ligadas ij","Latin capital letter j with circumflex":"Latim - letra maiúscula j com acento circunflexo","Latin small letter j with circumflex":"Latim - letra minúscula j com acento circunflexo","Latin capital letter k with cedilla":"Latim - letra maiúscula k com cedilha","Latin small letter k with cedilla":"Latim - letra minúscula k com cedilha","Latin small letter kra":"Latim - letra minúscula kra (pequeno k)","Latin capital letter l with acute":"Latim - letra maiúscula l com acento agudo","Latin small letter l with acute":"Latim - letra minúscula l com acento agudo","Latin capital letter l with cedilla":"Latim - letra maiúscula l com cedilha","Latin small letter l with cedilla":"Latim - letra minúscula l com cedilha","Latin capital letter l with caron":"Latim - letra maiúscula l com cáron","Latin small letter l with caron":"Latim - letra minúscula l com cáron","Latin capital letter l with middle dot":"Latim - letra maiúscula l com ponto central","Latin small letter l with middle dot":"Latim - letra minúscula l com ponto central","Latin capital letter l with stroke":"Latim - letra maiúscula l cortada por um traço","Latin small letter l with stroke":"Latim - letra minúscula l cortada por um traço","Latin capital letter n with acute":"Latim - letra maiúscula n com acento agudo","Latin small letter n with acute":"Latim - letra minúscula n com acento agudo","Latin capital letter n with cedilla":"Latim - letra maiúscula n com cedilha","Latin small letter n with cedilla":"Latim - letra minúscula n com cedilha","Latin capital letter n with caron":"Latim - letra maiúscula n com cáron","Latin small letter n with caron":"Latim - letra minúscula n com cáron","Latin small letter n preceded by apostrophe":"Latim - letra minúscula n precedida por um apóstrofo","Latin capital letter eng":"Latim - letra maiúscula eng (fonema velar nasal)","Latin small letter eng":"Latim - letra minúscula eng (fonema velar nasal)","Latin capital letter o with macron":"Latim - letra maiúscula o com mácron","Latin small letter o with macron":"Latim - letra minúscula o com mácron","Latin capital letter o with breve":"Latim - letra maiúscula o com breve","Latin small letter o with breve":"Latim - letra minúscula o com breve","Latin capital letter o with double acute":"Latim - letra maiúscula o com acento agudo duplo","Latin small letter o with double acute":"Latim - letra minúscula o com acento agudo duplo","Latin capital ligature oe":"Latim - digrama das letras maiúsculas ligadas oe","Latin small ligature oe":"Latim - digrama das letras minúsculas ligadas oe","Latin capital letter r with acute":"Latim - letra maiúscula r com acento agudo","Latin small letter r with acute":"Latim - letra minúscula r com acento agudo","Latin capital letter r with cedilla":"Latim - letra maiúscula r com cedilha","Latin small letter r with cedilla":"Latim - letra minúscula r com cedilha","Latin capital letter r with caron":"Latim - letra maiúscula r com cáron","Latin small letter r with caron":"Latim - letra minúscula r com cáron","Latin capital letter s with acute":"Latim - letra maiúscula s com acento agudo","Latin small letter s with acute":"Latim - letra minúscula s com acento agudo","Latin capital letter s with circumflex":"Latim - letra maiúscula s com acento circunflexo","Latin small letter s with circumflex":"Latim - letra minúscula s com acento circunflexo","Latin capital letter s with cedilla":"Latim - letra maiúscula s com cedilha","Latin small letter s with cedilla":"Latim - letra minúscula s com cedilha","Latin capital letter s with caron":"Latim - letra maiúscula s com cáron","Latin small letter s with caron":"Latim - letra minúscula s com cáron","Latin capital letter t with cedilla":"Latim - letra maiúscula t com cedilha","Latin small letter t with cedilla":"Latim - letra minúscula t com cedilha","Latin capital letter t with caron":"Latim - letra maiúscula t com cáron","Latin small letter t with caron":"Latim - letra minúscula t com cáron","Latin capital letter t with stroke":"Latim - letra maiúscula t cortada por um traço","Latin small letter t with stroke":"Latim - letra minúscula t cortada por um traço","Latin capital letter u with tilde":"Latim - letra maiúscula u com til","Latin small letter u with tilde":"Latim - letra minúscula u com til","Latin capital letter u with macron":"Latim - letra maiúscula u com mácron","Latin small letter u with macron":"Latim - letra minúscula u com mácron","Latin capital letter u with breve":"Latim - letra maiúscula u com breve","Latin small letter u with breve":"Latim - letra minúscula u com breve","Latin capital letter u with ring above":"Latim - letra maiúscula u com círculo por cima","Latin small letter u with ring above":"Latim - letra minúscula u com círculo por cima","Latin capital letter u with double acute":"Latim - letra maiúscula u com acento agudo duplo","Latin small letter u with double acute":"Latim - letra minúscula u com acento agudo duplo","Latin capital letter u with ogonek":"Latim - letra maiúscula u com ogonek","Latin small letter u with ogonek":"Latim - letra minúscula u com ogonek","Latin capital letter w with circumflex":"Latim - letra maiúscula w com acento circunflexo","Latin small letter w with circumflex":"Latim - letra minúscula w com acento circunflexo","Latin capital letter y with circumflex":"Latim - letra maiúscula y com acento circunflexo","Latin small letter y with circumflex":"Latim - letra minúscula y com acento circunflexo","Latin capital letter y with diaeresis":"Latim - letra maiúscula y com trema","Latin capital letter z with acute":"Latim - letra maiúscula z com acento agudo","Latin small letter z with acute":"Latim - letra minúscula z com acento agudo","Latin capital letter z with dot above":"Latim - letra maiúscula z com um ponto por cima","Latin small letter z with dot above":"Latim - letra minúscula z com um ponto por cima","Latin capital letter z with caron":"Latim - letra maiúscula z com cáron","Latin small letter z with caron":"Latim - letra minúscula z com cáron","Latin small letter long s":"Latim - s prolongado (símbolo do fonema fricativo alveolar surdo)","Less-than sign":"Sinal de menor","Greater-than sign":"Sinal de maior","Less-than or equal to":"Menor que ou igual a","Greater-than or equal to":"Maior que ou igual a","En dash":"Traço","Em dash":"Travessão",Macron:"Mácron",Overline:"Linha sobreposta","Degree sign":"Sinal de grau","Minus sign":"Sinal de subtração","Plus-minus sign":"Sinal de adição-subtração","Division sign":"Sinal de divisão","Fraction slash":"Barra de fração","Multiplication sign":"Sinal de multiplicação","Latin small letter f with hook":"Latim - letra minúscula f com gancho",Integral:"Inteiro","N-ary summation":"N-ésimo somatório",Infinity:"Infinito","Square root":"Raiz quadrada","Tilde operator":"Operador de til","Approximately equal to":"Aproximadamente igual a","Almost equal to":"Quase igual a","Not equal to":"Diferente de","Identical to":"Idêntico a","Element of":"Elemento de","Not an element of":"Não é um elemento de","Contains as member":"Contém como membro","N-ary product":"N-ésimo produto","Logical and":"E lógico","Logical or":"Ou lógico","Not sign":"Sinal de negação",Intersection:"Interseção",Union:"União","Partial differential":"Diferencial parcial","For all":"Para todo","There exists":"Existe","Empty set":"Conjunto vazio",Nabla:"Nabla","Asterisk operator":"Operador asterisco","Proportional to":"Proporcional a",Angle:"Ângulo","Vulgar fraction one quarter":"Fração comum - um quarto","Vulgar fraction one half":"Fração comum - um meio","Vulgar fraction three quarters":"Fração comum - três quartos","Single left-pointing angle quotation mark":"Plica esquerda em ângulo","Single right-pointing angle quotation mark":"Plica direita em ângulo","Left-pointing double angle quotation mark":"Aspas esquerdas em ângulo","Right-pointing double angle quotation mark":"Aspas direitas em ângulo","Left single quotation mark":"Plica esquerda","Right single quotation mark":"Plica direita","Left double quotation mark":"Aspas esquerdas","Right double quotation mark":"Aspas direitas","Single low-9 quotation mark":"Plica curva inferior","Double low-9 quotation mark":"Aspas curvas inferiores","Inverted exclamation mark":"Ponto de exclamação invertido","Inverted question mark":"Ponto de interrogação invertido","Two dot leader":"Dois pontos de seguimento","Horizontal ellipsis":"Reticências horizontais","Double dagger":"Óbelo duplo","Per mille sign":"Sinal de permilagem","Per ten thousand sign":"Razão de um para dez mil","Double exclamation mark":"Ponto de exclamação duplo","Question exclamation mark":"Sinal de exclamação interrogativa","Exclamation question mark":"Sinal de interrogação exclamativa","Double question mark":"Duplo ponto de interrogação","Copyright sign":"Sinal de copyright","Registered sign":"Sinal de registado","Trade mark sign":"Sinal de marca comercial","Section sign":"Sinal de secção","Paragraph sign":"Sinal de parágrafo","Reversed paragraph sign":"Sinal de parágrafo invertido","Character categories":"Categorias de carateres",Styles:"Estilos","Multiple styles":"Vários estilos","Block styles":"Estilos de blocos","Text styles":"Estilos de texto","Insert table":"Inserir tabela","Header column":"Coluna de cabeçalho","Insert column left":"Inserir coluna à esquerda","Insert column right":"Inserir coluna à direita","Delete column":"Eliminar coluna","Select column":"Selecionar coluna",Column:"Coluna","Header row":"Filha de cabeçalho","Insert row below":"Inserir fila abaixo","Insert row above":"Inserir fila acima","Delete row":"Eliminar fila","Select row":"Selecionar fila",Row:"Fila","Merge cell up":"Unir célula acima","Merge cell right":"Unir célula à direita","Merge cell down":"Unir célula abaixo","Merge cell left":"Unir célula à esquerda","Split cell vertically":"Dividir célula verticalmente","Split cell horizontally":"Dividir célula horizontalmente","Merge cells":"Fundir células","Table toolbar":"Barra de ferramentas da tabela","Table properties":"Propriedades da tabela","Cell properties":"Propriedades da célula",Border:"Limite",Style:"Estilo",Width:"Largura",Height:"Altura",Color:"Cor",Background:"Fundo",Padding:"Enchimento",Dimensions:"Dimensões","Table cell text alignment":"Alinhamento de texto das células da tabela",Alignment:"Alinhamento","Horizontal text alignment toolbar":"Barra de ferramentas do alinhamento horizontal de texto","Vertical text alignment toolbar":"Barra de ferramentas do alinhamento vertical de texto","Table alignment toolbar":"Barra de ferramentas do alinhamento da tabela",None:"Nenhum",Solid:"Sólido",Dotted:"Pontilhado",Dashed:"Tracejado",Double:"Duplo",Groove:"Sulcos",Ridge:"Rebordo",Inset:"Interior",Outset:"Exterior","Align cell text to the left":"Alinhar texto da célula à esquerda","Align cell text to the center":"Alinhar texto da célula ao centro","Align cell text to the right":"Alinhar texto da célula à direita","Justify cell text":"Justificar texto da célula","Align cell text to the top":"Alinhar texto da célula no topo","Align cell text to the middle":"Alinhar texto da célula ao meio","Align cell text to the bottom":"Alinhar texto da célula no fundo","Align table to the left":"Alinhar tabela à esquerda","Center table":"Centrar tabela","Align table to the right":"Alinhar tabela à direita","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"A cor é inválida. Tente \"#FF0000\" ou \"rgb(255,0,0)\" ou \"vermelho\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"O valor é inválido. Tente \"10px\" ou \"2em\" ou simplesmente \"2\".","Color picker":"Selecionador de cor","Toggle caption off":"Desativar legenda","Toggle caption on":"Ativar legenda","Enter table caption":"Introduzir legenda da tabela","Rich Text Editor":"Editor de texto avançado","Editor editing area: %0":"Área de edição do editor: %0","Edit block":"Editar bloco",Next:"Seguinte",Previous:"Anterior","Editor toolbar":"Barra de ferramentas do editor","Dropdown toolbar":"Barra de ferramentas do dropdown",Black:"Preto","Dim grey":"Cinzento-escuro",Grey:"Cinzento","Light grey":"Cinzento-claro",White:"Branco",Red:"Vermelho",Orange:"Laranja",Yellow:"Amarelo","Light green":"Verde-claro",Green:"Verde",Aquamarine:"Verde-azulado",Turquoise:"Turquesa","Light blue":"Azul-claro",Blue:"Azul",Purple:"Roxo","Editor block content toolbar":"Barra de ferramentas de edição do conteúdo de blocos","Editor contextual toolbar":"Barra de ferramentas contextual de edição",HEX:"HEX",Accept:"Aceitar",Undo:"Desfazer",Redo:"Refazer","Upload in progress":"Carregamento em progresso","Widget toolbar":"Barra de ferramentas do widget","Insert paragraph before block":"Inserir parágrafo antes do bloco","Insert paragraph after block":"Inserir parágrafo após o bloco","Press Enter to type after or press Shift + Enter to type before the widget":"Prima Enter para escrever depois ou Shift + Enter para escrever antes do widget","Words: %0":"Palavras: %0","Characters: %0":"Caracteres: %0"} );l.getPluralForm=function(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ro.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ro.js index 6e23089bf20f..96f1f7b033e1 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ro.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ro.js @@ -1 +1 @@ -(function(d){ const l = d['ro'] = d['ro'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Aliniază la stânga","Align right":"Aliniază la dreapta","Align center":"Aliniază la centru",Justify:"Aliniază stânga-dreapta","Text alignment":"Aliniere text","Text alignment toolbar":"Bara aliniere text",Bold:"Îngroșat",Italic:"Cursiv",Underline:"Subliniat",Code:"Cod",Strikethrough:"Tăiere text cu o linie",Subscript:"Indice",Superscript:"Exponent","Block quote":"Bloc citat","Insert code block":"Inserează un bloc code","Plain text":"Text simplu",Cancel:"Anulare","Remove color":"Șterge culoare","Restore default":"Reface la default",Save:"Salvare","Show more items":"Arată mai multe elemente","%0 of %1":"%0 din %1","Cannot upload file:":"Nu se poate încărca fișierul:","Rich Text Editor. Editing area: %0":"Editor Rich Text. Zonă editare: %0","Find and replace":"Găsire și înlocuire","Find in text…":"Găsire în text...",Find:"Găsire","Previous result":"Rezultatul anterior","Next result":"Rezultatul următor",Replace:"Înlocuire","Replace all":"Înlocuire toate","Match case":"Potrivire litere mari și mici","Whole words only":"Doar cuvinte întregi","Replace with…":"Înlocuire cu...","Text to find must not be empty.":"„Text de găsit” nu poate fi lăsat gol.","Tip: Find some text first in order to replace it.":"Sfat: Mai întâi găsiți textul pentru a-l înlocui.","Show options":"Afișare opțiuni",Paragraph:"Paragraf",Heading:"Titlu","Choose heading":"Alege titlu","Heading 1":"Titlu 1","Heading 2":"Titlu 2","Heading 3":"Titlu 3","Heading 4":"Titlu 4","Heading 5":"Titlu 5","Heading 6":"Titlu 6","Type your title":"Scrie titlul tău","Type or paste your content here.":"Scrie sau inserează aici conținutul tău","Horizontal line":"Linie orizontală","HTML object":"Obiect HTML","Increase indent":"Mărește indent","Decrease indent":"Micșorează indent",Unlink:"Șterge link",Link:"Link","Link URL":"Link URL","Link image":"Link imagine","Edit link":"Modifică link","Open link in new tab":"Deschide link în tab nou","This link has no URL":"Acest link nu are niciun URL","Open in a new tab":"Deschide în tab nou",Downloadable:"Descărcabil","Numbered List":"Listă numerotată","Bulleted List":"Listă cu puncte","To-do List":"Listă cu activități","Bulleted list styles toolbar":"Toolbar Listă cu puncte","Numbered list styles toolbar":"Toolbar Listă numerotată","Toggle the disc list style":"Comutați stilul la lista cu discuri","Toggle the circle list style":"Comutați stilul la lista cu cercuri","Toggle the square list style":"Comutați stilul la lista cu pătrate","Toggle the decimal list style":"Comutați stilul la lista cu numere","Toggle the decimal with leading zero list style":"Comutați stilul la lista cu numere cu zero la început","Toggle the lower–roman list style":"Comutați stilul la lista cu litere mici romane","Toggle the upper–roman list style":"Comutați stilul la lista cu litere mari romane","Toggle the lower–latin list style":"Comutați stilul la lista cu litere mici latine","Toggle the upper–latin list style":"Comutați stilul la lista cu litere mari latine",Disc:"Disc",Circle:"Cerc",Square:"Pătrat",Decimal:"Număr","Decimal with leading zero":"Număr cu zero la început ","Lower–roman":"Litere mici romane","Upper-roman":"Litere mari romane","Lower-latin":"Litere mici latine","Upper-latin":"Litere mari latine","List properties":"Proprietăți listă","Start at":"Începe de la","Start index must be greater than 0.":"Indexul de pornire trebuie să fie mai mare de 0.","Reversed order":"Ordine inversată","Remove Format":"Șterge formatare","Select all":"Selectează-le pe toate",Source:"Sursă","Special characters":"Caractere speciale",All:"Toate",Arrows:"Săgeți",Currency:"Monedă",Latin:"Latină",Mathematical:"Matematic",Text:"Text","leftwards simple arrow":"săgeată simplă spre stânga","rightwards simple arrow":"săgeată simplă spre dreapta","upwards simple arrow":"săgeată simplă în sus","downwards simple arrow":"săgeată simplă în jos","leftwards double arrow":"săgeată dublă spre stânga","rightwards double arrow":"săgeată dublă spre dreapta","upwards double arrow":"săgeată dublă în sus","downwards double arrow":"săgeată dublă în jos","leftwards dashed arrow":"săgeată la stânga cu linie întreruptă","rightwards dashed arrow":"săgeată la dreapta cu linie întreruptă","upwards dashed arrow":"săgeată în sus cu linie întreruptă","downwards dashed arrow":"săgeată în jos cu linie întreruptă","leftwards arrow to bar":"săgeată la stânga spre bară","rightwards arrow to bar":"săgeată la dreapta spre bară","upwards arrow to bar":"săgeată în sus spre bară","downwards arrow to bar":"săgeată în jos spre bară","up down arrow with base":"săgeată în sus și în jos cu linie de bază","back with leftwards arrow above":"înapoi cu săgeată spre stânga deasupra","end with leftwards arrow above":"sfârșit cu săgeată spre stânga deasupra","on with exclamation mark with left right arrow above":"„on” cu semn de exclamare și săgeată spre stânga deasupra","soon with rightwards arrow above":"„soon” cu săgeată spre dreapta deasupra","top with upwards arrow above":"„top” cu săgeată în sus deasupra","Dollar sign":"Simbolul dolarului","Euro sign":"Simbolul euro","Yen sign":"Simbolul yenului","Pound sign":"Simbolul lirei sterline","Cent sign":"Simbolul pentru cent","Euro-currency sign":"Simbolul monedei euro","Colon sign":"Două puncte","Cruzeiro sign":"Simbolul pentru cruzeiro","French franc sign":"Simbolul pentru francul francez","Lira sign":"Simbolul pentru liră","Currency sign":"Simbolul pentru valută","Bitcoin sign":"Simbolul pentru Bitcoin","Mill sign":"Simbolul pentru mill","Naira sign":"Simbolul pentru naira","Peseta sign":"Simbolul pentru peseta","Rupee sign":"Simbolul pentru rupie","Won sign":"Simbolul pentru won","New sheqel sign":"Simbolul pentru shekelul nou","Dong sign":"Simbolul pentru dong","Kip sign":"Simbolul pentru kip","Tugrik sign":"Simbolul pentru tugrik","Drachma sign":"Simbolul pentru drahmă","German penny sign":"Simbolul pentru pfenigul german","Peso sign":"Simbolul pentru peso","Guarani sign":"Simbolul pentru guarani","Austral sign":"Simbolul pentru austral","Hryvnia sign":"Simbolul pentru grivnă (hrivnă)","Cedi sign":"Simbolul pentru cedi","Livre tournois sign":"Simbolul pentru livra tournois","Spesmilo sign":"Simbolul pentru spesmilo","Tenge sign":"Simbolul pentru tenge","Indian rupee sign":"Simbolul pentru rupia indiană","Turkish lira sign":"Simbolul pentru lira turcească","Nordic mark sign":"Simbolul pentru marca nordică","Manat sign":"Simbolul pentru manat","Ruble sign":"Simbolul pentru rublă","Latin capital letter a with macron":"Litera A majusculă cu macron","Latin small letter a with macron":"Litera A minusculă cu macron","Latin capital letter a with breve":"Litera A majusculă cu breve („căciulă”)","Latin small letter a with breve":"Litera A minusculă cu breve („căciulă”)","Latin capital letter a with ogonek":"Litera A majusculă cu codiță (ogonek)","Latin small letter a with ogonek":"Litera A minusculă cu codiță (ogonek)","Latin capital letter c with acute":"Litera C majusculă cu accent ascuțit","Latin small letter c with acute":"Litera C minusculă cu accent ascuțit","Latin capital letter c with circumflex":"Litera C majusculă cu accent circumflex","Latin small letter c with circumflex":"Litera C minusculă cu accent circumflex","Latin capital letter c with dot above":"Litera C majusculă cu punct deasupra","Latin small letter c with dot above":"Litera C minusculă cu punct deasupra","Latin capital letter c with caron":"Litera C majusculă cu caron (circumflex inversat)","Latin small letter c with caron":"Litera C minusculă cu caron (circumflex inversat)","Latin capital letter d with caron":"Litera D majusculă cu caron (circumflex inversat)","Latin small letter d with caron":"Litera D minusculă cu caron (circumflex inversat)","Latin capital letter d with stroke":"Litera D barată majusculă","Latin small letter d with stroke":"Litera D barată minusculă","Latin capital letter e with macron":"Litera E majusculă cu macron","Latin small letter e with macron":"Litera E minusculă cu macron","Latin capital letter e with breve":"Litera E majusculă cu breve („căciulă”)","Latin small letter e with breve":"Litera E minusculă cu breve („căciulă”)","Latin capital letter e with dot above":"Litera E majusculă cu punct deasupra","Latin small letter e with dot above":"Litera E minusculă cu punct deasupra","Latin capital letter e with ogonek":"Litera E majusculă cu ogonek („codiță”)","Latin small letter e with ogonek":"Litera E minusculă cu ogonek („codiță”)","Latin capital letter e with caron":"Litera E majusculă cu caron (circumflex inversat)","Latin small letter e with caron":"Litera E minusculă cu caron (circumflex inversat)","Latin capital letter g with circumflex":"Litera G majusculă cu accent circumflex","Latin small letter g with circumflex":"Litera G minusculă cu accent circumflex","Latin capital letter g with breve":"Litera G majusculă cu breve („căciulă”)","Latin small letter g with breve":"Litera G minusculă cu breve („căciulă”)","Latin capital letter g with dot above":"Litera G majusculă cu punct deasupra","Latin small letter g with dot above":"Litera G minusculă cu punct deasupra","Latin capital letter g with cedilla":"Litera G majusculă cu sedilă","Latin small letter g with cedilla":"Litera G minusculă cu sedilă","Latin capital letter h with circumflex":"Litera H majusculă cu accent circumflex","Latin small letter h with circumflex":"Litera H minusculă cu accent circumflex","Latin capital letter h with stroke":"Litera H barată majusculă","Latin small letter h with stroke":"Litera H barată minusculă","Latin capital letter i with tilde":"Litera I majusculă cu tildă","Latin small letter i with tilde":"Litera I minusculă cu tildă","Latin capital letter i with macron":"Litera I majusculă cu macron","Latin small letter i with macron":"Litera I minusculă cu macron","Latin capital letter i with breve":"Litera I majusculă cu breve („căciulă”)","Latin small letter i with breve":"Litera I minusculă cu breve („căciulă”)","Latin capital letter i with ogonek":"Litera I majusculă cu ogonek („codiță”)","Latin small letter i with ogonek":"Litera I minusculă cu ogonek („codiță”)","Latin capital letter i with dot above":"Litera I majusculă cu punct deasupra","Latin small letter dotless i":"Litera I minusculă fără punct","Latin capital ligature ij":"Ligatură formată din literele majuscule IJ","Latin small ligature ij":"Ligatură formată din literele minuscule IJ","Latin capital letter j with circumflex":"Litera J majusculă cu accent circumflex","Latin small letter j with circumflex":"Litera J minusculă cu accent circumflex","Latin capital letter k with cedilla":"Litera K majusculă cu sedilă","Latin small letter k with cedilla":"Litera K minusculă cu sedilă","Latin small letter kra":"Litera KRA minusculă","Latin capital letter l with acute":"Litera L majusculă cu accent ascuțit","Latin small letter l with acute":"Litera L minusculă cu accent ascuțit","Latin capital letter l with cedilla":"Litera L majusculă cu sedilă","Latin small letter l with cedilla":"Litera L minusculă cu sedilă","Latin capital letter l with caron":"Litera L majusculă cu caron (circumflex inversat)","Latin small letter l with caron":"Litera L minusculă cu caron (circumflex inversat)","Latin capital letter l with middle dot":"Litera L majusculă cu punct median","Latin small letter l with middle dot":"Litera L minusculă cu punct median","Latin capital letter l with stroke":"Litera L majusculă cu bară oblică","Latin small letter l with stroke":"Litera L minusculă cu bară oblică","Latin capital letter n with acute":"Litera N majusculă cu accent ascuțit","Latin small letter n with acute":"Litera N minusculă cu accent ascuțit","Latin capital letter n with cedilla":"Litera N majusculă cu sedilă","Latin small letter n with cedilla":"Litera N minusculă cu sedilă","Latin capital letter n with caron":"Litera N majusculă cu caron (circumflex inversat)","Latin small letter n with caron":"Litera N minusculă cu caron (circumflex inversat)","Latin small letter n preceded by apostrophe":"Litera N minusculă cu apostrof în față","Latin capital letter eng":"Litera ENG majusculă","Latin small letter eng":"Litera ENG minusculă","Latin capital letter o with macron":"Litera O majusculă cu macron","Latin small letter o with macron":"Litera O minusculă cu macron","Latin capital letter o with breve":"Litera O majusculă cu breve („căciulă”)","Latin small letter o with breve":"Litera O minusculă cu breve („căciulă”)","Latin capital letter o with double acute":"Litera O majusculă cu dublu accent ascuțit","Latin small letter o with double acute":"Litera O minusculă cu dublu accent ascuțit","Latin capital ligature oe":"Ligatură formată din literele OE majuscule","Latin small ligature oe":"Ligatură formată din literele OE minuscule","Latin capital letter r with acute":"Litera R majusculă cu accent ascuțit","Latin small letter r with acute":"Litera R minusculă cu accent ascuțit","Latin capital letter r with cedilla":"Litera R majusculă cu sedilă","Latin small letter r with cedilla":"Litera R minusculă cu sedilă","Latin capital letter r with caron":"Litera R majusculă cu caron (circumflex inversat)","Latin small letter r with caron":"Litera R minusculă cu caron (circumflex inversat)","Latin capital letter s with acute":"Litera S majusculă cu accent ascuțit","Latin small letter s with acute":"Litera S minusculă cu accent ascuțit","Latin capital letter s with circumflex":"Litera S majusculă cu accent circumflex","Latin small letter s with circumflex":"Litera S minusculă cu accent circumflex","Latin capital letter s with cedilla":"Litera S majusculă cu sedilă","Latin small letter s with cedilla":"Litera S minusculă cu sedilă","Latin capital letter s with caron":"Litera S majusculă cu caron (circumflex inversat)","Latin small letter s with caron":"Litera S minusculă cu caron (circumflex inversat)","Latin capital letter t with cedilla":"Litera T majusculă cu sedilă","Latin small letter t with cedilla":"Litera T minusculă cu sedilă","Latin capital letter t with caron":"Litera T majusculă cu caron (circumflex inversat)","Latin small letter t with caron":"Litera T minusculă cu caron (circumflex inversat)","Latin capital letter t with stroke":"Litera T majusculă barată","Latin small letter t with stroke":"Litera T minusculă barată","Latin capital letter u with tilde":"Litera U majusculă cu tildă","Latin small letter u with tilde":"Litera U minusculă cu tildă","Latin capital letter u with macron":"Litera U majusculă cu macron","Latin small letter u with macron":"Litera U minusculă cu macron","Latin capital letter u with breve":"Litera U majusculă cu breve („căciulă”)","Latin small letter u with breve":"Litera U minusculă cu breve („căciulă”)","Latin capital letter u with ring above":"Litera majusculă U cu inel deasupra","Latin small letter u with ring above":"Litera minusculă U cu inel deasupra","Latin capital letter u with double acute":"Litera U majusculă cu dublu accent ascuțit","Latin small letter u with double acute":"Litera U minusculă cu dublu accent ascuțit","Latin capital letter u with ogonek":"Litera U majusculă cu ogonek („codiță”)","Latin small letter u with ogonek":"Litera U minusculă cu ogonek („codiță”)","Latin capital letter w with circumflex":"Litera W majusculă cu accent circumflex","Latin small letter w with circumflex":"Litera W minusculă cu accent circumflex","Latin capital letter y with circumflex":"Litera Y majusculă cu accent circumflex","Latin small letter y with circumflex":"Litera Y minusculă cu accent circumflex","Latin capital letter y with diaeresis":"Litera Y majusculă cu tremă","Latin capital letter z with acute":"Litera Z majusculă cu accent ascuțit","Latin small letter z with acute":"Litera Z minusculă cu accent ascuțit","Latin capital letter z with dot above":"Litera Z majusculă cu punct deasupra","Latin small letter z with dot above":"Litera Z minusculă cu punct deasupra","Latin capital letter z with caron":"Litera Z majusculă cu caron (circumflex inversat)","Latin small letter z with caron":"Litera Z minusculă cu caron (circumflex inversat)","Latin small letter long s":"Litera S lungă minusculă","Less-than sign":"Simbolul „mai mic decât”","Greater-than sign":"Simbolul „mai mare decât”","Less-than or equal to":"Simbolul „mai mic sau egal”","Greater-than or equal to":"Simbolul „mai mare sau egal”","En dash":"Linie de pauză (en dash)","Em dash":"Linie de dialog (em dash)",Macron:"Macron",Overline:"Linie deasupra","Degree sign":"Simbolul pentru grad","Minus sign":"Semnul minus","Plus-minus sign":"Semnul plus/minus","Division sign":"Semnul împărțirii","Fraction slash":"Bară de fracție (oblică)","Multiplication sign":"Semnul înmulțirii","Latin small letter f with hook":"Litera F minusculă cu cârlig",Integral:"Integrală","N-ary summation":"Sumă (simbol matematic)",Infinity:"Infinit","Square root":"Rădăcină pătrată","Tilde operator":"Operatorul tildă","Approximately equal to":"Aproximativ egal cu","Almost equal to":"Aproape egal cu","Not equal to":"Diferit de (nu este egal cu)","Identical to":"Identic cu","Element of":"Element al","Not an element of":"Nu este un element al","Contains as member":"Conține ca membru","N-ary product":"Produs cartezian (simbol matematic)","Logical and":"ȘI logic","Logical or":"SAU logic","Not sign":"Negare",Intersection:"Intersecție",Union:"Uniune","Partial differential":"Diferențială parțială","For all":"Pentru toți","There exists":"Există","Empty set":"Mulțimea vidă",Nabla:"Nabla","Asterisk operator":"Operatorul asterisc","Proportional to":"Proporțional cu",Angle:"Unghi","Vulgar fraction one quarter":"Un sfert (fracție în scrierea comună)","Vulgar fraction one half":"Jumătate (fracție în scrierea comună)","Vulgar fraction three quarters":"Trei sferturi (fracție în scrierea comună)","Single left-pointing angle quotation mark":"Ghilimele unghiulare simple cu vârful spre stânga","Single right-pointing angle quotation mark":"Ghilimele unghiulare simple cu vârful spre dreapta","Left-pointing double angle quotation mark":"Ghilimele unghiulare cu vârful spre stânga","Right-pointing double angle quotation mark":"Ghilimele unghiulare cu vârful spre dreapta","Left single quotation mark":"Semnul citării simplu stânga (în formă de 6)","Right single quotation mark":"Semnul citării simplu dreapta (în formă de 9)","Left double quotation mark":"Ghilimele sus în formă de 66","Right double quotation mark":"Ghilimele sus în formă de 99","Single low-9 quotation mark":"Ghilimele simple jos în formă de 9","Double low-9 quotation mark":"Ghilimele jos în formă de 99","Inverted exclamation mark":"Semnul exclamării inversat","Inverted question mark":"Semnul întrebării inversat","Two dot leader":"Două puncte orizontale pe linia de bază","Horizontal ellipsis":"Puncte de suspensie","Double dagger":"Dublă obelă (dagger)","Per mille sign":"Promilă","Per ten thousand sign":"La zece mii","Double exclamation mark":"Semnul exclamării dublu","Question exclamation mark":"Semnele întrebării și exclamării","Exclamation question mark":"Semnele exclamării și întrebării","Double question mark":"Doublu semnul întrebării","Copyright sign":"Simbolul pentru copyright","Registered sign":"Simbolul de marcă înregistrată","Trade mark sign":"Simbolul de marcă comercială","Section sign":"Simbolul pentru secțiune","Paragraph sign":"Simbolul pentru paragraf","Reversed paragraph sign":"Simbolul pentru paragraf, inversat","Character categories":"Categorii de caractere",Styles:"Stiluri","Multiple styles":"Stiluri multiple","Block styles":"Stiluri pentru blocuri","Text styles":"Stiluri pentru text","Insert table":"Inserează tabel","Header column":"Antet coloană","Insert column left":"Inserează coloană la stânga","Insert column right":"Inserează coloană la dreapta","Delete column":"Șterge coloană","Select column":"Selectează coloana",Column:"Coloană","Header row":"Rând antet","Insert row below":"Inserează rând dedesubt","Insert row above":"Inserează rând deasupra","Delete row":"Șterge rând","Select row":"Selectează linia",Row:"Rând","Merge cell up":"Îmbină celula în sus","Merge cell right":"Îmbină celula la dreapta","Merge cell down":"Îmbină celula în jos","Merge cell left":"Îmbină celula la stânga","Split cell vertically":"Scindează celula pe verticală","Split cell horizontally":"Scindează celula pe orizontală","Merge cells":"Îmbină celulele","Table toolbar":"Bară tabel","Table properties":"Proprietățile tabelei","Cell properties":"Proprietățile celulei",Border:"Bordură",Style:"Stil",Width:"Lungime",Height:"Înălțime",Color:"Culoare",Background:"Fundal",Padding:"Spațiere",Dimensions:"Dimensiuni","Table cell text alignment":"Alinierea textului celulei tabelei",Alignment:"Aliniere","Horizontal text alignment toolbar":"Toolbar aliniere text orizontală","Vertical text alignment toolbar":"Toolbar aliniere text verticală","Table alignment toolbar":"Toolbar aliniere tabelă",None:"Nimic",Solid:"Solidă",Dotted:"Punctată",Dashed:"Linii întrerupte",Double:"Dublă",Groove:"Groove",Ridge:"Crestată",Inset:"Inserează",Outset:"Elimină","Align cell text to the left":"Alinează textul celulei la stânga","Align cell text to the center":"Alinează textul celulei la centru","Align cell text to the right":"Alinează textul celulei la dreapta","Justify cell text":"Textul celulei justify","Align cell text to the top":"Alinează textul celulei sus","Align cell text to the middle":"Alinează textul celulei la mijloc","Align cell text to the bottom":"Alinează textul celulei jos","Align table to the left":"Alinează tabela la stânga","Center table":"Tabelă centrată","Align table to the right":"Alinează tabela la dreapta","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Culoarea este invalidă. Încearcă \"#FF0000\" sau \"rgb(255,0,0)\" sau \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Valoarea este invalidă. Încearcă \"10px\" sau \"2em\" sau simplu \"2\".","Color picker":"Alegere culoare","Toggle caption off":"Dezactivați subtitlul","Toggle caption on":"Activați subtitlul","Enter table caption":"Adaugă subtitlul tabelei","Rich Text Editor":"Editor de text","Editor editing area: %0":"Zonă editare editor: %0","Edit block":"Editează bloc",Next:"Înainte",Previous:"Înapoi","Editor toolbar":"Bară editor","Dropdown toolbar":"Bară listă opțiuni",Black:"Negru","Dim grey":"Gri slab",Grey:"Gri","Light grey":"Gri deschis",White:"Alb",Red:"Roșu",Orange:"Portocaliu",Yellow:"Galben","Light green":"Verde deschis",Green:"Verde",Aquamarine:"Acvamarin",Turquoise:"Turcoaz","Light blue":"Albastru deschis",Blue:"Albastru",Purple:"Violet","Editor block content toolbar":"Bară de instrumente editor pentru blocuri de conținut","Editor contextual toolbar":"Bară contextuală de instrumente editor",HEX:"",Undo:"Anulare",Redo:"Revenire","Upload in progress":"Încărcare în curs","Widget toolbar":"Bară widget","Insert paragraph before block":"Inserează un paragraf înaintea blocului","Insert paragraph after block":"Inserează un paragraf după bloc","Press Enter to type after or press Shift + Enter to type before the widget":"Apăsați Enter pentru a scrie după widget sau Shift+Enter pentru a scrie înaintea acestuia","Words: %0":"Cuvinte: %0","Characters: %0":"Caractere: %0"} );l.getPluralForm=function(n){return (n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ro'] = d['ro'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Aliniază la stânga","Align right":"Aliniază la dreapta","Align center":"Aliniază la centru",Justify:"Aliniază stânga-dreapta","Text alignment":"Aliniere text","Text alignment toolbar":"Bara aliniere text",Bold:"Îngroșat",Italic:"Cursiv",Underline:"Subliniat",Code:"Cod",Strikethrough:"Tăiere text cu o linie",Subscript:"Indice",Superscript:"Exponent","Block quote":"Bloc citat","Insert code block":"Inserează un bloc code","Plain text":"Text simplu",Cancel:"Anulare","Remove color":"Șterge culoare","Restore default":"Reface la default",Save:"Salvare","Show more items":"Arată mai multe elemente","%0 of %1":"%0 din %1","Cannot upload file:":"Nu se poate încărca fișierul:","Rich Text Editor. Editing area: %0":"Editor Rich Text. Zonă editare: %0","Find and replace":"Găsire și înlocuire","Find in text…":"Găsire în text...",Find:"Găsire","Previous result":"Rezultatul anterior","Next result":"Rezultatul următor",Replace:"Înlocuire","Replace all":"Înlocuire toate","Match case":"Potrivire litere mari și mici","Whole words only":"Doar cuvinte întregi","Replace with…":"Înlocuire cu...","Text to find must not be empty.":"„Text de găsit” nu poate fi lăsat gol.","Tip: Find some text first in order to replace it.":"Sfat: Mai întâi găsiți textul pentru a-l înlocui.","Show options":"Afișare opțiuni",Paragraph:"Paragraf",Heading:"Titlu","Choose heading":"Alege titlu","Heading 1":"Titlu 1","Heading 2":"Titlu 2","Heading 3":"Titlu 3","Heading 4":"Titlu 4","Heading 5":"Titlu 5","Heading 6":"Titlu 6","Type your title":"Scrie titlul tău","Type or paste your content here.":"Scrie sau inserează aici conținutul tău","Horizontal line":"Linie orizontală","HTML object":"Obiect HTML","Increase indent":"Mărește indent","Decrease indent":"Micșorează indent",Unlink:"Șterge link",Link:"Link","Link URL":"Link URL","Link image":"Link imagine","Edit link":"Modifică link","Open link in new tab":"Deschide link în tab nou","This link has no URL":"Acest link nu are niciun URL","Open in a new tab":"Deschide în tab nou",Downloadable:"Descărcabil","Numbered List":"Listă numerotată","Bulleted List":"Listă cu puncte","To-do List":"Listă cu activități","Bulleted list styles toolbar":"Toolbar Listă cu puncte","Numbered list styles toolbar":"Toolbar Listă numerotată","Toggle the disc list style":"Comutați stilul la lista cu discuri","Toggle the circle list style":"Comutați stilul la lista cu cercuri","Toggle the square list style":"Comutați stilul la lista cu pătrate","Toggle the decimal list style":"Comutați stilul la lista cu numere","Toggle the decimal with leading zero list style":"Comutați stilul la lista cu numere cu zero la început","Toggle the lower–roman list style":"Comutați stilul la lista cu litere mici romane","Toggle the upper–roman list style":"Comutați stilul la lista cu litere mari romane","Toggle the lower–latin list style":"Comutați stilul la lista cu litere mici latine","Toggle the upper–latin list style":"Comutați stilul la lista cu litere mari latine",Disc:"Disc",Circle:"Cerc",Square:"Pătrat",Decimal:"Număr","Decimal with leading zero":"Număr cu zero la început ","Lower–roman":"Litere mici romane","Upper-roman":"Litere mari romane","Lower-latin":"Litere mici latine","Upper-latin":"Litere mari latine","List properties":"Proprietăți listă","Start at":"Începe de la","Start index must be greater than 0.":"Indexul de pornire trebuie să fie mai mare de 0.","Reversed order":"Ordine inversată","Remove Format":"Șterge formatare","Select all":"Selectează-le pe toate","Show blocks":"Arată casetele",Source:"Sursă","Special characters":"Caractere speciale",All:"Toate",Arrows:"Săgeți",Currency:"Monedă",Latin:"Latină",Mathematical:"Matematic",Text:"Text","leftwards simple arrow":"săgeată simplă spre stânga","rightwards simple arrow":"săgeată simplă spre dreapta","upwards simple arrow":"săgeată simplă în sus","downwards simple arrow":"săgeată simplă în jos","leftwards double arrow":"săgeată dublă spre stânga","rightwards double arrow":"săgeată dublă spre dreapta","upwards double arrow":"săgeată dublă în sus","downwards double arrow":"săgeată dublă în jos","leftwards dashed arrow":"săgeată la stânga cu linie întreruptă","rightwards dashed arrow":"săgeată la dreapta cu linie întreruptă","upwards dashed arrow":"săgeată în sus cu linie întreruptă","downwards dashed arrow":"săgeată în jos cu linie întreruptă","leftwards arrow to bar":"săgeată la stânga spre bară","rightwards arrow to bar":"săgeată la dreapta spre bară","upwards arrow to bar":"săgeată în sus spre bară","downwards arrow to bar":"săgeată în jos spre bară","up down arrow with base":"săgeată în sus și în jos cu linie de bază","back with leftwards arrow above":"înapoi cu săgeată spre stânga deasupra","end with leftwards arrow above":"sfârșit cu săgeată spre stânga deasupra","on with exclamation mark with left right arrow above":"„on” cu semn de exclamare și săgeată spre stânga deasupra","soon with rightwards arrow above":"„soon” cu săgeată spre dreapta deasupra","top with upwards arrow above":"„top” cu săgeată în sus deasupra","Dollar sign":"Simbolul dolarului","Euro sign":"Simbolul euro","Yen sign":"Simbolul yenului","Pound sign":"Simbolul lirei sterline","Cent sign":"Simbolul pentru cent","Euro-currency sign":"Simbolul monedei euro","Colon sign":"Două puncte","Cruzeiro sign":"Simbolul pentru cruzeiro","French franc sign":"Simbolul pentru francul francez","Lira sign":"Simbolul pentru liră","Currency sign":"Simbolul pentru valută","Bitcoin sign":"Simbolul pentru Bitcoin","Mill sign":"Simbolul pentru mill","Naira sign":"Simbolul pentru naira","Peseta sign":"Simbolul pentru peseta","Rupee sign":"Simbolul pentru rupie","Won sign":"Simbolul pentru won","New sheqel sign":"Simbolul pentru shekelul nou","Dong sign":"Simbolul pentru dong","Kip sign":"Simbolul pentru kip","Tugrik sign":"Simbolul pentru tugrik","Drachma sign":"Simbolul pentru drahmă","German penny sign":"Simbolul pentru pfenigul german","Peso sign":"Simbolul pentru peso","Guarani sign":"Simbolul pentru guarani","Austral sign":"Simbolul pentru austral","Hryvnia sign":"Simbolul pentru grivnă (hrivnă)","Cedi sign":"Simbolul pentru cedi","Livre tournois sign":"Simbolul pentru livra tournois","Spesmilo sign":"Simbolul pentru spesmilo","Tenge sign":"Simbolul pentru tenge","Indian rupee sign":"Simbolul pentru rupia indiană","Turkish lira sign":"Simbolul pentru lira turcească","Nordic mark sign":"Simbolul pentru marca nordică","Manat sign":"Simbolul pentru manat","Ruble sign":"Simbolul pentru rublă","Latin capital letter a with macron":"Litera A majusculă cu macron","Latin small letter a with macron":"Litera A minusculă cu macron","Latin capital letter a with breve":"Litera A majusculă cu breve („căciulă”)","Latin small letter a with breve":"Litera A minusculă cu breve („căciulă”)","Latin capital letter a with ogonek":"Litera A majusculă cu codiță (ogonek)","Latin small letter a with ogonek":"Litera A minusculă cu codiță (ogonek)","Latin capital letter c with acute":"Litera C majusculă cu accent ascuțit","Latin small letter c with acute":"Litera C minusculă cu accent ascuțit","Latin capital letter c with circumflex":"Litera C majusculă cu accent circumflex","Latin small letter c with circumflex":"Litera C minusculă cu accent circumflex","Latin capital letter c with dot above":"Litera C majusculă cu punct deasupra","Latin small letter c with dot above":"Litera C minusculă cu punct deasupra","Latin capital letter c with caron":"Litera C majusculă cu caron (circumflex inversat)","Latin small letter c with caron":"Litera C minusculă cu caron (circumflex inversat)","Latin capital letter d with caron":"Litera D majusculă cu caron (circumflex inversat)","Latin small letter d with caron":"Litera D minusculă cu caron (circumflex inversat)","Latin capital letter d with stroke":"Litera D barată majusculă","Latin small letter d with stroke":"Litera D barată minusculă","Latin capital letter e with macron":"Litera E majusculă cu macron","Latin small letter e with macron":"Litera E minusculă cu macron","Latin capital letter e with breve":"Litera E majusculă cu breve („căciulă”)","Latin small letter e with breve":"Litera E minusculă cu breve („căciulă”)","Latin capital letter e with dot above":"Litera E majusculă cu punct deasupra","Latin small letter e with dot above":"Litera E minusculă cu punct deasupra","Latin capital letter e with ogonek":"Litera E majusculă cu ogonek („codiță”)","Latin small letter e with ogonek":"Litera E minusculă cu ogonek („codiță”)","Latin capital letter e with caron":"Litera E majusculă cu caron (circumflex inversat)","Latin small letter e with caron":"Litera E minusculă cu caron (circumflex inversat)","Latin capital letter g with circumflex":"Litera G majusculă cu accent circumflex","Latin small letter g with circumflex":"Litera G minusculă cu accent circumflex","Latin capital letter g with breve":"Litera G majusculă cu breve („căciulă”)","Latin small letter g with breve":"Litera G minusculă cu breve („căciulă”)","Latin capital letter g with dot above":"Litera G majusculă cu punct deasupra","Latin small letter g with dot above":"Litera G minusculă cu punct deasupra","Latin capital letter g with cedilla":"Litera G majusculă cu sedilă","Latin small letter g with cedilla":"Litera G minusculă cu sedilă","Latin capital letter h with circumflex":"Litera H majusculă cu accent circumflex","Latin small letter h with circumflex":"Litera H minusculă cu accent circumflex","Latin capital letter h with stroke":"Litera H barată majusculă","Latin small letter h with stroke":"Litera H barată minusculă","Latin capital letter i with tilde":"Litera I majusculă cu tildă","Latin small letter i with tilde":"Litera I minusculă cu tildă","Latin capital letter i with macron":"Litera I majusculă cu macron","Latin small letter i with macron":"Litera I minusculă cu macron","Latin capital letter i with breve":"Litera I majusculă cu breve („căciulă”)","Latin small letter i with breve":"Litera I minusculă cu breve („căciulă”)","Latin capital letter i with ogonek":"Litera I majusculă cu ogonek („codiță”)","Latin small letter i with ogonek":"Litera I minusculă cu ogonek („codiță”)","Latin capital letter i with dot above":"Litera I majusculă cu punct deasupra","Latin small letter dotless i":"Litera I minusculă fără punct","Latin capital ligature ij":"Ligatură formată din literele majuscule IJ","Latin small ligature ij":"Ligatură formată din literele minuscule IJ","Latin capital letter j with circumflex":"Litera J majusculă cu accent circumflex","Latin small letter j with circumflex":"Litera J minusculă cu accent circumflex","Latin capital letter k with cedilla":"Litera K majusculă cu sedilă","Latin small letter k with cedilla":"Litera K minusculă cu sedilă","Latin small letter kra":"Litera KRA minusculă","Latin capital letter l with acute":"Litera L majusculă cu accent ascuțit","Latin small letter l with acute":"Litera L minusculă cu accent ascuțit","Latin capital letter l with cedilla":"Litera L majusculă cu sedilă","Latin small letter l with cedilla":"Litera L minusculă cu sedilă","Latin capital letter l with caron":"Litera L majusculă cu caron (circumflex inversat)","Latin small letter l with caron":"Litera L minusculă cu caron (circumflex inversat)","Latin capital letter l with middle dot":"Litera L majusculă cu punct median","Latin small letter l with middle dot":"Litera L minusculă cu punct median","Latin capital letter l with stroke":"Litera L majusculă cu bară oblică","Latin small letter l with stroke":"Litera L minusculă cu bară oblică","Latin capital letter n with acute":"Litera N majusculă cu accent ascuțit","Latin small letter n with acute":"Litera N minusculă cu accent ascuțit","Latin capital letter n with cedilla":"Litera N majusculă cu sedilă","Latin small letter n with cedilla":"Litera N minusculă cu sedilă","Latin capital letter n with caron":"Litera N majusculă cu caron (circumflex inversat)","Latin small letter n with caron":"Litera N minusculă cu caron (circumflex inversat)","Latin small letter n preceded by apostrophe":"Litera N minusculă cu apostrof în față","Latin capital letter eng":"Litera ENG majusculă","Latin small letter eng":"Litera ENG minusculă","Latin capital letter o with macron":"Litera O majusculă cu macron","Latin small letter o with macron":"Litera O minusculă cu macron","Latin capital letter o with breve":"Litera O majusculă cu breve („căciulă”)","Latin small letter o with breve":"Litera O minusculă cu breve („căciulă”)","Latin capital letter o with double acute":"Litera O majusculă cu dublu accent ascuțit","Latin small letter o with double acute":"Litera O minusculă cu dublu accent ascuțit","Latin capital ligature oe":"Ligatură formată din literele OE majuscule","Latin small ligature oe":"Ligatură formată din literele OE minuscule","Latin capital letter r with acute":"Litera R majusculă cu accent ascuțit","Latin small letter r with acute":"Litera R minusculă cu accent ascuțit","Latin capital letter r with cedilla":"Litera R majusculă cu sedilă","Latin small letter r with cedilla":"Litera R minusculă cu sedilă","Latin capital letter r with caron":"Litera R majusculă cu caron (circumflex inversat)","Latin small letter r with caron":"Litera R minusculă cu caron (circumflex inversat)","Latin capital letter s with acute":"Litera S majusculă cu accent ascuțit","Latin small letter s with acute":"Litera S minusculă cu accent ascuțit","Latin capital letter s with circumflex":"Litera S majusculă cu accent circumflex","Latin small letter s with circumflex":"Litera S minusculă cu accent circumflex","Latin capital letter s with cedilla":"Litera S majusculă cu sedilă","Latin small letter s with cedilla":"Litera S minusculă cu sedilă","Latin capital letter s with caron":"Litera S majusculă cu caron (circumflex inversat)","Latin small letter s with caron":"Litera S minusculă cu caron (circumflex inversat)","Latin capital letter t with cedilla":"Litera T majusculă cu sedilă","Latin small letter t with cedilla":"Litera T minusculă cu sedilă","Latin capital letter t with caron":"Litera T majusculă cu caron (circumflex inversat)","Latin small letter t with caron":"Litera T minusculă cu caron (circumflex inversat)","Latin capital letter t with stroke":"Litera T majusculă barată","Latin small letter t with stroke":"Litera T minusculă barată","Latin capital letter u with tilde":"Litera U majusculă cu tildă","Latin small letter u with tilde":"Litera U minusculă cu tildă","Latin capital letter u with macron":"Litera U majusculă cu macron","Latin small letter u with macron":"Litera U minusculă cu macron","Latin capital letter u with breve":"Litera U majusculă cu breve („căciulă”)","Latin small letter u with breve":"Litera U minusculă cu breve („căciulă”)","Latin capital letter u with ring above":"Litera majusculă U cu inel deasupra","Latin small letter u with ring above":"Litera minusculă U cu inel deasupra","Latin capital letter u with double acute":"Litera U majusculă cu dublu accent ascuțit","Latin small letter u with double acute":"Litera U minusculă cu dublu accent ascuțit","Latin capital letter u with ogonek":"Litera U majusculă cu ogonek („codiță”)","Latin small letter u with ogonek":"Litera U minusculă cu ogonek („codiță”)","Latin capital letter w with circumflex":"Litera W majusculă cu accent circumflex","Latin small letter w with circumflex":"Litera W minusculă cu accent circumflex","Latin capital letter y with circumflex":"Litera Y majusculă cu accent circumflex","Latin small letter y with circumflex":"Litera Y minusculă cu accent circumflex","Latin capital letter y with diaeresis":"Litera Y majusculă cu tremă","Latin capital letter z with acute":"Litera Z majusculă cu accent ascuțit","Latin small letter z with acute":"Litera Z minusculă cu accent ascuțit","Latin capital letter z with dot above":"Litera Z majusculă cu punct deasupra","Latin small letter z with dot above":"Litera Z minusculă cu punct deasupra","Latin capital letter z with caron":"Litera Z majusculă cu caron (circumflex inversat)","Latin small letter z with caron":"Litera Z minusculă cu caron (circumflex inversat)","Latin small letter long s":"Litera S lungă minusculă","Less-than sign":"Simbolul „mai mic decât”","Greater-than sign":"Simbolul „mai mare decât”","Less-than or equal to":"Simbolul „mai mic sau egal”","Greater-than or equal to":"Simbolul „mai mare sau egal”","En dash":"Linie de pauză (en dash)","Em dash":"Linie de dialog (em dash)",Macron:"Macron",Overline:"Linie deasupra","Degree sign":"Simbolul pentru grad","Minus sign":"Semnul minus","Plus-minus sign":"Semnul plus/minus","Division sign":"Semnul împărțirii","Fraction slash":"Bară de fracție (oblică)","Multiplication sign":"Semnul înmulțirii","Latin small letter f with hook":"Litera F minusculă cu cârlig",Integral:"Integrală","N-ary summation":"Sumă (simbol matematic)",Infinity:"Infinit","Square root":"Rădăcină pătrată","Tilde operator":"Operatorul tildă","Approximately equal to":"Aproximativ egal cu","Almost equal to":"Aproape egal cu","Not equal to":"Diferit de (nu este egal cu)","Identical to":"Identic cu","Element of":"Element al","Not an element of":"Nu este un element al","Contains as member":"Conține ca membru","N-ary product":"Produs cartezian (simbol matematic)","Logical and":"ȘI logic","Logical or":"SAU logic","Not sign":"Negare",Intersection:"Intersecție",Union:"Uniune","Partial differential":"Diferențială parțială","For all":"Pentru toți","There exists":"Există","Empty set":"Mulțimea vidă",Nabla:"Nabla","Asterisk operator":"Operatorul asterisc","Proportional to":"Proporțional cu",Angle:"Unghi","Vulgar fraction one quarter":"Un sfert (fracție în scrierea comună)","Vulgar fraction one half":"Jumătate (fracție în scrierea comună)","Vulgar fraction three quarters":"Trei sferturi (fracție în scrierea comună)","Single left-pointing angle quotation mark":"Ghilimele unghiulare simple cu vârful spre stânga","Single right-pointing angle quotation mark":"Ghilimele unghiulare simple cu vârful spre dreapta","Left-pointing double angle quotation mark":"Ghilimele unghiulare cu vârful spre stânga","Right-pointing double angle quotation mark":"Ghilimele unghiulare cu vârful spre dreapta","Left single quotation mark":"Semnul citării simplu stânga (în formă de 6)","Right single quotation mark":"Semnul citării simplu dreapta (în formă de 9)","Left double quotation mark":"Ghilimele sus în formă de 66","Right double quotation mark":"Ghilimele sus în formă de 99","Single low-9 quotation mark":"Ghilimele simple jos în formă de 9","Double low-9 quotation mark":"Ghilimele jos în formă de 99","Inverted exclamation mark":"Semnul exclamării inversat","Inverted question mark":"Semnul întrebării inversat","Two dot leader":"Două puncte orizontale pe linia de bază","Horizontal ellipsis":"Puncte de suspensie","Double dagger":"Dublă obelă (dagger)","Per mille sign":"Promilă","Per ten thousand sign":"La zece mii","Double exclamation mark":"Semnul exclamării dublu","Question exclamation mark":"Semnele întrebării și exclamării","Exclamation question mark":"Semnele exclamării și întrebării","Double question mark":"Doublu semnul întrebării","Copyright sign":"Simbolul pentru copyright","Registered sign":"Simbolul de marcă înregistrată","Trade mark sign":"Simbolul de marcă comercială","Section sign":"Simbolul pentru secțiune","Paragraph sign":"Simbolul pentru paragraf","Reversed paragraph sign":"Simbolul pentru paragraf, inversat","Character categories":"Categorii de caractere",Styles:"Stiluri","Multiple styles":"Stiluri multiple","Block styles":"Stiluri pentru blocuri","Text styles":"Stiluri pentru text","Insert table":"Inserează tabel","Header column":"Antet coloană","Insert column left":"Inserează coloană la stânga","Insert column right":"Inserează coloană la dreapta","Delete column":"Șterge coloană","Select column":"Selectează coloana",Column:"Coloană","Header row":"Rând antet","Insert row below":"Inserează rând dedesubt","Insert row above":"Inserează rând deasupra","Delete row":"Șterge rând","Select row":"Selectează linia",Row:"Rând","Merge cell up":"Îmbină celula în sus","Merge cell right":"Îmbină celula la dreapta","Merge cell down":"Îmbină celula în jos","Merge cell left":"Îmbină celula la stânga","Split cell vertically":"Scindează celula pe verticală","Split cell horizontally":"Scindează celula pe orizontală","Merge cells":"Îmbină celulele","Table toolbar":"Bară tabel","Table properties":"Proprietățile tabelei","Cell properties":"Proprietățile celulei",Border:"Bordură",Style:"Stil",Width:"Lungime",Height:"Înălțime",Color:"Culoare",Background:"Fundal",Padding:"Spațiere",Dimensions:"Dimensiuni","Table cell text alignment":"Alinierea textului celulei tabelei",Alignment:"Aliniere","Horizontal text alignment toolbar":"Toolbar aliniere text orizontală","Vertical text alignment toolbar":"Toolbar aliniere text verticală","Table alignment toolbar":"Toolbar aliniere tabelă",None:"Nimic",Solid:"Solidă",Dotted:"Punctată",Dashed:"Linii întrerupte",Double:"Dublă",Groove:"Groove",Ridge:"Crestată",Inset:"Inserează",Outset:"Elimină","Align cell text to the left":"Alinează textul celulei la stânga","Align cell text to the center":"Alinează textul celulei la centru","Align cell text to the right":"Alinează textul celulei la dreapta","Justify cell text":"Textul celulei justify","Align cell text to the top":"Alinează textul celulei sus","Align cell text to the middle":"Alinează textul celulei la mijloc","Align cell text to the bottom":"Alinează textul celulei jos","Align table to the left":"Alinează tabela la stânga","Center table":"Tabelă centrată","Align table to the right":"Alinează tabela la dreapta","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Culoarea este invalidă. Încearcă \"#FF0000\" sau \"rgb(255,0,0)\" sau \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Valoarea este invalidă. Încearcă \"10px\" sau \"2em\" sau simplu \"2\".","Color picker":"Alegere culoare","Toggle caption off":"Dezactivați subtitlul","Toggle caption on":"Activați subtitlul","Enter table caption":"Adaugă subtitlul tabelei","Rich Text Editor":"Editor de text","Editor editing area: %0":"Zonă editare editor: %0","Edit block":"Editează bloc",Next:"Înainte",Previous:"Înapoi","Editor toolbar":"Bară editor","Dropdown toolbar":"Bară listă opțiuni",Black:"Negru","Dim grey":"Gri slab",Grey:"Gri","Light grey":"Gri deschis",White:"Alb",Red:"Roșu",Orange:"Portocaliu",Yellow:"Galben","Light green":"Verde deschis",Green:"Verde",Aquamarine:"Acvamarin",Turquoise:"Turcoaz","Light blue":"Albastru deschis",Blue:"Albastru",Purple:"Violet","Editor block content toolbar":"Bară de instrumente editor pentru blocuri de conținut","Editor contextual toolbar":"Bară contextuală de instrumente editor",HEX:"HEX",Accept:"Acceptă",Undo:"Anulare",Redo:"Revenire","Upload in progress":"Încărcare în curs","Widget toolbar":"Bară widget","Insert paragraph before block":"Inserează un paragraf înaintea blocului","Insert paragraph after block":"Inserează un paragraf după bloc","Press Enter to type after or press Shift + Enter to type before the widget":"Apăsați Enter pentru a scrie după widget sau Shift+Enter pentru a scrie înaintea acestuia","Words: %0":"Cuvinte: %0","Characters: %0":"Caractere: %0"} );l.getPluralForm=function(n){return (n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ru.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ru.js index 3833bba2e0f8..44429ab0055e 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ru.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ru.js @@ -1 +1 @@ -(function(d){ const l = d['ru'] = d['ru'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Выравнивание по левому краю","Align right":"Выравнивание по правому краю","Align center":"Выравнивание по центру",Justify:"Выравнивание по ширине","Text alignment":"Выравнивание текста","Text alignment toolbar":"Выравнивание",Bold:"Жирный",Italic:"Курсив",Underline:"Подчеркнутый",Code:"Исходный код",Strikethrough:"Зачеркнутый",Subscript:"Подстрочный",Superscript:"Надстрочный","Block quote":"Цитата","Insert code block":"Вставить код","Plain text":"Простой текст",Cancel:"Отмена","Remove color":"Убрать цвет","Restore default":"По умолчанию",Save:"Сохранить","Show more items":"Другие инструменты","%0 of %1":"%0 из %1","Cannot upload file:":"Невозможно загрузить файл","Rich Text Editor. Editing area: %0":"Редактор форматированного текста. Область редактирования: %0","Find and replace":"Найти и заменить","Find in text…":"Найти в тексте",Find:"Найти","Previous result":"Предыдущий результат","Next result":"Следующий результат",Replace:"Заменить","Replace all":"Заменить всё","Match case":"С учетом регистра","Whole words only":"Только слова целиком","Replace with…":"Заменить на...","Text to find must not be empty.":"Искомый текст не должен быть пустым.","Tip: Find some text first in order to replace it.":"Совет: сначала найдите текст, чтобы заменить его.","Show options":"Показать опции",Paragraph:"Параграф",Heading:"Стиль","Choose heading":"Выбор стиля","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4","Heading 5":"Заголовок 5","Heading 6":"Заголовок 6","Type your title":"Введите заголовок","Type or paste your content here.":"Введите или вставьте сюда ваш текст","Horizontal line":"Горизонтальная линия","HTML object":"HTML объект","Increase indent":"Увеличить отступ","Decrease indent":"Уменьшить отступ",Unlink:"Убрать ссылку",Link:"Ссылка","Link URL":"Ссылка URL","Link image":"Ссылка на изображение","Edit link":"Редактировать ссылку","Open link in new tab":"Открыть ссылку в новой вкладке","This link has no URL":"Для этой ссылки не установлен адрес URL","Open in a new tab":"Открыть в новой вкладке",Downloadable:"Загружаемые","Numbered List":"Нумерованный список","Bulleted List":"Маркированный список","To-do List":"Список задач","Bulleted list styles toolbar":"Стили маркированного списка","Numbered list styles toolbar":"Стили нумерованного списка","Toggle the disc list style":"Переключить на стиль списка с маркерами в виде закрашенного кружка","Toggle the circle list style":"Переключить на стиль списка с маркерами в виде незакрашенного кружка","Toggle the square list style":"Переключить на стиль списка с квадратными маркерами","Toggle the decimal list style":"Переключить на стиль списка с цифровыми маркерами","Toggle the decimal with leading zero list style":"Переключить на стиль списка с маркерами в виде цифр с нулем в начале","Toggle the lower–roman list style":"Переключить на стиль списка с маркерами в виде строчных римских цифр","Toggle the upper–roman list style":"Переключить на стиль списка с маркерами в виде заглавных римских цифр","Toggle the lower–latin list style":"Переключить на стиль списка с маркерами в виде строчных латинских букв","Toggle the upper–latin list style":"Переключить на стиль списка с маркерами в виде заглавных латинских букв",Disc:"Диск",Circle:"Окружность",Square:"Квадрат",Decimal:"Десятичный","Decimal with leading zero":"Десятичный с ведущим нулем","Lower–roman":"Малые римские","Upper-roman":"Большие римские","Lower-latin":"Малые латинские","Upper-latin":"Большие латинские","List properties":"Свойства списка","Start at":"Начать с","Start index must be greater than 0.":"Начальный индекс должен быть больше 0.","Reversed order":"Обратный порядок","Remove Format":"Убрать форматирование","Select all":"Выбрать все",Source:"HTML редактор","Special characters":"Спецсимволы",All:"Все",Arrows:"Стрелки",Currency:"Валюта",Latin:"Латинские",Mathematical:"Математические",Text:"Текст","leftwards simple arrow":"простая стрелка влево","rightwards simple arrow":"простая стрелка вправо","upwards simple arrow":"простая стрелка вверх","downwards simple arrow":"простая стрелка вниз","leftwards double arrow":"Двойная стрелка влево","rightwards double arrow":"Двойная стрелка вправо","upwards double arrow":"Двойная стрелка вверх","downwards double arrow":"Двойная стрелка вниз","leftwards dashed arrow":"Пунктирная стрелка влево","rightwards dashed arrow":"Пунктирная стрелка вправо","upwards dashed arrow":"Пунктирная стрелка вверх","downwards dashed arrow":"Пунктирная стрелка вниз","leftwards arrow to bar":"Стрелка влево, упирающаяся в планку","rightwards arrow to bar":"Стрелка вправо, упирающаяся в планку","upwards arrow to bar":"Стрелка вверх, упирающаяся в планку","downwards arrow to bar":"Стрелка вниз, упирающаяся в планку","up down arrow with base":"Стрелка вверх и вниз от планки внизу","back with leftwards arrow above":"Стрелка влево над словом BACK (назад)","end with leftwards arrow above":"Стрелка влево над словом END (конец)","on with exclamation mark with left right arrow above":"Стрелка влево и вправо над словом ON! (включить)","soon with rightwards arrow above":"Стрелка вправо над словом SOON (скоро)","top with upwards arrow above":"Стрелка вверх над словом TOP (верх)","Dollar sign":"Символ доллара","Euro sign":"Символ евро","Yen sign":"Символ иены","Pound sign":"Символ фунта стерлингов","Cent sign":"Символ цента","Euro-currency sign":"Символ евровалюты","Colon sign":"Символ двоеточия","Cruzeiro sign":"Символ бразильского крузейро","French franc sign":"Символ французского франка","Lira sign":"Символ лиры","Currency sign":"Символ валюты","Bitcoin sign":"Символ биткоина","Mill sign":"Символ милль","Naira sign":"Символ найры","Peseta sign":"Символ песеты","Rupee sign":"Символ рупии","Won sign":"Символ воны","New sheqel sign":"Символ нового шекеля","Dong sign":"Символ донга","Kip sign":"Символ кипа","Tugrik sign":"Символ тугрика","Drachma sign":"Символ драхмы","German penny sign":"Символ немецкого пенни","Peso sign":"Символ песо","Guarani sign":"Символ гуарани","Austral sign":"Символ аргентинского аустраля","Hryvnia sign":"Символ гривны","Cedi sign":"Символ ганского седи","Livre tournois sign":"Символ турского ливра","Spesmilo sign":"Символ спесмило","Tenge sign":"Символ тенге","Indian rupee sign":"Символ индийской рупии","Turkish lira sign":"Символ турецкой лиры","Nordic mark sign":"Символ скандинавской марки","Manat sign":"Символ маната","Ruble sign":"Символ рубля","Latin capital letter a with macron":"Латинская заглавная буква «A» с макроном","Latin small letter a with macron":"Латинская строчная буква «a» с макроном","Latin capital letter a with breve":"Латинская заглавная буква «A» с бревисом","Latin small letter a with breve":"Латинская строчная буква «a» с бревисом","Latin capital letter a with ogonek":"Латинская заглавная буква «A» с огонеком","Latin small letter a with ogonek":"Латинская строчная буква «a» с огонеком","Latin capital letter c with acute":"Латинская заглавная буква «C» с акутом","Latin small letter c with acute":"Латинская строчная буква «c» с акутом","Latin capital letter c with circumflex":"Латинская заглавная буква «C» с циркумфлексом","Latin small letter c with circumflex":"Латинская строчная буква «c» с циркумфлексом","Latin capital letter c with dot above":"Латинская заглавная буква «C» с точкой сверху","Latin small letter c with dot above":"Латинская строчная буква «c» с точкой сверху","Latin capital letter c with caron":"Латинская заглавная буква «C» с гачеком","Latin small letter c with caron":"Латинская строчная буква «c» с гачеком","Latin capital letter d with caron":"Латинская заглавная буква «D» с гачеком","Latin small letter d with caron":"Латинская строчная буква «d» с гачеком","Latin capital letter d with stroke":"Латинская заглавная буква «D» со штрихом","Latin small letter d with stroke":"Латинская строчная буква «d» со штрихом","Latin capital letter e with macron":"Латинская заглавная буква «E» с макроном","Latin small letter e with macron":"Латинская строчная буква «e» с макроном","Latin capital letter e with breve":"Латинская заглавная буква «E» с бревисом","Latin small letter e with breve":"Латинская строчная буква «e» с бревисом","Latin capital letter e with dot above":"Латинская заглавная буква «E» с точкой сверху","Latin small letter e with dot above":"Латинская строчная буква «e» с точкой сверху","Latin capital letter e with ogonek":"Латинская заглавная буква «E» с огонеком","Latin small letter e with ogonek":"Латинская строчная буква «e» с огонеком","Latin capital letter e with caron":"Латинская заглавная буква «E» с гачеком","Latin small letter e with caron":"Латинская строчная буква «e» с гачеком","Latin capital letter g with circumflex":"Латинская заглавная буква «G» с циркумфлексом","Latin small letter g with circumflex":"Латинская строчная буква «g» с циркумфлексом","Latin capital letter g with breve":"Латинская заглавная буква «G» с бревисом","Latin small letter g with breve":"Латинская строчная буква «g» с бревисом","Latin capital letter g with dot above":"Латинская заглавная буква «G» с точкой сверху","Latin small letter g with dot above":"Латинская строчная буква «g» с точкой сверху","Latin capital letter g with cedilla":"Латинская заглавная буква «G» с седилью","Latin small letter g with cedilla":"Латинская строчная буква «g» с седилью","Latin capital letter h with circumflex":"Латинская заглавная буква «H» с циркумфлексом","Latin small letter h with circumflex":"Латинская строчная буква «h» с циркумфлексом","Latin capital letter h with stroke":"Латинская заглавная буква «H» со штрихом","Latin small letter h with stroke":"Латинская строчная буква «h» со штрихом","Latin capital letter i with tilde":"Латинская заглавная буква «I» с тильдой","Latin small letter i with tilde":"Латинская строчная буква «i» с тильдой","Latin capital letter i with macron":"Латинская заглавная буква «I» с макроном","Latin small letter i with macron":"Латинская строчная буква «i» с макроном","Latin capital letter i with breve":"Латинская заглавная буква «I» с бревисом","Latin small letter i with breve":"Латинская строчная буква «i» с бревисом","Latin capital letter i with ogonek":"Латинская заглавная буква «I» с огонеком","Latin small letter i with ogonek":"Латинская строчная буква «i» с огонеком","Latin capital letter i with dot above":"Латинская заглавная буква «I» с точкой сверху","Latin small letter dotless i":"Латинская строчная буква «i» без точки","Latin capital ligature ij":"Латинская заглавная лигатура «IJ»","Latin small ligature ij":"Латинская строчная лигатура «ij»","Latin capital letter j with circumflex":"Латинская заглавная буква «J» с циркумфлексом","Latin small letter j with circumflex":"Латинская строчная буква «j» с циркумфлексом","Latin capital letter k with cedilla":"Латинская заглавная буква «K» с седилью","Latin small letter k with cedilla":"Латинская строчная буква «k» с седилью","Latin small letter kra":"Латинская строчная буква кра","Latin capital letter l with acute":"Латинская заглавная буква «L» с акутом","Latin small letter l with acute":"Латинская строчная буква «l» с акутом","Latin capital letter l with cedilla":"Латинская заглавная буква «L» с седилью","Latin small letter l with cedilla":"Латинская строчная буква «l» с седилью","Latin capital letter l with caron":"Латинская заглавная буква «L» с гачеком","Latin small letter l with caron":"Латинская строчная буква «l» с гачеком","Latin capital letter l with middle dot":"Латинская заглавная буква «L» с внутристрочной точкой","Latin small letter l with middle dot":"Латинская строчная буква «l» с внутристрочной точкой","Latin capital letter l with stroke":"Латинская заглавная буква «L» со штрихом","Latin small letter l with stroke":"Латинская строчная буква «l» со штрихом","Latin capital letter n with acute":"Латинская заглавная буква «N» с акутом","Latin small letter n with acute":"Латинская строчная буква «n» с акутом","Latin capital letter n with cedilla":"Латинская заглавная буква «N» с седилью","Latin small letter n with cedilla":"Латинская строчная буква «n» с седилью","Latin capital letter n with caron":"Латинская заглавная буква «N» с гачеком","Latin small letter n with caron":"Латинская строчная буква «n» с гачеком","Latin small letter n preceded by apostrophe":"Латинская строчная буква «n» с предшествующим апострофом","Latin capital letter eng":"Латинская заглавная буква энг","Latin small letter eng":"Латинская строчная буква энг","Latin capital letter o with macron":"Латинская заглавная буква «O» с макроном","Latin small letter o with macron":"Латинская строчная буква «o» с макроном","Latin capital letter o with breve":"Латинская заглавная буква «O» с бревисом","Latin small letter o with breve":"Латинская строчная буква «o» с бревисом","Latin capital letter o with double acute":"Латинская заглавная буква «O» с двойным акутом","Latin small letter o with double acute":"Латинская строчная буква «o» с двойным акутом","Latin capital ligature oe":"Латинская заглавная лигатура OE","Latin small ligature oe":"Латинская строчная лигатура oe","Latin capital letter r with acute":"Латинская заглавная буква «R» с акутом","Latin small letter r with acute":"Латинская строчная буква «r» с акутом","Latin capital letter r with cedilla":"Латинская заглавная буква «R» с седилью","Latin small letter r with cedilla":"Латинская строчная буква «r» с седилью","Latin capital letter r with caron":"Латинская заглавная буква «R» с гачеком","Latin small letter r with caron":"Латинская строчная буква «r» с гачеком","Latin capital letter s with acute":"Латинская заглавная буква «S» с акутом","Latin small letter s with acute":"Латинская строчная буква «s» с акутом","Latin capital letter s with circumflex":"Латинская заглавная буква «S» с циркумфлексом","Latin small letter s with circumflex":"Латинская строчная буква «s» с циркумфлексом","Latin capital letter s with cedilla":"Латинская заглавная буква «S» с седилью","Latin small letter s with cedilla":"Латинская строчная буква «s» с седилью","Latin capital letter s with caron":"Латинская заглавная буква «S» с гачеком","Latin small letter s with caron":"Латинская строчная буква «s» с гачеком","Latin capital letter t with cedilla":"Латинская заглавная буква «T» с седилью","Latin small letter t with cedilla":"Латинская строчная буква «t» с седилью","Latin capital letter t with caron":"Латинская заглавная буква «T» с гачеком","Latin small letter t with caron":"Латинская строчная буква «t» с гачеком","Latin capital letter t with stroke":"Латинская заглавная буква «T» со штрихом","Latin small letter t with stroke":"Латинская строчная буква «t» со штрихом","Latin capital letter u with tilde":"Латинская заглавная буква «U» с тильдой","Latin small letter u with tilde":"Латинская строчная буква «u» с тильдой","Latin capital letter u with macron":"Латинская заглавная буква «U» с макроном","Latin small letter u with macron":"Латинская строчная буква «u» с макроном","Latin capital letter u with breve":"Латинская заглавная буква «U» с бревисом","Latin small letter u with breve":"Латинская строчная буква «u» с бревисом","Latin capital letter u with ring above":"Латинская заглавная буква «U» с кружком сверху","Latin small letter u with ring above":"Латинская строчная буква «u» с кружком сверху","Latin capital letter u with double acute":"Латинская заглавная буква «U» с двойным акутом","Latin small letter u with double acute":"Латинская строчная буква «u» с двойным акутом","Latin capital letter u with ogonek":"Латинская заглавная буква «U» с огонеком","Latin small letter u with ogonek":"Латинская строчная буква «u» с огонеком","Latin capital letter w with circumflex":"Латинская заглавная буква «W» с циркумфлексом","Latin small letter w with circumflex":"Латинская строчная буква «w» с циркумфлексом","Latin capital letter y with circumflex":"Латинская заглавная буква «Y» с циркумфлексом","Latin small letter y with circumflex":"Латинская строчная буква «y» с циркумфлексом","Latin capital letter y with diaeresis":"Латинская заглавная буква «Y» с диэрезисом","Latin capital letter z with acute":"Латинская заглавная буква «Z» с акутом","Latin small letter z with acute":"Латинская строчная буква «z» с акутом","Latin capital letter z with dot above":"Латинская заглавная буква «Z» с точкой сверху","Latin small letter z with dot above":"Латинская строчная буква «z» с точкой сверху","Latin capital letter z with caron":"Латинская заглавная буква «Z» с гачеком","Latin small letter z with caron":"Латинская строчная буква «z» с гачеком","Latin small letter long s":"Латинская строчная буква длинная «s»","Less-than sign":"Знак меньше","Greater-than sign":"Знак больше","Less-than or equal to":"Меньше либо равно","Greater-than or equal to":"Больше либо равно","En dash":"Среднее тире","Em dash":"Длинное тире",Macron:"Макрон",Overline:"Надчёркивание","Degree sign":"Знак градуса","Minus sign":"Знак минус","Plus-minus sign":"Знак плюс-минус","Division sign":"Знак деления","Fraction slash":"Дробная наклонная черта","Multiplication sign":"Знак умножения","Latin small letter f with hook":"Латинская строчная буква «f» с хвостиком",Integral:"Интеграл","N-ary summation":"N-арная сумма",Infinity:"Бесконечность","Square root":"Квадратный корень","Tilde operator":"Оператор тильда","Approximately equal to":"Конгруэнтность (геометрическое равенство)","Almost equal to":"Почти равный","Not equal to":"Не равно","Identical to":"Тождественно равно","Element of":"Принадлежит","Not an element of":"Не принадлежит","Contains as member":"Содержит как член","N-ary product":"N-арное произведение","Logical and":"Логическое И","Logical or":"Логическое ИЛИ","Not sign":"Знак отрицания",Intersection:"Пересечение",Union:"Объединение","Partial differential":"Частичный дифференциал","For all":"Для всех","There exists":"Существует","Empty set":"Пустое множество",Nabla:"Набла","Asterisk operator":"Оператор звездочка","Proportional to":"Пропорционально",Angle:"Угол","Vulgar fraction one quarter":"Дробь – одна четверть","Vulgar fraction one half":"Дробь – одна вторая","Vulgar fraction three quarters":"Дробь – три четверти","Single left-pointing angle quotation mark":"Одинарная открывающая (левая) французская угловая кавычка","Single right-pointing angle quotation mark":"Одинарная закрывающая (правая) французская угловая кавычка","Left-pointing double angle quotation mark":"Открывающая левая кавычка «ёлочка»","Right-pointing double angle quotation mark":"Закрывающая правая кавычка «ёлочка»","Left single quotation mark":"Открывающая одинарная кавычка","Right single quotation mark":"Закрывающая одинарная кавычка","Left double quotation mark":"Открывающая двойная кавычка","Right double quotation mark":"Закрывающая двойная кавычка","Single low-9 quotation mark":"Нижняя одинарная открывающая кавычка","Double low-9 quotation mark":"Нижняя двойная открывающая кавычка","Inverted exclamation mark":"Перевернутый восклицательный знак","Inverted question mark":"Перевернутый вопросительный знак","Two dot leader":"Двухточечный пунктир","Horizontal ellipsis":"Многоточие","Double dagger":"Двойной крестик","Per mille sign":"Знак промилле","Per ten thousand sign":"Знак на десять тысяч","Double exclamation mark":"Двойной восклицательный знак","Question exclamation mark":"Вопросительный восклицательный знак","Exclamation question mark":"Восклицательный вопросительный знак","Double question mark":"Двойной вопросительный знак","Copyright sign":"Знак авторского права","Registered sign":"Зарегистрированный товарный знак","Trade mark sign":"Знак торговой марки","Section sign":"Параграф","Paragraph sign":"Знак абзаца","Reversed paragraph sign":"Обратный знак абзаца","Character categories":"Категории",Styles:"Стили","Multiple styles":"Несколько стилей","Block styles":"Блочные стили","Text styles":"Стиль текста","Insert table":"Вставить таблицу","Header column":"Столбец заголовков","Insert column left":"Вставить столбец слева","Insert column right":"Вставить столбец справа","Delete column":"Удалить столбец","Select column":"Выбрать столбец",Column:"Столбец","Header row":"Строка заголовков","Insert row below":"Вставить строку ниже","Insert row above":"Вставить строку выше","Delete row":"Удалить строку","Select row":"Выбрать строку",Row:"Строка","Merge cell up":"Объединить с ячейкой сверху","Merge cell right":"Объединить с ячейкой справа","Merge cell down":"Объединить с ячейкой снизу","Merge cell left":"Объединить с ячейкой слева","Split cell vertically":"Разделить ячейку вертикально","Split cell horizontally":"Разделить ячейку горизонтально","Merge cells":"Объединить ячейки","Table toolbar":"Панель инструментов таблицы","Table properties":"Свойства таблицы","Cell properties":"Свойства ячейки",Border:"Граница",Style:"Стиль",Width:"Ширина",Height:"Высота",Color:"Цвет",Background:"Фон",Padding:"Отступ",Dimensions:"Размеры","Table cell text alignment":"Выравнивание текста в ячейке таблицы",Alignment:"Выравнивание","Horizontal text alignment toolbar":"Панель инструментов горизонтального выравнивания текста","Vertical text alignment toolbar":"Панель инструментов вертикального выравнивания текста","Table alignment toolbar":"Панель инструментов выравнивания таблицы",None:"Нет",Solid:"Сплошная",Dotted:"Точечная",Dashed:"Пунктирная",Double:"Двойная",Groove:"Желобчатая",Ridge:"Ребристая",Inset:"Вдавленная",Outset:"Выпуклая","Align cell text to the left":"Выровнять текст по левому краю","Align cell text to the center":"Выровнять текст по центру","Align cell text to the right":"Выровнять текст по правому краю","Justify cell text":"Выровнять текст по ширине","Align cell text to the top":"Выровнять текст ячейки по верхнему краю","Align cell text to the middle":"Выровнять текст ячейки по центру","Align cell text to the bottom":"Выровнять текст ячейки по нижнему краю","Align table to the left":"Выровнять таблицу по левому краю","Center table":"Выровнять таблицу по центру","Align table to the right":"Выровнять таблицу по правому краю","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Неверный цвет. Попробуйте \"#FF0000\" или \"rgb(255,0,0)\" или \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Неверное значение. Попробуйте \"10px\" или \"2em\" или просто \"2\".","Color picker":"Выбор цвета","Toggle caption off":"Выключить описание","Toggle caption on":"Включить описание","Enter table caption":"Подпись таблицы","Rich Text Editor":"Редактор","Editor editing area: %0":"Область редактирования редактора: %0","Edit block":"Редактировать блок",Next:"Следующий",Previous:"Предыдущий","Editor toolbar":"Панель инструментов редактора","Dropdown toolbar":"Выпадающая панель инструментов",Black:"Чёрный","Dim grey":"Тёмно-серый",Grey:"Серый","Light grey":"Светло-серый",White:"Белый",Red:"Красный",Orange:"Оранжевый",Yellow:"Жёлтый","Light green":"Салатовый",Green:"Зелёный",Aquamarine:"Аквамариновый",Turquoise:"Бирюзовый","Light blue":"Голубой",Blue:"Синий",Purple:"Фиолетовый","Editor block content toolbar":"Панель инструментов редактора","Editor contextual toolbar":"Контекстуальная панель инструментов редактора",HEX:"",Undo:"Отменить",Redo:"Повторить","Upload in progress":"Идёт загрузка","Widget toolbar":"Панель инструментов виджета","Insert paragraph before block":"Вставить параграф перед блоком","Insert paragraph after block":"Вставить параграф после блока","Press Enter to type after or press Shift + Enter to type before the widget":"Нажмите Enter для ввода текста после виджета или нажмите Shift + Enter для ввода текста перед виджетом","Words: %0":"Слов: %0","Characters: %0":"Символов: %0"} );l.getPluralForm=function(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ru'] = d['ru'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Выравнивание по левому краю","Align right":"Выравнивание по правому краю","Align center":"Выравнивание по центру",Justify:"Выравнивание по ширине","Text alignment":"Выравнивание текста","Text alignment toolbar":"Выравнивание",Bold:"Жирный",Italic:"Курсив",Underline:"Подчеркнутый",Code:"Исходный код",Strikethrough:"Зачеркнутый",Subscript:"Подстрочный",Superscript:"Надстрочный","Block quote":"Цитата","Insert code block":"Вставить код","Plain text":"Простой текст",Cancel:"Отмена","Remove color":"Убрать цвет","Restore default":"По умолчанию",Save:"Сохранить","Show more items":"Другие инструменты","%0 of %1":"%0 из %1","Cannot upload file:":"Невозможно загрузить файл","Rich Text Editor. Editing area: %0":"Редактор форматированного текста. Область редактирования: %0","Find and replace":"Найти и заменить","Find in text…":"Найти в тексте",Find:"Найти","Previous result":"Предыдущий результат","Next result":"Следующий результат",Replace:"Заменить","Replace all":"Заменить всё","Match case":"С учетом регистра","Whole words only":"Только слова целиком","Replace with…":"Заменить на...","Text to find must not be empty.":"Искомый текст не должен быть пустым.","Tip: Find some text first in order to replace it.":"Совет: сначала найдите текст, чтобы заменить его.","Show options":"Показать опции",Paragraph:"Параграф",Heading:"Стиль","Choose heading":"Выбор стиля","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4","Heading 5":"Заголовок 5","Heading 6":"Заголовок 6","Type your title":"Введите заголовок","Type or paste your content here.":"Введите или вставьте сюда ваш текст","Horizontal line":"Горизонтальная линия","HTML object":"HTML объект","Increase indent":"Увеличить отступ","Decrease indent":"Уменьшить отступ",Unlink:"Убрать ссылку",Link:"Ссылка","Link URL":"Ссылка URL","Link image":"Ссылка на изображение","Edit link":"Редактировать ссылку","Open link in new tab":"Открыть ссылку в новой вкладке","This link has no URL":"Для этой ссылки не установлен адрес URL","Open in a new tab":"Открыть в новой вкладке",Downloadable:"Загружаемые","Numbered List":"Нумерованный список","Bulleted List":"Маркированный список","To-do List":"Список задач","Bulleted list styles toolbar":"Стили маркированного списка","Numbered list styles toolbar":"Стили нумерованного списка","Toggle the disc list style":"Переключить на стиль списка с маркерами в виде закрашенного кружка","Toggle the circle list style":"Переключить на стиль списка с маркерами в виде незакрашенного кружка","Toggle the square list style":"Переключить на стиль списка с квадратными маркерами","Toggle the decimal list style":"Переключить на стиль списка с цифровыми маркерами","Toggle the decimal with leading zero list style":"Переключить на стиль списка с маркерами в виде цифр с нулем в начале","Toggle the lower–roman list style":"Переключить на стиль списка с маркерами в виде строчных римских цифр","Toggle the upper–roman list style":"Переключить на стиль списка с маркерами в виде заглавных римских цифр","Toggle the lower–latin list style":"Переключить на стиль списка с маркерами в виде строчных латинских букв","Toggle the upper–latin list style":"Переключить на стиль списка с маркерами в виде заглавных латинских букв",Disc:"Диск",Circle:"Окружность",Square:"Квадрат",Decimal:"Десятичный","Decimal with leading zero":"Десятичный с ведущим нулем","Lower–roman":"Малые римские","Upper-roman":"Большие римские","Lower-latin":"Малые латинские","Upper-latin":"Большие латинские","List properties":"Свойства списка","Start at":"Начать с","Start index must be greater than 0.":"Начальный индекс должен быть больше 0.","Reversed order":"Обратный порядок","Remove Format":"Убрать форматирование","Select all":"Выбрать все","Show blocks":"Показать блоки",Source:"HTML редактор","Special characters":"Спецсимволы",All:"Все",Arrows:"Стрелки",Currency:"Валюта",Latin:"Латинские",Mathematical:"Математические",Text:"Текст","leftwards simple arrow":"простая стрелка влево","rightwards simple arrow":"простая стрелка вправо","upwards simple arrow":"простая стрелка вверх","downwards simple arrow":"простая стрелка вниз","leftwards double arrow":"Двойная стрелка влево","rightwards double arrow":"Двойная стрелка вправо","upwards double arrow":"Двойная стрелка вверх","downwards double arrow":"Двойная стрелка вниз","leftwards dashed arrow":"Пунктирная стрелка влево","rightwards dashed arrow":"Пунктирная стрелка вправо","upwards dashed arrow":"Пунктирная стрелка вверх","downwards dashed arrow":"Пунктирная стрелка вниз","leftwards arrow to bar":"Стрелка влево, упирающаяся в планку","rightwards arrow to bar":"Стрелка вправо, упирающаяся в планку","upwards arrow to bar":"Стрелка вверх, упирающаяся в планку","downwards arrow to bar":"Стрелка вниз, упирающаяся в планку","up down arrow with base":"Стрелка вверх и вниз от планки внизу","back with leftwards arrow above":"Стрелка влево над словом BACK (назад)","end with leftwards arrow above":"Стрелка влево над словом END (конец)","on with exclamation mark with left right arrow above":"Стрелка влево и вправо над словом ON! (включить)","soon with rightwards arrow above":"Стрелка вправо над словом SOON (скоро)","top with upwards arrow above":"Стрелка вверх над словом TOP (верх)","Dollar sign":"Символ доллара","Euro sign":"Символ евро","Yen sign":"Символ иены","Pound sign":"Символ фунта стерлингов","Cent sign":"Символ цента","Euro-currency sign":"Символ евровалюты","Colon sign":"Символ двоеточия","Cruzeiro sign":"Символ бразильского крузейро","French franc sign":"Символ французского франка","Lira sign":"Символ лиры","Currency sign":"Символ валюты","Bitcoin sign":"Символ биткоина","Mill sign":"Символ милль","Naira sign":"Символ найры","Peseta sign":"Символ песеты","Rupee sign":"Символ рупии","Won sign":"Символ воны","New sheqel sign":"Символ нового шекеля","Dong sign":"Символ донга","Kip sign":"Символ кипа","Tugrik sign":"Символ тугрика","Drachma sign":"Символ драхмы","German penny sign":"Символ немецкого пенни","Peso sign":"Символ песо","Guarani sign":"Символ гуарани","Austral sign":"Символ аргентинского аустраля","Hryvnia sign":"Символ гривны","Cedi sign":"Символ ганского седи","Livre tournois sign":"Символ турского ливра","Spesmilo sign":"Символ спесмило","Tenge sign":"Символ тенге","Indian rupee sign":"Символ индийской рупии","Turkish lira sign":"Символ турецкой лиры","Nordic mark sign":"Символ скандинавской марки","Manat sign":"Символ маната","Ruble sign":"Символ рубля","Latin capital letter a with macron":"Латинская заглавная буква «A» с макроном","Latin small letter a with macron":"Латинская строчная буква «a» с макроном","Latin capital letter a with breve":"Латинская заглавная буква «A» с бревисом","Latin small letter a with breve":"Латинская строчная буква «a» с бревисом","Latin capital letter a with ogonek":"Латинская заглавная буква «A» с огонеком","Latin small letter a with ogonek":"Латинская строчная буква «a» с огонеком","Latin capital letter c with acute":"Латинская заглавная буква «C» с акутом","Latin small letter c with acute":"Латинская строчная буква «c» с акутом","Latin capital letter c with circumflex":"Латинская заглавная буква «C» с циркумфлексом","Latin small letter c with circumflex":"Латинская строчная буква «c» с циркумфлексом","Latin capital letter c with dot above":"Латинская заглавная буква «C» с точкой сверху","Latin small letter c with dot above":"Латинская строчная буква «c» с точкой сверху","Latin capital letter c with caron":"Латинская заглавная буква «C» с гачеком","Latin small letter c with caron":"Латинская строчная буква «c» с гачеком","Latin capital letter d with caron":"Латинская заглавная буква «D» с гачеком","Latin small letter d with caron":"Латинская строчная буква «d» с гачеком","Latin capital letter d with stroke":"Латинская заглавная буква «D» со штрихом","Latin small letter d with stroke":"Латинская строчная буква «d» со штрихом","Latin capital letter e with macron":"Латинская заглавная буква «E» с макроном","Latin small letter e with macron":"Латинская строчная буква «e» с макроном","Latin capital letter e with breve":"Латинская заглавная буква «E» с бревисом","Latin small letter e with breve":"Латинская строчная буква «e» с бревисом","Latin capital letter e with dot above":"Латинская заглавная буква «E» с точкой сверху","Latin small letter e with dot above":"Латинская строчная буква «e» с точкой сверху","Latin capital letter e with ogonek":"Латинская заглавная буква «E» с огонеком","Latin small letter e with ogonek":"Латинская строчная буква «e» с огонеком","Latin capital letter e with caron":"Латинская заглавная буква «E» с гачеком","Latin small letter e with caron":"Латинская строчная буква «e» с гачеком","Latin capital letter g with circumflex":"Латинская заглавная буква «G» с циркумфлексом","Latin small letter g with circumflex":"Латинская строчная буква «g» с циркумфлексом","Latin capital letter g with breve":"Латинская заглавная буква «G» с бревисом","Latin small letter g with breve":"Латинская строчная буква «g» с бревисом","Latin capital letter g with dot above":"Латинская заглавная буква «G» с точкой сверху","Latin small letter g with dot above":"Латинская строчная буква «g» с точкой сверху","Latin capital letter g with cedilla":"Латинская заглавная буква «G» с седилью","Latin small letter g with cedilla":"Латинская строчная буква «g» с седилью","Latin capital letter h with circumflex":"Латинская заглавная буква «H» с циркумфлексом","Latin small letter h with circumflex":"Латинская строчная буква «h» с циркумфлексом","Latin capital letter h with stroke":"Латинская заглавная буква «H» со штрихом","Latin small letter h with stroke":"Латинская строчная буква «h» со штрихом","Latin capital letter i with tilde":"Латинская заглавная буква «I» с тильдой","Latin small letter i with tilde":"Латинская строчная буква «i» с тильдой","Latin capital letter i with macron":"Латинская заглавная буква «I» с макроном","Latin small letter i with macron":"Латинская строчная буква «i» с макроном","Latin capital letter i with breve":"Латинская заглавная буква «I» с бревисом","Latin small letter i with breve":"Латинская строчная буква «i» с бревисом","Latin capital letter i with ogonek":"Латинская заглавная буква «I» с огонеком","Latin small letter i with ogonek":"Латинская строчная буква «i» с огонеком","Latin capital letter i with dot above":"Латинская заглавная буква «I» с точкой сверху","Latin small letter dotless i":"Латинская строчная буква «i» без точки","Latin capital ligature ij":"Латинская заглавная лигатура «IJ»","Latin small ligature ij":"Латинская строчная лигатура «ij»","Latin capital letter j with circumflex":"Латинская заглавная буква «J» с циркумфлексом","Latin small letter j with circumflex":"Латинская строчная буква «j» с циркумфлексом","Latin capital letter k with cedilla":"Латинская заглавная буква «K» с седилью","Latin small letter k with cedilla":"Латинская строчная буква «k» с седилью","Latin small letter kra":"Латинская строчная буква кра","Latin capital letter l with acute":"Латинская заглавная буква «L» с акутом","Latin small letter l with acute":"Латинская строчная буква «l» с акутом","Latin capital letter l with cedilla":"Латинская заглавная буква «L» с седилью","Latin small letter l with cedilla":"Латинская строчная буква «l» с седилью","Latin capital letter l with caron":"Латинская заглавная буква «L» с гачеком","Latin small letter l with caron":"Латинская строчная буква «l» с гачеком","Latin capital letter l with middle dot":"Латинская заглавная буква «L» с внутристрочной точкой","Latin small letter l with middle dot":"Латинская строчная буква «l» с внутристрочной точкой","Latin capital letter l with stroke":"Латинская заглавная буква «L» со штрихом","Latin small letter l with stroke":"Латинская строчная буква «l» со штрихом","Latin capital letter n with acute":"Латинская заглавная буква «N» с акутом","Latin small letter n with acute":"Латинская строчная буква «n» с акутом","Latin capital letter n with cedilla":"Латинская заглавная буква «N» с седилью","Latin small letter n with cedilla":"Латинская строчная буква «n» с седилью","Latin capital letter n with caron":"Латинская заглавная буква «N» с гачеком","Latin small letter n with caron":"Латинская строчная буква «n» с гачеком","Latin small letter n preceded by apostrophe":"Латинская строчная буква «n» с предшествующим апострофом","Latin capital letter eng":"Латинская заглавная буква энг","Latin small letter eng":"Латинская строчная буква энг","Latin capital letter o with macron":"Латинская заглавная буква «O» с макроном","Latin small letter o with macron":"Латинская строчная буква «o» с макроном","Latin capital letter o with breve":"Латинская заглавная буква «O» с бревисом","Latin small letter o with breve":"Латинская строчная буква «o» с бревисом","Latin capital letter o with double acute":"Латинская заглавная буква «O» с двойным акутом","Latin small letter o with double acute":"Латинская строчная буква «o» с двойным акутом","Latin capital ligature oe":"Латинская заглавная лигатура OE","Latin small ligature oe":"Латинская строчная лигатура oe","Latin capital letter r with acute":"Латинская заглавная буква «R» с акутом","Latin small letter r with acute":"Латинская строчная буква «r» с акутом","Latin capital letter r with cedilla":"Латинская заглавная буква «R» с седилью","Latin small letter r with cedilla":"Латинская строчная буква «r» с седилью","Latin capital letter r with caron":"Латинская заглавная буква «R» с гачеком","Latin small letter r with caron":"Латинская строчная буква «r» с гачеком","Latin capital letter s with acute":"Латинская заглавная буква «S» с акутом","Latin small letter s with acute":"Латинская строчная буква «s» с акутом","Latin capital letter s with circumflex":"Латинская заглавная буква «S» с циркумфлексом","Latin small letter s with circumflex":"Латинская строчная буква «s» с циркумфлексом","Latin capital letter s with cedilla":"Латинская заглавная буква «S» с седилью","Latin small letter s with cedilla":"Латинская строчная буква «s» с седилью","Latin capital letter s with caron":"Латинская заглавная буква «S» с гачеком","Latin small letter s with caron":"Латинская строчная буква «s» с гачеком","Latin capital letter t with cedilla":"Латинская заглавная буква «T» с седилью","Latin small letter t with cedilla":"Латинская строчная буква «t» с седилью","Latin capital letter t with caron":"Латинская заглавная буква «T» с гачеком","Latin small letter t with caron":"Латинская строчная буква «t» с гачеком","Latin capital letter t with stroke":"Латинская заглавная буква «T» со штрихом","Latin small letter t with stroke":"Латинская строчная буква «t» со штрихом","Latin capital letter u with tilde":"Латинская заглавная буква «U» с тильдой","Latin small letter u with tilde":"Латинская строчная буква «u» с тильдой","Latin capital letter u with macron":"Латинская заглавная буква «U» с макроном","Latin small letter u with macron":"Латинская строчная буква «u» с макроном","Latin capital letter u with breve":"Латинская заглавная буква «U» с бревисом","Latin small letter u with breve":"Латинская строчная буква «u» с бревисом","Latin capital letter u with ring above":"Латинская заглавная буква «U» с кружком сверху","Latin small letter u with ring above":"Латинская строчная буква «u» с кружком сверху","Latin capital letter u with double acute":"Латинская заглавная буква «U» с двойным акутом","Latin small letter u with double acute":"Латинская строчная буква «u» с двойным акутом","Latin capital letter u with ogonek":"Латинская заглавная буква «U» с огонеком","Latin small letter u with ogonek":"Латинская строчная буква «u» с огонеком","Latin capital letter w with circumflex":"Латинская заглавная буква «W» с циркумфлексом","Latin small letter w with circumflex":"Латинская строчная буква «w» с циркумфлексом","Latin capital letter y with circumflex":"Латинская заглавная буква «Y» с циркумфлексом","Latin small letter y with circumflex":"Латинская строчная буква «y» с циркумфлексом","Latin capital letter y with diaeresis":"Латинская заглавная буква «Y» с диэрезисом","Latin capital letter z with acute":"Латинская заглавная буква «Z» с акутом","Latin small letter z with acute":"Латинская строчная буква «z» с акутом","Latin capital letter z with dot above":"Латинская заглавная буква «Z» с точкой сверху","Latin small letter z with dot above":"Латинская строчная буква «z» с точкой сверху","Latin capital letter z with caron":"Латинская заглавная буква «Z» с гачеком","Latin small letter z with caron":"Латинская строчная буква «z» с гачеком","Latin small letter long s":"Латинская строчная буква длинная «s»","Less-than sign":"Знак меньше","Greater-than sign":"Знак больше","Less-than or equal to":"Меньше либо равно","Greater-than or equal to":"Больше либо равно","En dash":"Среднее тире","Em dash":"Длинное тире",Macron:"Макрон",Overline:"Надчёркивание","Degree sign":"Знак градуса","Minus sign":"Знак минус","Plus-minus sign":"Знак плюс-минус","Division sign":"Знак деления","Fraction slash":"Дробная наклонная черта","Multiplication sign":"Знак умножения","Latin small letter f with hook":"Латинская строчная буква «f» с хвостиком",Integral:"Интеграл","N-ary summation":"N-арная сумма",Infinity:"Бесконечность","Square root":"Квадратный корень","Tilde operator":"Оператор тильда","Approximately equal to":"Конгруэнтность (геометрическое равенство)","Almost equal to":"Почти равный","Not equal to":"Не равно","Identical to":"Тождественно равно","Element of":"Принадлежит","Not an element of":"Не принадлежит","Contains as member":"Содержит как член","N-ary product":"N-арное произведение","Logical and":"Логическое И","Logical or":"Логическое ИЛИ","Not sign":"Знак отрицания",Intersection:"Пересечение",Union:"Объединение","Partial differential":"Частичный дифференциал","For all":"Для всех","There exists":"Существует","Empty set":"Пустое множество",Nabla:"Набла","Asterisk operator":"Оператор звездочка","Proportional to":"Пропорционально",Angle:"Угол","Vulgar fraction one quarter":"Дробь – одна четверть","Vulgar fraction one half":"Дробь – одна вторая","Vulgar fraction three quarters":"Дробь – три четверти","Single left-pointing angle quotation mark":"Одинарная открывающая (левая) французская угловая кавычка","Single right-pointing angle quotation mark":"Одинарная закрывающая (правая) французская угловая кавычка","Left-pointing double angle quotation mark":"Открывающая левая кавычка «ёлочка»","Right-pointing double angle quotation mark":"Закрывающая правая кавычка «ёлочка»","Left single quotation mark":"Открывающая одинарная кавычка","Right single quotation mark":"Закрывающая одинарная кавычка","Left double quotation mark":"Открывающая двойная кавычка","Right double quotation mark":"Закрывающая двойная кавычка","Single low-9 quotation mark":"Нижняя одинарная открывающая кавычка","Double low-9 quotation mark":"Нижняя двойная открывающая кавычка","Inverted exclamation mark":"Перевернутый восклицательный знак","Inverted question mark":"Перевернутый вопросительный знак","Two dot leader":"Двухточечный пунктир","Horizontal ellipsis":"Многоточие","Double dagger":"Двойной крестик","Per mille sign":"Знак промилле","Per ten thousand sign":"Знак на десять тысяч","Double exclamation mark":"Двойной восклицательный знак","Question exclamation mark":"Вопросительный восклицательный знак","Exclamation question mark":"Восклицательный вопросительный знак","Double question mark":"Двойной вопросительный знак","Copyright sign":"Знак авторского права","Registered sign":"Зарегистрированный товарный знак","Trade mark sign":"Знак торговой марки","Section sign":"Параграф","Paragraph sign":"Знак абзаца","Reversed paragraph sign":"Обратный знак абзаца","Character categories":"Категории",Styles:"Стили","Multiple styles":"Несколько стилей","Block styles":"Блочные стили","Text styles":"Стиль текста","Insert table":"Вставить таблицу","Header column":"Столбец заголовков","Insert column left":"Вставить столбец слева","Insert column right":"Вставить столбец справа","Delete column":"Удалить столбец","Select column":"Выбрать столбец",Column:"Столбец","Header row":"Строка заголовков","Insert row below":"Вставить строку ниже","Insert row above":"Вставить строку выше","Delete row":"Удалить строку","Select row":"Выбрать строку",Row:"Строка","Merge cell up":"Объединить с ячейкой сверху","Merge cell right":"Объединить с ячейкой справа","Merge cell down":"Объединить с ячейкой снизу","Merge cell left":"Объединить с ячейкой слева","Split cell vertically":"Разделить ячейку вертикально","Split cell horizontally":"Разделить ячейку горизонтально","Merge cells":"Объединить ячейки","Table toolbar":"Панель инструментов таблицы","Table properties":"Свойства таблицы","Cell properties":"Свойства ячейки",Border:"Граница",Style:"Стиль",Width:"Ширина",Height:"Высота",Color:"Цвет",Background:"Фон",Padding:"Отступ",Dimensions:"Размеры","Table cell text alignment":"Выравнивание текста в ячейке таблицы",Alignment:"Выравнивание","Horizontal text alignment toolbar":"Панель инструментов горизонтального выравнивания текста","Vertical text alignment toolbar":"Панель инструментов вертикального выравнивания текста","Table alignment toolbar":"Панель инструментов выравнивания таблицы",None:"Нет",Solid:"Сплошная",Dotted:"Точечная",Dashed:"Пунктирная",Double:"Двойная",Groove:"Желобчатая",Ridge:"Ребристая",Inset:"Вдавленная",Outset:"Выпуклая","Align cell text to the left":"Выровнять текст по левому краю","Align cell text to the center":"Выровнять текст по центру","Align cell text to the right":"Выровнять текст по правому краю","Justify cell text":"Выровнять текст по ширине","Align cell text to the top":"Выровнять текст ячейки по верхнему краю","Align cell text to the middle":"Выровнять текст ячейки по центру","Align cell text to the bottom":"Выровнять текст ячейки по нижнему краю","Align table to the left":"Выровнять таблицу по левому краю","Center table":"Выровнять таблицу по центру","Align table to the right":"Выровнять таблицу по правому краю","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Неверный цвет. Попробуйте \"#FF0000\" или \"rgb(255,0,0)\" или \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Неверное значение. Попробуйте \"10px\" или \"2em\" или просто \"2\".","Color picker":"Выбор цвета","Toggle caption off":"Выключить описание","Toggle caption on":"Включить описание","Enter table caption":"Подпись таблицы","Rich Text Editor":"Редактор","Editor editing area: %0":"Область редактирования редактора: %0","Edit block":"Редактировать блок",Next:"Следующий",Previous:"Предыдущий","Editor toolbar":"Панель инструментов редактора","Dropdown toolbar":"Выпадающая панель инструментов",Black:"Чёрный","Dim grey":"Тёмно-серый",Grey:"Серый","Light grey":"Светло-серый",White:"Белый",Red:"Красный",Orange:"Оранжевый",Yellow:"Жёлтый","Light green":"Салатовый",Green:"Зелёный",Aquamarine:"Аквамариновый",Turquoise:"Бирюзовый","Light blue":"Голубой",Blue:"Синий",Purple:"Фиолетовый","Editor block content toolbar":"Панель инструментов редактора","Editor contextual toolbar":"Контекстуальная панель инструментов редактора",HEX:"HEX",Accept:"Принять",Undo:"Отменить",Redo:"Повторить","Upload in progress":"Идёт загрузка","Widget toolbar":"Панель инструментов виджета","Insert paragraph before block":"Вставить параграф перед блоком","Insert paragraph after block":"Вставить параграф после блока","Press Enter to type after or press Shift + Enter to type before the widget":"Нажмите Enter для ввода текста после виджета или нажмите Shift + Enter для ввода текста перед виджетом","Words: %0":"Слов: %0","Characters: %0":"Символов: %0"} );l.getPluralForm=function(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sk.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sk.js index 5c2f96fb5049..ab06b1c5154f 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sk.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sk.js @@ -1 +1 @@ -(function(d){ const l = d['sk'] = d['sk'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Zarovnať vľavo","Align right":"Zarovnať vpravo","Align center":"Zarovnať na stred",Justify:"Do bloku","Text alignment":"Zarovnanie textu","Text alignment toolbar":"Panel nástrojov zarovnania textu",Bold:"Tučné",Italic:"Kurzíva",Underline:"Podčiarknuté",Code:"Kód",Strikethrough:"Preškrtnuté",Subscript:"Dolný index",Superscript:"Horný index","Block quote":"Citát","Insert code block":"Vložte blok kódu","Plain text":"Čistý text",Cancel:"Zrušiť","Remove color":"Zrušiť farbu","Restore default":"Obnoviť predvolené",Save:"Uložiť","Show more items":"Zobraziť viac položiek","%0 of %1":"%0 z %1","Cannot upload file:":"Nie je možné nahrať súbor:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Oblasť úprav: %0","Find and replace":"Vyhľadať a nahradiť","Find in text…":"Vyhľadať v texte...",Find:"Vyhľadať","Previous result":"Predchádzajúci výsledok","Next result":"Nasledujúci výsledok",Replace:"Nahradiť","Replace all":"Nahradiť všetko","Match case":"Presná zhoda","Whole words only":"Iba celé slová","Replace with…":"Nahradiť za...","Text to find must not be empty.":"Text vyhľadávania nemôže byť prázdny.","Tip: Find some text first in order to replace it.":"Tip: Najskôr vyhľadajte text, ktorý následne môžete nahradiť.","Show options":"Zobraziť možnosti",Paragraph:"Odsek",Heading:"Nadpis","Choose heading":"Vyberte nadpis","Heading 1":"Nadpis 1","Heading 2":"Nadpis 2","Heading 3":"Nadpis 3","Heading 4":"Nadpis 4","Heading 5":"Nadpis 5","Heading 6":"Nadpis 6","Type your title":"Vložte nadpis","Type or paste your content here.":"Vložte obsah","Horizontal line":"Vodorovná čiara","HTML object":"HTML objekt","Increase indent":"Zväčšiť odsadenie","Decrease indent":"Zmenšiť odsadenie",Unlink:"Zrušiť odkaz",Link:"Odkaz","Link URL":"URL adresa","Link image":"Adresa obrázku","Edit link":"Upraviť odkaz","Open link in new tab":"Otvoriť odkaz v novom okne","This link has no URL":"Tento odkaz nemá nastavenú URL adresu","Open in a new tab":"Otvoriť v novej záložke",Downloadable:"Na stiahnutie","Numbered List":"Číslovaný zoznam","Bulleted List":"Zoznam s odrážkami","To-do List":"To-do zoznam","Bulleted list styles toolbar":"Panel zoznamu s odrážkami","Numbered list styles toolbar":"Panel so štýlmi číslovaného zoznamu","Toggle the disc list style":"Prepnúť na zoznam s označením plného kruhu","Toggle the circle list style":"Prepnúť na zoznam s kruhovým označením","Toggle the square list style":"Prepnúť na zoznam so štvorcovým označením","Toggle the decimal list style":"Prepnúť na číselný zoznam","Toggle the decimal with leading zero list style":"Prepnúť na číselný zoznam s nulou na začiatku","Toggle the lower–roman list style":"Prepnúť na zoznam s malými rímskymi číslami","Toggle the upper–roman list style":"Prepnúť na zoznam s veľkými rímskymi číslami","Toggle the lower–latin list style":"Prepnúť na zoznam s malými písmenami","Toggle the upper–latin list style":"Prepnúť na zoznam s veľkými písmenami",Disc:"Plný kruh",Circle:"Kruh",Square:"Štvorec",Decimal:"Čísla","Decimal with leading zero":"Čísla s nulou na začiatku","Lower–roman":"Malé rímske čísla","Upper-roman":"Veľké rímske čísla","Lower-latin":"Malé písmená","Upper-latin":"Veľké písmená","List properties":"Vlastnosti zoznamu","Start at":"Prvá položka","Start index must be greater than 0.":"Prvá položka musí mať index väčší ako 0.","Reversed order":"Obrátene poradie","Remove Format":"Vyčistiť formátovanie","Select all":"Označiť všetko",Source:"Zdroj","Special characters":"Špeciálne znaky",All:"Všetko",Arrows:"Šípky",Currency:"Mena",Latin:"Latinský",Mathematical:"Matematický",Text:"Text","leftwards simple arrow":"jednoduchá šípka doľava","rightwards simple arrow":"jednoduchá šípka doprava","upwards simple arrow":"jednoduchá šípka nahor","downwards simple arrow":"jednoduchá šípka nadol","leftwards double arrow":"dvojitá šípka doľava","rightwards double arrow":"dvojitá šípka doprava","upwards double arrow":"dvojitá šípka nahor","downwards double arrow":"dvojitá šípka nadol","leftwards dashed arrow":"prerušovaná šípka doľava","rightwards dashed arrow":"čiarkovaná šípka doprava","upwards dashed arrow":"čiarkovaná šípka nahor","downwards dashed arrow":"prerušovaná šípka nadol","leftwards arrow to bar":"šípka doľava do zvislej čiary","rightwards arrow to bar":"šípka doprava do zvislej čiary","upwards arrow to bar":"šípka nahor do zvislej čiary","downwards arrow to bar":"šípka nadol do zvislej čiary","up down arrow with base":"Šípka hore-dole od základne","back with leftwards arrow above":"Šípka späť","end with leftwards arrow above":"Šípka koniec","on with exclamation mark with left right arrow above":"ON s výkričníkom so šípkou doľava doprava hore","soon with rightwards arrow above":"čoskoro so šípkou doprava hore","top with upwards arrow above":"TOP so šípkou hore","Dollar sign":"Znak Dolár","Euro sign":"Znak Euro","Yen sign":"Znak Jen","Pound sign":"Znak Libra","Cent sign":"Znak cent","Euro-currency sign":"Mena Euro","Colon sign":"Dvojbodka","Cruzeiro sign":"Mena Cruzeiro","French franc sign":"Mena Francúzsky Frank","Lira sign":"Mena Líra","Currency sign":"Znak meny","Bitcoin sign":"Mena Bitcoin","Mill sign":"Znak Mill","Naira sign":"Znak Naira","Peseta sign":"Znak Peseta","Rupee sign":"Znak Rupee","Won sign":"Znak Won","New sheqel sign":"Nový znak šekelu","Dong sign":"Znak Dong","Kip sign":"Znak Kip","Tugrik sign":"Znak Tugrik","Drachma sign":"Znak Drachma","German penny sign":"Nemecká penny","Peso sign":"Znak Peso","Guarani sign":"Znak Guarani","Austral sign":"Znak Austral","Hryvnia sign":"Znak Hryvnia","Cedi sign":"Znak Cedi","Livre tournois sign":"Znak Livre tournois","Spesmilo sign":"Znak Spesmilo","Tenge sign":"Znak Tenge","Indian rupee sign":"Znak Indická rupia","Turkish lira sign":"Znak Turecká líra","Nordic mark sign":"Znak Nórska marka","Manat sign":"Znak Manat","Ruble sign":"Znak Ruble","Latin capital letter a with macron":"Latinské veľké písmeno a s čiarou","Latin small letter a with macron":"Latinské malé písmeno a s čiarou","Latin capital letter a with breve":"Latinské veľké písmeno a s mäkčeňom","Latin small letter a with breve":"Latinské malé písmeno a s mäkčeňom","Latin capital letter a with ogonek":"Latinské veľké písmeno a s háčikom","Latin small letter a with ogonek":"Latinské malé písmeno a s háčikom","Latin capital letter c with acute":"Latinské veľké písmeno c s dĺžňom","Latin small letter c with acute":"Latinské malé písmeno c s dĺžňom","Latin capital letter c with circumflex":"Latinské veľké písmeno c s obráteným mäkčeňom","Latin small letter c with circumflex":"Latinské malé písmeno c s obráteným mäkčeňom","Latin capital letter c with dot above":"Latinské veľké písmeno c s bodkou nad znakom","Latin small letter c with dot above":"Latinské malé písmeno c s bodkou nad znakom","Latin capital letter c with caron":"Latinské veľké písmeno c s mäkčeňom","Latin small letter c with caron":"Latinské malé písmeno c s mäkčeňom","Latin capital letter d with caron":"Latinské veľké písmeno d s mäkčeňom","Latin small letter d with caron":"Latinské malé písmeno d s mäkčeňom","Latin capital letter d with stroke":"Latinské veľké písmeno d s prečiarknutím","Latin small letter d with stroke":"Latinské malé písmeno d s prečiarknutím","Latin capital letter e with macron":"Latinské veľké písmeno e s čiarou","Latin small letter e with macron":"Latinské malé písmeno e s čiarou","Latin capital letter e with breve":"Latinské veľké písmeno e s mäkčeňom","Latin small letter e with breve":"Latinské malé písmeno e s mäkčeňom","Latin capital letter e with dot above":"Latinské veľké písmeno e s bodkou nad znakom","Latin small letter e with dot above":"Latinské malé písmeno e s bodkou nad znakom","Latin capital letter e with ogonek":"Latinské veľké písmeno e s háčikom","Latin small letter e with ogonek":"Latinské malé písmeno e s háčikom","Latin capital letter e with caron":"Latinské veľké písmeno e s mäkčeňom","Latin small letter e with caron":"Latinské malé písmeno e s mäkčeňom","Latin capital letter g with circumflex":"Latinské veľké písmeno g s obráteným mäkčeňom","Latin small letter g with circumflex":"Latinské malé písmeno g s obráteným mäkčeňom","Latin capital letter g with breve":"Latinské veľké písmeno g s mäkčeňom","Latin small letter g with breve":"Latinské malé písmeno g s mäkčeňom","Latin capital letter g with dot above":"Latinské veľké písmeno g s bodkou nad znakom","Latin small letter g with dot above":"Latinské malé písmeno g s bodkou nad znakom","Latin capital letter g with cedilla":"Latinské veľké písmeno g s háčikom","Latin small letter g with cedilla":"Latinské malé písmeno g s háčikom","Latin capital letter h with circumflex":"Latinské veľké písmeno h s obráteným mäkčeňom","Latin small letter h with circumflex":"Latinské malé písmeno h s obráteným mäkčeňom","Latin capital letter h with stroke":"Latinské veľké písmeno h s prečiarknutím","Latin small letter h with stroke":"Latinské malé písmeno h s prečiarknutím","Latin capital letter i with tilde":"Latinské veľké písmeno i s vlnovkou","Latin small letter i with tilde":"Latinské malé písmeno i s vlnovkou","Latin capital letter i with macron":"Latinské veľké písmeno i s čiarou","Latin small letter i with macron":"Latinské malé písmeno i s čiarou","Latin capital letter i with breve":"Latinské veľké písmeno i s mäkčeňom","Latin small letter i with breve":"Latinské malé písmeno i s mäkčeňom","Latin capital letter i with ogonek":"Latinské veľké písmeno i s háčikom","Latin small letter i with ogonek":"Latinské malé písmeno i s háčikom","Latin capital letter i with dot above":"Latinské veľké písmeno i s bodkou nad znakom","Latin small letter dotless i":"Latinské malé písmeno i bez bodky","Latin capital ligature ij":"Latinský veľký znak ligatúry ij","Latin small ligature ij":"Latinský malý znak ligatúry ij","Latin capital letter j with circumflex":"Latinské veľké písmeno j s obráteným mäkčeňom","Latin small letter j with circumflex":"Latinské malé písmeno j s obráteným mäkčeňom","Latin capital letter k with cedilla":"Latinské veľké písmeno k s háčikom","Latin small letter k with cedilla":"Latinské malé písmeno k s háčikom","Latin small letter kra":"latinský malý znak Kra","Latin capital letter l with acute":"Latinské veľké písmeno l s dĺžňom","Latin small letter l with acute":"Latinské malé písmeno l s dĺžňom","Latin capital letter l with cedilla":"Latinské veľké písmeno l s háčikom","Latin small letter l with cedilla":"Latinské malé písmeno l s háčikom","Latin capital letter l with caron":"Latinské veľké písmeno l s mäkčeňom","Latin small letter l with caron":"Latinské malé písmeno l s mäkčeňom","Latin capital letter l with middle dot":"Latinské veľké písmeno l s bodkou uprostred","Latin small letter l with middle dot":"Latinské malé písmeno l s bodkou uprostred","Latin capital letter l with stroke":"Latinské veľké písmeno l s prečiarknutím","Latin small letter l with stroke":"Latinské malé písmeno l s prečiarknutím","Latin capital letter n with acute":"Latinské veľké písmeno n s dĺžňom","Latin small letter n with acute":"Latinské malé písmeno n s dĺžňom","Latin capital letter n with cedilla":"Latinské veľké písmeno n s háčikom","Latin small letter n with cedilla":"Latinské malé písmeno n s háčikom","Latin capital letter n with caron":"Latinské veľké písmeno n s mäkčeňom","Latin small letter n with caron":"Latinské malé písmeno n s mäkčeňom","Latin small letter n preceded by apostrophe":"Latinské malé písmeno n s apostrofom","Latin capital letter eng":"Latinské veľké písmeno Eng","Latin small letter eng":"Latinské malé písmeno Eng","Latin capital letter o with macron":"Latinské veľké písmeno o s čiarou","Latin small letter o with macron":"Latinské malé písmeno o s čiarou","Latin capital letter o with breve":"Latinské veľké písmeno o s mäkčeňom","Latin small letter o with breve":"Latinské malé písmeno o s mäkčeňom","Latin capital letter o with double acute":"Latinské veľké písmeno o s dĺžňom","Latin small letter o with double acute":"Latinské malé písmeno o s dĺžňom","Latin capital ligature oe":"Latinský veľký znak ligatúry oe","Latin small ligature oe":"Latinský malý znak ligatúry oe","Latin capital letter r with acute":"Latinské veľké písmeno r s dĺžňom","Latin small letter r with acute":"Latinské malé písmeno r s dĺžňom","Latin capital letter r with cedilla":"Latinské veľké písmeno r s háčikom","Latin small letter r with cedilla":"Latinské malé písmeno r s háčikom","Latin capital letter r with caron":"Latinské veľké písmeno r s mäkčeňom","Latin small letter r with caron":"Latinské malé písmeno r s mäkčeňom","Latin capital letter s with acute":"Latinské veľké písmeno s s dĺžňom","Latin small letter s with acute":"Latinské malé písmeno s s dĺžňom","Latin capital letter s with circumflex":"Latinské veľké písmeno s s obráteným mäkčeňom","Latin small letter s with circumflex":"Latinské malé písmeno s s obráteným mäkčeňom","Latin capital letter s with cedilla":"Latinské veľké písmeno s s háčikom","Latin small letter s with cedilla":"Latinské malé písmeno s s háčikom","Latin capital letter s with caron":"Latinské veľké písmeno s s mäkčeňom","Latin small letter s with caron":"Latinské malé písmeno s s mäkčeňom","Latin capital letter t with cedilla":"Latinské veľké písmeno t s háčikom","Latin small letter t with cedilla":"Latinské malé písmeno t s háčikom","Latin capital letter t with caron":"Latinské veľké písmeno t s mäkčeňom","Latin small letter t with caron":"Latinské malé písmeno t s mäkčeňom","Latin capital letter t with stroke":"Latinské veľké písmeno t s prečiarknutím","Latin small letter t with stroke":"Latinské malé písmeno t s prečiarknutím","Latin capital letter u with tilde":"Latinské veľké písmeno u s vlnovkou","Latin small letter u with tilde":"Latinské malé písmeno u s vlnovkou","Latin capital letter u with macron":"Latinské veľké písmeno u s čiarou","Latin small letter u with macron":"Latinské malé písmeno o s čiarou","Latin capital letter u with breve":"Latinské veľké písmeno u s mäkčeňom","Latin small letter u with breve":"Latinské malé písmeno u s mäkčeňom","Latin capital letter u with ring above":"Latinské veľké písmeno u s krúžkom nad znakom","Latin small letter u with ring above":"Latinské malé písmeno u s krúžkom nad znakom","Latin capital letter u with double acute":"Latinské veľké písmeno u s dvojitým dĺžňom","Latin small letter u with double acute":"Latinské malé písmeno u s dvojitým dĺžňom","Latin capital letter u with ogonek":"Latinské veľké písmeno u s háčikom","Latin small letter u with ogonek":"Latinské malé písmeno u s háčikom","Latin capital letter w with circumflex":"Latinské veľké písmeno w s obráteným mäkčeňom","Latin small letter w with circumflex":"Latinské malé písmeno w s obráteným mäkčeňom","Latin capital letter y with circumflex":"Latinské veľké písmeno y s obráteným mäkčeňom","Latin small letter y with circumflex":"Latinské malé písmeno y s obráteným mäkčeňom","Latin capital letter y with diaeresis":"Latinské veľké písmeno y s dvojbodkou nad znakom","Latin capital letter z with acute":"Latinské veľké písmeno z s dĺžňom","Latin small letter z with acute":"Latinské malé písmeno z s dĺžňom","Latin capital letter z with dot above":"Latinské veľké písmeno z s bodkou nad znakom","Latin small letter z with dot above":"Latinské malé písmeno z s bodkou nad znakom","Latin capital letter z with caron":"Latinské veľké písmeno z s mäkčeňom","Latin small letter z with caron":"Malé písmeno s z mäkčeňom","Latin small letter long s":"Malé dlhé písmeno s","Less-than sign":"Menší ako","Greater-than sign":"Väčší ako","Less-than or equal to":"Menší alebo rovný","Greater-than or equal to":"Väčší alebo rovný","En dash":"Pomĺčka","Em dash":"Dlhá pomĺčka",Macron:"Horná čiara",Overline:"Preškrtnutie","Degree sign":"Znak stupeň","Minus sign":"Znak mínus","Plus-minus sign":"Znak plus-mínus","Division sign":"Delenie","Fraction slash":"Lomítko / Delenie","Multiplication sign":"Násobenie","Latin small letter f with hook":"Funkcia",Integral:"Integrál","N-ary summation":"Znak cyklického sčítania",Infinity:"Nekonečno","Square root":"Odmocnina","Tilde operator":"Vlnovka","Approximately equal to":"Aproximácia","Almost equal to":"Čiastočne rovný","Not equal to":"Nerovná sa","Identical to":"Identický k","Element of":"Patrí / Je súčasťou","Not an element of":"Nepatrí / Nie je súčasťou","Contains as member":"Obsahuje prvok","N-ary product":"Znak cyklického násobenia","Logical and":"Logický AND","Logical or":"Logický OR","Not sign":"Nie je rovný",Intersection:"Priesečník / Prienik",Union:"Zjednotenie","Partial differential":"Parciálna diferencia","For all":"Pre všetky prvky v množine","There exists":"Existuje v množine","Empty set":"Prázdna množina",Nabla:"Nabla","Asterisk operator":"Hviezdička / násobenie","Proportional to":"Úmerný k",Angle:"Uhol","Vulgar fraction one quarter":"Jedna štvrtina","Vulgar fraction one half":"Polovica","Vulgar fraction three quarters":"Tri štvrtiny","Single left-pointing angle quotation mark":"Šípka ukazujúca doľava","Single right-pointing angle quotation mark":"Šípka ukazujúca doprava","Left-pointing double angle quotation mark":"Dvojitá šípka ukazujúca doľava","Right-pointing double angle quotation mark":"Dvojitá šípka ukazujúca doprava","Left single quotation mark":"Ľavá uvodzovka","Right single quotation mark":"Pravá uvodzovka","Left double quotation mark":"Ľavá dvojitá uvodzovka","Right double quotation mark":"Pravá dvojitá uvodzovka","Single low-9 quotation mark":"Spodná uvodzovka","Double low-9 quotation mark":"Dvojitá spodná uvodzovka","Inverted exclamation mark":"Obrátený výkričník","Inverted question mark":"Obrátený otáznik","Two dot leader":"Horizontálna dvojbodka","Horizontal ellipsis":"Trojbodka","Double dagger":"Dvojkríž","Per mille sign":"Promile","Per ten thousand sign":"Na desaťtisíc","Double exclamation mark":"Dvojitý výkričník","Question exclamation mark":"Otáznik a výkričník","Exclamation question mark":"Výkričník a otáznik","Double question mark":"Dvojitý otáznik","Copyright sign":"Copyright","Registered sign":"Registrovaný","Trade mark sign":"Ochranná známka","Section sign":"Sekcia","Paragraph sign":"Odsek","Reversed paragraph sign":"Obrátený znak odseku","Character categories":"Kategórie znakov",Styles:"Štýly","Multiple styles":"Viacero štýlov","Block styles":"Štýly bloku","Text styles":"Štýly textu","Insert table":"Vložiť tabuľku","Header column":"Stĺpec hlavičky","Insert column left":"Vložiť stĺpec vľavo","Insert column right":"Vložiť stĺpec vpravo","Delete column":"Odstrániť stĺpec","Select column":"Vybrať stĺpec",Column:"Stĺpec","Header row":"Riadok hlavičky","Insert row below":"Vložiť riadok pod","Insert row above":"Vložiť riadok nad","Delete row":"Odstrániť riadok","Select row":"Vybrať riadok",Row:"Riadok","Merge cell up":"Zlúčiť bunku hore","Merge cell right":"Zlúčiť bunku vpravo","Merge cell down":"Zlúčiť bunku dole","Merge cell left":"Zlúčiť bunku vľavo","Split cell vertically":"Rozdeliť bunku zvislo","Split cell horizontally":"Rozdeliť bunku vodorovne","Merge cells":"Zlúčiť bunky","Table toolbar":"Panel nástrojov tabuľky","Table properties":"Vlastnosti tabuľky","Cell properties":"Vlastnosti bunky",Border:"Orámovanie",Style:"Štýl",Width:"Šírka",Height:"Výška",Color:"Farba",Background:"Pozadie",Padding:"Vnútorný okraj",Dimensions:"Rozmery","Table cell text alignment":"Zarovnanie textu v bunke",Alignment:"Zarovnanie","Horizontal text alignment toolbar":"Horizontálne zarovnanie textu v panely","Vertical text alignment toolbar":"Vertikálne zarovnanie textu v panely","Table alignment toolbar":"Panel zarovnania tabuľky",None:"Žiadna",Solid:"Plná",Dotted:"Bodkovaná",Dashed:"Čiarkovaná",Double:"Dvojitá",Groove:"Drážkovaná",Ridge:"Rámovaná",Inset:"Vložená z vnútra",Outset:"Vložená zvonku","Align cell text to the left":"Zarovnať text bunky doľava","Align cell text to the center":"Zarovnať text bunky na stred","Align cell text to the right":"Zarovnať text bunky doprava","Justify cell text":"Zarovnať text bunky z oboch strán","Align cell text to the top":"Zarovnať text bunky nahor","Align cell text to the middle":"Zarovnať text bunky na stred","Align cell text to the bottom":"Zarovnať text bunky nadol","Align table to the left":"Zarovnať tabuľku doľava","Center table":"Centrovať tabuľku","Align table to the right":"Zarovnať tabuľku doprava","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Farba má nesprávny formát. Skúste \"#FF0000\", \"rgb(255,0,0)\" alebo \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Hodnota je nesprávna. Skúste \"10px\", \"2em\" alebo jednoducho \"2\".","Color picker":"Vybrať farbu","Toggle caption off":"Vypnúť titulok","Toggle caption on":"Zapnúť titulok","Enter table caption":"Zadajte popis tabuľky","Rich Text Editor":"Editor s formátovaním","Editor editing area: %0":"Oblasť úprav editora: %0","Edit block":"Upraviť odsek",Next:"Ďalšie",Previous:"Predchádzajúce","Editor toolbar":"Panel nástrojov editora","Dropdown toolbar":"Panel nástrojov roletového menu",Black:"Čierna","Dim grey":"Tmavosivá",Grey:"Sivá","Light grey":"Bledosivá",White:"Biela",Red:"Červená",Orange:"Oranžová",Yellow:"Žltá","Light green":"Bledozelená",Green:"Zelená",Aquamarine:"Akvamarínová",Turquoise:"Tyrkysová","Light blue":"Bledomodrá",Blue:"Modrá",Purple:"Fialová","Editor block content toolbar":"Panel s nástrojmi obsahu bloku editora","Editor contextual toolbar":"Kontextový panel nástrojov editora",HEX:"",Undo:"Späť",Redo:"Znova","Upload in progress":"Prebieha nahrávanie","Widget toolbar":"Panel nástrojov ovládacieho prvku","Insert paragraph before block":"Vložiť odstavec pred blok","Insert paragraph after block":"Vložiť odstavec za blok","Press Enter to type after or press Shift + Enter to type before the widget":"Stlačte Enter, ak chcete písať po miniaplikácii, alebo stlačte Shift + Enter, ak chcete písať pred miniaplikáciou","Words: %0":"Slov: %0","Characters: %0":"Znakov: %0"} );l.getPluralForm=function(n){return (n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['sk'] = d['sk'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Zarovnať vľavo","Align right":"Zarovnať vpravo","Align center":"Zarovnať na stred",Justify:"Do bloku","Text alignment":"Zarovnanie textu","Text alignment toolbar":"Panel nástrojov zarovnania textu",Bold:"Tučné",Italic:"Kurzíva",Underline:"Podčiarknuté",Code:"Kód",Strikethrough:"Preškrtnuté",Subscript:"Dolný index",Superscript:"Horný index","Block quote":"Citát","Insert code block":"Vložte blok kódu","Plain text":"Čistý text",Cancel:"Zrušiť","Remove color":"Zrušiť farbu","Restore default":"Obnoviť predvolené",Save:"Uložiť","Show more items":"Zobraziť viac položiek","%0 of %1":"%0 z %1","Cannot upload file:":"Nie je možné nahrať súbor:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Oblasť úprav: %0","Find and replace":"Vyhľadať a nahradiť","Find in text…":"Vyhľadať v texte...",Find:"Vyhľadať","Previous result":"Predchádzajúci výsledok","Next result":"Nasledujúci výsledok",Replace:"Nahradiť","Replace all":"Nahradiť všetko","Match case":"Presná zhoda","Whole words only":"Iba celé slová","Replace with…":"Nahradiť za...","Text to find must not be empty.":"Text vyhľadávania nemôže byť prázdny.","Tip: Find some text first in order to replace it.":"Tip: Najskôr vyhľadajte text, ktorý následne môžete nahradiť.","Show options":"Zobraziť možnosti",Paragraph:"Odsek",Heading:"Nadpis","Choose heading":"Vyberte nadpis","Heading 1":"Nadpis 1","Heading 2":"Nadpis 2","Heading 3":"Nadpis 3","Heading 4":"Nadpis 4","Heading 5":"Nadpis 5","Heading 6":"Nadpis 6","Type your title":"Vložte nadpis","Type or paste your content here.":"Vložte obsah","Horizontal line":"Vodorovná čiara","HTML object":"HTML objekt","Increase indent":"Zväčšiť odsadenie","Decrease indent":"Zmenšiť odsadenie",Unlink:"Zrušiť odkaz",Link:"Odkaz","Link URL":"URL adresa","Link image":"Adresa obrázku","Edit link":"Upraviť odkaz","Open link in new tab":"Otvoriť odkaz v novom okne","This link has no URL":"Tento odkaz nemá nastavenú URL adresu","Open in a new tab":"Otvoriť v novej záložke",Downloadable:"Na stiahnutie","Numbered List":"Číslovaný zoznam","Bulleted List":"Zoznam s odrážkami","To-do List":"To-do zoznam","Bulleted list styles toolbar":"Panel zoznamu s odrážkami","Numbered list styles toolbar":"Panel so štýlmi číslovaného zoznamu","Toggle the disc list style":"Prepnúť na zoznam s označením plného kruhu","Toggle the circle list style":"Prepnúť na zoznam s kruhovým označením","Toggle the square list style":"Prepnúť na zoznam so štvorcovým označením","Toggle the decimal list style":"Prepnúť na číselný zoznam","Toggle the decimal with leading zero list style":"Prepnúť na číselný zoznam s nulou na začiatku","Toggle the lower–roman list style":"Prepnúť na zoznam s malými rímskymi číslami","Toggle the upper–roman list style":"Prepnúť na zoznam s veľkými rímskymi číslami","Toggle the lower–latin list style":"Prepnúť na zoznam s malými písmenami","Toggle the upper–latin list style":"Prepnúť na zoznam s veľkými písmenami",Disc:"Plný kruh",Circle:"Kruh",Square:"Štvorec",Decimal:"Čísla","Decimal with leading zero":"Čísla s nulou na začiatku","Lower–roman":"Malé rímske čísla","Upper-roman":"Veľké rímske čísla","Lower-latin":"Malé písmená","Upper-latin":"Veľké písmená","List properties":"Vlastnosti zoznamu","Start at":"Prvá položka","Start index must be greater than 0.":"Prvá položka musí mať index väčší ako 0.","Reversed order":"Obrátene poradie","Remove Format":"Vyčistiť formátovanie","Select all":"Označiť všetko","Show blocks":"Zobraziť bloky",Source:"Zdroj","Special characters":"Špeciálne znaky",All:"Všetko",Arrows:"Šípky",Currency:"Mena",Latin:"Latinský",Mathematical:"Matematický",Text:"Text","leftwards simple arrow":"jednoduchá šípka doľava","rightwards simple arrow":"jednoduchá šípka doprava","upwards simple arrow":"jednoduchá šípka nahor","downwards simple arrow":"jednoduchá šípka nadol","leftwards double arrow":"dvojitá šípka doľava","rightwards double arrow":"dvojitá šípka doprava","upwards double arrow":"dvojitá šípka nahor","downwards double arrow":"dvojitá šípka nadol","leftwards dashed arrow":"prerušovaná šípka doľava","rightwards dashed arrow":"čiarkovaná šípka doprava","upwards dashed arrow":"čiarkovaná šípka nahor","downwards dashed arrow":"prerušovaná šípka nadol","leftwards arrow to bar":"šípka doľava do zvislej čiary","rightwards arrow to bar":"šípka doprava do zvislej čiary","upwards arrow to bar":"šípka nahor do zvislej čiary","downwards arrow to bar":"šípka nadol do zvislej čiary","up down arrow with base":"Šípka hore-dole od základne","back with leftwards arrow above":"Šípka späť","end with leftwards arrow above":"Šípka koniec","on with exclamation mark with left right arrow above":"ON s výkričníkom so šípkou doľava doprava hore","soon with rightwards arrow above":"čoskoro so šípkou doprava hore","top with upwards arrow above":"TOP so šípkou hore","Dollar sign":"Znak Dolár","Euro sign":"Znak Euro","Yen sign":"Znak Jen","Pound sign":"Znak Libra","Cent sign":"Znak cent","Euro-currency sign":"Mena Euro","Colon sign":"Dvojbodka","Cruzeiro sign":"Mena Cruzeiro","French franc sign":"Mena Francúzsky Frank","Lira sign":"Mena Líra","Currency sign":"Znak meny","Bitcoin sign":"Mena Bitcoin","Mill sign":"Znak Mill","Naira sign":"Znak Naira","Peseta sign":"Znak Peseta","Rupee sign":"Znak Rupee","Won sign":"Znak Won","New sheqel sign":"Nový znak šekelu","Dong sign":"Znak Dong","Kip sign":"Znak Kip","Tugrik sign":"Znak Tugrik","Drachma sign":"Znak Drachma","German penny sign":"Nemecká penny","Peso sign":"Znak Peso","Guarani sign":"Znak Guarani","Austral sign":"Znak Austral","Hryvnia sign":"Znak Hryvnia","Cedi sign":"Znak Cedi","Livre tournois sign":"Znak Livre tournois","Spesmilo sign":"Znak Spesmilo","Tenge sign":"Znak Tenge","Indian rupee sign":"Znak Indická rupia","Turkish lira sign":"Znak Turecká líra","Nordic mark sign":"Znak Nórska marka","Manat sign":"Znak Manat","Ruble sign":"Znak Ruble","Latin capital letter a with macron":"Latinské veľké písmeno a s čiarou","Latin small letter a with macron":"Latinské malé písmeno a s čiarou","Latin capital letter a with breve":"Latinské veľké písmeno a s mäkčeňom","Latin small letter a with breve":"Latinské malé písmeno a s mäkčeňom","Latin capital letter a with ogonek":"Latinské veľké písmeno a s háčikom","Latin small letter a with ogonek":"Latinské malé písmeno a s háčikom","Latin capital letter c with acute":"Latinské veľké písmeno c s dĺžňom","Latin small letter c with acute":"Latinské malé písmeno c s dĺžňom","Latin capital letter c with circumflex":"Latinské veľké písmeno c s obráteným mäkčeňom","Latin small letter c with circumflex":"Latinské malé písmeno c s obráteným mäkčeňom","Latin capital letter c with dot above":"Latinské veľké písmeno c s bodkou nad znakom","Latin small letter c with dot above":"Latinské malé písmeno c s bodkou nad znakom","Latin capital letter c with caron":"Latinské veľké písmeno c s mäkčeňom","Latin small letter c with caron":"Latinské malé písmeno c s mäkčeňom","Latin capital letter d with caron":"Latinské veľké písmeno d s mäkčeňom","Latin small letter d with caron":"Latinské malé písmeno d s mäkčeňom","Latin capital letter d with stroke":"Latinské veľké písmeno d s prečiarknutím","Latin small letter d with stroke":"Latinské malé písmeno d s prečiarknutím","Latin capital letter e with macron":"Latinské veľké písmeno e s čiarou","Latin small letter e with macron":"Latinské malé písmeno e s čiarou","Latin capital letter e with breve":"Latinské veľké písmeno e s mäkčeňom","Latin small letter e with breve":"Latinské malé písmeno e s mäkčeňom","Latin capital letter e with dot above":"Latinské veľké písmeno e s bodkou nad znakom","Latin small letter e with dot above":"Latinské malé písmeno e s bodkou nad znakom","Latin capital letter e with ogonek":"Latinské veľké písmeno e s háčikom","Latin small letter e with ogonek":"Latinské malé písmeno e s háčikom","Latin capital letter e with caron":"Latinské veľké písmeno e s mäkčeňom","Latin small letter e with caron":"Latinské malé písmeno e s mäkčeňom","Latin capital letter g with circumflex":"Latinské veľké písmeno g s obráteným mäkčeňom","Latin small letter g with circumflex":"Latinské malé písmeno g s obráteným mäkčeňom","Latin capital letter g with breve":"Latinské veľké písmeno g s mäkčeňom","Latin small letter g with breve":"Latinské malé písmeno g s mäkčeňom","Latin capital letter g with dot above":"Latinské veľké písmeno g s bodkou nad znakom","Latin small letter g with dot above":"Latinské malé písmeno g s bodkou nad znakom","Latin capital letter g with cedilla":"Latinské veľké písmeno g s háčikom","Latin small letter g with cedilla":"Latinské malé písmeno g s háčikom","Latin capital letter h with circumflex":"Latinské veľké písmeno h s obráteným mäkčeňom","Latin small letter h with circumflex":"Latinské malé písmeno h s obráteným mäkčeňom","Latin capital letter h with stroke":"Latinské veľké písmeno h s prečiarknutím","Latin small letter h with stroke":"Latinské malé písmeno h s prečiarknutím","Latin capital letter i with tilde":"Latinské veľké písmeno i s vlnovkou","Latin small letter i with tilde":"Latinské malé písmeno i s vlnovkou","Latin capital letter i with macron":"Latinské veľké písmeno i s čiarou","Latin small letter i with macron":"Latinské malé písmeno i s čiarou","Latin capital letter i with breve":"Latinské veľké písmeno i s mäkčeňom","Latin small letter i with breve":"Latinské malé písmeno i s mäkčeňom","Latin capital letter i with ogonek":"Latinské veľké písmeno i s háčikom","Latin small letter i with ogonek":"Latinské malé písmeno i s háčikom","Latin capital letter i with dot above":"Latinské veľké písmeno i s bodkou nad znakom","Latin small letter dotless i":"Latinské malé písmeno i bez bodky","Latin capital ligature ij":"Latinský veľký znak ligatúry ij","Latin small ligature ij":"Latinský malý znak ligatúry ij","Latin capital letter j with circumflex":"Latinské veľké písmeno j s obráteným mäkčeňom","Latin small letter j with circumflex":"Latinské malé písmeno j s obráteným mäkčeňom","Latin capital letter k with cedilla":"Latinské veľké písmeno k s háčikom","Latin small letter k with cedilla":"Latinské malé písmeno k s háčikom","Latin small letter kra":"latinský malý znak Kra","Latin capital letter l with acute":"Latinské veľké písmeno l s dĺžňom","Latin small letter l with acute":"Latinské malé písmeno l s dĺžňom","Latin capital letter l with cedilla":"Latinské veľké písmeno l s háčikom","Latin small letter l with cedilla":"Latinské malé písmeno l s háčikom","Latin capital letter l with caron":"Latinské veľké písmeno l s mäkčeňom","Latin small letter l with caron":"Latinské malé písmeno l s mäkčeňom","Latin capital letter l with middle dot":"Latinské veľké písmeno l s bodkou uprostred","Latin small letter l with middle dot":"Latinské malé písmeno l s bodkou uprostred","Latin capital letter l with stroke":"Latinské veľké písmeno l s prečiarknutím","Latin small letter l with stroke":"Latinské malé písmeno l s prečiarknutím","Latin capital letter n with acute":"Latinské veľké písmeno n s dĺžňom","Latin small letter n with acute":"Latinské malé písmeno n s dĺžňom","Latin capital letter n with cedilla":"Latinské veľké písmeno n s háčikom","Latin small letter n with cedilla":"Latinské malé písmeno n s háčikom","Latin capital letter n with caron":"Latinské veľké písmeno n s mäkčeňom","Latin small letter n with caron":"Latinské malé písmeno n s mäkčeňom","Latin small letter n preceded by apostrophe":"Latinské malé písmeno n s apostrofom","Latin capital letter eng":"Latinské veľké písmeno Eng","Latin small letter eng":"Latinské malé písmeno Eng","Latin capital letter o with macron":"Latinské veľké písmeno o s čiarou","Latin small letter o with macron":"Latinské malé písmeno o s čiarou","Latin capital letter o with breve":"Latinské veľké písmeno o s mäkčeňom","Latin small letter o with breve":"Latinské malé písmeno o s mäkčeňom","Latin capital letter o with double acute":"Latinské veľké písmeno o s dĺžňom","Latin small letter o with double acute":"Latinské malé písmeno o s dĺžňom","Latin capital ligature oe":"Latinský veľký znak ligatúry oe","Latin small ligature oe":"Latinský malý znak ligatúry oe","Latin capital letter r with acute":"Latinské veľké písmeno r s dĺžňom","Latin small letter r with acute":"Latinské malé písmeno r s dĺžňom","Latin capital letter r with cedilla":"Latinské veľké písmeno r s háčikom","Latin small letter r with cedilla":"Latinské malé písmeno r s háčikom","Latin capital letter r with caron":"Latinské veľké písmeno r s mäkčeňom","Latin small letter r with caron":"Latinské malé písmeno r s mäkčeňom","Latin capital letter s with acute":"Latinské veľké písmeno s s dĺžňom","Latin small letter s with acute":"Latinské malé písmeno s s dĺžňom","Latin capital letter s with circumflex":"Latinské veľké písmeno s s obráteným mäkčeňom","Latin small letter s with circumflex":"Latinské malé písmeno s s obráteným mäkčeňom","Latin capital letter s with cedilla":"Latinské veľké písmeno s s háčikom","Latin small letter s with cedilla":"Latinské malé písmeno s s háčikom","Latin capital letter s with caron":"Latinské veľké písmeno s s mäkčeňom","Latin small letter s with caron":"Latinské malé písmeno s s mäkčeňom","Latin capital letter t with cedilla":"Latinské veľké písmeno t s háčikom","Latin small letter t with cedilla":"Latinské malé písmeno t s háčikom","Latin capital letter t with caron":"Latinské veľké písmeno t s mäkčeňom","Latin small letter t with caron":"Latinské malé písmeno t s mäkčeňom","Latin capital letter t with stroke":"Latinské veľké písmeno t s prečiarknutím","Latin small letter t with stroke":"Latinské malé písmeno t s prečiarknutím","Latin capital letter u with tilde":"Latinské veľké písmeno u s vlnovkou","Latin small letter u with tilde":"Latinské malé písmeno u s vlnovkou","Latin capital letter u with macron":"Latinské veľké písmeno u s čiarou","Latin small letter u with macron":"Latinské malé písmeno o s čiarou","Latin capital letter u with breve":"Latinské veľké písmeno u s mäkčeňom","Latin small letter u with breve":"Latinské malé písmeno u s mäkčeňom","Latin capital letter u with ring above":"Latinské veľké písmeno u s krúžkom nad znakom","Latin small letter u with ring above":"Latinské malé písmeno u s krúžkom nad znakom","Latin capital letter u with double acute":"Latinské veľké písmeno u s dvojitým dĺžňom","Latin small letter u with double acute":"Latinské malé písmeno u s dvojitým dĺžňom","Latin capital letter u with ogonek":"Latinské veľké písmeno u s háčikom","Latin small letter u with ogonek":"Latinské malé písmeno u s háčikom","Latin capital letter w with circumflex":"Latinské veľké písmeno w s obráteným mäkčeňom","Latin small letter w with circumflex":"Latinské malé písmeno w s obráteným mäkčeňom","Latin capital letter y with circumflex":"Latinské veľké písmeno y s obráteným mäkčeňom","Latin small letter y with circumflex":"Latinské malé písmeno y s obráteným mäkčeňom","Latin capital letter y with diaeresis":"Latinské veľké písmeno y s dvojbodkou nad znakom","Latin capital letter z with acute":"Latinské veľké písmeno z s dĺžňom","Latin small letter z with acute":"Latinské malé písmeno z s dĺžňom","Latin capital letter z with dot above":"Latinské veľké písmeno z s bodkou nad znakom","Latin small letter z with dot above":"Latinské malé písmeno z s bodkou nad znakom","Latin capital letter z with caron":"Latinské veľké písmeno z s mäkčeňom","Latin small letter z with caron":"Malé písmeno s z mäkčeňom","Latin small letter long s":"Malé dlhé písmeno s","Less-than sign":"Menší ako","Greater-than sign":"Väčší ako","Less-than or equal to":"Menší alebo rovný","Greater-than or equal to":"Väčší alebo rovný","En dash":"Pomĺčka","Em dash":"Dlhá pomĺčka",Macron:"Horná čiara",Overline:"Preškrtnutie","Degree sign":"Znak stupeň","Minus sign":"Znak mínus","Plus-minus sign":"Znak plus-mínus","Division sign":"Delenie","Fraction slash":"Lomítko / Delenie","Multiplication sign":"Násobenie","Latin small letter f with hook":"Funkcia",Integral:"Integrál","N-ary summation":"Znak cyklického sčítania",Infinity:"Nekonečno","Square root":"Odmocnina","Tilde operator":"Vlnovka","Approximately equal to":"Aproximácia","Almost equal to":"Čiastočne rovný","Not equal to":"Nerovná sa","Identical to":"Identický k","Element of":"Patrí / Je súčasťou","Not an element of":"Nepatrí / Nie je súčasťou","Contains as member":"Obsahuje prvok","N-ary product":"Znak cyklického násobenia","Logical and":"Logický AND","Logical or":"Logický OR","Not sign":"Nie je rovný",Intersection:"Priesečník / Prienik",Union:"Zjednotenie","Partial differential":"Parciálna diferencia","For all":"Pre všetky prvky v množine","There exists":"Existuje v množine","Empty set":"Prázdna množina",Nabla:"Nabla","Asterisk operator":"Hviezdička / násobenie","Proportional to":"Úmerný k",Angle:"Uhol","Vulgar fraction one quarter":"Jedna štvrtina","Vulgar fraction one half":"Polovica","Vulgar fraction three quarters":"Tri štvrtiny","Single left-pointing angle quotation mark":"Šípka ukazujúca doľava","Single right-pointing angle quotation mark":"Šípka ukazujúca doprava","Left-pointing double angle quotation mark":"Dvojitá šípka ukazujúca doľava","Right-pointing double angle quotation mark":"Dvojitá šípka ukazujúca doprava","Left single quotation mark":"Ľavá uvodzovka","Right single quotation mark":"Pravá uvodzovka","Left double quotation mark":"Ľavá dvojitá uvodzovka","Right double quotation mark":"Pravá dvojitá uvodzovka","Single low-9 quotation mark":"Spodná uvodzovka","Double low-9 quotation mark":"Dvojitá spodná uvodzovka","Inverted exclamation mark":"Obrátený výkričník","Inverted question mark":"Obrátený otáznik","Two dot leader":"Horizontálna dvojbodka","Horizontal ellipsis":"Trojbodka","Double dagger":"Dvojkríž","Per mille sign":"Promile","Per ten thousand sign":"Na desaťtisíc","Double exclamation mark":"Dvojitý výkričník","Question exclamation mark":"Otáznik a výkričník","Exclamation question mark":"Výkričník a otáznik","Double question mark":"Dvojitý otáznik","Copyright sign":"Copyright","Registered sign":"Registrovaný","Trade mark sign":"Ochranná známka","Section sign":"Sekcia","Paragraph sign":"Odsek","Reversed paragraph sign":"Obrátený znak odseku","Character categories":"Kategórie znakov",Styles:"Štýly","Multiple styles":"Viacero štýlov","Block styles":"Štýly bloku","Text styles":"Štýly textu","Insert table":"Vložiť tabuľku","Header column":"Stĺpec hlavičky","Insert column left":"Vložiť stĺpec vľavo","Insert column right":"Vložiť stĺpec vpravo","Delete column":"Odstrániť stĺpec","Select column":"Vybrať stĺpec",Column:"Stĺpec","Header row":"Riadok hlavičky","Insert row below":"Vložiť riadok pod","Insert row above":"Vložiť riadok nad","Delete row":"Odstrániť riadok","Select row":"Vybrať riadok",Row:"Riadok","Merge cell up":"Zlúčiť bunku hore","Merge cell right":"Zlúčiť bunku vpravo","Merge cell down":"Zlúčiť bunku dole","Merge cell left":"Zlúčiť bunku vľavo","Split cell vertically":"Rozdeliť bunku zvislo","Split cell horizontally":"Rozdeliť bunku vodorovne","Merge cells":"Zlúčiť bunky","Table toolbar":"Panel nástrojov tabuľky","Table properties":"Vlastnosti tabuľky","Cell properties":"Vlastnosti bunky",Border:"Orámovanie",Style:"Štýl",Width:"Šírka",Height:"Výška",Color:"Farba",Background:"Pozadie",Padding:"Vnútorný okraj",Dimensions:"Rozmery","Table cell text alignment":"Zarovnanie textu v bunke",Alignment:"Zarovnanie","Horizontal text alignment toolbar":"Horizontálne zarovnanie textu v panely","Vertical text alignment toolbar":"Vertikálne zarovnanie textu v panely","Table alignment toolbar":"Panel zarovnania tabuľky",None:"Žiadna",Solid:"Plná",Dotted:"Bodkovaná",Dashed:"Čiarkovaná",Double:"Dvojitá",Groove:"Drážkovaná",Ridge:"Rámovaná",Inset:"Vložená z vnútra",Outset:"Vložená zvonku","Align cell text to the left":"Zarovnať text bunky doľava","Align cell text to the center":"Zarovnať text bunky na stred","Align cell text to the right":"Zarovnať text bunky doprava","Justify cell text":"Zarovnať text bunky z oboch strán","Align cell text to the top":"Zarovnať text bunky nahor","Align cell text to the middle":"Zarovnať text bunky na stred","Align cell text to the bottom":"Zarovnať text bunky nadol","Align table to the left":"Zarovnať tabuľku doľava","Center table":"Centrovať tabuľku","Align table to the right":"Zarovnať tabuľku doprava","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Farba má nesprávny formát. Skúste \"#FF0000\", \"rgb(255,0,0)\" alebo \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Hodnota je nesprávna. Skúste \"10px\", \"2em\" alebo jednoducho \"2\".","Color picker":"Vybrať farbu","Toggle caption off":"Vypnúť titulok","Toggle caption on":"Zapnúť titulok","Enter table caption":"Zadajte popis tabuľky","Rich Text Editor":"Editor s formátovaním","Editor editing area: %0":"Oblasť úprav editora: %0","Edit block":"Upraviť odsek",Next:"Ďalšie",Previous:"Predchádzajúce","Editor toolbar":"Panel nástrojov editora","Dropdown toolbar":"Panel nástrojov roletového menu",Black:"Čierna","Dim grey":"Tmavosivá",Grey:"Sivá","Light grey":"Bledosivá",White:"Biela",Red:"Červená",Orange:"Oranžová",Yellow:"Žltá","Light green":"Bledozelená",Green:"Zelená",Aquamarine:"Akvamarínová",Turquoise:"Tyrkysová","Light blue":"Bledomodrá",Blue:"Modrá",Purple:"Fialová","Editor block content toolbar":"Panel s nástrojmi obsahu bloku editora","Editor contextual toolbar":"Kontextový panel nástrojov editora",HEX:"HEX",Accept:"Potvrdiť",Undo:"Späť",Redo:"Znova","Upload in progress":"Prebieha nahrávanie","Widget toolbar":"Panel nástrojov ovládacieho prvku","Insert paragraph before block":"Vložiť odstavec pred blok","Insert paragraph after block":"Vložiť odstavec za blok","Press Enter to type after or press Shift + Enter to type before the widget":"Stlačte Enter, ak chcete písať po miniaplikácii, alebo stlačte Shift + Enter, ak chcete písať pred miniaplikáciou","Words: %0":"Slov: %0","Characters: %0":"Znakov: %0"} );l.getPluralForm=function(n){return (n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sl.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sl.js index d5c9ac7f4f6b..cb488d867942 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sl.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sl.js @@ -1 +1 @@ -(function(d){ const l = d['sl'] = d['sl'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Poravnava levo","Align right":"Poravnava desno","Align center":"Sredinska poravnava",Justify:"Postavi na sredino","Text alignment":"Poravnava besedila","Text alignment toolbar":"Orodna vrstica besedila",Bold:"Krepko",Italic:"Poševno",Underline:"Podčrtaj",Code:"Koda",Strikethrough:"Prečrtano",Subscript:"Naročnik",Superscript:"Nadpis","Block quote":"Blokiraj citat",Cancel:"Prekliči","Remove color":"Odstrani barvo","Restore default":"",Save:"Shrani","Show more items":"","%0 of %1":"","Cannot upload file:":"Ni možno naložiti datoteke:","Rich Text Editor. Editing area: %0":"",Paragraph:"Odstavek",Heading:"Naslov","Choose heading":"Izberi naslov","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Vnesi naslov","Type or paste your content here.":"Vnesi ali prilepi vsebino","Horizontal line":"Vodoravna črta","Insert table":"Vstavi tabelo","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"",Column:"","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"",Row:"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"Črna","Dim grey":"Temno siva",Grey:"Siva","Light grey":"Svetlo siva",White:"Bela",Red:"Rdeča",Orange:"Oranžna",Yellow:"Rumena","Light green":"Svetlo zelena",Green:"Zelena",Aquamarine:"Akvamarin",Turquoise:"Turkizna","Light blue":"Svetlo modra",Blue:"Modra",Purple:"Vijolična","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:""} );l.getPluralForm=function(n){return (n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['sl'] = d['sl'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Poravnava levo","Align right":"Poravnava desno","Align center":"Sredinska poravnava",Justify:"Postavi na sredino","Text alignment":"Poravnava besedila","Text alignment toolbar":"Orodna vrstica besedila",Bold:"Krepko",Italic:"Poševno",Underline:"Podčrtaj",Code:"Koda",Strikethrough:"Prečrtano",Subscript:"Naročnik",Superscript:"Nadpis","Block quote":"Blokiraj citat",Cancel:"Prekliči","Remove color":"Odstrani barvo","Restore default":"",Save:"Shrani","Show more items":"","%0 of %1":"","Cannot upload file:":"Ni možno naložiti datoteke:","Rich Text Editor. Editing area: %0":"",Paragraph:"Odstavek",Heading:"Naslov","Choose heading":"Izberi naslov","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Vnesi naslov","Type or paste your content here.":"Vnesi ali prilepi vsebino","Horizontal line":"Vodoravna črta","Insert table":"Vstavi tabelo","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"",Column:"","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"",Row:"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"Črna","Dim grey":"Temno siva",Grey:"Siva","Light grey":"Svetlo siva",White:"Bela",Red:"Rdeča",Orange:"Oranžna",Yellow:"Rumena","Light green":"Svetlo zelena",Green:"Zelena",Aquamarine:"Akvamarin",Turquoise:"Turkizna","Light blue":"Svetlo modra",Blue:"Modra",Purple:"Vijolična","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:""} );l.getPluralForm=function(n){return (n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sq.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sq.js index 52afe4be613b..43a41cbe731e 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sq.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sq.js @@ -1 +1 @@ -(function(d){ const l = d['sq'] = d['sq'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Radhit majtas","Align right":"Radhit djathtas","Align center":"Radhit në mes",Justify:"Plotësim","Text alignment":"Radhitja e tekstit","Text alignment toolbar":"",Bold:"Trash",Italic:"Pjerrtë",Underline:"Nënvizuar",Code:"Kod",Strikethrough:"Vi në mes",Subscript:"",Superscript:"","Block quote":"Thonjëzat",Cancel:"Anulo","Remove color":"","Restore default":"",Save:"Ruaj","Show more items":"","%0 of %1":"","Cannot upload file:":"Nuk mund të ngarkojë skedën:","Rich Text Editor. Editing area: %0":"",Paragraph:"Paragrafi",Heading:"Nëntitulli","Choose heading":"Përzgjidh nëntitullin","Heading 1":"Nëntitulli 1","Heading 2":"Nëntitulli 2","Heading 3":"Nëntitulli 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"",Unlink:"Largo nyjën",Link:"Shto nyjën","Link URL":"Nyja e URL-së","Link image":"","Edit link":"Redakto nyjën","Open link in new tab":"Hap nyjën në faqe të re","This link has no URL":"Kjo nyje nuk ka URL","Open in a new tab":"",Downloadable:"","Numbered List":"Listë me Numra","Bulleted List":"Listë me Pika","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Insert table":"Shto tabelë","Header column":"Kolona e kokës","Insert column left":"","Insert column right":"","Delete column":"Gris kolonën","Select column":"",Column:"Kolona","Header row":"Rreshti i kokës","Insert row below":"Shto rresht poshtë","Insert row above":"Shto rresht sipër","Delete row":"Grish rreshtin","Select row":"",Row:"Rreshti","Merge cell up":"Bashko kutizat sipër","Merge cell right":"Bashko kutizat djathtas","Merge cell down":"Bashko kutizat poshtë","Merge cell left":"Bashko kutizat majtas","Split cell vertically":"Ndajë kutizat vertikalisht","Split cell horizontally":"Ndaj kutizat horizontalisht","Merge cells":"Bashko kutizat","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Redaktues i Tekstit të Pasur","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"Rikthe",Redo:"Ribëj","Upload in progress":"Duke ngarkuar"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['sq'] = d['sq'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Radhit majtas","Align right":"Radhit djathtas","Align center":"Radhit në mes",Justify:"Plotësim","Text alignment":"Radhitja e tekstit","Text alignment toolbar":"Shiriti i rradhitjes së tekstit",Bold:"Trash",Italic:"Pjerrtë",Underline:"Nënvizuar",Code:"Kod",Strikethrough:"Vi në mes",Subscript:"Abonohu",Superscript:"Mbishkrim","Block quote":"Thonjëzat","Insert code block":"Shto bllokun e kodit","Plain text":"Teksti i thjeshtë",Cancel:"Anulo","Remove color":"Largo ngjyrën","Restore default":"",Save:"Ruaj","Show more items":"","%0 of %1":"","Cannot upload file:":"Nuk mund të ngarkojë skedën:","Rich Text Editor. Editing area: %0":"",Paragraph:"Paragrafi",Heading:"Nëntitulli","Choose heading":"Përzgjidh nëntitullin","Heading 1":"Nëntitulli 1","Heading 2":"Nëntitulli 2","Heading 3":"Nëntitulli 3","Heading 4":"Titulli 4","Heading 5":"Titulli 5","Heading 6":"Titulli 6","Type your title":"Shkruani titullin tuaj","Type or paste your content here.":"Shkruaj ose kopjo përmbajtjen këtu.","Horizontal line":"Vija horizontale",Unlink:"Largo nyjën",Link:"Shto nyjën","Link URL":"Nyja e URL-së","Link image":"Foto e nyjes","Edit link":"Redakto nyjën","Open link in new tab":"Hap nyjën në faqe të re","This link has no URL":"Kjo nyje nuk ka URL","Open in a new tab":"Hape në një fletë të re",Downloadable:"E shkarkueshme","Numbered List":"Listë me Numra","Bulleted List":"Listë me Pika","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"Largo formatimin","Select all":"Përzgjidh të gjitha","Show blocks":"Shfaq blloqet","Special characters":"",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"Simboli i Euros","Yen sign":"Simboli i Yen-it","Pound sign":"Simboli i Funtit","Cent sign":"","Euro-currency sign":"Simboli i euros","Colon sign":"Simboli i ngjyrës","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"Simboli i valutës","Bitcoin sign":"Simboli i Bitcoin-it","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"Simboli i feningut gjerman","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"Simboli i lirës turke","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"Shkronja e madhe latine D me ndarje në mes","Latin small letter d with stroke":"Shkronja e vogël latine d me ndarje në mes","Latin capital letter e with macron":"Shkronja e madhe latine E me vijë horizontale sipër","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"Shkronja e madhe latine H me ndarje në mes","Latin small letter h with stroke":"Shkronja e vogël latine h me ndarje në mes","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"Shkronja e vogël latine k me pjesje poshtë","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"Shkronja e madhe latine L me ndarje në mes","Latin small letter l with stroke":"Shkronja e vogël latine l me ndarje në mes","Latin capital letter n with acute":"Shkronja latine e madhe N me apostrof","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"Shkronja e madhe latine T me ndarje në mes","Latin small letter t with stroke":"Shkronja e vogël latine t me ndarje në mes","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"Shkronja e vogël latine u me drapër poshtë","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"Simboli i më i vogël se","Greater-than sign":"Simboli më e madhe se","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"Simboli minus","Plus-minus sign":"Simboli plus-minus","Division sign":"Shenja e pjesëtimit","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"Rënja katrore","Tilde operator":"","Approximately equal to":"","Almost equal to":"Gati e ngjashme me","Not equal to":"E pabarabartë me","Identical to":"E ngjashme me","Element of":"Elementi i","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"Logjik ose","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"Për të gjitha","There exists":"Ekziston","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"Në përpjesëtim me",Angle:"Engjëlli","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"Simboli i paragrafit","Reversed paragraph sign":"","Character categories":"Kategoritë e karaktereve","Insert table":"Shto tabelë","Header column":"Kolona e kokës","Insert column left":"Shto kolonë majtas","Insert column right":"Shto kolonë djathtas","Delete column":"Gris kolonën","Select column":"",Column:"Kolona","Header row":"Rreshti i kokës","Insert row below":"Shto rresht poshtë","Insert row above":"Shto rresht sipër","Delete row":"Grish rreshtin","Select row":"",Row:"Rreshti","Merge cell up":"Bashko kutizat sipër","Merge cell right":"Bashko kutizat djathtas","Merge cell down":"Bashko kutizat poshtë","Merge cell left":"Bashko kutizat majtas","Split cell vertically":"Ndajë kutizat vertikalisht","Split cell horizontally":"Ndaj kutizat horizontalisht","Merge cells":"Bashko kutizat","Table toolbar":"Kokështrirja e tabelës","Table properties":"Karakteristikat e tabelës","Cell properties":"Karakteristikat e qelisë",Border:"",Style:"Stili",Width:"Gjerësia",Height:"Lartësia",Color:"Ngjyra",Background:"Prapavija",Padding:"",Dimensions:"Dimensionet","Table cell text alignment":"Rradhitja e tekstit të qelisë së tabelës",Alignment:"Radhitja","Horizontal text alignment toolbar":"Kokështrirja e rradhitjes së tekstit horizontalisht","Vertical text alignment toolbar":"Kokështrirja e rradhitjes së tekstit vertikalisht","Table alignment toolbar":"Kokështrirja e radhitjes së tabelës",None:"Asnjë",Solid:"",Dotted:"Me pika",Dashed:"",Double:"Me dy vija",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"Radhit tekstin e qelisë majtas","Align cell text to the center":"Radhite tekstin në mes","Align cell text to the right":"Radhit tekstin e qelisë në të djathtë","Justify cell text":"","Align cell text to the top":"Radhit tekstin e qelisë sipër","Align cell text to the middle":"Radhit tekstin e qelisë në mes","Align cell text to the bottom":"Radhite tesktin e qelisë në fund","Align table to the left":"Radhit tabelën majtas","Center table":"","Align table to the right":"Radhit tabelën në të djathtë","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Kodi është i pavlefshëm. Provo\"#FF0000\" ose \"rgb(255,0,0)\" ose \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Redaktues i Tekstit të Pasur","Editor editing area: %0":"","Edit block":"Redakto bllokun",Next:"E radhës",Previous:"Paraprake","Editor toolbar":"Kokështrirja e redaktuesit","Dropdown toolbar":"Zgjero kokështrirjen",Black:"E zezë","Dim grey":"",Grey:"Ngjyrë hiri","Light grey":"",White:"E bardhë",Red:"E kuqe",Orange:"Ngjyrë portokalli",Yellow:"E verdhë","Light green":"",Green:"E gjelbër",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"E kaltër",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"Rikthe",Redo:"Ribëj","Upload in progress":"Duke ngarkuar","Widget toolbar":"Kokështrirja e shtesës","Insert paragraph before block":"","Insert paragraph after block":"","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"Fjalë: %0","Characters: %0":"Karaktere: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sr-latn.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sr-latn.js index 6c804959b4b3..0093586c0093 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sr-latn.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sr-latn.js @@ -1 +1 @@ -(function(d){ const l = d['sr-latn'] = d['sr-latn'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Levo ravnanje","Align right":"Desno ravnanje","Align center":"Centralno ravnanje",Justify:"Obostrano ravnanje","Text alignment":"Ravnanje teksta","Text alignment toolbar":"Alatke za ravnanje teksta",Bold:"Podebljano",Italic:"Kurziv",Underline:"Podvučen",Code:"Kod",Strikethrough:"Precrtan",Subscript:"Index dole",Superscript:"Index gore","Block quote":"Citat","Insert code block":"Dodaj blok koda","Plain text":"Običan tekst",Cancel:"Odustani","Remove color":"Otkloni boju","Restore default":"Vrati podrazumevano",Save:"Sačuvaj","Show more items":"Prikaži još stavki","%0 of %1":"%0 of %1","Cannot upload file:":"Postavljanje fajla je neuspešno:","Rich Text Editor. Editing area: %0":"Uređivač bogatijeg teksta. Prostor za uređivanje: %0","Find and replace":"Nađji i zameni","Find in text…":"Pronađji u tekstu…",Find:"Pronađji","Previous result":"Prethodni rezultat","Next result":"Sledeći rezultat",Replace:"Zameni","Replace all":"Zameni sve","Match case":"Podudaranje slučaj","Whole words only":"Samo cele reči","Replace with…":"Zameni sa…","Text to find must not be empty.":"Tekst za pronalaženje ne sme biti prazan.","Tip: Find some text first in order to replace it.":"Savet: Prvo pronađjite neki tekst da biste ga zamenili.","Show options":"Prikaži opcije",Paragraph:"Pasus",Heading:"Stilovi","Choose heading":"Odredi stil","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Odredite naslov","Type or paste your content here.":"Upišite ili nalepite naslov","Horizontal line":"Horizontalna razdelna linija","HTML object":"HTML objеkat","Increase indent":"Povećaj uclačenje","Decrease indent":"Smanji uvlačenje",Unlink:"Оtkloni link",Link:"Link","Link URL":"URL link","Link image":"Link slike","Edit link":"Ispravi link","Open link in new tab":"Otvori link u novom prozoru","This link has no URL":"Link ne sadrži URL","Open in a new tab":"Otvori u novoj kartici",Downloadable:"Moguće preuzimanje","Numbered List":"Lista sa brojevima","Bulleted List":"Nabrajane liste","To-do List":"Lista obaveza","Bulleted list styles toolbar":"Traka sa alatkama za nabrajane liste","Numbered list styles toolbar":"Traka sa altakama za liste sa brojevima","Toggle the disc list style":"Uključite / isključite stil liste diskova","Toggle the circle list style":"Uključite / isključite stil liste krugova","Toggle the square list style":"Uključite / isključite stil liste kvadrata","Toggle the decimal list style":"Uključi / isključi stil dekadne liste","Toggle the decimal with leading zero list style":"Prebaci decimalni znak sa vodećim stilom liste nula","Toggle the lower–roman list style":"Uključite / isključite stil donje rimske liste","Toggle the upper–roman list style":"Uključite / isključite stil gornje rimske liste","Toggle the lower–latin list style":"Uključite / isključite stil donje liste latinice","Toggle the upper–latin list style":"Uključite / isključite stil gornje liste latinice",Disc:"Disk",Circle:"Krug",Square:"Kvadrat",Decimal:"Decimala","Decimal with leading zero":"Decimalni broj sa nulom na početku","Lower–roman":"Donji - rimski","Upper-roman":"Gornji - rimski","Lower-latin":"Donji - latinski","Upper-latin":"Gornji - latinski","List properties":"Navedite svojstva","Start at":"Početi u","Start index must be greater than 0.":"Početni indeks mora biti veći od 0.","Reversed order":"Obrnuti redosled","Remove Format":"Ukloni formatiranje","Select all":"Označi sve",Source:"Izvor","Special characters":"Specijalni karakteri",All:"Svi",Arrows:"Strelica",Currency:"Valute",Latin:"Latinični",Mathematical:"Matematički",Text:"Tekst","leftwards simple arrow":"jednostavna strelica nalevo","rightwards simple arrow":"jednostavna strelica udesno","upwards simple arrow":"jednostavna strelica nagore","downwards simple arrow":"jednostavna strelica nadole","leftwards double arrow":"Dupla strlica levo","rightwards double arrow":"Dupla strelica desno","upwards double arrow":"Dupla strelica prema gore","downwards double arrow":"Dupla strelica prema dole","leftwards dashed arrow":"Prekidana strelica levo","rightwards dashed arrow":"Prekidana strelica desno","upwards dashed arrow":"Prekidana strelica prema gore","downwards dashed arrow":"Prekidana strelica prema dole","leftwards arrow to bar":"Strelica nalevo ka traci","rightwards arrow to bar":"Strelica nadesno ka traci","upwards arrow to bar":"Strelica prema gore ka traci","downwards arrow to bar":"Strelica prema dole ka traci","up down arrow with base":"Strelica nadole sa bazom","back with leftwards arrow above":"Nazad sa strelicom levo","end with leftwards arrow above":"Završite strelicom levo","on with exclamation mark with left right arrow above":"Uključeno sa uzvičnikom sa strelicom levo desno","soon with rightwards arrow above":"Uskoro sa strelicom nadesno","top with upwards arrow above":"Na vrhu sa strelicom prema gore","Dollar sign":"Znak dolara","Euro sign":"Znak eura","Yen sign":"Znak jena","Pound sign":"Znak funti","Cent sign":"Znak centа","Euro-currency sign":"Znak valute eura","Colon sign":"Dvotačka","Cruzeiro sign":"Znak cruzeiro","French franc sign":"Znak francuskog franaka","Lira sign":"Znak lire","Currency sign":"Znak valute","Bitcoin sign":"Znak bitcoina","Mill sign":"Znak mlina","Naira sign":"Znak naira","Peseta sign":"Znak pezeta","Rupee sign":"Znak rupia","Won sign":"Znak von","New sheqel sign":"Znak novi šekel","Dong sign":"Znak dong","Kip sign":"Znak kip","Tugrik sign":"Znak tugrik","Drachma sign":"Znak drahma","German penny sign":"Znak nemački peni","Peso sign":"Znak peso","Guarani sign":"Znak guarani","Austral sign":"Australni znak","Hryvnia sign":"Znak grivna","Cedi sign":"Znak cedi","Livre tournois sign":"Znak livre tournois","Spesmilo sign":"Znak spesmilio","Tenge sign":"Znak tenge","Indian rupee sign":"Znak indijske rupije","Turkish lira sign":"Znak turskih lira","Nordic mark sign":"Nordijski znak","Manat sign":"Znak manat","Ruble sign":"Znak ruble","Latin capital letter a with macron":"Latinsko veliko slovo a sa makronom","Latin small letter a with macron":"Latinsko malo slovo a sa makronom","Latin capital letter a with breve":"Latinsko veliko slovo a sa brevom","Latin small letter a with breve":"Latinsko malo slovo a sa brevom","Latin capital letter a with ogonek":"Latinsko veliko slovo a sa ogonek","Latin small letter a with ogonek":"Latinsko malo slovo a sa ogonek","Latin capital letter c with acute":"Latinsko veliko slovo c sa akutom","Latin small letter c with acute":"Latinsko malo slovo c sa akutom","Latin capital letter c with circumflex":"Latinsko veliko slovo c sa circumflex","Latin small letter c with circumflex":"Latino malo slovo c sa circumflex","Latin capital letter c with dot above":"Latinsko veliko slovo c sa tačkom iznad","Latin small letter c with dot above":"Latinsko malo slovo c sa tačkom iznad","Latin capital letter c with caron":"Latinsko veliko slovo c sa caronom","Latin small letter c with caron":"Latinsko malo slovo c sa caronom","Latin capital letter d with caron":"Latinsko veliko slovo d sa caronom","Latin small letter d with caron":"Latinsko malo slovo d sa caronom","Latin capital letter d with stroke":"Latinsko veliko slovo d sa stroke","Latin small letter d with stroke":"Latinsko malo slovo d sa stroke","Latin capital letter e with macron":"Latinsko veliko slovo e sa macron","Latin small letter e with macron":"Latinsko malo slovo e sa macron","Latin capital letter e with breve":"Latinsko veliko slovo e sa breve","Latin small letter e with breve":"Latinsko malo slovo e sa breve","Latin capital letter e with dot above":"Latinsko veliko slovo e sa tačkom iznad","Latin small letter e with dot above":"Latinsko malo slovo e sa tačkom iznad","Latin capital letter e with ogonek":"Latinsko veliko slovo e sa ogonek","Latin small letter e with ogonek":"Latinsko malo slovo e sa ogonek","Latin capital letter e with caron":"Latinsko veliko slovo e sa caron","Latin small letter e with caron":"Latinsko malo slovo e sa caron","Latin capital letter g with circumflex":"Latinsko veliko slovo g sa circumflex","Latin small letter g with circumflex":"Latinsko malo slovo g sa circumflex","Latin capital letter g with breve":"Latinsko veliko slovo g sa breve","Latin small letter g with breve":"Latinsko malo slovo g sa breve","Latin capital letter g with dot above":"Latinsko veliko slovo g sa tačkom iznad","Latin small letter g with dot above":"Latinsko malo slovo g sa tačkom iznad","Latin capital letter g with cedilla":"Latinsko veliko slovo g sa cedillom","Latin small letter g with cedilla":"Latinsko malo slovo g sa cedillom","Latin capital letter h with circumflex":"Latinsko veliko slovo h sa circumflex","Latin small letter h with circumflex":"Latinsko malo slovo h sa circumflex","Latin capital letter h with stroke":"Latinsko veliko slovo h sa stroke","Latin small letter h with stroke":"Latinsko malo slovo h sa stroke","Latin capital letter i with tilde":"Latinsko veliko slovo i sa tildom","Latin small letter i with tilde":"Latinsko malo slovo i sa tildom","Latin capital letter i with macron":"Latinsko veliko slovo i sa macron","Latin small letter i with macron":"Latinsko malo slovo i sa macron","Latin capital letter i with breve":"Latinsko veloko slovo i sa breve","Latin small letter i with breve":"Latinsko malo slovo i sa breve","Latin capital letter i with ogonek":"Latinsko veliko slovo i sa ogonek","Latin small letter i with ogonek":"Latinsko malo slovo i sa ogonek","Latin capital letter i with dot above":"Latinsko veliko slovo i sa tackom iznad","Latin small letter dotless i":"Latinsko malo slovo i bez tačke","Latin capital ligature ij":"Latinska velika ligatura ij","Latin small ligature ij":"Latinska mala ligatura ij","Latin capital letter j with circumflex":"Latinsko veliko slovo j sa circumflex","Latin small letter j with circumflex":"Latinsko malo slovo j sa circumflex","Latin capital letter k with cedilla":"Latinsko veliko slovo k sa cedila","Latin small letter k with cedilla":"Latinsko malo slovo k sa cedila","Latin small letter kra":"Latinsko malo slovo kra","Latin capital letter l with acute":"Latinsko veloko slovo l sa akutom","Latin small letter l with acute":"Latinsko malo slovo l sa akutom","Latin capital letter l with cedilla":"Latinsko veliko slovo l sa cedila","Latin small letter l with cedilla":"Latinsko malo slovo l sa cedila","Latin capital letter l with caron":"Latinsko veliko slovo l sa caron","Latin small letter l with caron":"Latinsko malo slovo l sa caron","Latin capital letter l with middle dot":"Latinsko veliko slovo l sa srednjom tačkom","Latin small letter l with middle dot":"Latinsko malo slovo l sa srednjom tačkom","Latin capital letter l with stroke":"Latinsko veliko slovo l sa stroke","Latin small letter l with stroke":"Latinsko malo slovo l sa stroke","Latin capital letter n with acute":"Latinsko veliko slovo n sa akutom ","Latin small letter n with acute":"Latinsko malo slovo n sa akutom ","Latin capital letter n with cedilla":"Latinsko veliko slovo n sa cedilom","Latin small letter n with cedilla":"Latinsko malo slovo n sa cedilom","Latin capital letter n with caron":"Latinsko veliko slovo n sa caron","Latin small letter n with caron":"Latinsko malo slovo n sa caron ","Latin small letter n preceded by apostrophe":"Latinsko malo slovo n koje prethodi apostrof","Latin capital letter eng":"Latinsko veliko slovo eng","Latin small letter eng":"Latinsko malo slovo eng","Latin capital letter o with macron":"Latinsko veliko slovo o sa macron","Latin small letter o with macron":"Latinsko malo slovo o sa macron","Latin capital letter o with breve":"Latinsko veliko slovo o sa breve","Latin small letter o with breve":"Latinsko malo slovo o sa breve","Latin capital letter o with double acute":"Latinsko veliko slovo o sa dvostrukom akutom","Latin small letter o with double acute":"Latinsko malo slovo o sa dvostrukom akutom","Latin capital ligature oe":"Latinska velika ligatura oe","Latin small ligature oe":"Latinska mala ligatura oe","Latin capital letter r with acute":"Latinsko veliko slovo r sa akutom","Latin small letter r with acute":"Latinsko malo slovo r sa akutom","Latin capital letter r with cedilla":"Latinsko veliko slovo r sa cedila","Latin small letter r with cedilla":"Latinsko malo slovo r sa cedila","Latin capital letter r with caron":"Latinsko veliko slovo r sa caron","Latin small letter r with caron":"Latinsko malo slovo r sa caron","Latin capital letter s with acute":"Latinsko veliko slovo s sa akutom","Latin small letter s with acute":"Latinsko malo slovo s sa akutom","Latin capital letter s with circumflex":"Latinsko veliko slovo s sa circumflex","Latin small letter s with circumflex":"Latinsko malo slovo s sa circumflex","Latin capital letter s with cedilla":"Latinsko veliko slovo s sa cedila","Latin small letter s with cedilla":"Latinsko malo slovo s sa cedila","Latin capital letter s with caron":"Latinsko veliko slovo s sa caron","Latin small letter s with caron":"Latinsko malo slovo s sa caron","Latin capital letter t with cedilla":"Latinsko veliko slovo t sa cedila","Latin small letter t with cedilla":"Latinsko malo slovo t sa cedila","Latin capital letter t with caron":"Latinsko veliko slovo t sa caron","Latin small letter t with caron":"Latinsko malo slovo t sa caron","Latin capital letter t with stroke":"Latinsko veliko slovo t sa stroke","Latin small letter t with stroke":"Latinsko malo slovo t sa stroke","Latin capital letter u with tilde":"Latinsko veliko slovo u sa tildom","Latin small letter u with tilde":"Latinsko malo slovo u sa tildom","Latin capital letter u with macron":"Latinsko veliko slovo u sa macron","Latin small letter u with macron":"Latinsko malo slovo u sa macron","Latin capital letter u with breve":"Latinsko veliko slovo u sa breve","Latin small letter u with breve":"Latinsko malo slovo u sa breve","Latin capital letter u with ring above":"Latinsko veliko slovo u s prstenom iznad","Latin small letter u with ring above":"Latinsko malo slovo u s prstenom iznad","Latin capital letter u with double acute":"Latinsko veliko slovo u s dvostrukom akutom","Latin small letter u with double acute":"Latinsko malo slovo u s dvostrukom akutom","Latin capital letter u with ogonek":"Latinsko veliko slovo u sa ogonek","Latin small letter u with ogonek":"Latinsko malo slovo u sa ogonek","Latin capital letter w with circumflex":"Latinsko veliko slovo w sa circumflex","Latin small letter w with circumflex":"Latinsko malo slovo w sa circumflex","Latin capital letter y with circumflex":"Latinsko veliko slovo y sa circumflex","Latin small letter y with circumflex":"Latinsko malo slovo y sa circumflex","Latin capital letter y with diaeresis":"Latinsko veliko slovo y sa dijarezom","Latin capital letter z with acute":"Latinsko veliko slovo z sa akutom","Latin small letter z with acute":"Latinsko malo slovo z sa akutom","Latin capital letter z with dot above":"Latinsko veliko slovo z sa tačkom iznad","Latin small letter z with dot above":"Latinsko malo slovo z sa tačkom iznad","Latin capital letter z with caron":"Latinsko veliko slovo z sa caron","Latin small letter z with caron":"Latinsko malo slovo z sa caron","Latin small letter long s":"Latinsko malo slovo dugačko s","Less-than sign":"Znak manje od","Greater-than sign":"Znak veće od","Less-than or equal to":"Znak manje od ili jednako","Greater-than or equal to":"Znak veće od ili jednako","En dash":"En crtica","Em dash":"Em crtica",Macron:"Macron",Overline:"Overline","Degree sign":"Znak stepena","Minus sign":"Znak minus","Plus-minus sign":"Znak plus-minus","Division sign":"Znak divizije","Fraction slash":"Crta frakcije","Multiplication sign":"Znak množenja","Latin small letter f with hook":"Latinsko malo slovo f sa kukom",Integral:"Integral","N-ary summation":"N-ari zbir",Infinity:"Beskonačnost","Square root":"Kvadratni koren","Tilde operator":"Tilde operator","Approximately equal to":"Otprilike jednako","Almost equal to":"Skoro jednako","Not equal to":"Nejednako sa","Identical to":"Identičan","Element of":"Element od","Not an element of":"Nije element","Contains as member":"Sadrži kao član","N-ary product":"N-ari proizvod","Logical and":"Logički i","Logical or":"Logički ili","Not sign":"Nije znak",Intersection:"Raskrsnica",Union:"Unija","Partial differential":"Delimični diferencijal","For all":"Za sve","There exists":"Postoji","Empty set":"Prazan set",Nabla:"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Srazmerno",Angle:"Ugao","Vulgar fraction one quarter":"Vulgarna frakcija jedna četvrtina","Vulgar fraction one half":"Vulgarna frakcija jedna polovina","Vulgar fraction three quarters":"Vulgarna frakcija tri četvrtine","Single left-pointing angle quotation mark":"Pojedinačni navodnik ugla levog pokazivanja","Single right-pointing angle quotation mark":"Pojedinačni navodnik ugla desnog pokazivanja","Left-pointing double angle quotation mark":"Levi dvostrani navodnik dvostrukog ugla","Right-pointing double angle quotation mark":"Desni dvostrani navodnik dvostrukog ugla","Left single quotation mark":"Levi pojedinačni navodnik","Right single quotation mark":"Desni pojedinačni navodnik","Left double quotation mark":"Levi dvostruki navodnik","Right double quotation mark":"Desni dvostruki navodnik","Single low-9 quotation mark":"Jedan niski-9 navodnik","Double low-9 quotation mark":"Dvostruki niski-9 navodnik","Inverted exclamation mark":"Obrnuti uzvičnik","Inverted question mark":"Obrnuti upitnik","Two dot leader":"Vodja sa dve tačke","Horizontal ellipsis":"Horizontalna elipsa","Double dagger":"Dvostruki bodež","Per mille sign":"Znak per mile","Per ten thousand sign":"Znak za deset hiljada","Double exclamation mark":"Dvosrtuki uzvičnik","Question exclamation mark":"Znak upitnika uzvičnika","Exclamation question mark":"Znak uzvičnika upitnika","Double question mark":"Dvostruki upitnik","Copyright sign":"Simbol autorskog prava","Registered sign":"Registrovani znak","Trade mark sign":"Znak brenda","Section sign":"Znak sekcija","Paragraph sign":"Znak paragraf","Reversed paragraph sign":"Obrnuti znak paragrafa","Character categories":"Kategorija karaktera",Styles:"Stilovi","Multiple styles":"Više stilova","Block styles":"Blok stilovi","Text styles":"Stilovi teksta","Insert table":"Dodaj tabelu","Header column":"Kolona za zaglavlje","Insert column left":"Dodaj kolonu levo","Insert column right":"Dodaj kolonu desno","Delete column":"Briši kolonu","Select column":"Odaberi kolonu",Column:"Kolona","Header row":"Red za zaglavlje","Insert row below":"Dodaj red ispod","Insert row above":"Dodaj red iznad","Delete row":"Briši red","Select row":"Odaberi red",Row:"Red","Merge cell up":"Spoj ćelije na gore","Merge cell right":"Spoj ćelije na desno","Merge cell down":"Spoj ćelije na dole","Merge cell left":"Spoj ćelije na levo","Split cell vertically":"Deli ćelije uspravno","Split cell horizontally":"Deli ćelije vodoravno","Merge cells":"Spoj ćelije","Table toolbar":"Tabela traka sa alatkama","Table properties":"Svojstva tabele","Cell properties":"Svojstva ćelije",Border:"Granica",Style:"Stil",Width:"Širina",Height:"Visina",Color:"Boja",Background:"Pozadina",Padding:"Postavljanje",Dimensions:"Dimenzija","Table cell text alignment":"Poravnaj tekst u tabeli",Alignment:"Poravnanje","Horizontal text alignment toolbar":"Horizontalna traka sa alatkama za poravnavanje teksta","Vertical text alignment toolbar":"Vertikalna traka sa alatkama za poravnavanje teksta","Table alignment toolbar":"Traka sa alatkama za poravnavanje tabele",None:"Nijedan",Solid:"Čvrst",Dotted:"Sa tačkama",Dashed:"Razbijeno",Double:"Dvostruki",Groove:"Kolosek",Ridge:"Greben",Inset:"Prilog",Outset:"Početak","Align cell text to the left":"Poravnajte tekst ćelije levo","Align cell text to the center":"Poravnajte tekst ćelije u sredinu","Align cell text to the right":"Poravnajte tekst ćelije desno","Justify cell text":"Opravdajte tekst ćelije","Align cell text to the top":"Poravnajte tekst ćelije prema gore","Align cell text to the middle":"Poravnajte tekst ćelije u sredinu","Align cell text to the bottom":"Poravnajte tekst ćelije prema dole","Align table to the left":"Poravnajte tabelu na levu stranu","Center table":"Centar tabele","Align table to the right":"Poravnajte tabelu na desnu stranu","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Boja je nevažeća. Pokušajte sa \"# FF0000\" ili \"rgb (255,0,0)\" ili \"crvena\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Vrednost je nevažeća. Pokušajte sa „10pk“ ili „2em“ ili jednostavno „2“.","Color picker":"Birač boja","Toggle caption off":"Isključivanje natpisa","Toggle caption on":"Uključite naslov","Enter table caption":"Unesite naslov tabele","Rich Text Editor":"Prošireni uređivač teksta","Editor editing area: %0":"Oblast za uređivanje urednika: %0","Edit block":"Blok uređivač",Next:"Sledeći",Previous:"Prethodni","Editor toolbar":"Uređivač traka sa alatkama","Dropdown toolbar":"Padajuća traka sa alatkama",Black:"Crna","Dim grey":"Bledo siva",Grey:"Siva","Light grey":"Svetlo siva",White:"Bela",Red:"Crvena",Orange:"Narandžasta",Yellow:"Žuta","Light green":"Svetlo zelena",Green:"Zelena",Aquamarine:"Zelenkastoplava",Turquoise:"Tirkizna","Light blue":"Svetloplava",Blue:"Plava",Purple:"Ljubičasta","Editor block content toolbar":"Traka sa alatkama za blokiranje sadržaja uređivača","Editor contextual toolbar":"Kontekstualna traka sa alatkama Editor",HEX:"",Undo:"Povlačenje",Redo:"Ponovo","Upload in progress":"Postavljanje u toku","Widget toolbar":"Видгет трака са алаткама","Insert paragraph before block":"Уметните одломак пре блока","Insert paragraph after block":"Уметните одломак после блока","Press Enter to type after or press Shift + Enter to type before the widget":"Pritisnite Enter da kucate posle ili pritisnite Shift + Enter da kucate pre vidžeta","Words: %0":"Reči: %0","Characters: %0":"Karakteri: %0"} );l.getPluralForm=function(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['sr-latn'] = d['sr-latn'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Levo ravnanje","Align right":"Desno ravnanje","Align center":"Centralno ravnanje",Justify:"Obostrano ravnanje","Text alignment":"Ravnanje teksta","Text alignment toolbar":"Alatke za ravnanje teksta",Bold:"Podebljano",Italic:"Kurziv",Underline:"Podvučen",Code:"Kod",Strikethrough:"Precrtan",Subscript:"Index dole",Superscript:"Index gore","Block quote":"Citat","Insert code block":"Dodaj blok koda","Plain text":"Običan tekst",Cancel:"Odustani","Remove color":"Otkloni boju","Restore default":"Vrati podrazumevano",Save:"Sačuvaj","Show more items":"Prikaži još stavki","%0 of %1":"%0 of %1","Cannot upload file:":"Postavljanje fajla je neuspešno:","Rich Text Editor. Editing area: %0":"Uređivač bogatijeg teksta. Prostor za uređivanje: %0","Find and replace":"Nađji i zameni","Find in text…":"Pronađji u tekstu…",Find:"Pronađji","Previous result":"Prethodni rezultat","Next result":"Sledeći rezultat",Replace:"Zameni","Replace all":"Zameni sve","Match case":"Podudaranje slučaj","Whole words only":"Samo cele reči","Replace with…":"Zameni sa…","Text to find must not be empty.":"Tekst za pronalaženje ne sme biti prazan.","Tip: Find some text first in order to replace it.":"Savet: Prvo pronađjite neki tekst da biste ga zamenili.","Show options":"Prikaži opcije",Paragraph:"Pasus",Heading:"Stilovi","Choose heading":"Odredi stil","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Odredite naslov","Type or paste your content here.":"Upišite ili nalepite naslov","Horizontal line":"Horizontalna razdelna linija","HTML object":"HTML objеkat","Increase indent":"Povećaj uclačenje","Decrease indent":"Smanji uvlačenje",Unlink:"Оtkloni link",Link:"Link","Link URL":"URL link","Link image":"Link slike","Edit link":"Ispravi link","Open link in new tab":"Otvori link u novom prozoru","This link has no URL":"Link ne sadrži URL","Open in a new tab":"Otvori u novoj kartici",Downloadable:"Moguće preuzimanje","Numbered List":"Lista sa brojevima","Bulleted List":"Nabrajane liste","To-do List":"Lista obaveza","Bulleted list styles toolbar":"Traka sa alatkama za nabrajane liste","Numbered list styles toolbar":"Traka sa altakama za liste sa brojevima","Toggle the disc list style":"Uključite / isključite stil liste diskova","Toggle the circle list style":"Uključite / isključite stil liste krugova","Toggle the square list style":"Uključite / isključite stil liste kvadrata","Toggle the decimal list style":"Uključi / isključi stil dekadne liste","Toggle the decimal with leading zero list style":"Prebaci decimalni znak sa vodećim stilom liste nula","Toggle the lower–roman list style":"Uključite / isključite stil donje rimske liste","Toggle the upper–roman list style":"Uključite / isključite stil gornje rimske liste","Toggle the lower–latin list style":"Uključite / isključite stil donje liste latinice","Toggle the upper–latin list style":"Uključite / isključite stil gornje liste latinice",Disc:"Disk",Circle:"Krug",Square:"Kvadrat",Decimal:"Decimala","Decimal with leading zero":"Decimalni broj sa nulom na početku","Lower–roman":"Donji - rimski","Upper-roman":"Gornji - rimski","Lower-latin":"Donji - latinski","Upper-latin":"Gornji - latinski","List properties":"Navedite svojstva","Start at":"Početi u","Start index must be greater than 0.":"Početni indeks mora biti veći od 0.","Reversed order":"Obrnuti redosled","Remove Format":"Ukloni formatiranje","Select all":"Označi sve",Source:"Izvor","Special characters":"Specijalni karakteri",All:"Svi",Arrows:"Strelica",Currency:"Valute",Latin:"Latinični",Mathematical:"Matematički",Text:"Tekst","leftwards simple arrow":"jednostavna strelica nalevo","rightwards simple arrow":"jednostavna strelica udesno","upwards simple arrow":"jednostavna strelica nagore","downwards simple arrow":"jednostavna strelica nadole","leftwards double arrow":"Dupla strlica levo","rightwards double arrow":"Dupla strelica desno","upwards double arrow":"Dupla strelica prema gore","downwards double arrow":"Dupla strelica prema dole","leftwards dashed arrow":"Prekidana strelica levo","rightwards dashed arrow":"Prekidana strelica desno","upwards dashed arrow":"Prekidana strelica prema gore","downwards dashed arrow":"Prekidana strelica prema dole","leftwards arrow to bar":"Strelica nalevo ka traci","rightwards arrow to bar":"Strelica nadesno ka traci","upwards arrow to bar":"Strelica prema gore ka traci","downwards arrow to bar":"Strelica prema dole ka traci","up down arrow with base":"Strelica nadole sa bazom","back with leftwards arrow above":"Nazad sa strelicom levo","end with leftwards arrow above":"Završite strelicom levo","on with exclamation mark with left right arrow above":"Uključeno sa uzvičnikom sa strelicom levo desno","soon with rightwards arrow above":"Uskoro sa strelicom nadesno","top with upwards arrow above":"Na vrhu sa strelicom prema gore","Dollar sign":"Znak dolara","Euro sign":"Znak eura","Yen sign":"Znak jena","Pound sign":"Znak funti","Cent sign":"Znak centа","Euro-currency sign":"Znak valute eura","Colon sign":"Dvotačka","Cruzeiro sign":"Znak cruzeiro","French franc sign":"Znak francuskog franaka","Lira sign":"Znak lire","Currency sign":"Znak valute","Bitcoin sign":"Znak bitcoina","Mill sign":"Znak mlina","Naira sign":"Znak naira","Peseta sign":"Znak pezeta","Rupee sign":"Znak rupia","Won sign":"Znak von","New sheqel sign":"Znak novi šekel","Dong sign":"Znak dong","Kip sign":"Znak kip","Tugrik sign":"Znak tugrik","Drachma sign":"Znak drahma","German penny sign":"Znak nemački peni","Peso sign":"Znak peso","Guarani sign":"Znak guarani","Austral sign":"Australni znak","Hryvnia sign":"Znak grivna","Cedi sign":"Znak cedi","Livre tournois sign":"Znak livre tournois","Spesmilo sign":"Znak spesmilio","Tenge sign":"Znak tenge","Indian rupee sign":"Znak indijske rupije","Turkish lira sign":"Znak turskih lira","Nordic mark sign":"Nordijski znak","Manat sign":"Znak manat","Ruble sign":"Znak ruble","Latin capital letter a with macron":"Latinsko veliko slovo a sa makronom","Latin small letter a with macron":"Latinsko malo slovo a sa makronom","Latin capital letter a with breve":"Latinsko veliko slovo a sa brevom","Latin small letter a with breve":"Latinsko malo slovo a sa brevom","Latin capital letter a with ogonek":"Latinsko veliko slovo a sa ogonek","Latin small letter a with ogonek":"Latinsko malo slovo a sa ogonek","Latin capital letter c with acute":"Latinsko veliko slovo c sa akutom","Latin small letter c with acute":"Latinsko malo slovo c sa akutom","Latin capital letter c with circumflex":"Latinsko veliko slovo c sa circumflex","Latin small letter c with circumflex":"Latino malo slovo c sa circumflex","Latin capital letter c with dot above":"Latinsko veliko slovo c sa tačkom iznad","Latin small letter c with dot above":"Latinsko malo slovo c sa tačkom iznad","Latin capital letter c with caron":"Latinsko veliko slovo c sa caronom","Latin small letter c with caron":"Latinsko malo slovo c sa caronom","Latin capital letter d with caron":"Latinsko veliko slovo d sa caronom","Latin small letter d with caron":"Latinsko malo slovo d sa caronom","Latin capital letter d with stroke":"Latinsko veliko slovo d sa stroke","Latin small letter d with stroke":"Latinsko malo slovo d sa stroke","Latin capital letter e with macron":"Latinsko veliko slovo e sa macron","Latin small letter e with macron":"Latinsko malo slovo e sa macron","Latin capital letter e with breve":"Latinsko veliko slovo e sa breve","Latin small letter e with breve":"Latinsko malo slovo e sa breve","Latin capital letter e with dot above":"Latinsko veliko slovo e sa tačkom iznad","Latin small letter e with dot above":"Latinsko malo slovo e sa tačkom iznad","Latin capital letter e with ogonek":"Latinsko veliko slovo e sa ogonek","Latin small letter e with ogonek":"Latinsko malo slovo e sa ogonek","Latin capital letter e with caron":"Latinsko veliko slovo e sa caron","Latin small letter e with caron":"Latinsko malo slovo e sa caron","Latin capital letter g with circumflex":"Latinsko veliko slovo g sa circumflex","Latin small letter g with circumflex":"Latinsko malo slovo g sa circumflex","Latin capital letter g with breve":"Latinsko veliko slovo g sa breve","Latin small letter g with breve":"Latinsko malo slovo g sa breve","Latin capital letter g with dot above":"Latinsko veliko slovo g sa tačkom iznad","Latin small letter g with dot above":"Latinsko malo slovo g sa tačkom iznad","Latin capital letter g with cedilla":"Latinsko veliko slovo g sa cedillom","Latin small letter g with cedilla":"Latinsko malo slovo g sa cedillom","Latin capital letter h with circumflex":"Latinsko veliko slovo h sa circumflex","Latin small letter h with circumflex":"Latinsko malo slovo h sa circumflex","Latin capital letter h with stroke":"Latinsko veliko slovo h sa stroke","Latin small letter h with stroke":"Latinsko malo slovo h sa stroke","Latin capital letter i with tilde":"Latinsko veliko slovo i sa tildom","Latin small letter i with tilde":"Latinsko malo slovo i sa tildom","Latin capital letter i with macron":"Latinsko veliko slovo i sa macron","Latin small letter i with macron":"Latinsko malo slovo i sa macron","Latin capital letter i with breve":"Latinsko veloko slovo i sa breve","Latin small letter i with breve":"Latinsko malo slovo i sa breve","Latin capital letter i with ogonek":"Latinsko veliko slovo i sa ogonek","Latin small letter i with ogonek":"Latinsko malo slovo i sa ogonek","Latin capital letter i with dot above":"Latinsko veliko slovo i sa tackom iznad","Latin small letter dotless i":"Latinsko malo slovo i bez tačke","Latin capital ligature ij":"Latinska velika ligatura ij","Latin small ligature ij":"Latinska mala ligatura ij","Latin capital letter j with circumflex":"Latinsko veliko slovo j sa circumflex","Latin small letter j with circumflex":"Latinsko malo slovo j sa circumflex","Latin capital letter k with cedilla":"Latinsko veliko slovo k sa cedila","Latin small letter k with cedilla":"Latinsko malo slovo k sa cedila","Latin small letter kra":"Latinsko malo slovo kra","Latin capital letter l with acute":"Latinsko veloko slovo l sa akutom","Latin small letter l with acute":"Latinsko malo slovo l sa akutom","Latin capital letter l with cedilla":"Latinsko veliko slovo l sa cedila","Latin small letter l with cedilla":"Latinsko malo slovo l sa cedila","Latin capital letter l with caron":"Latinsko veliko slovo l sa caron","Latin small letter l with caron":"Latinsko malo slovo l sa caron","Latin capital letter l with middle dot":"Latinsko veliko slovo l sa srednjom tačkom","Latin small letter l with middle dot":"Latinsko malo slovo l sa srednjom tačkom","Latin capital letter l with stroke":"Latinsko veliko slovo l sa stroke","Latin small letter l with stroke":"Latinsko malo slovo l sa stroke","Latin capital letter n with acute":"Latinsko veliko slovo n sa akutom ","Latin small letter n with acute":"Latinsko malo slovo n sa akutom ","Latin capital letter n with cedilla":"Latinsko veliko slovo n sa cedilom","Latin small letter n with cedilla":"Latinsko malo slovo n sa cedilom","Latin capital letter n with caron":"Latinsko veliko slovo n sa caron","Latin small letter n with caron":"Latinsko malo slovo n sa caron ","Latin small letter n preceded by apostrophe":"Latinsko malo slovo n koje prethodi apostrof","Latin capital letter eng":"Latinsko veliko slovo eng","Latin small letter eng":"Latinsko malo slovo eng","Latin capital letter o with macron":"Latinsko veliko slovo o sa macron","Latin small letter o with macron":"Latinsko malo slovo o sa macron","Latin capital letter o with breve":"Latinsko veliko slovo o sa breve","Latin small letter o with breve":"Latinsko malo slovo o sa breve","Latin capital letter o with double acute":"Latinsko veliko slovo o sa dvostrukom akutom","Latin small letter o with double acute":"Latinsko malo slovo o sa dvostrukom akutom","Latin capital ligature oe":"Latinska velika ligatura oe","Latin small ligature oe":"Latinska mala ligatura oe","Latin capital letter r with acute":"Latinsko veliko slovo r sa akutom","Latin small letter r with acute":"Latinsko malo slovo r sa akutom","Latin capital letter r with cedilla":"Latinsko veliko slovo r sa cedila","Latin small letter r with cedilla":"Latinsko malo slovo r sa cedila","Latin capital letter r with caron":"Latinsko veliko slovo r sa caron","Latin small letter r with caron":"Latinsko malo slovo r sa caron","Latin capital letter s with acute":"Latinsko veliko slovo s sa akutom","Latin small letter s with acute":"Latinsko malo slovo s sa akutom","Latin capital letter s with circumflex":"Latinsko veliko slovo s sa circumflex","Latin small letter s with circumflex":"Latinsko malo slovo s sa circumflex","Latin capital letter s with cedilla":"Latinsko veliko slovo s sa cedila","Latin small letter s with cedilla":"Latinsko malo slovo s sa cedila","Latin capital letter s with caron":"Latinsko veliko slovo s sa caron","Latin small letter s with caron":"Latinsko malo slovo s sa caron","Latin capital letter t with cedilla":"Latinsko veliko slovo t sa cedila","Latin small letter t with cedilla":"Latinsko malo slovo t sa cedila","Latin capital letter t with caron":"Latinsko veliko slovo t sa caron","Latin small letter t with caron":"Latinsko malo slovo t sa caron","Latin capital letter t with stroke":"Latinsko veliko slovo t sa stroke","Latin small letter t with stroke":"Latinsko malo slovo t sa stroke","Latin capital letter u with tilde":"Latinsko veliko slovo u sa tildom","Latin small letter u with tilde":"Latinsko malo slovo u sa tildom","Latin capital letter u with macron":"Latinsko veliko slovo u sa macron","Latin small letter u with macron":"Latinsko malo slovo u sa macron","Latin capital letter u with breve":"Latinsko veliko slovo u sa breve","Latin small letter u with breve":"Latinsko malo slovo u sa breve","Latin capital letter u with ring above":"Latinsko veliko slovo u s prstenom iznad","Latin small letter u with ring above":"Latinsko malo slovo u s prstenom iznad","Latin capital letter u with double acute":"Latinsko veliko slovo u s dvostrukom akutom","Latin small letter u with double acute":"Latinsko malo slovo u s dvostrukom akutom","Latin capital letter u with ogonek":"Latinsko veliko slovo u sa ogonek","Latin small letter u with ogonek":"Latinsko malo slovo u sa ogonek","Latin capital letter w with circumflex":"Latinsko veliko slovo w sa circumflex","Latin small letter w with circumflex":"Latinsko malo slovo w sa circumflex","Latin capital letter y with circumflex":"Latinsko veliko slovo y sa circumflex","Latin small letter y with circumflex":"Latinsko malo slovo y sa circumflex","Latin capital letter y with diaeresis":"Latinsko veliko slovo y sa dijarezom","Latin capital letter z with acute":"Latinsko veliko slovo z sa akutom","Latin small letter z with acute":"Latinsko malo slovo z sa akutom","Latin capital letter z with dot above":"Latinsko veliko slovo z sa tačkom iznad","Latin small letter z with dot above":"Latinsko malo slovo z sa tačkom iznad","Latin capital letter z with caron":"Latinsko veliko slovo z sa caron","Latin small letter z with caron":"Latinsko malo slovo z sa caron","Latin small letter long s":"Latinsko malo slovo dugačko s","Less-than sign":"Znak manje od","Greater-than sign":"Znak veće od","Less-than or equal to":"Znak manje od ili jednako","Greater-than or equal to":"Znak veće od ili jednako","En dash":"En crtica","Em dash":"Em crtica",Macron:"Macron",Overline:"Overline","Degree sign":"Znak stepena","Minus sign":"Znak minus","Plus-minus sign":"Znak plus-minus","Division sign":"Znak divizije","Fraction slash":"Crta frakcije","Multiplication sign":"Znak množenja","Latin small letter f with hook":"Latinsko malo slovo f sa kukom",Integral:"Integral","N-ary summation":"N-ari zbir",Infinity:"Beskonačnost","Square root":"Kvadratni koren","Tilde operator":"Tilde operator","Approximately equal to":"Otprilike jednako","Almost equal to":"Skoro jednako","Not equal to":"Nejednako sa","Identical to":"Identičan","Element of":"Element od","Not an element of":"Nije element","Contains as member":"Sadrži kao član","N-ary product":"N-ari proizvod","Logical and":"Logički i","Logical or":"Logički ili","Not sign":"Nije znak",Intersection:"Raskrsnica",Union:"Unija","Partial differential":"Delimični diferencijal","For all":"Za sve","There exists":"Postoji","Empty set":"Prazan set",Nabla:"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Srazmerno",Angle:"Ugao","Vulgar fraction one quarter":"Vulgarna frakcija jedna četvrtina","Vulgar fraction one half":"Vulgarna frakcija jedna polovina","Vulgar fraction three quarters":"Vulgarna frakcija tri četvrtine","Single left-pointing angle quotation mark":"Pojedinačni navodnik ugla levog pokazivanja","Single right-pointing angle quotation mark":"Pojedinačni navodnik ugla desnog pokazivanja","Left-pointing double angle quotation mark":"Levi dvostrani navodnik dvostrukog ugla","Right-pointing double angle quotation mark":"Desni dvostrani navodnik dvostrukog ugla","Left single quotation mark":"Levi pojedinačni navodnik","Right single quotation mark":"Desni pojedinačni navodnik","Left double quotation mark":"Levi dvostruki navodnik","Right double quotation mark":"Desni dvostruki navodnik","Single low-9 quotation mark":"Jedan niski-9 navodnik","Double low-9 quotation mark":"Dvostruki niski-9 navodnik","Inverted exclamation mark":"Obrnuti uzvičnik","Inverted question mark":"Obrnuti upitnik","Two dot leader":"Vodja sa dve tačke","Horizontal ellipsis":"Horizontalna elipsa","Double dagger":"Dvostruki bodež","Per mille sign":"Znak per mile","Per ten thousand sign":"Znak za deset hiljada","Double exclamation mark":"Dvosrtuki uzvičnik","Question exclamation mark":"Znak upitnika uzvičnika","Exclamation question mark":"Znak uzvičnika upitnika","Double question mark":"Dvostruki upitnik","Copyright sign":"Simbol autorskog prava","Registered sign":"Registrovani znak","Trade mark sign":"Znak brenda","Section sign":"Znak sekcija","Paragraph sign":"Znak paragraf","Reversed paragraph sign":"Obrnuti znak paragrafa","Character categories":"Kategorija karaktera",Styles:"Stilovi","Multiple styles":"Više stilova","Block styles":"Blok stilovi","Text styles":"Stilovi teksta","Insert table":"Dodaj tabelu","Header column":"Kolona za zaglavlje","Insert column left":"Dodaj kolonu levo","Insert column right":"Dodaj kolonu desno","Delete column":"Briši kolonu","Select column":"Odaberi kolonu",Column:"Kolona","Header row":"Red za zaglavlje","Insert row below":"Dodaj red ispod","Insert row above":"Dodaj red iznad","Delete row":"Briši red","Select row":"Odaberi red",Row:"Red","Merge cell up":"Spoj ćelije na gore","Merge cell right":"Spoj ćelije na desno","Merge cell down":"Spoj ćelije na dole","Merge cell left":"Spoj ćelije na levo","Split cell vertically":"Deli ćelije uspravno","Split cell horizontally":"Deli ćelije vodoravno","Merge cells":"Spoj ćelije","Table toolbar":"Tabela traka sa alatkama","Table properties":"Svojstva tabele","Cell properties":"Svojstva ćelije",Border:"Granica",Style:"Stil",Width:"Širina",Height:"Visina",Color:"Boja",Background:"Pozadina",Padding:"Postavljanje",Dimensions:"Dimenzija","Table cell text alignment":"Poravnaj tekst u tabeli",Alignment:"Poravnanje","Horizontal text alignment toolbar":"Horizontalna traka sa alatkama za poravnavanje teksta","Vertical text alignment toolbar":"Vertikalna traka sa alatkama za poravnavanje teksta","Table alignment toolbar":"Traka sa alatkama za poravnavanje tabele",None:"Nijedan",Solid:"Čvrst",Dotted:"Sa tačkama",Dashed:"Razbijeno",Double:"Dvostruki",Groove:"Kolosek",Ridge:"Greben",Inset:"Prilog",Outset:"Početak","Align cell text to the left":"Poravnajte tekst ćelije levo","Align cell text to the center":"Poravnajte tekst ćelije u sredinu","Align cell text to the right":"Poravnajte tekst ćelije desno","Justify cell text":"Opravdajte tekst ćelije","Align cell text to the top":"Poravnajte tekst ćelije prema gore","Align cell text to the middle":"Poravnajte tekst ćelije u sredinu","Align cell text to the bottom":"Poravnajte tekst ćelije prema dole","Align table to the left":"Poravnajte tabelu na levu stranu","Center table":"Centar tabele","Align table to the right":"Poravnajte tabelu na desnu stranu","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Boja je nevažeća. Pokušajte sa \"# FF0000\" ili \"rgb (255,0,0)\" ili \"crvena\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Vrednost je nevažeća. Pokušajte sa „10pk“ ili „2em“ ili jednostavno „2“.","Color picker":"Birač boja","Toggle caption off":"Isključivanje natpisa","Toggle caption on":"Uključite naslov","Enter table caption":"Unesite naslov tabele","Rich Text Editor":"Prošireni uređivač teksta","Editor editing area: %0":"Oblast za uređivanje urednika: %0","Edit block":"Blok uređivač",Next:"Sledeći",Previous:"Prethodni","Editor toolbar":"Uređivač traka sa alatkama","Dropdown toolbar":"Padajuća traka sa alatkama",Black:"Crna","Dim grey":"Bledo siva",Grey:"Siva","Light grey":"Svetlo siva",White:"Bela",Red:"Crvena",Orange:"Narandžasta",Yellow:"Žuta","Light green":"Svetlo zelena",Green:"Zelena",Aquamarine:"Zelenkastoplava",Turquoise:"Tirkizna","Light blue":"Svetloplava",Blue:"Plava",Purple:"Ljubičasta","Editor block content toolbar":"Traka sa alatkama za blokiranje sadržaja uređivača","Editor contextual toolbar":"Kontekstualna traka sa alatkama Editor",HEX:"",Accept:"",Undo:"Povlačenje",Redo:"Ponovo","Upload in progress":"Postavljanje u toku","Widget toolbar":"Видгет трака са алаткама","Insert paragraph before block":"Уметните одломак пре блока","Insert paragraph after block":"Уметните одломак после блока","Press Enter to type after or press Shift + Enter to type before the widget":"Pritisnite Enter da kucate posle ili pritisnite Shift + Enter da kucate pre vidžeta","Words: %0":"Reči: %0","Characters: %0":"Karakteri: %0"} );l.getPluralForm=function(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sr.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sr.js index dcbed5c85ec1..1ad34dbc14d0 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sr.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sr.js @@ -1 +1 @@ -(function(d){ const l = d['sr'] = d['sr'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Лево равнање","Align right":"Десно равнање","Align center":"Централно равнанје",Justify:"Обострано равнање","Text alignment":"Равнање текста","Text alignment toolbar":"Алатке за равнање текста",Bold:"Подебљано",Italic:"Курзив",Underline:"Подвучен",Code:"Код",Strikethrough:"Прецртан",Subscript:"Индекс доле",Superscript:"Индекс горе","Block quote":"Цитат","Insert code block":"Додај блок кода","Plain text":"Обичан текст",Cancel:"Одустани","Remove color":"Отклони боју","Restore default":"Врати подразумевано",Save:"Сачувај","Show more items":"Прикажи још ставки","%0 of %1":"%0 of %1","Cannot upload file:":"Постављање фајла је неуспешно:","Rich Text Editor. Editing area: %0":"Уређивач обогаћеног текста.Простор за уређивање: %0","Find and replace":"Нађи и замени","Find in text…":"Пронађи у тексту… ",Find:"Пронаћи","Previous result":"Претходни резултат ","Next result":"Следећи резултат ",Replace:"Замени","Replace all":"Замени све","Match case":"Подударање случај ","Whole words only":"Само целе речи ","Replace with…":"Замени са…","Text to find must not be empty.":"Текст за проналажење не сме бити празан.","Tip: Find some text first in order to replace it.":"Савет: Прво пронађите неки текст да бисте га заменили. ","Show options":"Прикажи опције ",Paragraph:"Пасус",Heading:"Стилови","Choose heading":"Одреди стил","Heading 1":"Наслов 1","Heading 2":"Наслов 2","Heading 3":"Наслов 3","Heading 4":"Наслов 4","Heading 5":"Наслов 5","Heading 6":"Наслов 6","Type your title":"Одредите наслов","Type or paste your content here.":"Упишите или налепите наслов","Horizontal line":"Хоризонтална разделна линија","HTML object":"ХТМЛ објекат ","Increase indent":"Повећај увлачење","Decrease indent":"Смањи увлачење",Unlink:"Отклони линк",Link:"Линк","Link URL":"УРЛ линк","Link image":"Линк слике","Edit link":"Исправи линк","Open link in new tab":"Отвори линк у новом прозору","This link has no URL":"Линк не садржи УРЛ","Open in a new tab":"Отвори у новој картици",Downloadable:"Могуће преузимање","Numbered List":"Листа са бројевима","Bulleted List":"Набрајане листе","To-do List":"Листа обавеза","Bulleted list styles toolbar":"Трака са алаткама за набрајане листе","Numbered list styles toolbar":"Трака са алаткама за листе са бројевима","Toggle the disc list style":"Укључите / искључите стил листе дискова","Toggle the circle list style":"Укључи / искључи стил листе кругова","Toggle the square list style":"Укључи / искључи стил листе квадрата","Toggle the decimal list style":"Укључи / искључи стил декадне листе","Toggle the decimal with leading zero list style":"Пребаци децимални знак са водећим стилом листе нула","Toggle the lower–roman list style":"Укључите/ искључите стил доње римске листе","Toggle the upper–roman list style":"Укључите / искључите стил горње римске листе","Toggle the lower–latin list style":"Укључите / искључите стил доње листе латинице","Toggle the upper–latin list style":"Укључите / искључите стил горње листе латинице",Disc:"Диск",Circle:"Круг",Square:"Квадрат",Decimal:"Децимала","Decimal with leading zero":"Децимала са нулом на почетку","Lower–roman":"Доњи - римски","Upper-roman":"Горњи - римски","Lower-latin":"Доњи - латински","Upper-latin":"Горњи - латински","List properties":"Наведите својства ","Start at":"Почети у","Start index must be greater than 0.":"Почетни индекс мора бити већи од 0. ","Reversed order":"Обрнути редослед ","Remove Format":"Уклони форматирање","Select all":"Означи све.",Source:"Извор","Special characters":"Специјални карактери",All:"Сви",Arrows:"Стрелице",Currency:"Валуте",Latin:"Латинични",Mathematical:"Maтематички",Text:"Текст","leftwards simple arrow":"једноставна стрелица налево","rightwards simple arrow":"једноставна стрелица удесно","upwards simple arrow":"једноставна стрелица нагоре","downwards simple arrow":"једноставна стрелица надоле","leftwards double arrow":"Дупла стрелица лево","rightwards double arrow":"Дупла стрелица десно","upwards double arrow":"Дупла стрелица према горе","downwards double arrow":"Дупла стрелица према доле","leftwards dashed arrow":"Прекидана стрелица лево","rightwards dashed arrow":"Прекидана стрелица десно","upwards dashed arrow":"Прекидана стрелица према горе","downwards dashed arrow":"Прекидана стрелица према доле","leftwards arrow to bar":"Стрелица налево ка траци","rightwards arrow to bar":"Стрелица надесно ка траци","upwards arrow to bar":"Стрелица према горе ка траци","downwards arrow to bar":"Стрелица према доле ка траци","up down arrow with base":"Стрелица на доле са базом","back with leftwards arrow above":"Назад са стрелицом лево","end with leftwards arrow above":"Завршите стрелицом лево","on with exclamation mark with left right arrow above":"Укључено са узвичником са стрелицомлево десно","soon with rightwards arrow above":"Ускоро са стрелицом надесно","top with upwards arrow above":"На врху са стрелицом према горе","Dollar sign":"Знак долара","Euro sign":"Знак еура","Yen sign":"Знак јена","Pound sign":"Знак фунти","Cent sign":"Знак цента","Euro-currency sign":"Знак валуте еура","Colon sign":"Двотачка","Cruzeiro sign":"Знак црузеиро","French franc sign":"Знак француског франака","Lira sign":"Знак лире","Currency sign":"Знак валуте","Bitcoin sign":"Знак биткиона","Mill sign":"Знак млна","Naira sign":"Знак наира","Peseta sign":"Знак пезета","Rupee sign":"Знак рупиа","Won sign":"Знак вон","New sheqel sign":"Знак нови шекел","Dong sign":"Знак донг","Kip sign":"Знак кип","Tugrik sign":"Знак тугрик","Drachma sign":"Знак драхма","German penny sign":"Знак немачки пени","Peso sign":"Знак песо","Guarani sign":"Знак гуарани","Austral sign":"Аустрални знак","Hryvnia sign":"Знак гривна","Cedi sign":"Знак цеди","Livre tournois sign":"Знак ливре тоурноис","Spesmilo sign":"Знак спесмилио","Tenge sign":"Знак тенге","Indian rupee sign":"Знак индијске рупије","Turkish lira sign":"Знак турских лира","Nordic mark sign":"Нордијски знак","Manat sign":"Знак манат","Ruble sign":"Знак рубле","Latin capital letter a with macron":"Латинско белико слово а са макроном","Latin small letter a with macron":"Латинско мало слово а са макроном","Latin capital letter a with breve":"Латинско велико слово а са бревом ","Latin small letter a with breve":"Латинско мало слово а са бревом","Latin capital letter a with ogonek":"Латинско велико слово а са огонек","Latin small letter a with ogonek":"Латинско мало слово с са огонек","Latin capital letter c with acute":"Латинско велико слово ц са акутом","Latin small letter c with acute":"Латинско мало слово ц са акутом","Latin capital letter c with circumflex":"Латинско велико слово ц са цирцумфлекс","Latin small letter c with circumflex":"Латинско мало слово ц са цирцумфлекс","Latin capital letter c with dot above":"Латинско велико слово ц са тачком изнад","Latin small letter c with dot above":"Латинско мало слвово ц са тачком изнад","Latin capital letter c with caron":"Латинско велико слово ц са цароном","Latin small letter c with caron":"Латинско мало слово ц са цароном","Latin capital letter d with caron":"Латинско велико слово д са цароном","Latin small letter d with caron":"Латинско мало слово д са цароном","Latin capital letter d with stroke":"Латинско велико слово д са строке","Latin small letter d with stroke":"Латинско мало слово д са строке","Latin capital letter e with macron":"Латинско велико слово е са мацрон","Latin small letter e with macron":"Латинско мало слово е са мацрон","Latin capital letter e with breve":"Латинско велико слово е са бреве","Latin small letter e with breve":"Латинско мало слово е са бреве","Latin capital letter e with dot above":"Латинско велико слово е са тачком изнад","Latin small letter e with dot above":"Латинско мало слово е са тачком изнад","Latin capital letter e with ogonek":"Латинско велико слово е са огонек","Latin small letter e with ogonek":"Латинско мало слво е са огонек","Latin capital letter e with caron":"Латинско велико слово е са царон","Latin small letter e with caron":"Латинско мало слово е са царон","Latin capital letter g with circumflex":"Латинско велико слово г са цирцумфлекс","Latin small letter g with circumflex":"Латинско мало слобо г са цирцумфлекс","Latin capital letter g with breve":"Латинск велико слово г са бреве","Latin small letter g with breve":"Латинско мало слово г са бреве","Latin capital letter g with dot above":"Латинско велико слово г са тачком изнад","Latin small letter g with dot above":"Латинско мало слово г са тачком изнад","Latin capital letter g with cedilla":"Латинско велико слово г са цедилом","Latin small letter g with cedilla":"Латинско мало слово г са цедилом","Latin capital letter h with circumflex":"Латинско велико слово х са цирцумфлекс","Latin small letter h with circumflex":"Латинско мало слово х са цирцумфлекс","Latin capital letter h with stroke":"Латинско велико слово х са строке","Latin small letter h with stroke":"Латинско мало слово х са строке","Latin capital letter i with tilde":"Латинско велико слово и са тилдом","Latin small letter i with tilde":"Латинско мало слово и са тилдом","Latin capital letter i with macron":"Латинско велико слово и са мацрон","Latin small letter i with macron":"Латинско мало слово и са мацрон","Latin capital letter i with breve":"Латинско велико слово и са бреве","Latin small letter i with breve":"Латинско мало слово и са бреве","Latin capital letter i with ogonek":"Латинско велоко слово и са огонек","Latin small letter i with ogonek":"Латинско мало слово и са огонек","Latin capital letter i with dot above":"Латинско велико слово и са тачком изнад","Latin small letter dotless i":"Латинско мало слово и без тачке","Latin capital ligature ij":"Латинска велика лигатура иј","Latin small ligature ij":"Латинска мала лигатура иј","Latin capital letter j with circumflex":"Латинско велико слово ј са цирцумфлекс","Latin small letter j with circumflex":"Латнцско мало слово ј са цирцумфлекс","Latin capital letter k with cedilla":"Латинско велико слово к са цедила","Latin small letter k with cedilla":"Латинско мало слово к са цедила","Latin small letter kra":"Латинско мало слово кра","Latin capital letter l with acute":"Лаинско велико слово л са акутом","Latin small letter l with acute":"Латинско мало слово л са акутом","Latin capital letter l with cedilla":"Латинско велико слово л са цедила","Latin small letter l with cedilla":"Латинско мало слово л са цедила","Latin capital letter l with caron":"Латинско велико слово л са царон","Latin small letter l with caron":"Латинско мало слово л са царон","Latin capital letter l with middle dot":"Латинско велико слово л са среднјом тачком","Latin small letter l with middle dot":"Латинско мало слово са цреднјом тачком","Latin capital letter l with stroke":"Латинско велико слово л са строке","Latin small letter l with stroke":"Латинско мало слово л са строке","Latin capital letter n with acute":"Латинско влико слово н са акутом","Latin small letter n with acute":"Латинско мало слово н са акутом","Latin capital letter n with cedilla":"Латинско велико слово н са цедилом","Latin small letter n with cedilla":"Латинско мало слово н са цедилом","Latin capital letter n with caron":"Латинско велико слово н са царон","Latin small letter n with caron":"Латинско мало слово н са царон","Latin small letter n preceded by apostrophe":"Латинско мало слово н које претходи апостроф","Latin capital letter eng":"Латинско велико слово енг","Latin small letter eng":"Латинско мало слово енг","Latin capital letter o with macron":"Латинско велико слово о са мацрон","Latin small letter o with macron":"Латинско мало слово о са марон","Latin capital letter o with breve":"Латинско велико слово о са бреве","Latin small letter o with breve":"Латинско мало слово о са бреве","Latin capital letter o with double acute":"Латинско велико слово о са двоструком акутом","Latin small letter o with double acute":"Латинско мало слово о са двоструком акутом","Latin capital ligature oe":"Латинска велика лигатура ое","Latin small ligature oe":"Латинска мала лигатура ое","Latin capital letter r with acute":"Латинско велико слово р са акутом","Latin small letter r with acute":"Латинско мало слово р са акутом","Latin capital letter r with cedilla":"Латинско велико слово р са цедила","Latin small letter r with cedilla":"Латинско мало слово р са цедила","Latin capital letter r with caron":"Латинско велико слово р са царон","Latin small letter r with caron":"Латинско мало слово р са царон","Latin capital letter s with acute":"Латинско велоко слово с са акутом","Latin small letter s with acute":"Латинско мало слово с са акутом","Latin capital letter s with circumflex":"Латинско велико слово с са цирцумфлекс","Latin small letter s with circumflex":"Латинско мало слово с са цирцумфлекс","Latin capital letter s with cedilla":"Латинско велико слово с са цедила","Latin small letter s with cedilla":"Латинско мало слово с са цедила","Latin capital letter s with caron":"Латинско велико слово с са царон","Latin small letter s with caron":"Латинско мало слово с са царон","Latin capital letter t with cedilla":"Латинско велико слово т са цедила","Latin small letter t with cedilla":"Латинско мало слово т са цедила","Latin capital letter t with caron":"Латинско велико слово т са царон","Latin small letter t with caron":"Латинско мало слово т са царон","Latin capital letter t with stroke":"Латинско велико слово т са строке","Latin small letter t with stroke":"Латинско мало слово т са строке","Latin capital letter u with tilde":"Латинско велико слово у са тилдом","Latin small letter u with tilde":"Латинско мало слово у са тилдом","Latin capital letter u with macron":"Латинско велико слово у са мацрон","Latin small letter u with macron":"Латинско мало слово у са мацрон","Latin capital letter u with breve":"Латинско велико слово у са бреве","Latin small letter u with breve":"Латинско мало слово у са бреве","Latin capital letter u with ring above":"Латинско велико слово у с престеном изнад","Latin small letter u with ring above":"Латинско мало слово у с прстеном изнад","Latin capital letter u with double acute":"Латинско велико слово у с двоструким акутом","Latin small letter u with double acute":"Латинско мало слово у с двоструким акутом","Latin capital letter u with ogonek":"Латинско велико слово у са огонек","Latin small letter u with ogonek":"Латинско мало слово у са огонек","Latin capital letter w with circumflex":"Латинско велико слово дупло в са цирцумфлекс","Latin small letter w with circumflex":"Латинско мало слово дупло в са цирцумфлекс","Latin capital letter y with circumflex":"Латинско велико слово ипсилон са цирцумфлекс","Latin small letter y with circumflex":"Латинско мало слово ипсилон са цирцумфлекс","Latin capital letter y with diaeresis":"Латинско велико слово ипсилон са дијарезом","Latin capital letter z with acute":"Латинско велико слово з са акутом","Latin small letter z with acute":"Латинско мало слово з са акутом","Latin capital letter z with dot above":"Латинско велико слово з са тачком изнад","Latin small letter z with dot above":"Латинско мало слово з са тачком изнад","Latin capital letter z with caron":"Латинско велико слово з са царон","Latin small letter z with caron":"Латинско мало слово з са царон","Latin small letter long s":"Латинско мало слово дугачко с","Less-than sign":"Знак мање од","Greater-than sign":"Знак веће од","Less-than or equal to":"Збак мање од или једнако","Greater-than or equal to":"Знак веће од или једнако","En dash":"Ен цртица","Em dash":"Ем цртица",Macron:"Мацрон",Overline:"Оверлине","Degree sign":"Знак степена","Minus sign":"Знак минус","Plus-minus sign":"Знак плус-минус","Division sign":"Знак дивизије","Fraction slash":"Црта фракције","Multiplication sign":"Знак множења","Latin small letter f with hook":"Латинско мало слово ф са куком",Integral:"Интеграл","N-ary summation":"Н-ари збир",Infinity:"Бесконачност","Square root":"Квадратни корен","Tilde operator":"Тилде оператор","Approximately equal to":"Отприлике једнако","Almost equal to":"Скоро једнако","Not equal to":"Неједнако са","Identical to":"Идентичан","Element of":"Елемент од","Not an element of":"Није елемент","Contains as member":"Садржи као члан","N-ary product":"Н-ари производ","Logical and":"Логички и","Logical or":"Локички или","Not sign":"Није знак",Intersection:"Раскрсница",Union:"Унија","Partial differential":"Делимични диференцијал","For all":"За све","There exists":"Постоји","Empty set":"Празан сет",Nabla:"Набла","Asterisk operator":"Астерикс оператор","Proportional to":"Сразмерно",Angle:"Угао","Vulgar fraction one quarter":"Вулгарна фракција једна четвртина","Vulgar fraction one half":"Вулгарна фракција једна половина","Vulgar fraction three quarters":"Вулгарна фрација три четвртине","Single left-pointing angle quotation mark":"Појединачни наводник угла левог показиванја","Single right-pointing angle quotation mark":"Појединачни наводник угла десног показивања","Left-pointing double angle quotation mark":"Леви двострани наводник двоструког угла ","Right-pointing double angle quotation mark":"Десни двострани наводик двоструког угла ","Left single quotation mark":"Леви појединачни наводник","Right single quotation mark":"Десни појединачни наводник","Left double quotation mark":"Леви двоструки наводник","Right double quotation mark":"Десни двоструки наводник","Single low-9 quotation mark":"Један ниски -9 наводник","Double low-9 quotation mark":"Двоструки ниски -9 наводник","Inverted exclamation mark":"Обрнути узвичник","Inverted question mark":"Обрнути упитник","Two dot leader":"Вођа са две тачке","Horizontal ellipsis":"Хоризонтална елипса","Double dagger":"Двоструки бодеж","Per mille sign":"Знак пер миле","Per ten thousand sign":"Знак за десет хиљада","Double exclamation mark":"Двоструки узвичник","Question exclamation mark":"Знак упитника узвичника","Exclamation question mark":"Знак узвичника упитника","Double question mark":"Двоструки упитник","Copyright sign":"Симбол ауторског права","Registered sign":"Регистровани знак","Trade mark sign":"Знак бренда","Section sign":"Знак селекција","Paragraph sign":"Знак параграф","Reversed paragraph sign":"Обрнути знак параграфа","Character categories":"Категорија карактера",Styles:"Стилови","Multiple styles":"Више стилова","Block styles":"Блок стилови","Text styles":"Стилови текста","Insert table":"Додај табелу","Header column":"Колона за заглавље","Insert column left":"Додај колону лево","Insert column right":"Додај колону десно","Delete column":"Бриши колону","Select column":"Изабери колону",Column:"Колона","Header row":"Ред за заглавлје","Insert row below":"Додај ред испод","Insert row above":"Додај ред изнад","Delete row":"Бриши ред","Select row":"Изабери ред",Row:"Ред","Merge cell up":"Спој ћелије на горе","Merge cell right":"Спој ћелије на десно","Merge cell down":"Спој ћелије на доле","Merge cell left":"Cпој ћелије на лево","Split cell vertically":"Дели ћелије усправно","Split cell horizontally":"Дели ћелије водоравно","Merge cells":"Спој ћелије","Table toolbar":"Табела трака са алаткама","Table properties":"Својства табеле","Cell properties":"Својства ћелије",Border:"Граница",Style:"Стил",Width:"Ширина",Height:"Висина",Color:"Боја",Background:"Позадина",Padding:"Постављање",Dimensions:"Димензија","Table cell text alignment":"Поравнај тексту табели",Alignment:"Поравнање","Horizontal text alignment toolbar":"Хоризонтална трака са алаткама за поравнање текста","Vertical text alignment toolbar":"Вертикална трака са алаткама за поравнање текста","Table alignment toolbar":"Трака са алаткама за поравнање табеле",None:"Ниједан",Solid:"Чврст",Dotted:"Са тачкама",Dashed:"Разбијено",Double:"Двоструко",Groove:"Колосек",Ridge:"Гребен",Inset:"Прилог",Outset:"Почетак","Align cell text to the left":"Поравнајте текст ћелије лево","Align cell text to the center":"Поравнајте текст ћелије у средину","Align cell text to the right":"Поравнајте текст ћелије десно","Justify cell text":"Оправдајте текст ћелије","Align cell text to the top":"Поравнајте текст ћелије према горе","Align cell text to the middle":"Поравнајте текст ћелије у средину","Align cell text to the bottom":"Поравнајте текст ћелије према доле","Align table to the left":"Поравнајте табелу на леву страну","Center table":"Центар табеле","Align table to the right":"Поравнајте табелу на десну страну","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Боја је неважећа. Покушајте са \"#FF0000\" или \"rgb(255,0,0)\" или \"црвена\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Вредност је неважећа. Покушајте са \"10px\" или \"2em\" или једноставно \"2\".","Color picker":"Бирач боја","Toggle caption off":"Искључивање натписа ","Toggle caption on":"Укључите наслов ","Enter table caption":"Унесите наслов табеле ","Rich Text Editor":"Проширен уређивач текста","Editor editing area: %0":"Област за уређивање уредника: %0","Edit block":"Блок уређивач",Next:"Следећи",Previous:"Претходни","Editor toolbar":"Уређивач трака са алаткама","Dropdown toolbar":"Падајућа трака са алаткама",Black:"Црна","Dim grey":"Бледо сива",Grey:"Сива","Light grey":"Светло сива",White:"Бела",Red:"Црвена",Orange:"Нараџаста",Yellow:"Жута","Light green":"Светлозелена",Green:"Зелена",Aquamarine:"Зеленкастоплава",Turquoise:"Тиркизна","Light blue":"Светлоплава",Blue:"Плава",Purple:"Љубичаста","Editor block content toolbar":"Трака са алаткама за блокирање садржаја уређивача","Editor contextual toolbar":"Контекстуална трака са алаткама Едитор",HEX:"",Undo:"Повлачење",Redo:"Поново","Upload in progress":"Постављање у току","Widget toolbar":"Widget traka sa alatkama","Insert paragraph before block":"Umetnite odlomak pre bloka","Insert paragraph after block":"Umetnite odlomak posle bloka","Press Enter to type after or press Shift + Enter to type before the widget":"Притисните Ентер да куцате после или притисните Схифт + Ентер да куцате пре виџета","Words: %0":"Речи: %0","Characters: %0":"Карактери: %0"} );l.getPluralForm=function(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['sr'] = d['sr'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Лево равнање","Align right":"Десно равнање","Align center":"Централно равнанје",Justify:"Обострано равнање","Text alignment":"Равнање текста","Text alignment toolbar":"Алатке за равнање текста",Bold:"Подебљано",Italic:"Курзив",Underline:"Подвучен",Code:"Код",Strikethrough:"Прецртан",Subscript:"Индекс доле",Superscript:"Индекс горе","Block quote":"Цитат","Insert code block":"Додај блок кода","Plain text":"Обичан текст",Cancel:"Одустани","Remove color":"Отклони боју","Restore default":"Врати подразумевано",Save:"Сачувај","Show more items":"Прикажи још ставки","%0 of %1":"%0 of %1","Cannot upload file:":"Постављање фајла је неуспешно:","Rich Text Editor. Editing area: %0":"Уређивач обогаћеног текста.Простор за уређивање: %0","Find and replace":"Нађи и замени","Find in text…":"Пронађи у тексту… ",Find:"Пронаћи","Previous result":"Претходни резултат ","Next result":"Следећи резултат ",Replace:"Замени","Replace all":"Замени све","Match case":"Подударање случај ","Whole words only":"Само целе речи ","Replace with…":"Замени са…","Text to find must not be empty.":"Текст за проналажење не сме бити празан.","Tip: Find some text first in order to replace it.":"Савет: Прво пронађите неки текст да бисте га заменили. ","Show options":"Прикажи опције ",Paragraph:"Пасус",Heading:"Стилови","Choose heading":"Одреди стил","Heading 1":"Наслов 1","Heading 2":"Наслов 2","Heading 3":"Наслов 3","Heading 4":"Наслов 4","Heading 5":"Наслов 5","Heading 6":"Наслов 6","Type your title":"Одредите наслов","Type or paste your content here.":"Упишите или налепите наслов","Horizontal line":"Хоризонтална разделна линија","HTML object":"ХТМЛ објекат ","Increase indent":"Повећај увлачење","Decrease indent":"Смањи увлачење",Unlink:"Отклони линк",Link:"Линк","Link URL":"УРЛ линк","Link image":"Линк слике","Edit link":"Исправи линк","Open link in new tab":"Отвори линк у новом прозору","This link has no URL":"Линк не садржи УРЛ","Open in a new tab":"Отвори у новој картици",Downloadable:"Могуће преузимање","Numbered List":"Листа са бројевима","Bulleted List":"Набрајане листе","To-do List":"Листа обавеза","Bulleted list styles toolbar":"Трака са алаткама за набрајане листе","Numbered list styles toolbar":"Трака са алаткама за листе са бројевима","Toggle the disc list style":"Укључите / искључите стил листе дискова","Toggle the circle list style":"Укључи / искључи стил листе кругова","Toggle the square list style":"Укључи / искључи стил листе квадрата","Toggle the decimal list style":"Укључи / искључи стил декадне листе","Toggle the decimal with leading zero list style":"Пребаци децимални знак са водећим стилом листе нула","Toggle the lower–roman list style":"Укључите/ искључите стил доње римске листе","Toggle the upper–roman list style":"Укључите / искључите стил горње римске листе","Toggle the lower–latin list style":"Укључите / искључите стил доње листе латинице","Toggle the upper–latin list style":"Укључите / искључите стил горње листе латинице",Disc:"Диск",Circle:"Круг",Square:"Квадрат",Decimal:"Децимала","Decimal with leading zero":"Децимала са нулом на почетку","Lower–roman":"Доњи - римски","Upper-roman":"Горњи - римски","Lower-latin":"Доњи - латински","Upper-latin":"Горњи - латински","List properties":"Наведите својства ","Start at":"Почети у","Start index must be greater than 0.":"Почетни индекс мора бити већи од 0. ","Reversed order":"Обрнути редослед ","Remove Format":"Уклони форматирање","Select all":"Означи све.","Show blocks":"Prikaži blokove",Source:"Извор","Special characters":"Специјални карактери",All:"Сви",Arrows:"Стрелице",Currency:"Валуте",Latin:"Латинични",Mathematical:"Maтематички",Text:"Текст","leftwards simple arrow":"једноставна стрелица налево","rightwards simple arrow":"једноставна стрелица удесно","upwards simple arrow":"једноставна стрелица нагоре","downwards simple arrow":"једноставна стрелица надоле","leftwards double arrow":"Дупла стрелица лево","rightwards double arrow":"Дупла стрелица десно","upwards double arrow":"Дупла стрелица према горе","downwards double arrow":"Дупла стрелица према доле","leftwards dashed arrow":"Прекидана стрелица лево","rightwards dashed arrow":"Прекидана стрелица десно","upwards dashed arrow":"Прекидана стрелица према горе","downwards dashed arrow":"Прекидана стрелица према доле","leftwards arrow to bar":"Стрелица налево ка траци","rightwards arrow to bar":"Стрелица надесно ка траци","upwards arrow to bar":"Стрелица према горе ка траци","downwards arrow to bar":"Стрелица према доле ка траци","up down arrow with base":"Стрелица на доле са базом","back with leftwards arrow above":"Назад са стрелицом лево","end with leftwards arrow above":"Завршите стрелицом лево","on with exclamation mark with left right arrow above":"Укључено са узвичником са стрелицомлево десно","soon with rightwards arrow above":"Ускоро са стрелицом надесно","top with upwards arrow above":"На врху са стрелицом према горе","Dollar sign":"Знак долара","Euro sign":"Знак еура","Yen sign":"Знак јена","Pound sign":"Знак фунти","Cent sign":"Знак цента","Euro-currency sign":"Знак валуте еура","Colon sign":"Двотачка","Cruzeiro sign":"Знак црузеиро","French franc sign":"Знак француског франака","Lira sign":"Знак лире","Currency sign":"Знак валуте","Bitcoin sign":"Знак биткиона","Mill sign":"Знак млна","Naira sign":"Знак наира","Peseta sign":"Знак пезета","Rupee sign":"Знак рупиа","Won sign":"Знак вон","New sheqel sign":"Знак нови шекел","Dong sign":"Знак донг","Kip sign":"Знак кип","Tugrik sign":"Знак тугрик","Drachma sign":"Знак драхма","German penny sign":"Знак немачки пени","Peso sign":"Знак песо","Guarani sign":"Знак гуарани","Austral sign":"Аустрални знак","Hryvnia sign":"Знак гривна","Cedi sign":"Знак цеди","Livre tournois sign":"Знак ливре тоурноис","Spesmilo sign":"Знак спесмилио","Tenge sign":"Знак тенге","Indian rupee sign":"Знак индијске рупије","Turkish lira sign":"Знак турских лира","Nordic mark sign":"Нордијски знак","Manat sign":"Знак манат","Ruble sign":"Знак рубле","Latin capital letter a with macron":"Латинско белико слово а са макроном","Latin small letter a with macron":"Латинско мало слово а са макроном","Latin capital letter a with breve":"Латинско велико слово а са бревом ","Latin small letter a with breve":"Латинско мало слово а са бревом","Latin capital letter a with ogonek":"Латинско велико слово а са огонек","Latin small letter a with ogonek":"Латинско мало слово с са огонек","Latin capital letter c with acute":"Латинско велико слово ц са акутом","Latin small letter c with acute":"Латинско мало слово ц са акутом","Latin capital letter c with circumflex":"Латинско велико слово ц са цирцумфлекс","Latin small letter c with circumflex":"Латинско мало слово ц са цирцумфлекс","Latin capital letter c with dot above":"Латинско велико слово ц са тачком изнад","Latin small letter c with dot above":"Латинско мало слвово ц са тачком изнад","Latin capital letter c with caron":"Латинско велико слово ц са цароном","Latin small letter c with caron":"Латинско мало слово ц са цароном","Latin capital letter d with caron":"Латинско велико слово д са цароном","Latin small letter d with caron":"Латинско мало слово д са цароном","Latin capital letter d with stroke":"Латинско велико слово д са строке","Latin small letter d with stroke":"Латинско мало слово д са строке","Latin capital letter e with macron":"Латинско велико слово е са мацрон","Latin small letter e with macron":"Латинско мало слово е са мацрон","Latin capital letter e with breve":"Латинско велико слово е са бреве","Latin small letter e with breve":"Латинско мало слово е са бреве","Latin capital letter e with dot above":"Латинско велико слово е са тачком изнад","Latin small letter e with dot above":"Латинско мало слово е са тачком изнад","Latin capital letter e with ogonek":"Латинско велико слово е са огонек","Latin small letter e with ogonek":"Латинско мало слво е са огонек","Latin capital letter e with caron":"Латинско велико слово е са царон","Latin small letter e with caron":"Латинско мало слово е са царон","Latin capital letter g with circumflex":"Латинско велико слово г са цирцумфлекс","Latin small letter g with circumflex":"Латинско мало слобо г са цирцумфлекс","Latin capital letter g with breve":"Латинск велико слово г са бреве","Latin small letter g with breve":"Латинско мало слово г са бреве","Latin capital letter g with dot above":"Латинско велико слово г са тачком изнад","Latin small letter g with dot above":"Латинско мало слово г са тачком изнад","Latin capital letter g with cedilla":"Латинско велико слово г са цедилом","Latin small letter g with cedilla":"Латинско мало слово г са цедилом","Latin capital letter h with circumflex":"Латинско велико слово х са цирцумфлекс","Latin small letter h with circumflex":"Латинско мало слово х са цирцумфлекс","Latin capital letter h with stroke":"Латинско велико слово х са строке","Latin small letter h with stroke":"Латинско мало слово х са строке","Latin capital letter i with tilde":"Латинско велико слово и са тилдом","Latin small letter i with tilde":"Латинско мало слово и са тилдом","Latin capital letter i with macron":"Латинско велико слово и са мацрон","Latin small letter i with macron":"Латинско мало слово и са мацрон","Latin capital letter i with breve":"Латинско велико слово и са бреве","Latin small letter i with breve":"Латинско мало слово и са бреве","Latin capital letter i with ogonek":"Латинско велоко слово и са огонек","Latin small letter i with ogonek":"Латинско мало слово и са огонек","Latin capital letter i with dot above":"Латинско велико слово и са тачком изнад","Latin small letter dotless i":"Латинско мало слово и без тачке","Latin capital ligature ij":"Латинска велика лигатура иј","Latin small ligature ij":"Латинска мала лигатура иј","Latin capital letter j with circumflex":"Латинско велико слово ј са цирцумфлекс","Latin small letter j with circumflex":"Латнцско мало слово ј са цирцумфлекс","Latin capital letter k with cedilla":"Латинско велико слово к са цедила","Latin small letter k with cedilla":"Латинско мало слово к са цедила","Latin small letter kra":"Латинско мало слово кра","Latin capital letter l with acute":"Лаинско велико слово л са акутом","Latin small letter l with acute":"Латинско мало слово л са акутом","Latin capital letter l with cedilla":"Латинско велико слово л са цедила","Latin small letter l with cedilla":"Латинско мало слово л са цедила","Latin capital letter l with caron":"Латинско велико слово л са царон","Latin small letter l with caron":"Латинско мало слово л са царон","Latin capital letter l with middle dot":"Латинско велико слово л са среднјом тачком","Latin small letter l with middle dot":"Латинско мало слово са цреднјом тачком","Latin capital letter l with stroke":"Латинско велико слово л са строке","Latin small letter l with stroke":"Латинско мало слово л са строке","Latin capital letter n with acute":"Латинско влико слово н са акутом","Latin small letter n with acute":"Латинско мало слово н са акутом","Latin capital letter n with cedilla":"Латинско велико слово н са цедилом","Latin small letter n with cedilla":"Латинско мало слово н са цедилом","Latin capital letter n with caron":"Латинско велико слово н са царон","Latin small letter n with caron":"Латинско мало слово н са царон","Latin small letter n preceded by apostrophe":"Латинско мало слово н које претходи апостроф","Latin capital letter eng":"Латинско велико слово енг","Latin small letter eng":"Латинско мало слово енг","Latin capital letter o with macron":"Латинско велико слово о са мацрон","Latin small letter o with macron":"Латинско мало слово о са марон","Latin capital letter o with breve":"Латинско велико слово о са бреве","Latin small letter o with breve":"Латинско мало слово о са бреве","Latin capital letter o with double acute":"Латинско велико слово о са двоструком акутом","Latin small letter o with double acute":"Латинско мало слово о са двоструком акутом","Latin capital ligature oe":"Латинска велика лигатура ое","Latin small ligature oe":"Латинска мала лигатура ое","Latin capital letter r with acute":"Латинско велико слово р са акутом","Latin small letter r with acute":"Латинско мало слово р са акутом","Latin capital letter r with cedilla":"Латинско велико слово р са цедила","Latin small letter r with cedilla":"Латинско мало слово р са цедила","Latin capital letter r with caron":"Латинско велико слово р са царон","Latin small letter r with caron":"Латинско мало слово р са царон","Latin capital letter s with acute":"Латинско велоко слово с са акутом","Latin small letter s with acute":"Латинско мало слово с са акутом","Latin capital letter s with circumflex":"Латинско велико слово с са цирцумфлекс","Latin small letter s with circumflex":"Латинско мало слово с са цирцумфлекс","Latin capital letter s with cedilla":"Латинско велико слово с са цедила","Latin small letter s with cedilla":"Латинско мало слово с са цедила","Latin capital letter s with caron":"Латинско велико слово с са царон","Latin small letter s with caron":"Латинско мало слово с са царон","Latin capital letter t with cedilla":"Латинско велико слово т са цедила","Latin small letter t with cedilla":"Латинско мало слово т са цедила","Latin capital letter t with caron":"Латинско велико слово т са царон","Latin small letter t with caron":"Латинско мало слово т са царон","Latin capital letter t with stroke":"Латинско велико слово т са строке","Latin small letter t with stroke":"Латинско мало слово т са строке","Latin capital letter u with tilde":"Латинско велико слово у са тилдом","Latin small letter u with tilde":"Латинско мало слово у са тилдом","Latin capital letter u with macron":"Латинско велико слово у са мацрон","Latin small letter u with macron":"Латинско мало слово у са мацрон","Latin capital letter u with breve":"Латинско велико слово у са бреве","Latin small letter u with breve":"Латинско мало слово у са бреве","Latin capital letter u with ring above":"Латинско велико слово у с престеном изнад","Latin small letter u with ring above":"Латинско мало слово у с прстеном изнад","Latin capital letter u with double acute":"Латинско велико слово у с двоструким акутом","Latin small letter u with double acute":"Латинско мало слово у с двоструким акутом","Latin capital letter u with ogonek":"Латинско велико слово у са огонек","Latin small letter u with ogonek":"Латинско мало слово у са огонек","Latin capital letter w with circumflex":"Латинско велико слово дупло в са цирцумфлекс","Latin small letter w with circumflex":"Латинско мало слово дупло в са цирцумфлекс","Latin capital letter y with circumflex":"Латинско велико слово ипсилон са цирцумфлекс","Latin small letter y with circumflex":"Латинско мало слово ипсилон са цирцумфлекс","Latin capital letter y with diaeresis":"Латинско велико слово ипсилон са дијарезом","Latin capital letter z with acute":"Латинско велико слово з са акутом","Latin small letter z with acute":"Латинско мало слово з са акутом","Latin capital letter z with dot above":"Латинско велико слово з са тачком изнад","Latin small letter z with dot above":"Латинско мало слово з са тачком изнад","Latin capital letter z with caron":"Латинско велико слово з са царон","Latin small letter z with caron":"Латинско мало слово з са царон","Latin small letter long s":"Латинско мало слово дугачко с","Less-than sign":"Знак мање од","Greater-than sign":"Знак веће од","Less-than or equal to":"Збак мање од или једнако","Greater-than or equal to":"Знак веће од или једнако","En dash":"Ен цртица","Em dash":"Ем цртица",Macron:"Мацрон",Overline:"Оверлине","Degree sign":"Знак степена","Minus sign":"Знак минус","Plus-minus sign":"Знак плус-минус","Division sign":"Знак дивизије","Fraction slash":"Црта фракције","Multiplication sign":"Знак множења","Latin small letter f with hook":"Латинско мало слово ф са куком",Integral:"Интеграл","N-ary summation":"Н-ари збир",Infinity:"Бесконачност","Square root":"Квадратни корен","Tilde operator":"Тилде оператор","Approximately equal to":"Отприлике једнако","Almost equal to":"Скоро једнако","Not equal to":"Неједнако са","Identical to":"Идентичан","Element of":"Елемент од","Not an element of":"Није елемент","Contains as member":"Садржи као члан","N-ary product":"Н-ари производ","Logical and":"Логички и","Logical or":"Локички или","Not sign":"Није знак",Intersection:"Раскрсница",Union:"Унија","Partial differential":"Делимични диференцијал","For all":"За све","There exists":"Постоји","Empty set":"Празан сет",Nabla:"Набла","Asterisk operator":"Астерикс оператор","Proportional to":"Сразмерно",Angle:"Угао","Vulgar fraction one quarter":"Вулгарна фракција једна четвртина","Vulgar fraction one half":"Вулгарна фракција једна половина","Vulgar fraction three quarters":"Вулгарна фрација три четвртине","Single left-pointing angle quotation mark":"Појединачни наводник угла левог показиванја","Single right-pointing angle quotation mark":"Појединачни наводник угла десног показивања","Left-pointing double angle quotation mark":"Леви двострани наводник двоструког угла ","Right-pointing double angle quotation mark":"Десни двострани наводик двоструког угла ","Left single quotation mark":"Леви појединачни наводник","Right single quotation mark":"Десни појединачни наводник","Left double quotation mark":"Леви двоструки наводник","Right double quotation mark":"Десни двоструки наводник","Single low-9 quotation mark":"Један ниски -9 наводник","Double low-9 quotation mark":"Двоструки ниски -9 наводник","Inverted exclamation mark":"Обрнути узвичник","Inverted question mark":"Обрнути упитник","Two dot leader":"Вођа са две тачке","Horizontal ellipsis":"Хоризонтална елипса","Double dagger":"Двоструки бодеж","Per mille sign":"Знак пер миле","Per ten thousand sign":"Знак за десет хиљада","Double exclamation mark":"Двоструки узвичник","Question exclamation mark":"Знак упитника узвичника","Exclamation question mark":"Знак узвичника упитника","Double question mark":"Двоструки упитник","Copyright sign":"Симбол ауторског права","Registered sign":"Регистровани знак","Trade mark sign":"Знак бренда","Section sign":"Знак селекција","Paragraph sign":"Знак параграф","Reversed paragraph sign":"Обрнути знак параграфа","Character categories":"Категорија карактера",Styles:"Стилови","Multiple styles":"Више стилова","Block styles":"Блок стилови","Text styles":"Стилови текста","Insert table":"Додај табелу","Header column":"Колона за заглавље","Insert column left":"Додај колону лево","Insert column right":"Додај колону десно","Delete column":"Бриши колону","Select column":"Изабери колону",Column:"Колона","Header row":"Ред за заглавлје","Insert row below":"Додај ред испод","Insert row above":"Додај ред изнад","Delete row":"Бриши ред","Select row":"Изабери ред",Row:"Ред","Merge cell up":"Спој ћелије на горе","Merge cell right":"Спој ћелије на десно","Merge cell down":"Спој ћелије на доле","Merge cell left":"Cпој ћелије на лево","Split cell vertically":"Дели ћелије усправно","Split cell horizontally":"Дели ћелије водоравно","Merge cells":"Спој ћелије","Table toolbar":"Табела трака са алаткама","Table properties":"Својства табеле","Cell properties":"Својства ћелије",Border:"Граница",Style:"Стил",Width:"Ширина",Height:"Висина",Color:"Боја",Background:"Позадина",Padding:"Постављање",Dimensions:"Димензија","Table cell text alignment":"Поравнај тексту табели",Alignment:"Поравнање","Horizontal text alignment toolbar":"Хоризонтална трака са алаткама за поравнање текста","Vertical text alignment toolbar":"Вертикална трака са алаткама за поравнање текста","Table alignment toolbar":"Трака са алаткама за поравнање табеле",None:"Ниједан",Solid:"Чврст",Dotted:"Са тачкама",Dashed:"Разбијено",Double:"Двоструко",Groove:"Колосек",Ridge:"Гребен",Inset:"Прилог",Outset:"Почетак","Align cell text to the left":"Поравнајте текст ћелије лево","Align cell text to the center":"Поравнајте текст ћелије у средину","Align cell text to the right":"Поравнајте текст ћелије десно","Justify cell text":"Оправдајте текст ћелије","Align cell text to the top":"Поравнајте текст ћелије према горе","Align cell text to the middle":"Поравнајте текст ћелије у средину","Align cell text to the bottom":"Поравнајте текст ћелије према доле","Align table to the left":"Поравнајте табелу на леву страну","Center table":"Центар табеле","Align table to the right":"Поравнајте табелу на десну страну","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Боја је неважећа. Покушајте са \"#FF0000\" или \"rgb(255,0,0)\" или \"црвена\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Вредност је неважећа. Покушајте са \"10px\" или \"2em\" или једноставно \"2\".","Color picker":"Бирач боја","Toggle caption off":"Искључивање натписа ","Toggle caption on":"Укључите наслов ","Enter table caption":"Унесите наслов табеле ","Rich Text Editor":"Проширен уређивач текста","Editor editing area: %0":"Област за уређивање уредника: %0","Edit block":"Блок уређивач",Next:"Следећи",Previous:"Претходни","Editor toolbar":"Уређивач трака са алаткама","Dropdown toolbar":"Падајућа трака са алаткама",Black:"Црна","Dim grey":"Бледо сива",Grey:"Сива","Light grey":"Светло сива",White:"Бела",Red:"Црвена",Orange:"Нараџаста",Yellow:"Жута","Light green":"Светлозелена",Green:"Зелена",Aquamarine:"Зеленкастоплава",Turquoise:"Тиркизна","Light blue":"Светлоплава",Blue:"Плава",Purple:"Љубичаста","Editor block content toolbar":"Трака са алаткама за блокирање садржаја уређивача","Editor contextual toolbar":"Контекстуална трака са алаткама Едитор",HEX:"HEX",Accept:"Prihvati",Undo:"Повлачење",Redo:"Поново","Upload in progress":"Постављање у току","Widget toolbar":"Widget traka sa alatkama","Insert paragraph before block":"Umetnite odlomak pre bloka","Insert paragraph after block":"Umetnite odlomak posle bloka","Press Enter to type after or press Shift + Enter to type before the widget":"Притисните Ентер да куцате после или притисните Схифт + Ентер да куцате пре виџета","Words: %0":"Речи: %0","Characters: %0":"Карактери: %0"} );l.getPluralForm=function(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sv.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sv.js index 7466307d71d1..0ec339ffa086 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sv.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/sv.js @@ -1 +1 @@ -(function(d){ const l = d['sv'] = d['sv'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Vänsterjustera","Align right":"Högerjustera","Align center":"Centrera",Justify:"Justera till marginaler","Text alignment":"Textjustering","Text alignment toolbar":"Verktygsfält för textjustering",Bold:"Fet",Italic:"Kursiv",Underline:"Understrykning",Code:"Kod",Strikethrough:"Genomstruken",Subscript:"Nedsänkta tecken",Superscript:"Upphöjda tecken","Block quote":"Blockcitat","Insert code block":"Infoga kodblock","Plain text":"Vanlig text",Cancel:"Avbryt","Remove color":"Ta bort färg","Restore default":"Återställ standard",Save:"Spara","Show more items":"Visa fler objekt","%0 of %1":"%0 av %1","Cannot upload file:":"Kan inte ladda upp fil:","Rich Text Editor. Editing area: %0":"RTF-redigerare. Redigeringsområde: %0","Find and replace":"Hitta och ersätt","Find in text…":"Hitta i text ...",Find:"Hitta","Previous result":"Föregående träff","Next result":"Nästa träff",Replace:"Ersätt","Replace all":"Ersätt alla","Match case":"Matcha versaler","Whole words only":"Enbart hela ord","Replace with…":"Ersätt med ...","Text to find must not be empty.":"Text att hitta får inte vara tom.","Tip: Find some text first in order to replace it.":"Tips: Hitta någon text först för att ersätta den.","Show options":"Visa alternativ",Paragraph:"Paragraf",Heading:"Rubrik","Choose heading":"Välj rubrik","Heading 1":"Rubrik 1","Heading 2":"Rubrik 2","Heading 3":"Rubrik 3","Heading 4":"Rubrik 4","Heading 5":"Rubrik 5","Heading 6":"Rubrik 6","Type your title":"Skriv in rubriken","Type or paste your content here.":"Skriv eller klistra in ditt innehåll här.","Horizontal line":"Horisontell linje","HTML object":"HTML-objekt","Increase indent":"Öka indrag","Decrease indent":"Minska indrag",Unlink:"Ta bort länk",Link:"Länk","Link URL":"Länkens URL","Link image":"Länka bild","Edit link":"Redigera länk","Open link in new tab":"Öppna länk i ny flik","This link has no URL":"Denna länk saknar URL","Open in a new tab":"Öppna i en ny flik",Downloadable:"Nedladdningsbar","Numbered List":"Numrerad lista","Bulleted List":"Punktlista","To-do List":"Att-göra-lista","Bulleted list styles toolbar":"Verktygsfält för punktlistor","Numbered list styles toolbar":"Verktygsfält för numrerade listor","Toggle the disc list style":"Växla till disklisttypen","Toggle the circle list style":"Växla till cirkellisttypen","Toggle the square list style":"Växla till fyrkantslisttypen","Toggle the decimal list style":"Växla till decimallisttypen","Toggle the decimal with leading zero list style":"Växla till listtypen decimal-med-inledande-nolla","Toggle the lower–roman list style":"Växla till listtypen romerska gemener","Toggle the upper–roman list style":"Växla till listtypen romerska versaler","Toggle the lower–latin list style":"Växla till listtypen latinska gemener","Toggle the upper–latin list style":"Växla till listtypen latinska versaler ",Disc:"Disk",Circle:"Cirkel",Square:"Fyrkant",Decimal:"Decimal","Decimal with leading zero":"Decimal med inledande nolla","Lower–roman":"Romerska gemener","Upper-roman":"Romerska versaler","Lower-latin":"Latinska gemener","Upper-latin":"Latinska versaler","List properties":"Listegenskaper","Start at":"Börja på","Start index must be greater than 0.":"Startindex måste vara större än 0.","Reversed order":"Byt riktning","Remove Format":"Radera formatering","Select all":"Välj alla",Source:"Källa","Special characters":"Specialtecken",All:"Alla",Arrows:"Pilar",Currency:"Valuta",Latin:"Latinska",Mathematical:"Matematiska",Text:"Text","leftwards simple arrow":"enkel vänsterpil","rightwards simple arrow":"enkel högerpil","upwards simple arrow":"enkel uppåtpil","downwards simple arrow":"enkel nedåtpil","leftwards double arrow":"dubbelpil åt vänster","rightwards double arrow":"dubbelpil åt höger","upwards double arrow":"dubbelpil uppåt","downwards double arrow":"dubbelpil nedåt","leftwards dashed arrow":"streckad pil åt vänster","rightwards dashed arrow":"streckad pil åt höger","upwards dashed arrow":"streckad pil uppåt","downwards dashed arrow":"streckad pil nedåt","leftwards arrow to bar":"pil åt vänster till baren","rightwards arrow to bar":"pil åt höger till bar","upwards arrow to bar":"uppåtriktad pil till streck","downwards arrow to bar":"pil nedåt för att sätta en bar","up down arrow with base":"upp ner pil med bas","back with leftwards arrow above":"tillbaka med pil åt vänster ovanför","end with leftwards arrow above":"avsluta med en pil åt vänster ovanför","on with exclamation mark with left right arrow above":"på med utropstecken med vänster högerpil ovanför","soon with rightwards arrow above":"snart med högerpilen ovan","top with upwards arrow above":"överst med en uppåtriktad pil ovanför","Dollar sign":"Dollartecken","Euro sign":"Euro-skylt","Yen sign":"Yen-tecken","Pound sign":"Pundskyltning","Cent sign":"Cent-tecken","Euro-currency sign":"Tecken på euro-valuta","Colon sign":"Colon-tecken","Cruzeiro sign":"Kryssningsskylt","French franc sign":"Franska franc tecken","Lira sign":"Lira-tecken","Currency sign":"Valutateknik","Bitcoin sign":"Bitcoin-tecken","Mill sign":"Kvarnskylt","Naira sign":"Naira-tecken","Peseta sign":"Peseta-tecken","Rupee sign":"Tecken på rupier","Won sign":"Vunnit tecken","New sheqel sign":"Ny sheqel-skylt","Dong sign":"Dong-tecken","Kip sign":"Kip-tecken","Tugrik sign":"Tugrik-tecken","Drachma sign":"Drachma tecken","German penny sign":"Tyska penny-tecken","Peso sign":"Peso-tecken","Guarani sign":"Guarani-tecken","Austral sign":"Australisk skylt","Hryvnia sign":"Hryvnia tecken","Cedi sign":"Cedi-tecken","Livre tournois sign":"Turneringens bokskylt","Spesmilo sign":"Spesmilo skylt","Tenge sign":"Tenge-tecken","Indian rupee sign":"Indisk rupie tecken","Turkish lira sign":"Turkiska liran tecken","Nordic mark sign":"Nordiskt märke tecken","Manat sign":"Manat-tecken","Ruble sign":"Rubel tecken","Latin capital letter a with macron":"Den latinska storbokstaven a med makron","Latin small letter a with macron":"Latin liten bokstav a med makron","Latin capital letter a with breve":"Den latinska storbokstaven a med breve","Latin small letter a with breve":"Den latinska lilla bokstaven a med breve","Latin capital letter a with ogonek":"Den latinska huvudbokstaven a med ogonek","Latin small letter a with ogonek":"Den latinska lilla bokstaven a med ogonek","Latin capital letter c with acute":"Den latinska storbokstaven c med akut","Latin small letter c with acute":"Den latinska lilla bokstaven c med akut","Latin capital letter c with circumflex":"Den latinska storbokstaven c med omljud","Latin small letter c with circumflex":"Den latinska lilla bokstaven c med circumflex","Latin capital letter c with dot above":"Latinsk huvudbokstav c med punkt ovan","Latin small letter c with dot above":"Den latinska lilla bokstaven c med en punkt ovanför","Latin capital letter c with caron":"Den latinska storbokstaven c med caron","Latin small letter c with caron":"Den latinska lilla bokstaven c med caron","Latin capital letter d with caron":"Latin stor bokstav d med caron","Latin small letter d with caron":"Latin liten bokstav d med caron","Latin capital letter d with stroke":"Latin stor bokstav d med streck","Latin small letter d with stroke":"Latin liten bokstav d med streck","Latin capital letter e with macron":"Latinskt huvudstadbrev e med macron","Latin small letter e with macron":"Den latinska lilla bokstaven e med makron","Latin capital letter e with breve":"Den latinska storbokstaven e med breve","Latin small letter e with breve":"Den latinska lilla bokstaven e med breve","Latin capital letter e with dot above":"Latinsk huvudbokstav e med punkt ovan","Latin small letter e with dot above":"Den latinska lilla bokstaven e med en punkt ovanför","Latin capital letter e with ogonek":"Den latinska storbokstaven e med ogonek","Latin small letter e with ogonek":"Den latinska lilla bokstaven e med ogonek","Latin capital letter e with caron":"Latin stor bokstav e med caron","Latin small letter e with caron":"Den latinska lilla bokstaven e med caron","Latin capital letter g with circumflex":"Den latinska storbokstaven g med omljud","Latin small letter g with circumflex":"Den latinska lilla bokstaven g med omljud","Latin capital letter g with breve":"Den latinska storbokstaven g med breve","Latin small letter g with breve":"Den latinska lilla bokstaven g med breve","Latin capital letter g with dot above":"Latinsk huvudbokstav g med punkt ovan","Latin small letter g with dot above":"Den latinska lilla bokstaven g med en punkt ovanför","Latin capital letter g with cedilla":"Den latinska storbokstaven g med cedilla","Latin small letter g with cedilla":"Den latinska lilla bokstaven g med cedilla","Latin capital letter h with circumflex":"Latinsk huvudbokstav h med circumflex","Latin small letter h with circumflex":"Den latinska lilla bokstaven h med omljud","Latin capital letter h with stroke":"Latin stor bokstav h med streck","Latin small letter h with stroke":"Latin liten bokstav h med streck","Latin capital letter i with tilde":"Den latinska storbokstaven i med tilde","Latin small letter i with tilde":"Den latinska lilla bokstaven i med tilde","Latin capital letter i with macron":"Den latinska storbokstaven i med makron","Latin small letter i with macron":"Den latinska lilla bokstaven i med makron","Latin capital letter i with breve":"Den latinska storbokstaven i med breve","Latin small letter i with breve":"Den latinska lilla bokstaven i med breve","Latin capital letter i with ogonek":"Den latinska storbokstaven i med ogonek","Latin small letter i with ogonek":"Den latinska lilla bokstaven i med ogonek","Latin capital letter i with dot above":"Latinsk stor bokstav i med prick ovanför","Latin small letter dotless i":"latinsk liten bokstav utan punkt i","Latin capital ligature ij":"Latinisk huvudbokstavsligatur ij","Latin small ligature ij":"latinsk liten ligatur ij","Latin capital letter j with circumflex":"Den latinska storbokstaven j med omljud","Latin small letter j with circumflex":"Den latinska lilla bokstaven j med circumflex","Latin capital letter k with cedilla":"Den latinska storbokstaven k med cedilla","Latin small letter k with cedilla":"Den latinska lilla bokstaven k med cedilla","Latin small letter kra":"Den latinska lilla bokstaven kra","Latin capital letter l with acute":"Den latinska storbokstaven l med akut","Latin small letter l with acute":"Den latinska lilla bokstaven l med akut","Latin capital letter l with cedilla":"Den latinska storbokstaven l med cedilla","Latin small letter l with cedilla":"Den latinska lilla bokstaven l med cedilla","Latin capital letter l with caron":"Latin stor bokstav l med caron","Latin small letter l with caron":"Den latinska lilla bokstaven l med caron","Latin capital letter l with middle dot":"Latinsk huvudbokstav l med mittpunkt","Latin small letter l with middle dot":"Latinsk liten bokstav l med mittpunkt","Latin capital letter l with stroke":"Latinska huvudbokstaven l med streck","Latin small letter l with stroke":"Latinska lilla bokstaven l med streck","Latin capital letter n with acute":"Den latinska huvudbokstaven n med akut","Latin small letter n with acute":"Den latinska lilla bokstaven n med akut","Latin capital letter n with cedilla":"Den latinska storbokstaven n med cedilla","Latin small letter n with cedilla":"Den latinska lilla bokstaven n med cedilla","Latin capital letter n with caron":"Den latinska huvudbokstaven n med caron","Latin small letter n with caron":"Den latinska lilla bokstaven n med caron","Latin small letter n preceded by apostrophe":"Den latinska lilla bokstaven n föregås av en apostrof","Latin capital letter eng":"Latinsk stor bokstav eng","Latin small letter eng":"Latin liten bokstav eng","Latin capital letter o with macron":"Den latinska storbokstaven o med makron","Latin small letter o with macron":"Den latinska lilla bokstaven o med makron","Latin capital letter o with breve":"Den latinska storbokstaven o med breve","Latin small letter o with breve":"Den latinska lilla bokstaven o med breve","Latin capital letter o with double acute":"Latinsk huvudbokstav o med dubbel akut","Latin small letter o with double acute":"Den latinska lilla bokstaven o med dubbel spets","Latin capital ligature oe":"Latinsk huvudboksligatur oe","Latin small ligature oe":"Latin liten ligatur oe","Latin capital letter r with acute":"Latinsk huvudbokstav r med akut","Latin small letter r with acute":"Den latinska lilla bokstaven r med akut","Latin capital letter r with cedilla":"Den latinska storbokstaven r med cedilla","Latin small letter r with cedilla":"Den latinska lilla bokstaven r med cedilla","Latin capital letter r with caron":"Latinsk huvudstadbokstav r med caron","Latin small letter r with caron":"Den latinska lilla bokstaven r med caron","Latin capital letter s with acute":"Latinskt huvudbrev s med akut","Latin small letter s with acute":"Den latinska lilla bokstaven s med akut","Latin capital letter s with circumflex":"Den latinska storbokstaven s med circumflex","Latin small letter s with circumflex":"Latinska små bokstäver s med circumflex","Latin capital letter s with cedilla":"Latinsk huvudbokstav s med cedilla","Latin small letter s with cedilla":"Latinska små bokstäver s med cedilla","Latin capital letter s with caron":"Latin stor bokstav s med caron","Latin small letter s with caron":"Latinska små brev s med caron","Latin capital letter t with cedilla":"Den latinska storbokstaven t med cedilla","Latin small letter t with cedilla":"Den latinska lilla bokstaven t med cedilla","Latin capital letter t with caron":"Den latinska storbokstaven t med caron","Latin small letter t with caron":"Den latinska lilla bokstaven t med caron","Latin capital letter t with stroke":"Latin stor bokstav t med streck","Latin small letter t with stroke":"Latin liten bokstav t med streck","Latin capital letter u with tilde":"Den latinska storbokstaven u med tilde","Latin small letter u with tilde":"Den latinska lilla bokstaven u med tilde","Latin capital letter u with macron":"Den latinska storbokstaven u med makron","Latin small letter u with macron":"Den latinska lilla bokstaven u med makron","Latin capital letter u with breve":"Den latinska storbokstaven u med breve","Latin small letter u with breve":"Den latinska lilla bokstaven u med breve","Latin capital letter u with ring above":"Latinsk versalbokstav u med ring ovanför","Latin small letter u with ring above":"Latin liten bokstav u med ring ovanför","Latin capital letter u with double acute":"Den latinska storbokstaven u med dubbel spets","Latin small letter u with double acute":"Den latinska lilla bokstaven u med dubbel spets","Latin capital letter u with ogonek":"Den latinska storbokstaven u med ogonek","Latin small letter u with ogonek":"Den latinska lilla bokstaven u med ogonek","Latin capital letter w with circumflex":"Den latinska storbokstaven w med omljud","Latin small letter w with circumflex":"Den latinska lilla bokstaven w med omljud","Latin capital letter y with circumflex":"Den latinska versalbokstaven y med circumflex","Latin small letter y with circumflex":"Den latinska lilla bokstaven y med circumflex","Latin capital letter y with diaeresis":"Den latinska storbokstaven y med diaeresis","Latin capital letter z with acute":"Den latinska storbokstaven z med akut","Latin small letter z with acute":"Den latinska lilla bokstaven z med akut","Latin capital letter z with dot above":"Latinsk versalbokstav z med punkt ovanför","Latin small letter z with dot above":"Den latinska lilla bokstaven z med en punkt ovanför","Latin capital letter z with caron":"Den latinska storbokstaven z med caron","Latin small letter z with caron":"Den latinska lilla bokstaven z med caron","Latin small letter long s":"Latin liten bokstav lång s","Less-than sign":"Mindre än-tecken","Greater-than sign":"Större än-tecken","Less-than or equal to":"Mindre än eller lika med","Greater-than or equal to":"Större än eller lika med","En dash":"Ett streck","Em dash":"Em streck",Macron:"Macron",Overline:"Överlinje","Degree sign":"Gradbeteckning","Minus sign":"Minustecken","Plus-minus sign":"Plustecken","Division sign":"Tecken på en avdelning","Fraction slash":"Fraktion snedstreck","Multiplication sign":"Multiplikationstecken","Latin small letter f with hook":"Latin liten bokstav f med krok",Integral:"Integrerad","N-ary summation":"N-ständig summering",Infinity:"Oändlighet","Square root":"Kvadratrot","Tilde operator":"Tilde-operatör","Approximately equal to":"Ungefär lika med","Almost equal to":"Nästan lika med","Not equal to":"Inte lika med","Identical to":"Identisk med","Element of":"Element av","Not an element of":"Inte en del av","Contains as member":"Innehåller som medlem","N-ary product":"N-ary produkt","Logical and":"Logisk och","Logical or":"Logisk eller","Not sign":"Inte underteckna",Intersection:"Korsning",Union:"Unionen","Partial differential":"Partiell differential","For all":"För alla","There exists":"Tom uppsättning","Empty set":"Tom uppsättning",Nabla:"Nabla","Asterisk operator":"Asteriskoperatör","Proportional to":"Proportionerligt till",Angle:"Vinkel","Vulgar fraction one quarter":"Vulgärfraktion en fjärdedel","Vulgar fraction one half":"Vulgärfraktion hälften","Vulgar fraction three quarters":"Vulgärfraktion tre fjärdedelar","Single left-pointing angle quotation mark":"Enbart vänsterpekande vinkelhängetecken","Single right-pointing angle quotation mark":"Enbart högerpekande vinkelstämplat citationstecken","Left-pointing double angle quotation mark":"Vänsterpekande dubbelt vinklat citationstecken","Right-pointing double angle quotation mark":"Högerpekande dubbelt vinklat citationstecken","Left single quotation mark":"Vänster enkelt citationstecken","Right single quotation mark":"Höger enkelt citationstecken","Left double quotation mark":"Vänster dubbelt citationstecken","Right double quotation mark":"Höger dubbelt citationstecken","Single low-9 quotation mark":"Enstaka låg-9 citationstecken","Double low-9 quotation mark":"Dubbla låg-9 citationstecken","Inverted exclamation mark":"Inverterat utropstecken","Inverted question mark":"Inverterat frågetecken","Two dot leader":"Två punkts ledare","Horizontal ellipsis":"Horisontell ellips","Double dagger":"Dubbel dolk","Per mille sign":"Per mille sign","Per ten thousand sign":"Per tiotusen tecken","Double exclamation mark":"Dubbelt utropstecken","Question exclamation mark":"Fråga utropstecken","Exclamation question mark":"Utrop frågetecken","Double question mark":"Dubbelt frågetecken","Copyright sign":"Upphovsrättstecken","Registered sign":"Registrerat tecken","Trade mark sign":"Varumärkesskylt","Section sign":"Sektionsskylt","Paragraph sign":"Paragraftecken","Reversed paragraph sign":"Omvänt paragraftecken","Character categories":"Karaktärskategorier",Styles:"Stilar","Multiple styles":"Flera stilar","Block styles":"Blockstilar","Text styles":"Texttyper","Insert table":"Lägg in tabell","Header column":"Rubrikkolumn","Insert column left":"Infoga kolumn till vänster","Insert column right":"Infoga kolumn till höger","Delete column":"Ta bort kolumn","Select column":"Välj kolumn",Column:"Kolumn","Header row":"Rubrikrad","Insert row below":"Infoga rad nedanför","Insert row above":"Infoga rad ovanför","Delete row":"Ta bort rad","Select row":"Välj rad",Row:"Rad","Merge cell up":"Sammanfoga celler uppåt","Merge cell right":"Sammanfoga celler åt höger","Merge cell down":"Sammanfoga celler neråt","Merge cell left":"Sammanfoga celler åt vänster","Split cell vertically":"Dela cell vertikalt","Split cell horizontally":"Dela cell horisontellt","Merge cells":"Sammanfoga celler","Table toolbar":"Tabellverktygsfält","Table properties":"Tabellegenskaper","Cell properties":"Cellegenskaper",Border:"Kant",Style:"Stil",Width:"Bredd",Height:"Höjd",Color:"Färg",Background:"Bakgrund",Padding:"Marginal",Dimensions:"Mått","Table cell text alignment":"Textjustering i tabellcell",Alignment:"Justering","Horizontal text alignment toolbar":"Verktygsfält för horisontell textjustering","Vertical text alignment toolbar":"Verktygsfält för vertikal textjustering","Table alignment toolbar":"Verktygsfält för tabelljustering",None:"Inget",Solid:"Enfärgad",Dotted:"Prickig",Dashed:"Streckad",Double:"Dubbel",Groove:"Skåra",Ridge:"Kant",Inset:"Infälld",Outset:"Utfälld","Align cell text to the left":"Vänsterjustera celltext","Align cell text to the center":"Centrera celltext","Align cell text to the right":"Högerjustera celltext","Justify cell text":"Anpassa celltext","Align cell text to the top":"Toppjustera celltext","Align cell text to the middle":"Centrera celltext","Align cell text to the bottom":"Bottenjustera celltext","Align table to the left":"Vänsterjustera tabell","Center table":"Centrera tabell","Align table to the right":"Högerjustera tabell","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Färgen är ogiltig. Testa \"#FF0000\" eller \"rgb(255,0,0)\" eller \"röd\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Värdet är ogiltigt. Testa \"10px\" eller \"2em\" eller helt enkelt \"2\".","Color picker":"Färgväljare","Toggle caption off":"Slå av rubrik","Toggle caption on":"Slå på rubrik","Enter table caption":"Ange tabellrubrik","Rich Text Editor":"Rich Text-editor","Editor editing area: %0":"Ordbehandlares redigeringsområde: %0","Edit block":"Redigera block",Next:"Nästa",Previous:"Föregående","Editor toolbar":"Redigeringsverktygsfält","Dropdown toolbar":"Rullgardinsverktygsfält",Black:"Svart","Dim grey":"Dunkelgrå",Grey:"Grå","Light grey":"Ljusgrå",White:"Vit",Red:"Röd",Orange:"Orange",Yellow:"Gul","Light green":"Ljusgrön",Green:"Grön",Aquamarine:"Akvamarin",Turquoise:"Turkos","Light blue":"Ljusblå",Blue:"Blå",Purple:"Lila","Editor block content toolbar":"Verktygsfält vid block av innehåll","Editor contextual toolbar":"Ordbehandlarens kontextuella verktygsfält",HEX:"",Undo:"Ångra",Redo:"Gör om","Upload in progress":"Uppladdning pågår","Widget toolbar":"Widgetverktygsfält","Insert paragraph before block":"Infoga stycke före block","Insert paragraph after block":"Infoga stycke efter block","Press Enter to type after or press Shift + Enter to type before the widget":"Tryck på retur för att skriva efter eller på skift + retur för att skriva före widgeten.","Words: %0":"Ord: %0","Characters: %0":"Tecken: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['sv'] = d['sv'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Vänsterjustera","Align right":"Högerjustera","Align center":"Centrera",Justify:"Justera till marginaler","Text alignment":"Textjustering","Text alignment toolbar":"Verktygsfält för textjustering",Bold:"Fet",Italic:"Kursiv",Underline:"Understrykning",Code:"Kod",Strikethrough:"Genomstruken",Subscript:"Nedsänkta tecken",Superscript:"Upphöjda tecken","Block quote":"Blockcitat","Insert code block":"Infoga kodblock","Plain text":"Vanlig text",Cancel:"Avbryt","Remove color":"Ta bort färg","Restore default":"Återställ standard",Save:"Spara","Show more items":"Visa fler objekt","%0 of %1":"%0 av %1","Cannot upload file:":"Kan inte ladda upp fil:","Rich Text Editor. Editing area: %0":"RTF-redigerare. Redigeringsområde: %0","Find and replace":"Hitta och ersätt","Find in text…":"Hitta i text ...",Find:"Hitta","Previous result":"Föregående träff","Next result":"Nästa träff",Replace:"Ersätt","Replace all":"Ersätt alla","Match case":"Matcha versaler","Whole words only":"Enbart hela ord","Replace with…":"Ersätt med ...","Text to find must not be empty.":"Text att hitta får inte vara tom.","Tip: Find some text first in order to replace it.":"Tips: Hitta någon text först för att ersätta den.","Show options":"Visa alternativ",Paragraph:"Paragraf",Heading:"Rubrik","Choose heading":"Välj rubrik","Heading 1":"Rubrik 1","Heading 2":"Rubrik 2","Heading 3":"Rubrik 3","Heading 4":"Rubrik 4","Heading 5":"Rubrik 5","Heading 6":"Rubrik 6","Type your title":"Skriv in rubriken","Type or paste your content here.":"Skriv eller klistra in ditt innehåll här.","Horizontal line":"Horisontell linje","HTML object":"HTML-objekt","Increase indent":"Öka indrag","Decrease indent":"Minska indrag",Unlink:"Ta bort länk",Link:"Länk","Link URL":"Länkens URL","Link image":"Länka bild","Edit link":"Redigera länk","Open link in new tab":"Öppna länk i ny flik","This link has no URL":"Denna länk saknar URL","Open in a new tab":"Öppna i en ny flik",Downloadable:"Nedladdningsbar","Numbered List":"Numrerad lista","Bulleted List":"Punktlista","To-do List":"Att-göra-lista","Bulleted list styles toolbar":"Verktygsfält för punktlistor","Numbered list styles toolbar":"Verktygsfält för numrerade listor","Toggle the disc list style":"Växla till disklisttypen","Toggle the circle list style":"Växla till cirkellisttypen","Toggle the square list style":"Växla till fyrkantslisttypen","Toggle the decimal list style":"Växla till decimallisttypen","Toggle the decimal with leading zero list style":"Växla till listtypen decimal-med-inledande-nolla","Toggle the lower–roman list style":"Växla till listtypen romerska gemener","Toggle the upper–roman list style":"Växla till listtypen romerska versaler","Toggle the lower–latin list style":"Växla till listtypen latinska gemener","Toggle the upper–latin list style":"Växla till listtypen latinska versaler ",Disc:"Disk",Circle:"Cirkel",Square:"Fyrkant",Decimal:"Decimal","Decimal with leading zero":"Decimal med inledande nolla","Lower–roman":"Romerska gemener","Upper-roman":"Romerska versaler","Lower-latin":"Latinska gemener","Upper-latin":"Latinska versaler","List properties":"Listegenskaper","Start at":"Börja på","Start index must be greater than 0.":"Startindex måste vara större än 0.","Reversed order":"Byt riktning","Remove Format":"Radera formatering","Select all":"Välj alla","Show blocks":"Visa block",Source:"Källa","Special characters":"Specialtecken",All:"Alla",Arrows:"Pilar",Currency:"Valuta",Latin:"Latinska",Mathematical:"Matematiska",Text:"Text","leftwards simple arrow":"enkel vänsterpil","rightwards simple arrow":"enkel högerpil","upwards simple arrow":"enkel uppåtpil","downwards simple arrow":"enkel nedåtpil","leftwards double arrow":"dubbelpil åt vänster","rightwards double arrow":"dubbelpil åt höger","upwards double arrow":"dubbelpil uppåt","downwards double arrow":"dubbelpil nedåt","leftwards dashed arrow":"streckad pil åt vänster","rightwards dashed arrow":"streckad pil åt höger","upwards dashed arrow":"streckad pil uppåt","downwards dashed arrow":"streckad pil nedåt","leftwards arrow to bar":"pil åt vänster till baren","rightwards arrow to bar":"pil åt höger till bar","upwards arrow to bar":"uppåtriktad pil till streck","downwards arrow to bar":"pil nedåt för att sätta en bar","up down arrow with base":"upp ner pil med bas","back with leftwards arrow above":"tillbaka med pil åt vänster ovanför","end with leftwards arrow above":"avsluta med en pil åt vänster ovanför","on with exclamation mark with left right arrow above":"på med utropstecken med vänster högerpil ovanför","soon with rightwards arrow above":"snart med högerpilen ovan","top with upwards arrow above":"överst med en uppåtriktad pil ovanför","Dollar sign":"Dollartecken","Euro sign":"Euro-skylt","Yen sign":"Yen-tecken","Pound sign":"Pundskyltning","Cent sign":"Cent-tecken","Euro-currency sign":"Tecken på euro-valuta","Colon sign":"Colon-tecken","Cruzeiro sign":"Kryssningsskylt","French franc sign":"Franska franc tecken","Lira sign":"Lira-tecken","Currency sign":"Valutateknik","Bitcoin sign":"Bitcoin-tecken","Mill sign":"Kvarnskylt","Naira sign":"Naira-tecken","Peseta sign":"Peseta-tecken","Rupee sign":"Tecken på rupier","Won sign":"Vunnit tecken","New sheqel sign":"Ny sheqel-skylt","Dong sign":"Dong-tecken","Kip sign":"Kip-tecken","Tugrik sign":"Tugrik-tecken","Drachma sign":"Drachma tecken","German penny sign":"Tyska penny-tecken","Peso sign":"Peso-tecken","Guarani sign":"Guarani-tecken","Austral sign":"Australisk skylt","Hryvnia sign":"Hryvnia tecken","Cedi sign":"Cedi-tecken","Livre tournois sign":"Turneringens bokskylt","Spesmilo sign":"Spesmilo skylt","Tenge sign":"Tenge-tecken","Indian rupee sign":"Indisk rupie tecken","Turkish lira sign":"Turkiska liran tecken","Nordic mark sign":"Nordiskt märke tecken","Manat sign":"Manat-tecken","Ruble sign":"Rubel tecken","Latin capital letter a with macron":"Den latinska storbokstaven a med makron","Latin small letter a with macron":"Latin liten bokstav a med makron","Latin capital letter a with breve":"Den latinska storbokstaven a med breve","Latin small letter a with breve":"Den latinska lilla bokstaven a med breve","Latin capital letter a with ogonek":"Den latinska huvudbokstaven a med ogonek","Latin small letter a with ogonek":"Den latinska lilla bokstaven a med ogonek","Latin capital letter c with acute":"Den latinska storbokstaven c med akut","Latin small letter c with acute":"Den latinska lilla bokstaven c med akut","Latin capital letter c with circumflex":"Den latinska storbokstaven c med omljud","Latin small letter c with circumflex":"Den latinska lilla bokstaven c med circumflex","Latin capital letter c with dot above":"Latinsk huvudbokstav c med punkt ovan","Latin small letter c with dot above":"Den latinska lilla bokstaven c med en punkt ovanför","Latin capital letter c with caron":"Den latinska storbokstaven c med caron","Latin small letter c with caron":"Den latinska lilla bokstaven c med caron","Latin capital letter d with caron":"Latin stor bokstav d med caron","Latin small letter d with caron":"Latin liten bokstav d med caron","Latin capital letter d with stroke":"Latin stor bokstav d med streck","Latin small letter d with stroke":"Latin liten bokstav d med streck","Latin capital letter e with macron":"Latinskt huvudstadbrev e med macron","Latin small letter e with macron":"Den latinska lilla bokstaven e med makron","Latin capital letter e with breve":"Den latinska storbokstaven e med breve","Latin small letter e with breve":"Den latinska lilla bokstaven e med breve","Latin capital letter e with dot above":"Latinsk huvudbokstav e med punkt ovan","Latin small letter e with dot above":"Den latinska lilla bokstaven e med en punkt ovanför","Latin capital letter e with ogonek":"Den latinska storbokstaven e med ogonek","Latin small letter e with ogonek":"Den latinska lilla bokstaven e med ogonek","Latin capital letter e with caron":"Latin stor bokstav e med caron","Latin small letter e with caron":"Den latinska lilla bokstaven e med caron","Latin capital letter g with circumflex":"Den latinska storbokstaven g med omljud","Latin small letter g with circumflex":"Den latinska lilla bokstaven g med omljud","Latin capital letter g with breve":"Den latinska storbokstaven g med breve","Latin small letter g with breve":"Den latinska lilla bokstaven g med breve","Latin capital letter g with dot above":"Latinsk huvudbokstav g med punkt ovan","Latin small letter g with dot above":"Den latinska lilla bokstaven g med en punkt ovanför","Latin capital letter g with cedilla":"Den latinska storbokstaven g med cedilla","Latin small letter g with cedilla":"Den latinska lilla bokstaven g med cedilla","Latin capital letter h with circumflex":"Latinsk huvudbokstav h med circumflex","Latin small letter h with circumflex":"Den latinska lilla bokstaven h med omljud","Latin capital letter h with stroke":"Latin stor bokstav h med streck","Latin small letter h with stroke":"Latin liten bokstav h med streck","Latin capital letter i with tilde":"Den latinska storbokstaven i med tilde","Latin small letter i with tilde":"Den latinska lilla bokstaven i med tilde","Latin capital letter i with macron":"Den latinska storbokstaven i med makron","Latin small letter i with macron":"Den latinska lilla bokstaven i med makron","Latin capital letter i with breve":"Den latinska storbokstaven i med breve","Latin small letter i with breve":"Den latinska lilla bokstaven i med breve","Latin capital letter i with ogonek":"Den latinska storbokstaven i med ogonek","Latin small letter i with ogonek":"Den latinska lilla bokstaven i med ogonek","Latin capital letter i with dot above":"Latinsk stor bokstav i med prick ovanför","Latin small letter dotless i":"latinsk liten bokstav utan punkt i","Latin capital ligature ij":"Latinisk huvudbokstavsligatur ij","Latin small ligature ij":"latinsk liten ligatur ij","Latin capital letter j with circumflex":"Den latinska storbokstaven j med omljud","Latin small letter j with circumflex":"Den latinska lilla bokstaven j med circumflex","Latin capital letter k with cedilla":"Den latinska storbokstaven k med cedilla","Latin small letter k with cedilla":"Den latinska lilla bokstaven k med cedilla","Latin small letter kra":"Den latinska lilla bokstaven kra","Latin capital letter l with acute":"Den latinska storbokstaven l med akut","Latin small letter l with acute":"Den latinska lilla bokstaven l med akut","Latin capital letter l with cedilla":"Den latinska storbokstaven l med cedilla","Latin small letter l with cedilla":"Den latinska lilla bokstaven l med cedilla","Latin capital letter l with caron":"Latin stor bokstav l med caron","Latin small letter l with caron":"Den latinska lilla bokstaven l med caron","Latin capital letter l with middle dot":"Latinsk huvudbokstav l med mittpunkt","Latin small letter l with middle dot":"Latinsk liten bokstav l med mittpunkt","Latin capital letter l with stroke":"Latinska huvudbokstaven l med streck","Latin small letter l with stroke":"Latinska lilla bokstaven l med streck","Latin capital letter n with acute":"Den latinska huvudbokstaven n med akut","Latin small letter n with acute":"Den latinska lilla bokstaven n med akut","Latin capital letter n with cedilla":"Den latinska storbokstaven n med cedilla","Latin small letter n with cedilla":"Den latinska lilla bokstaven n med cedilla","Latin capital letter n with caron":"Den latinska huvudbokstaven n med caron","Latin small letter n with caron":"Den latinska lilla bokstaven n med caron","Latin small letter n preceded by apostrophe":"Den latinska lilla bokstaven n föregås av en apostrof","Latin capital letter eng":"Latinsk stor bokstav eng","Latin small letter eng":"Latin liten bokstav eng","Latin capital letter o with macron":"Den latinska storbokstaven o med makron","Latin small letter o with macron":"Den latinska lilla bokstaven o med makron","Latin capital letter o with breve":"Den latinska storbokstaven o med breve","Latin small letter o with breve":"Den latinska lilla bokstaven o med breve","Latin capital letter o with double acute":"Latinsk huvudbokstav o med dubbel akut","Latin small letter o with double acute":"Den latinska lilla bokstaven o med dubbel spets","Latin capital ligature oe":"Latinsk huvudboksligatur oe","Latin small ligature oe":"Latin liten ligatur oe","Latin capital letter r with acute":"Latinsk huvudbokstav r med akut","Latin small letter r with acute":"Den latinska lilla bokstaven r med akut","Latin capital letter r with cedilla":"Den latinska storbokstaven r med cedilla","Latin small letter r with cedilla":"Den latinska lilla bokstaven r med cedilla","Latin capital letter r with caron":"Latinsk huvudstadbokstav r med caron","Latin small letter r with caron":"Den latinska lilla bokstaven r med caron","Latin capital letter s with acute":"Latinskt huvudbrev s med akut","Latin small letter s with acute":"Den latinska lilla bokstaven s med akut","Latin capital letter s with circumflex":"Den latinska storbokstaven s med circumflex","Latin small letter s with circumflex":"Latinska små bokstäver s med circumflex","Latin capital letter s with cedilla":"Latinsk huvudbokstav s med cedilla","Latin small letter s with cedilla":"Latinska små bokstäver s med cedilla","Latin capital letter s with caron":"Latin stor bokstav s med caron","Latin small letter s with caron":"Latinska små brev s med caron","Latin capital letter t with cedilla":"Den latinska storbokstaven t med cedilla","Latin small letter t with cedilla":"Den latinska lilla bokstaven t med cedilla","Latin capital letter t with caron":"Den latinska storbokstaven t med caron","Latin small letter t with caron":"Den latinska lilla bokstaven t med caron","Latin capital letter t with stroke":"Latin stor bokstav t med streck","Latin small letter t with stroke":"Latin liten bokstav t med streck","Latin capital letter u with tilde":"Den latinska storbokstaven u med tilde","Latin small letter u with tilde":"Den latinska lilla bokstaven u med tilde","Latin capital letter u with macron":"Den latinska storbokstaven u med makron","Latin small letter u with macron":"Den latinska lilla bokstaven u med makron","Latin capital letter u with breve":"Den latinska storbokstaven u med breve","Latin small letter u with breve":"Den latinska lilla bokstaven u med breve","Latin capital letter u with ring above":"Latinsk versalbokstav u med ring ovanför","Latin small letter u with ring above":"Latin liten bokstav u med ring ovanför","Latin capital letter u with double acute":"Den latinska storbokstaven u med dubbel spets","Latin small letter u with double acute":"Den latinska lilla bokstaven u med dubbel spets","Latin capital letter u with ogonek":"Den latinska storbokstaven u med ogonek","Latin small letter u with ogonek":"Den latinska lilla bokstaven u med ogonek","Latin capital letter w with circumflex":"Den latinska storbokstaven w med omljud","Latin small letter w with circumflex":"Den latinska lilla bokstaven w med omljud","Latin capital letter y with circumflex":"Den latinska versalbokstaven y med circumflex","Latin small letter y with circumflex":"Den latinska lilla bokstaven y med circumflex","Latin capital letter y with diaeresis":"Den latinska storbokstaven y med diaeresis","Latin capital letter z with acute":"Den latinska storbokstaven z med akut","Latin small letter z with acute":"Den latinska lilla bokstaven z med akut","Latin capital letter z with dot above":"Latinsk versalbokstav z med punkt ovanför","Latin small letter z with dot above":"Den latinska lilla bokstaven z med en punkt ovanför","Latin capital letter z with caron":"Den latinska storbokstaven z med caron","Latin small letter z with caron":"Den latinska lilla bokstaven z med caron","Latin small letter long s":"Latin liten bokstav lång s","Less-than sign":"Mindre än-tecken","Greater-than sign":"Större än-tecken","Less-than or equal to":"Mindre än eller lika med","Greater-than or equal to":"Större än eller lika med","En dash":"Ett streck","Em dash":"Em streck",Macron:"Macron",Overline:"Överlinje","Degree sign":"Gradbeteckning","Minus sign":"Minustecken","Plus-minus sign":"Plustecken","Division sign":"Tecken på en avdelning","Fraction slash":"Fraktion snedstreck","Multiplication sign":"Multiplikationstecken","Latin small letter f with hook":"Latin liten bokstav f med krok",Integral:"Integrerad","N-ary summation":"N-ständig summering",Infinity:"Oändlighet","Square root":"Kvadratrot","Tilde operator":"Tilde-operatör","Approximately equal to":"Ungefär lika med","Almost equal to":"Nästan lika med","Not equal to":"Inte lika med","Identical to":"Identisk med","Element of":"Element av","Not an element of":"Inte en del av","Contains as member":"Innehåller som medlem","N-ary product":"N-ary produkt","Logical and":"Logisk och","Logical or":"Logisk eller","Not sign":"Inte underteckna",Intersection:"Korsning",Union:"Unionen","Partial differential":"Partiell differential","For all":"För alla","There exists":"Tom uppsättning","Empty set":"Tom uppsättning",Nabla:"Nabla","Asterisk operator":"Asteriskoperatör","Proportional to":"Proportionerligt till",Angle:"Vinkel","Vulgar fraction one quarter":"Vulgärfraktion en fjärdedel","Vulgar fraction one half":"Vulgärfraktion hälften","Vulgar fraction three quarters":"Vulgärfraktion tre fjärdedelar","Single left-pointing angle quotation mark":"Enbart vänsterpekande vinkelhängetecken","Single right-pointing angle quotation mark":"Enbart högerpekande vinkelstämplat citationstecken","Left-pointing double angle quotation mark":"Vänsterpekande dubbelt vinklat citationstecken","Right-pointing double angle quotation mark":"Högerpekande dubbelt vinklat citationstecken","Left single quotation mark":"Vänster enkelt citationstecken","Right single quotation mark":"Höger enkelt citationstecken","Left double quotation mark":"Vänster dubbelt citationstecken","Right double quotation mark":"Höger dubbelt citationstecken","Single low-9 quotation mark":"Enstaka låg-9 citationstecken","Double low-9 quotation mark":"Dubbla låg-9 citationstecken","Inverted exclamation mark":"Inverterat utropstecken","Inverted question mark":"Inverterat frågetecken","Two dot leader":"Två punkts ledare","Horizontal ellipsis":"Horisontell ellips","Double dagger":"Dubbel dolk","Per mille sign":"Per mille sign","Per ten thousand sign":"Per tiotusen tecken","Double exclamation mark":"Dubbelt utropstecken","Question exclamation mark":"Fråga utropstecken","Exclamation question mark":"Utrop frågetecken","Double question mark":"Dubbelt frågetecken","Copyright sign":"Upphovsrättstecken","Registered sign":"Registrerat tecken","Trade mark sign":"Varumärkesskylt","Section sign":"Sektionsskylt","Paragraph sign":"Paragraftecken","Reversed paragraph sign":"Omvänt paragraftecken","Character categories":"Karaktärskategorier",Styles:"Stilar","Multiple styles":"Flera stilar","Block styles":"Blockstilar","Text styles":"Texttyper","Insert table":"Lägg in tabell","Header column":"Rubrikkolumn","Insert column left":"Infoga kolumn till vänster","Insert column right":"Infoga kolumn till höger","Delete column":"Ta bort kolumn","Select column":"Välj kolumn",Column:"Kolumn","Header row":"Rubrikrad","Insert row below":"Infoga rad nedanför","Insert row above":"Infoga rad ovanför","Delete row":"Ta bort rad","Select row":"Välj rad",Row:"Rad","Merge cell up":"Sammanfoga celler uppåt","Merge cell right":"Sammanfoga celler åt höger","Merge cell down":"Sammanfoga celler neråt","Merge cell left":"Sammanfoga celler åt vänster","Split cell vertically":"Dela cell vertikalt","Split cell horizontally":"Dela cell horisontellt","Merge cells":"Sammanfoga celler","Table toolbar":"Tabellverktygsfält","Table properties":"Tabellegenskaper","Cell properties":"Cellegenskaper",Border:"Kant",Style:"Stil",Width:"Bredd",Height:"Höjd",Color:"Färg",Background:"Bakgrund",Padding:"Marginal",Dimensions:"Mått","Table cell text alignment":"Textjustering i tabellcell",Alignment:"Justering","Horizontal text alignment toolbar":"Verktygsfält för horisontell textjustering","Vertical text alignment toolbar":"Verktygsfält för vertikal textjustering","Table alignment toolbar":"Verktygsfält för tabelljustering",None:"Inget",Solid:"Enfärgad",Dotted:"Prickig",Dashed:"Streckad",Double:"Dubbel",Groove:"Skåra",Ridge:"Kant",Inset:"Infälld",Outset:"Utfälld","Align cell text to the left":"Vänsterjustera celltext","Align cell text to the center":"Centrera celltext","Align cell text to the right":"Högerjustera celltext","Justify cell text":"Anpassa celltext","Align cell text to the top":"Toppjustera celltext","Align cell text to the middle":"Centrera celltext","Align cell text to the bottom":"Bottenjustera celltext","Align table to the left":"Vänsterjustera tabell","Center table":"Centrera tabell","Align table to the right":"Högerjustera tabell","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Färgen är ogiltig. Testa \"#FF0000\" eller \"rgb(255,0,0)\" eller \"röd\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Värdet är ogiltigt. Testa \"10px\" eller \"2em\" eller helt enkelt \"2\".","Color picker":"Färgväljare","Toggle caption off":"Slå av rubrik","Toggle caption on":"Slå på rubrik","Enter table caption":"Ange tabellrubrik","Rich Text Editor":"Rich Text-editor","Editor editing area: %0":"Ordbehandlares redigeringsområde: %0","Edit block":"Redigera block",Next:"Nästa",Previous:"Föregående","Editor toolbar":"Redigeringsverktygsfält","Dropdown toolbar":"Rullgardinsverktygsfält",Black:"Svart","Dim grey":"Dunkelgrå",Grey:"Grå","Light grey":"Ljusgrå",White:"Vit",Red:"Röd",Orange:"Orange",Yellow:"Gul","Light green":"Ljusgrön",Green:"Grön",Aquamarine:"Akvamarin",Turquoise:"Turkos","Light blue":"Ljusblå",Blue:"Blå",Purple:"Lila","Editor block content toolbar":"Verktygsfält vid block av innehåll","Editor contextual toolbar":"Ordbehandlarens kontextuella verktygsfält",HEX:"HEX",Accept:"Acceptera",Undo:"Ångra",Redo:"Gör om","Upload in progress":"Uppladdning pågår","Widget toolbar":"Widgetverktygsfält","Insert paragraph before block":"Infoga stycke före block","Insert paragraph after block":"Infoga stycke efter block","Press Enter to type after or press Shift + Enter to type before the widget":"Tryck på retur för att skriva efter eller på skift + retur för att skriva före widgeten.","Words: %0":"Ord: %0","Characters: %0":"Tecken: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/th.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/th.js index 9fb84b4304fb..1c8be9b17eb2 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/th.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/th.js @@ -1 +1 @@ -(function(d){ const l = d['th'] = d['th'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"จัดชิดซ้าย","Align right":"จัดชิดขวา","Align center":"จัดกึ่งกลาง",Justify:"จัด(ขอบ)","Text alignment":"จัดตำแหน่งข้อความ","Text alignment toolbar":"แถบเครื่องมือจัดตำแหน่งข้อความ",Bold:"ตัวหนา",Italic:"ตัวเอียง",Underline:"ขีดเส้นใต้",Code:"โค้ด",Strikethrough:"ขีดทับ",Subscript:"ตัวห้อย",Superscript:"ตัวยก","Block quote":"คำพูดบล็อก","Insert code block":"เพิ่มโค้ดบล็อก","Plain text":"ข้อความธรรมดา",Cancel:"ยกเลิก","Remove color":"ลบสี","Restore default":"คืนค่าเริ่มต้น",Save:"บันทึก","Show more items":"แสดงรายการเพิ่มเติม","%0 of %1":"%0 จาก %1","Cannot upload file:":"ไม่สามารถอัปโหลดไฟล์ได้:","Rich Text Editor. Editing area: %0":"ตัวแก้ไข Rich Text พื้นที่แก้ไข: %0","Find and replace":"ค้นหาและแทนที่","Find in text…":"ค้นหาในข้อความ...",Find:"ค้นหา","Previous result":"ผลลัพธ์ก่อนหน้านี้","Next result":"ผลลัพธ์ถัดไป",Replace:"แทนที่","Replace all":"แทนที่ทั้งหมด","Match case":"ตัวใหญ่-เล็ก ตรงกัน","Whole words only":"ตรงกันทุกตัวอักษร","Replace with…":"แทนที่ด้วย...","Text to find must not be empty.":"ข้อความที่จะค้นหาต้องไม่ว่างเปล่า","Tip: Find some text first in order to replace it.":"เคล็ดลับ: ค้นหาข้อความบางอย่างก่อนจึงจะแทนที่ได้","Show options":"แสดงตัวเลือก",Paragraph:"ย่อหน้า",Heading:"หัวข้อ","Choose heading":"เลือกขนาดหัวข้อ","Heading 1":"หัวข้อขนาด 1","Heading 2":"หัวข้อ 2","Heading 3":"หัวข้อ 3","Heading 4":"หัวข้อ 4","Heading 5":"หัวข้อ 5","Heading 6":"หัวข้อ 6","Type your title":"พิมพ์ชื่อเรื่องของคุณ","Type or paste your content here.":"พิมพ์หรือวางเนื้อหาของคุณที่นี่","Horizontal line":"เส้นแนวนอน","HTML object":"วัตถุ HTML","Increase indent":"เพิ่มการเยื้อง","Decrease indent":"ลดการเยื้อง",Unlink:"ยกเลิกการลิงก์",Link:"ลิงก์","Link URL":"ลิงก์ URL","Link image":"ลิงก์ภาพ","Edit link":"แก้ไขลิงก์","Open link in new tab":"เปิดลิงก์ในแท็บใหม่","This link has no URL":"ลิงก์นี้ไม่มี URL","Open in a new tab":"เปิดในแท็บใหม่",Downloadable:"ที่สามารถดาวน์โหลดได้","Numbered List":"รายการลำดับเลข","Bulleted List":"รายการสัญลักษณ์แสดงหัวข้อย่อย","To-do List":"รายการสิ่งที่จะทำ","Bulleted list styles toolbar":"แถบเครื่องมือรูปแบบรายการสัญลักษณ์แสดงหัวข้อย่อย","Numbered list styles toolbar":"แถบเครื่องมือรูปแบบรายการแบบตัวเลข","Toggle the disc list style":"สลับรูปแบบรายการดิสก์","Toggle the circle list style":"สลับรูปแบบรายการวงกลม","Toggle the square list style":"สลับรูปแบบรายการสี่เหลี่ยม","Toggle the decimal list style":"สลับรูปแบบรายการทศนิยม","Toggle the decimal with leading zero list style":"สลับทศนิยมด้วยรูปแบบรายการศูนย์นำหน้า","Toggle the lower–roman list style":"สลับรูปแบบรายการอักษรโรมันตัวพิมพ์เล็ก","Toggle the upper–roman list style":"สลับรูปแบบรายการอักษรโรมันตัวพิมพ์ใหญ่","Toggle the lower–latin list style":"สลับรูปแบบรายการอักษรลาตินตัวพิมพ์เล็ก","Toggle the upper–latin list style":"สลับรูปแบบรายการอักษรลาตินตัวพิมพ์ใหญ่",Disc:"ดิสก์",Circle:"วงกลม",Square:"สี่เหลี่ยม",Decimal:"ทศนิยม","Decimal with leading zero":"ทศนิยมที่มีศูนย์นำหน้า","Lower–roman":"อักษรโรมันตัวพิมพ์เล็ก","Upper-roman":"อักษรโรมันตัวพิมพ์ใหญ่","Lower-latin":"อักษรลาตินตัวพิมพ์เล็ก","Upper-latin":"อักษรลาตินตัวพิมพ์ใหญ่","List properties":"คุณสมบัติของรายการ","Start at":"เริ่มต้นที่","Start index must be greater than 0.":"ดัชนีเริ่มต้นต้องมากกว่า 0","Reversed order":"ลำดับที่ย้อนกลับ","Remove Format":"ลบรูปแบบ","Select all":"เลือกทั้งหมด",Source:"ซอร์ส","Special characters":"อักขระพิเศษ",All:"ทั้งหมด",Arrows:"ลูกศร",Currency:"สกุลเงิน",Latin:"ละติน",Mathematical:"คณิตศาสตร์",Text:"ข้อความ","leftwards simple arrow":"ลูกศรซ้ายธรรมดา","rightwards simple arrow":"ลูกศรขวาธรรมดา","upwards simple arrow":"ลูกศรขึ้นธรรมดา","downwards simple arrow":"ลูกศรลงธรรมดา","leftwards double arrow":"ลูกศรซ้ายคู่","rightwards double arrow":"ลูกศรขวาคู่","upwards double arrow":"ลูกศรขึ้นคู่","downwards double arrow":"ลูกศรลงคู่","leftwards dashed arrow":"ลูกศรซ้ายเส้นประ","rightwards dashed arrow":"ลูกศรขวาเส้นประ","upwards dashed arrow":"ลูกศรขึ้นเส้นประ","downwards dashed arrow":"ลูกศรลงเส้นประ","leftwards arrow to bar":"ลูกศรชี้ซ้ายชนขีด","rightwards arrow to bar":"ลูกศรชี้ขวาชนขีด","upwards arrow to bar":"ลูกศรชี้ขึ้นชนขีด","downwards arrow to bar":"ลูกศรชี้ลงชนขีด","up down arrow with base":"ลูกศรขึ้นลงมีฐาน","back with leftwards arrow above":"ย้อนกลับมีลูกศรซ้ายข้างบน","end with leftwards arrow above":"สิ้นสุดมีลูกศรซ้ายข้างบน","on with exclamation mark with left right arrow above":"เปิดมีอัศเจรีย์มีลูกศรซ้ายขวาข้างบน","soon with rightwards arrow above":"เร็ว ๆ นี้มีลูกศรขวาข้างบน","top with upwards arrow above":"บนสุดมีลูกศรขึ้นข้างบน","Dollar sign":"สัญลักษณ์ดอลลาร์","Euro sign":"สัญลักษณ์ยูโร","Yen sign":"สัญลักษณ์เยน","Pound sign":"สัญลักษณ์ปอนด์","Cent sign":"สัญลักษณ์เซนต์","Euro-currency sign":"สัญลักษณ์สกุลเงินยูโร","Colon sign":"สัญลักษณ์ทวิภาค","Cruzeiro sign":"สัญลักษณ์ครูเซโร","French franc sign":"สัญลักษณ์ฟรังก์ฝรั่งเศส","Lira sign":"สัญลักษณ์ลีรา","Currency sign":"สัญลักษณ์สกุลเงิน","Bitcoin sign":"สัญลักษณ์บิตคอยน์","Mill sign":"สัญลักษณ์มิลล์","Naira sign":"สัญลักษณ์ไนรา","Peseta sign":"สัญลักษณ์ปีเซตา","Rupee sign":"สัญลักษณ์รูปี","Won sign":"สัญลักษณ์วอน","New sheqel sign":"สัญลักษณ์นิวเชเกล","Dong sign":"สัญลักษณ์ดง","Kip sign":"สัญลักษณ์กีบ","Tugrik sign":"สัญลักษณ์ทูกรีก","Drachma sign":"สัญลักษณ์ดรักมา","German penny sign":"สัญลักษณ์เพนนีเยอรมัน","Peso sign":"สัญลักษณ์เปโซ","Guarani sign":"สัญลักษณ์กวารานี","Austral sign":"สัญลักษณ์ออสตรัล","Hryvnia sign":"สัญลักษณ์ฮริฟเนีย","Cedi sign":"สัญลักษณ์เซดี","Livre tournois sign":"สัญลักษณ์ลิฟร์ ทัวร์นัวส์","Spesmilo sign":"สัญลักษณ์สเปสมิโล","Tenge sign":"สัญลักษณ์เทงเจ","Indian rupee sign":"สัญลักษณ์อินเดียรูปี","Turkish lira sign":"สัญลักษณ์ลีราตุรกี","Nordic mark sign":"สัญลักษณ์มาร์กนอร์ดิก","Manat sign":"สัญลักษณ์มานัต","Ruble sign":"สัญลักษณ์รูเบิล","Latin capital letter a with macron":"ตัวอักษรลาตินเอตัวพิมพ์ใหญ่มีมาครอน","Latin small letter a with macron":"ตัวอักษรลาตินเอตัวพิมพ์เล็กมีมาครอน","Latin capital letter a with breve":"ตัวอักษรลาตินเอตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter a with breve":"ตัวอักษรลาตินเอตัวพิมพ์เล็กมีเบรฟ","Latin capital letter a with ogonek":"ตัวอักษรลาตินเอตัวพิมพ์ใหญ่มีโอโกเนก","Latin small letter a with ogonek":"ตัวอักษรลาตินเอตัวพิมพ์เล็กมีโอโกเนก","Latin capital letter c with acute":"ตัวอักษรลาตินซีตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter c with acute":"ตัวอักษรลาตินซีตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter c with circumflex":"ตัวอักษรลาตินซีตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter c with circumflex":"ตัวอักษรลาตินซีตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter c with dot above":"ตัวอักษรลาตินซีตัวพิมพ์ใหญ่มีจุดข้างบน","Latin small letter c with dot above":"ตัวอักษรลาตินซีตัวพิมพ์เล็กมีจุดข้างบน","Latin capital letter c with caron":"ตัวอักษรลาตินซีตัวพิมพ์ใหญ่มีคารอน","Latin small letter c with caron":"ตัวอักษรลาตินซีตัวพิมพ์เล็กมีคารอน","Latin capital letter d with caron":"ตัวอักษรลาตินดีตัวพิมพ์ใหญ่มีคารอน","Latin small letter d with caron":"ตัวอักษรลาตินดีตัวพิมพ์เล็กมีคารอน","Latin capital letter d with stroke":"ตัวอักษรลาตินดีตัวพิมพ์ใหญ่มีสโตรก","Latin small letter d with stroke":"ตัวอักษรลาตินดีตัวพิมพ์เล็กมีสโตรก","Latin capital letter e with macron":"ตัวอักษรลาตินอีตัวพิมพ์ใหญ่มีมาครอน","Latin small letter e with macron":"ตัวอักษรลาตินอีตัวพิมพ์เล็กมีมาครอน","Latin capital letter e with breve":"ตัวอักษรลาตินอีตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter e with breve":"ตัวอักษรลาตินอีตัวพิมพ์เล็กมีเบรฟ","Latin capital letter e with dot above":"ตัวอักษรลาตินอีตัวพิมพ์ใหญ่มีจุดข้างบน","Latin small letter e with dot above":"ตัวอักษรลาตินอีตัวพิมพ์เล็กมีจุดข้างบน","Latin capital letter e with ogonek":"ตัวอักษรลาตินอีตัวพิมพ์ใหญ่มีโอโกเนก","Latin small letter e with ogonek":"ตัวอักษรลาตินอีตัวพิมพ์ใหญ่มีโอโกเนก","Latin capital letter e with caron":"ตัวอักษรลาตินอีตัวพิมพ์เล็กมีคารอน","Latin small letter e with caron":"ตัวอักษรลาตินอีตัวเล็กใหญ่มีคารอน","Latin capital letter g with circumflex":"ตัวอักษรลาตินจีตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter g with circumflex":"ตัวอักษรลาตินจีตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter g with breve":"ตัวอักษรลาตินจีตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter g with breve":"ตัวอักษรลาตินจีตัวพิมพ์เล็กมีเบรฟ","Latin capital letter g with dot above":"ตัวอักษรลาตินจีตัวพิมพ์ใหญ่มีจุดข้างบน","Latin small letter g with dot above":"ตัวอักษรลาตินจีตัวพิมพ์เล็กมีจุดข้างบน","Latin capital letter g with cedilla":"ตัวอักษรลาตินจีตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter g with cedilla":"ตัวอักษรลาตินจีตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter h with circumflex":"ตัวอักษรลาตินเอชตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter h with circumflex":"ตัวอักษรลาตินเอชตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter h with stroke":"ตัวอักษรลาตินเอชตัวพิมพ์ใหญ่มีสโตรก","Latin small letter h with stroke":"ตัวอักษรลาตินเอชตัวพิมพ์เล็กมีสโตรก","Latin capital letter i with tilde":"ตัวอักษรลาตินไอตัวพิมพ์ใหญ่มีทิลด์","Latin small letter i with tilde":"ตัวอักษรลาตินไอตัวพิมพ์เล็กมีทิลด์","Latin capital letter i with macron":"ตัวอักษรลาตินไอตัวพิมพ์ใหญ่มีมาครอน","Latin small letter i with macron":"ตัวอักษรลาตินไอตัวพิมพ์เล็กมีมาครอน","Latin capital letter i with breve":"ตัวอักษรลาตินไอตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter i with breve":"ตัวอักษรลาตินไอตัวพิมพ์เล็กมีเบรฟ","Latin capital letter i with ogonek":"ตัวอักษรลาตินไอตัวพิมพ์ใหญ่มีโอโกเนก","Latin small letter i with ogonek":"ตัวอักษรลาตินไอตัวพิมพ์เล็กมีโอโกเนก","Latin capital letter i with dot above":"ตัวอักษรลาตินไอตัวพิมพ์ใหญ่มีจุดข้างบน","Latin small letter dotless i":"ตัวอักษรลาตินไอไม่มีจุดตัวพิมพ์เล็ก","Latin capital ligature ij":"ตัวอักษรลาตินแฝดไอเจตัวพิมพ์ใหญ่","Latin small ligature ij":"ตัวอักษรลาตินแฝดไอเจตัวพิมพ์เล็ก","Latin capital letter j with circumflex":"ตัวอักษรลาตินเจตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter j with circumflex":"ตัวอักษรลาตินเจตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter k with cedilla":"ตัวอักษรลาตินเคตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter k with cedilla":"ตัวอักษรลาตินเคตัวพิมพ์เล็กมีเซดีลลา","Latin small letter kra":"ตัวอักษรลาตินคราตัวพิมพ์เล็ก","Latin capital letter l with acute":"ตัวอักษรลาตินแอลตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter l with acute":"ตัวอักษรลาตินแอลตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter l with cedilla":"ตัวอักษรลาตินแอลตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter l with cedilla":"ตัวอักษรลาตินแอลตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter l with caron":"ตัวอักษรลาตินแอลตัวพิมพ์ใหญ่มีคารอน","Latin small letter l with caron":"ตัวอักษรลาตินแอลตัวพิมพ์เล็กมีคารอน","Latin capital letter l with middle dot":"ตัวอักษรลาตินแอลตัวพิมพ์ใหญ่มีจุดกลาง","Latin small letter l with middle dot":"ตัวอักษรลาตินแอลตัวพิมพ์เล็กมีจุดกลาง","Latin capital letter l with stroke":"ตัวอักษรลาตินแอลตัวพิมพ์ใหญ่มีสโตรก","Latin small letter l with stroke":"ตัวอักษรลาตินแอลตัวพิมพ์เล็กมีสโตรก","Latin capital letter n with acute":"ตัวอักษรลาตินเอ็นตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter n with acute":"ตัวอักษรลาตินเอ็นตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter n with cedilla":"ตัวอักษรลาตินเอ็นตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter n with cedilla":"ตัวอักษรลาตินเอ็นตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter n with caron":"ตัวอักษรลาตินเอ็นตัวพิมพ์ใหญ่มีคารอน","Latin small letter n with caron":"ตัวอักษรลาตินเอ็นตัวพิมพ์เล็กมีคารอน","Latin small letter n preceded by apostrophe":"ตัวอักษรลาตินเอ็นตัวพิมพ์เล็กนำหน้าด้วยอะพอสทรอฟี","Latin capital letter eng":"ตัวอักษรลาตินอังตัวพิมพ์ใหญ่","Latin small letter eng":"ตัวอักษรลาตินอังตัวพิมพ์เล็ก","Latin capital letter o with macron":"ตัวอักษรลาตินโอตัวพิมพ์ใหญ่มีมาครอน","Latin small letter o with macron":"ตัวอักษรลาตินโอตัวพิมพ์เล็กมีมาครอน","Latin capital letter o with breve":"ตัวอักษรลาตินโอตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter o with breve":"ตัวอักษรลาตินโอตัวพิมพ์เล็กมีเบรฟ","Latin capital letter o with double acute":"ตัวอักษรลาตินโอตัวพิมพ์ใหญ่มีดับเบิลอะคิวต์","Latin small letter o with double acute":"ตัวอักษรลาตินโอตัวพิมพ์เล็กมีดับเบิลอะคิวต์","Latin capital ligature oe":"ตัวอักษรลาตินแฝดโออีตัวพิมพ์ใหญ่","Latin small ligature oe":"ตัวอักษรลาตินแฝดโออีตัวพิมพ์เล็ก","Latin capital letter r with acute":"ตัวอักษรลาตินอาร์ตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter r with acute":"ตัวอักษรลาตินอาร์ตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter r with cedilla":"ตัวอักษรลาตินอาร์ตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter r with cedilla":"ตัวอักษรลาตินอาร์ตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter r with caron":"ตัวอักษรลาตินอาร์ตัวพิมพ์ใหญ่มีคารอน","Latin small letter r with caron":"ตัวอักษรลาตินอาร์ตัวพิมพ์เล็กมีคารอน","Latin capital letter s with acute":"ตัวอักษรลาตินเอสตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter s with acute":"ตัวอักษรลาตินเอสตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter s with circumflex":"ตัวอักษรลาตินเอสตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter s with circumflex":"ตัวอักษรลาตินเอสตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter s with cedilla":"ตัวอักษรลาตินเอสตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter s with cedilla":"ตัวอักษรลาตินเอสตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter s with caron":"ตัวอักษรลาตินเอสตัวพิมพ์ใหญ่มีคารอน","Latin small letter s with caron":"ตัวอักษรลาตินเอสตัวพิมพ์เล็กมีคารอน","Latin capital letter t with cedilla":"ตัวอักษรลาตินทีตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter t with cedilla":"ตัวอักษรลาตินทีตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter t with caron":"ตัวอักษรลาตินทีตัวพิมพ์ใหญ่มีคารอน","Latin small letter t with caron":"ตัวอักษรลาตินทีตัวพิมพ์เล็กมีคารอน","Latin capital letter t with stroke":"ตัวอักษรลาตินทีตัวพิมพ์ใหญ่มีสโตรก","Latin small letter t with stroke":"ตัวอักษรลาตินทีตัวพิมพ์เล็กมีสโตรก","Latin capital letter u with tilde":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีทิลด์","Latin small letter u with tilde":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีทิลด์","Latin capital letter u with macron":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีมาครอน","Latin small letter u with macron":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีมาครอน","Latin capital letter u with breve":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter u with breve":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีเบรฟ","Latin capital letter u with ring above":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีแหวนข้างบน","Latin small letter u with ring above":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีแหวนข้างบน","Latin capital letter u with double acute":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีดับเบิลอะคิวต์","Latin small letter u with double acute":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีดับเบิลอะคิวต์","Latin capital letter u with ogonek":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีโอโกเนก","Latin small letter u with ogonek":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีโอโกเนก","Latin capital letter w with circumflex":"ตัวอักษรลาตินดับเบิลยูตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter w with circumflex":"ตัวอักษรลาตินดับเบิลยูตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter y with circumflex":"ตัวอักษรลาตินวายตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter y with circumflex":"ตัวอักษรลาตินวายตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter y with diaeresis":"ตัวอักษรลาตินวายตัวพิมพ์ใหญ่มีไดอาเรซิส","Latin capital letter z with acute":"ตัวอักษรลาตินแซดตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter z with acute":"ตัวอักษรลาตินแซดตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter z with dot above":"ตัวอักษรลาตินแซดตัวพิมพ์ใหญ่มีจุดข้างบน","Latin small letter z with dot above":"ตัวอักษรลาตินแซดตัวพิมพ์เล็กมีจุดข้างบน","Latin capital letter z with caron":"ตัวอักษรลาตินแซดตัวพิมพ์ใหญ่มีคารอน","Latin small letter z with caron":"ตัวอักษรลาตินแซดตัวพิมพ์เล็กมีคารอน","Latin small letter long s":"ตัวอักษรลาตินเล็กเอสยาว","Less-than sign":"สัญลักษณ์น้อยกว่า","Greater-than sign":"สัญลักษณ์มากกว่า","Less-than or equal to":"น้อยกว่าหรือเท่ากับ","Greater-than or equal to":"มากกว่าหรือเท่ากับ","En dash":"ขีด","Em dash":"ขีดยาว",Macron:"มาครอน",Overline:"ขีดบน","Degree sign":"สัญลักษณ์องศา","Minus sign":"สัญลักษณ์ลบ","Plus-minus sign":"สัญลักษณ์บวกลบ","Division sign":"สัญลักษณ์หาร","Fraction slash":"ขีดแบ่ง","Multiplication sign":"สัญลักษณ์คูณ","Latin small letter f with hook":"ตัวอักษรลาตินเอฟเล็กมีตะขอ",Integral:"อินทิกรัล","N-ary summation":"ผลรวมเอ็นเรย์",Infinity:"อนันต์","Square root":"รากที่สอง","Tilde operator":"ตัวปฏิบัติการทิลด์","Approximately equal to":"ประมาณเท่ากับ","Almost equal to":"เกือบเท่ากับ","Not equal to":"ไม่เท่ากับ","Identical to":"เหมือนกับ","Element of":"องค์ประกอบของ","Not an element of":"ไม่ใช่องค์ประกอบของ","Contains as member":"มีเป็นสมาชิก","N-ary product":"ผลคูณเอ็นเรย์","Logical and":"ตรรกะและ","Logical or":"ตรรกะหรือ","Not sign":"สัญลักษณ์ไม่ใช่",Intersection:"อินเตอร์เซกชัน",Union:"ยูเนียน","Partial differential":"อนุพันธ์ย่อย","For all":"สำหรับทั้งหมด","There exists":"มีอยู่","Empty set":"เซตว่าง",Nabla:"นาบลา","Asterisk operator":"ตัวปฏิบัติการดอกจัน","Proportional to":"สัดส่วนกับ",Angle:"มุม","Vulgar fraction one quarter":"เศษหนึ่งส่วนสี่","Vulgar fraction one half":"เศษหนึ่งส่วนสอง","Vulgar fraction three quarters":"เศษหนึ่งส่วนสาม","Single left-pointing angle quotation mark":"อัญประกาศเดี่ยวเอียงซ้าย","Single right-pointing angle quotation mark":"อัญประกาศเดี่ยวเอียงขวา","Left-pointing double angle quotation mark":"อัญประกาศคู่เอียงซ้าย","Right-pointing double angle quotation mark":"อัญประกาศคู่เอียงขวา","Left single quotation mark":"อัญประกาศเดี่ยวด้านซ้าย","Right single quotation mark":"อัญประกาศเดี่ยวด้านขวา","Left double quotation mark":"อัญประกาศคู่ด้านซ้าย","Right double quotation mark":"อัญประกาศคู่ด้านขวา","Single low-9 quotation mark":"อัญประกาศเดี่ยวมีหัวด้านล่าง","Double low-9 quotation mark":"อัญประกาศคู่มีหัวด้านล่าง","Inverted exclamation mark":"อัศเจรีย์กลับหัว","Inverted question mark":"ปรัศนีกลับหัว","Two dot leader":"สองจุดนำ","Horizontal ellipsis":"จุดไข่ปลาแนวนอน","Double dagger":"กริชซ้อน","Per mille sign":"สัญลักษณ์ต่อพัน","Per ten thousand sign":"สัญลักษณ์ต่อหมื่น","Double exclamation mark":"เครื่องหมายอัศเจรีย์คู่","Question exclamation mark":"เครื่องหมายปรัศนีอัศเจรีย์","Exclamation question mark":"เครื่องหมายอัศเจรีย์ปรัศนี","Double question mark":"เครื่องหมายปรัศนีคู่","Copyright sign":"สัญลักษณ์ลิขสิทธิ์","Registered sign":"สัญลักษณ์จดทะเบียน","Trade mark sign":"สัญลักษณ์เครื่องหมายการค้า","Section sign":"สัญลักษณ์มาตรา","Paragraph sign":"สัญลักษณ์ย่อหน้า","Reversed paragraph sign":"สัญลักษณ์ย่อหน้ากลับหัว","Character categories":"หมวดหมู่อักขระ",Styles:"รูปแบบ","Multiple styles":"มีหลายรูปแบบ","Block styles":"รูปแบบบล็อก","Text styles":"รูปแบบข้อความ","Insert table":"แทรกตาราง","Header column":"หัวข้อคอลัมน์","Insert column left":"แทรกคอลัมน์ทางซ้าย","Insert column right":"แทรกคอลัมน์ทางขวา","Delete column":"ลบคอลัมน์","Select column":"เลือกคอลัมน์",Column:"คอลัมน์","Header row":"ส่วนหัวแถว","Insert row below":"แทรกส่วนหัวด้านล่าง","Insert row above":"แทรกส่วนหัวด้านบน","Delete row":"ลบแถว","Select row":"เลือกแถว",Row:"แถว","Merge cell up":"ผสานเซลล์ด้านบน","Merge cell right":"ผสานเซลล์ด้านขวา","Merge cell down":"ผสานเซลล์ด้านล่าง","Merge cell left":"ผสานเซลล์ด้านซ้าย","Split cell vertically":"แยกเซลล์แนวตั้ง","Split cell horizontally":"แยกเซลล์แนวนอน","Merge cells":"ผสานเซลล์","Table toolbar":"เครื่องมือตาราง","Table properties":"คุณสมบัติของตาราง","Cell properties":"คุณสมบัติของเซลล์",Border:"เส้นขอบ",Style:"รูปแบบ",Width:"ความกว้าง",Height:"ความสูง",Color:"สี",Background:"พื้นหลัง",Padding:"การเสริมเต็ม",Dimensions:"ขนาด","Table cell text alignment":"การจัดตำแหน่งข้อความของเซลล์ตาราง",Alignment:"การจัดตำแหน่ง","Horizontal text alignment toolbar":"แถบเครื่องมือจัดตำแหน่งข้อความในแนวนอน","Vertical text alignment toolbar":"แถบเครื่องมือจัดตำแหน่งข้อความแนวตั้ง","Table alignment toolbar":"แถบเครื่องมือจัดตำแหน่งตาราง",None:"ไม่มี",Solid:"เส้นทึบ",Dotted:"เส้นไข่ปลา",Dashed:"เส้นประ",Double:"คู่",Groove:"ร่อง",Ridge:"สัน",Inset:"ยุบ",Outset:"นูน","Align cell text to the left":"จัดตำแหน่งข้อความของเซลล์ชิดซ้าย","Align cell text to the center":"จัดตำแหน่งข้อความของเซลล์ไว้กึ่งกลาง","Align cell text to the right":"จัดตำแหน่งข้อความของเซลล์ชิดขวา","Justify cell text":"จัดขอบข้อความของเซลล์ให้กระจายเต็มแนว","Align cell text to the top":"จัดตำแหน่งข้อความของเซลล์ชิดด้านบน","Align cell text to the middle":"จัดตำแหน่งข้อความของเซลล์ไว้กึ่งกลาง","Align cell text to the bottom":"จัดตำแหน่งข้อความของเซลล์ชิดด้านล่าง","Align table to the left":"จัดตำแหน่งตารางชิดด้านซ้าย","Center table":"จัดตำแหน่งตารางไว้ตรงกลาง","Align table to the right":"จัดตำแหน่งตารางชิดด้านขวา","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"สีไม่ถูกต้อง ลอง \"#FF0000\" หรือ \"rgb(255,0,0)\" หรือ \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"ค่าไม่ถูกต้อง ลอง \"10px\" หรือ \"2em\" หรือแค่เพียง \"2\"","Color picker":"เครื่องมือเลือกสี","Toggle caption off":"ปิดคำอธิบายภาพ","Toggle caption on":"เปิดคำอธิบายภาพ","Enter table caption":"ป้อนคำบรรยายตาราง","Rich Text Editor":"โปรแกรมแก้ไข Rich Text","Editor editing area: %0":"พื้นที่แก้ไขของตัวแก้ไข: %0","Edit block":"แก้ไขบล็อก",Next:"ถัดไป",Previous:"ก่อนหน้า","Editor toolbar":"แถบเครื่องมือแก้ไข","Dropdown toolbar":"แถบเครื่องมือแบบเลื่อนลง",Black:"สีดำ","Dim grey":"สีเทาเข้ม",Grey:"สีเทา","Light grey":"สีเทาอ่อน",White:"สีขาว",Red:"สีแดง",Orange:"สีส้ม",Yellow:"สีเหลือง","Light green":"สีเขียวอ่อน",Green:"สีเขียว",Aquamarine:"พลอยสีฟ้า",Turquoise:"สีเขียวขุ่น","Light blue":"สีฟ้า",Blue:"สีน้ำเงิน",Purple:"สีม่วง","Editor block content toolbar":"แถบเครื่องมือแก้ไขบล็อกเนื้อหา","Editor contextual toolbar":"แถบเครื่องมือแก้ไขข้อความ",HEX:"",Undo:"ย้อนกลับ",Redo:"ทำซ้ำ","Upload in progress":"กำลังดำเนินการอัปโหลด","Widget toolbar":"แถมเครื่องมือวิดเจ็ต","Insert paragraph before block":"แทรกย่อหน้าก่อนบล็อก","Insert paragraph after block":"แทรกย่อหน้าหลังบล็อก","Press Enter to type after or press Shift + Enter to type before the widget":"กด Enter เพื่อพิมพ์หลังจาก หรือกด Shift + Enter เพื่อพิมพ์ก่อนหน้าวิดเจ็ต","Words: %0":"คำ: %0","Characters: %0":"ตัวอักษร: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['th'] = d['th'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"จัดชิดซ้าย","Align right":"จัดชิดขวา","Align center":"จัดกึ่งกลาง",Justify:"จัด(ขอบ)","Text alignment":"จัดตำแหน่งข้อความ","Text alignment toolbar":"แถบเครื่องมือจัดตำแหน่งข้อความ",Bold:"ตัวหนา",Italic:"ตัวเอียง",Underline:"ขีดเส้นใต้",Code:"โค้ด",Strikethrough:"ขีดทับ",Subscript:"ตัวห้อย",Superscript:"ตัวยก","Block quote":"คำพูดบล็อก","Insert code block":"เพิ่มโค้ดบล็อก","Plain text":"ข้อความธรรมดา",Cancel:"ยกเลิก","Remove color":"ลบสี","Restore default":"คืนค่าเริ่มต้น",Save:"บันทึก","Show more items":"แสดงรายการเพิ่มเติม","%0 of %1":"%0 จาก %1","Cannot upload file:":"ไม่สามารถอัปโหลดไฟล์ได้:","Rich Text Editor. Editing area: %0":"ตัวแก้ไข Rich Text พื้นที่แก้ไข: %0","Find and replace":"ค้นหาและแทนที่","Find in text…":"ค้นหาในข้อความ...",Find:"ค้นหา","Previous result":"ผลลัพธ์ก่อนหน้านี้","Next result":"ผลลัพธ์ถัดไป",Replace:"แทนที่","Replace all":"แทนที่ทั้งหมด","Match case":"ตัวใหญ่-เล็ก ตรงกัน","Whole words only":"ตรงกันทุกตัวอักษร","Replace with…":"แทนที่ด้วย...","Text to find must not be empty.":"ข้อความที่จะค้นหาต้องไม่ว่างเปล่า","Tip: Find some text first in order to replace it.":"เคล็ดลับ: ค้นหาข้อความบางอย่างก่อนจึงจะแทนที่ได้","Show options":"แสดงตัวเลือก",Paragraph:"ย่อหน้า",Heading:"หัวข้อ","Choose heading":"เลือกขนาดหัวข้อ","Heading 1":"หัวข้อขนาด 1","Heading 2":"หัวข้อ 2","Heading 3":"หัวข้อ 3","Heading 4":"หัวข้อ 4","Heading 5":"หัวข้อ 5","Heading 6":"หัวข้อ 6","Type your title":"พิมพ์ชื่อเรื่องของคุณ","Type or paste your content here.":"พิมพ์หรือวางเนื้อหาของคุณที่นี่","Horizontal line":"เส้นแนวนอน","HTML object":"วัตถุ HTML","Increase indent":"เพิ่มการเยื้อง","Decrease indent":"ลดการเยื้อง",Unlink:"ยกเลิกการลิงก์",Link:"ลิงก์","Link URL":"ลิงก์ URL","Link image":"ลิงก์ภาพ","Edit link":"แก้ไขลิงก์","Open link in new tab":"เปิดลิงก์ในแท็บใหม่","This link has no URL":"ลิงก์นี้ไม่มี URL","Open in a new tab":"เปิดในแท็บใหม่",Downloadable:"ที่สามารถดาวน์โหลดได้","Numbered List":"รายการลำดับเลข","Bulleted List":"รายการสัญลักษณ์แสดงหัวข้อย่อย","To-do List":"รายการสิ่งที่จะทำ","Bulleted list styles toolbar":"แถบเครื่องมือรูปแบบรายการสัญลักษณ์แสดงหัวข้อย่อย","Numbered list styles toolbar":"แถบเครื่องมือรูปแบบรายการแบบตัวเลข","Toggle the disc list style":"สลับรูปแบบรายการดิสก์","Toggle the circle list style":"สลับรูปแบบรายการวงกลม","Toggle the square list style":"สลับรูปแบบรายการสี่เหลี่ยม","Toggle the decimal list style":"สลับรูปแบบรายการทศนิยม","Toggle the decimal with leading zero list style":"สลับทศนิยมด้วยรูปแบบรายการศูนย์นำหน้า","Toggle the lower–roman list style":"สลับรูปแบบรายการอักษรโรมันตัวพิมพ์เล็ก","Toggle the upper–roman list style":"สลับรูปแบบรายการอักษรโรมันตัวพิมพ์ใหญ่","Toggle the lower–latin list style":"สลับรูปแบบรายการอักษรลาตินตัวพิมพ์เล็ก","Toggle the upper–latin list style":"สลับรูปแบบรายการอักษรลาตินตัวพิมพ์ใหญ่",Disc:"ดิสก์",Circle:"วงกลม",Square:"สี่เหลี่ยม",Decimal:"ทศนิยม","Decimal with leading zero":"ทศนิยมที่มีศูนย์นำหน้า","Lower–roman":"อักษรโรมันตัวพิมพ์เล็ก","Upper-roman":"อักษรโรมันตัวพิมพ์ใหญ่","Lower-latin":"อักษรลาตินตัวพิมพ์เล็ก","Upper-latin":"อักษรลาตินตัวพิมพ์ใหญ่","List properties":"คุณสมบัติของรายการ","Start at":"เริ่มต้นที่","Start index must be greater than 0.":"ดัชนีเริ่มต้นต้องมากกว่า 0","Reversed order":"ลำดับที่ย้อนกลับ","Remove Format":"ลบรูปแบบ","Select all":"เลือกทั้งหมด","Show blocks":"แสดงบล็อก",Source:"ซอร์ส","Special characters":"อักขระพิเศษ",All:"ทั้งหมด",Arrows:"ลูกศร",Currency:"สกุลเงิน",Latin:"ละติน",Mathematical:"คณิตศาสตร์",Text:"ข้อความ","leftwards simple arrow":"ลูกศรซ้ายธรรมดา","rightwards simple arrow":"ลูกศรขวาธรรมดา","upwards simple arrow":"ลูกศรขึ้นธรรมดา","downwards simple arrow":"ลูกศรลงธรรมดา","leftwards double arrow":"ลูกศรซ้ายคู่","rightwards double arrow":"ลูกศรขวาคู่","upwards double arrow":"ลูกศรขึ้นคู่","downwards double arrow":"ลูกศรลงคู่","leftwards dashed arrow":"ลูกศรซ้ายเส้นประ","rightwards dashed arrow":"ลูกศรขวาเส้นประ","upwards dashed arrow":"ลูกศรขึ้นเส้นประ","downwards dashed arrow":"ลูกศรลงเส้นประ","leftwards arrow to bar":"ลูกศรชี้ซ้ายชนขีด","rightwards arrow to bar":"ลูกศรชี้ขวาชนขีด","upwards arrow to bar":"ลูกศรชี้ขึ้นชนขีด","downwards arrow to bar":"ลูกศรชี้ลงชนขีด","up down arrow with base":"ลูกศรขึ้นลงมีฐาน","back with leftwards arrow above":"ย้อนกลับมีลูกศรซ้ายข้างบน","end with leftwards arrow above":"สิ้นสุดมีลูกศรซ้ายข้างบน","on with exclamation mark with left right arrow above":"เปิดมีอัศเจรีย์มีลูกศรซ้ายขวาข้างบน","soon with rightwards arrow above":"เร็ว ๆ นี้มีลูกศรขวาข้างบน","top with upwards arrow above":"บนสุดมีลูกศรขึ้นข้างบน","Dollar sign":"สัญลักษณ์ดอลลาร์","Euro sign":"สัญลักษณ์ยูโร","Yen sign":"สัญลักษณ์เยน","Pound sign":"สัญลักษณ์ปอนด์","Cent sign":"สัญลักษณ์เซนต์","Euro-currency sign":"สัญลักษณ์สกุลเงินยูโร","Colon sign":"สัญลักษณ์ทวิภาค","Cruzeiro sign":"สัญลักษณ์ครูเซโร","French franc sign":"สัญลักษณ์ฟรังก์ฝรั่งเศส","Lira sign":"สัญลักษณ์ลีรา","Currency sign":"สัญลักษณ์สกุลเงิน","Bitcoin sign":"สัญลักษณ์บิตคอยน์","Mill sign":"สัญลักษณ์มิลล์","Naira sign":"สัญลักษณ์ไนรา","Peseta sign":"สัญลักษณ์ปีเซตา","Rupee sign":"สัญลักษณ์รูปี","Won sign":"สัญลักษณ์วอน","New sheqel sign":"สัญลักษณ์นิวเชเกล","Dong sign":"สัญลักษณ์ดง","Kip sign":"สัญลักษณ์กีบ","Tugrik sign":"สัญลักษณ์ทูกรีก","Drachma sign":"สัญลักษณ์ดรักมา","German penny sign":"สัญลักษณ์เพนนีเยอรมัน","Peso sign":"สัญลักษณ์เปโซ","Guarani sign":"สัญลักษณ์กวารานี","Austral sign":"สัญลักษณ์ออสตรัล","Hryvnia sign":"สัญลักษณ์ฮริฟเนีย","Cedi sign":"สัญลักษณ์เซดี","Livre tournois sign":"สัญลักษณ์ลิฟร์ ทัวร์นัวส์","Spesmilo sign":"สัญลักษณ์สเปสมิโล","Tenge sign":"สัญลักษณ์เทงเจ","Indian rupee sign":"สัญลักษณ์อินเดียรูปี","Turkish lira sign":"สัญลักษณ์ลีราตุรกี","Nordic mark sign":"สัญลักษณ์มาร์กนอร์ดิก","Manat sign":"สัญลักษณ์มานัต","Ruble sign":"สัญลักษณ์รูเบิล","Latin capital letter a with macron":"ตัวอักษรลาตินเอตัวพิมพ์ใหญ่มีมาครอน","Latin small letter a with macron":"ตัวอักษรลาตินเอตัวพิมพ์เล็กมีมาครอน","Latin capital letter a with breve":"ตัวอักษรลาตินเอตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter a with breve":"ตัวอักษรลาตินเอตัวพิมพ์เล็กมีเบรฟ","Latin capital letter a with ogonek":"ตัวอักษรลาตินเอตัวพิมพ์ใหญ่มีโอโกเนก","Latin small letter a with ogonek":"ตัวอักษรลาตินเอตัวพิมพ์เล็กมีโอโกเนก","Latin capital letter c with acute":"ตัวอักษรลาตินซีตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter c with acute":"ตัวอักษรลาตินซีตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter c with circumflex":"ตัวอักษรลาตินซีตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter c with circumflex":"ตัวอักษรลาตินซีตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter c with dot above":"ตัวอักษรลาตินซีตัวพิมพ์ใหญ่มีจุดข้างบน","Latin small letter c with dot above":"ตัวอักษรลาตินซีตัวพิมพ์เล็กมีจุดข้างบน","Latin capital letter c with caron":"ตัวอักษรลาตินซีตัวพิมพ์ใหญ่มีคารอน","Latin small letter c with caron":"ตัวอักษรลาตินซีตัวพิมพ์เล็กมีคารอน","Latin capital letter d with caron":"ตัวอักษรลาตินดีตัวพิมพ์ใหญ่มีคารอน","Latin small letter d with caron":"ตัวอักษรลาตินดีตัวพิมพ์เล็กมีคารอน","Latin capital letter d with stroke":"ตัวอักษรลาตินดีตัวพิมพ์ใหญ่มีสโตรก","Latin small letter d with stroke":"ตัวอักษรลาตินดีตัวพิมพ์เล็กมีสโตรก","Latin capital letter e with macron":"ตัวอักษรลาตินอีตัวพิมพ์ใหญ่มีมาครอน","Latin small letter e with macron":"ตัวอักษรลาตินอีตัวพิมพ์เล็กมีมาครอน","Latin capital letter e with breve":"ตัวอักษรลาตินอีตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter e with breve":"ตัวอักษรลาตินอีตัวพิมพ์เล็กมีเบรฟ","Latin capital letter e with dot above":"ตัวอักษรลาตินอีตัวพิมพ์ใหญ่มีจุดข้างบน","Latin small letter e with dot above":"ตัวอักษรลาตินอีตัวพิมพ์เล็กมีจุดข้างบน","Latin capital letter e with ogonek":"ตัวอักษรลาตินอีตัวพิมพ์ใหญ่มีโอโกเนก","Latin small letter e with ogonek":"ตัวอักษรลาตินอีตัวพิมพ์ใหญ่มีโอโกเนก","Latin capital letter e with caron":"ตัวอักษรลาตินอีตัวพิมพ์เล็กมีคารอน","Latin small letter e with caron":"ตัวอักษรลาตินอีตัวเล็กใหญ่มีคารอน","Latin capital letter g with circumflex":"ตัวอักษรลาตินจีตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter g with circumflex":"ตัวอักษรลาตินจีตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter g with breve":"ตัวอักษรลาตินจีตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter g with breve":"ตัวอักษรลาตินจีตัวพิมพ์เล็กมีเบรฟ","Latin capital letter g with dot above":"ตัวอักษรลาตินจีตัวพิมพ์ใหญ่มีจุดข้างบน","Latin small letter g with dot above":"ตัวอักษรลาตินจีตัวพิมพ์เล็กมีจุดข้างบน","Latin capital letter g with cedilla":"ตัวอักษรลาตินจีตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter g with cedilla":"ตัวอักษรลาตินจีตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter h with circumflex":"ตัวอักษรลาตินเอชตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter h with circumflex":"ตัวอักษรลาตินเอชตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter h with stroke":"ตัวอักษรลาตินเอชตัวพิมพ์ใหญ่มีสโตรก","Latin small letter h with stroke":"ตัวอักษรลาตินเอชตัวพิมพ์เล็กมีสโตรก","Latin capital letter i with tilde":"ตัวอักษรลาตินไอตัวพิมพ์ใหญ่มีทิลด์","Latin small letter i with tilde":"ตัวอักษรลาตินไอตัวพิมพ์เล็กมีทิลด์","Latin capital letter i with macron":"ตัวอักษรลาตินไอตัวพิมพ์ใหญ่มีมาครอน","Latin small letter i with macron":"ตัวอักษรลาตินไอตัวพิมพ์เล็กมีมาครอน","Latin capital letter i with breve":"ตัวอักษรลาตินไอตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter i with breve":"ตัวอักษรลาตินไอตัวพิมพ์เล็กมีเบรฟ","Latin capital letter i with ogonek":"ตัวอักษรลาตินไอตัวพิมพ์ใหญ่มีโอโกเนก","Latin small letter i with ogonek":"ตัวอักษรลาตินไอตัวพิมพ์เล็กมีโอโกเนก","Latin capital letter i with dot above":"ตัวอักษรลาตินไอตัวพิมพ์ใหญ่มีจุดข้างบน","Latin small letter dotless i":"ตัวอักษรลาตินไอไม่มีจุดตัวพิมพ์เล็ก","Latin capital ligature ij":"ตัวอักษรลาตินแฝดไอเจตัวพิมพ์ใหญ่","Latin small ligature ij":"ตัวอักษรลาตินแฝดไอเจตัวพิมพ์เล็ก","Latin capital letter j with circumflex":"ตัวอักษรลาตินเจตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter j with circumflex":"ตัวอักษรลาตินเจตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter k with cedilla":"ตัวอักษรลาตินเคตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter k with cedilla":"ตัวอักษรลาตินเคตัวพิมพ์เล็กมีเซดีลลา","Latin small letter kra":"ตัวอักษรลาตินคราตัวพิมพ์เล็ก","Latin capital letter l with acute":"ตัวอักษรลาตินแอลตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter l with acute":"ตัวอักษรลาตินแอลตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter l with cedilla":"ตัวอักษรลาตินแอลตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter l with cedilla":"ตัวอักษรลาตินแอลตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter l with caron":"ตัวอักษรลาตินแอลตัวพิมพ์ใหญ่มีคารอน","Latin small letter l with caron":"ตัวอักษรลาตินแอลตัวพิมพ์เล็กมีคารอน","Latin capital letter l with middle dot":"ตัวอักษรลาตินแอลตัวพิมพ์ใหญ่มีจุดกลาง","Latin small letter l with middle dot":"ตัวอักษรลาตินแอลตัวพิมพ์เล็กมีจุดกลาง","Latin capital letter l with stroke":"ตัวอักษรลาตินแอลตัวพิมพ์ใหญ่มีสโตรก","Latin small letter l with stroke":"ตัวอักษรลาตินแอลตัวพิมพ์เล็กมีสโตรก","Latin capital letter n with acute":"ตัวอักษรลาตินเอ็นตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter n with acute":"ตัวอักษรลาตินเอ็นตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter n with cedilla":"ตัวอักษรลาตินเอ็นตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter n with cedilla":"ตัวอักษรลาตินเอ็นตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter n with caron":"ตัวอักษรลาตินเอ็นตัวพิมพ์ใหญ่มีคารอน","Latin small letter n with caron":"ตัวอักษรลาตินเอ็นตัวพิมพ์เล็กมีคารอน","Latin small letter n preceded by apostrophe":"ตัวอักษรลาตินเอ็นตัวพิมพ์เล็กนำหน้าด้วยอะพอสทรอฟี","Latin capital letter eng":"ตัวอักษรลาตินอังตัวพิมพ์ใหญ่","Latin small letter eng":"ตัวอักษรลาตินอังตัวพิมพ์เล็ก","Latin capital letter o with macron":"ตัวอักษรลาตินโอตัวพิมพ์ใหญ่มีมาครอน","Latin small letter o with macron":"ตัวอักษรลาตินโอตัวพิมพ์เล็กมีมาครอน","Latin capital letter o with breve":"ตัวอักษรลาตินโอตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter o with breve":"ตัวอักษรลาตินโอตัวพิมพ์เล็กมีเบรฟ","Latin capital letter o with double acute":"ตัวอักษรลาตินโอตัวพิมพ์ใหญ่มีดับเบิลอะคิวต์","Latin small letter o with double acute":"ตัวอักษรลาตินโอตัวพิมพ์เล็กมีดับเบิลอะคิวต์","Latin capital ligature oe":"ตัวอักษรลาตินแฝดโออีตัวพิมพ์ใหญ่","Latin small ligature oe":"ตัวอักษรลาตินแฝดโออีตัวพิมพ์เล็ก","Latin capital letter r with acute":"ตัวอักษรลาตินอาร์ตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter r with acute":"ตัวอักษรลาตินอาร์ตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter r with cedilla":"ตัวอักษรลาตินอาร์ตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter r with cedilla":"ตัวอักษรลาตินอาร์ตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter r with caron":"ตัวอักษรลาตินอาร์ตัวพิมพ์ใหญ่มีคารอน","Latin small letter r with caron":"ตัวอักษรลาตินอาร์ตัวพิมพ์เล็กมีคารอน","Latin capital letter s with acute":"ตัวอักษรลาตินเอสตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter s with acute":"ตัวอักษรลาตินเอสตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter s with circumflex":"ตัวอักษรลาตินเอสตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter s with circumflex":"ตัวอักษรลาตินเอสตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter s with cedilla":"ตัวอักษรลาตินเอสตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter s with cedilla":"ตัวอักษรลาตินเอสตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter s with caron":"ตัวอักษรลาตินเอสตัวพิมพ์ใหญ่มีคารอน","Latin small letter s with caron":"ตัวอักษรลาตินเอสตัวพิมพ์เล็กมีคารอน","Latin capital letter t with cedilla":"ตัวอักษรลาตินทีตัวพิมพ์ใหญ่มีเซดีลลา","Latin small letter t with cedilla":"ตัวอักษรลาตินทีตัวพิมพ์เล็กมีเซดีลลา","Latin capital letter t with caron":"ตัวอักษรลาตินทีตัวพิมพ์ใหญ่มีคารอน","Latin small letter t with caron":"ตัวอักษรลาตินทีตัวพิมพ์เล็กมีคารอน","Latin capital letter t with stroke":"ตัวอักษรลาตินทีตัวพิมพ์ใหญ่มีสโตรก","Latin small letter t with stroke":"ตัวอักษรลาตินทีตัวพิมพ์เล็กมีสโตรก","Latin capital letter u with tilde":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีทิลด์","Latin small letter u with tilde":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีทิลด์","Latin capital letter u with macron":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีมาครอน","Latin small letter u with macron":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีมาครอน","Latin capital letter u with breve":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีเบรฟ","Latin small letter u with breve":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีเบรฟ","Latin capital letter u with ring above":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีแหวนข้างบน","Latin small letter u with ring above":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีแหวนข้างบน","Latin capital letter u with double acute":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีดับเบิลอะคิวต์","Latin small letter u with double acute":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีดับเบิลอะคิวต์","Latin capital letter u with ogonek":"ตัวอักษรลาตินยูตัวพิมพ์ใหญ่มีโอโกเนก","Latin small letter u with ogonek":"ตัวอักษรลาตินยูตัวพิมพ์เล็กมีโอโกเนก","Latin capital letter w with circumflex":"ตัวอักษรลาตินดับเบิลยูตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter w with circumflex":"ตัวอักษรลาตินดับเบิลยูตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter y with circumflex":"ตัวอักษรลาตินวายตัวพิมพ์ใหญ่มีเซอร์คัมเฟล็กซ์","Latin small letter y with circumflex":"ตัวอักษรลาตินวายตัวพิมพ์เล็กมีเซอร์คัมเฟล็กซ์","Latin capital letter y with diaeresis":"ตัวอักษรลาตินวายตัวพิมพ์ใหญ่มีไดอาเรซิส","Latin capital letter z with acute":"ตัวอักษรลาตินแซดตัวพิมพ์ใหญ่มีอะคิวต์","Latin small letter z with acute":"ตัวอักษรลาตินแซดตัวพิมพ์เล็กมีอะคิวต์","Latin capital letter z with dot above":"ตัวอักษรลาตินแซดตัวพิมพ์ใหญ่มีจุดข้างบน","Latin small letter z with dot above":"ตัวอักษรลาตินแซดตัวพิมพ์เล็กมีจุดข้างบน","Latin capital letter z with caron":"ตัวอักษรลาตินแซดตัวพิมพ์ใหญ่มีคารอน","Latin small letter z with caron":"ตัวอักษรลาตินแซดตัวพิมพ์เล็กมีคารอน","Latin small letter long s":"ตัวอักษรลาตินเล็กเอสยาว","Less-than sign":"สัญลักษณ์น้อยกว่า","Greater-than sign":"สัญลักษณ์มากกว่า","Less-than or equal to":"น้อยกว่าหรือเท่ากับ","Greater-than or equal to":"มากกว่าหรือเท่ากับ","En dash":"ขีด","Em dash":"ขีดยาว",Macron:"มาครอน",Overline:"ขีดบน","Degree sign":"สัญลักษณ์องศา","Minus sign":"สัญลักษณ์ลบ","Plus-minus sign":"สัญลักษณ์บวกลบ","Division sign":"สัญลักษณ์หาร","Fraction slash":"ขีดแบ่ง","Multiplication sign":"สัญลักษณ์คูณ","Latin small letter f with hook":"ตัวอักษรลาตินเอฟเล็กมีตะขอ",Integral:"อินทิกรัล","N-ary summation":"ผลรวมเอ็นเรย์",Infinity:"อนันต์","Square root":"รากที่สอง","Tilde operator":"ตัวปฏิบัติการทิลด์","Approximately equal to":"ประมาณเท่ากับ","Almost equal to":"เกือบเท่ากับ","Not equal to":"ไม่เท่ากับ","Identical to":"เหมือนกับ","Element of":"องค์ประกอบของ","Not an element of":"ไม่ใช่องค์ประกอบของ","Contains as member":"มีเป็นสมาชิก","N-ary product":"ผลคูณเอ็นเรย์","Logical and":"ตรรกะและ","Logical or":"ตรรกะหรือ","Not sign":"สัญลักษณ์ไม่ใช่",Intersection:"อินเตอร์เซกชัน",Union:"ยูเนียน","Partial differential":"อนุพันธ์ย่อย","For all":"สำหรับทั้งหมด","There exists":"มีอยู่","Empty set":"เซตว่าง",Nabla:"นาบลา","Asterisk operator":"ตัวปฏิบัติการดอกจัน","Proportional to":"สัดส่วนกับ",Angle:"มุม","Vulgar fraction one quarter":"เศษหนึ่งส่วนสี่","Vulgar fraction one half":"เศษหนึ่งส่วนสอง","Vulgar fraction three quarters":"เศษหนึ่งส่วนสาม","Single left-pointing angle quotation mark":"อัญประกาศเดี่ยวเอียงซ้าย","Single right-pointing angle quotation mark":"อัญประกาศเดี่ยวเอียงขวา","Left-pointing double angle quotation mark":"อัญประกาศคู่เอียงซ้าย","Right-pointing double angle quotation mark":"อัญประกาศคู่เอียงขวา","Left single quotation mark":"อัญประกาศเดี่ยวด้านซ้าย","Right single quotation mark":"อัญประกาศเดี่ยวด้านขวา","Left double quotation mark":"อัญประกาศคู่ด้านซ้าย","Right double quotation mark":"อัญประกาศคู่ด้านขวา","Single low-9 quotation mark":"อัญประกาศเดี่ยวมีหัวด้านล่าง","Double low-9 quotation mark":"อัญประกาศคู่มีหัวด้านล่าง","Inverted exclamation mark":"อัศเจรีย์กลับหัว","Inverted question mark":"ปรัศนีกลับหัว","Two dot leader":"สองจุดนำ","Horizontal ellipsis":"จุดไข่ปลาแนวนอน","Double dagger":"กริชซ้อน","Per mille sign":"สัญลักษณ์ต่อพัน","Per ten thousand sign":"สัญลักษณ์ต่อหมื่น","Double exclamation mark":"เครื่องหมายอัศเจรีย์คู่","Question exclamation mark":"เครื่องหมายปรัศนีอัศเจรีย์","Exclamation question mark":"เครื่องหมายอัศเจรีย์ปรัศนี","Double question mark":"เครื่องหมายปรัศนีคู่","Copyright sign":"สัญลักษณ์ลิขสิทธิ์","Registered sign":"สัญลักษณ์จดทะเบียน","Trade mark sign":"สัญลักษณ์เครื่องหมายการค้า","Section sign":"สัญลักษณ์มาตรา","Paragraph sign":"สัญลักษณ์ย่อหน้า","Reversed paragraph sign":"สัญลักษณ์ย่อหน้ากลับหัว","Character categories":"หมวดหมู่อักขระ",Styles:"รูปแบบ","Multiple styles":"มีหลายรูปแบบ","Block styles":"รูปแบบบล็อก","Text styles":"รูปแบบข้อความ","Insert table":"แทรกตาราง","Header column":"หัวข้อคอลัมน์","Insert column left":"แทรกคอลัมน์ทางซ้าย","Insert column right":"แทรกคอลัมน์ทางขวา","Delete column":"ลบคอลัมน์","Select column":"เลือกคอลัมน์",Column:"คอลัมน์","Header row":"ส่วนหัวแถว","Insert row below":"แทรกส่วนหัวด้านล่าง","Insert row above":"แทรกส่วนหัวด้านบน","Delete row":"ลบแถว","Select row":"เลือกแถว",Row:"แถว","Merge cell up":"ผสานเซลล์ด้านบน","Merge cell right":"ผสานเซลล์ด้านขวา","Merge cell down":"ผสานเซลล์ด้านล่าง","Merge cell left":"ผสานเซลล์ด้านซ้าย","Split cell vertically":"แยกเซลล์แนวตั้ง","Split cell horizontally":"แยกเซลล์แนวนอน","Merge cells":"ผสานเซลล์","Table toolbar":"เครื่องมือตาราง","Table properties":"คุณสมบัติของตาราง","Cell properties":"คุณสมบัติของเซลล์",Border:"เส้นขอบ",Style:"รูปแบบ",Width:"ความกว้าง",Height:"ความสูง",Color:"สี",Background:"พื้นหลัง",Padding:"การเสริมเต็ม",Dimensions:"ขนาด","Table cell text alignment":"การจัดตำแหน่งข้อความของเซลล์ตาราง",Alignment:"การจัดตำแหน่ง","Horizontal text alignment toolbar":"แถบเครื่องมือจัดตำแหน่งข้อความในแนวนอน","Vertical text alignment toolbar":"แถบเครื่องมือจัดตำแหน่งข้อความแนวตั้ง","Table alignment toolbar":"แถบเครื่องมือจัดตำแหน่งตาราง",None:"ไม่มี",Solid:"เส้นทึบ",Dotted:"เส้นไข่ปลา",Dashed:"เส้นประ",Double:"คู่",Groove:"ร่อง",Ridge:"สัน",Inset:"ยุบ",Outset:"นูน","Align cell text to the left":"จัดตำแหน่งข้อความของเซลล์ชิดซ้าย","Align cell text to the center":"จัดตำแหน่งข้อความของเซลล์ไว้กึ่งกลาง","Align cell text to the right":"จัดตำแหน่งข้อความของเซลล์ชิดขวา","Justify cell text":"จัดขอบข้อความของเซลล์ให้กระจายเต็มแนว","Align cell text to the top":"จัดตำแหน่งข้อความของเซลล์ชิดด้านบน","Align cell text to the middle":"จัดตำแหน่งข้อความของเซลล์ไว้กึ่งกลาง","Align cell text to the bottom":"จัดตำแหน่งข้อความของเซลล์ชิดด้านล่าง","Align table to the left":"จัดตำแหน่งตารางชิดด้านซ้าย","Center table":"จัดตำแหน่งตารางไว้ตรงกลาง","Align table to the right":"จัดตำแหน่งตารางชิดด้านขวา","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"สีไม่ถูกต้อง ลอง \"#FF0000\" หรือ \"rgb(255,0,0)\" หรือ \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"ค่าไม่ถูกต้อง ลอง \"10px\" หรือ \"2em\" หรือแค่เพียง \"2\"","Color picker":"เครื่องมือเลือกสี","Toggle caption off":"ปิดคำอธิบายภาพ","Toggle caption on":"เปิดคำอธิบายภาพ","Enter table caption":"ป้อนคำบรรยายตาราง","Rich Text Editor":"โปรแกรมแก้ไข Rich Text","Editor editing area: %0":"พื้นที่แก้ไขของตัวแก้ไข: %0","Edit block":"แก้ไขบล็อก",Next:"ถัดไป",Previous:"ก่อนหน้า","Editor toolbar":"แถบเครื่องมือแก้ไข","Dropdown toolbar":"แถบเครื่องมือแบบเลื่อนลง",Black:"สีดำ","Dim grey":"สีเทาเข้ม",Grey:"สีเทา","Light grey":"สีเทาอ่อน",White:"สีขาว",Red:"สีแดง",Orange:"สีส้ม",Yellow:"สีเหลือง","Light green":"สีเขียวอ่อน",Green:"สีเขียว",Aquamarine:"พลอยสีฟ้า",Turquoise:"สีเขียวขุ่น","Light blue":"สีฟ้า",Blue:"สีน้ำเงิน",Purple:"สีม่วง","Editor block content toolbar":"แถบเครื่องมือแก้ไขบล็อกเนื้อหา","Editor contextual toolbar":"แถบเครื่องมือแก้ไขข้อความ",HEX:"HEX",Accept:"ยอมรับ",Undo:"ย้อนกลับ",Redo:"ทำซ้ำ","Upload in progress":"กำลังดำเนินการอัปโหลด","Widget toolbar":"แถมเครื่องมือวิดเจ็ต","Insert paragraph before block":"แทรกย่อหน้าก่อนบล็อก","Insert paragraph after block":"แทรกย่อหน้าหลังบล็อก","Press Enter to type after or press Shift + Enter to type before the widget":"กด Enter เพื่อพิมพ์หลังจาก หรือกด Shift + Enter เพื่อพิมพ์ก่อนหน้าวิดเจ็ต","Words: %0":"คำ: %0","Characters: %0":"ตัวอักษร: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tk.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tk.js index e8c8b93976ac..b48a6a8ab31f 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tk.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tk.js @@ -1 +1 @@ -(function(d){ const l = d['tk'] = d['tk'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Çepe deňleşdiriň","Align right":"Saga deňleşdiriň","Align center":"Merkeze deňleşdir",Justify:"Akla","Text alignment":"Tekstiň deňleşdirilmegi","Text alignment toolbar":"Teksti deňleşdirmek gurallar paneli",Bold:"Galyň",Italic:"Italik",Underline:"Aşagy çyzykly",Code:"Kod",Strikethrough:"Üsti çyzykly",Subscript:"Aşaky ýazgy",Superscript:"Üst ýazgy","Block quote":"Sitata blokirläň","Insert code block":"Kod blogyna goýuň","Plain text":"Düz tekst",Cancel:"Ýatyr","Remove color":"Reňki aýyryň","Restore default":"",Save:"Saklaň","Show more items":"Has köp zady görkeziň","%0 of %1":"%1-iň %0-i","Cannot upload file:":"Faýl ýükläp bolmady:","Rich Text Editor. Editing area: %0":"",Paragraph:"Abzas",Heading:"Sözbaşy","Choose heading":"Sözbaşy saýlaň","Heading 1":"Sözbaşy 1","Heading 2":"Sözbaşy 2","Heading 3":"Sözbaşy 3","Heading 4":"Sözbaşy 4","Heading 5":"Sözbaşy 5","Heading 6":"Sözbaşy 6","Type your title":"Sözbaşyny ýazyň","Type or paste your content here.":"Mazmunyňyzy şu ýere ýazyň ýa-da goýuň.","Horizontal line":"Gorizontal çyzyk","Increase indent":"Indent köpeltmek","Decrease indent":"Indent peseltmek",Unlink:"Baglanyşygy aýyr",Link:"Baglanyşyk","Link URL":"URL baglanyşygy","Link image":"Surat baglanyşygy","Edit link":"Baglanyşygy üýtget","Open link in new tab":"Täze goýmada baglanyşyk açyň","This link has no URL":"Bu baglanyşykda URL ýok","Open in a new tab":"Täze goýmada açyň",Downloadable:"Göçürip alyp bolýar","Numbered List":"Sanly sanaw","Bulleted List":"Bullet sanawy","To-do List":"Edilmeli işleriň sanawy","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"Formaty aýyryň","Select all":"Ählisini saýla","Special characters":"Ýörite nyşanlar",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"çepe tarap goşa ok","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"Iki nokat nyşany","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"","Insert table":"Tablisa goýuň","Header column":"Sözbaşy sütüni","Insert column left":"Sütüni çepe goýuň","Insert column right":"Sütüni saga goýuň","Delete column":"Sütüni pozuň","Select column":"Sütün saýlaň",Column:"Sütün","Header row":"Sözbaşy hatary","Insert row below":"Hatary aşak goýuň","Insert row above":"Hatary ýokaryk goýuň","Delete row":"Setiri poz","Select row":"Setir saýlaň",Row:"Setir","Merge cell up":"Öýjügi ýokary birleşdiriň","Merge cell right":"Öýjügi saga birleşdiriň","Merge cell down":"Öýjügi aşak birleşdiriň","Merge cell left":"Öýjügi çepe birleşdiriň","Split cell vertically":"Öýjügi dikligine bölüň","Split cell horizontally":"Öýjügi keseligine bölüň","Merge cells":"Öýjükleri birleşdiriň","Table toolbar":"Tablisa gurallar paneli","Table properties":"Tablisa aýratynlyklary","Cell properties":"Öýjük aýratynlyklary",Border:"Serhet",Style:"Stil",Width:"Ini",Height:"Boý",Color:"Reňk",Background:"Arka",Padding:"Padding",Dimensions:"Ölçegleri","Table cell text alignment":"Tablisa öýjükleriniň tekstini deňleşdirmek",Alignment:"Deňleşdirmek","Horizontal text alignment toolbar":"Kese tekst tekizlemek gurallar paneli","Vertical text alignment toolbar":"Dik tekst tekizlemek gurallar paneli","Table alignment toolbar":"Tablisa deňleşdirmek gurallar paneli",None:"Hiç",Solid:"Gaty",Dotted:"Nokatly",Dashed:"Çyzykly",Double:"Goşa",Groove:"Groove",Ridge:"Kertik",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Öýjük tekstini çepe deňleşdiriň","Align cell text to the center":"Öýjük tekstini merkeze deňleşdiriň","Align cell text to the right":"Öýjük tekstini saga deňleşdiriň","Justify cell text":"Öýjük tekstini esaslandyryň","Align cell text to the top":"Öýjük tekstini ýokarsyna deňleşdiriň","Align cell text to the middle":"Öýjük tekstini ortasyna deňleşdiriň","Align cell text to the bottom":"Öýjük tekstini aşagyna deňleşdiriň","Align table to the left":"Tablisany çepe deňleşdiriň","Center table":"Tablisany merkezleşdiriň","Align table to the right":"Tablisany sag tarapa deňleşdiriň","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Reňki nädogry \"#FF0000\" ýa-da \"rgb(255,0,0)\" ýa-da \"gyzyl\" barlap görüň.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Baha nädogry \"10px\" ýa-da \"2em\" ýa-da diňe \"2\" barlap görüň.","Color picker":"Reňk saýlaýjy","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Baý Tekst Redaktory","Editor editing area: %0":"","Edit block":"Bloky redaktirläň",Next:"Indiki",Previous:"Öňki","Editor toolbar":"Redaktor gurallar paneli","Dropdown toolbar":"Açylýan gurallar paneli",Black:"Gara","Dim grey":"Goýy çal",Grey:"Çal","Light grey":"Açyk çal",White:"Ak",Red:"Gyzyl",Orange:"Mämişi",Yellow:"Sary","Light green":"Açyk ýaşyl",Green:"Ýaşyl",Aquamarine:"Akuamarin",Turquoise:"Turkuaz","Light blue":"Açyk gök",Blue:"Gök",Purple:"Gyrmyzy","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"Yza gaýtar",Redo:"Öňe gaýtar","Upload in progress":"Ýüklemek dowam edýär","Widget toolbar":"Widget gurallar paneli","Insert paragraph before block":"Blokdan öň abzas goýuň","Insert paragraph after block":"Blokdan soň abzas goýuň","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"Sözler: %0","Characters: %0":"Nyşanlar: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['tk'] = d['tk'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Çepe deňleşdiriň","Align right":"Saga deňleşdiriň","Align center":"Merkeze deňleşdir",Justify:"Akla","Text alignment":"Tekstiň deňleşdirilmegi","Text alignment toolbar":"Teksti deňleşdirmek gurallar paneli",Bold:"Galyň",Italic:"Italik",Underline:"Aşagy çyzykly",Code:"Kod",Strikethrough:"Üsti çyzykly",Subscript:"Aşaky ýazgy",Superscript:"Üst ýazgy","Block quote":"Sitata blokirläň","Insert code block":"Kod blogyna goýuň","Plain text":"Düz tekst",Cancel:"Ýatyr","Remove color":"Reňki aýyryň","Restore default":"",Save:"Saklaň","Show more items":"Has köp zady görkeziň","%0 of %1":"%1-iň %0-i","Cannot upload file:":"Faýl ýükläp bolmady:","Rich Text Editor. Editing area: %0":"",Paragraph:"Abzas",Heading:"Sözbaşy","Choose heading":"Sözbaşy saýlaň","Heading 1":"Sözbaşy 1","Heading 2":"Sözbaşy 2","Heading 3":"Sözbaşy 3","Heading 4":"Sözbaşy 4","Heading 5":"Sözbaşy 5","Heading 6":"Sözbaşy 6","Type your title":"Sözbaşyny ýazyň","Type or paste your content here.":"Mazmunyňyzy şu ýere ýazyň ýa-da goýuň.","Horizontal line":"Gorizontal çyzyk","Increase indent":"Indent köpeltmek","Decrease indent":"Indent peseltmek",Unlink:"Baglanyşygy aýyr",Link:"Baglanyşyk","Link URL":"URL baglanyşygy","Link image":"Surat baglanyşygy","Edit link":"Baglanyşygy üýtget","Open link in new tab":"Täze goýmada baglanyşyk açyň","This link has no URL":"Bu baglanyşykda URL ýok","Open in a new tab":"Täze goýmada açyň",Downloadable:"Göçürip alyp bolýar","Numbered List":"Sanly sanaw","Bulleted List":"Bullet sanawy","To-do List":"Edilmeli işleriň sanawy","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"Formaty aýyryň","Select all":"Ählisini saýla","Special characters":"Ýörite nyşanlar",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"çepe tarap goşa ok","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"Iki nokat nyşany","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"","Insert table":"Tablisa goýuň","Header column":"Sözbaşy sütüni","Insert column left":"Sütüni çepe goýuň","Insert column right":"Sütüni saga goýuň","Delete column":"Sütüni pozuň","Select column":"Sütün saýlaň",Column:"Sütün","Header row":"Sözbaşy hatary","Insert row below":"Hatary aşak goýuň","Insert row above":"Hatary ýokaryk goýuň","Delete row":"Setiri poz","Select row":"Setir saýlaň",Row:"Setir","Merge cell up":"Öýjügi ýokary birleşdiriň","Merge cell right":"Öýjügi saga birleşdiriň","Merge cell down":"Öýjügi aşak birleşdiriň","Merge cell left":"Öýjügi çepe birleşdiriň","Split cell vertically":"Öýjügi dikligine bölüň","Split cell horizontally":"Öýjügi keseligine bölüň","Merge cells":"Öýjükleri birleşdiriň","Table toolbar":"Tablisa gurallar paneli","Table properties":"Tablisa aýratynlyklary","Cell properties":"Öýjük aýratynlyklary",Border:"Serhet",Style:"Stil",Width:"Ini",Height:"Boý",Color:"Reňk",Background:"Arka",Padding:"Padding",Dimensions:"Ölçegleri","Table cell text alignment":"Tablisa öýjükleriniň tekstini deňleşdirmek",Alignment:"Deňleşdirmek","Horizontal text alignment toolbar":"Kese tekst tekizlemek gurallar paneli","Vertical text alignment toolbar":"Dik tekst tekizlemek gurallar paneli","Table alignment toolbar":"Tablisa deňleşdirmek gurallar paneli",None:"Hiç",Solid:"Gaty",Dotted:"Nokatly",Dashed:"Çyzykly",Double:"Goşa",Groove:"Groove",Ridge:"Kertik",Inset:"Inset",Outset:"Outset","Align cell text to the left":"Öýjük tekstini çepe deňleşdiriň","Align cell text to the center":"Öýjük tekstini merkeze deňleşdiriň","Align cell text to the right":"Öýjük tekstini saga deňleşdiriň","Justify cell text":"Öýjük tekstini esaslandyryň","Align cell text to the top":"Öýjük tekstini ýokarsyna deňleşdiriň","Align cell text to the middle":"Öýjük tekstini ortasyna deňleşdiriň","Align cell text to the bottom":"Öýjük tekstini aşagyna deňleşdiriň","Align table to the left":"Tablisany çepe deňleşdiriň","Center table":"Tablisany merkezleşdiriň","Align table to the right":"Tablisany sag tarapa deňleşdiriň","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Reňki nädogry \"#FF0000\" ýa-da \"rgb(255,0,0)\" ýa-da \"gyzyl\" barlap görüň.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Baha nädogry \"10px\" ýa-da \"2em\" ýa-da diňe \"2\" barlap görüň.","Color picker":"Reňk saýlaýjy","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Baý Tekst Redaktory","Editor editing area: %0":"","Edit block":"Bloky redaktirläň",Next:"Indiki",Previous:"Öňki","Editor toolbar":"Redaktor gurallar paneli","Dropdown toolbar":"Açylýan gurallar paneli",Black:"Gara","Dim grey":"Goýy çal",Grey:"Çal","Light grey":"Açyk çal",White:"Ak",Red:"Gyzyl",Orange:"Mämişi",Yellow:"Sary","Light green":"Açyk ýaşyl",Green:"Ýaşyl",Aquamarine:"Akuamarin",Turquoise:"Turkuaz","Light blue":"Açyk gök",Blue:"Gök",Purple:"Gyrmyzy","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"Yza gaýtar",Redo:"Öňe gaýtar","Upload in progress":"Ýüklemek dowam edýär","Widget toolbar":"Widget gurallar paneli","Insert paragraph before block":"Blokdan öň abzas goýuň","Insert paragraph after block":"Blokdan soň abzas goýuň","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"Sözler: %0","Characters: %0":"Nyşanlar: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tr.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tr.js index c73cc79b16ab..e0a816f97e7d 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tr.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tr.js @@ -1 +1 @@ -(function(d){ const l = d['tr'] = d['tr'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Sola hizala","Align right":"Sağa hizala","Align center":"Ortala",Justify:"İki yana yasla","Text alignment":"Yazı hizalama","Text alignment toolbar":"Yazı Hizlama Araç Çubuğu",Bold:"Kalın",Italic:"İtalik",Underline:"Altı Çizgili",Code:"Kod",Strikethrough:"Üstü çizili",Subscript:"Alt Simge",Superscript:"Üst Simge","Block quote":"Alıntı","Insert code block":"Kod bloğu ekle","Plain text":"Düz metin",Cancel:"İptal","Remove color":"Rengi Sil","Restore default":"Varsayılanı geri yükle",Save:"Kaydet","Show more items":"Daha fazla öğe göster","%0 of %1":"%0/%1","Cannot upload file:":"Dosya yüklenemedi:","Rich Text Editor. Editing area: %0":"Zengin Metin Editörü.Düzenleme alanı: %0","Find and replace":"Bul ve değiştir","Find in text…":"Metinde bul...",Find:"Bul","Previous result":"Önceki sonuç","Next result":"Sonraki sonuç",Replace:"Değiştir","Replace all":"Hepsini değiştir","Match case":"Büyük küçük harfe duyarlı","Whole words only":"Sadece bütün kelimeler","Replace with…":"Şununla değiştir...","Text to find must not be empty.":"Bulunacak metin boş bırakılmamalıdır.","Tip: Find some text first in order to replace it.":"İpucu: Değiştirmek için önce bir metin bul.","Show options":"Seçenekleri göster",Paragraph:"Paragraf",Heading:"Başlık","Choose heading":"Başlık tipi seç","Heading 1":"1. Seviye Başlık","Heading 2":"2. Seviye Başlık","Heading 3":"3. Seviye Başlık","Heading 4":"4. Seviye Başlık","Heading 5":"5. Seviye Başlık","Heading 6":"6. Seviye Başlık","Type your title":"Başlığınızı yazınız","Type or paste your content here.":"İçeriğinizi buraya yapıştırın yada yazın.","Horizontal line":"Yatay çiizgi","HTML object":"HTML nesnesi","Increase indent":"Girintiyi arttır","Decrease indent":"Girintiyi azalt",Unlink:"Bağlantıyı kaldır",Link:"Bağlantı","Link URL":"Bağlantı Adresi","Link image":"Resim bağlantısı","Edit link":"Bağlantıyı değiştir","Open link in new tab":"Yeni sekmede aç","This link has no URL":"Bağlantı adresi yok","Open in a new tab":"Yeni sekmede aç",Downloadable:"İndirilebilir","Numbered List":"Numaralı Liste","Bulleted List":"Simgeli Liste","To-do List":"Yapılacaklar Listesi","Bulleted list styles toolbar":"Madde işaretli liste stilleri araç çubuğu","Numbered list styles toolbar":"Numaralandırılmış liste stilleri araç çubuğu","Toggle the disc list style":"Disk liste stilini değiştir","Toggle the circle list style":"Çember liste stilini değiştir","Toggle the square list style":"Kare liste stilini değiştir","Toggle the decimal list style":"Ondalık liste stilini değiştir","Toggle the decimal with leading zero list style":"0'la başlayan ondalık liste stilini değiştir","Toggle the lower–roman list style":"Küçük Roma rakamları liste stilini değiştir","Toggle the upper–roman list style":"Büyük Roma rakamları liste stilini değiştir","Toggle the lower–latin list style":"Küçük Latin harfleri liste stilini değiştir","Toggle the upper–latin list style":"Büyük Latin harfleri liste stilini değiştir",Disc:"Disk",Circle:"Çember",Square:"Kare",Decimal:"Ondalık","Decimal with leading zero":"0'la başlayan ondalık","Lower–roman":"Küçük Roma rakamları","Upper-roman":"Büyük Roma rakamları","Lower-latin":"Küçük Latin harfleri","Upper-latin":"Büyük Latin harfleri","List properties":"Liste özellikleri","Start at":"Şununla başla","Start index must be greater than 0.":"Başlangıç dizini 0'dan büyük olmalıdır.","Reversed order":"Ters sıralama","Remove Format":"Biçimlendirmeyi Kaldır","Select all":"Hepsini seç",Source:"Kaynak","Special characters":"Özel karakterler",All:"Tümü",Arrows:"Oklar",Currency:"Para Birimi",Latin:"Latince",Mathematical:"Matematiksel",Text:"Metin","leftwards simple arrow":"sola doğru basit ok","rightwards simple arrow":"sağa doğru basit ok","upwards simple arrow":"yukarı doğru basit ok","downwards simple arrow":"aşağı doğru basit ok","leftwards double arrow":"sola çift ok","rightwards double arrow":"sağa çift ok","upwards double arrow":"yukarı çift ok","downwards double arrow":"aşağı çift ok","leftwards dashed arrow":"sola kesik çizgili ok","rightwards dashed arrow":"sağa kesik çizgili ok","upwards dashed arrow":"yukarı doğru kesik ok","downwards dashed arrow":"aşağı doğru kesik ok","leftwards arrow to bar":"sola ok çubuğu","rightwards arrow to bar":"sağa ok çubuğu","upwards arrow to bar":"yukarı ok çubuğu","downwards arrow to bar":"aşağı ok çubuğu","up down arrow with base":"taban ile yukarı aşağı ok","back with leftwards arrow above":"geri sol ok yukarıda","end with leftwards arrow above":"sona sol ok yukarıda","on with exclamation mark with left right arrow above":"üzerinde sol sağ ok bulunan ünlem işaretiyle","soon with rightwards arrow above":"yakında sağ ok ile","top with upwards arrow above":"en üst yukarı oku","Dollar sign":"Dolar işareti","Euro sign":"Avro işareti","Yen sign":"Yen işareti","Pound sign":"Sterlin işareti","Cent sign":"Kuruş işareti","Euro-currency sign":"Avro para birimi simgesi","Colon sign":"İki nokta üst üste işareti","Cruzeiro sign":"Cruzeiro işareti","French franc sign":"Fransız Frangı işareti","Lira sign":"Lira işareti","Currency sign":"Para birimi işareti","Bitcoin sign":"Bitcoin işareti","Mill sign":"Mill işareti","Naira sign":"Naira işareti","Peseta sign":"Peseta işareti","Rupee sign":"Rupi işareti","Won sign":"Kazanılan işaret","New sheqel sign":"Yeni şekel işareti","Dong sign":"Dong işareti","Kip sign":"Kip işareti","Tugrik sign":"Tugrik işareti","Drachma sign":"Drahmisi işareti","German penny sign":"Alman kuruş işareti","Peso sign":"Peso işareti","Guarani sign":"Guarani işareti","Austral sign":"Austral işareti","Hryvnia sign":"Grivnası işareti","Cedi sign":"Cedi işareti","Livre tournois sign":"Livre tournois işareti","Spesmilo sign":"Spesmilo işareti","Tenge sign":"Tenge işareti","Indian rupee sign":"Hint Rupisi işareti","Turkish lira sign":"Türk Lirası işareti","Nordic mark sign":"İskandinav işareti","Manat sign":"Manat işareti","Ruble sign":"Ruble işareti","Latin capital letter a with macron":"Üstü çizili büyük a harfi","Latin small letter a with macron":"Üstü çizili küçük a harfi","Latin capital letter a with breve":"Üstü yuvarlak büyük a harfi","Latin small letter a with breve":"Üstü yuvarlak küçük a harfi","Latin capital letter a with ogonek":"Altı kuyruklu işaretli büyük a harfi","Latin small letter a with ogonek":"Altı kuyruklu işaretli küçük a harfi","Latin capital letter c with acute":"Üzeri tırnaklı büyük c harfi","Latin small letter c with acute":"Üzeri tırnaklı küçük c harfi","Latin capital letter c with circumflex":"Üzeri şapkalı büyük c harfi","Latin small letter c with circumflex":"Üzeri şapkalı küçük c harfi","Latin capital letter c with dot above":"Üstü noktalı büyük c harfi","Latin small letter c with dot above":"Üstü noktalı küçük c harfi","Latin capital letter c with caron":"Üstü ters şapkalı büyük c harfi","Latin small letter c with caron":"Üstü ters şapkalı küçük c harfi","Latin capital letter d with caron":"Üstü ters şapkalı büyük d harfi","Latin small letter d with caron":"Üstü ters şapkalı küçük d harfi","Latin capital letter d with stroke":"Ortası çizgili büyük d harfi","Latin small letter d with stroke":"Ortası çizgili küçük d harfi","Latin capital letter e with macron":"Üstü çizili büyük e harfi","Latin small letter e with macron":"Üstü çizili küçük e harfi","Latin capital letter e with breve":"Üstü ters şapkalı büyük e harfi","Latin small letter e with breve":"Üstü ters şapkalı küçük e harfi","Latin capital letter e with dot above":"Üstü noktalı büyük e harfi","Latin small letter e with dot above":"Üstü noktalı küçük e harfi","Latin capital letter e with ogonek":"Altı kuyruklu büyük e harfi","Latin small letter e with ogonek":"Altı kuyruklu küçük e harfi","Latin capital letter e with caron":"Üstü ters şapkalı büyük e harfi","Latin small letter e with caron":"Üstü ters şapkalı küçük e harfi","Latin capital letter g with circumflex":"Üzeri şapkalı büyük g harfi","Latin small letter g with circumflex":"Üzeri şapkalı küçük g harfi","Latin capital letter g with breve":"Üstü ters şapkalı büyük g harfi","Latin small letter g with breve":"Üstü ters şapkalı küçük g harfi","Latin capital letter g with dot above":"Üstü noktalı büyük g harfi","Latin small letter g with dot above":"Üstü noktalı küçük g harfi","Latin capital letter g with cedilla":"Altı kuyruklu büyük g harfi","Latin small letter g with cedilla":"Altı kuyruklu küçük g harfi","Latin capital letter h with circumflex":"Üzeri şapkalı büyük h harfi","Latin small letter h with circumflex":"Üzeri şapkalı küçük g harfi","Latin capital letter h with stroke":"Üst kısmı çizgili büyük h harfi","Latin small letter h with stroke":"Üst kısmı çizgili küçük h harfi","Latin capital letter i with tilde":"Üstü tilda işaretli büyük i harfi","Latin small letter i with tilde":"Üstü tilda işaretli küçük i harfi","Latin capital letter i with macron":"Üstü çizili büyük i harfi","Latin small letter i with macron":"Üstü çizili küçük i harfi","Latin capital letter i with breve":"Üstü ters şapkalı büyük i harfi","Latin small letter i with breve":"Üstü ters şapkalı küçük i harfi","Latin capital letter i with ogonek":"Altı kuyruklu büyük i harfi","Latin small letter i with ogonek":"Altı kuyruklu küçük i harfi","Latin capital letter i with dot above":"Üstü noktalı büyük i harfi","Latin small letter dotless i":"Noktası küçük i harfi","Latin capital ligature ij":"Büyük ij harfi","Latin small ligature ij":"Küçük ij harfi","Latin capital letter j with circumflex":"Üzeri şapkalı büyük j harfi","Latin small letter j with circumflex":"Üzeri şapkalı küçük j harfi","Latin capital letter k with cedilla":"Altı kuyruklu büyük k harfi","Latin small letter k with cedilla":"Altı kuyruklu küçük k harfi","Latin small letter kra":"Küçük küt k harfi","Latin capital letter l with acute":"Üzeri tırnaklı büyük L harfi","Latin small letter l with acute":"Üzeri tırnaklı küçük L harfi","Latin capital letter l with cedilla":"Altı kuyruklu büyük L harfi","Latin small letter l with cedilla":"Altı kuyruklu küçük L harfi","Latin capital letter l with caron":"Üstü ters şapkalı büyük L harfi","Latin small letter l with caron":"Üstü ters şapkalı küçük L harfi","Latin capital letter l with middle dot":"Ortası noktalı büyük L harfi","Latin small letter l with middle dot":"Ortası noktalı küçük L harfi","Latin capital letter l with stroke":"Üst kısmı çizgili büyük L harfi","Latin small letter l with stroke":"Üst kısmı çizgili küçük L harfi","Latin capital letter n with acute":"Üzeri tırnaklı büyük n harfi","Latin small letter n with acute":"Üzeri tırnaklı küçük n harfi","Latin capital letter n with cedilla":"Altı kuyruklu büyük n harfi","Latin small letter n with cedilla":"Altı kuyruklu küçük n harfi","Latin capital letter n with caron":"Üstü ters şapkalı büyük n harfi","Latin small letter n with caron":"Üstü ters şapkalı küçük n harfi","Latin small letter n preceded by apostrophe":"Önden apostrof küçük n harfi","Latin capital letter eng":"Alttan kuyruklu büyük n harfi","Latin small letter eng":"Alttan kuyruklu küçük n harfi","Latin capital letter o with macron":"Üstü çizili büyük o harfi","Latin small letter o with macron":"Üstü çizili küçük o harfi","Latin capital letter o with breve":"Üstü ters şapkalı büyük o harfi","Latin small letter o with breve":"Üstü ters şapkalı küçük o harfi","Latin capital letter o with double acute":"Üstü çift tırnaklı büyük o harfi","Latin small letter o with double acute":"Üstü çift tırnaklı küçük o harfi","Latin capital ligature oe":"Büyük yunan OE harfi","Latin small ligature oe":"Küçük yunan OE harfi","Latin capital letter r with acute":"Üzeri tırnaklı büyük r harfi","Latin small letter r with acute":"Üzeri tırnaklı küçük r harfi","Latin capital letter r with cedilla":"Altı kuyruklu büyük r harfi","Latin small letter r with cedilla":"Altı kuyruklu küçük r harfi","Latin capital letter r with caron":"Üstü ters şapkalı büyük r harfi","Latin small letter r with caron":"Üstü ters şapkalı küçük r harfi","Latin capital letter s with acute":"Üzeri tırnaklı büyük s harfi","Latin small letter s with acute":"Üzeri tırnaklı küçük s harfi","Latin capital letter s with circumflex":"Üzeri şapkalı büyük s harfi","Latin small letter s with circumflex":"Üzeri şapkalı küçük s harfi","Latin capital letter s with cedilla":"Altı kuyruklu büyük s harfi","Latin small letter s with cedilla":"Altı kuyruklu küçük s harfi","Latin capital letter s with caron":"Üstü ters şapkalı büyük s harfi","Latin small letter s with caron":"Üstü ters şapkalı küçük s harfi","Latin capital letter t with cedilla":"Altı kuyruklu büyük t harfi","Latin small letter t with cedilla":"Altı kuyruklu küçük t harfi","Latin capital letter t with caron":"Üstü ters şapkalı büyük t harfi","Latin small letter t with caron":"Üstü ters şapkalı küçük t harfi","Latin capital letter t with stroke":"Üst kısmı çizgili büyük t harfi","Latin small letter t with stroke":"Üst kısmı çizgili küçük t harfi","Latin capital letter u with tilde":"Üstü tildalı büyük u harfi","Latin small letter u with tilde":"Üstü tildalı küçük u harfi","Latin capital letter u with macron":"Üstü çizili büyük u harfi","Latin small letter u with macron":"Üstü çizili küçük u harfi","Latin capital letter u with breve":"Üstü ters şapkalı büyük u harfi","Latin small letter u with breve":"Üstü ters şapkalı küçük u harfi","Latin capital letter u with ring above":"Üstü derece işaretli büyük u harfi","Latin small letter u with ring above":"Üstü derece işaretli küçük u harfi","Latin capital letter u with double acute":"Üstü çift tırnaklı büyük u harfi","Latin small letter u with double acute":"Üstü çift tırnaklı küçük u harfi","Latin capital letter u with ogonek":"Altı kuyruklu büyük u harfi","Latin small letter u with ogonek":"Altı kuyruklu küçük u harfi","Latin capital letter w with circumflex":"Üzeri şapkalı büyük w harfi","Latin small letter w with circumflex":"Üzeri şapkalı küçük w harfi","Latin capital letter y with circumflex":"Üzeri şapkalı büyük y harfi","Latin small letter y with circumflex":"Üzeri şapkalı küçük y harfi","Latin capital letter y with diaeresis":"Üstü çift noktalı büyük y harfi","Latin capital letter z with acute":"Üzeri tırnaklı büyük z harfi","Latin small letter z with acute":"Üzeri tırnaklı küçük z harfi","Latin capital letter z with dot above":"Üstü noktalı büyük z harfi","Latin small letter z with dot above":"Üstü noktalı küçük z harfi","Latin capital letter z with caron":"Üstü ters şapkalı büyük z harfi","Latin small letter z with caron":"Üstü ters şapkalı küçük z harfi","Latin small letter long s":"Uzun küçük s harfi","Less-than sign":"Küçüktür işareti","Greater-than sign":"Büyüktür işareti","Less-than or equal to":"Küçük veya eşit","Greater-than or equal to":"Büyük veya eşit","En dash":"Çizgi","Em dash":"Uzun çizgi",Macron:"Uzatma işareti",Overline:"Üstü çizili","Degree sign":"Derece işareti","Minus sign":"Eksi işareti","Plus-minus sign":"Artı eksi işareti","Division sign":"Bölme işareti","Fraction slash":"Kesir eğik çizgi","Multiplication sign":"Çarpma işareti","Latin small letter f with hook":"Latince küçük f harfi",Integral:"İntegral","N-ary summation":"N-ary toplamı",Infinity:"Sonsuzluk","Square root":"Kare kök","Tilde operator":"Tilde operatörü","Approximately equal to":"Yaklaşık olarak eşit","Almost equal to":"Neredeyse eşit","Not equal to":"Eşit değil","Identical to":"Benzeri","Element of":"Öğesi","Not an element of":"Onun öğesi değil","Contains as member":"Üye olarak içerir","N-ary product":"N-ary ürünü","Logical and":"Mantıksal VE","Logical or":"Mantıksal VEYA","Not sign":"İmzalanmamış",Intersection:"Kesişim",Union:"Birleşik","Partial differential":"Kısmi diferansiyel","For all":"Hepsi için","There exists":"Var","Empty set":"Boş küme",Nabla:"Nabla","Asterisk operator":"Yıldız operatörü","Proportional to":"Orantılı",Angle:"Açı","Vulgar fraction one quarter":"Kaba kesir bir çeyrek","Vulgar fraction one half":"Kaba kesir bir buçuk","Vulgar fraction three quarters":"Kaba bölüm dörtte üç","Single left-pointing angle quotation mark":"Tek sola dönük açı tırnak işareti","Single right-pointing angle quotation mark":"Sağa bakan tek açılı tırnak işareti","Left-pointing double angle quotation mark":"Sola dönük çift açılı tırnak işareti","Right-pointing double angle quotation mark":"Sağa bakan çift açılı tırnak işareti","Left single quotation mark":"Sol tek tırnak işareti","Right single quotation mark":"Sağ tek tırnak işareti","Left double quotation mark":"Sol çift tırnak işareti","Right double quotation mark":"Sağ çift tırnak işareti","Single low-9 quotation mark":"Tek düşük 9 tırnak işareti","Double low-9 quotation mark":"Çift düşük 9 tırnak işareti","Inverted exclamation mark":"Ters ünlem işareti","Inverted question mark":"Ters soru işareti","Two dot leader":"Öncelikli iki nokta","Horizontal ellipsis":"Yatay elips","Double dagger":"Çift hançer","Per mille sign":"Bin işareti için","Per ten thousand sign":"Her on bine göre işareti","Double exclamation mark":"Çift ünlem işareti","Question exclamation mark":"Soru ünlem işareti","Exclamation question mark":"Ünlem soru işareti","Double question mark":"Çift soru işareti","Copyright sign":"Telif hakkı işareti","Registered sign":"Kayıtlı işareti","Trade mark sign":"Ticari marka işareti","Section sign":"Bölüm işareti","Paragraph sign":"Paragraf işareti","Reversed paragraph sign":"Ters paragraf işareti","Character categories":"Karakter kategorileri",Styles:"Stiller","Multiple styles":"Birden fazla stil","Block styles":"Blok stilleri","Text styles":"Metin stilleri","Insert table":"Tablo Ekle","Header column":"Başlık kolonu","Insert column left":"Sola kolon ekle","Insert column right":"Sağa kolon ekle","Delete column":"Kolonu sil","Select column":"Kolon seç",Column:"Kolon","Header row":"Başlık satırı","Insert row below":"Alta satır ekle","Insert row above":"Üste satır ekle","Delete row":"Satırı sil","Select row":"Satır seç",Row:"Satır","Merge cell up":"Yukarı doğru birleştir","Merge cell right":"Sağa doğru birleştir","Merge cell down":"Aşağıya doğru birleştir","Merge cell left":"Sola doğru birleştir","Split cell vertically":"Hücreyi dikey böl","Split cell horizontally":"Hücreyi yatay böl","Merge cells":"Hücreleri birleştir","Table toolbar":"Tablo araç çubuğu","Table properties":"Tablo özellikleri","Cell properties":"Hücre özellikleri",Border:"Kenar",Style:"Stil",Width:"Genişlik",Height:"Yükseklik",Color:"Renk",Background:"Arkaplan",Padding:"İç boşluk",Dimensions:"Ölçüler","Table cell text alignment":"Tablo hücresi metin hizalaması",Alignment:"Hizalama","Horizontal text alignment toolbar":"Yatay metin hizalama araç çubuğu","Vertical text alignment toolbar":"Dikey metin hizalama araç çubuğu","Table alignment toolbar":"Tablo hizalama araç çubuğu",None:"Yok",Solid:"Dolu",Dotted:"Noktalı",Dashed:"Kesik çizgili",Double:"Çift",Groove:"Yiv",Ridge:"Yükselti",Inset:"İçe",Outset:"Dışarıya","Align cell text to the left":"Hücre içindeki metnini sola hizala","Align cell text to the center":"Hücre içindeki metnini ortaya hizalama","Align cell text to the right":"Hücre içindeki metnini sağa hizala","Justify cell text":"Hücre içindeki metini iki yana yasla","Align cell text to the top":"Hücre içindeki metni üste hizala","Align cell text to the middle":"Hücre içindeki metni ortaya hizala","Align cell text to the bottom":"Hücre içindeki metni alta hizala","Align table to the left":"Tabloyu sola hizala","Center table":"Tabloyu ortala","Align table to the right":"Tabloyu sağa hizala","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Geçersiz renk. \"#FF0000\" veya \"rgb(255,0,0)\" veya \"red\" deneyin.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Geçersiz değer. \"10px\" veya \"2em\" veya sadece \"2\" deneyin.","Color picker":"Renk seçici","Toggle caption off":"Açıklamayı kapat","Toggle caption on":"Açıklamayı aç","Enter table caption":"Tablo açıklaması gir","Rich Text Editor":"Zengin İçerik Editörü","Editor editing area: %0":"Editör düzenleme alanı: %0","Edit block":"Bloğu Düzenle",Next:"Sonraki",Previous:"Önceki","Editor toolbar":"Düzenleme araç çubuğu","Dropdown toolbar":"Açılır araç çubuğu",Black:"Siyah","Dim grey":"Koyu Gri",Grey:"Gri","Light grey":"Açık Gri",White:"Beyaz",Red:"Kırmızı",Orange:"Turuncu",Yellow:"Sarı","Light green":"Açık Yeşil",Green:"Yeşil",Aquamarine:"Su Yeşili",Turquoise:"Turkuaz","Light blue":"Açık Mavi",Blue:"Mavi",Purple:"Mor","Editor block content toolbar":"Düzenleyici engelleme içerik araç çubuğu","Editor contextual toolbar":"Düzenleyici içeriksel araç çubuğu",HEX:"",Undo:"Geri al",Redo:"Tekrar yap","Upload in progress":"Yükleme işlemi devam ediyor","Widget toolbar":"Bileşen araç çubuğu","Insert paragraph before block":"Bloktan önce paragraf ekle","Insert paragraph after block":"Bloktan sonra paragraf ekle","Press Enter to type after or press Shift + Enter to type before the widget":"Görsel bileşenden sonra yazmak için Enter'a basın ya da görsel bileşenden önce yazmak için Shift + Enter'a basın","Words: %0":"Kelimeler: %0","Characters: %0":"Karakterler: %0"} );l.getPluralForm=function(n){return (n > 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['tr'] = d['tr'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Sola hizala","Align right":"Sağa hizala","Align center":"Ortala",Justify:"İki yana yasla","Text alignment":"Yazı hizalama","Text alignment toolbar":"Yazı Hizlama Araç Çubuğu",Bold:"Kalın",Italic:"İtalik",Underline:"Altı Çizgili",Code:"Kod",Strikethrough:"Üstü çizili",Subscript:"Alt Simge",Superscript:"Üst Simge","Block quote":"Alıntı","Insert code block":"Kod bloğu ekle","Plain text":"Düz metin",Cancel:"İptal","Remove color":"Rengi Sil","Restore default":"Varsayılanı geri yükle",Save:"Kaydet","Show more items":"Daha fazla öğe göster","%0 of %1":"%0/%1","Cannot upload file:":"Dosya yüklenemedi:","Rich Text Editor. Editing area: %0":"Zengin Metin Editörü.Düzenleme alanı: %0","Find and replace":"Bul ve değiştir","Find in text…":"Metinde bul...",Find:"Bul","Previous result":"Önceki sonuç","Next result":"Sonraki sonuç",Replace:"Değiştir","Replace all":"Hepsini değiştir","Match case":"Büyük küçük harfe duyarlı","Whole words only":"Sadece bütün kelimeler","Replace with…":"Şununla değiştir...","Text to find must not be empty.":"Bulunacak metin boş bırakılmamalıdır.","Tip: Find some text first in order to replace it.":"İpucu: Değiştirmek için önce bir metin bul.","Show options":"Seçenekleri göster",Paragraph:"Paragraf",Heading:"Başlık","Choose heading":"Başlık tipi seç","Heading 1":"1. Seviye Başlık","Heading 2":"2. Seviye Başlık","Heading 3":"3. Seviye Başlık","Heading 4":"4. Seviye Başlık","Heading 5":"5. Seviye Başlık","Heading 6":"6. Seviye Başlık","Type your title":"Başlığınızı yazınız","Type or paste your content here.":"İçeriğinizi buraya yapıştırın yada yazın.","Horizontal line":"Yatay çiizgi","HTML object":"HTML nesnesi","Increase indent":"Girintiyi arttır","Decrease indent":"Girintiyi azalt",Unlink:"Bağlantıyı kaldır",Link:"Bağlantı","Link URL":"Bağlantı Adresi","Link image":"Resim bağlantısı","Edit link":"Bağlantıyı değiştir","Open link in new tab":"Yeni sekmede aç","This link has no URL":"Bağlantı adresi yok","Open in a new tab":"Yeni sekmede aç",Downloadable:"İndirilebilir","Numbered List":"Numaralı Liste","Bulleted List":"Simgeli Liste","To-do List":"Yapılacaklar Listesi","Bulleted list styles toolbar":"Madde işaretli liste stilleri araç çubuğu","Numbered list styles toolbar":"Numaralandırılmış liste stilleri araç çubuğu","Toggle the disc list style":"Disk liste stilini değiştir","Toggle the circle list style":"Çember liste stilini değiştir","Toggle the square list style":"Kare liste stilini değiştir","Toggle the decimal list style":"Ondalık liste stilini değiştir","Toggle the decimal with leading zero list style":"0'la başlayan ondalık liste stilini değiştir","Toggle the lower–roman list style":"Küçük Roma rakamları liste stilini değiştir","Toggle the upper–roman list style":"Büyük Roma rakamları liste stilini değiştir","Toggle the lower–latin list style":"Küçük Latin harfleri liste stilini değiştir","Toggle the upper–latin list style":"Büyük Latin harfleri liste stilini değiştir",Disc:"Disk",Circle:"Çember",Square:"Kare",Decimal:"Ondalık","Decimal with leading zero":"0'la başlayan ondalık","Lower–roman":"Küçük Roma rakamları","Upper-roman":"Büyük Roma rakamları","Lower-latin":"Küçük Latin harfleri","Upper-latin":"Büyük Latin harfleri","List properties":"Liste özellikleri","Start at":"Şununla başla","Start index must be greater than 0.":"Başlangıç dizini 0'dan büyük olmalıdır.","Reversed order":"Ters sıralama","Remove Format":"Biçimlendirmeyi Kaldır","Select all":"Hepsini seç","Show blocks":"Blokları göster",Source:"Kaynak","Special characters":"Özel karakterler",All:"Tümü",Arrows:"Oklar",Currency:"Para Birimi",Latin:"Latince",Mathematical:"Matematiksel",Text:"Metin","leftwards simple arrow":"sola doğru basit ok","rightwards simple arrow":"sağa doğru basit ok","upwards simple arrow":"yukarı doğru basit ok","downwards simple arrow":"aşağı doğru basit ok","leftwards double arrow":"sola çift ok","rightwards double arrow":"sağa çift ok","upwards double arrow":"yukarı çift ok","downwards double arrow":"aşağı çift ok","leftwards dashed arrow":"sola kesik çizgili ok","rightwards dashed arrow":"sağa kesik çizgili ok","upwards dashed arrow":"yukarı doğru kesik ok","downwards dashed arrow":"aşağı doğru kesik ok","leftwards arrow to bar":"sola ok çubuğu","rightwards arrow to bar":"sağa ok çubuğu","upwards arrow to bar":"yukarı ok çubuğu","downwards arrow to bar":"aşağı ok çubuğu","up down arrow with base":"taban ile yukarı aşağı ok","back with leftwards arrow above":"geri sol ok yukarıda","end with leftwards arrow above":"sona sol ok yukarıda","on with exclamation mark with left right arrow above":"üzerinde sol sağ ok bulunan ünlem işaretiyle","soon with rightwards arrow above":"yakında sağ ok ile","top with upwards arrow above":"en üst yukarı oku","Dollar sign":"Dolar işareti","Euro sign":"Avro işareti","Yen sign":"Yen işareti","Pound sign":"Sterlin işareti","Cent sign":"Kuruş işareti","Euro-currency sign":"Avro para birimi simgesi","Colon sign":"İki nokta üst üste işareti","Cruzeiro sign":"Cruzeiro işareti","French franc sign":"Fransız Frangı işareti","Lira sign":"Lira işareti","Currency sign":"Para birimi işareti","Bitcoin sign":"Bitcoin işareti","Mill sign":"Mill işareti","Naira sign":"Naira işareti","Peseta sign":"Peseta işareti","Rupee sign":"Rupi işareti","Won sign":"Kazanılan işaret","New sheqel sign":"Yeni şekel işareti","Dong sign":"Dong işareti","Kip sign":"Kip işareti","Tugrik sign":"Tugrik işareti","Drachma sign":"Drahmisi işareti","German penny sign":"Alman kuruş işareti","Peso sign":"Peso işareti","Guarani sign":"Guarani işareti","Austral sign":"Austral işareti","Hryvnia sign":"Grivnası işareti","Cedi sign":"Cedi işareti","Livre tournois sign":"Livre tournois işareti","Spesmilo sign":"Spesmilo işareti","Tenge sign":"Tenge işareti","Indian rupee sign":"Hint Rupisi işareti","Turkish lira sign":"Türk Lirası işareti","Nordic mark sign":"İskandinav işareti","Manat sign":"Manat işareti","Ruble sign":"Ruble işareti","Latin capital letter a with macron":"Üstü çizili büyük a harfi","Latin small letter a with macron":"Üstü çizili küçük a harfi","Latin capital letter a with breve":"Üstü yuvarlak büyük a harfi","Latin small letter a with breve":"Üstü yuvarlak küçük a harfi","Latin capital letter a with ogonek":"Altı kuyruklu işaretli büyük a harfi","Latin small letter a with ogonek":"Altı kuyruklu işaretli küçük a harfi","Latin capital letter c with acute":"Üzeri tırnaklı büyük c harfi","Latin small letter c with acute":"Üzeri tırnaklı küçük c harfi","Latin capital letter c with circumflex":"Üzeri şapkalı büyük c harfi","Latin small letter c with circumflex":"Üzeri şapkalı küçük c harfi","Latin capital letter c with dot above":"Üstü noktalı büyük c harfi","Latin small letter c with dot above":"Üstü noktalı küçük c harfi","Latin capital letter c with caron":"Üstü ters şapkalı büyük c harfi","Latin small letter c with caron":"Üstü ters şapkalı küçük c harfi","Latin capital letter d with caron":"Üstü ters şapkalı büyük d harfi","Latin small letter d with caron":"Üstü ters şapkalı küçük d harfi","Latin capital letter d with stroke":"Ortası çizgili büyük d harfi","Latin small letter d with stroke":"Ortası çizgili küçük d harfi","Latin capital letter e with macron":"Üstü çizili büyük e harfi","Latin small letter e with macron":"Üstü çizili küçük e harfi","Latin capital letter e with breve":"Üstü ters şapkalı büyük e harfi","Latin small letter e with breve":"Üstü ters şapkalı küçük e harfi","Latin capital letter e with dot above":"Üstü noktalı büyük e harfi","Latin small letter e with dot above":"Üstü noktalı küçük e harfi","Latin capital letter e with ogonek":"Altı kuyruklu büyük e harfi","Latin small letter e with ogonek":"Altı kuyruklu küçük e harfi","Latin capital letter e with caron":"Üstü ters şapkalı büyük e harfi","Latin small letter e with caron":"Üstü ters şapkalı küçük e harfi","Latin capital letter g with circumflex":"Üzeri şapkalı büyük g harfi","Latin small letter g with circumflex":"Üzeri şapkalı küçük g harfi","Latin capital letter g with breve":"Üstü ters şapkalı büyük g harfi","Latin small letter g with breve":"Üstü ters şapkalı küçük g harfi","Latin capital letter g with dot above":"Üstü noktalı büyük g harfi","Latin small letter g with dot above":"Üstü noktalı küçük g harfi","Latin capital letter g with cedilla":"Altı kuyruklu büyük g harfi","Latin small letter g with cedilla":"Altı kuyruklu küçük g harfi","Latin capital letter h with circumflex":"Üzeri şapkalı büyük h harfi","Latin small letter h with circumflex":"Üzeri şapkalı küçük g harfi","Latin capital letter h with stroke":"Üst kısmı çizgili büyük h harfi","Latin small letter h with stroke":"Üst kısmı çizgili küçük h harfi","Latin capital letter i with tilde":"Üstü tilda işaretli büyük i harfi","Latin small letter i with tilde":"Üstü tilda işaretli küçük i harfi","Latin capital letter i with macron":"Üstü çizili büyük i harfi","Latin small letter i with macron":"Üstü çizili küçük i harfi","Latin capital letter i with breve":"Üstü ters şapkalı büyük i harfi","Latin small letter i with breve":"Üstü ters şapkalı küçük i harfi","Latin capital letter i with ogonek":"Altı kuyruklu büyük i harfi","Latin small letter i with ogonek":"Altı kuyruklu küçük i harfi","Latin capital letter i with dot above":"Üstü noktalı büyük i harfi","Latin small letter dotless i":"Noktası küçük i harfi","Latin capital ligature ij":"Büyük ij harfi","Latin small ligature ij":"Küçük ij harfi","Latin capital letter j with circumflex":"Üzeri şapkalı büyük j harfi","Latin small letter j with circumflex":"Üzeri şapkalı küçük j harfi","Latin capital letter k with cedilla":"Altı kuyruklu büyük k harfi","Latin small letter k with cedilla":"Altı kuyruklu küçük k harfi","Latin small letter kra":"Küçük küt k harfi","Latin capital letter l with acute":"Üzeri tırnaklı büyük L harfi","Latin small letter l with acute":"Üzeri tırnaklı küçük L harfi","Latin capital letter l with cedilla":"Altı kuyruklu büyük L harfi","Latin small letter l with cedilla":"Altı kuyruklu küçük L harfi","Latin capital letter l with caron":"Üstü ters şapkalı büyük L harfi","Latin small letter l with caron":"Üstü ters şapkalı küçük L harfi","Latin capital letter l with middle dot":"Ortası noktalı büyük L harfi","Latin small letter l with middle dot":"Ortası noktalı küçük L harfi","Latin capital letter l with stroke":"Üst kısmı çizgili büyük L harfi","Latin small letter l with stroke":"Üst kısmı çizgili küçük L harfi","Latin capital letter n with acute":"Üzeri tırnaklı büyük n harfi","Latin small letter n with acute":"Üzeri tırnaklı küçük n harfi","Latin capital letter n with cedilla":"Altı kuyruklu büyük n harfi","Latin small letter n with cedilla":"Altı kuyruklu küçük n harfi","Latin capital letter n with caron":"Üstü ters şapkalı büyük n harfi","Latin small letter n with caron":"Üstü ters şapkalı küçük n harfi","Latin small letter n preceded by apostrophe":"Önden apostrof küçük n harfi","Latin capital letter eng":"Alttan kuyruklu büyük n harfi","Latin small letter eng":"Alttan kuyruklu küçük n harfi","Latin capital letter o with macron":"Üstü çizili büyük o harfi","Latin small letter o with macron":"Üstü çizili küçük o harfi","Latin capital letter o with breve":"Üstü ters şapkalı büyük o harfi","Latin small letter o with breve":"Üstü ters şapkalı küçük o harfi","Latin capital letter o with double acute":"Üstü çift tırnaklı büyük o harfi","Latin small letter o with double acute":"Üstü çift tırnaklı küçük o harfi","Latin capital ligature oe":"Büyük yunan OE harfi","Latin small ligature oe":"Küçük yunan OE harfi","Latin capital letter r with acute":"Üzeri tırnaklı büyük r harfi","Latin small letter r with acute":"Üzeri tırnaklı küçük r harfi","Latin capital letter r with cedilla":"Altı kuyruklu büyük r harfi","Latin small letter r with cedilla":"Altı kuyruklu küçük r harfi","Latin capital letter r with caron":"Üstü ters şapkalı büyük r harfi","Latin small letter r with caron":"Üstü ters şapkalı küçük r harfi","Latin capital letter s with acute":"Üzeri tırnaklı büyük s harfi","Latin small letter s with acute":"Üzeri tırnaklı küçük s harfi","Latin capital letter s with circumflex":"Üzeri şapkalı büyük s harfi","Latin small letter s with circumflex":"Üzeri şapkalı küçük s harfi","Latin capital letter s with cedilla":"Altı kuyruklu büyük s harfi","Latin small letter s with cedilla":"Altı kuyruklu küçük s harfi","Latin capital letter s with caron":"Üstü ters şapkalı büyük s harfi","Latin small letter s with caron":"Üstü ters şapkalı küçük s harfi","Latin capital letter t with cedilla":"Altı kuyruklu büyük t harfi","Latin small letter t with cedilla":"Altı kuyruklu küçük t harfi","Latin capital letter t with caron":"Üstü ters şapkalı büyük t harfi","Latin small letter t with caron":"Üstü ters şapkalı küçük t harfi","Latin capital letter t with stroke":"Üst kısmı çizgili büyük t harfi","Latin small letter t with stroke":"Üst kısmı çizgili küçük t harfi","Latin capital letter u with tilde":"Üstü tildalı büyük u harfi","Latin small letter u with tilde":"Üstü tildalı küçük u harfi","Latin capital letter u with macron":"Üstü çizili büyük u harfi","Latin small letter u with macron":"Üstü çizili küçük u harfi","Latin capital letter u with breve":"Üstü ters şapkalı büyük u harfi","Latin small letter u with breve":"Üstü ters şapkalı küçük u harfi","Latin capital letter u with ring above":"Üstü derece işaretli büyük u harfi","Latin small letter u with ring above":"Üstü derece işaretli küçük u harfi","Latin capital letter u with double acute":"Üstü çift tırnaklı büyük u harfi","Latin small letter u with double acute":"Üstü çift tırnaklı küçük u harfi","Latin capital letter u with ogonek":"Altı kuyruklu büyük u harfi","Latin small letter u with ogonek":"Altı kuyruklu küçük u harfi","Latin capital letter w with circumflex":"Üzeri şapkalı büyük w harfi","Latin small letter w with circumflex":"Üzeri şapkalı küçük w harfi","Latin capital letter y with circumflex":"Üzeri şapkalı büyük y harfi","Latin small letter y with circumflex":"Üzeri şapkalı küçük y harfi","Latin capital letter y with diaeresis":"Üstü çift noktalı büyük y harfi","Latin capital letter z with acute":"Üzeri tırnaklı büyük z harfi","Latin small letter z with acute":"Üzeri tırnaklı küçük z harfi","Latin capital letter z with dot above":"Üstü noktalı büyük z harfi","Latin small letter z with dot above":"Üstü noktalı küçük z harfi","Latin capital letter z with caron":"Üstü ters şapkalı büyük z harfi","Latin small letter z with caron":"Üstü ters şapkalı küçük z harfi","Latin small letter long s":"Uzun küçük s harfi","Less-than sign":"Küçüktür işareti","Greater-than sign":"Büyüktür işareti","Less-than or equal to":"Küçük veya eşit","Greater-than or equal to":"Büyük veya eşit","En dash":"Çizgi","Em dash":"Uzun çizgi",Macron:"Uzatma işareti",Overline:"Üstü çizili","Degree sign":"Derece işareti","Minus sign":"Eksi işareti","Plus-minus sign":"Artı eksi işareti","Division sign":"Bölme işareti","Fraction slash":"Kesir eğik çizgi","Multiplication sign":"Çarpma işareti","Latin small letter f with hook":"Latince küçük f harfi",Integral:"İntegral","N-ary summation":"N-ary toplamı",Infinity:"Sonsuzluk","Square root":"Kare kök","Tilde operator":"Tilde operatörü","Approximately equal to":"Yaklaşık olarak eşit","Almost equal to":"Neredeyse eşit","Not equal to":"Eşit değil","Identical to":"Benzeri","Element of":"Öğesi","Not an element of":"Onun öğesi değil","Contains as member":"Üye olarak içerir","N-ary product":"N-ary ürünü","Logical and":"Mantıksal VE","Logical or":"Mantıksal VEYA","Not sign":"İmzalanmamış",Intersection:"Kesişim",Union:"Birleşik","Partial differential":"Kısmi diferansiyel","For all":"Hepsi için","There exists":"Var","Empty set":"Boş küme",Nabla:"Nabla","Asterisk operator":"Yıldız operatörü","Proportional to":"Orantılı",Angle:"Açı","Vulgar fraction one quarter":"Kaba kesir bir çeyrek","Vulgar fraction one half":"Kaba kesir bir buçuk","Vulgar fraction three quarters":"Kaba bölüm dörtte üç","Single left-pointing angle quotation mark":"Tek sola dönük açı tırnak işareti","Single right-pointing angle quotation mark":"Sağa bakan tek açılı tırnak işareti","Left-pointing double angle quotation mark":"Sola dönük çift açılı tırnak işareti","Right-pointing double angle quotation mark":"Sağa bakan çift açılı tırnak işareti","Left single quotation mark":"Sol tek tırnak işareti","Right single quotation mark":"Sağ tek tırnak işareti","Left double quotation mark":"Sol çift tırnak işareti","Right double quotation mark":"Sağ çift tırnak işareti","Single low-9 quotation mark":"Tek düşük 9 tırnak işareti","Double low-9 quotation mark":"Çift düşük 9 tırnak işareti","Inverted exclamation mark":"Ters ünlem işareti","Inverted question mark":"Ters soru işareti","Two dot leader":"Öncelikli iki nokta","Horizontal ellipsis":"Yatay elips","Double dagger":"Çift hançer","Per mille sign":"Bin işareti için","Per ten thousand sign":"Her on bine göre işareti","Double exclamation mark":"Çift ünlem işareti","Question exclamation mark":"Soru ünlem işareti","Exclamation question mark":"Ünlem soru işareti","Double question mark":"Çift soru işareti","Copyright sign":"Telif hakkı işareti","Registered sign":"Kayıtlı işareti","Trade mark sign":"Ticari marka işareti","Section sign":"Bölüm işareti","Paragraph sign":"Paragraf işareti","Reversed paragraph sign":"Ters paragraf işareti","Character categories":"Karakter kategorileri",Styles:"Stiller","Multiple styles":"Birden fazla stil","Block styles":"Blok stilleri","Text styles":"Metin stilleri","Insert table":"Tablo Ekle","Header column":"Başlık kolonu","Insert column left":"Sola kolon ekle","Insert column right":"Sağa kolon ekle","Delete column":"Kolonu sil","Select column":"Kolon seç",Column:"Kolon","Header row":"Başlık satırı","Insert row below":"Alta satır ekle","Insert row above":"Üste satır ekle","Delete row":"Satırı sil","Select row":"Satır seç",Row:"Satır","Merge cell up":"Yukarı doğru birleştir","Merge cell right":"Sağa doğru birleştir","Merge cell down":"Aşağıya doğru birleştir","Merge cell left":"Sola doğru birleştir","Split cell vertically":"Hücreyi dikey böl","Split cell horizontally":"Hücreyi yatay böl","Merge cells":"Hücreleri birleştir","Table toolbar":"Tablo araç çubuğu","Table properties":"Tablo özellikleri","Cell properties":"Hücre özellikleri",Border:"Kenar",Style:"Stil",Width:"Genişlik",Height:"Yükseklik",Color:"Renk",Background:"Arkaplan",Padding:"İç boşluk",Dimensions:"Ölçüler","Table cell text alignment":"Tablo hücresi metin hizalaması",Alignment:"Hizalama","Horizontal text alignment toolbar":"Yatay metin hizalama araç çubuğu","Vertical text alignment toolbar":"Dikey metin hizalama araç çubuğu","Table alignment toolbar":"Tablo hizalama araç çubuğu",None:"Yok",Solid:"Dolu",Dotted:"Noktalı",Dashed:"Kesik çizgili",Double:"Çift",Groove:"Yiv",Ridge:"Yükselti",Inset:"İçe",Outset:"Dışarıya","Align cell text to the left":"Hücre içindeki metnini sola hizala","Align cell text to the center":"Hücre içindeki metnini ortaya hizalama","Align cell text to the right":"Hücre içindeki metnini sağa hizala","Justify cell text":"Hücre içindeki metini iki yana yasla","Align cell text to the top":"Hücre içindeki metni üste hizala","Align cell text to the middle":"Hücre içindeki metni ortaya hizala","Align cell text to the bottom":"Hücre içindeki metni alta hizala","Align table to the left":"Tabloyu sola hizala","Center table":"Tabloyu ortala","Align table to the right":"Tabloyu sağa hizala","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Geçersiz renk. \"#FF0000\" veya \"rgb(255,0,0)\" veya \"red\" deneyin.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Geçersiz değer. \"10px\" veya \"2em\" veya sadece \"2\" deneyin.","Color picker":"Renk seçici","Toggle caption off":"Açıklamayı kapat","Toggle caption on":"Açıklamayı aç","Enter table caption":"Tablo açıklaması gir","Rich Text Editor":"Zengin İçerik Editörü","Editor editing area: %0":"Editör düzenleme alanı: %0","Edit block":"Bloğu Düzenle",Next:"Sonraki",Previous:"Önceki","Editor toolbar":"Düzenleme araç çubuğu","Dropdown toolbar":"Açılır araç çubuğu",Black:"Siyah","Dim grey":"Koyu Gri",Grey:"Gri","Light grey":"Açık Gri",White:"Beyaz",Red:"Kırmızı",Orange:"Turuncu",Yellow:"Sarı","Light green":"Açık Yeşil",Green:"Yeşil",Aquamarine:"Su Yeşili",Turquoise:"Turkuaz","Light blue":"Açık Mavi",Blue:"Mavi",Purple:"Mor","Editor block content toolbar":"Düzenleyici engelleme içerik araç çubuğu","Editor contextual toolbar":"Düzenleyici içeriksel araç çubuğu",HEX:"ONALTILIK",Accept:"Kabul et",Undo:"Geri al",Redo:"Tekrar yap","Upload in progress":"Yükleme işlemi devam ediyor","Widget toolbar":"Bileşen araç çubuğu","Insert paragraph before block":"Bloktan önce paragraf ekle","Insert paragraph after block":"Bloktan sonra paragraf ekle","Press Enter to type after or press Shift + Enter to type before the widget":"Görsel bileşenden sonra yazmak için Enter'a basın ya da görsel bileşenden önce yazmak için Shift + Enter'a basın","Words: %0":"Kelimeler: %0","Characters: %0":"Karakterler: %0"} );l.getPluralForm=function(n){return (n > 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tt.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tt.js index 210ee4f0ff3f..4cae30bd4dc2 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tt.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/tt.js @@ -1 +1 @@ -(function(d){ const l = d['tt'] = d['tt'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {Bold:"Калын",Italic:"",Underline:"",Code:"Код",Strikethrough:"",Subscript:"",Superscript:"",Cancel:"Баш тарт","Remove color":"","Restore default":"",Save:"Сакла","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"","Find and replace":"","Find in text…":"Текстта таб...",Find:"Таб","Previous result":"","Next result":"",Replace:"","Replace all":"","Match case":"","Whole words only":"","Replace with…":"","Text to find must not be empty.":"","Tip: Find some text first in order to replace it.":"","Show options":"",Unlink:"",Link:"Сылтама","Link URL":"","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"Диск",Circle:"Түгәрәк",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Insert table":"","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"",Column:"","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"",Row:"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"Төс",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"Кара","Dim grey":"",Grey:"Соры","Light grey":"Ачык соры",White:"Ак",Red:"Кызыл",Orange:"Кызгылт",Yellow:"Сары","Light green":"Ачык яшел",Green:"Яшел",Aquamarine:"Аквамарин",Turquoise:"Фервоз","Light blue":"Ачык зәңгәр",Blue:"Зәңгәр",Purple:"Шәмәхә","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"",Redo:"Кабатла"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['tt'] = d['tt'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {Bold:"Калын",Italic:"",Underline:"",Code:"Код",Strikethrough:"",Subscript:"",Superscript:"",Cancel:"Баш тарт","Remove color":"","Restore default":"",Save:"Сакла","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"","Find and replace":"","Find in text…":"Текстта таб...",Find:"Таб","Previous result":"","Next result":"",Replace:"","Replace all":"","Match case":"","Whole words only":"","Replace with…":"","Text to find must not be empty.":"","Tip: Find some text first in order to replace it.":"","Show options":"",Unlink:"",Link:"Сылтама","Link URL":"","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"","Bulleted List":"","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"Диск",Circle:"Түгәрәк",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Insert table":"","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"",Column:"","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"",Row:"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"Төс",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"Кара","Dim grey":"",Grey:"Соры","Light grey":"Ачык соры",White:"Ак",Red:"Кызыл",Orange:"Кызгылт",Yellow:"Сары","Light green":"Ачык яшел",Green:"Яшел",Aquamarine:"Аквамарин",Turquoise:"Фервоз","Light blue":"Ачык зәңгәр",Blue:"Зәңгәр",Purple:"Шәмәхә","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"",Redo:"Кабатла"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ug.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ug.js index e68200af1d22..a039054861c8 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ug.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ug.js @@ -1 +1 @@ -(function(d){ const l = d['ug'] = d['ug'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"سولغا توغرىلاش","Align right":"ئوڭغا توغرىلاش","Align center":"ئوتتۇرىغا توغرىلاش",Justify:"ئوڭ سولدىن توغرىلا","Text alignment":"تېكىست توغرىلاش","Text alignment toolbar":"تېكىست توغرىلاش قورالبالدىقى",Bold:"توم",Italic:"يانتۇ",Underline:"ئاستى سىزىق",Code:"كود",Strikethrough:"ئۆچۈرۈش سىزىقى",Subscript:"ئاستبەلگە",Superscript:"ئۈستبەلگە","Block quote":"نەقىل","Insert code block":"كود بۆلىكى قىستۇر","Plain text":"ساپ تېكىست",Cancel:"ۋاز كەچ","Remove color":"رەڭنى چىقىرىۋەت","Restore default":"كۆڭۈلدىكىگە قايتۇر",Save:"ساقلا","Show more items":"تېخىمۇ كۆپ تۈرنى كۆرسەت","%0 of %1":"%0 / %1","Cannot upload file:":"يۈكلەشكە بولمايدىغان ھۆججەت:","Rich Text Editor. Editing area: %0":"مول تېكىست تەھرىرلىگۈچ. تەھرىرلەش رايونى: %0","Find and replace":"ئىزدە ۋە ئالماشتۇر","Find in text…":"تېكىستتىن ئىزدە…",Find:"ئىزدە","Previous result":"ئالدىنقى نەتىجە","Next result":"كېيىنكى نەتىجە",Replace:"ئالماشتۇر","Replace all":"ھەممىنى ئالماشتۇر","Match case":"چوڭ كىچىك ھەرپنى پەرقلەندۈر","Whole words only":"سۆزلا","Replace with…":"ئالماشتۇرۇلۇدىغىنى…","Text to find must not be empty.":"ئىزدەيدىغان تېكىست بوش قالدۇرۇلمايدۇ.","Tip: Find some text first in order to replace it.":"ئەسكەرتىش: ئاۋال ئىزدەپ ئاندىن ئالماشتۇرىدۇ.","Show options":"تاللانمىلارنى كۆرسەت",Paragraph:"ئابزاس",Heading:"ماۋزۇ","Choose heading":"ماۋزۇ تاللاش","Heading 1":"ماۋزۇ 1","Heading 2":"ماۋزۇ 2","Heading 3":"ماۋزۇ 3","Heading 4":"ماۋزۇ 4","Heading 5":"ماۋزۇ 5","Heading 6":"ماۋزۇ 6","Type your title":"","Type or paste your content here.":"",Unlink:"ئۇلانمىنى ئۈزۈش",Link:"ئۇلانما","Link URL":"ئۇلاش ئادىرسى","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"نومۇرلۇق تىزىملىك","Bulleted List":"بەلگە تىزىملىك","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Insert table":"جەدۋەل قىستۇر","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"",Column:"","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"",Row:"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"تېكىست تەھرىرلىگۈچ","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"يېنىۋېلىش",Redo:"تەكرارلاش"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ug'] = d['ug'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"سولغا توغرىلاش","Align right":"ئوڭغا توغرىلاش","Align center":"ئوتتۇرىغا توغرىلاش",Justify:"ئوڭ سولدىن توغرىلا","Text alignment":"تېكىست توغرىلاش","Text alignment toolbar":"تېكىست توغرىلاش قورالبالدىقى",Bold:"توم",Italic:"يانتۇ",Underline:"ئاستى سىزىق",Code:"كود",Strikethrough:"ئۆچۈرۈش سىزىقى",Subscript:"ئاستبەلگە",Superscript:"ئۈستبەلگە","Block quote":"نەقىل","Insert code block":"كود بۆلىكى قىستۇر","Plain text":"ساپ تېكىست",Cancel:"ۋاز كەچ","Remove color":"رەڭنى چىقىرىۋەت","Restore default":"كۆڭۈلدىكىگە قايتۇر",Save:"ساقلا","Show more items":"تېخىمۇ كۆپ تۈرنى كۆرسەت","%0 of %1":"%0 / %1","Cannot upload file:":"يۈكلەشكە بولمايدىغان ھۆججەت:","Rich Text Editor. Editing area: %0":"مول تېكىست تەھرىرلىگۈچ. تەھرىرلەش رايونى: %0","Find and replace":"ئىزدە ۋە ئالماشتۇر","Find in text…":"تېكىستتىن ئىزدە…",Find:"ئىزدە","Previous result":"ئالدىنقى نەتىجە","Next result":"كېيىنكى نەتىجە",Replace:"ئالماشتۇر","Replace all":"ھەممىنى ئالماشتۇر","Match case":"چوڭ كىچىك ھەرپنى پەرقلەندۈر","Whole words only":"سۆزلا","Replace with…":"ئالماشتۇرۇلۇدىغىنى…","Text to find must not be empty.":"ئىزدەيدىغان تېكىست بوش قالدۇرۇلمايدۇ.","Tip: Find some text first in order to replace it.":"ئەسكەرتىش: ئاۋال ئىزدەپ ئاندىن ئالماشتۇرىدۇ.","Show options":"تاللانمىلارنى كۆرسەت",Paragraph:"ئابزاس",Heading:"ماۋزۇ","Choose heading":"ماۋزۇ تاللاش","Heading 1":"ماۋزۇ 1","Heading 2":"ماۋزۇ 2","Heading 3":"ماۋزۇ 3","Heading 4":"ماۋزۇ 4","Heading 5":"ماۋزۇ 5","Heading 6":"ماۋزۇ 6","Type your title":"ماۋزۇ كىرگۈزۈلىدۇ","Type or paste your content here.":"مەزمۇن بۇ جايغا كىرگۈزۈلىدۇ ياكى چاپلىنىدۇ.","Horizontal line":"توغرىسىغا سىزىق","HTML object":"HTML جىسىم","Increase indent":"تارايتىشنى ئاشۇر","Decrease indent":"تارايتىشنى كېمەيت",Unlink:"ئۇلانمىنى ئۈزۈش",Link:"ئۇلانما","Link URL":"ئۇلاش ئادىرسى","Link image":"","Edit link":"","Open link in new tab":"","This link has no URL":"","Open in a new tab":"",Downloadable:"","Numbered List":"نومۇرلۇق تىزىملىك","Bulleted List":"بەلگە تىزىملىك","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"پىچىمنى چىقىرىۋەت","Select all":"ھەممىنى تاللا","Show blocks":"بۆلەكلەرنى كۆرسەت",Source:"مەنبە",Styles:"ئۇسلۇب","Multiple styles":"كۆپ ئۇسلۇب","Block styles":"بۆلەك ئۇسلۇبى","Text styles":"تېكىست ئۇسلۇبى","Insert table":"جەدۋەل قىستۇر","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"",Column:"","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"",Row:"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"",Border:"",Style:"",Width:"",Height:"",Color:"",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"",Dashed:"",Double:"",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"تېكىست تەھرىرلىگۈچ","Editor editing area: %0":"","Edit block":"",Next:"",Previous:"","Editor toolbar":"","Dropdown toolbar":"",Black:"","Dim grey":"",Grey:"","Light grey":"",White:"",Red:"",Orange:"",Yellow:"","Light green":"",Green:"",Aquamarine:"",Turquoise:"","Light blue":"",Blue:"",Purple:"","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"قوشۇل",Undo:"يېنىۋېلىش",Redo:"تەكرارلاش","Upload in progress":"يۈكلىنىۋاتىدۇ","Words: %0":"سۆز: %0","Characters: %0":"ھەرپ: %0"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/uk.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/uk.js index b061881aea9a..e129c3024b25 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/uk.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/uk.js @@ -1 +1 @@ -(function(d){ const l = d['uk'] = d['uk'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"По лівому краю","Align right":"По правому краю","Align center":"По центру",Justify:"По ширині","Text alignment":"Вирівнювання тексту","Text alignment toolbar":"Панель інструментів вирівнювання тексту",Bold:"Жирний",Italic:"Курсив",Underline:"Підкреслений",Code:"Код",Strikethrough:"Закреслений",Subscript:"Нижній індекс",Superscript:"Верхній індекс","Block quote":"Цитата","Insert code block":"Вставте блок коду","Plain text":"Простий текст",Cancel:"Відміна","Remove color":"Видалити колір","Restore default":"Відновити за замовчуванням",Save:"Зберегти","Show more items":"Показати більше","%0 of %1":"%0 із %1","Cannot upload file:":"Неможливо завантажити файл:","Rich Text Editor. Editing area: %0":"Редактор Rich Text. Область редагування: %0","Find and replace":"Знайти та замінити","Find in text…":"Знайти в тексті…",Find:"Знайти","Previous result":"Попередній результат","Next result":"Наступний результат",Replace:"Замінити","Replace all":"Замінити все","Match case":"Врахувати регістр","Whole words only":"Тільки цілі слова","Replace with…":"Замінити…","Text to find must not be empty.":"Текст для пошуку не повинен бути порожнім.","Tip: Find some text first in order to replace it.":"Порада: спочатку знайдіть текст, щоб замінити його.","Show options":"Показати параметри",Paragraph:"Параграф",Heading:"Заголовок","Choose heading":"Оберіть заголовок","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4","Heading 5":"Заголовок 5","Heading 6":"Заголовок 6","Type your title":"Введіть назву","Type or paste your content here.":"Введіть або вставте свій вміст тут.","Horizontal line":"Горизонтальна лінія","HTML object":"HTML об'єкт","Increase indent":"Збільшити відступ","Decrease indent":"Зменшити відступ",Unlink:"Видалити посилання",Link:"Посилання","Link URL":"URL посилання","Link image":"Посилання зображення","Edit link":"Редагувати посилання","Open link in new tab":"Відкрити посилання у новій вкладці","This link has no URL":"Це посилання не має URL","Open in a new tab":"Вікрити у новій вкладці",Downloadable:"Завантажувальне","Numbered List":"Нумерований список","Bulleted List":"Маркерний список","To-do List":"Список справ","Bulleted list styles toolbar":"Панель маркерних списків","Numbered list styles toolbar":"Панель нумерованих списків","Toggle the disc list style":"Перемкнути дисковий стиль списку ","Toggle the circle list style":"Перемкнути круговий стиль списку","Toggle the square list style":"Перемкнути квадратний стиль списку","Toggle the decimal list style":"Перемкнути десятковий стиль списку","Toggle the decimal with leading zero list style":"Перемкнути десятковий стиль списку з нулем на початку","Toggle the lower–roman list style":"Перемкнути нижньо-римський стиль списку","Toggle the upper–roman list style":"Перемкнути верхньо-римський стиль списку","Toggle the lower–latin list style":"Перемкнути нижній латинський стиль списку","Toggle the upper–latin list style":"Перемкнути верхній латинський стиль списку",Disc:"Круг",Circle:"Коло",Square:"Квадрат",Decimal:"Цифри","Decimal with leading zero":"Цифри із провідним нулем","Lower–roman":"Нижньо-римський","Upper-roman":"Верхньо-римський","Lower-latin":"Нижній латинський","Upper-latin":"Верхній латинський ","List properties":"Список властивостей","Start at":"Початок при","Start index must be greater than 0.":"Початковий індекс має бути більше 0.","Reversed order":"Зворотний порядок","Remove Format":"Видалити форматування","Select all":"Вибрати все",Source:"Джерело","Special characters":"Спеціальні символи",All:"Усі",Arrows:"Стрілки",Currency:"Валюта",Latin:"Латинські",Mathematical:"Математичні",Text:"Текст","leftwards simple arrow":"проста стрілка вліво","rightwards simple arrow":"проста стрілка вправо","upwards simple arrow":"проста стрілка вгору","downwards simple arrow":"проста стрілка вниз","leftwards double arrow":"подвійна стрілка вліво","rightwards double arrow":"подвійна стрілка вправо","upwards double arrow":"подвійна стрілка вгору","downwards double arrow":"подвійна стрілка вниз","leftwards dashed arrow":"пунктирна стрілка вліво","rightwards dashed arrow":"пунктирна стрілка вправо","upwards dashed arrow":"пунктирна стрілка вгору","downwards dashed arrow":"пунктирна стрілка вниз","leftwards arrow to bar":"стрілка вліво до блоку","rightwards arrow to bar":"стрілка вправо до блоку","upwards arrow to bar":"стрілка вгору до блоку","downwards arrow to bar":"стрілка вниз до блоку","up down arrow with base":"стрілка вгору-вниз із основою","back with leftwards arrow above":"back зі стрілкою вліво зверху","end with leftwards arrow above":"end зі стрілкою вліво зверху","on with exclamation mark with left right arrow above":"on зі знаком оклику зі стрілкою вліво-вправо зверху","soon with rightwards arrow above":"soon зі стрілкою вправо зверху","top with upwards arrow above":"top зі стрілкою вгору зверху","Dollar sign":"Символ долара","Euro sign":"Символ євро","Yen sign":"Символ єни","Pound sign":"Символ фунта","Cent sign":"Символ цента","Euro-currency sign":"Символ євровалюти","Colon sign":"Символ двокрапки","Cruzeiro sign":"Символ крузейро","French franc sign":"Символ французького франка","Lira sign":"Символ ліри","Currency sign":"Символ валюти","Bitcoin sign":"Символ біткоїна","Mill sign":"Символ мільйона","Naira sign":"Символ найри","Peseta sign":"Символ песети","Rupee sign":"Символ рупії","Won sign":"Символ вони","New sheqel sign":"Символ нового шекеля","Dong sign":"Символ донга","Kip sign":"Символ кіпа","Tugrik sign":"Символ тугрика","Drachma sign":"Символ драхми","German penny sign":"Символ німецького пенні","Peso sign":"Символ песо","Guarani sign":"Символ гуарані","Austral sign":"Символ аустрала","Hryvnia sign":"Символ гривні","Cedi sign":"Символ седі","Livre tournois sign":"Символ турського лівру","Spesmilo sign":"Символ спесміло","Tenge sign":"Символ тенге","Indian rupee sign":"Символ індійської рупії","Turkish lira sign":"Символ турецької ліри","Nordic mark sign":"Символ нордичної марки","Manat sign":"Символ маната","Ruble sign":"Символ рубля","Latin capital letter a with macron":"Латинська велика літера а зі знаком довготи","Latin small letter a with macron":"Латинська мала літера а зі знаком довготи","Latin capital letter a with breve":"Латинська велика літера а з бревісом","Latin small letter a with breve":"Латинська мала літера а з бревісом","Latin capital letter a with ogonek":"Латинська велика літера а з хвостиком","Latin small letter a with ogonek":"Латинська мала літера а з хвостиком","Latin capital letter c with acute":"Латинська велика літера с з гострим наголосом","Latin small letter c with acute":"Латинська мала літера с з гострим наголосом","Latin capital letter c with circumflex":"Латинська велика літера с з дашком","Latin small letter c with circumflex":"Латинська мала літера с з дашком","Latin capital letter c with dot above":"Латинська велика літера с з крапкою згори","Latin small letter c with dot above":"Латинська мала літера с з крапкою згори","Latin capital letter c with caron":"Латинська велика літера с з пташкою","Latin small letter c with caron":"Латинська мала літера с з пташкою","Latin capital letter d with caron":"Латинська велика літера d з пташкою","Latin small letter d with caron":"Латинська мала літера d з пташкою","Latin capital letter d with stroke":"Латинська велика літера d з рискою","Latin small letter d with stroke":"Латинська мала літера d з рискою","Latin capital letter e with macron":"Латинська велика літера е зі знаком довготи","Latin small letter e with macron":"Латинська мала літера е зі знаком довготи","Latin capital letter e with breve":"Латинська велика літера е з бревісом","Latin small letter e with breve":"Латинська мала літера е з бревісом","Latin capital letter e with dot above":"Латинська велика літера е з крапкою вгорі","Latin small letter e with dot above":"Латинська мала літера е з крапкою вгорі","Latin capital letter e with ogonek":"Латинська велика літера е з хвостиком","Latin small letter e with ogonek":"Латинська мала літера е з хвостиком","Latin capital letter e with caron":"Латинська велика літера е з пташкою","Latin small letter e with caron":"Латинська мала літера е з пташкою","Latin capital letter g with circumflex":"Латинська велика літера g з дашком","Latin small letter g with circumflex":"Латинська мала літера g з дашком","Latin capital letter g with breve":"Латинська велика літера g з бревісом","Latin small letter g with breve":"Латинська мала літера g з бревісом","Latin capital letter g with dot above":"Латинська велика літера g з крапкою вгорі","Latin small letter g with dot above":"Латинська мала літера g з крапкою вгорі","Latin capital letter g with cedilla":"Латинська велика літера g з седилем","Latin small letter g with cedilla":"Латинська мала літера g з седилем","Latin capital letter h with circumflex":"Латинська велика літера h з дашком","Latin small letter h with circumflex":"Латинська мала літера h з дашком","Latin capital letter h with stroke":"Латинська велика літера h з рискою","Latin small letter h with stroke":"Латинська мала літера h з рискою","Latin capital letter i with tilde":"Латинська велика літера і з тильдою","Latin small letter i with tilde":"Латинська мала літера і з тильдою","Latin capital letter i with macron":"Латинська велика літера і зі знаком довготи","Latin small letter i with macron":"Латинська мала літера і зі знаком довготи","Latin capital letter i with breve":"Латинська велика літера і з бревісом","Latin small letter i with breve":"Латинська мала літера і з бревісом","Latin capital letter i with ogonek":"Латинська велика літера і з пташкою","Latin small letter i with ogonek":"Латинська мала літера і з пташкою","Latin capital letter i with dot above":"Латинська велика літера і з крапкою вгорі","Latin small letter dotless i":"Латинська мала літера і без крапки","Latin capital ligature ij":"Латинська велика лігатура ij","Latin small ligature ij":"Латинська мала лігатура ij","Latin capital letter j with circumflex":"Латинська велика літера j з дашком","Latin small letter j with circumflex":"Латинська мала літера j з дашком","Latin capital letter k with cedilla":"Латинська велика літера k з седилем","Latin small letter k with cedilla":"Латинська мала літера k з седилем","Latin small letter kra":"Латинська мала літера kra","Latin capital letter l with acute":"Латинська велика літера l з гострим наголосом","Latin small letter l with acute":"Латинська мала літера l з гострим наголосом","Latin capital letter l with cedilla":"Латинська велика літера l із седилем","Latin small letter l with cedilla":"Латинська мала літера l із седилем","Latin capital letter l with caron":"Латинська велика літера l із пташкою","Latin small letter l with caron":"Латинська мала літера l із пташкою","Latin capital letter l with middle dot":"Латинська велика літера l з середньою крапкою","Latin small letter l with middle dot":"Латинська мала літера l з середньою крапкою","Latin capital letter l with stroke":"Латинська велика літера l з рискою","Latin small letter l with stroke":"Латинська мала літера l з рискою","Latin capital letter n with acute":"Латинська велика літера n з гострим наголосом","Latin small letter n with acute":"Латинська мала літера n з гострим наголосом","Latin capital letter n with cedilla":"Латинська велика літера n із седилем","Latin small letter n with cedilla":"Латинська мала літера n із седилем","Latin capital letter n with caron":"Латинська велика літера n із пташкою","Latin small letter n with caron":"Латинська мала літера n із пташкою","Latin small letter n preceded by apostrophe":"Латинська мала літера n з апострофом","Latin capital letter eng":"Латинські великі літери eng","Latin small letter eng":"Латинські малі літери eng","Latin capital letter o with macron":"Латинська велика літера о зі знаком довготи","Latin small letter o with macron":"Латинська мала літера о зі знаком довготи","Latin capital letter o with breve":"Латинська велика літера о з бревісом","Latin small letter o with breve":"Латинська мала літера о з бревісом","Latin capital letter o with double acute":"Латинська велика літера о з подвійним наголосом","Latin small letter o with double acute":"Латинська мала літера о з подвійним наголосом","Latin capital ligature oe":"Латинська велика лігатура ое","Latin small ligature oe":"Латинська мала лігатура ое","Latin capital letter r with acute":"Латинська велика літера r з гострим наголосом","Latin small letter r with acute":"Латинська мала літера r з гострим наголосом","Latin capital letter r with cedilla":"Латинська велика літера r із седилем","Latin small letter r with cedilla":"Латинська мала літера r із седилем","Latin capital letter r with caron":"Латинська велика літера r із пташкою","Latin small letter r with caron":"Латинська мала літера r із пташкою","Latin capital letter s with acute":"Латинська велика літера s із гострим наголосом","Latin small letter s with acute":"Латинська мала літера s із гострим наголосом ","Latin capital letter s with circumflex":"Латинська велика літера s із дашком","Latin small letter s with circumflex":"Латинська мала літера s із дашком","Latin capital letter s with cedilla":"Латинська велика літера s із седилем","Latin small letter s with cedilla":"Латинська мала літера s із седилем","Latin capital letter s with caron":"Латинська велика літера s із пташкою","Latin small letter s with caron":"Латинська мала літера s із пташкою","Latin capital letter t with cedilla":"Латинська велика літера t із седилем","Latin small letter t with cedilla":"Латинська мала літера t із седилем","Latin capital letter t with caron":"Латинська велика літера t із пташкою","Latin small letter t with caron":"Латинська мала літера t із пташкою","Latin capital letter t with stroke":"Латинська велика літера t із рискою","Latin small letter t with stroke":"Латинська мала літера t із рискою","Latin capital letter u with tilde":"Латинська велика літера u із тильдою","Latin small letter u with tilde":"Латинська мала літера u із тильдою","Latin capital letter u with macron":"Латинська велика літера u зі знаком довготи","Latin small letter u with macron":"Латинська мала літера u зі знаком довготи","Latin capital letter u with breve":"Латинська велика літера u із бревісом","Latin small letter u with breve":"Латинська мала літера u із бревісом","Latin capital letter u with ring above":"Латинська велика літера u із кільцем вгорі","Latin small letter u with ring above":"Латинська мала літера u із кільцем вгорі","Latin capital letter u with double acute":"Латинська велика літера u із подвійним наголосом","Latin small letter u with double acute":"Латинська мала літера uіз подвійним наголосом","Latin capital letter u with ogonek":"Латинська велика літера u з хвостиком","Latin small letter u with ogonek":"Латинська мала літера u з хвостиком","Latin capital letter w with circumflex":"Латинська велика літера w із дашком","Latin small letter w with circumflex":"Латинська мала літера w із дашком","Latin capital letter y with circumflex":"Латинська велика літера y із дашком","Latin small letter y with circumflex":"Латинська мала літера y із дашком","Latin capital letter y with diaeresis":"Латинська велика літера y з умляутом","Latin capital letter z with acute":"Латинська велика літера z з гострим наголосом","Latin small letter z with acute":"Латинська мала літера z з гострим наголосом","Latin capital letter z with dot above":"Латинська велика літера z з крапкою вгорі","Latin small letter z with dot above":"Латинська мала літера z з крапкою вгорі","Latin capital letter z with caron":"Латинська велика літера z з пташкою","Latin small letter z with caron":"Латинська мала літера z з пташкою","Latin small letter long s":"Латинська мала літера довга s","Less-than sign":"Знак менше","Greater-than sign":"Знак більше","Less-than or equal to":"Менше або дорівнює","Greater-than or equal to":"Більше або дорівнює","En dash":"Тире","Em dash":"Довге тире",Macron:"Знак довготи",Overline:"Риска згори","Degree sign":"Знак ступеня","Minus sign":"Знак мінус","Plus-minus sign":"Знак плюс-мінус","Division sign":"Знак ділення","Fraction slash":"Риска дробу","Multiplication sign":"Знак множення","Latin small letter f with hook":"Латинська мала літера f з гачком",Integral:"Інтеграл","N-ary summation":"Сигма",Infinity:"Нескінченність","Square root":"Квадратний корінь","Tilde operator":"Оператор тильди","Approximately equal to":"Приблизно дорівнює","Almost equal to":"Майже дорівнює","Not equal to":"Не дорівнює","Identical to":"Ідентичне до","Element of":"Елемент","Not an element of":"Не елемент","Contains as member":"Містить як елемент","N-ary product":"Пі","Logical and":"Логічний сполучник and","Logical or":"Логічний сполучник or","Not sign":"Знак не",Intersection:"Перетин",Union:"Юніон","Partial differential":"Частинні похідні","For all":"Для всіх","There exists":"Там існує","Empty set":"Порожній набір",Nabla:"Набла","Asterisk operator":"Оператор зірочка","Proportional to":"Пропорційно до",Angle:"Кут","Vulgar fraction one quarter":"Звичайний дріб одна четверта","Vulgar fraction one half":"Звичайний дріб одна друга","Vulgar fraction three quarters":"Звичайний дріб три четвертих","Single left-pointing angle quotation mark":"Одинарна лівостороння кутова лапка","Single right-pointing angle quotation mark":"Одинарна правостороння кутова лапка","Left-pointing double angle quotation mark":"Подвійні лівосторонні кутові лапки","Right-pointing double angle quotation mark":"Подвійні правосторонні кутові лапки","Left single quotation mark":"Одинарна ліва лапка","Right single quotation mark":"Одинарна права лапка","Left double quotation mark":"Подвійні ліві лапки","Right double quotation mark":"Подвійні праві лапки","Single low-9 quotation mark":"Одинарна нижня лапка","Double low-9 quotation mark":"Подвійні нижні лапки","Inverted exclamation mark":"Перевернутий знак оклику","Inverted question mark":"Перевернутий знак питання","Two dot leader":"Лідер із двох крапок","Horizontal ellipsis":"Горизонтальний еліпс","Double dagger":"Подвійний хрестик","Per mille sign":"Знак проміле","Per ten thousand sign":"Знак на десять тисяч","Double exclamation mark":"Подвійний знак оклику","Question exclamation mark":"Знак питання і знак оклику","Exclamation question mark":"Знак оклику і знак питання","Double question mark":"Подвійний знак питання","Copyright sign":"Знак авторського права","Registered sign":"Знак реєстрації","Trade mark sign":"Знак торгової марки","Section sign":"Знак розділу","Paragraph sign":"Знак абзацу","Reversed paragraph sign":"Перевернутий знак абзацу","Character categories":"Категорії символів",Styles:"Стилі","Multiple styles":"Кілька стилів","Block styles":"Стилі блоку","Text styles":"Стилі тексту","Insert table":"Вставити таблицю","Header column":"Заголовок стовпця","Insert column left":"Вставити стовпець зліва","Insert column right":"Вставити стовпець справа","Delete column":"Видалити стовпець","Select column":"Виберіть стовпчик",Column:"Стовпець","Header row":"Заголовок рядка","Insert row below":"Вставити рядок зверху","Insert row above":"Вставити рядок знизу","Delete row":"Видалити рядок","Select row":"Виберіть рядок",Row:"Рядок","Merge cell up":"Поєднати комірки вгору","Merge cell right":"Поєднати комірки праворуч","Merge cell down":"Поєднати комірки внизу","Merge cell left":"Поєднати комірки ліворуч","Split cell vertically":"Розділити комірки вертикально","Split cell horizontally":"Розділити комірки горизонтально","Merge cells":"Поєднати комірки","Table toolbar":"Панель інструментів таблиці","Table properties":"Властивості таблиці","Cell properties":"Властивості комірок",Border:"Межа",Style:"Стиль",Width:"Ширина",Height:"Висота",Color:"Колір",Background:"Фон",Padding:"Заповнення",Dimensions:"Розміри","Table cell text alignment":"Вирівнювання тексту комірки",Alignment:"Вирівнювання","Horizontal text alignment toolbar":"Панель інструментів вирівнювання горизонтального тексту","Vertical text alignment toolbar":"Панель інструментів вертикального вирівнювання тексту","Table alignment toolbar":"Панель інструментів вирівнювання таблиці",None:"Не вказано",Solid:"Суцільний",Dotted:"Точкова",Dashed:"Пунктирна",Double:"Подвійна",Groove:"Жолобчаста",Ridge:"Ребриста",Inset:"Угнута",Outset:"Випукла","Align cell text to the left":"Вирівняти текст по лівому краю","Align cell text to the center":"Вирівняти текст по центру","Align cell text to the right":"Вирівняти текст по правому краю","Justify cell text":"Вирівняти текст по ширині ","Align cell text to the top":"Вирівняти текст комірки по верху ","Align cell text to the middle":"Вирівняти текст комірки по середині","Align cell text to the bottom":"Вирівняти текст комірки по низу","Align table to the left":"Вирівняти таблицю по лівому краю","Center table":"Відцентрувати таблицю","Align table to the right":"Вирівняти таблицю по правому краю ","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Колір недійсний. Спробуйте \"#FF0000\" або \"rgb(255,0,0)\" або \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Значення недійсне. Спробуйте \"10px\" або \"2em\" або просто \"2\"","Color picker":"Вибір кольору","Toggle caption off":"Вимкнути підпис","Toggle caption on":"Увімкнути підпис","Enter table caption":"Введіть підпис таблиці","Rich Text Editor":"Розширений текстовий редактор","Editor editing area: %0":"Область редагування редактора: %0","Edit block":"Редагувати блок",Next:"Наступний",Previous:"Попередній","Editor toolbar":"Панель інструментів редактора","Dropdown toolbar":"Випадаюча панель інструментів",Black:"Чорний","Dim grey":"Темно-сірий",Grey:"Сірий","Light grey":"Світло-сірий",White:"Білий",Red:"Червоний",Orange:"Помаранчевий",Yellow:"Жовтий","Light green":"Світло-зелений",Green:"Зелений",Aquamarine:"Аквамариновий",Turquoise:"Бірюзовий","Light blue":"Світло-синій",Blue:"Синій",Purple:"Фіолетовий","Editor block content toolbar":"Панель інструментів вмісту блоку редактора","Editor contextual toolbar":"Контекстна панель інструментів редактора",HEX:"",Undo:"Відміна",Redo:"Повтор","Upload in progress":"Виконується завантаження","Widget toolbar":"Панель інструментів віджетів","Insert paragraph before block":"Додати абзац перед блоком","Insert paragraph after block":"Додати абзац після блока","Press Enter to type after or press Shift + Enter to type before the widget":"Натисніть Enter, щоб друкувати після або натисніть Shift + Enter, щоб друкувати перед віджетом","Words: %0":"Слова: %0","Characters: %0":"Символи: %0"} );l.getPluralForm=function(n){return (n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['uk'] = d['uk'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"По лівому краю","Align right":"По правому краю","Align center":"По центру",Justify:"По ширині","Text alignment":"Вирівнювання тексту","Text alignment toolbar":"Панель інструментів вирівнювання тексту",Bold:"Жирний",Italic:"Курсив",Underline:"Підкреслений",Code:"Код",Strikethrough:"Закреслений",Subscript:"Нижній індекс",Superscript:"Верхній індекс","Block quote":"Цитата","Insert code block":"Вставте блок коду","Plain text":"Простий текст",Cancel:"Відміна","Remove color":"Видалити колір","Restore default":"Відновити за замовчуванням",Save:"Зберегти","Show more items":"Показати більше","%0 of %1":"%0 із %1","Cannot upload file:":"Неможливо завантажити файл:","Rich Text Editor. Editing area: %0":"Редактор Rich Text. Область редагування: %0","Find and replace":"Знайти та замінити","Find in text…":"Знайти в тексті…",Find:"Знайти","Previous result":"Попередній результат","Next result":"Наступний результат",Replace:"Замінити","Replace all":"Замінити все","Match case":"Врахувати регістр","Whole words only":"Тільки цілі слова","Replace with…":"Замінити…","Text to find must not be empty.":"Текст для пошуку не повинен бути порожнім.","Tip: Find some text first in order to replace it.":"Порада: спочатку знайдіть текст, щоб замінити його.","Show options":"Показати параметри",Paragraph:"Параграф",Heading:"Заголовок","Choose heading":"Оберіть заголовок","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4","Heading 5":"Заголовок 5","Heading 6":"Заголовок 6","Type your title":"Введіть назву","Type or paste your content here.":"Введіть або вставте свій вміст тут.","Horizontal line":"Горизонтальна лінія","HTML object":"HTML об'єкт","Increase indent":"Збільшити відступ","Decrease indent":"Зменшити відступ",Unlink:"Видалити посилання",Link:"Посилання","Link URL":"URL посилання","Link image":"Посилання зображення","Edit link":"Редагувати посилання","Open link in new tab":"Відкрити посилання у новій вкладці","This link has no URL":"Це посилання не має URL","Open in a new tab":"Вікрити у новій вкладці",Downloadable:"Завантажувальне","Numbered List":"Нумерований список","Bulleted List":"Маркерний список","To-do List":"Список справ","Bulleted list styles toolbar":"Панель маркерних списків","Numbered list styles toolbar":"Панель нумерованих списків","Toggle the disc list style":"Перемкнути дисковий стиль списку ","Toggle the circle list style":"Перемкнути круговий стиль списку","Toggle the square list style":"Перемкнути квадратний стиль списку","Toggle the decimal list style":"Перемкнути десятковий стиль списку","Toggle the decimal with leading zero list style":"Перемкнути десятковий стиль списку з нулем на початку","Toggle the lower–roman list style":"Перемкнути нижньо-римський стиль списку","Toggle the upper–roman list style":"Перемкнути верхньо-римський стиль списку","Toggle the lower–latin list style":"Перемкнути нижній латинський стиль списку","Toggle the upper–latin list style":"Перемкнути верхній латинський стиль списку",Disc:"Круг",Circle:"Коло",Square:"Квадрат",Decimal:"Цифри","Decimal with leading zero":"Цифри із провідним нулем","Lower–roman":"Нижньо-римський","Upper-roman":"Верхньо-римський","Lower-latin":"Нижній латинський","Upper-latin":"Верхній латинський ","List properties":"Список властивостей","Start at":"Початок при","Start index must be greater than 0.":"Початковий індекс має бути більше 0.","Reversed order":"Зворотний порядок","Remove Format":"Видалити форматування","Select all":"Вибрати все","Show blocks":"Показати блоки",Source:"Джерело","Special characters":"Спеціальні символи",All:"Усі",Arrows:"Стрілки",Currency:"Валюта",Latin:"Латинські",Mathematical:"Математичні",Text:"Текст","leftwards simple arrow":"проста стрілка вліво","rightwards simple arrow":"проста стрілка вправо","upwards simple arrow":"проста стрілка вгору","downwards simple arrow":"проста стрілка вниз","leftwards double arrow":"подвійна стрілка вліво","rightwards double arrow":"подвійна стрілка вправо","upwards double arrow":"подвійна стрілка вгору","downwards double arrow":"подвійна стрілка вниз","leftwards dashed arrow":"пунктирна стрілка вліво","rightwards dashed arrow":"пунктирна стрілка вправо","upwards dashed arrow":"пунктирна стрілка вгору","downwards dashed arrow":"пунктирна стрілка вниз","leftwards arrow to bar":"стрілка вліво до блоку","rightwards arrow to bar":"стрілка вправо до блоку","upwards arrow to bar":"стрілка вгору до блоку","downwards arrow to bar":"стрілка вниз до блоку","up down arrow with base":"стрілка вгору-вниз із основою","back with leftwards arrow above":"back зі стрілкою вліво зверху","end with leftwards arrow above":"end зі стрілкою вліво зверху","on with exclamation mark with left right arrow above":"on зі знаком оклику зі стрілкою вліво-вправо зверху","soon with rightwards arrow above":"soon зі стрілкою вправо зверху","top with upwards arrow above":"top зі стрілкою вгору зверху","Dollar sign":"Символ долара","Euro sign":"Символ євро","Yen sign":"Символ єни","Pound sign":"Символ фунта","Cent sign":"Символ цента","Euro-currency sign":"Символ євровалюти","Colon sign":"Символ двокрапки","Cruzeiro sign":"Символ крузейро","French franc sign":"Символ французького франка","Lira sign":"Символ ліри","Currency sign":"Символ валюти","Bitcoin sign":"Символ біткоїна","Mill sign":"Символ мільйона","Naira sign":"Символ найри","Peseta sign":"Символ песети","Rupee sign":"Символ рупії","Won sign":"Символ вони","New sheqel sign":"Символ нового шекеля","Dong sign":"Символ донга","Kip sign":"Символ кіпа","Tugrik sign":"Символ тугрика","Drachma sign":"Символ драхми","German penny sign":"Символ німецького пенні","Peso sign":"Символ песо","Guarani sign":"Символ гуарані","Austral sign":"Символ аустрала","Hryvnia sign":"Символ гривні","Cedi sign":"Символ седі","Livre tournois sign":"Символ турського лівру","Spesmilo sign":"Символ спесміло","Tenge sign":"Символ тенге","Indian rupee sign":"Символ індійської рупії","Turkish lira sign":"Символ турецької ліри","Nordic mark sign":"Символ нордичної марки","Manat sign":"Символ маната","Ruble sign":"Символ рубля","Latin capital letter a with macron":"Латинська велика літера а зі знаком довготи","Latin small letter a with macron":"Латинська мала літера а зі знаком довготи","Latin capital letter a with breve":"Латинська велика літера а з бревісом","Latin small letter a with breve":"Латинська мала літера а з бревісом","Latin capital letter a with ogonek":"Латинська велика літера а з хвостиком","Latin small letter a with ogonek":"Латинська мала літера а з хвостиком","Latin capital letter c with acute":"Латинська велика літера с з гострим наголосом","Latin small letter c with acute":"Латинська мала літера с з гострим наголосом","Latin capital letter c with circumflex":"Латинська велика літера с з дашком","Latin small letter c with circumflex":"Латинська мала літера с з дашком","Latin capital letter c with dot above":"Латинська велика літера с з крапкою згори","Latin small letter c with dot above":"Латинська мала літера с з крапкою згори","Latin capital letter c with caron":"Латинська велика літера с з пташкою","Latin small letter c with caron":"Латинська мала літера с з пташкою","Latin capital letter d with caron":"Латинська велика літера d з пташкою","Latin small letter d with caron":"Латинська мала літера d з пташкою","Latin capital letter d with stroke":"Латинська велика літера d з рискою","Latin small letter d with stroke":"Латинська мала літера d з рискою","Latin capital letter e with macron":"Латинська велика літера е зі знаком довготи","Latin small letter e with macron":"Латинська мала літера е зі знаком довготи","Latin capital letter e with breve":"Латинська велика літера е з бревісом","Latin small letter e with breve":"Латинська мала літера е з бревісом","Latin capital letter e with dot above":"Латинська велика літера е з крапкою вгорі","Latin small letter e with dot above":"Латинська мала літера е з крапкою вгорі","Latin capital letter e with ogonek":"Латинська велика літера е з хвостиком","Latin small letter e with ogonek":"Латинська мала літера е з хвостиком","Latin capital letter e with caron":"Латинська велика літера е з пташкою","Latin small letter e with caron":"Латинська мала літера е з пташкою","Latin capital letter g with circumflex":"Латинська велика літера g з дашком","Latin small letter g with circumflex":"Латинська мала літера g з дашком","Latin capital letter g with breve":"Латинська велика літера g з бревісом","Latin small letter g with breve":"Латинська мала літера g з бревісом","Latin capital letter g with dot above":"Латинська велика літера g з крапкою вгорі","Latin small letter g with dot above":"Латинська мала літера g з крапкою вгорі","Latin capital letter g with cedilla":"Латинська велика літера g з седилем","Latin small letter g with cedilla":"Латинська мала літера g з седилем","Latin capital letter h with circumflex":"Латинська велика літера h з дашком","Latin small letter h with circumflex":"Латинська мала літера h з дашком","Latin capital letter h with stroke":"Латинська велика літера h з рискою","Latin small letter h with stroke":"Латинська мала літера h з рискою","Latin capital letter i with tilde":"Латинська велика літера і з тильдою","Latin small letter i with tilde":"Латинська мала літера і з тильдою","Latin capital letter i with macron":"Латинська велика літера і зі знаком довготи","Latin small letter i with macron":"Латинська мала літера і зі знаком довготи","Latin capital letter i with breve":"Латинська велика літера і з бревісом","Latin small letter i with breve":"Латинська мала літера і з бревісом","Latin capital letter i with ogonek":"Латинська велика літера і з пташкою","Latin small letter i with ogonek":"Латинська мала літера і з пташкою","Latin capital letter i with dot above":"Латинська велика літера і з крапкою вгорі","Latin small letter dotless i":"Латинська мала літера і без крапки","Latin capital ligature ij":"Латинська велика лігатура ij","Latin small ligature ij":"Латинська мала лігатура ij","Latin capital letter j with circumflex":"Латинська велика літера j з дашком","Latin small letter j with circumflex":"Латинська мала літера j з дашком","Latin capital letter k with cedilla":"Латинська велика літера k з седилем","Latin small letter k with cedilla":"Латинська мала літера k з седилем","Latin small letter kra":"Латинська мала літера kra","Latin capital letter l with acute":"Латинська велика літера l з гострим наголосом","Latin small letter l with acute":"Латинська мала літера l з гострим наголосом","Latin capital letter l with cedilla":"Латинська велика літера l із седилем","Latin small letter l with cedilla":"Латинська мала літера l із седилем","Latin capital letter l with caron":"Латинська велика літера l із пташкою","Latin small letter l with caron":"Латинська мала літера l із пташкою","Latin capital letter l with middle dot":"Латинська велика літера l з середньою крапкою","Latin small letter l with middle dot":"Латинська мала літера l з середньою крапкою","Latin capital letter l with stroke":"Латинська велика літера l з рискою","Latin small letter l with stroke":"Латинська мала літера l з рискою","Latin capital letter n with acute":"Латинська велика літера n з гострим наголосом","Latin small letter n with acute":"Латинська мала літера n з гострим наголосом","Latin capital letter n with cedilla":"Латинська велика літера n із седилем","Latin small letter n with cedilla":"Латинська мала літера n із седилем","Latin capital letter n with caron":"Латинська велика літера n із пташкою","Latin small letter n with caron":"Латинська мала літера n із пташкою","Latin small letter n preceded by apostrophe":"Латинська мала літера n з апострофом","Latin capital letter eng":"Латинські великі літери eng","Latin small letter eng":"Латинські малі літери eng","Latin capital letter o with macron":"Латинська велика літера о зі знаком довготи","Latin small letter o with macron":"Латинська мала літера о зі знаком довготи","Latin capital letter o with breve":"Латинська велика літера о з бревісом","Latin small letter o with breve":"Латинська мала літера о з бревісом","Latin capital letter o with double acute":"Латинська велика літера о з подвійним наголосом","Latin small letter o with double acute":"Латинська мала літера о з подвійним наголосом","Latin capital ligature oe":"Латинська велика лігатура ое","Latin small ligature oe":"Латинська мала лігатура ое","Latin capital letter r with acute":"Латинська велика літера r з гострим наголосом","Latin small letter r with acute":"Латинська мала літера r з гострим наголосом","Latin capital letter r with cedilla":"Латинська велика літера r із седилем","Latin small letter r with cedilla":"Латинська мала літера r із седилем","Latin capital letter r with caron":"Латинська велика літера r із пташкою","Latin small letter r with caron":"Латинська мала літера r із пташкою","Latin capital letter s with acute":"Латинська велика літера s із гострим наголосом","Latin small letter s with acute":"Латинська мала літера s із гострим наголосом ","Latin capital letter s with circumflex":"Латинська велика літера s із дашком","Latin small letter s with circumflex":"Латинська мала літера s із дашком","Latin capital letter s with cedilla":"Латинська велика літера s із седилем","Latin small letter s with cedilla":"Латинська мала літера s із седилем","Latin capital letter s with caron":"Латинська велика літера s із пташкою","Latin small letter s with caron":"Латинська мала літера s із пташкою","Latin capital letter t with cedilla":"Латинська велика літера t із седилем","Latin small letter t with cedilla":"Латинська мала літера t із седилем","Latin capital letter t with caron":"Латинська велика літера t із пташкою","Latin small letter t with caron":"Латинська мала літера t із пташкою","Latin capital letter t with stroke":"Латинська велика літера t із рискою","Latin small letter t with stroke":"Латинська мала літера t із рискою","Latin capital letter u with tilde":"Латинська велика літера u із тильдою","Latin small letter u with tilde":"Латинська мала літера u із тильдою","Latin capital letter u with macron":"Латинська велика літера u зі знаком довготи","Latin small letter u with macron":"Латинська мала літера u зі знаком довготи","Latin capital letter u with breve":"Латинська велика літера u із бревісом","Latin small letter u with breve":"Латинська мала літера u із бревісом","Latin capital letter u with ring above":"Латинська велика літера u із кільцем вгорі","Latin small letter u with ring above":"Латинська мала літера u із кільцем вгорі","Latin capital letter u with double acute":"Латинська велика літера u із подвійним наголосом","Latin small letter u with double acute":"Латинська мала літера uіз подвійним наголосом","Latin capital letter u with ogonek":"Латинська велика літера u з хвостиком","Latin small letter u with ogonek":"Латинська мала літера u з хвостиком","Latin capital letter w with circumflex":"Латинська велика літера w із дашком","Latin small letter w with circumflex":"Латинська мала літера w із дашком","Latin capital letter y with circumflex":"Латинська велика літера y із дашком","Latin small letter y with circumflex":"Латинська мала літера y із дашком","Latin capital letter y with diaeresis":"Латинська велика літера y з умляутом","Latin capital letter z with acute":"Латинська велика літера z з гострим наголосом","Latin small letter z with acute":"Латинська мала літера z з гострим наголосом","Latin capital letter z with dot above":"Латинська велика літера z з крапкою вгорі","Latin small letter z with dot above":"Латинська мала літера z з крапкою вгорі","Latin capital letter z with caron":"Латинська велика літера z з пташкою","Latin small letter z with caron":"Латинська мала літера z з пташкою","Latin small letter long s":"Латинська мала літера довга s","Less-than sign":"Знак менше","Greater-than sign":"Знак більше","Less-than or equal to":"Менше або дорівнює","Greater-than or equal to":"Більше або дорівнює","En dash":"Тире","Em dash":"Довге тире",Macron:"Знак довготи",Overline:"Риска згори","Degree sign":"Знак ступеня","Minus sign":"Знак мінус","Plus-minus sign":"Знак плюс-мінус","Division sign":"Знак ділення","Fraction slash":"Риска дробу","Multiplication sign":"Знак множення","Latin small letter f with hook":"Латинська мала літера f з гачком",Integral:"Інтеграл","N-ary summation":"Сигма",Infinity:"Нескінченність","Square root":"Квадратний корінь","Tilde operator":"Оператор тильди","Approximately equal to":"Приблизно дорівнює","Almost equal to":"Майже дорівнює","Not equal to":"Не дорівнює","Identical to":"Ідентичне до","Element of":"Елемент","Not an element of":"Не елемент","Contains as member":"Містить як елемент","N-ary product":"Пі","Logical and":"Логічний сполучник and","Logical or":"Логічний сполучник or","Not sign":"Знак не",Intersection:"Перетин",Union:"Юніон","Partial differential":"Частинні похідні","For all":"Для всіх","There exists":"Там існує","Empty set":"Порожній набір",Nabla:"Набла","Asterisk operator":"Оператор зірочка","Proportional to":"Пропорційно до",Angle:"Кут","Vulgar fraction one quarter":"Звичайний дріб одна четверта","Vulgar fraction one half":"Звичайний дріб одна друга","Vulgar fraction three quarters":"Звичайний дріб три четвертих","Single left-pointing angle quotation mark":"Одинарна лівостороння кутова лапка","Single right-pointing angle quotation mark":"Одинарна правостороння кутова лапка","Left-pointing double angle quotation mark":"Подвійні лівосторонні кутові лапки","Right-pointing double angle quotation mark":"Подвійні правосторонні кутові лапки","Left single quotation mark":"Одинарна ліва лапка","Right single quotation mark":"Одинарна права лапка","Left double quotation mark":"Подвійні ліві лапки","Right double quotation mark":"Подвійні праві лапки","Single low-9 quotation mark":"Одинарна нижня лапка","Double low-9 quotation mark":"Подвійні нижні лапки","Inverted exclamation mark":"Перевернутий знак оклику","Inverted question mark":"Перевернутий знак питання","Two dot leader":"Лідер із двох крапок","Horizontal ellipsis":"Горизонтальний еліпс","Double dagger":"Подвійний хрестик","Per mille sign":"Знак проміле","Per ten thousand sign":"Знак на десять тисяч","Double exclamation mark":"Подвійний знак оклику","Question exclamation mark":"Знак питання і знак оклику","Exclamation question mark":"Знак оклику і знак питання","Double question mark":"Подвійний знак питання","Copyright sign":"Знак авторського права","Registered sign":"Знак реєстрації","Trade mark sign":"Знак торгової марки","Section sign":"Знак розділу","Paragraph sign":"Знак абзацу","Reversed paragraph sign":"Перевернутий знак абзацу","Character categories":"Категорії символів",Styles:"Стилі","Multiple styles":"Кілька стилів","Block styles":"Стилі блоку","Text styles":"Стилі тексту","Insert table":"Вставити таблицю","Header column":"Заголовок стовпця","Insert column left":"Вставити стовпець зліва","Insert column right":"Вставити стовпець справа","Delete column":"Видалити стовпець","Select column":"Виберіть стовпчик",Column:"Стовпець","Header row":"Заголовок рядка","Insert row below":"Вставити рядок зверху","Insert row above":"Вставити рядок знизу","Delete row":"Видалити рядок","Select row":"Виберіть рядок",Row:"Рядок","Merge cell up":"Поєднати комірки вгору","Merge cell right":"Поєднати комірки праворуч","Merge cell down":"Поєднати комірки внизу","Merge cell left":"Поєднати комірки ліворуч","Split cell vertically":"Розділити комірки вертикально","Split cell horizontally":"Розділити комірки горизонтально","Merge cells":"Поєднати комірки","Table toolbar":"Панель інструментів таблиці","Table properties":"Властивості таблиці","Cell properties":"Властивості комірок",Border:"Межа",Style:"Стиль",Width:"Ширина",Height:"Висота",Color:"Колір",Background:"Фон",Padding:"Заповнення",Dimensions:"Розміри","Table cell text alignment":"Вирівнювання тексту комірки",Alignment:"Вирівнювання","Horizontal text alignment toolbar":"Панель інструментів вирівнювання горизонтального тексту","Vertical text alignment toolbar":"Панель інструментів вертикального вирівнювання тексту","Table alignment toolbar":"Панель інструментів вирівнювання таблиці",None:"Не вказано",Solid:"Суцільний",Dotted:"Точкова",Dashed:"Пунктирна",Double:"Подвійна",Groove:"Жолобчаста",Ridge:"Ребриста",Inset:"Угнута",Outset:"Випукла","Align cell text to the left":"Вирівняти текст по лівому краю","Align cell text to the center":"Вирівняти текст по центру","Align cell text to the right":"Вирівняти текст по правому краю","Justify cell text":"Вирівняти текст по ширині ","Align cell text to the top":"Вирівняти текст комірки по верху ","Align cell text to the middle":"Вирівняти текст комірки по середині","Align cell text to the bottom":"Вирівняти текст комірки по низу","Align table to the left":"Вирівняти таблицю по лівому краю","Center table":"Відцентрувати таблицю","Align table to the right":"Вирівняти таблицю по правому краю ","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Колір недійсний. Спробуйте \"#FF0000\" або \"rgb(255,0,0)\" або \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Значення недійсне. Спробуйте \"10px\" або \"2em\" або просто \"2\"","Color picker":"Вибір кольору","Toggle caption off":"Вимкнути підпис","Toggle caption on":"Увімкнути підпис","Enter table caption":"Введіть підпис таблиці","Rich Text Editor":"Розширений текстовий редактор","Editor editing area: %0":"Область редагування редактора: %0","Edit block":"Редагувати блок",Next:"Наступний",Previous:"Попередній","Editor toolbar":"Панель інструментів редактора","Dropdown toolbar":"Випадаюча панель інструментів",Black:"Чорний","Dim grey":"Темно-сірий",Grey:"Сірий","Light grey":"Світло-сірий",White:"Білий",Red:"Червоний",Orange:"Помаранчевий",Yellow:"Жовтий","Light green":"Світло-зелений",Green:"Зелений",Aquamarine:"Аквамариновий",Turquoise:"Бірюзовий","Light blue":"Світло-синій",Blue:"Синій",Purple:"Фіолетовий","Editor block content toolbar":"Панель інструментів вмісту блоку редактора","Editor contextual toolbar":"Контекстна панель інструментів редактора",HEX:"Шістнадцятковий",Accept:"Прийняти",Undo:"Відміна",Redo:"Повтор","Upload in progress":"Виконується завантаження","Widget toolbar":"Панель інструментів віджетів","Insert paragraph before block":"Додати абзац перед блоком","Insert paragraph after block":"Додати абзац після блока","Press Enter to type after or press Shift + Enter to type before the widget":"Натисніть Enter, щоб друкувати після або натисніть Shift + Enter, щоб друкувати перед віджетом","Words: %0":"Слова: %0","Characters: %0":"Символи: %0"} );l.getPluralForm=function(n){return (n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ur.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ur.js index c76ce5be9d0d..d2bef82dee14 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ur.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/ur.js @@ -1 +1 @@ -(function(d){ const l = d['ur'] = d['ur'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"بائیں سیدھ","Align right":"دائیں سیدھ","Align center":"درمیانی سیدھ",Justify:"برابر سیدھ","Text alignment":"متن کی سیدھ","Text alignment toolbar":"خانہ آلات برائے سیدھ",Bold:"جلّی",Italic:"ترچھا",Underline:"ترچھا",Code:"کوڈ",Strikethrough:"خط کشیدہ",Subscript:"زير نوشت",Superscript:"بالا نوشت","Block quote":"خانہ اقتباس","Insert code block":"کوڈ خانہ نصب کیرں","Plain text":"سادہ متن",Cancel:"منسوخ","Remove color":"رنگ حذف کریں","Restore default":"طے شدہ بحال",Save:"محفوظ","Show more items":"مزید مواد کی نمائش کریں","%0 of %1":"0% میں سے 1%","Cannot upload file:":"فائل اپلوڈ نہیں ہو سکی:","Rich Text Editor. Editing area: %0":"خانۂ ترمیم۔ علاقۂ ترمیم 0%","Find and replace":"تلاش و تبدیل","Find in text…":"متن میں تلاش۔۔۔",Find:"تلاش","Previous result":"گزشتہ نتیجہ","Next result":"اگلا نتیجہ",Replace:"بدل دیں","Replace all":"تمام بدل دیں","Match case":"بڑے چھوٹے حروف کا خیال رکھیں","Whole words only":"صرف الفاظ","Replace with…":"اور اس سے تبدیل کریں...","Text to find must not be empty.":"تلاش کے لیے متن خالی نہیں ہونا چاہیے۔","Tip: Find some text first in order to replace it.":"نکتہ: تبدیل کرنے کے لیے پہلے متن کو تلاش کریں۔","Show options":"نمائش اختیارات",Paragraph:"پیرا",Heading:"سرخی","Choose heading":"سرخی منتخب کریں","Heading 1":"سرخی 1","Heading 2":"سرخی 2","Heading 3":"سرخی 3","Heading 4":"سرخی 4","Heading 5":"سرخی 5","Heading 6":"سرخی 6","Type your title":"عنوان ٹایپ کریں","Type or paste your content here.":"اپنا مواد یہاں ٹایپ یا چسپاں کریں.","Horizontal line":"افقی خط","HTML object":"ایچ ٹی ایم ایل آبجیکٹ","Increase indent":"حاشیہ بڑھائیں","Decrease indent":"حاشیہ گھٹائیں",Unlink:"ربط حذف کریں",Link:"ربط","Link URL":"ربط کا یو آر ایل","Link image":"","Edit link":"ربط کی تدوین","Open link in new tab":"نئے ٹیب میں کھولیں","This link has no URL":"ربط کا کوئی یو آر ایل نہیں","Open in a new tab":"نئی ٹیب کھولیں",Downloadable:"ڈاؤنلوڈ ہو سکتا ہے","Numbered List":"ہندسی فہرست","Bulleted List":"غیر ہندسی فہرست","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"فارمیٹ ہٹائیں","Select all":"سب منتخب کریں",Source:"مآخذ","Special characters":"",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"علامتِ دراچمہ ","German penny sign":"علامت جرمن پینی","Peso sign":"علامتِ پیسو","Guarani sign":"علامتِ گوارانی","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"انڈین روپیہ کی علامت","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"",Styles:"انداز","Multiple styles":"متعدد انداز","Block styles":"خانہ کے انداز","Text styles":"متن کے انداز","Insert table":"جدول داخل کریں","Header column":"سر ستون","Insert column left":"بائیں جانب کالم بنائیں","Insert column right":"دائیں جانب کالم بنائیں","Delete column":"ستون حذف کریں","Select column":"",Column:"ستون","Header row":"سر قطار","Insert row below":"قطار زیریں نصب کریں","Insert row above":"قطار بالا نصب کریں","Delete row":"قطار حذف کریں","Select row":"",Row:"قطار","Merge cell up":"سیل اوپر یکجا کریں","Merge cell right":"سیل دائیں طرف یکجا کریں","Merge cell down":"سیل نچلی طرف یکجا کریں","Merge cell left":"سیل بائیں طرف یکجا کریں","Split cell vertically":"سیل کی عمودی تقسیم","Split cell horizontally":"سیل کی افقی تقسیم","Merge cells":"سیل یکجا کریں","Table toolbar":"آلہ جات برائے جدول","Table properties":"","Cell properties":"",Border:"حاشیہ",Style:"",Width:"چوڑائی",Height:"اونچائی",Color:"رنگ",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"نقطہ دار",Dashed:"قطعہ دار",Double:"دو گنا",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"خانۂ ترمیم","Editor editing area: %0":"رقبہ خانۂ ترمیم: 0%","Edit block":"خانہ کی تدوین",Next:"اگلا",Previous:"پچھلا","Editor toolbar":"ایڈیٹر آلہ جات","Dropdown toolbar":"آلہ جات برائے فہرست ",Black:"سیاہ","Dim grey":"پھیکا سرمئی",Grey:"سرمئی","Light grey":"ہلکا سرمئی",White:"سفید",Red:"سرخ",Orange:"نارنجی",Yellow:"پیلا","Light green":"ہلکا سبز",Green:"سبز",Aquamarine:"نیلگوں بلور",Turquoise:"فیروزی","Light blue":"ہلکا نیلا",Blue:"نیلا",Purple:"ارغوانی","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"رد ترمیم",Redo:"پھر سے کریں","Upload in progress":"آپلوڈ جاری ہے","Widget toolbar":"آلہ جات برائے وجٹ","Insert paragraph before block":"پیراگراف سے پہلے کوڈ خانہ نصب کریں","Insert paragraph after block":"پیراگراف کے بعد کوڈ خانہ نصب کریں","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"الفاظ: 0%","Characters: %0":"حروف: 0%"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['ur'] = d['ur'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"بائیں سیدھ","Align right":"دائیں سیدھ","Align center":"درمیانی سیدھ",Justify:"برابر سیدھ","Text alignment":"متن کی سیدھ","Text alignment toolbar":"خانہ آلات برائے سیدھ",Bold:"جلّی",Italic:"ترچھا",Underline:"ترچھا",Code:"کوڈ",Strikethrough:"خط کشیدہ",Subscript:"زير نوشت",Superscript:"بالا نوشت","Block quote":"خانہ اقتباس","Insert code block":"کوڈ خانہ نصب کیرں","Plain text":"سادہ متن",Cancel:"منسوخ","Remove color":"رنگ حذف کریں","Restore default":"طے شدہ بحال",Save:"محفوظ","Show more items":"مزید مواد کی نمائش کریں","%0 of %1":"0% میں سے 1%","Cannot upload file:":"فائل اپلوڈ نہیں ہو سکی:","Rich Text Editor. Editing area: %0":"خانۂ ترمیم۔ علاقۂ ترمیم 0%","Find and replace":"تلاش و تبدیل","Find in text…":"متن میں تلاش۔۔۔",Find:"تلاش","Previous result":"گزشتہ نتیجہ","Next result":"اگلا نتیجہ",Replace:"بدل دیں","Replace all":"تمام بدل دیں","Match case":"بڑے چھوٹے حروف کا خیال رکھیں","Whole words only":"صرف الفاظ","Replace with…":"اور اس سے تبدیل کریں...","Text to find must not be empty.":"تلاش کے لیے متن خالی نہیں ہونا چاہیے۔","Tip: Find some text first in order to replace it.":"نکتہ: تبدیل کرنے کے لیے پہلے متن کو تلاش کریں۔","Show options":"نمائش اختیارات",Paragraph:"پیرا",Heading:"سرخی","Choose heading":"سرخی منتخب کریں","Heading 1":"سرخی 1","Heading 2":"سرخی 2","Heading 3":"سرخی 3","Heading 4":"سرخی 4","Heading 5":"سرخی 5","Heading 6":"سرخی 6","Type your title":"عنوان ٹایپ کریں","Type or paste your content here.":"اپنا مواد یہاں ٹایپ یا چسپاں کریں.","Horizontal line":"افقی خط","HTML object":"ایچ ٹی ایم ایل آبجیکٹ","Increase indent":"حاشیہ بڑھائیں","Decrease indent":"حاشیہ گھٹائیں",Unlink:"ربط حذف کریں",Link:"ربط","Link URL":"ربط کا یو آر ایل","Link image":"","Edit link":"ربط کی تدوین","Open link in new tab":"نئے ٹیب میں کھولیں","This link has no URL":"ربط کا کوئی یو آر ایل نہیں","Open in a new tab":"نئی ٹیب کھولیں",Downloadable:"ڈاؤنلوڈ ہو سکتا ہے","Numbered List":"ہندسی فہرست","Bulleted List":"غیر ہندسی فہرست","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"",Circle:"",Square:"",Decimal:"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"فارمیٹ ہٹائیں","Select all":"سب منتخب کریں",Source:"مآخذ","Special characters":"",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"علامتِ دراچمہ ","German penny sign":"علامت جرمن پینی","Peso sign":"علامتِ پیسو","Guarani sign":"علامتِ گوارانی","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"انڈین روپیہ کی علامت","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"",Styles:"انداز","Multiple styles":"متعدد انداز","Block styles":"خانہ کے انداز","Text styles":"متن کے انداز","Insert table":"جدول داخل کریں","Header column":"سر ستون","Insert column left":"بائیں جانب کالم بنائیں","Insert column right":"دائیں جانب کالم بنائیں","Delete column":"ستون حذف کریں","Select column":"",Column:"ستون","Header row":"سر قطار","Insert row below":"قطار زیریں نصب کریں","Insert row above":"قطار بالا نصب کریں","Delete row":"قطار حذف کریں","Select row":"",Row:"قطار","Merge cell up":"سیل اوپر یکجا کریں","Merge cell right":"سیل دائیں طرف یکجا کریں","Merge cell down":"سیل نچلی طرف یکجا کریں","Merge cell left":"سیل بائیں طرف یکجا کریں","Split cell vertically":"سیل کی عمودی تقسیم","Split cell horizontally":"سیل کی افقی تقسیم","Merge cells":"سیل یکجا کریں","Table toolbar":"آلہ جات برائے جدول","Table properties":"","Cell properties":"",Border:"حاشیہ",Style:"",Width:"چوڑائی",Height:"اونچائی",Color:"رنگ",Background:"",Padding:"",Dimensions:"","Table cell text alignment":"",Alignment:"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"",None:"",Solid:"",Dotted:"نقطہ دار",Dashed:"قطعہ دار",Double:"دو گنا",Groove:"",Ridge:"",Inset:"",Outset:"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"خانۂ ترمیم","Editor editing area: %0":"رقبہ خانۂ ترمیم: 0%","Edit block":"خانہ کی تدوین",Next:"اگلا",Previous:"پچھلا","Editor toolbar":"ایڈیٹر آلہ جات","Dropdown toolbar":"آلہ جات برائے فہرست ",Black:"سیاہ","Dim grey":"پھیکا سرمئی",Grey:"سرمئی","Light grey":"ہلکا سرمئی",White:"سفید",Red:"سرخ",Orange:"نارنجی",Yellow:"پیلا","Light green":"ہلکا سبز",Green:"سبز",Aquamarine:"نیلگوں بلور",Turquoise:"فیروزی","Light blue":"ہلکا نیلا",Blue:"نیلا",Purple:"ارغوانی","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"رد ترمیم",Redo:"پھر سے کریں","Upload in progress":"آپلوڈ جاری ہے","Widget toolbar":"آلہ جات برائے وجٹ","Insert paragraph before block":"پیراگراف سے پہلے کوڈ خانہ نصب کریں","Insert paragraph after block":"پیراگراف کے بعد کوڈ خانہ نصب کریں","Press Enter to type after or press Shift + Enter to type before the widget":"","Words: %0":"الفاظ: 0%","Characters: %0":"حروف: 0%"} );l.getPluralForm=function(n){return (n != 1);};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/uz.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/uz.js index 3f0f9e944427..c9895b437627 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/uz.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/uz.js @@ -1 +1 @@ -(function(d){ const l = d['uz'] = d['uz'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Chap tomonda tekislash","Align right":"O'ng tomonda tekislash","Align center":"O'rtada tekislash",Justify:"Kengligi bo'yicha tekislash","Text alignment":"Matnni tekislash","Text alignment toolbar":"Tekislash",Bold:"Qalin",Italic:"Kursiv",Underline:"Tagi chizilgan",Code:"Manba kodi",Strikethrough:"Chizilgan",Subscript:"Pastki yozuv",Superscript:"Yuqori yozuv","Block quote":"Iqtibos","Insert code block":"Kodni kiritish","Plain text":"Oddiy matn",Cancel:"Bekor qilish","Remove color":"Rangni olib tashlash","Restore default":"",Save:"Saqlash","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"",Paragraph:"Paragraf",Heading:"Uslub","Choose heading":"Uslubni tanlash","Heading 1":"Sarlavha 1","Heading 2":"Sarlavha 2","Heading 3":"Sarlavha 3","Heading 4":"Sarlavha 4","Heading 5":"Sarlavha 5","Heading 6":"Sarlavha 6","Type your title":"Sarlavhani kiriting","Type or paste your content here.":"Matningizni shu yerga kiriting yoki joylashtiring","Horizontal line":"Gorizontal chiziq","Increase indent":"chekinishni oshirish","Decrease indent":"chekinishni kamaytirish",Unlink:"Havolani olib tashlash",Link:"Havola","Link URL":"\"Havola URL","Link image":"Rasmga havola","Edit link":"Havolani tahrirlash","Open link in new tab":"Havolani yangi oynada ochish","This link has no URL":"Bu havola uchun URL oʻrnatilmagan","Open in a new tab":"Yangi oynada oching",Downloadable:"Yuklab olinadigan","Numbered List":"Raqamlangan ro'yxat","Bulleted List":"Belgilangan roʻyxat","To-do List":"","Bulleted list styles toolbar":"Belgilangan ro'yxat uslublari","Numbered list styles toolbar":"Raqamlangan ro'yxat uslublari","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"Disk",Circle:"Doira",Square:"Kvadrat",Decimal:"O'nlik","Decimal with leading zero":"Boshlovchi nol bilan oʻnlik","Lower–roman":"Kichik rim","Upper-roman":"Katta rim","Lower-latin":"Kichik lotincha","Upper-latin":"Katta lotincha","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"Formatlashni olib tashlash","Select all":"Hammasini tanlash","Special characters":"Maxsus belgilar",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"Kategoriyalar","Insert table":"Jadvalni kiritish","Header column":"Ustun sarlavhalari","Insert column left":"Ustunni chapga kiritish","Insert column right":"Ustunni o'ngga kiritish","Delete column":"Ustunni o'chirish","Select column":"Ustunni tanlash",Column:"Ustun","Header row":"Sarlavhalar satri","Insert row below":"Pastga qatorni kiritish","Insert row above":"Yuqoriga qatorni kiritish","Delete row":"Satrni o'chirish","Select row":"Satrni tanlang",Row:"Satr","Merge cell up":"Yuqoridagi katak bilan birlashtirish","Merge cell right":"O'ngdagi katakcha bilan birlashtirish","Merge cell down":"Pastdagi katak bilan birlashtirish","Merge cell left":"Chapdagi katakcha bilan birlashtirish","Split cell vertically":"Hujayrani vertikal ravishda ajratish","Split cell horizontally":"Hujayrani gorizontal ravishda ajratish","Merge cells":"Hujayralarni birlashtirish","Table toolbar":"Jadval asboblar paneli","Table properties":"Jadvalning xususiyatlari","Cell properties":"Hujayra xususiyatlari",Border:"Chegara",Style:"Uslub",Width:"Kengligi",Height:"Balandligi",Color:"Rang",Background:"Fon",Padding:"Chekinish",Dimensions:"O'lchamlar","Table cell text alignment":"Jadval katakchasidagi matnni tekislash",Alignment:"Tekislash","Horizontal text alignment toolbar":"Matnni gorizontal tekislash asboblar paneli","Vertical text alignment toolbar":"Vertikal matnni tekislash asboblar paneli","Table alignment toolbar":"Jadvalni tekislash asboblar paneli",None:"Yo'q",Solid:"Qattiq",Dotted:"Nuqta",Dashed:"Nuqtali",Double:"Ikkitalik",Groove:"Yivli",Ridge:"Qirrali",Inset:"Tushkunlikka tushgan",Outset:"Qavariq","Align cell text to the left":"Matnni chapga tekislash","Align cell text to the center":"Matnni markazga tekislash","Align cell text to the right":"Matnni o'ngga tekislash","Justify cell text":"Matnni kenglikka tekislash","Align cell text to the top":"Hujayra matnini tepaga tekislash","Align cell text to the middle":"Hujayra matnini markazga tekislash","Align cell text to the bottom":"Hujayra matnini pastga tekislash","Align table to the left":"Jadvalni chap tomonga tekislash","Center table":"Jadvalni markazga tekislash","Align table to the right":"Jadvalni o'ngga tekislash","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Noto'g'ri rang. \\ \"# FF0000 \\\" yoki \\ \"rgb (255,0,0) \\\" yoki \\ \"red \\\" ni sinab ko'ring.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Noto'g'ri qiymat. \\ \"10px \\\" yoki \\ \"2em \\\" yoki shunchaki \\ \"2 \\\" ni sinab ko'ring.","Color picker":"Rang tanlash","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Tahrirlovchi","Editor editing area: %0":"","Edit block":"Blokni tahrirlash",Next:"Keyingi",Previous:"Oldingi","Editor toolbar":"Tahrirlovchi asboblar paneli","Dropdown toolbar":"Ochiladigan asboblar paneli",Black:"Qora","Dim grey":"To'q kulrang",Grey:"Kulrang","Light grey":"Och kulrang",White:"Oq",Red:"Qizil",Orange:"To'q sariq",Yellow:"Sariq","Light green":"Och yashil",Green:"Yashil",Aquamarine:"Akuamarin",Turquoise:"Turkuaz","Light blue":"Moviy",Blue:"Ko'k",Purple:"Siyohrang","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Undo:"Bekor qilish",Redo:"Takrorlash","Upload in progress":"Yuklanmoqda","Widget toolbar":"Vidjet asboblar paneli","Insert paragraph before block":"Blokdan oldin paragrafni kiritish","Insert paragraph after block":"Вblokdan keyin paragraf qo'yish","Press Enter to type after or press Shift + Enter to type before the widget":""} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['uz'] = d['uz'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Chap tomonda tekislash","Align right":"O'ng tomonda tekislash","Align center":"O'rtada tekislash",Justify:"Kengligi bo'yicha tekislash","Text alignment":"Matnni tekislash","Text alignment toolbar":"Tekislash",Bold:"Qalin",Italic:"Kursiv",Underline:"Tagi chizilgan",Code:"Manba kodi",Strikethrough:"Chizilgan",Subscript:"Pastki yozuv",Superscript:"Yuqori yozuv","Block quote":"Iqtibos","Insert code block":"Kodni kiritish","Plain text":"Oddiy matn",Cancel:"Bekor qilish","Remove color":"Rangni olib tashlash","Restore default":"",Save:"Saqlash","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"",Paragraph:"Paragraf",Heading:"Uslub","Choose heading":"Uslubni tanlash","Heading 1":"Sarlavha 1","Heading 2":"Sarlavha 2","Heading 3":"Sarlavha 3","Heading 4":"Sarlavha 4","Heading 5":"Sarlavha 5","Heading 6":"Sarlavha 6","Type your title":"Sarlavhani kiriting","Type or paste your content here.":"Matningizni shu yerga kiriting yoki joylashtiring","Horizontal line":"Gorizontal chiziq","Increase indent":"chekinishni oshirish","Decrease indent":"chekinishni kamaytirish",Unlink:"Havolani olib tashlash",Link:"Havola","Link URL":"\"Havola URL","Link image":"Rasmga havola","Edit link":"Havolani tahrirlash","Open link in new tab":"Havolani yangi oynada ochish","This link has no URL":"Bu havola uchun URL oʻrnatilmagan","Open in a new tab":"Yangi oynada oching",Downloadable:"Yuklab olinadigan","Numbered List":"Raqamlangan ro'yxat","Bulleted List":"Belgilangan roʻyxat","To-do List":"","Bulleted list styles toolbar":"Belgilangan ro'yxat uslublari","Numbered list styles toolbar":"Raqamlangan ro'yxat uslublari","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"",Disc:"Disk",Circle:"Doira",Square:"Kvadrat",Decimal:"O'nlik","Decimal with leading zero":"Boshlovchi nol bilan oʻnlik","Lower–roman":"Kichik rim","Upper-roman":"Katta rim","Lower-latin":"Kichik lotincha","Upper-latin":"Katta lotincha","List properties":"","Start at":"","Start index must be greater than 0.":"","Reversed order":"","Remove Format":"Formatlashni olib tashlash","Select all":"Hammasini tanlash","Special characters":"Maxsus belgilar",All:"",Arrows:"",Currency:"",Latin:"",Mathematical:"",Text:"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"",Macron:"",Overline:"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"",Integral:"","N-ary summation":"",Infinity:"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"",Intersection:"",Union:"","Partial differential":"","For all":"","There exists":"","Empty set":"",Nabla:"","Asterisk operator":"","Proportional to":"",Angle:"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"Kategoriyalar","Insert table":"Jadvalni kiritish","Header column":"Ustun sarlavhalari","Insert column left":"Ustunni chapga kiritish","Insert column right":"Ustunni o'ngga kiritish","Delete column":"Ustunni o'chirish","Select column":"Ustunni tanlash",Column:"Ustun","Header row":"Sarlavhalar satri","Insert row below":"Pastga qatorni kiritish","Insert row above":"Yuqoriga qatorni kiritish","Delete row":"Satrni o'chirish","Select row":"Satrni tanlang",Row:"Satr","Merge cell up":"Yuqoridagi katak bilan birlashtirish","Merge cell right":"O'ngdagi katakcha bilan birlashtirish","Merge cell down":"Pastdagi katak bilan birlashtirish","Merge cell left":"Chapdagi katakcha bilan birlashtirish","Split cell vertically":"Hujayrani vertikal ravishda ajratish","Split cell horizontally":"Hujayrani gorizontal ravishda ajratish","Merge cells":"Hujayralarni birlashtirish","Table toolbar":"Jadval asboblar paneli","Table properties":"Jadvalning xususiyatlari","Cell properties":"Hujayra xususiyatlari",Border:"Chegara",Style:"Uslub",Width:"Kengligi",Height:"Balandligi",Color:"Rang",Background:"Fon",Padding:"Chekinish",Dimensions:"O'lchamlar","Table cell text alignment":"Jadval katakchasidagi matnni tekislash",Alignment:"Tekislash","Horizontal text alignment toolbar":"Matnni gorizontal tekislash asboblar paneli","Vertical text alignment toolbar":"Vertikal matnni tekislash asboblar paneli","Table alignment toolbar":"Jadvalni tekislash asboblar paneli",None:"Yo'q",Solid:"Qattiq",Dotted:"Nuqta",Dashed:"Nuqtali",Double:"Ikkitalik",Groove:"Yivli",Ridge:"Qirrali",Inset:"Tushkunlikka tushgan",Outset:"Qavariq","Align cell text to the left":"Matnni chapga tekislash","Align cell text to the center":"Matnni markazga tekislash","Align cell text to the right":"Matnni o'ngga tekislash","Justify cell text":"Matnni kenglikka tekislash","Align cell text to the top":"Hujayra matnini tepaga tekislash","Align cell text to the middle":"Hujayra matnini markazga tekislash","Align cell text to the bottom":"Hujayra matnini pastga tekislash","Align table to the left":"Jadvalni chap tomonga tekislash","Center table":"Jadvalni markazga tekislash","Align table to the right":"Jadvalni o'ngga tekislash","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Noto'g'ri rang. \\ \"# FF0000 \\\" yoki \\ \"rgb (255,0,0) \\\" yoki \\ \"red \\\" ni sinab ko'ring.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Noto'g'ri qiymat. \\ \"10px \\\" yoki \\ \"2em \\\" yoki shunchaki \\ \"2 \\\" ni sinab ko'ring.","Color picker":"Rang tanlash","Toggle caption off":"","Toggle caption on":"","Enter table caption":"","Rich Text Editor":"Tahrirlovchi","Editor editing area: %0":"","Edit block":"Blokni tahrirlash",Next:"Keyingi",Previous:"Oldingi","Editor toolbar":"Tahrirlovchi asboblar paneli","Dropdown toolbar":"Ochiladigan asboblar paneli",Black:"Qora","Dim grey":"To'q kulrang",Grey:"Kulrang","Light grey":"Och kulrang",White:"Oq",Red:"Qizil",Orange:"To'q sariq",Yellow:"Sariq","Light green":"Och yashil",Green:"Yashil",Aquamarine:"Akuamarin",Turquoise:"Turkuaz","Light blue":"Moviy",Blue:"Ko'k",Purple:"Siyohrang","Editor block content toolbar":"","Editor contextual toolbar":"",HEX:"",Accept:"",Undo:"Bekor qilish",Redo:"Takrorlash","Upload in progress":"Yuklanmoqda","Widget toolbar":"Vidjet asboblar paneli","Insert paragraph before block":"Blokdan oldin paragrafni kiritish","Insert paragraph after block":"Вblokdan keyin paragraf qo'yish","Press Enter to type after or press Shift + Enter to type before the widget":""} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/vi.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/vi.js index af5b57c5516a..352bb6c9fde4 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/vi.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/vi.js @@ -1 +1 @@ -(function(d){ const l = d['vi'] = d['vi'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Canh trái","Align right":"Canh phải","Align center":"Canh giữa",Justify:"Canh đều","Text alignment":"Căn chỉnh văn bản","Text alignment toolbar":"Thanh công cụ canh chữ",Bold:"Đậm",Italic:"Nghiêng",Underline:"Gạch dưới",Code:"Code",Strikethrough:"Gạch ngang",Subscript:"Chữ nhỏ dưới",Superscript:"Chữ nhỏ trên","Block quote":"Trích dẫn","Insert code block":"Chèn khối mã","Plain text":"Văn bản thuần",Cancel:"Hủy","Remove color":"Xóa màu","Restore default":"Khôi phục giá trị mặc định",Save:"Lưu","Show more items":"Xem thêm","%0 of %1":"%0 đến %1","Cannot upload file:":"Không thể tải file:","Rich Text Editor. Editing area: %0":"Trình chỉnh sửa Văn bản dạng RTF. Vùng chỉnh sửa: %0","Find and replace":"Tìm và thay thế","Find in text…":"Tìm trong văn bản...",Find:"Tìm","Previous result":"Kết quả trước","Next result":"Kết quả tiếp theo",Replace:"Thay thế","Replace all":"Thay thế tất cả","Match case":"Khớp chữ hoa/chữ thường","Whole words only":"Chỉ toàn bộ từ","Replace with…":"Thay thế bằng...","Text to find must not be empty.":"Không được để trống trường văn bản cần tìm.","Tip: Find some text first in order to replace it.":"Mẹo: Tìm một đoạn văn bản trước để thay thế.","Show options":"Hiển thị tùy chọn",Paragraph:"Đoạn văn",Heading:"Tiêu đề","Choose heading":"Chọn tiêu đề","Heading 1":"Tiêu đề 1","Heading 2":"Tiêu đề 2","Heading 3":"Tiêu đề 3","Heading 4":"Tiêu đề 4","Heading 5":"Tiêu đề 5","Heading 6":"Tiêu đề 6","Type your title":"Nhập tựa đề","Type or paste your content here.":"Nhập hoặc dán nội dung tại đây","Horizontal line":"Đường ngang","HTML object":"Đối tượng HTML","Increase indent":"Tăng lề","Decrease indent":"Giảm lề",Unlink:"Bỏ liên kết",Link:"Chèn liên kết","Link URL":"Đường dẫn liên kết","Link image":"Liên kết của ảnh","Edit link":"Sửa liên kết","Open link in new tab":"Mở liên kết","This link has no URL":"Liên kết không có đường dẫn","Open in a new tab":"Mở trên tab mới",Downloadable:"Có thể tải về","Numbered List":"Danh sách đánh số","Bulleted List":"Danh sách đánh ký hiệu","To-do List":"Danh sách cần làm","Bulleted list styles toolbar":"Thanh công cụ kiểu danh sách có dấu đầu dòng","Numbered list styles toolbar":"Thanh công cụ kiểu danh sách được đánh số","Toggle the disc list style":"Bật/tắt kiểu danh sách dạng đĩa","Toggle the circle list style":"Bật/tắt kiểu danh sách dạng vòng tròn","Toggle the square list style":"Bật/tắt kiểu danh sách dạng vuông","Toggle the decimal list style":"Bật/tắt kiểu danh sách dạng thập phân","Toggle the decimal with leading zero list style":"Bật/tắt kiểu danh sách dạng thập phân bắt đầu bằng số 0","Toggle the lower–roman list style":"Bật/tắt kiểu danh sách chữ số La Mã viết thường","Toggle the upper–roman list style":"Bật/tắt kiểu danh sách chữ số La Mã viết hoa","Toggle the lower–latin list style":"Bật/tắt kiểu danh sách chữ cái Latinh viết thường","Toggle the upper–latin list style":"Bật/tắt kiểu danh sách chữ cái Latinh viết hoa",Disc:"Đĩa",Circle:"Tròn",Square:"Vuông",Decimal:"Thập phân","Decimal with leading zero":"Thập phân bắt đầu bằng số 0","Lower–roman":"Chữ số La Mã viết thường","Upper-roman":"Chữ số La Mã viết hoa","Lower-latin":"Chữ cái Latinh viết thường","Upper-latin":"Chữ cái Latinh viết hoa","List properties":"Thuộc tính danh sách","Start at":"Bắt đầu tại","Start index must be greater than 0.":"Chỉ mục bắt đầu phải lớn hơn 0.","Reversed order":"Thứ tự đảo ngược","Remove Format":"Xóa định dang","Select all":"Chọn tất cả",Source:"Nguồn","Special characters":"Các ký tự đặc biệt",All:"Tất cả",Arrows:"Mũi tên",Currency:"Tiền tệ",Latin:"Latin",Mathematical:"Toán học",Text:"Văn bản","leftwards simple arrow":"mũi tên đơn giản chỉ sang trái","rightwards simple arrow":"mũi tên đơn giản chỉ sang phải","upwards simple arrow":"mũi tên đơn giản chỉ lên trên","downwards simple arrow":"mũi tên đơn giản chỉ xuống dưới","leftwards double arrow":"mũi tên kép hướng sang trái","rightwards double arrow":"mũi tên kép hướng sang phải","upwards double arrow":"mũi tên kép hướng lên","downwards double arrow":"mũi tên kép hướng xuống","leftwards dashed arrow":"mũi tên đứt nét hướng sang trái","rightwards dashed arrow":"mũi tên đứt nét hướng sang phải","upwards dashed arrow":"mũi tên đứt nét hướng lên","downwards dashed arrow":"mũi tên đứt nét hướng xuống","leftwards arrow to bar":"mũi tên hướng sang trái về phía thanh","rightwards arrow to bar":"mũi tên hướng sang phải về phía thanh","upwards arrow to bar":"mũi tên hướng lên trên về phía thanh","downwards arrow to bar":"mũi tên hướng xuống dưới về phía thanh","up down arrow with base":"mũi tên lên xuống có đế","back with leftwards arrow above":"back với mũi tên hướng sang trái ở trên","end with leftwards arrow above":"end với mũi tên hướng sang trái ở trên","on with exclamation mark with left right arrow above":"on với dấu chấm than và mũi tên trái phải ở trên","soon with rightwards arrow above":"soon với mũi tên hướng sang phải ở trên","top with upwards arrow above":"top với mũi tên hướng lên ở trên","Dollar sign":"Ký hiệu Đô la","Euro sign":"Ký hiệu Euro","Yen sign":"Ký hiệu Yên Nhật","Pound sign":"Ký hiệu Bảng Anh","Cent sign":"Ký hiệu Cent","Euro-currency sign":"Ký hiệu tiền tệ Euro","Colon sign":"Ký hiệu Colon","Cruzeiro sign":"Ký hiệu Cruzeiro","French franc sign":"Ký hiệu franc Pháp","Lira sign":"Ký hiệu Lira","Currency sign":"Ký hiệu tiền tệ","Bitcoin sign":"Ký hiệu Bitcoin","Mill sign":"Ký hiệu Mill","Naira sign":"Ký hiệu Naira","Peseta sign":"Ký hiệu Peseta","Rupee sign":"Ký hiệu Rupee","Won sign":"Ký hiệu Won","New sheqel sign":"Ký hiệu Shekel mới","Dong sign":"Ký hiệu Đồng","Kip sign":"Ký hiệu Kip","Tugrik sign":"Ký hiệu Tögrög","Drachma sign":"Ký hiệu Drachma","German penny sign":"Ký hiệu penny Đức","Peso sign":"Ký hiệu Peso","Guarani sign":"Ký hiệu Guarani","Austral sign":"Ký hiệu Austral","Hryvnia sign":"Ký hiệu Hryvnia","Cedi sign":"Ký hiệu Cedi","Livre tournois sign":"Ký hiệu Livre tournois","Spesmilo sign":"Ký hiệu Spesmilo","Tenge sign":"Ký hiệu Tenge","Indian rupee sign":"Ký hiệu rupee Ấn Độ","Turkish lira sign":"Ký hiệu lira Thổ Nhĩ Kỳ","Nordic mark sign":"Ký hiệu Mác Bắc Âu","Manat sign":"Ký hiệu Manat","Ruble sign":"Ký hiệu Rúp","Latin capital letter a with macron":"Chữ cái Latinh a viết hoa với dấu trường âm","Latin small letter a with macron":"Chữ cái Latinh a viết thường với dấu trường âm","Latin capital letter a with breve":"Chữ cái Latinh a viết hoa với dấu trăng","Latin small letter a with breve":"Chữ cái Latinh a viết thường với dấu trăng","Latin capital letter a with ogonek":"Chữ cái Latinh a viết hoa với dấu ogonek","Latin small letter a with ogonek":"Chữ cái Latinh a viết thường với dấu ogonek","Latin capital letter c with acute":"Chữ cái Latinh c viết hoa với dấu sắc","Latin small letter c with acute":"Chữ cái Latinh c viết thường với dấu sắc","Latin capital letter c with circumflex":"Chữ cái Latinh c viết hoa với dấu mũ","Latin small letter c with circumflex":"Chữ cái Latinh c viết thường với dấu mũ","Latin capital letter c with dot above":"Chữ cái Latinh c viết hoa với dấu chấm ở trên","Latin small letter c with dot above":"Chữ cái Latinh c viết thường với dấu chấm ở trên","Latin capital letter c with caron":"Chữ cái Latinh c viết hoa với dấu mũ ngược","Latin small letter c with caron":"Chữ cái Latinh c viết thường với dấu mũ ngược","Latin capital letter d with caron":"Chữ cái Latinh d viết hoa với dấu mũ ngược","Latin small letter d with caron":"Chữ cái Latinh d viết thường với dấu mũ ngược","Latin capital letter d with stroke":"Chữ cái Latinh d viết hoa với dấu gạch ngang","Latin small letter d with stroke":"Chữ cái Latinh d viết thường với dấu gạch ngang","Latin capital letter e with macron":"Chữ cái Latinh e viết hoa với dấu trường âm","Latin small letter e with macron":"Chữ cái Latinh e viết thường với dấu trường âm","Latin capital letter e with breve":"Chữ cái Latinh e viết hoa với dấu trăng","Latin small letter e with breve":"Chữ cái Latinh e viết thường với dấu trăng","Latin capital letter e with dot above":"Chữ cái Latinh e viết hoa với dấu chấm ở trên","Latin small letter e with dot above":"Chữ cái Latinh e viết thường với dấu chấm ở trên","Latin capital letter e with ogonek":"Chữ cái Latinh e viết hoa với dấu ogonek","Latin small letter e with ogonek":"Chữ cái Latinh e viết thường với dấu ogonek","Latin capital letter e with caron":"Chữ cái Latinh e viết hoa với dấu mũ ngược","Latin small letter e with caron":"Chữ cái Latinh e viết thường với dấu mũ ngược","Latin capital letter g with circumflex":"Chữ cái Latinh g viết hoa với dấu mũ","Latin small letter g with circumflex":"Chữ cái Latinh g viết thường với dấu mũ","Latin capital letter g with breve":"Chữ cái Latinh g viết hoa với dấu trăng","Latin small letter g with breve":"Chữ cái Latinh g viết thường với dấu trăng","Latin capital letter g with dot above":"Chữ cái Latinh g viết hoa với dấu chấm ở trên","Latin small letter g with dot above":"Chữ cái Latinh g viết thường với dấu chấm ở trên","Latin capital letter g with cedilla":"Chữ cái Latinh g viết hoa với dấu móc dưới","Latin small letter g with cedilla":"Chữ cái Latinh g viết thường với dấu móc dưới","Latin capital letter h with circumflex":"Chữ cái Latinh h viết hoa với dấu mũ","Latin small letter h with circumflex":"Chữ cái Latinh h viết thường với dấu mũ","Latin capital letter h with stroke":"Chữ cái Latinh h viết hoa với dấu gạch ngang","Latin small letter h with stroke":"Chữ cái Latinh h viết thường với dấu gạch ngang","Latin capital letter i with tilde":"Chữ cái Latinh i viết hoa với dấu ngã","Latin small letter i with tilde":"Chữ cái Latinh i viết thường với dấu ngã","Latin capital letter i with macron":"Chữ cái Latinh i viết hoa với dấu trường âm","Latin small letter i with macron":"Chữ cái Latinh i viết thường với dấu trường âm","Latin capital letter i with breve":"Chữ cái Latinh i viết hoa với dấu trăng","Latin small letter i with breve":"Chữ cái Latinh i viết thường với dấu trăng","Latin capital letter i with ogonek":"Chữ cái Latinh i viết hoa với dấu ogonek","Latin small letter i with ogonek":"Chữ cái Latinh i viết thường với dấu ogonek","Latin capital letter i with dot above":"Chữ cái Latinh i viết hoa với dấu chấm ở trên","Latin small letter dotless i":"Chữ cái Latinh i viết thường không dấu chấm","Latin capital ligature ij":"Chữ ghép Latinh ij viết hoa","Latin small ligature ij":"Chữ ghép Latinh ij viết thường","Latin capital letter j with circumflex":"Chữ cái Latinh j viết hoa với dấu mũ","Latin small letter j with circumflex":"Chữ cái Latinh j viết thường với dấu mũ","Latin capital letter k with cedilla":"Chữ cái Latinh k viết hoa với dấu móc dưới","Latin small letter k with cedilla":"Chữ cái Latinh k viết hoa với dấu móc dưới","Latin small letter kra":"Chữ cái Latinh k viết thường","Latin capital letter l with acute":"Chữ cái Latinh l viết hoa với dấu sắc","Latin small letter l with acute":"Chữ cái Latinh l viết thường với dấu sắc","Latin capital letter l with cedilla":"Chữ cái Latinh l viết hoa với dấu móc dưới","Latin small letter l with cedilla":"Chữ cái Latinh l viết thường với dấu móc dưới","Latin capital letter l with caron":"Chữ cái Latinh l viết hoa với dấu mũ ngược","Latin small letter l with caron":"Chữ cái Latinh l viết thường với dấu mũ ngược","Latin capital letter l with middle dot":"Chữ cái Latinh l viết hoa với dấu chấm ở giữa","Latin small letter l with middle dot":"Chữ cái Latinh l viết thường với dấu chấm ở giữa","Latin capital letter l with stroke":"Chữ cái Latinh l viết hoa với dấu gạch ngang","Latin small letter l with stroke":"Chữ cái Latinh l viết thường với dấu gạch ngang","Latin capital letter n with acute":"Chữ cái Latinh n viết hoa với dấu sắc","Latin small letter n with acute":"Chữ cái Latinh n viết thường với dấu sắc","Latin capital letter n with cedilla":"Chữ cái Latinh n viết hoa với dấu móc dưới","Latin small letter n with cedilla":"Chữ cái Latinh n viết thường với dấu móc dưới","Latin capital letter n with caron":"Chữ cái Latinh n viết hoa với dấu mũ ngược","Latin small letter n with caron":"Chữ cái Latinh n viết thường với dấu mũ ngược","Latin small letter n preceded by apostrophe":"Chữ cái Latinh n viết thường có dấu viết lược đứng trước","Latin capital letter eng":"Chữ cái Latinh Ŋ viết hoa","Latin small letter eng":"Chữ cái Latinh ŋ viết thường","Latin capital letter o with macron":"Chữ cái Latinh o viết hoa với dấu trường âm","Latin small letter o with macron":"Chữ cái Latinh o viết thường với dấu trường âm","Latin capital letter o with breve":"Chữ cái Latinh o viết hoa với dấu trăng","Latin small letter o with breve":"Chữ cái Latinh o viết thường với dấu trăng","Latin capital letter o with double acute":"Chữ cái Latinh o viết hoa với dấu sắc kép","Latin small letter o with double acute":"Chữ cái Latinh o viết thường với dấu sắc kép","Latin capital ligature oe":"Chữ ghép Latinh oe viết hoa","Latin small ligature oe":"Chữ ghép Latinh oe viết thường","Latin capital letter r with acute":"Chữ cái Latinh r viết hoa với dấu sắc","Latin small letter r with acute":"Chữ cái Latinh r viết thường với dấu sắc","Latin capital letter r with cedilla":"Chữ cái Latinh r viết hoa với dấu móc dưới","Latin small letter r with cedilla":"Chữ cái Latinh r viết thường với dấu móc dưới","Latin capital letter r with caron":"Chữ cái Latinh r viết hoa với dấu mũ ngược","Latin small letter r with caron":"Chữ cái Latinh r viết thường với dấu mũ ngược","Latin capital letter s with acute":"Chữ cái Latinh s viết hoa với dấu sắc","Latin small letter s with acute":"Chữ cái Latinh s viết thường với dấu sắc","Latin capital letter s with circumflex":"Chữ cái Latinh s viết hoa với dấu mũ","Latin small letter s with circumflex":"Chữ cái Latinh s viết thường với dấu mũ","Latin capital letter s with cedilla":"Chữ cái Latinh s viết hoa với dấu móc dưới","Latin small letter s with cedilla":"Chữ cái Latinh s viết thường với dấu móc dưới","Latin capital letter s with caron":"Chữ cái Latinh s viết hoa với dấu mũ ngược","Latin small letter s with caron":"Chữ cái Latinh s viết thường với dấu mũ ngược","Latin capital letter t with cedilla":"Chữ cái Latinh t viết hoa với dấu móc dưới","Latin small letter t with cedilla":"Chữ cái Latinh t viết thường với dấu móc dưới","Latin capital letter t with caron":"Chữ cái Latinh t viết hoa với dấu mũ ngược","Latin small letter t with caron":"Chữ cái Latinh t viết thường với dấu mũ ngược","Latin capital letter t with stroke":"Chữ cái Latinh t viết hoa với dấu gạch ngang","Latin small letter t with stroke":"Chữ cái Latinh t viết thường với dấu gạch ngang","Latin capital letter u with tilde":"Chữ cái Latinh u viết hoa với dấu ngã","Latin small letter u with tilde":"Chữ cái Latinh u viết hoa với dấu ngã","Latin capital letter u with macron":"Chữ cái Latinh u viết hoa với dấu trường âm","Latin small letter u with macron":"Chữ cái Latinh u viết thường với dấu trường âm","Latin capital letter u with breve":"Chữ cái Latinh u viết hoa với dấu trăng","Latin small letter u with breve":"Chữ cái Latinh u viết thường với dấu trăng","Latin capital letter u with ring above":"Chữ cái Latinh u viết hoa với vòng tròn ở trên","Latin small letter u with ring above":"Chữ cái Latinh u viết thường với vòng tròn ở trên","Latin capital letter u with double acute":"Chữ cái Latinh u viết hoa với dấu sắc kép","Latin small letter u with double acute":"Chữ cái Latinh u viết thường với dấu sắc kép","Latin capital letter u with ogonek":"Chữ cái Latinh u viết hoa với dấu ogonek","Latin small letter u with ogonek":"Chữ cái Latinh u viết thường với dấu ogonek","Latin capital letter w with circumflex":"Chữ cái Latinh w viết hoa với dấu mũ","Latin small letter w with circumflex":"Chữ cái Latinh w viết thường với dấu mũ","Latin capital letter y with circumflex":"Chữ cái Latinh y viết hoa với dấu mũ","Latin small letter y with circumflex":"Chữ cái Latinh y viết thường với dấu mũ","Latin capital letter y with diaeresis":"Chữ cái Latinh y viết hoa với dấu tách đôi","Latin capital letter z with acute":"Chữ cái Latinh z viết hoa với dấu sắc","Latin small letter z with acute":"Chữ cái Latinh z viết thường với dấu sắc","Latin capital letter z with dot above":"Chữ cái Latinh z viết hoa với dấu chấm ở trên","Latin small letter z with dot above":"Chữ cái Latinh z viết thường với dấu chấm ở trên","Latin capital letter z with caron":"Chữ cái Latinh z viết hoa với dấu mũ ngược","Latin small letter z with caron":"Chữ cái Latinh z viết thường với dấu mũ ngược","Latin small letter long s":"Chữ cái Latinh s dài viết thường","Less-than sign":"Ký hiệu nhỏ hơn","Greater-than sign":"Ký hiệu lớn hơn","Less-than or equal to":"Nhỏ hơn hoặc bằng","Greater-than or equal to":"Lớn hơn hoặc bằng","En dash":"Gạch ngang ngắn","Em dash":"Gạch ngang dài",Macron:"Dấu trường âm",Overline:"Gạch trên","Degree sign":"Ký hiệu độ","Minus sign":"Ký hiệu trừ","Plus-minus sign":"Ký hiệu cộng-trừ","Division sign":"Ký hiệu chia","Fraction slash":"Dấu gạch chéo phân số","Multiplication sign":"Ký hiệu nhân","Latin small letter f with hook":"Chữ cái Latinh f viết thường với móc",Integral:"Tích phân","N-ary summation":"Phép tổng n số nguyên",Infinity:"Vô cực","Square root":"Căn bậc hai","Tilde operator":"Toán tử dấu ngã","Approximately equal to":"Xấp xỉ bằng","Almost equal to":"Gần bằng","Not equal to":"Không bằng","Identical to":"Tương đương","Element of":"Thuộc","Not an element of":"Không thuộc","Contains as member":"Chứa","N-ary product":"Tích n số nguyên","Logical and":"Và logic","Logical or":"Hoặc logic","Not sign":"Không",Intersection:"Giao",Union:"Hợp","Partial differential":"Vi phân riêng phần","For all":"Với mọi","There exists":"Tồn tại","Empty set":"Tập hợp rỗng",Nabla:"Nabla","Asterisk operator":"Toán tử dấu hoa thị","Proportional to":"Tương ứng với",Angle:"Góc","Vulgar fraction one quarter":"Phân số thường một phần tư","Vulgar fraction one half":"Phân số thường một phần hai","Vulgar fraction three quarters":"Phân số thường ba phần tư","Single left-pointing angle quotation mark":"Dấu nháy đơn dạng góc chỉ sang bên trái","Single right-pointing angle quotation mark":"Dấu nháy đơn dạng góc chỉ sang bên phải","Left-pointing double angle quotation mark":"Dấu nháy kép dạng góc chỉ sang bên trái","Right-pointing double angle quotation mark":"Dấu nháy kép dạng góc chỉ sang bên phải","Left single quotation mark":"Dấu nháy đơn bên trái","Right single quotation mark":"Dấu nháy đơn bên phải","Left double quotation mark":"Dấu nháy kép bên trái","Right double quotation mark":"Dấu nháy kép bên phải","Single low-9 quotation mark":"Dấu nháy đơn kiểu low-9","Double low-9 quotation mark":"Dấu nháy kép kiểu low-9","Inverted exclamation mark":"Dấu chấm than ngược","Inverted question mark":"Dấu hỏi ngược","Two dot leader":"Hàng hai dấu chấm","Horizontal ellipsis":"Dấu chấm lửng ngang","Double dagger":"Dấu chữ thập kép","Per mille sign":"Ký hiệu phần nghìn","Per ten thousand sign":"Ký hiệu phần vạn","Double exclamation mark":"Dấu chấm than kép","Question exclamation mark":"Dấu chấm hỏi và chấm than","Exclamation question mark":"Dấu chấm than và chấm hỏi","Double question mark":"Dấu chấm hỏi kép","Copyright sign":"Ký hiệu bản quyền","Registered sign":"Ký hiệu đăng ký thương hiệu","Trade mark sign":"Ký hiệu thương hiệu","Section sign":"Ký hiệu phân đoạn","Paragraph sign":"Ký hiệu đoạn văn","Reversed paragraph sign":"Ký hiệu đoạn văn đảo ngược","Character categories":"Danh mục ký tự",Styles:"Kiểu","Multiple styles":"Nhiều kiểu","Block styles":"Kiểu của khối","Text styles":"Kiểu văn bản","Insert table":"Tạo bảng","Header column":"Tiêu đề cột","Insert column left":"Thêm cột vào bên trái","Insert column right":"Thêm cột vào bên phải","Delete column":"Xoá cột","Select column":"Chọn cột",Column:"Cột","Header row":"Tiêu đề hàng","Insert row below":"Thêm hàng ở dưới","Insert row above":"Thêm hàng phía trên","Delete row":"Xoá hàng","Select row":"Chọn hàng",Row:"Hàng","Merge cell up":"Sát nhập ô lên trên","Merge cell right":"Sát nhập ô qua phải","Merge cell down":"Sát nhập ô xuống dưới","Merge cell left":"Sát nhập ô qua trái","Split cell vertically":"Tách ô theo chiều dọc","Split cell horizontally":"Tách ô theo chiều ngang","Merge cells":"Sát nhập ô","Table toolbar":"Thanh công cụ bảng","Table properties":"Thuộc tính của bảng","Cell properties":"Thuộc tính của ô",Border:"Viền",Style:"Kiểu",Width:"Rộng",Height:"Cao",Color:"Màu",Background:"Màu nền",Padding:"Cách lề",Dimensions:"Kích thước","Table cell text alignment":"Căn lề văn bản trong ô",Alignment:"Căn lề","Horizontal text alignment toolbar":"Thanh công cụ căn chỉnh văn bản theo chiều ngang","Vertical text alignment toolbar":"Thanh công cụ căn chỉnh văn bản theo chiều dọc","Table alignment toolbar":"Thanh công cụ căn chỉnh bảng",None:"Không có kiểu nào",Solid:"Dạng nét liền",Dotted:"Dạng chấm",Dashed:"Dạng đường đứt nét",Double:"Dạng nét đôi",Groove:"Dạng đường rãnh",Ridge:"Dạng gờ",Inset:"Dạng chìm",Outset:"Dạng nổi","Align cell text to the left":"Căn chỉnh văn bản trong ô về bên trái","Align cell text to the center":"Căn chỉnh văn bản trong ô vào chính giữa","Align cell text to the right":"Căn chỉnh văn bản trong ô về bên phải","Justify cell text":"Căn đều văn bản trong ô","Align cell text to the top":"Căn chỉnh văn bản trong ô lên trên cùng","Align cell text to the middle":"Căn chỉnh văn bản trong ô vào giữa","Align cell text to the bottom":"Căn chỉnh văn bản trong ô xuống dưới cùng","Align table to the left":"Căn chỉnh bảng về phía bên trái","Center table":"Căn chỉnh bảng vào chính giữa","Align table to the right":"Căn chỉnh bảng về phía bên phải","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Màu này không hợp lệ. Hãy thử \"#FF0000\" hoặc \"rgb(255,0,0)\" hoặc \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Giá trị này không hợp lệ. Hãy thử \"10px\" hoặc \"2em\" hoặc chỉ \"2\".","Color picker":"Bộ chọn màu","Toggle caption off":"Ẩn chú thích","Toggle caption on":"Hiện chú thích","Enter table caption":"Nhập chú thích cho bảng","Rich Text Editor":"Trình soạn thảo văn bản","Editor editing area: %0":"Vùng chỉnh sửa của trình chỉnh sửa: %0","Edit block":"Chỉnh sửa đoạn",Next:"Tiếp theo",Previous:"Quay lại","Editor toolbar":"Thanh công cụ biên tập","Dropdown toolbar":"Thanh công cụ danh mục",Black:"Đen","Dim grey":"Xám mờ",Grey:"Xám","Light grey":"Xám nhạt",White:"Trắng",Red:"Đỏ",Orange:"Cam",Yellow:"Vàng","Light green":"Xanh lá nhạt",Green:"Xanh lá",Aquamarine:"Xanh ngọc biển",Turquoise:"Xanh ngọc bích","Light blue":"Xanh dương",Blue:"Xanh biển",Purple:"Tím","Editor block content toolbar":"Thanh công cụ chỉnh sửa khối nội dung","Editor contextual toolbar":"Thanh công cụ chỉnh sửa theo ngữ cảnh",HEX:"",Undo:"Hoàn tác",Redo:"Tiếp tục","Upload in progress":"Đang tải lên","Widget toolbar":"Thanh công cụ tiện ích","Insert paragraph before block":"Chèn đoạn trước khối","Insert paragraph after block":"Chèn đoạn sau khối","Press Enter to type after or press Shift + Enter to type before the widget":"Nhấn Enter để nhập vào sau hoặc nhấn Shift + Enter để nhập vào trước tiện ích","Words: %0":"Số chữ: %0","Characters: %0":"Số ký tự: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['vi'] = d['vi'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"Canh trái","Align right":"Canh phải","Align center":"Canh giữa",Justify:"Canh đều","Text alignment":"Căn chỉnh văn bản","Text alignment toolbar":"Thanh công cụ canh chữ",Bold:"Đậm",Italic:"Nghiêng",Underline:"Gạch dưới",Code:"Code",Strikethrough:"Gạch ngang",Subscript:"Chữ nhỏ dưới",Superscript:"Chữ nhỏ trên","Block quote":"Trích dẫn","Insert code block":"Chèn khối mã","Plain text":"Văn bản thuần",Cancel:"Hủy","Remove color":"Xóa màu","Restore default":"Khôi phục giá trị mặc định",Save:"Lưu","Show more items":"Xem thêm","%0 of %1":"%0 đến %1","Cannot upload file:":"Không thể tải file:","Rich Text Editor. Editing area: %0":"Trình chỉnh sửa Văn bản dạng RTF. Vùng chỉnh sửa: %0","Find and replace":"Tìm và thay thế","Find in text…":"Tìm trong văn bản...",Find:"Tìm","Previous result":"Kết quả trước","Next result":"Kết quả tiếp theo",Replace:"Thay thế","Replace all":"Thay thế tất cả","Match case":"Khớp chữ hoa/chữ thường","Whole words only":"Chỉ toàn bộ từ","Replace with…":"Thay thế bằng...","Text to find must not be empty.":"Không được để trống trường văn bản cần tìm.","Tip: Find some text first in order to replace it.":"Mẹo: Tìm một đoạn văn bản trước để thay thế.","Show options":"Hiển thị tùy chọn",Paragraph:"Đoạn văn",Heading:"Tiêu đề","Choose heading":"Chọn tiêu đề","Heading 1":"Tiêu đề 1","Heading 2":"Tiêu đề 2","Heading 3":"Tiêu đề 3","Heading 4":"Tiêu đề 4","Heading 5":"Tiêu đề 5","Heading 6":"Tiêu đề 6","Type your title":"Nhập tựa đề","Type or paste your content here.":"Nhập hoặc dán nội dung tại đây","Horizontal line":"Đường ngang","HTML object":"Đối tượng HTML","Increase indent":"Tăng lề","Decrease indent":"Giảm lề",Unlink:"Bỏ liên kết",Link:"Chèn liên kết","Link URL":"Đường dẫn liên kết","Link image":"Liên kết của ảnh","Edit link":"Sửa liên kết","Open link in new tab":"Mở liên kết","This link has no URL":"Liên kết không có đường dẫn","Open in a new tab":"Mở trên tab mới",Downloadable:"Có thể tải về","Numbered List":"Danh sách đánh số","Bulleted List":"Danh sách đánh ký hiệu","To-do List":"Danh sách cần làm","Bulleted list styles toolbar":"Thanh công cụ kiểu danh sách có dấu đầu dòng","Numbered list styles toolbar":"Thanh công cụ kiểu danh sách được đánh số","Toggle the disc list style":"Bật/tắt kiểu danh sách dạng đĩa","Toggle the circle list style":"Bật/tắt kiểu danh sách dạng vòng tròn","Toggle the square list style":"Bật/tắt kiểu danh sách dạng vuông","Toggle the decimal list style":"Bật/tắt kiểu danh sách dạng thập phân","Toggle the decimal with leading zero list style":"Bật/tắt kiểu danh sách dạng thập phân bắt đầu bằng số 0","Toggle the lower–roman list style":"Bật/tắt kiểu danh sách chữ số La Mã viết thường","Toggle the upper–roman list style":"Bật/tắt kiểu danh sách chữ số La Mã viết hoa","Toggle the lower–latin list style":"Bật/tắt kiểu danh sách chữ cái Latinh viết thường","Toggle the upper–latin list style":"Bật/tắt kiểu danh sách chữ cái Latinh viết hoa",Disc:"Đĩa",Circle:"Tròn",Square:"Vuông",Decimal:"Thập phân","Decimal with leading zero":"Thập phân bắt đầu bằng số 0","Lower–roman":"Chữ số La Mã viết thường","Upper-roman":"Chữ số La Mã viết hoa","Lower-latin":"Chữ cái Latinh viết thường","Upper-latin":"Chữ cái Latinh viết hoa","List properties":"Thuộc tính danh sách","Start at":"Bắt đầu tại","Start index must be greater than 0.":"Chỉ mục bắt đầu phải lớn hơn 0.","Reversed order":"Thứ tự đảo ngược","Remove Format":"Xóa định dang","Select all":"Chọn tất cả","Show blocks":"Hiện các khối",Source:"Nguồn","Special characters":"Các ký tự đặc biệt",All:"Tất cả",Arrows:"Mũi tên",Currency:"Tiền tệ",Latin:"Latin",Mathematical:"Toán học",Text:"Văn bản","leftwards simple arrow":"mũi tên đơn giản chỉ sang trái","rightwards simple arrow":"mũi tên đơn giản chỉ sang phải","upwards simple arrow":"mũi tên đơn giản chỉ lên trên","downwards simple arrow":"mũi tên đơn giản chỉ xuống dưới","leftwards double arrow":"mũi tên kép hướng sang trái","rightwards double arrow":"mũi tên kép hướng sang phải","upwards double arrow":"mũi tên kép hướng lên","downwards double arrow":"mũi tên kép hướng xuống","leftwards dashed arrow":"mũi tên đứt nét hướng sang trái","rightwards dashed arrow":"mũi tên đứt nét hướng sang phải","upwards dashed arrow":"mũi tên đứt nét hướng lên","downwards dashed arrow":"mũi tên đứt nét hướng xuống","leftwards arrow to bar":"mũi tên hướng sang trái về phía thanh","rightwards arrow to bar":"mũi tên hướng sang phải về phía thanh","upwards arrow to bar":"mũi tên hướng lên trên về phía thanh","downwards arrow to bar":"mũi tên hướng xuống dưới về phía thanh","up down arrow with base":"mũi tên lên xuống có đế","back with leftwards arrow above":"back với mũi tên hướng sang trái ở trên","end with leftwards arrow above":"end với mũi tên hướng sang trái ở trên","on with exclamation mark with left right arrow above":"on với dấu chấm than và mũi tên trái phải ở trên","soon with rightwards arrow above":"soon với mũi tên hướng sang phải ở trên","top with upwards arrow above":"top với mũi tên hướng lên ở trên","Dollar sign":"Ký hiệu Đô la","Euro sign":"Ký hiệu Euro","Yen sign":"Ký hiệu Yên Nhật","Pound sign":"Ký hiệu Bảng Anh","Cent sign":"Ký hiệu Cent","Euro-currency sign":"Ký hiệu tiền tệ Euro","Colon sign":"Ký hiệu Colon","Cruzeiro sign":"Ký hiệu Cruzeiro","French franc sign":"Ký hiệu franc Pháp","Lira sign":"Ký hiệu Lira","Currency sign":"Ký hiệu tiền tệ","Bitcoin sign":"Ký hiệu Bitcoin","Mill sign":"Ký hiệu Mill","Naira sign":"Ký hiệu Naira","Peseta sign":"Ký hiệu Peseta","Rupee sign":"Ký hiệu Rupee","Won sign":"Ký hiệu Won","New sheqel sign":"Ký hiệu Shekel mới","Dong sign":"Ký hiệu Đồng","Kip sign":"Ký hiệu Kip","Tugrik sign":"Ký hiệu Tögrög","Drachma sign":"Ký hiệu Drachma","German penny sign":"Ký hiệu penny Đức","Peso sign":"Ký hiệu Peso","Guarani sign":"Ký hiệu Guarani","Austral sign":"Ký hiệu Austral","Hryvnia sign":"Ký hiệu Hryvnia","Cedi sign":"Ký hiệu Cedi","Livre tournois sign":"Ký hiệu Livre tournois","Spesmilo sign":"Ký hiệu Spesmilo","Tenge sign":"Ký hiệu Tenge","Indian rupee sign":"Ký hiệu rupee Ấn Độ","Turkish lira sign":"Ký hiệu lira Thổ Nhĩ Kỳ","Nordic mark sign":"Ký hiệu Mác Bắc Âu","Manat sign":"Ký hiệu Manat","Ruble sign":"Ký hiệu Rúp","Latin capital letter a with macron":"Chữ cái Latinh a viết hoa với dấu trường âm","Latin small letter a with macron":"Chữ cái Latinh a viết thường với dấu trường âm","Latin capital letter a with breve":"Chữ cái Latinh a viết hoa với dấu trăng","Latin small letter a with breve":"Chữ cái Latinh a viết thường với dấu trăng","Latin capital letter a with ogonek":"Chữ cái Latinh a viết hoa với dấu ogonek","Latin small letter a with ogonek":"Chữ cái Latinh a viết thường với dấu ogonek","Latin capital letter c with acute":"Chữ cái Latinh c viết hoa với dấu sắc","Latin small letter c with acute":"Chữ cái Latinh c viết thường với dấu sắc","Latin capital letter c with circumflex":"Chữ cái Latinh c viết hoa với dấu mũ","Latin small letter c with circumflex":"Chữ cái Latinh c viết thường với dấu mũ","Latin capital letter c with dot above":"Chữ cái Latinh c viết hoa với dấu chấm ở trên","Latin small letter c with dot above":"Chữ cái Latinh c viết thường với dấu chấm ở trên","Latin capital letter c with caron":"Chữ cái Latinh c viết hoa với dấu mũ ngược","Latin small letter c with caron":"Chữ cái Latinh c viết thường với dấu mũ ngược","Latin capital letter d with caron":"Chữ cái Latinh d viết hoa với dấu mũ ngược","Latin small letter d with caron":"Chữ cái Latinh d viết thường với dấu mũ ngược","Latin capital letter d with stroke":"Chữ cái Latinh d viết hoa với dấu gạch ngang","Latin small letter d with stroke":"Chữ cái Latinh d viết thường với dấu gạch ngang","Latin capital letter e with macron":"Chữ cái Latinh e viết hoa với dấu trường âm","Latin small letter e with macron":"Chữ cái Latinh e viết thường với dấu trường âm","Latin capital letter e with breve":"Chữ cái Latinh e viết hoa với dấu trăng","Latin small letter e with breve":"Chữ cái Latinh e viết thường với dấu trăng","Latin capital letter e with dot above":"Chữ cái Latinh e viết hoa với dấu chấm ở trên","Latin small letter e with dot above":"Chữ cái Latinh e viết thường với dấu chấm ở trên","Latin capital letter e with ogonek":"Chữ cái Latinh e viết hoa với dấu ogonek","Latin small letter e with ogonek":"Chữ cái Latinh e viết thường với dấu ogonek","Latin capital letter e with caron":"Chữ cái Latinh e viết hoa với dấu mũ ngược","Latin small letter e with caron":"Chữ cái Latinh e viết thường với dấu mũ ngược","Latin capital letter g with circumflex":"Chữ cái Latinh g viết hoa với dấu mũ","Latin small letter g with circumflex":"Chữ cái Latinh g viết thường với dấu mũ","Latin capital letter g with breve":"Chữ cái Latinh g viết hoa với dấu trăng","Latin small letter g with breve":"Chữ cái Latinh g viết thường với dấu trăng","Latin capital letter g with dot above":"Chữ cái Latinh g viết hoa với dấu chấm ở trên","Latin small letter g with dot above":"Chữ cái Latinh g viết thường với dấu chấm ở trên","Latin capital letter g with cedilla":"Chữ cái Latinh g viết hoa với dấu móc dưới","Latin small letter g with cedilla":"Chữ cái Latinh g viết thường với dấu móc dưới","Latin capital letter h with circumflex":"Chữ cái Latinh h viết hoa với dấu mũ","Latin small letter h with circumflex":"Chữ cái Latinh h viết thường với dấu mũ","Latin capital letter h with stroke":"Chữ cái Latinh h viết hoa với dấu gạch ngang","Latin small letter h with stroke":"Chữ cái Latinh h viết thường với dấu gạch ngang","Latin capital letter i with tilde":"Chữ cái Latinh i viết hoa với dấu ngã","Latin small letter i with tilde":"Chữ cái Latinh i viết thường với dấu ngã","Latin capital letter i with macron":"Chữ cái Latinh i viết hoa với dấu trường âm","Latin small letter i with macron":"Chữ cái Latinh i viết thường với dấu trường âm","Latin capital letter i with breve":"Chữ cái Latinh i viết hoa với dấu trăng","Latin small letter i with breve":"Chữ cái Latinh i viết thường với dấu trăng","Latin capital letter i with ogonek":"Chữ cái Latinh i viết hoa với dấu ogonek","Latin small letter i with ogonek":"Chữ cái Latinh i viết thường với dấu ogonek","Latin capital letter i with dot above":"Chữ cái Latinh i viết hoa với dấu chấm ở trên","Latin small letter dotless i":"Chữ cái Latinh i viết thường không dấu chấm","Latin capital ligature ij":"Chữ ghép Latinh ij viết hoa","Latin small ligature ij":"Chữ ghép Latinh ij viết thường","Latin capital letter j with circumflex":"Chữ cái Latinh j viết hoa với dấu mũ","Latin small letter j with circumflex":"Chữ cái Latinh j viết thường với dấu mũ","Latin capital letter k with cedilla":"Chữ cái Latinh k viết hoa với dấu móc dưới","Latin small letter k with cedilla":"Chữ cái Latinh k viết hoa với dấu móc dưới","Latin small letter kra":"Chữ cái Latinh k viết thường","Latin capital letter l with acute":"Chữ cái Latinh l viết hoa với dấu sắc","Latin small letter l with acute":"Chữ cái Latinh l viết thường với dấu sắc","Latin capital letter l with cedilla":"Chữ cái Latinh l viết hoa với dấu móc dưới","Latin small letter l with cedilla":"Chữ cái Latinh l viết thường với dấu móc dưới","Latin capital letter l with caron":"Chữ cái Latinh l viết hoa với dấu mũ ngược","Latin small letter l with caron":"Chữ cái Latinh l viết thường với dấu mũ ngược","Latin capital letter l with middle dot":"Chữ cái Latinh l viết hoa với dấu chấm ở giữa","Latin small letter l with middle dot":"Chữ cái Latinh l viết thường với dấu chấm ở giữa","Latin capital letter l with stroke":"Chữ cái Latinh l viết hoa với dấu gạch ngang","Latin small letter l with stroke":"Chữ cái Latinh l viết thường với dấu gạch ngang","Latin capital letter n with acute":"Chữ cái Latinh n viết hoa với dấu sắc","Latin small letter n with acute":"Chữ cái Latinh n viết thường với dấu sắc","Latin capital letter n with cedilla":"Chữ cái Latinh n viết hoa với dấu móc dưới","Latin small letter n with cedilla":"Chữ cái Latinh n viết thường với dấu móc dưới","Latin capital letter n with caron":"Chữ cái Latinh n viết hoa với dấu mũ ngược","Latin small letter n with caron":"Chữ cái Latinh n viết thường với dấu mũ ngược","Latin small letter n preceded by apostrophe":"Chữ cái Latinh n viết thường có dấu viết lược đứng trước","Latin capital letter eng":"Chữ cái Latinh Ŋ viết hoa","Latin small letter eng":"Chữ cái Latinh ŋ viết thường","Latin capital letter o with macron":"Chữ cái Latinh o viết hoa với dấu trường âm","Latin small letter o with macron":"Chữ cái Latinh o viết thường với dấu trường âm","Latin capital letter o with breve":"Chữ cái Latinh o viết hoa với dấu trăng","Latin small letter o with breve":"Chữ cái Latinh o viết thường với dấu trăng","Latin capital letter o with double acute":"Chữ cái Latinh o viết hoa với dấu sắc kép","Latin small letter o with double acute":"Chữ cái Latinh o viết thường với dấu sắc kép","Latin capital ligature oe":"Chữ ghép Latinh oe viết hoa","Latin small ligature oe":"Chữ ghép Latinh oe viết thường","Latin capital letter r with acute":"Chữ cái Latinh r viết hoa với dấu sắc","Latin small letter r with acute":"Chữ cái Latinh r viết thường với dấu sắc","Latin capital letter r with cedilla":"Chữ cái Latinh r viết hoa với dấu móc dưới","Latin small letter r with cedilla":"Chữ cái Latinh r viết thường với dấu móc dưới","Latin capital letter r with caron":"Chữ cái Latinh r viết hoa với dấu mũ ngược","Latin small letter r with caron":"Chữ cái Latinh r viết thường với dấu mũ ngược","Latin capital letter s with acute":"Chữ cái Latinh s viết hoa với dấu sắc","Latin small letter s with acute":"Chữ cái Latinh s viết thường với dấu sắc","Latin capital letter s with circumflex":"Chữ cái Latinh s viết hoa với dấu mũ","Latin small letter s with circumflex":"Chữ cái Latinh s viết thường với dấu mũ","Latin capital letter s with cedilla":"Chữ cái Latinh s viết hoa với dấu móc dưới","Latin small letter s with cedilla":"Chữ cái Latinh s viết thường với dấu móc dưới","Latin capital letter s with caron":"Chữ cái Latinh s viết hoa với dấu mũ ngược","Latin small letter s with caron":"Chữ cái Latinh s viết thường với dấu mũ ngược","Latin capital letter t with cedilla":"Chữ cái Latinh t viết hoa với dấu móc dưới","Latin small letter t with cedilla":"Chữ cái Latinh t viết thường với dấu móc dưới","Latin capital letter t with caron":"Chữ cái Latinh t viết hoa với dấu mũ ngược","Latin small letter t with caron":"Chữ cái Latinh t viết thường với dấu mũ ngược","Latin capital letter t with stroke":"Chữ cái Latinh t viết hoa với dấu gạch ngang","Latin small letter t with stroke":"Chữ cái Latinh t viết thường với dấu gạch ngang","Latin capital letter u with tilde":"Chữ cái Latinh u viết hoa với dấu ngã","Latin small letter u with tilde":"Chữ cái Latinh u viết hoa với dấu ngã","Latin capital letter u with macron":"Chữ cái Latinh u viết hoa với dấu trường âm","Latin small letter u with macron":"Chữ cái Latinh u viết thường với dấu trường âm","Latin capital letter u with breve":"Chữ cái Latinh u viết hoa với dấu trăng","Latin small letter u with breve":"Chữ cái Latinh u viết thường với dấu trăng","Latin capital letter u with ring above":"Chữ cái Latinh u viết hoa với vòng tròn ở trên","Latin small letter u with ring above":"Chữ cái Latinh u viết thường với vòng tròn ở trên","Latin capital letter u with double acute":"Chữ cái Latinh u viết hoa với dấu sắc kép","Latin small letter u with double acute":"Chữ cái Latinh u viết thường với dấu sắc kép","Latin capital letter u with ogonek":"Chữ cái Latinh u viết hoa với dấu ogonek","Latin small letter u with ogonek":"Chữ cái Latinh u viết thường với dấu ogonek","Latin capital letter w with circumflex":"Chữ cái Latinh w viết hoa với dấu mũ","Latin small letter w with circumflex":"Chữ cái Latinh w viết thường với dấu mũ","Latin capital letter y with circumflex":"Chữ cái Latinh y viết hoa với dấu mũ","Latin small letter y with circumflex":"Chữ cái Latinh y viết thường với dấu mũ","Latin capital letter y with diaeresis":"Chữ cái Latinh y viết hoa với dấu tách đôi","Latin capital letter z with acute":"Chữ cái Latinh z viết hoa với dấu sắc","Latin small letter z with acute":"Chữ cái Latinh z viết thường với dấu sắc","Latin capital letter z with dot above":"Chữ cái Latinh z viết hoa với dấu chấm ở trên","Latin small letter z with dot above":"Chữ cái Latinh z viết thường với dấu chấm ở trên","Latin capital letter z with caron":"Chữ cái Latinh z viết hoa với dấu mũ ngược","Latin small letter z with caron":"Chữ cái Latinh z viết thường với dấu mũ ngược","Latin small letter long s":"Chữ cái Latinh s dài viết thường","Less-than sign":"Ký hiệu nhỏ hơn","Greater-than sign":"Ký hiệu lớn hơn","Less-than or equal to":"Nhỏ hơn hoặc bằng","Greater-than or equal to":"Lớn hơn hoặc bằng","En dash":"Gạch ngang ngắn","Em dash":"Gạch ngang dài",Macron:"Dấu trường âm",Overline:"Gạch trên","Degree sign":"Ký hiệu độ","Minus sign":"Ký hiệu trừ","Plus-minus sign":"Ký hiệu cộng-trừ","Division sign":"Ký hiệu chia","Fraction slash":"Dấu gạch chéo phân số","Multiplication sign":"Ký hiệu nhân","Latin small letter f with hook":"Chữ cái Latinh f viết thường với móc",Integral:"Tích phân","N-ary summation":"Phép tổng n số nguyên",Infinity:"Vô cực","Square root":"Căn bậc hai","Tilde operator":"Toán tử dấu ngã","Approximately equal to":"Xấp xỉ bằng","Almost equal to":"Gần bằng","Not equal to":"Không bằng","Identical to":"Tương đương","Element of":"Thuộc","Not an element of":"Không thuộc","Contains as member":"Chứa","N-ary product":"Tích n số nguyên","Logical and":"Và logic","Logical or":"Hoặc logic","Not sign":"Không",Intersection:"Giao",Union:"Hợp","Partial differential":"Vi phân riêng phần","For all":"Với mọi","There exists":"Tồn tại","Empty set":"Tập hợp rỗng",Nabla:"Nabla","Asterisk operator":"Toán tử dấu hoa thị","Proportional to":"Tương ứng với",Angle:"Góc","Vulgar fraction one quarter":"Phân số thường một phần tư","Vulgar fraction one half":"Phân số thường một phần hai","Vulgar fraction three quarters":"Phân số thường ba phần tư","Single left-pointing angle quotation mark":"Dấu nháy đơn dạng góc chỉ sang bên trái","Single right-pointing angle quotation mark":"Dấu nháy đơn dạng góc chỉ sang bên phải","Left-pointing double angle quotation mark":"Dấu nháy kép dạng góc chỉ sang bên trái","Right-pointing double angle quotation mark":"Dấu nháy kép dạng góc chỉ sang bên phải","Left single quotation mark":"Dấu nháy đơn bên trái","Right single quotation mark":"Dấu nháy đơn bên phải","Left double quotation mark":"Dấu nháy kép bên trái","Right double quotation mark":"Dấu nháy kép bên phải","Single low-9 quotation mark":"Dấu nháy đơn kiểu low-9","Double low-9 quotation mark":"Dấu nháy kép kiểu low-9","Inverted exclamation mark":"Dấu chấm than ngược","Inverted question mark":"Dấu hỏi ngược","Two dot leader":"Hàng hai dấu chấm","Horizontal ellipsis":"Dấu chấm lửng ngang","Double dagger":"Dấu chữ thập kép","Per mille sign":"Ký hiệu phần nghìn","Per ten thousand sign":"Ký hiệu phần vạn","Double exclamation mark":"Dấu chấm than kép","Question exclamation mark":"Dấu chấm hỏi và chấm than","Exclamation question mark":"Dấu chấm than và chấm hỏi","Double question mark":"Dấu chấm hỏi kép","Copyright sign":"Ký hiệu bản quyền","Registered sign":"Ký hiệu đăng ký thương hiệu","Trade mark sign":"Ký hiệu thương hiệu","Section sign":"Ký hiệu phân đoạn","Paragraph sign":"Ký hiệu đoạn văn","Reversed paragraph sign":"Ký hiệu đoạn văn đảo ngược","Character categories":"Danh mục ký tự",Styles:"Kiểu","Multiple styles":"Nhiều kiểu","Block styles":"Kiểu của khối","Text styles":"Kiểu văn bản","Insert table":"Tạo bảng","Header column":"Tiêu đề cột","Insert column left":"Thêm cột vào bên trái","Insert column right":"Thêm cột vào bên phải","Delete column":"Xoá cột","Select column":"Chọn cột",Column:"Cột","Header row":"Tiêu đề hàng","Insert row below":"Thêm hàng ở dưới","Insert row above":"Thêm hàng phía trên","Delete row":"Xoá hàng","Select row":"Chọn hàng",Row:"Hàng","Merge cell up":"Sát nhập ô lên trên","Merge cell right":"Sát nhập ô qua phải","Merge cell down":"Sát nhập ô xuống dưới","Merge cell left":"Sát nhập ô qua trái","Split cell vertically":"Tách ô theo chiều dọc","Split cell horizontally":"Tách ô theo chiều ngang","Merge cells":"Sát nhập ô","Table toolbar":"Thanh công cụ bảng","Table properties":"Thuộc tính của bảng","Cell properties":"Thuộc tính của ô",Border:"Viền",Style:"Kiểu",Width:"Rộng",Height:"Cao",Color:"Màu",Background:"Màu nền",Padding:"Cách lề",Dimensions:"Kích thước","Table cell text alignment":"Căn lề văn bản trong ô",Alignment:"Căn lề","Horizontal text alignment toolbar":"Thanh công cụ căn chỉnh văn bản theo chiều ngang","Vertical text alignment toolbar":"Thanh công cụ căn chỉnh văn bản theo chiều dọc","Table alignment toolbar":"Thanh công cụ căn chỉnh bảng",None:"Không có kiểu nào",Solid:"Dạng nét liền",Dotted:"Dạng chấm",Dashed:"Dạng đường đứt nét",Double:"Dạng nét đôi",Groove:"Dạng đường rãnh",Ridge:"Dạng gờ",Inset:"Dạng chìm",Outset:"Dạng nổi","Align cell text to the left":"Căn chỉnh văn bản trong ô về bên trái","Align cell text to the center":"Căn chỉnh văn bản trong ô vào chính giữa","Align cell text to the right":"Căn chỉnh văn bản trong ô về bên phải","Justify cell text":"Căn đều văn bản trong ô","Align cell text to the top":"Căn chỉnh văn bản trong ô lên trên cùng","Align cell text to the middle":"Căn chỉnh văn bản trong ô vào giữa","Align cell text to the bottom":"Căn chỉnh văn bản trong ô xuống dưới cùng","Align table to the left":"Căn chỉnh bảng về phía bên trái","Center table":"Căn chỉnh bảng vào chính giữa","Align table to the right":"Căn chỉnh bảng về phía bên phải","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Màu này không hợp lệ. Hãy thử \"#FF0000\" hoặc \"rgb(255,0,0)\" hoặc \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Giá trị này không hợp lệ. Hãy thử \"10px\" hoặc \"2em\" hoặc chỉ \"2\".","Color picker":"Bộ chọn màu","Toggle caption off":"Ẩn chú thích","Toggle caption on":"Hiện chú thích","Enter table caption":"Nhập chú thích cho bảng","Rich Text Editor":"Trình soạn thảo văn bản","Editor editing area: %0":"Vùng chỉnh sửa của trình chỉnh sửa: %0","Edit block":"Chỉnh sửa đoạn",Next:"Tiếp theo",Previous:"Quay lại","Editor toolbar":"Thanh công cụ biên tập","Dropdown toolbar":"Thanh công cụ danh mục",Black:"Đen","Dim grey":"Xám mờ",Grey:"Xám","Light grey":"Xám nhạt",White:"Trắng",Red:"Đỏ",Orange:"Cam",Yellow:"Vàng","Light green":"Xanh lá nhạt",Green:"Xanh lá",Aquamarine:"Xanh ngọc biển",Turquoise:"Xanh ngọc bích","Light blue":"Xanh dương",Blue:"Xanh biển",Purple:"Tím","Editor block content toolbar":"Thanh công cụ chỉnh sửa khối nội dung","Editor contextual toolbar":"Thanh công cụ chỉnh sửa theo ngữ cảnh",HEX:"HEX",Accept:"Chấp nhận",Undo:"Hoàn tác",Redo:"Tiếp tục","Upload in progress":"Đang tải lên","Widget toolbar":"Thanh công cụ tiện ích","Insert paragraph before block":"Chèn đoạn trước khối","Insert paragraph after block":"Chèn đoạn sau khối","Press Enter to type after or press Shift + Enter to type before the widget":"Nhấn Enter để nhập vào sau hoặc nhấn Shift + Enter để nhập vào trước tiện ích","Words: %0":"Số chữ: %0","Characters: %0":"Số ký tự: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/zh-cn.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/zh-cn.js index 6805c46c0aa9..e8b8b6432d56 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/zh-cn.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/zh-cn.js @@ -1 +1 @@ -(function(d){ const l = d['zh-cn'] = d['zh-cn'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"左对齐","Align right":"右对齐","Align center":"居中对齐",Justify:"两端对齐","Text alignment":"对齐","Text alignment toolbar":"对齐工具栏",Bold:"加粗",Italic:"倾斜",Underline:"下划线",Code:"代码",Strikethrough:"删除线",Subscript:"下标",Superscript:"上标","Block quote":"块引用","Insert code block":"插入代码块","Plain text":"纯文本",Cancel:"取消","Remove color":"移除颜色","Restore default":"恢复默认",Save:"保存","Show more items":"显示更多","%0 of %1":"第 %0 步,共 %1 步","Cannot upload file:":"无法上传的文件:","Rich Text Editor. Editing area: %0":"富文本编辑器。编辑区域:%0","Find and replace":"查找和替换","Find in text…":"查找的文本",Find:"查找","Previous result":"上一个匹配项","Next result":"下一个匹配项",Replace:"替换","Replace all":"全部替换","Match case":"区分大小写","Whole words only":"单词","Replace with…":"替换的文本","Text to find must not be empty.":"查找的文本不可为空","Tip: Find some text first in order to replace it.":"提示:先查找文本再替换","Show options":"显示配置",Paragraph:"段落",Heading:"标题","Choose heading":"标题类型","Heading 1":"标题 1","Heading 2":"标题 2","Heading 3":"标题 3","Heading 4":"标题 4","Heading 5":"标题 5","Heading 6":"标题 6","Type your title":"输入标题","Type or paste your content here.":"在这里输入或粘贴内容","Horizontal line":"水平线","HTML object":"HTML对象","Increase indent":"增加缩进","Decrease indent":"减少缩进",Unlink:"取消超链接",Link:"超链接","Link URL":"链接网址","Link image":"链接图片","Edit link":"修改链接","Open link in new tab":"在新标签页中打开链接","This link has no URL":"此链接没有设置网址","Open in a new tab":"在新标签页中打开",Downloadable:"可下载","Numbered List":"项目编号列表","Bulleted List":"项目符号列表","To-do List":"待办列表","Bulleted list styles toolbar":"项目符号列表样式工具条","Numbered list styles toolbar":"项目编号列表样式工具条","Toggle the disc list style":"切换实心原点列表样式","Toggle the circle list style":"切换空心原点列表样式","Toggle the square list style":"切换实心方块列表样式","Toggle the decimal list style":"切换阿拉伯数字列表样式","Toggle the decimal with leading zero list style":"切换前导零阿拉伯数字列表样式","Toggle the lower–roman list style":"切换小写罗马数字列表样式","Toggle the upper–roman list style":"切换大写罗马数字列表样式","Toggle the lower–latin list style":"切换小写拉丁字母列表样式","Toggle the upper–latin list style":"切换大写拉丁字母列表样式",Disc:"实心圆点",Circle:"空心圆点",Square:"实心方块",Decimal:"阿拉伯数字","Decimal with leading zero":"前导零阿拉伯数字","Lower–roman":"小写罗马数字","Upper-roman":"大写罗马数字","Lower-latin":"小写拉丁字母","Upper-latin":"大写拉丁字母","List properties":"列表属性","Start at":"起始编号","Start index must be greater than 0.":"起始编号必须大于0。","Reversed order":"顺序反转","Remove Format":"移除格式","Select all":"全选",Source:"源代码","Special characters":"特殊字符",All:"全部",Arrows:"箭头",Currency:"货币",Latin:"拉丁文",Mathematical:"数学",Text:"文本","leftwards simple arrow":"向左简单箭头","rightwards simple arrow":"向右简单箭头","upwards simple arrow":"向上简单箭头","downwards simple arrow":"向下简单箭头","leftwards double arrow":"向左双箭头","rightwards double arrow":"向右双箭头","upwards double arrow":"向上双箭头","downwards double arrow":"向下双箭头","leftwards dashed arrow":"向左虚线箭头","rightwards dashed arrow":"向右虚线箭头","upwards dashed arrow":"向上虚线箭头","downwards dashed arrow":"向下虚线箭头","leftwards arrow to bar":"头部带杠的向左箭头","rightwards arrow to bar":"头部带杠的向右箭头","upwards arrow to bar":"头部带杠的向上箭头","downwards arrow to bar":"头部带杠的向下箭头","up down arrow with base":"处于基线的上下箭头","back with leftwards arrow above":"带有back标识的向左箭头","end with leftwards arrow above":"带有end标识的向左箭头","on with exclamation mark with left right arrow above":"带有NO!标识的左右双向箭头","soon with rightwards arrow above":"带有soon标识的向右箭头","top with upwards arrow above":"带有top标识的向上箭头","Dollar sign":"美元符号","Euro sign":"欧元符号","Yen sign":"日元符号","Pound sign":"英镑符号","Cent sign":"分币符号","Euro-currency sign":"欧元货币符号","Colon sign":"科朗符号","Cruzeiro sign":"克鲁塞罗符号","French franc sign":"法国法郎符号","Lira sign":"里拉符号","Currency sign":"货币符号","Bitcoin sign":"比特币符号","Mill sign":"密尔符号","Naira sign":"奈拉符号","Peseta sign":"比塞塔符号","Rupee sign":"卢比符号","Won sign":"韩元符号","New sheqel sign":"新谢克尔符号","Dong sign":"越南盾符号","Kip sign":" 基普符号","Tugrik sign":"图格里克符号","Drachma sign":"德拉克马符号","German penny sign":"德国便士符号","Peso sign":"比索符号","Guarani sign":"瓜拉尼货币符号","Austral sign":"澳大利亚货币符号","Hryvnia sign":"戈里夫纳符号","Cedi sign":"塞地符号","Livre tournois sign":"里弗尔符号","Spesmilo sign":"斯佩斯米洛符号","Tenge sign":"坚戈符号","Indian rupee sign":"印度卢比符号","Turkish lira sign":"土耳其里拉符号","Nordic mark sign":"北欧马克征符号","Manat sign":"马纳特符号","Ruble sign":"俄罗斯卢布","Latin capital letter a with macron":"带长音符的大写拉丁字母a","Latin small letter a with macron":"带长音符的小写拉丁字母a","Latin capital letter a with breve":"带短音符的大写拉丁字母a","Latin small letter a with breve":"带短音符的小写拉丁字母a","Latin capital letter a with ogonek":"带反尾形符的大写拉丁字母a","Latin small letter a with ogonek":"带反尾形符的小写拉丁字母a","Latin capital letter c with acute":"带锐音符的大写拉丁字母c","Latin small letter c with acute":"带锐音符的小写拉丁字母c","Latin capital letter c with circumflex":"带扬抑符的大写拉丁字母c","Latin small letter c with circumflex":"带扬抑符的小写拉丁字母c","Latin capital letter c with dot above":"带上点的大写拉丁字母c","Latin small letter c with dot above":"带上点的小写拉丁字母c","Latin capital letter c with caron":"带抑扬符的大写拉丁字母c","Latin small letter c with caron":"带抑扬符的小写拉丁字母c","Latin capital letter d with caron":"带抑扬符的大写拉丁字母d","Latin small letter d with caron":"带抑扬符的小写拉丁字母d","Latin capital letter d with stroke":"带删节线的大写拉丁字母d","Latin small letter d with stroke":"带删节线的小写拉丁字母d","Latin capital letter e with macron":"带长音符的大写拉丁字母e","Latin small letter e with macron":"带长音符的小写拉丁字母e","Latin capital letter e with breve":"带短音符的大写拉丁字母e","Latin small letter e with breve":"带短音符的小写拉丁字母e","Latin capital letter e with dot above":"带上点的大写拉丁字母e","Latin small letter e with dot above":"带上点的小写拉丁字母e","Latin capital letter e with ogonek":"带反尾形符的大写拉丁字母e","Latin small letter e with ogonek":"带反尾形符的小写拉丁字母e","Latin capital letter e with caron":"带抑扬符的大写拉丁字母e","Latin small letter e with caron":"带抑扬符的小写拉丁字母e","Latin capital letter g with circumflex":"带扬抑符的大写拉丁字母g","Latin small letter g with circumflex":"带扬抑符的小写拉丁字母g","Latin capital letter g with breve":"带短音符的大写拉丁字母g","Latin small letter g with breve":"带短音符的小写拉丁字母g","Latin capital letter g with dot above":"带上点的大写拉丁字母g","Latin small letter g with dot above":"带上点的小写拉丁字母g","Latin capital letter g with cedilla":"带软音符的大写拉丁字母g","Latin small letter g with cedilla":"带软音符的小写拉丁字母g","Latin capital letter h with circumflex":"带扬抑符的大写拉丁字母h","Latin small letter h with circumflex":"带扬抑符的小写拉丁字母h","Latin capital letter h with stroke":"带删节线的大写拉丁字母h","Latin small letter h with stroke":"带删节线的小写拉丁字母h","Latin capital letter i with tilde":"带腭化符的大写拉丁字母i","Latin small letter i with tilde":"带腭化符的小写拉丁字母i","Latin capital letter i with macron":"带长音符的大写拉丁字母i","Latin small letter i with macron":"带长音符的小写拉丁字母i","Latin capital letter i with breve":"带短音符的大写拉丁字母i","Latin small letter i with breve":"带短音符的小写拉丁字母i","Latin capital letter i with ogonek":"带反尾形符的大写拉丁字母i","Latin small letter i with ogonek":"带反尾形符的小写拉丁字母i","Latin capital letter i with dot above":"带上点的大写拉丁字母i","Latin small letter dotless i":"没有点的小写拉丁字母i","Latin capital ligature ij":"大写拉丁连字符ij","Latin small ligature ij":"小写拉丁连字符ij","Latin capital letter j with circumflex":"带扬抑符的大写拉丁字母j","Latin small letter j with circumflex":"带扬抑符的小写拉丁字母j","Latin capital letter k with cedilla":"带软音符的大写拉丁字母k","Latin small letter k with cedilla":"带软音符的小写拉丁字母k","Latin small letter kra":"小写拉丁字母kra","Latin capital letter l with acute":"带锐音符的大写拉丁字母l","Latin small letter l with acute":"带锐音符的小写拉丁字母l","Latin capital letter l with cedilla":"带软音符的大写拉丁字母l","Latin small letter l with cedilla":"带软音符的小写拉丁字母l","Latin capital letter l with caron":"带抑扬符的大写拉丁字母l","Latin small letter l with caron":"带抑扬符的小写拉丁字母l","Latin capital letter l with middle dot":"带中点的大写拉丁字母l","Latin small letter l with middle dot":"带中点的小写拉丁字母l","Latin capital letter l with stroke":"带删节线的大写拉丁字母l","Latin small letter l with stroke":"带删节线的小写拉丁字母l","Latin capital letter n with acute":"带锐音符的大写拉丁字母n","Latin small letter n with acute":"带锐音符的小写拉丁字母n","Latin capital letter n with cedilla":"带软音符的大写拉丁字母n","Latin small letter n with cedilla":"带软音符的小写拉丁字母n","Latin capital letter n with caron":"带抑扬符的大写拉丁字母n","Latin small letter n with caron":"带抑扬符的小写拉丁字母n","Latin small letter n preceded by apostrophe":"冠以撇号的小写拉丁字母n","Latin capital letter eng":"大写拉丁字母eng","Latin small letter eng":"小写拉丁字母eng","Latin capital letter o with macron":"带长音符的大写拉丁字母o","Latin small letter o with macron":"带长音符的小写拉丁字母o","Latin capital letter o with breve":"带短音符的大写拉丁字母o","Latin small letter o with breve":"带短音符的小写拉丁字母o","Latin capital letter o with double acute":"带双锐音符的大写拉丁字母o","Latin small letter o with double acute":"带双锐音符的小写拉丁字母o","Latin capital ligature oe":"大写拉丁连字符oe","Latin small ligature oe":"小写拉丁连字符oe","Latin capital letter r with acute":"带锐音符的大写拉丁字母r","Latin small letter r with acute":"带锐音符的小写拉丁字母r","Latin capital letter r with cedilla":"带软音符的大写拉丁字母r","Latin small letter r with cedilla":"带软音符的小写拉丁字母r","Latin capital letter r with caron":"带抑扬符的大写拉丁字母r","Latin small letter r with caron":"带抑扬符的小写拉丁字母r","Latin capital letter s with acute":"带锐音符的大写拉丁字母s","Latin small letter s with acute":"带锐音符的小写拉丁字母s","Latin capital letter s with circumflex":"带扬抑符的大写拉丁字母s","Latin small letter s with circumflex":"带扬抑符的小写拉丁字母s","Latin capital letter s with cedilla":"带软音符的大写拉丁字母s","Latin small letter s with cedilla":"带软音符的小写拉丁字母s","Latin capital letter s with caron":"带抑扬符的大写拉丁字母s","Latin small letter s with caron":"带抑扬符的小写拉丁字母s","Latin capital letter t with cedilla":"带软音符的大写拉丁字母t","Latin small letter t with cedilla":"带软音符的小写拉丁字母t","Latin capital letter t with caron":"带抑扬符的大写拉丁字母t","Latin small letter t with caron":"带抑扬符的小写拉丁字母t","Latin capital letter t with stroke":"带删节线的大写拉丁字母t","Latin small letter t with stroke":"带删节线的小写拉丁字母t","Latin capital letter u with tilde":"带腭化符的大写拉丁字母u","Latin small letter u with tilde":"带腭化符的小写拉丁字母u","Latin capital letter u with macron":"带长音符的大写拉丁字母u","Latin small letter u with macron":"带长音符的小写拉丁字母u","Latin capital letter u with breve":"带短音符的大写拉丁字母u","Latin small letter u with breve":"带短音符的小写拉丁字母u","Latin capital letter u with ring above":"带上圆圈的大写拉丁字母u","Latin small letter u with ring above":"带上圆圈的小写拉丁字母u","Latin capital letter u with double acute":"带双锐音符的大写拉丁字母u","Latin small letter u with double acute":"带双锐音符的小写拉丁字母u","Latin capital letter u with ogonek":"带反尾形符的大写拉丁字母u","Latin small letter u with ogonek":"带反尾形符的小写拉丁字母u","Latin capital letter w with circumflex":"带扬抑符的大写拉丁字母w","Latin small letter w with circumflex":"带扬抑符的小写拉丁字母w","Latin capital letter y with circumflex":"带扬抑符的大写拉丁字母y","Latin small letter y with circumflex":"带扬抑符的小写拉丁字母y","Latin capital letter y with diaeresis":"带分音符的大写拉丁字母y","Latin capital letter z with acute":"带锐音符的大写拉丁字母z","Latin small letter z with acute":"带锐音符的小写拉丁字母z","Latin capital letter z with dot above":"带上点的大写拉丁字母z","Latin small letter z with dot above":"带上点的小写拉丁字母z","Latin capital letter z with caron":"带抑扬符的大写拉丁字母z","Latin small letter z with caron":"带抑扬符的小写拉丁字母z","Latin small letter long s":"小写拉丁字母长s","Less-than sign":"小于号","Greater-than sign":"大于号","Less-than or equal to":"小于等于","Greater-than or equal to":"大于等于","En dash":"短破折号","Em dash":"长破折号",Macron:"长音符号",Overline:"上划线","Degree sign":"度数符号","Minus sign":"负号","Plus-minus sign":"正负号","Division sign":"除号","Fraction slash":"分数斜线","Multiplication sign":"称号","Latin small letter f with hook":"带钩的拉丁文小写字母 F",Integral:"积分","N-ary summation":"N 元求和",Infinity:"无穷大","Square root":"平方根","Tilde operator":"波浪线运算符","Approximately equal to":"近似等于","Almost equal to":"约等于","Not equal to":"不等于","Identical to":"恒等于","Element of":"属于","Not an element of":"不属于","Contains as member":"包含","N-ary product":"N 元乘积","Logical and":"逻辑与","Logical or":"逻辑或","Not sign":"非",Intersection:"交集",Union:"并集","Partial differential":"偏微分","For all":"对于全部","There exists":"存在","Empty set":"空集",Nabla:"劈形算符","Asterisk operator":"星号运算符","Proportional to":"比例",Angle:"角","Vulgar fraction one quarter":"普通分数四分之一","Vulgar fraction one half":"普通分数二分之一","Vulgar fraction three quarters":"普通分数四分之三","Single left-pointing angle quotation mark":"单左尖括号","Single right-pointing angle quotation mark":"单右尖括号","Left-pointing double angle quotation mark":"双左尖括号","Right-pointing double angle quotation mark":"双右尖括号","Left single quotation mark":"左单引号","Right single quotation mark":"右单引号","Left double quotation mark":"左双引号","Right double quotation mark":"右双引号","Single low-9 quotation mark":"低位后单引号","Double low-9 quotation mark":"低位后双引号","Inverted exclamation mark":"反感叹号","Inverted question mark":"反问号","Two dot leader":"二点前导符","Horizontal ellipsis":"省略号","Double dagger":"双剑号","Per mille sign":"千分号","Per ten thousand sign":"万分号","Double exclamation mark":"双叹号","Question exclamation mark":"疑问感叹号","Exclamation question mark":"感叹疑问号","Double question mark":"双问号","Copyright sign":"版权符号","Registered sign":"注册商标","Trade mark sign":"商标符号","Section sign":"节标记","Paragraph sign":"段落符号","Reversed paragraph sign":"反向段落符号","Character categories":"字符类别",Styles:"样式","Multiple styles":"多样式","Block styles":"块级样式","Text styles":"文本样式","Insert table":"插入表格","Header column":"标题列","Insert column left":"左侧插入列","Insert column right":"右侧插入列","Delete column":"删除本列","Select column":"选择列",Column:"列","Header row":"标题行","Insert row below":"在下面插入一行","Insert row above":"在上面插入一行","Delete row":"删除本行","Select row":"选择行",Row:"行","Merge cell up":"向上合并单元格","Merge cell right":"向右合并单元格","Merge cell down":"向下合并单元格","Merge cell left":"向左合并单元格","Split cell vertically":"纵向拆分单元格","Split cell horizontally":"横向拆分单元格","Merge cells":"合并单元格","Table toolbar":"表格工具栏","Table properties":"表格属性","Cell properties":"单元格属性",Border:"边框",Style:"样式",Width:"宽度",Height:"高度",Color:"颜色",Background:"背景",Padding:"内边距",Dimensions:"尺寸","Table cell text alignment":"表格单元格中的文本水平对齐",Alignment:"对齐","Horizontal text alignment toolbar":"水平文本对齐工具栏","Vertical text alignment toolbar":"垂直文本对齐工具栏","Table alignment toolbar":"表格对齐工具栏",None:"无",Solid:"实线",Dotted:"点状虚线",Dashed:"虚线",Double:"双线",Groove:"凹槽边框",Ridge:"垄状边框",Inset:"凹边框",Outset:"凸边框","Align cell text to the left":"使单元格文本左对齐","Align cell text to the center":"使单元格文本水平居中","Align cell text to the right":"使单元格文本右对齐","Justify cell text":"对齐单元格文本","Align cell text to the top":"使单元格文本对齐到顶部","Align cell text to the middle":"使单元格文本垂直居中","Align cell text to the bottom":"使单元格文本对齐到底部","Align table to the left":"使表格左对齐","Center table":"表格居中","Align table to the right":"使表格右对齐","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"颜色无效。尝试使用\"#FF0000\"、\"rgb(255,0,0)\"或者\"red\"。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"无效值。尝试使用“10px”、“2ex”或者只写“2”。","Color picker":"颜色选择器","Toggle caption off":"关闭表标题","Toggle caption on":"打开表标题","Enter table caption":"输入表标题","Rich Text Editor":"富文本编辑器","Editor editing area: %0":"编辑器编辑区域:%0","Edit block":"编辑框",Next:"下一步",Previous:"上一步","Editor toolbar":"编辑器工具栏","Dropdown toolbar":"下拉工具栏",Black:"黑色","Dim grey":"暗灰色",Grey:"灰色","Light grey":"浅灰色",White:"白色",Red:"红色",Orange:"橙色",Yellow:"黄色","Light green":"浅绿色",Green:"绿色",Aquamarine:"海蓝色",Turquoise:"青色","Light blue":"浅蓝色",Blue:"蓝色",Purple:"紫色","Editor block content toolbar":"编辑器块内容工具栏","Editor contextual toolbar":"编辑器上下文工具栏",HEX:"",Undo:"撤销",Redo:"重做","Upload in progress":"正在上传","Widget toolbar":"小部件工具栏","Insert paragraph before block":"在前面插入段落","Insert paragraph after block":"在后面插入段落","Press Enter to type after or press Shift + Enter to type before the widget":"按下“Enter”键,在小组件后输入;按下“Shift+Enter”键,在小组件前输入","Words: %0":"单词数:%0","Characters: %0":"字符数:%0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['zh-cn'] = d['zh-cn'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"左对齐","Align right":"右对齐","Align center":"居中对齐",Justify:"两端对齐","Text alignment":"对齐","Text alignment toolbar":"对齐工具栏",Bold:"加粗",Italic:"倾斜",Underline:"下划线",Code:"代码",Strikethrough:"删除线",Subscript:"下标",Superscript:"上标","Block quote":"块引用","Insert code block":"插入代码块","Plain text":"纯文本",Cancel:"取消","Remove color":"移除颜色","Restore default":"恢复默认",Save:"保存","Show more items":"显示更多","%0 of %1":"第 %0 步,共 %1 步","Cannot upload file:":"无法上传的文件:","Rich Text Editor. Editing area: %0":"富文本编辑器。编辑区域:%0","Find and replace":"查找和替换","Find in text…":"查找的文本",Find:"查找","Previous result":"上一个匹配项","Next result":"下一个匹配项",Replace:"替换","Replace all":"全部替换","Match case":"区分大小写","Whole words only":"单词","Replace with…":"替换的文本","Text to find must not be empty.":"查找的文本不可为空","Tip: Find some text first in order to replace it.":"提示:先查找文本再替换","Show options":"显示配置",Paragraph:"段落",Heading:"标题","Choose heading":"标题类型","Heading 1":"标题 1","Heading 2":"标题 2","Heading 3":"标题 3","Heading 4":"标题 4","Heading 5":"标题 5","Heading 6":"标题 6","Type your title":"输入标题","Type or paste your content here.":"在这里输入或粘贴内容","Horizontal line":"水平线","HTML object":"HTML对象","Increase indent":"增加缩进","Decrease indent":"减少缩进",Unlink:"取消超链接",Link:"超链接","Link URL":"链接网址","Link image":"链接图片","Edit link":"修改链接","Open link in new tab":"在新标签页中打开链接","This link has no URL":"此链接没有设置网址","Open in a new tab":"在新标签页中打开",Downloadable:"可下载","Numbered List":"项目编号列表","Bulleted List":"项目符号列表","To-do List":"待办列表","Bulleted list styles toolbar":"项目符号列表样式工具条","Numbered list styles toolbar":"项目编号列表样式工具条","Toggle the disc list style":"切换实心原点列表样式","Toggle the circle list style":"切换空心原点列表样式","Toggle the square list style":"切换实心方块列表样式","Toggle the decimal list style":"切换阿拉伯数字列表样式","Toggle the decimal with leading zero list style":"切换前导零阿拉伯数字列表样式","Toggle the lower–roman list style":"切换小写罗马数字列表样式","Toggle the upper–roman list style":"切换大写罗马数字列表样式","Toggle the lower–latin list style":"切换小写拉丁字母列表样式","Toggle the upper–latin list style":"切换大写拉丁字母列表样式",Disc:"实心圆点",Circle:"空心圆点",Square:"实心方块",Decimal:"阿拉伯数字","Decimal with leading zero":"前导零阿拉伯数字","Lower–roman":"小写罗马数字","Upper-roman":"大写罗马数字","Lower-latin":"小写拉丁字母","Upper-latin":"大写拉丁字母","List properties":"列表属性","Start at":"起始编号","Start index must be greater than 0.":"起始编号必须大于0。","Reversed order":"顺序反转","Remove Format":"移除格式","Select all":"全选","Show blocks":"显示区块",Source:"源代码","Special characters":"特殊字符",All:"全部",Arrows:"箭头",Currency:"货币",Latin:"拉丁文",Mathematical:"数学",Text:"文本","leftwards simple arrow":"向左简单箭头","rightwards simple arrow":"向右简单箭头","upwards simple arrow":"向上简单箭头","downwards simple arrow":"向下简单箭头","leftwards double arrow":"向左双箭头","rightwards double arrow":"向右双箭头","upwards double arrow":"向上双箭头","downwards double arrow":"向下双箭头","leftwards dashed arrow":"向左虚线箭头","rightwards dashed arrow":"向右虚线箭头","upwards dashed arrow":"向上虚线箭头","downwards dashed arrow":"向下虚线箭头","leftwards arrow to bar":"头部带杠的向左箭头","rightwards arrow to bar":"头部带杠的向右箭头","upwards arrow to bar":"头部带杠的向上箭头","downwards arrow to bar":"头部带杠的向下箭头","up down arrow with base":"处于基线的上下箭头","back with leftwards arrow above":"带有back标识的向左箭头","end with leftwards arrow above":"带有end标识的向左箭头","on with exclamation mark with left right arrow above":"带有NO!标识的左右双向箭头","soon with rightwards arrow above":"带有soon标识的向右箭头","top with upwards arrow above":"带有top标识的向上箭头","Dollar sign":"美元符号","Euro sign":"欧元符号","Yen sign":"日元符号","Pound sign":"英镑符号","Cent sign":"分币符号","Euro-currency sign":"欧元货币符号","Colon sign":"科朗符号","Cruzeiro sign":"克鲁塞罗符号","French franc sign":"法国法郎符号","Lira sign":"里拉符号","Currency sign":"货币符号","Bitcoin sign":"比特币符号","Mill sign":"密尔符号","Naira sign":"奈拉符号","Peseta sign":"比塞塔符号","Rupee sign":"卢比符号","Won sign":"韩元符号","New sheqel sign":"新谢克尔符号","Dong sign":"越南盾符号","Kip sign":" 基普符号","Tugrik sign":"图格里克符号","Drachma sign":"德拉克马符号","German penny sign":"德国便士符号","Peso sign":"比索符号","Guarani sign":"瓜拉尼货币符号","Austral sign":"澳大利亚货币符号","Hryvnia sign":"戈里夫纳符号","Cedi sign":"塞地符号","Livre tournois sign":"里弗尔符号","Spesmilo sign":"斯佩斯米洛符号","Tenge sign":"坚戈符号","Indian rupee sign":"印度卢比符号","Turkish lira sign":"土耳其里拉符号","Nordic mark sign":"北欧马克征符号","Manat sign":"马纳特符号","Ruble sign":"俄罗斯卢布","Latin capital letter a with macron":"带长音符的大写拉丁字母a","Latin small letter a with macron":"带长音符的小写拉丁字母a","Latin capital letter a with breve":"带短音符的大写拉丁字母a","Latin small letter a with breve":"带短音符的小写拉丁字母a","Latin capital letter a with ogonek":"带反尾形符的大写拉丁字母a","Latin small letter a with ogonek":"带反尾形符的小写拉丁字母a","Latin capital letter c with acute":"带锐音符的大写拉丁字母c","Latin small letter c with acute":"带锐音符的小写拉丁字母c","Latin capital letter c with circumflex":"带扬抑符的大写拉丁字母c","Latin small letter c with circumflex":"带扬抑符的小写拉丁字母c","Latin capital letter c with dot above":"带上点的大写拉丁字母c","Latin small letter c with dot above":"带上点的小写拉丁字母c","Latin capital letter c with caron":"带抑扬符的大写拉丁字母c","Latin small letter c with caron":"带抑扬符的小写拉丁字母c","Latin capital letter d with caron":"带抑扬符的大写拉丁字母d","Latin small letter d with caron":"带抑扬符的小写拉丁字母d","Latin capital letter d with stroke":"带删节线的大写拉丁字母d","Latin small letter d with stroke":"带删节线的小写拉丁字母d","Latin capital letter e with macron":"带长音符的大写拉丁字母e","Latin small letter e with macron":"带长音符的小写拉丁字母e","Latin capital letter e with breve":"带短音符的大写拉丁字母e","Latin small letter e with breve":"带短音符的小写拉丁字母e","Latin capital letter e with dot above":"带上点的大写拉丁字母e","Latin small letter e with dot above":"带上点的小写拉丁字母e","Latin capital letter e with ogonek":"带反尾形符的大写拉丁字母e","Latin small letter e with ogonek":"带反尾形符的小写拉丁字母e","Latin capital letter e with caron":"带抑扬符的大写拉丁字母e","Latin small letter e with caron":"带抑扬符的小写拉丁字母e","Latin capital letter g with circumflex":"带扬抑符的大写拉丁字母g","Latin small letter g with circumflex":"带扬抑符的小写拉丁字母g","Latin capital letter g with breve":"带短音符的大写拉丁字母g","Latin small letter g with breve":"带短音符的小写拉丁字母g","Latin capital letter g with dot above":"带上点的大写拉丁字母g","Latin small letter g with dot above":"带上点的小写拉丁字母g","Latin capital letter g with cedilla":"带软音符的大写拉丁字母g","Latin small letter g with cedilla":"带软音符的小写拉丁字母g","Latin capital letter h with circumflex":"带扬抑符的大写拉丁字母h","Latin small letter h with circumflex":"带扬抑符的小写拉丁字母h","Latin capital letter h with stroke":"带删节线的大写拉丁字母h","Latin small letter h with stroke":"带删节线的小写拉丁字母h","Latin capital letter i with tilde":"带腭化符的大写拉丁字母i","Latin small letter i with tilde":"带腭化符的小写拉丁字母i","Latin capital letter i with macron":"带长音符的大写拉丁字母i","Latin small letter i with macron":"带长音符的小写拉丁字母i","Latin capital letter i with breve":"带短音符的大写拉丁字母i","Latin small letter i with breve":"带短音符的小写拉丁字母i","Latin capital letter i with ogonek":"带反尾形符的大写拉丁字母i","Latin small letter i with ogonek":"带反尾形符的小写拉丁字母i","Latin capital letter i with dot above":"带上点的大写拉丁字母i","Latin small letter dotless i":"没有点的小写拉丁字母i","Latin capital ligature ij":"大写拉丁连字符ij","Latin small ligature ij":"小写拉丁连字符ij","Latin capital letter j with circumflex":"带扬抑符的大写拉丁字母j","Latin small letter j with circumflex":"带扬抑符的小写拉丁字母j","Latin capital letter k with cedilla":"带软音符的大写拉丁字母k","Latin small letter k with cedilla":"带软音符的小写拉丁字母k","Latin small letter kra":"小写拉丁字母kra","Latin capital letter l with acute":"带锐音符的大写拉丁字母l","Latin small letter l with acute":"带锐音符的小写拉丁字母l","Latin capital letter l with cedilla":"带软音符的大写拉丁字母l","Latin small letter l with cedilla":"带软音符的小写拉丁字母l","Latin capital letter l with caron":"带抑扬符的大写拉丁字母l","Latin small letter l with caron":"带抑扬符的小写拉丁字母l","Latin capital letter l with middle dot":"带中点的大写拉丁字母l","Latin small letter l with middle dot":"带中点的小写拉丁字母l","Latin capital letter l with stroke":"带删节线的大写拉丁字母l","Latin small letter l with stroke":"带删节线的小写拉丁字母l","Latin capital letter n with acute":"带锐音符的大写拉丁字母n","Latin small letter n with acute":"带锐音符的小写拉丁字母n","Latin capital letter n with cedilla":"带软音符的大写拉丁字母n","Latin small letter n with cedilla":"带软音符的小写拉丁字母n","Latin capital letter n with caron":"带抑扬符的大写拉丁字母n","Latin small letter n with caron":"带抑扬符的小写拉丁字母n","Latin small letter n preceded by apostrophe":"冠以撇号的小写拉丁字母n","Latin capital letter eng":"大写拉丁字母eng","Latin small letter eng":"小写拉丁字母eng","Latin capital letter o with macron":"带长音符的大写拉丁字母o","Latin small letter o with macron":"带长音符的小写拉丁字母o","Latin capital letter o with breve":"带短音符的大写拉丁字母o","Latin small letter o with breve":"带短音符的小写拉丁字母o","Latin capital letter o with double acute":"带双锐音符的大写拉丁字母o","Latin small letter o with double acute":"带双锐音符的小写拉丁字母o","Latin capital ligature oe":"大写拉丁连字符oe","Latin small ligature oe":"小写拉丁连字符oe","Latin capital letter r with acute":"带锐音符的大写拉丁字母r","Latin small letter r with acute":"带锐音符的小写拉丁字母r","Latin capital letter r with cedilla":"带软音符的大写拉丁字母r","Latin small letter r with cedilla":"带软音符的小写拉丁字母r","Latin capital letter r with caron":"带抑扬符的大写拉丁字母r","Latin small letter r with caron":"带抑扬符的小写拉丁字母r","Latin capital letter s with acute":"带锐音符的大写拉丁字母s","Latin small letter s with acute":"带锐音符的小写拉丁字母s","Latin capital letter s with circumflex":"带扬抑符的大写拉丁字母s","Latin small letter s with circumflex":"带扬抑符的小写拉丁字母s","Latin capital letter s with cedilla":"带软音符的大写拉丁字母s","Latin small letter s with cedilla":"带软音符的小写拉丁字母s","Latin capital letter s with caron":"带抑扬符的大写拉丁字母s","Latin small letter s with caron":"带抑扬符的小写拉丁字母s","Latin capital letter t with cedilla":"带软音符的大写拉丁字母t","Latin small letter t with cedilla":"带软音符的小写拉丁字母t","Latin capital letter t with caron":"带抑扬符的大写拉丁字母t","Latin small letter t with caron":"带抑扬符的小写拉丁字母t","Latin capital letter t with stroke":"带删节线的大写拉丁字母t","Latin small letter t with stroke":"带删节线的小写拉丁字母t","Latin capital letter u with tilde":"带腭化符的大写拉丁字母u","Latin small letter u with tilde":"带腭化符的小写拉丁字母u","Latin capital letter u with macron":"带长音符的大写拉丁字母u","Latin small letter u with macron":"带长音符的小写拉丁字母u","Latin capital letter u with breve":"带短音符的大写拉丁字母u","Latin small letter u with breve":"带短音符的小写拉丁字母u","Latin capital letter u with ring above":"带上圆圈的大写拉丁字母u","Latin small letter u with ring above":"带上圆圈的小写拉丁字母u","Latin capital letter u with double acute":"带双锐音符的大写拉丁字母u","Latin small letter u with double acute":"带双锐音符的小写拉丁字母u","Latin capital letter u with ogonek":"带反尾形符的大写拉丁字母u","Latin small letter u with ogonek":"带反尾形符的小写拉丁字母u","Latin capital letter w with circumflex":"带扬抑符的大写拉丁字母w","Latin small letter w with circumflex":"带扬抑符的小写拉丁字母w","Latin capital letter y with circumflex":"带扬抑符的大写拉丁字母y","Latin small letter y with circumflex":"带扬抑符的小写拉丁字母y","Latin capital letter y with diaeresis":"带分音符的大写拉丁字母y","Latin capital letter z with acute":"带锐音符的大写拉丁字母z","Latin small letter z with acute":"带锐音符的小写拉丁字母z","Latin capital letter z with dot above":"带上点的大写拉丁字母z","Latin small letter z with dot above":"带上点的小写拉丁字母z","Latin capital letter z with caron":"带抑扬符的大写拉丁字母z","Latin small letter z with caron":"带抑扬符的小写拉丁字母z","Latin small letter long s":"小写拉丁字母长s","Less-than sign":"小于号","Greater-than sign":"大于号","Less-than or equal to":"小于等于","Greater-than or equal to":"大于等于","En dash":"短破折号","Em dash":"长破折号",Macron:"长音符号",Overline:"上划线","Degree sign":"度数符号","Minus sign":"负号","Plus-minus sign":"正负号","Division sign":"除号","Fraction slash":"分数斜线","Multiplication sign":"称号","Latin small letter f with hook":"带钩的拉丁文小写字母 F",Integral:"积分","N-ary summation":"N 元求和",Infinity:"无穷大","Square root":"平方根","Tilde operator":"波浪线运算符","Approximately equal to":"近似等于","Almost equal to":"约等于","Not equal to":"不等于","Identical to":"恒等于","Element of":"属于","Not an element of":"不属于","Contains as member":"包含","N-ary product":"N 元乘积","Logical and":"逻辑与","Logical or":"逻辑或","Not sign":"非",Intersection:"交集",Union:"并集","Partial differential":"偏微分","For all":"对于全部","There exists":"存在","Empty set":"空集",Nabla:"劈形算符","Asterisk operator":"星号运算符","Proportional to":"比例",Angle:"角","Vulgar fraction one quarter":"普通分数四分之一","Vulgar fraction one half":"普通分数二分之一","Vulgar fraction three quarters":"普通分数四分之三","Single left-pointing angle quotation mark":"单左尖括号","Single right-pointing angle quotation mark":"单右尖括号","Left-pointing double angle quotation mark":"双左尖括号","Right-pointing double angle quotation mark":"双右尖括号","Left single quotation mark":"左单引号","Right single quotation mark":"右单引号","Left double quotation mark":"左双引号","Right double quotation mark":"右双引号","Single low-9 quotation mark":"低位后单引号","Double low-9 quotation mark":"低位后双引号","Inverted exclamation mark":"反感叹号","Inverted question mark":"反问号","Two dot leader":"二点前导符","Horizontal ellipsis":"省略号","Double dagger":"双剑号","Per mille sign":"千分号","Per ten thousand sign":"万分号","Double exclamation mark":"双叹号","Question exclamation mark":"疑问感叹号","Exclamation question mark":"感叹疑问号","Double question mark":"双问号","Copyright sign":"版权符号","Registered sign":"注册商标","Trade mark sign":"商标符号","Section sign":"节标记","Paragraph sign":"段落符号","Reversed paragraph sign":"反向段落符号","Character categories":"字符类别",Styles:"样式","Multiple styles":"多样式","Block styles":"块级样式","Text styles":"文本样式","Insert table":"插入表格","Header column":"标题列","Insert column left":"左侧插入列","Insert column right":"右侧插入列","Delete column":"删除本列","Select column":"选择列",Column:"列","Header row":"标题行","Insert row below":"在下面插入一行","Insert row above":"在上面插入一行","Delete row":"删除本行","Select row":"选择行",Row:"行","Merge cell up":"向上合并单元格","Merge cell right":"向右合并单元格","Merge cell down":"向下合并单元格","Merge cell left":"向左合并单元格","Split cell vertically":"纵向拆分单元格","Split cell horizontally":"横向拆分单元格","Merge cells":"合并单元格","Table toolbar":"表格工具栏","Table properties":"表格属性","Cell properties":"单元格属性",Border:"边框",Style:"样式",Width:"宽度",Height:"高度",Color:"颜色",Background:"背景",Padding:"内边距",Dimensions:"尺寸","Table cell text alignment":"表格单元格中的文本水平对齐",Alignment:"对齐","Horizontal text alignment toolbar":"水平文本对齐工具栏","Vertical text alignment toolbar":"垂直文本对齐工具栏","Table alignment toolbar":"表格对齐工具栏",None:"无",Solid:"实线",Dotted:"点状虚线",Dashed:"虚线",Double:"双线",Groove:"凹槽边框",Ridge:"垄状边框",Inset:"凹边框",Outset:"凸边框","Align cell text to the left":"使单元格文本左对齐","Align cell text to the center":"使单元格文本水平居中","Align cell text to the right":"使单元格文本右对齐","Justify cell text":"对齐单元格文本","Align cell text to the top":"使单元格文本对齐到顶部","Align cell text to the middle":"使单元格文本垂直居中","Align cell text to the bottom":"使单元格文本对齐到底部","Align table to the left":"使表格左对齐","Center table":"表格居中","Align table to the right":"使表格右对齐","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"颜色无效。尝试使用\"#FF0000\"、\"rgb(255,0,0)\"或者\"red\"。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"无效值。尝试使用“10px”、“2ex”或者只写“2”。","Color picker":"颜色选择器","Toggle caption off":"关闭表标题","Toggle caption on":"打开表标题","Enter table caption":"输入表标题","Rich Text Editor":"富文本编辑器","Editor editing area: %0":"编辑器编辑区域:%0","Edit block":"编辑框",Next:"下一步",Previous:"上一步","Editor toolbar":"编辑器工具栏","Dropdown toolbar":"下拉工具栏",Black:"黑色","Dim grey":"暗灰色",Grey:"灰色","Light grey":"浅灰色",White:"白色",Red:"红色",Orange:"橙色",Yellow:"黄色","Light green":"浅绿色",Green:"绿色",Aquamarine:"海蓝色",Turquoise:"青色","Light blue":"浅蓝色",Blue:"蓝色",Purple:"紫色","Editor block content toolbar":"编辑器块内容工具栏","Editor contextual toolbar":"编辑器上下文工具栏",HEX:"十六进制",Accept:"接受",Undo:"撤销",Redo:"重做","Upload in progress":"正在上传","Widget toolbar":"小部件工具栏","Insert paragraph before block":"在前面插入段落","Insert paragraph after block":"在后面插入段落","Press Enter to type after or press Shift + Enter to type before the widget":"按下“Enter”键,在小组件后输入;按下“Shift+Enter”键,在小组件前输入","Words: %0":"单词数:%0","Characters: %0":"字符数:%0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/zh.js b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/zh.js index d82224d1ebc8..c7867dc1f02e 100644 --- a/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/zh.js +++ b/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/translations/zh.js @@ -1 +1 @@ -(function(d){ const l = d['zh'] = d['zh'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"靠左對齊","Align right":"靠右對齊","Align center":"置中對齊",Justify:"左右對齊","Text alignment":"文字對齊","Text alignment toolbar":"文字對齊",Bold:"粗體",Italic:"斜體",Underline:"底線",Code:"代碼",Strikethrough:"刪除線",Subscript:"下標",Superscript:"上標","Block quote":"段落引用","Insert code block":"插入程式碼區塊","Plain text":"純文字",Cancel:"取消","Remove color":"移除顏色","Restore default":"重設至預設值",Save:"儲存","Show more items":"顯示更多","%0 of %1":"%0/%1","Cannot upload file:":"無法上傳檔案:","Rich Text Editor. Editing area: %0":"RTF 編輯器。編輯區:%0","Find and replace":"尋找和取代","Find in text…":"在文本中尋找",Find:"尋找","Previous result":"前一個結果","Next result":"後一個結果",Replace:"取代","Replace all":"全部取代","Match case":"大小寫需相符","Whole words only":"僅全字拼寫","Replace with…":"以…替代","Text to find must not be empty.":"不能查找空字串","Tip: Find some text first in order to replace it.":"提示:先查找字串再取代","Show options":"顯示設定",Paragraph:"段落",Heading:"標題","Choose heading":"選取標題","Heading 1":"標題 1","Heading 2":"標題 2","Heading 3":"標題 3","Heading 4":"標題 4","Heading 5":"標題 5","Heading 6":"標題 6","Type your title":"輸入你的標題","Type or paste your content here.":"在此輸入或貼上你的內容。","Horizontal line":"水平線","HTML object":"HTML 物件","Increase indent":"增加縮排","Decrease indent":"減少縮排",Unlink:"移除連結",Link:"連結","Link URL":"連結˙ URL","Link image":"圖片連結","Edit link":"編輯連結","Open link in new tab":"在新視窗開啟連結","This link has no URL":"此連結沒有URL","Open in a new tab":"在新視窗開啟",Downloadable:"可下載","Numbered List":"有序清單","Bulleted List":"符號清單","To-do List":"代辦清單","Bulleted list styles toolbar":"無序清單工具列","Numbered list styles toolbar":"有序清單工具列","Toggle the disc list style":"切換為實心圓點標示","Toggle the circle list style":"切換為空心圓點標示","Toggle the square list style":"切換為方形標示","Toggle the decimal list style":"切換為數字標示","Toggle the decimal with leading zero list style":"切換為0開頭的數字標示","Toggle the lower–roman list style":"切換為小寫羅馬數字標示","Toggle the upper–roman list style":"切換為大寫羅馬數字標示","Toggle the lower–latin list style":"切換為小寫拉丁文字標示","Toggle the upper–latin list style":"切換為大寫拉丁文字標示",Disc:"實心圓點",Circle:"空心圓點",Square:"方形",Decimal:"數字","Decimal with leading zero":"0開頭的數字","Lower–roman":"小寫羅馬數字","Upper-roman":"大寫羅馬數字","Lower-latin":"小寫拉丁字母","Upper-latin":"大寫拉丁字母","List properties":"清單屬性","Start at":"起始於","Start index must be greater than 0.":"起始索引須大於 0。","Reversed order":"反轉順序","Remove Format":"移除格式","Select all":"選取全部",Source:"原始碼","Special characters":"特殊字元",All:"所有",Arrows:"箭頭",Currency:"貨幣",Latin:"拉丁字母",Mathematical:"數學",Text:"文字","leftwards simple arrow":"向左簡單箭號","rightwards simple arrow":"向右簡單箭號","upwards simple arrow":"向上簡單箭號","downwards simple arrow":"向下簡單箭號","leftwards double arrow":"向左雙箭頭","rightwards double arrow":"向右雙箭頭","upwards double arrow":"向上雙箭頭","downwards double arrow":"向下雙箭頭","leftwards dashed arrow":"向左虛線箭頭","rightwards dashed arrow":"向右虛線箭頭","upwards dashed arrow":"向上虛線箭頭","downwards dashed arrow":"向下虛線箭頭","leftwards arrow to bar":"向左停止箭頭","rightwards arrow to bar":"向右停止箭頭","upwards arrow to bar":"向上停止箭頭","downwards arrow to bar":"向下停止箭頭","up down arrow with base":"有底線的上下箭號","back with leftwards arrow above":"Back 上方有向左箭號","end with leftwards arrow above":"End 上方有向左箭號","on with exclamation mark with left right arrow above":"帶驚嘆號的 On 上方有左右雙向箭號","soon with rightwards arrow above":"Soon 上方有向右箭號","top with upwards arrow above":"Top 上方有向上箭號","Dollar sign":"貨幣符號","Euro sign":"歐元符號","Yen sign":"日圓符號","Pound sign":"英鎊符號","Cent sign":"美分符號","Euro-currency sign":"歐元貨幣符號","Colon sign":"冒號","Cruzeiro sign":"克魯薩多符號","French franc sign":"法國法郎符號","Lira sign":"里拉符號","Currency sign":"貨幣符號","Bitcoin sign":"比特幣符號","Mill sign":"密爾符號","Naira sign":"奈及利亞奈拉符號","Peseta sign":"比塞塔符號","Rupee sign":"印度盧比符號","Won sign":"圜符號","New sheqel sign":"新謝克爾符號","Dong sign":"盾符號","Kip sign":"基普符號","Tugrik sign":"圖格里克符號","Drachma sign":"得拉克馬符號","German penny sign":"德國便士符號","Peso sign":"披索符號","Guarani sign":"瓜拉尼符號","Austral sign":"奧斯特拉爾符號","Hryvnia sign":"赫伐尼亞符號","Cedi sign":"塞地符號","Livre tournois sign":"里弗爾法鎊符號","Spesmilo sign":"Spesmilo 貨幣符號","Tenge sign":"勘察加幣符號","Indian rupee sign":"印度盧比符號","Turkish lira sign":"土耳其里拉符號","Nordic mark sign":"日耳曼馬克符號","Manat sign":"馬納特符號","Ruble sign":"盧布符號","Latin capital letter a with macron":"拉丁大寫字母 A 帶長音符號","Latin small letter a with macron":"拉丁小寫字母 a 帶長音符號","Latin capital letter a with breve":"拉丁大寫字母 A 帶短音符號","Latin small letter a with breve":"拉丁小寫字母 a 帶短音符號","Latin capital letter a with ogonek":"拉丁大寫字母 A 帶 Ogonek","Latin small letter a with ogonek":"拉丁小寫字母 a 帶 Ogonek","Latin capital letter c with acute":"拉丁大寫字母 C 帶尖音符號","Latin small letter c with acute":"拉丁小寫字母 c 帶尖音符號","Latin capital letter c with circumflex":"拉丁大寫字母 C 帶抑揚符號","Latin small letter c with circumflex":"拉丁小寫字母 c 帶抑揚符號","Latin capital letter c with dot above":"上有一點的拉丁大寫字母 C","Latin small letter c with dot above":"上有一點的拉丁小寫字母 c","Latin capital letter c with caron":"拉丁大寫字母 C 帶上勾符號","Latin small letter c with caron":"拉丁小寫字母 c 帶上勾符號","Latin capital letter d with caron":"拉丁大寫字母 D 帶上勾符號","Latin small letter d with caron":"拉丁小寫字母 d 帶上勾符號","Latin capital letter d with stroke":"拉丁大寫字母 D 帶粗線符號","Latin small letter d with stroke":"拉丁小寫字母 d 帶粗線符號","Latin capital letter e with macron":"拉丁大寫字母 E 帶長音符號","Latin small letter e with macron":"拉丁小寫字母 e 帶長音符號","Latin capital letter e with breve":"拉丁大寫字母 E 帶短音符號","Latin small letter e with breve":"拉丁小寫字母 e 帶短音符號","Latin capital letter e with dot above":"上有一點的拉丁大寫字母 E","Latin small letter e with dot above":"上有一點的拉丁小寫字母 e","Latin capital letter e with ogonek":"拉丁大寫字母 E 帶 Ogonek","Latin small letter e with ogonek":"拉丁小寫字母 e 帶 Ogonek","Latin capital letter e with caron":"拉丁大寫字母 E 帶上勾符號","Latin small letter e with caron":"拉丁小寫字母 e 帶上勾符號","Latin capital letter g with circumflex":"拉丁大寫字母 G 帶抑揚符號","Latin small letter g with circumflex":"拉丁小寫字母 g 帶抑揚符號","Latin capital letter g with breve":"拉丁大寫字母 G 帶短音符號","Latin small letter g with breve":"拉丁小寫字母 g 帶短音符號","Latin capital letter g with dot above":"上有一點的拉丁大寫字母 G","Latin small letter g with dot above":"上有一點的拉丁小寫字母 g","Latin capital letter g with cedilla":"拉丁大寫字母 G 帶下尾符號","Latin small letter g with cedilla":"拉丁小寫字母 g 帶下尾符號","Latin capital letter h with circumflex":"拉丁大寫字母 H 帶抑揚符號","Latin small letter h with circumflex":"拉丁小寫字母 h 帶抑揚符號","Latin capital letter h with stroke":"拉丁大寫字母 H 帶粗線符號","Latin small letter h with stroke":"拉丁小寫字母 h 帶粗線符號","Latin capital letter i with tilde":"拉丁大寫字母 I 帶波狀符號","Latin small letter i with tilde":"拉丁小寫字母 i 帶波狀符號","Latin capital letter i with macron":"拉丁大寫字母 I 帶長音符號","Latin small letter i with macron":"拉丁小寫字母 i 帶長音符號","Latin capital letter i with breve":"拉丁大寫字母 I 帶短音符號","Latin small letter i with breve":"拉丁小寫字母 i 帶短音符號","Latin capital letter i with ogonek":"拉丁大寫字母 I 帶 Ogonek","Latin small letter i with ogonek":"拉丁小寫字母 i 帶 Ogonek","Latin capital letter i with dot above":"上有一點的拉丁大寫字母 I","Latin small letter dotless i":"拉丁小寫字母無點 I","Latin capital ligature ij":"拉丁大寫連字 IJ","Latin small ligature ij":"拉丁小寫連字 ij","Latin capital letter j with circumflex":"拉丁大寫字母 J 帶抑揚符號","Latin small letter j with circumflex":"拉丁小寫字母 j 帶抑揚符號","Latin capital letter k with cedilla":"拉丁大寫字母 K 帶下尾符號","Latin small letter k with cedilla":"拉丁小寫字母 k 帶下尾符號","Latin small letter kra":"拉丁小寫字母 kra","Latin capital letter l with acute":"拉丁大寫字母 L 帶尖音符號","Latin small letter l with acute":"拉丁小寫字母 l 帶尖音符號","Latin capital letter l with cedilla":"拉丁大寫字母 L 帶下尾符號","Latin small letter l with cedilla":"拉丁小寫字母 l 帶下尾符號","Latin capital letter l with caron":"拉丁大寫字母 L 帶上勾符號","Latin small letter l with caron":"拉丁小寫字母 l 帶上勾符號","Latin capital letter l with middle dot":"中間一點的拉丁大寫字母 L","Latin small letter l with middle dot":"中間一點的拉丁小寫字母 l","Latin capital letter l with stroke":"拉丁大寫字母 L 帶粗線符號","Latin small letter l with stroke":"拉丁小寫字母 l 帶粗線符號","Latin capital letter n with acute":"拉丁大寫字母 N 帶尖音符號","Latin small letter n with acute":"拉丁小寫字母 n 帶尖音符號","Latin capital letter n with cedilla":"拉丁大寫字母 N 帶下尾符號","Latin small letter n with cedilla":"拉丁小寫字母 n 帶下尾符號","Latin capital letter n with caron":"拉丁大寫字母 N 帶上勾符號","Latin small letter n with caron":"拉丁小寫字母 n 帶上勾符號","Latin small letter n preceded by apostrophe":"前有撇號的拉丁小寫字母 n","Latin capital letter eng":"拉丁大寫字母 Eng","Latin small letter eng":"拉丁小寫字母 Eng","Latin capital letter o with macron":"拉丁大寫字母 O 帶長音符號","Latin small letter o with macron":"拉丁小寫字母 o 帶長音符號","Latin capital letter o with breve":"拉丁大寫字母 O 帶短音符號","Latin small letter o with breve":"拉丁小寫字母 o 帶短音符號","Latin capital letter o with double acute":"拉丁大寫字母 O 帶雙尖音符號","Latin small letter o with double acute":"拉丁小寫字母 o 帶雙尖音符號","Latin capital ligature oe":"拉丁大寫連字 OE","Latin small ligature oe":"拉丁小寫連字 oe","Latin capital letter r with acute":"拉丁大寫字母 R 帶尖音符號","Latin small letter r with acute":"拉丁小寫字母 r 帶尖音符號","Latin capital letter r with cedilla":"拉丁大寫字母 R 帶下尾符號","Latin small letter r with cedilla":"拉丁小寫字母 r 帶下尾符號","Latin capital letter r with caron":"拉丁大寫字母 R 帶上勾符號","Latin small letter r with caron":"拉丁小寫字母 r 帶上勾符號","Latin capital letter s with acute":"拉丁大寫字母 S 帶尖音符號","Latin small letter s with acute":"拉丁小寫字母 s 帶尖音符號","Latin capital letter s with circumflex":"拉丁大寫字母 S 帶抑揚符號","Latin small letter s with circumflex":"拉丁小寫字母 s 帶抑揚符號","Latin capital letter s with cedilla":"拉丁大寫字母 S 帶下尾符號","Latin small letter s with cedilla":"拉丁小寫字母 s 帶下尾符號","Latin capital letter s with caron":"拉丁大寫字母 S 帶上勾符號","Latin small letter s with caron":"拉丁小寫字母 s 帶上勾符號","Latin capital letter t with cedilla":"拉丁大寫字母 T 帶下尾符號","Latin small letter t with cedilla":"拉丁小寫字母 t 帶下尾符號","Latin capital letter t with caron":"拉丁大寫字母 T 帶上勾符號","Latin small letter t with caron":"拉丁小寫字母 t 帶上勾符號","Latin capital letter t with stroke":"拉丁大寫字母 T 帶粗線符號","Latin small letter t with stroke":"拉丁小寫字母 t 帶粗線符號","Latin capital letter u with tilde":"拉丁大寫字母 U 帶波狀符號","Latin small letter u with tilde":"拉丁小寫字母 u 帶波狀符號","Latin capital letter u with macron":"拉丁大寫字母 U 帶長音符號","Latin small letter u with macron":"拉丁小寫字母 u 帶長音符號","Latin capital letter u with breve":"拉丁大寫字母 U 帶短音符號","Latin small letter u with breve":"拉丁小寫字母 u 帶短音符號","Latin capital letter u with ring above":"拉丁大寫字母 U 帶上圓圈","Latin small letter u with ring above":"拉丁小寫字母 u 帶上圓圈","Latin capital letter u with double acute":"拉丁大寫字母 U 帶雙尖音符號","Latin small letter u with double acute":"拉丁小寫字母 u 帶雙尖音符號","Latin capital letter u with ogonek":"拉丁大寫字母 U 帶 Ogonek","Latin small letter u with ogonek":"拉丁小寫字母 u 帶 Ogonek","Latin capital letter w with circumflex":"拉丁大寫字母 W 帶抑揚符號","Latin small letter w with circumflex":"拉丁小寫字母 w 帶抑揚符號","Latin capital letter y with circumflex":"拉丁大寫字母 Y 帶抑揚符號","Latin small letter y with circumflex":"拉丁小寫字母 y 帶抑揚符號","Latin capital letter y with diaeresis":"拉丁大寫字母 Y 帶分音符號","Latin capital letter z with acute":"拉丁大寫字母 Z 帶尖音符號","Latin small letter z with acute":"拉丁小寫字母 z 帶尖音符號","Latin capital letter z with dot above":"上有一點的拉丁大寫字母 Z","Latin small letter z with dot above":"上有一點的拉丁小寫字母 z","Latin capital letter z with caron":"拉丁大寫字母 Z 帶上勾符號","Latin small letter z with caron":"拉丁小寫字母 z 帶上勾符號","Latin small letter long s":"拉丁小寫字母長 s","Less-than sign":"小於符號","Greater-than sign":"大於符號","Less-than or equal to":"小於或等於","Greater-than or equal to":"大於或等於","En dash":"短破折號","Em dash":"長破折號",Macron:"長音符號",Overline:"頂線","Degree sign":"度符號","Minus sign":"減號","Plus-minus sign":"加減符號","Division sign":"除號","Fraction slash":"分數斜線","Multiplication sign":"乘號","Latin small letter f with hook":"帶鉤的拉丁小寫字母 f",Integral:"積分","N-ary summation":"N 元總合",Infinity:"無限","Square root":"平方根","Tilde operator":"波狀符號運算子","Approximately equal to":"約等於","Almost equal to":"幾乎等於","Not equal to":"不等於","Identical to":"恆等於","Element of":"屬於","Not an element of":"不屬於","Contains as member":"包含","N-ary product":"N 元乘積","Logical and":"邏輯 And","Logical or":"邏輯 Or","Not sign":"Not 符號",Intersection:"交集",Union:"聯集","Partial differential":"偏微分","For all":"對於所有","There exists":"存在","Empty set":"空集合",Nabla:"倒三角算子","Asterisk operator":"星號運算子","Proportional to":"正比於",Angle:"角度","Vulgar fraction one quarter":"普通分數四分之一","Vulgar fraction one half":"普通分數二分之一","Vulgar fraction three quarters":"普通分數四分之三","Single left-pointing angle quotation mark":"單左尖角括號","Single right-pointing angle quotation mark":"單右尖角括號","Left-pointing double angle quotation mark":"左尖雙角括號","Right-pointing double angle quotation mark":"右尖雙角括號","Left single quotation mark":"左單引號","Right single quotation mark":"右單引號","Left double quotation mark":"左雙引號","Right double quotation mark":"右雙引號","Single low-9 quotation mark":"單下 9 形引號","Double low-9 quotation mark":"雙下 9 形引號","Inverted exclamation mark":"倒驚嘆號","Inverted question mark":"倒問號","Two dot leader":"兩點前置字元","Horizontal ellipsis":"水平省略符號","Double dagger":"雙劍註釋符號","Per mille sign":"千分號","Per ten thousand sign":"萬分號","Double exclamation mark":"雙驚嘆號","Question exclamation mark":"疑問驚嘆號","Exclamation question mark":"驚嘆疑問號","Double question mark":"雙問號","Copyright sign":"版權符號","Registered sign":"註冊商標符號","Trade mark sign":"商標符號","Section sign":"章節符號","Paragraph sign":"段落符號","Reversed paragraph sign":"反段落符號","Character categories":"字元類別",Styles:"樣式","Multiple styles":"多重樣式","Block styles":"區塊樣式","Text styles":"文字樣式","Insert table":"插入表格","Header column":"標題欄","Insert column left":"插入左方欄","Insert column right":"插入右方欄","Delete column":"刪除欄","Select column":"選擇欄",Column:"欄","Header row":"標題列","Insert row below":"插入下方列","Insert row above":"插入上方列","Delete row":"刪除列","Select row":"選擇列",Row:"列","Merge cell up":"合併上方儲存格","Merge cell right":"合併右方儲存格","Merge cell down":"合併下方儲存格","Merge cell left":"合併左方儲存格","Split cell vertically":"垂直分割儲存格","Split cell horizontally":"水平分割儲存格","Merge cells":"合併儲存格","Table toolbar":"表格工具","Table properties":"表格屬性","Cell properties":"儲存格屬性",Border:"邊框",Style:"樣式",Width:"寬度",Height:"高度",Color:"文字顏色",Background:"背景顏色",Padding:"儲存格留白",Dimensions:"尺寸","Table cell text alignment":"儲存格文字對齊",Alignment:"對齊","Horizontal text alignment toolbar":"水平對齊","Vertical text alignment toolbar":"垂直對齊","Table alignment toolbar":"表格對齊",None:"無",Solid:"實線",Dotted:"點線",Dashed:"虛線",Double:"雙線",Groove:"內凹線",Ridge:"凸起線",Inset:"內邊線",Outset:"外框線","Align cell text to the left":"靠左對齊","Align cell text to the center":"置中對齊","Align cell text to the right":"靠右對齊","Justify cell text":"分散對齊","Align cell text to the top":"向上對齊","Align cell text to the middle":"置中對齊","Align cell text to the bottom":"向下對齊","Align table to the left":"靠左對齊","Center table":"置中對齊","Align table to the right":"靠右對齊","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"顏色代碼錯誤。試試看 \"#FF0000\" 或 \"rgb(255, 0, 0)\" 或 \"red\"。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"尺寸代碼錯誤。試試看 \"10px\" 或 \"2em\" 或簡單寫 \"2\"。","Color picker":"顏色選擇","Toggle caption off":"關閉表標題","Toggle caption on":"開啟表標題","Enter table caption":"輸入表標題","Rich Text Editor":"富文本編輯器","Editor editing area: %0":"編輯器編輯區:%0","Edit block":"編輯區塊",Next:"下一",Previous:"上一","Editor toolbar":"編輯器工具","Dropdown toolbar":"下拉選單",Black:"黑色","Dim grey":"淡灰色",Grey:"灰色","Light grey":"亮灰色",White:"白色",Red:"紅色",Orange:"橘色",Yellow:"黃色","Light green":"亮綠色",Green:"綠色",Aquamarine:"淺綠色",Turquoise:"藍綠色","Light blue":"亮藍色",Blue:"藍色",Purple:"紫色","Editor block content toolbar":"編輯器區塊內容工具列","Editor contextual toolbar":"編輯器關聯式工具列",HEX:"",Undo:"取消",Redo:"重做","Upload in progress":"正在上傳","Widget toolbar":"小工具","Insert paragraph before block":"在這個區塊前面插入一個段落","Insert paragraph after block":"在這個區塊後面插入一個段落","Press Enter to type after or press Shift + Enter to type before the widget":"按下 Enter 在小工具後輸入,或按下 Shift + Enter 在小工具前輸入","Words: %0":"字數: %0","Characters: %0":"字元數: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file +(function(d){ const l = d['zh'] = d['zh'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"Align left":"靠左對齊","Align right":"靠右對齊","Align center":"置中對齊",Justify:"左右對齊","Text alignment":"文字對齊","Text alignment toolbar":"文字對齊",Bold:"粗體",Italic:"斜體",Underline:"底線",Code:"代碼",Strikethrough:"刪除線",Subscript:"下標",Superscript:"上標","Block quote":"段落引用","Insert code block":"插入程式碼區塊","Plain text":"純文字",Cancel:"取消","Remove color":"移除顏色","Restore default":"重設至預設值",Save:"儲存","Show more items":"顯示更多","%0 of %1":"%0/%1","Cannot upload file:":"無法上傳檔案:","Rich Text Editor. Editing area: %0":"RTF 編輯器。編輯區:%0","Find and replace":"尋找和取代","Find in text…":"在文本中尋找",Find:"尋找","Previous result":"前一個結果","Next result":"後一個結果",Replace:"取代","Replace all":"全部取代","Match case":"大小寫需相符","Whole words only":"僅全字拼寫","Replace with…":"以…替代","Text to find must not be empty.":"不能查找空字串","Tip: Find some text first in order to replace it.":"提示:先查找字串再取代","Show options":"顯示設定",Paragraph:"段落",Heading:"標題","Choose heading":"選取標題","Heading 1":"標題 1","Heading 2":"標題 2","Heading 3":"標題 3","Heading 4":"標題 4","Heading 5":"標題 5","Heading 6":"標題 6","Type your title":"輸入你的標題","Type or paste your content here.":"在此輸入或貼上你的內容。","Horizontal line":"水平線","HTML object":"HTML 物件","Increase indent":"增加縮排","Decrease indent":"減少縮排",Unlink:"移除連結",Link:"連結","Link URL":"連結˙ URL","Link image":"圖片連結","Edit link":"編輯連結","Open link in new tab":"在新視窗開啟連結","This link has no URL":"此連結沒有URL","Open in a new tab":"在新視窗開啟",Downloadable:"可下載","Numbered List":"有序清單","Bulleted List":"符號清單","To-do List":"代辦清單","Bulleted list styles toolbar":"無序清單工具列","Numbered list styles toolbar":"有序清單工具列","Toggle the disc list style":"切換為實心圓點標示","Toggle the circle list style":"切換為空心圓點標示","Toggle the square list style":"切換為方形標示","Toggle the decimal list style":"切換為數字標示","Toggle the decimal with leading zero list style":"切換為0開頭的數字標示","Toggle the lower–roman list style":"切換為小寫羅馬數字標示","Toggle the upper–roman list style":"切換為大寫羅馬數字標示","Toggle the lower–latin list style":"切換為小寫拉丁文字標示","Toggle the upper–latin list style":"切換為大寫拉丁文字標示",Disc:"實心圓點",Circle:"空心圓點",Square:"方形",Decimal:"數字","Decimal with leading zero":"0開頭的數字","Lower–roman":"小寫羅馬數字","Upper-roman":"大寫羅馬數字","Lower-latin":"小寫拉丁字母","Upper-latin":"大寫拉丁字母","List properties":"清單屬性","Start at":"起始於","Start index must be greater than 0.":"起始索引須大於 0。","Reversed order":"反轉順序","Remove Format":"移除格式","Select all":"選取全部","Show blocks":"顯示區塊",Source:"原始碼","Special characters":"特殊字元",All:"所有",Arrows:"箭頭",Currency:"貨幣",Latin:"拉丁字母",Mathematical:"數學",Text:"文字","leftwards simple arrow":"向左簡單箭號","rightwards simple arrow":"向右簡單箭號","upwards simple arrow":"向上簡單箭號","downwards simple arrow":"向下簡單箭號","leftwards double arrow":"向左雙箭頭","rightwards double arrow":"向右雙箭頭","upwards double arrow":"向上雙箭頭","downwards double arrow":"向下雙箭頭","leftwards dashed arrow":"向左虛線箭頭","rightwards dashed arrow":"向右虛線箭頭","upwards dashed arrow":"向上虛線箭頭","downwards dashed arrow":"向下虛線箭頭","leftwards arrow to bar":"向左停止箭頭","rightwards arrow to bar":"向右停止箭頭","upwards arrow to bar":"向上停止箭頭","downwards arrow to bar":"向下停止箭頭","up down arrow with base":"有底線的上下箭號","back with leftwards arrow above":"Back 上方有向左箭號","end with leftwards arrow above":"End 上方有向左箭號","on with exclamation mark with left right arrow above":"帶驚嘆號的 On 上方有左右雙向箭號","soon with rightwards arrow above":"Soon 上方有向右箭號","top with upwards arrow above":"Top 上方有向上箭號","Dollar sign":"貨幣符號","Euro sign":"歐元符號","Yen sign":"日圓符號","Pound sign":"英鎊符號","Cent sign":"美分符號","Euro-currency sign":"歐元貨幣符號","Colon sign":"冒號","Cruzeiro sign":"克魯薩多符號","French franc sign":"法國法郎符號","Lira sign":"里拉符號","Currency sign":"貨幣符號","Bitcoin sign":"比特幣符號","Mill sign":"密爾符號","Naira sign":"奈及利亞奈拉符號","Peseta sign":"比塞塔符號","Rupee sign":"印度盧比符號","Won sign":"圜符號","New sheqel sign":"新謝克爾符號","Dong sign":"盾符號","Kip sign":"基普符號","Tugrik sign":"圖格里克符號","Drachma sign":"得拉克馬符號","German penny sign":"德國便士符號","Peso sign":"披索符號","Guarani sign":"瓜拉尼符號","Austral sign":"奧斯特拉爾符號","Hryvnia sign":"赫伐尼亞符號","Cedi sign":"塞地符號","Livre tournois sign":"里弗爾法鎊符號","Spesmilo sign":"Spesmilo 貨幣符號","Tenge sign":"勘察加幣符號","Indian rupee sign":"印度盧比符號","Turkish lira sign":"土耳其里拉符號","Nordic mark sign":"日耳曼馬克符號","Manat sign":"馬納特符號","Ruble sign":"盧布符號","Latin capital letter a with macron":"拉丁大寫字母 A 帶長音符號","Latin small letter a with macron":"拉丁小寫字母 a 帶長音符號","Latin capital letter a with breve":"拉丁大寫字母 A 帶短音符號","Latin small letter a with breve":"拉丁小寫字母 a 帶短音符號","Latin capital letter a with ogonek":"拉丁大寫字母 A 帶 Ogonek","Latin small letter a with ogonek":"拉丁小寫字母 a 帶 Ogonek","Latin capital letter c with acute":"拉丁大寫字母 C 帶尖音符號","Latin small letter c with acute":"拉丁小寫字母 c 帶尖音符號","Latin capital letter c with circumflex":"拉丁大寫字母 C 帶抑揚符號","Latin small letter c with circumflex":"拉丁小寫字母 c 帶抑揚符號","Latin capital letter c with dot above":"上有一點的拉丁大寫字母 C","Latin small letter c with dot above":"上有一點的拉丁小寫字母 c","Latin capital letter c with caron":"拉丁大寫字母 C 帶上勾符號","Latin small letter c with caron":"拉丁小寫字母 c 帶上勾符號","Latin capital letter d with caron":"拉丁大寫字母 D 帶上勾符號","Latin small letter d with caron":"拉丁小寫字母 d 帶上勾符號","Latin capital letter d with stroke":"拉丁大寫字母 D 帶粗線符號","Latin small letter d with stroke":"拉丁小寫字母 d 帶粗線符號","Latin capital letter e with macron":"拉丁大寫字母 E 帶長音符號","Latin small letter e with macron":"拉丁小寫字母 e 帶長音符號","Latin capital letter e with breve":"拉丁大寫字母 E 帶短音符號","Latin small letter e with breve":"拉丁小寫字母 e 帶短音符號","Latin capital letter e with dot above":"上有一點的拉丁大寫字母 E","Latin small letter e with dot above":"上有一點的拉丁小寫字母 e","Latin capital letter e with ogonek":"拉丁大寫字母 E 帶 Ogonek","Latin small letter e with ogonek":"拉丁小寫字母 e 帶 Ogonek","Latin capital letter e with caron":"拉丁大寫字母 E 帶上勾符號","Latin small letter e with caron":"拉丁小寫字母 e 帶上勾符號","Latin capital letter g with circumflex":"拉丁大寫字母 G 帶抑揚符號","Latin small letter g with circumflex":"拉丁小寫字母 g 帶抑揚符號","Latin capital letter g with breve":"拉丁大寫字母 G 帶短音符號","Latin small letter g with breve":"拉丁小寫字母 g 帶短音符號","Latin capital letter g with dot above":"上有一點的拉丁大寫字母 G","Latin small letter g with dot above":"上有一點的拉丁小寫字母 g","Latin capital letter g with cedilla":"拉丁大寫字母 G 帶下尾符號","Latin small letter g with cedilla":"拉丁小寫字母 g 帶下尾符號","Latin capital letter h with circumflex":"拉丁大寫字母 H 帶抑揚符號","Latin small letter h with circumflex":"拉丁小寫字母 h 帶抑揚符號","Latin capital letter h with stroke":"拉丁大寫字母 H 帶粗線符號","Latin small letter h with stroke":"拉丁小寫字母 h 帶粗線符號","Latin capital letter i with tilde":"拉丁大寫字母 I 帶波狀符號","Latin small letter i with tilde":"拉丁小寫字母 i 帶波狀符號","Latin capital letter i with macron":"拉丁大寫字母 I 帶長音符號","Latin small letter i with macron":"拉丁小寫字母 i 帶長音符號","Latin capital letter i with breve":"拉丁大寫字母 I 帶短音符號","Latin small letter i with breve":"拉丁小寫字母 i 帶短音符號","Latin capital letter i with ogonek":"拉丁大寫字母 I 帶 Ogonek","Latin small letter i with ogonek":"拉丁小寫字母 i 帶 Ogonek","Latin capital letter i with dot above":"上有一點的拉丁大寫字母 I","Latin small letter dotless i":"拉丁小寫字母無點 I","Latin capital ligature ij":"拉丁大寫連字 IJ","Latin small ligature ij":"拉丁小寫連字 ij","Latin capital letter j with circumflex":"拉丁大寫字母 J 帶抑揚符號","Latin small letter j with circumflex":"拉丁小寫字母 j 帶抑揚符號","Latin capital letter k with cedilla":"拉丁大寫字母 K 帶下尾符號","Latin small letter k with cedilla":"拉丁小寫字母 k 帶下尾符號","Latin small letter kra":"拉丁小寫字母 kra","Latin capital letter l with acute":"拉丁大寫字母 L 帶尖音符號","Latin small letter l with acute":"拉丁小寫字母 l 帶尖音符號","Latin capital letter l with cedilla":"拉丁大寫字母 L 帶下尾符號","Latin small letter l with cedilla":"拉丁小寫字母 l 帶下尾符號","Latin capital letter l with caron":"拉丁大寫字母 L 帶上勾符號","Latin small letter l with caron":"拉丁小寫字母 l 帶上勾符號","Latin capital letter l with middle dot":"中間一點的拉丁大寫字母 L","Latin small letter l with middle dot":"中間一點的拉丁小寫字母 l","Latin capital letter l with stroke":"拉丁大寫字母 L 帶粗線符號","Latin small letter l with stroke":"拉丁小寫字母 l 帶粗線符號","Latin capital letter n with acute":"拉丁大寫字母 N 帶尖音符號","Latin small letter n with acute":"拉丁小寫字母 n 帶尖音符號","Latin capital letter n with cedilla":"拉丁大寫字母 N 帶下尾符號","Latin small letter n with cedilla":"拉丁小寫字母 n 帶下尾符號","Latin capital letter n with caron":"拉丁大寫字母 N 帶上勾符號","Latin small letter n with caron":"拉丁小寫字母 n 帶上勾符號","Latin small letter n preceded by apostrophe":"前有撇號的拉丁小寫字母 n","Latin capital letter eng":"拉丁大寫字母 Eng","Latin small letter eng":"拉丁小寫字母 Eng","Latin capital letter o with macron":"拉丁大寫字母 O 帶長音符號","Latin small letter o with macron":"拉丁小寫字母 o 帶長音符號","Latin capital letter o with breve":"拉丁大寫字母 O 帶短音符號","Latin small letter o with breve":"拉丁小寫字母 o 帶短音符號","Latin capital letter o with double acute":"拉丁大寫字母 O 帶雙尖音符號","Latin small letter o with double acute":"拉丁小寫字母 o 帶雙尖音符號","Latin capital ligature oe":"拉丁大寫連字 OE","Latin small ligature oe":"拉丁小寫連字 oe","Latin capital letter r with acute":"拉丁大寫字母 R 帶尖音符號","Latin small letter r with acute":"拉丁小寫字母 r 帶尖音符號","Latin capital letter r with cedilla":"拉丁大寫字母 R 帶下尾符號","Latin small letter r with cedilla":"拉丁小寫字母 r 帶下尾符號","Latin capital letter r with caron":"拉丁大寫字母 R 帶上勾符號","Latin small letter r with caron":"拉丁小寫字母 r 帶上勾符號","Latin capital letter s with acute":"拉丁大寫字母 S 帶尖音符號","Latin small letter s with acute":"拉丁小寫字母 s 帶尖音符號","Latin capital letter s with circumflex":"拉丁大寫字母 S 帶抑揚符號","Latin small letter s with circumflex":"拉丁小寫字母 s 帶抑揚符號","Latin capital letter s with cedilla":"拉丁大寫字母 S 帶下尾符號","Latin small letter s with cedilla":"拉丁小寫字母 s 帶下尾符號","Latin capital letter s with caron":"拉丁大寫字母 S 帶上勾符號","Latin small letter s with caron":"拉丁小寫字母 s 帶上勾符號","Latin capital letter t with cedilla":"拉丁大寫字母 T 帶下尾符號","Latin small letter t with cedilla":"拉丁小寫字母 t 帶下尾符號","Latin capital letter t with caron":"拉丁大寫字母 T 帶上勾符號","Latin small letter t with caron":"拉丁小寫字母 t 帶上勾符號","Latin capital letter t with stroke":"拉丁大寫字母 T 帶粗線符號","Latin small letter t with stroke":"拉丁小寫字母 t 帶粗線符號","Latin capital letter u with tilde":"拉丁大寫字母 U 帶波狀符號","Latin small letter u with tilde":"拉丁小寫字母 u 帶波狀符號","Latin capital letter u with macron":"拉丁大寫字母 U 帶長音符號","Latin small letter u with macron":"拉丁小寫字母 u 帶長音符號","Latin capital letter u with breve":"拉丁大寫字母 U 帶短音符號","Latin small letter u with breve":"拉丁小寫字母 u 帶短音符號","Latin capital letter u with ring above":"拉丁大寫字母 U 帶上圓圈","Latin small letter u with ring above":"拉丁小寫字母 u 帶上圓圈","Latin capital letter u with double acute":"拉丁大寫字母 U 帶雙尖音符號","Latin small letter u with double acute":"拉丁小寫字母 u 帶雙尖音符號","Latin capital letter u with ogonek":"拉丁大寫字母 U 帶 Ogonek","Latin small letter u with ogonek":"拉丁小寫字母 u 帶 Ogonek","Latin capital letter w with circumflex":"拉丁大寫字母 W 帶抑揚符號","Latin small letter w with circumflex":"拉丁小寫字母 w 帶抑揚符號","Latin capital letter y with circumflex":"拉丁大寫字母 Y 帶抑揚符號","Latin small letter y with circumflex":"拉丁小寫字母 y 帶抑揚符號","Latin capital letter y with diaeresis":"拉丁大寫字母 Y 帶分音符號","Latin capital letter z with acute":"拉丁大寫字母 Z 帶尖音符號","Latin small letter z with acute":"拉丁小寫字母 z 帶尖音符號","Latin capital letter z with dot above":"上有一點的拉丁大寫字母 Z","Latin small letter z with dot above":"上有一點的拉丁小寫字母 z","Latin capital letter z with caron":"拉丁大寫字母 Z 帶上勾符號","Latin small letter z with caron":"拉丁小寫字母 z 帶上勾符號","Latin small letter long s":"拉丁小寫字母長 s","Less-than sign":"小於符號","Greater-than sign":"大於符號","Less-than or equal to":"小於或等於","Greater-than or equal to":"大於或等於","En dash":"短破折號","Em dash":"長破折號",Macron:"長音符號",Overline:"頂線","Degree sign":"度符號","Minus sign":"減號","Plus-minus sign":"加減符號","Division sign":"除號","Fraction slash":"分數斜線","Multiplication sign":"乘號","Latin small letter f with hook":"帶鉤的拉丁小寫字母 f",Integral:"積分","N-ary summation":"N 元總合",Infinity:"無限","Square root":"平方根","Tilde operator":"波狀符號運算子","Approximately equal to":"約等於","Almost equal to":"幾乎等於","Not equal to":"不等於","Identical to":"恆等於","Element of":"屬於","Not an element of":"不屬於","Contains as member":"包含","N-ary product":"N 元乘積","Logical and":"邏輯 And","Logical or":"邏輯 Or","Not sign":"Not 符號",Intersection:"交集",Union:"聯集","Partial differential":"偏微分","For all":"對於所有","There exists":"存在","Empty set":"空集合",Nabla:"倒三角算子","Asterisk operator":"星號運算子","Proportional to":"正比於",Angle:"角度","Vulgar fraction one quarter":"普通分數四分之一","Vulgar fraction one half":"普通分數二分之一","Vulgar fraction three quarters":"普通分數四分之三","Single left-pointing angle quotation mark":"單左尖角括號","Single right-pointing angle quotation mark":"單右尖角括號","Left-pointing double angle quotation mark":"左尖雙角括號","Right-pointing double angle quotation mark":"右尖雙角括號","Left single quotation mark":"左單引號","Right single quotation mark":"右單引號","Left double quotation mark":"左雙引號","Right double quotation mark":"右雙引號","Single low-9 quotation mark":"單下 9 形引號","Double low-9 quotation mark":"雙下 9 形引號","Inverted exclamation mark":"倒驚嘆號","Inverted question mark":"倒問號","Two dot leader":"兩點前置字元","Horizontal ellipsis":"水平省略符號","Double dagger":"雙劍註釋符號","Per mille sign":"千分號","Per ten thousand sign":"萬分號","Double exclamation mark":"雙驚嘆號","Question exclamation mark":"疑問驚嘆號","Exclamation question mark":"驚嘆疑問號","Double question mark":"雙問號","Copyright sign":"版權符號","Registered sign":"註冊商標符號","Trade mark sign":"商標符號","Section sign":"章節符號","Paragraph sign":"段落符號","Reversed paragraph sign":"反段落符號","Character categories":"字元類別",Styles:"樣式","Multiple styles":"多重樣式","Block styles":"區塊樣式","Text styles":"文字樣式","Insert table":"插入表格","Header column":"標題欄","Insert column left":"插入左方欄","Insert column right":"插入右方欄","Delete column":"刪除欄","Select column":"選擇欄",Column:"欄","Header row":"標題列","Insert row below":"插入下方列","Insert row above":"插入上方列","Delete row":"刪除列","Select row":"選擇列",Row:"列","Merge cell up":"合併上方儲存格","Merge cell right":"合併右方儲存格","Merge cell down":"合併下方儲存格","Merge cell left":"合併左方儲存格","Split cell vertically":"垂直分割儲存格","Split cell horizontally":"水平分割儲存格","Merge cells":"合併儲存格","Table toolbar":"表格工具","Table properties":"表格屬性","Cell properties":"儲存格屬性",Border:"邊框",Style:"樣式",Width:"寬度",Height:"高度",Color:"文字顏色",Background:"背景顏色",Padding:"儲存格留白",Dimensions:"尺寸","Table cell text alignment":"儲存格文字對齊",Alignment:"對齊","Horizontal text alignment toolbar":"水平對齊","Vertical text alignment toolbar":"垂直對齊","Table alignment toolbar":"表格對齊",None:"無",Solid:"實線",Dotted:"點線",Dashed:"虛線",Double:"雙線",Groove:"內凹線",Ridge:"凸起線",Inset:"內邊線",Outset:"外框線","Align cell text to the left":"靠左對齊","Align cell text to the center":"置中對齊","Align cell text to the right":"靠右對齊","Justify cell text":"分散對齊","Align cell text to the top":"向上對齊","Align cell text to the middle":"置中對齊","Align cell text to the bottom":"向下對齊","Align table to the left":"靠左對齊","Center table":"置中對齊","Align table to the right":"靠右對齊","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"顏色代碼錯誤。試試看 \"#FF0000\" 或 \"rgb(255, 0, 0)\" 或 \"red\"。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"尺寸代碼錯誤。試試看 \"10px\" 或 \"2em\" 或簡單寫 \"2\"。","Color picker":"顏色選擇","Toggle caption off":"關閉表標題","Toggle caption on":"開啟表標題","Enter table caption":"輸入表標題","Rich Text Editor":"富文本編輯器","Editor editing area: %0":"編輯器編輯區:%0","Edit block":"編輯區塊",Next:"下一",Previous:"上一","Editor toolbar":"編輯器工具","Dropdown toolbar":"下拉選單",Black:"黑色","Dim grey":"淡灰色",Grey:"灰色","Light grey":"亮灰色",White:"白色",Red:"紅色",Orange:"橘色",Yellow:"黃色","Light green":"亮綠色",Green:"綠色",Aquamarine:"淺綠色",Turquoise:"藍綠色","Light blue":"亮藍色",Blue:"藍色",Purple:"紫色","Editor block content toolbar":"編輯器區塊內容工具列","Editor contextual toolbar":"編輯器關聯式工具列",HEX:"十六進位",Accept:"接受",Undo:"取消",Redo:"重做","Upload in progress":"正在上傳","Widget toolbar":"小工具","Insert paragraph before block":"在這個區塊前面插入一個段落","Insert paragraph after block":"在這個區塊後面插入一個段落","Press Enter to type after or press Shift + Enter to type before the widget":"按下 Enter 在小工具後輸入,或按下 Shift + Enter 在小工具前輸入","Words: %0":"字數: %0","Characters: %0":"字元數: %0"} );l.getPluralForm=function(n){return 0;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file