@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: Turkmen (https://app.transifex.com/ckeditor/teams/11143/tk/)\n"
|
|
16
|
+
"Language: tk\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 "Baglanyşygy aýyr"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Baglanyşyk"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "URL baglanyşygy"
|
|
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 "Surat baglanyşygy"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Baglanyşygy üýtget"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Täze goýmada baglanyşyk açyň"
|
|
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 "Bu baglanyşykda URL ýok"
|
|
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 "Täze goýmada açyň"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Göçürip alyp bolýar"
|
|
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: Turkish (https://app.transifex.com/ckeditor/teams/11143/tr/)\n"
|
|
16
|
+
"Language: tr\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 "Bağlantıyı kaldır"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Bağlantı"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Bağlantı Adresi"
|
|
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 "Bağlantı URL'si boş olmamalıdır."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Resim bağlantısı"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Bağlantıyı değiştir"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Yeni sekmede aç"
|
|
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 "Bağlantı adresi yok"
|
|
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 "Yeni sekmede aç"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "İndirilebilir"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Bağlantı oluştur"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Bir bağlantıdan çık"
|
|
@@ -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: Tatar (https://app.transifex.com/ckeditor/teams/11143/tt/)\n"
|
|
16
|
+
"Language: tt\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 ""
|
|
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: Uyghur (https://app.transifex.com/ckeditor/teams/11143/ug/)\n"
|
|
16
|
+
"Language: ug\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: Ukrainian (https://app.transifex.com/ckeditor/teams/11143/uk/)\n"
|
|
16
|
+
"Language: uk\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(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);\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: Urdu (https://app.transifex.com/ckeditor/teams/11143/ur/)\n"
|
|
16
|
+
"Language: ur\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: Uzbek (https://app.transifex.com/ckeditor/teams/11143/uz/)\n"
|
|
16
|
+
"Language: uz\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 "Havolani olib tashlash"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Havola"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "\"Havola 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 "Rasmga havola"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Havolani tahrirlash"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Havolani yangi oynada ochish"
|
|
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 "Bu havola uchun URL oʻrnatilmagan"
|
|
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 "Yangi oynada oching"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Yuklab olinadigan"
|
|
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: Vietnamese (https://app.transifex.com/ckeditor/teams/11143/vi/)\n"
|
|
16
|
+
"Language: vi\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 "Bỏ liên kết"
|
|
23
|
+
|
|
24
|
+
msgctxt "Toolbar button tooltip for the Link feature."
|
|
25
|
+
msgid "Link"
|
|
26
|
+
msgstr "Chèn liên kết"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the URL input in the Link URL editing balloon."
|
|
29
|
+
msgid "Link URL"
|
|
30
|
+
msgstr "Đường dẫn liên kết"
|
|
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 "Không được để trống URL đường liên kết."
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the image link button."
|
|
37
|
+
msgid "Link image"
|
|
38
|
+
msgstr "Liên kết của ảnh"
|
|
39
|
+
|
|
40
|
+
msgctxt "Button opening the Link URL editing balloon."
|
|
41
|
+
msgid "Edit link"
|
|
42
|
+
msgstr "Sửa liên kết"
|
|
43
|
+
|
|
44
|
+
msgctxt "Button opening the link in new browser tab."
|
|
45
|
+
msgid "Open link in new tab"
|
|
46
|
+
msgstr "Mở liên kết"
|
|
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 "Liên kết không có đường dẫn"
|
|
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 "Mở trên tab mới"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
57
|
+
msgid "Downloadable"
|
|
58
|
+
msgstr "Có thể tải về"
|
|
59
|
+
|
|
60
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for creating a link."
|
|
61
|
+
msgid "Create link"
|
|
62
|
+
msgstr "Tạo liên kết"
|
|
63
|
+
|
|
64
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for moving out of a link."
|
|
65
|
+
msgid "Move out of a link"
|
|
66
|
+
msgstr "Di chuyển ra khỏi một liên kết"
|
|
@@ -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: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
|
|
16
|
+
"Language: zh_CN\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 "此链接没有设置网址"
|
|
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: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
|
|
16
|
+
"Language: zh_TW\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 "移出連結"
|