@ckeditor/ckeditor5-link 0.0.0-internal-20241017.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/LICENSE.md +21 -0
- package/README.md +26 -0
- package/build/link.js +5 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/ast.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de-ch.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/en-gb.js +1 -0
- package/build/translations/eo.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/eu.js +1 -0
- package/build/translations/fa.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/hy.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/km.js +1 -0
- package/build/translations/kn.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/ku.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nb.js +1 -0
- package/build/translations/ne.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sq.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/ti.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/uz.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +78 -0
- package/dist/augmentation.d.ts +34 -0
- package/dist/autolink.d.ts +83 -0
- package/dist/index-content.css +4 -0
- package/dist/index-editor.css +98 -0
- package/dist/index.css +148 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.ts +25 -0
- package/dist/index.js +2567 -0
- package/dist/index.js.map +1 -0
- package/dist/link.d.ts +35 -0
- package/dist/linkcommand.d.ts +136 -0
- package/dist/linkconfig.d.ts +294 -0
- package/dist/linkediting.d.ts +78 -0
- package/dist/linkimage.d.ts +35 -0
- package/dist/linkimageediting.d.ts +47 -0
- package/dist/linkimageui.d.ts +48 -0
- package/dist/linkui.d.ts +177 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +5 -0
- package/dist/translations/ar.umd.js +11 -0
- package/dist/translations/ast.d.ts +8 -0
- package/dist/translations/ast.js +5 -0
- package/dist/translations/ast.umd.js +11 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +5 -0
- package/dist/translations/az.umd.js +11 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +5 -0
- package/dist/translations/bg.umd.js +11 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +5 -0
- package/dist/translations/bn.umd.js +11 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +5 -0
- package/dist/translations/ca.umd.js +11 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +5 -0
- package/dist/translations/cs.umd.js +11 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +5 -0
- package/dist/translations/da.umd.js +11 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +5 -0
- package/dist/translations/de-ch.umd.js +11 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +5 -0
- package/dist/translations/de.umd.js +11 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +5 -0
- package/dist/translations/el.umd.js +11 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +5 -0
- package/dist/translations/en-au.umd.js +11 -0
- package/dist/translations/en-gb.d.ts +8 -0
- package/dist/translations/en-gb.js +5 -0
- package/dist/translations/en-gb.umd.js +11 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +5 -0
- package/dist/translations/en.umd.js +11 -0
- package/dist/translations/eo.d.ts +8 -0
- package/dist/translations/eo.js +5 -0
- package/dist/translations/eo.umd.js +11 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +5 -0
- package/dist/translations/es.umd.js +11 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +5 -0
- package/dist/translations/et.umd.js +11 -0
- package/dist/translations/eu.d.ts +8 -0
- package/dist/translations/eu.js +5 -0
- package/dist/translations/eu.umd.js +11 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +5 -0
- package/dist/translations/fa.umd.js +11 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +5 -0
- package/dist/translations/fi.umd.js +11 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +5 -0
- package/dist/translations/fr.umd.js +11 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +5 -0
- package/dist/translations/gl.umd.js +11 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +5 -0
- package/dist/translations/he.umd.js +11 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +5 -0
- package/dist/translations/hi.umd.js +11 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +5 -0
- package/dist/translations/hr.umd.js +11 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +5 -0
- package/dist/translations/hu.umd.js +11 -0
- package/dist/translations/hy.d.ts +8 -0
- package/dist/translations/hy.js +5 -0
- package/dist/translations/hy.umd.js +11 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +5 -0
- package/dist/translations/id.umd.js +11 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +5 -0
- package/dist/translations/it.umd.js +11 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +5 -0
- package/dist/translations/ja.umd.js +11 -0
- package/dist/translations/km.d.ts +8 -0
- package/dist/translations/km.js +5 -0
- package/dist/translations/km.umd.js +11 -0
- package/dist/translations/kn.d.ts +8 -0
- package/dist/translations/kn.js +5 -0
- package/dist/translations/kn.umd.js +11 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +5 -0
- package/dist/translations/ko.umd.js +11 -0
- package/dist/translations/ku.d.ts +8 -0
- package/dist/translations/ku.js +5 -0
- package/dist/translations/ku.umd.js +11 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +5 -0
- package/dist/translations/lt.umd.js +11 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +5 -0
- package/dist/translations/lv.umd.js +11 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +5 -0
- package/dist/translations/ms.umd.js +11 -0
- package/dist/translations/nb.d.ts +8 -0
- package/dist/translations/nb.js +5 -0
- package/dist/translations/nb.umd.js +11 -0
- package/dist/translations/ne.d.ts +8 -0
- package/dist/translations/ne.js +5 -0
- package/dist/translations/ne.umd.js +11 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +5 -0
- package/dist/translations/nl.umd.js +11 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +5 -0
- package/dist/translations/no.umd.js +11 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +5 -0
- package/dist/translations/pl.umd.js +11 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +5 -0
- package/dist/translations/pt-br.umd.js +11 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +5 -0
- package/dist/translations/pt.umd.js +11 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +5 -0
- package/dist/translations/ro.umd.js +11 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +5 -0
- package/dist/translations/ru.umd.js +11 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +5 -0
- package/dist/translations/sk.umd.js +11 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +5 -0
- package/dist/translations/sq.umd.js +11 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +5 -0
- package/dist/translations/sr-latn.umd.js +11 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +5 -0
- package/dist/translations/sr.umd.js +11 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +5 -0
- package/dist/translations/sv.umd.js +11 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +5 -0
- package/dist/translations/th.umd.js +11 -0
- package/dist/translations/ti.d.ts +8 -0
- package/dist/translations/ti.js +5 -0
- package/dist/translations/ti.umd.js +11 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +5 -0
- package/dist/translations/tk.umd.js +11 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +5 -0
- package/dist/translations/tr.umd.js +11 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +5 -0
- package/dist/translations/tt.umd.js +11 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +5 -0
- package/dist/translations/ug.umd.js +11 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +5 -0
- package/dist/translations/uk.umd.js +11 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +5 -0
- package/dist/translations/ur.umd.js +11 -0
- package/dist/translations/uz.d.ts +8 -0
- package/dist/translations/uz.js +5 -0
- package/dist/translations/uz.umd.js +11 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +5 -0
- package/dist/translations/vi.umd.js +11 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +5 -0
- package/dist/translations/zh-cn.umd.js +11 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +5 -0
- package/dist/translations/zh.umd.js +11 -0
- package/dist/ui/linkactionsview.d.ts +107 -0
- package/dist/ui/linkformview.d.ts +175 -0
- package/dist/unlinkcommand.d.ts +35 -0
- package/dist/utils/automaticdecorators.d.ts +49 -0
- package/dist/utils/manualdecorator.d.ts +76 -0
- package/dist/utils.d.ts +84 -0
- package/lang/contexts.json +14 -0
- package/lang/translations/ar.po +66 -0
- package/lang/translations/ast.po +66 -0
- package/lang/translations/az.po +66 -0
- package/lang/translations/bg.po +66 -0
- package/lang/translations/bn.po +68 -0
- package/lang/translations/ca.po +66 -0
- package/lang/translations/cs.po +66 -0
- package/lang/translations/da.po +66 -0
- package/lang/translations/de-ch.po +66 -0
- package/lang/translations/de.po +66 -0
- package/lang/translations/el.po +66 -0
- package/lang/translations/en-au.po +66 -0
- package/lang/translations/en-gb.po +66 -0
- package/lang/translations/en.po +66 -0
- package/lang/translations/eo.po +66 -0
- package/lang/translations/es.po +66 -0
- package/lang/translations/et.po +66 -0
- package/lang/translations/eu.po +66 -0
- package/lang/translations/fa.po +66 -0
- package/lang/translations/fi.po +66 -0
- package/lang/translations/fr.po +66 -0
- package/lang/translations/gl.po +66 -0
- package/lang/translations/he.po +66 -0
- package/lang/translations/hi.po +66 -0
- package/lang/translations/hr.po +66 -0
- package/lang/translations/hu.po +66 -0
- package/lang/translations/hy.po +66 -0
- package/lang/translations/id.po +66 -0
- package/lang/translations/it.po +66 -0
- package/lang/translations/ja.po +66 -0
- package/lang/translations/km.po +66 -0
- package/lang/translations/kn.po +66 -0
- package/lang/translations/ko.po +66 -0
- package/lang/translations/ku.po +66 -0
- package/lang/translations/lt.po +66 -0
- package/lang/translations/lv.po +66 -0
- package/lang/translations/ms.po +66 -0
- package/lang/translations/nb.po +66 -0
- package/lang/translations/ne.po +66 -0
- package/lang/translations/nl.po +66 -0
- package/lang/translations/no.po +66 -0
- package/lang/translations/pl.po +66 -0
- package/lang/translations/pt-br.po +66 -0
- package/lang/translations/pt.po +66 -0
- package/lang/translations/ro.po +66 -0
- package/lang/translations/ru.po +66 -0
- package/lang/translations/sk.po +66 -0
- package/lang/translations/sq.po +66 -0
- package/lang/translations/sr-latn.po +66 -0
- package/lang/translations/sr.po +66 -0
- package/lang/translations/sv.po +66 -0
- package/lang/translations/th.po +66 -0
- package/lang/translations/ti.po +66 -0
- package/lang/translations/tk.po +66 -0
- package/lang/translations/tr.po +66 -0
- package/lang/translations/tt.po +66 -0
- package/lang/translations/ug.po +66 -0
- package/lang/translations/uk.po +66 -0
- package/lang/translations/ur.po +66 -0
- package/lang/translations/uz.po +66 -0
- package/lang/translations/vi.po +66 -0
- package/lang/translations/zh-cn.po +66 -0
- package/lang/translations/zh.po +66 -0
- package/package.json +46 -0
- package/src/augmentation.d.ts +30 -0
- package/src/augmentation.js +5 -0
- package/src/autolink.d.ts +79 -0
- package/src/autolink.js +290 -0
- package/src/index.d.ts +21 -0
- package/src/index.js +20 -0
- package/src/link.d.ts +31 -0
- package/src/link.js +37 -0
- package/src/linkcommand.d.ts +132 -0
- package/src/linkcommand.js +285 -0
- package/src/linkconfig.d.ts +290 -0
- package/src/linkconfig.js +5 -0
- package/src/linkediting.d.ts +74 -0
- package/src/linkediting.js +286 -0
- package/src/linkimage.d.ts +31 -0
- package/src/linkimage.js +37 -0
- package/src/linkimageediting.d.ts +43 -0
- package/src/linkimageediting.js +251 -0
- package/src/linkimageui.d.ts +44 -0
- package/src/linkimageui.js +102 -0
- package/src/linkui.d.ts +173 -0
- package/src/linkui.js +652 -0
- package/src/ui/linkactionsview.d.ts +103 -0
- package/src/ui/linkactionsview.js +157 -0
- package/src/ui/linkformview.d.ts +171 -0
- package/src/ui/linkformview.js +273 -0
- package/src/unlinkcommand.d.ts +31 -0
- package/src/unlinkcommand.js +66 -0
- package/src/utils/automaticdecorators.d.ts +45 -0
- package/src/utils/automaticdecorators.js +140 -0
- package/src/utils/manualdecorator.d.ts +72 -0
- package/src/utils/manualdecorator.js +47 -0
- package/src/utils.d.ts +80 -0
- package/src/utils.js +135 -0
- package/theme/icons/link.svg +1 -0
- package/theme/icons/unlink.svg +1 -0
- package/theme/link.css +10 -0
- package/theme/linkactions.css +32 -0
- package/theme/linkform.css +46 -0
- package/theme/linkimage.css +16 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Hindi (https://app.transifex.com/ckeditor/teams/11143/hi/)\n"
|
|
16
|
+
"Language: hi\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Unlink"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Link"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Link URL"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "लिंक का URL रिक्त नहीं होना चाहिए."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Link image"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Edit link"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Open link in new tab"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "This link has no URL"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Open in a new tab"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Downloadable"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "लिंक बनाएँ"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "लिंक के बाहर जाएँ"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Croatian (https://app.transifex.com/ckeditor/teams/11143/hr/)\n"
|
|
16
|
+
"Language: hr\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Ukloni vezu"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Veza"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "URL veze"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "URL slike"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Uredi vezu"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Otvori vezu u novoj kartici"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "Ova veza nema URL"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Otvori u novoj kartici"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Moguće preuzeti"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr ""
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Hungarian (https://app.transifex.com/ckeditor/teams/11143/hu/)\n"
|
|
16
|
+
"Language: hu\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Link eltávolítása"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Link"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "URL link"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "A link URL-címe nem lehet üres."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Hivatkozás"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Link szerkesztése"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Link megnyitása új ablakban"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "A link nem tartalmaz URL-t"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Megnyitás új lapon"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Letölthető"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Link létrehozása"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Kilépés egy linkből"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Armenian (https://app.transifex.com/ckeditor/teams/11143/hy/)\n"
|
|
16
|
+
"Language: hy\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Հղում"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Խմբագրել հղումը"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr ""
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Indonesian (https://app.transifex.com/ckeditor/teams/11143/id/)\n"
|
|
16
|
+
"Language: id\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Hapus tautan"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Tautan"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "URL tautan"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "Tautan URL tidak boleh kosong."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Tautkan gambar"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Sunting tautan"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Buka tautan di tab baru"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "Tautan ini tidak memiliki URL"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Buka di tab baru"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Dapat diunduh"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Buat tautan"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Keluar dari tautan"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Italian (https://app.transifex.com/ckeditor/teams/11143/it/)\n"
|
|
16
|
+
"Language: it\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "Elimina collegamento"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Collegamento"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "URL del collegamento"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "L'URL del link non può essere lasciato in bianco."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Collega immagine"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Modifica collegamento"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Apri collegamento in nuova scheda"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "Questo collegamento non ha un URL"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "Apri in una nuova scheda"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Scaricabile"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Crea un link"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Esce da un link"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Japanese (https://app.transifex.com/ckeditor/teams/11143/ja/)\n"
|
|
16
|
+
"Language: ja\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "リンク解除"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "リンク"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "リンクURL"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "リンクURLは空白にできません。"
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "リンク画像"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "リンクを編集"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "新しいタブでリンクを開く"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "リンクにURLが設定されていません"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "新しいタブで開く"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "ダウンロード可能"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "リンクを作成する"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "リンクの外に移動する"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Khmer (https://app.transifex.com/ckeditor/teams/11143/km/)\n"
|
|
16
|
+
"Language: km\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "ផ្ដាច់តំណ"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "តំណ"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "URL តំណ"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr ""
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Kannada (https://app.transifex.com/ckeditor/teams/11143/kn/)\n"
|
|
16
|
+
"Language: kn\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "ಕೊಂಡಿ ತೆಗೆ"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "ಕೊಂಡಿ"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "ಕೊಂಡಿ ಸಂಪರ್ಕಿಸು"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr ""
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Korean (https://app.transifex.com/ckeditor/teams/11143/ko/)\n"
|
|
16
|
+
"Language: ko\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Unlink feature."
|
|
21
|
+
msgid "Unlink"
|
|
22
|
+
msgstr "링크 삭제"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "링크"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "링크 주소"
|
|
31
|
+
|
|
32
|
+
msgctxt "An error text displayed when user attempted to enter an empty URL."
|
|
33
|
+
msgid "Link URL must not be empty."
|
|
34
|
+
msgstr "링크 URL은 비워둘 수 없습니다."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "사진 링크"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "링크 편집"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "새 탭에서 링크 열기"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label explaining that a link has no URL set (the URL is empty)."
|
|
49
|
+
msgid "This link has no URL"
|
|
50
|
+
msgstr "이 주소에는 URL이 없습니다."
|
|
51
|
+
|
|
52
|
+
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
53
|
+
msgid "Open in a new tab"
|
|
54
|
+
msgstr "새 탭에서 열기"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "다운로드 가능"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "링크 생성"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "링크 밖으로 이동"
|