@ckeditor/ckeditor5-find-and-replace 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/find-and-replace.js +5 -0
- package/build/translations/af.js +1 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/bs.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.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es-co.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.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/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/jv.js +1 -0
- package/build/translations/ko.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/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/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/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/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +18 -0
- package/dist/augmentation.d.ts +24 -0
- package/dist/findandreplace.d.ts +50 -0
- package/dist/findandreplaceconfig.d.ts +35 -0
- package/dist/findandreplaceediting.d.ts +71 -0
- package/dist/findandreplacestate.d.ts +116 -0
- package/dist/findandreplaceui.d.ts +87 -0
- package/dist/findandreplaceutils.d.ts +77 -0
- package/dist/findcommand.d.ts +52 -0
- package/dist/findnextcommand.d.ts +39 -0
- package/dist/findpreviouscommand.d.ts +23 -0
- package/dist/index-content.css +4 -0
- package/dist/index-editor.css +54 -0
- package/dist/index.css +78 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +1523 -0
- package/dist/index.js.map +1 -0
- package/dist/replaceallcommand.d.ts +39 -0
- package/dist/replacecommand.d.ts +26 -0
- package/dist/replacecommandbase.d.ts +35 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +5 -0
- package/dist/translations/af.umd.js +11 -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/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/bs.d.ts +8 -0
- package/dist/translations/bs.js +5 -0
- package/dist/translations/bs.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.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.d.ts +8 -0
- package/dist/translations/en.js +5 -0
- package/dist/translations/en.umd.js +11 -0
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +5 -0
- package/dist/translations/es-co.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/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/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/jv.d.ts +8 -0
- package/dist/translations/jv.js +5 -0
- package/dist/translations/jv.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/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/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/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/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/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/findandreplaceformview.d.ts +313 -0
- package/lang/contexts.json +16 -0
- package/lang/translations/af.po +74 -0
- package/lang/translations/ar.po +74 -0
- package/lang/translations/bg.po +74 -0
- package/lang/translations/bn.po +74 -0
- package/lang/translations/bs.po +74 -0
- package/lang/translations/ca.po +74 -0
- package/lang/translations/cs.po +74 -0
- package/lang/translations/da.po +74 -0
- package/lang/translations/de.po +74 -0
- package/lang/translations/el.po +74 -0
- package/lang/translations/en-au.po +74 -0
- package/lang/translations/en.po +74 -0
- package/lang/translations/es-co.po +74 -0
- package/lang/translations/es.po +74 -0
- package/lang/translations/et.po +74 -0
- package/lang/translations/fa.po +74 -0
- package/lang/translations/fi.po +74 -0
- package/lang/translations/fr.po +74 -0
- package/lang/translations/gl.po +74 -0
- package/lang/translations/he.po +74 -0
- package/lang/translations/hi.po +74 -0
- package/lang/translations/hr.po +74 -0
- package/lang/translations/hu.po +74 -0
- package/lang/translations/id.po +74 -0
- package/lang/translations/it.po +74 -0
- package/lang/translations/ja.po +74 -0
- package/lang/translations/jv.po +74 -0
- package/lang/translations/ko.po +74 -0
- package/lang/translations/lt.po +74 -0
- package/lang/translations/lv.po +74 -0
- package/lang/translations/ms.po +74 -0
- package/lang/translations/nl.po +74 -0
- package/lang/translations/no.po +74 -0
- package/lang/translations/pl.po +74 -0
- package/lang/translations/pt-br.po +74 -0
- package/lang/translations/pt.po +74 -0
- package/lang/translations/ro.po +74 -0
- package/lang/translations/ru.po +74 -0
- package/lang/translations/sk.po +74 -0
- package/lang/translations/sr-latn.po +74 -0
- package/lang/translations/sr.po +74 -0
- package/lang/translations/sv.po +74 -0
- package/lang/translations/th.po +74 -0
- package/lang/translations/ti.po +74 -0
- package/lang/translations/tr.po +74 -0
- package/lang/translations/tt.po +74 -0
- package/lang/translations/ug.po +74 -0
- package/lang/translations/uk.po +74 -0
- package/lang/translations/ur.po +74 -0
- package/lang/translations/vi.po +74 -0
- package/lang/translations/zh-cn.po +74 -0
- package/lang/translations/zh.po +74 -0
- package/package.json +42 -0
- package/src/augmentation.d.ts +20 -0
- package/src/augmentation.js +5 -0
- package/src/findandreplace.d.ts +46 -0
- package/src/findandreplace.js +90 -0
- package/src/findandreplaceconfig.d.ts +31 -0
- package/src/findandreplaceconfig.js +5 -0
- package/src/findandreplaceediting.d.ts +67 -0
- package/src/findandreplaceediting.js +233 -0
- package/src/findandreplacestate.d.ts +112 -0
- package/src/findandreplacestate.js +80 -0
- package/src/findandreplaceui.d.ts +83 -0
- package/src/findandreplaceui.js +275 -0
- package/src/findandreplaceutils.d.ts +73 -0
- package/src/findandreplaceutils.js +160 -0
- package/src/findcommand.d.ts +48 -0
- package/src/findcommand.js +79 -0
- package/src/findnextcommand.d.ts +35 -0
- package/src/findnextcommand.js +47 -0
- package/src/findpreviouscommand.d.ts +19 -0
- package/src/findpreviouscommand.js +25 -0
- package/src/index.d.ts +18 -0
- package/src/index.js +17 -0
- package/src/replaceallcommand.d.ts +35 -0
- package/src/replaceallcommand.js +50 -0
- package/src/replacecommand.d.ts +22 -0
- package/src/replacecommand.js +20 -0
- package/src/replacecommandbase.d.ts +31 -0
- package/src/replacecommandbase.js +56 -0
- package/src/ui/findandreplaceformview.d.ts +309 -0
- package/src/ui/findandreplaceformview.js +472 -0
- package/theme/findandreplace.css +13 -0
- package/theme/findandreplaceform.css +17 -0
- package/theme/icons/find-replace.svg +1 -0
|
@@ -0,0 +1,74 @@
|
|
|
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: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n"
|
|
16
|
+
"Language: sr\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 "The tooltip of a find and replace button in the toolbar. Also, the title of the find and replace form."
|
|
21
|
+
msgid "Find and replace"
|
|
22
|
+
msgstr "Нађи и замени"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for the searched text in the find and replace dropdown."
|
|
25
|
+
msgid "Find in text…"
|
|
26
|
+
msgstr "Пронађи у тексту… "
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for the find action button in the find and replace dropdown."
|
|
29
|
+
msgid "Find"
|
|
30
|
+
msgstr "Пронаћи"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
33
|
+
msgid "Previous result"
|
|
34
|
+
msgstr "Претходни резултат "
|
|
35
|
+
|
|
36
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
37
|
+
msgid "Next result"
|
|
38
|
+
msgstr "Следећи резултат "
|
|
39
|
+
|
|
40
|
+
msgctxt "The label for the (single) replace action button in the find and replace dropdown."
|
|
41
|
+
msgid "Replace"
|
|
42
|
+
msgstr "Замени"
|
|
43
|
+
|
|
44
|
+
msgctxt "The label for the replace all action button in the find and replace dropdown."
|
|
45
|
+
msgid "Replace all"
|
|
46
|
+
msgstr "Замени све"
|
|
47
|
+
|
|
48
|
+
msgctxt "The label for the match case checkbox in the find and replace dropdown."
|
|
49
|
+
msgid "Match case"
|
|
50
|
+
msgstr "Подударање случај "
|
|
51
|
+
|
|
52
|
+
msgctxt "The label for the whole words only checkbox in the find and replace dropdown."
|
|
53
|
+
msgid "Whole words only"
|
|
54
|
+
msgstr "Само целе речи "
|
|
55
|
+
|
|
56
|
+
msgctxt "The label for the text replacement in the find and replace dropdown."
|
|
57
|
+
msgid "Replace with…"
|
|
58
|
+
msgstr "Замени са…"
|
|
59
|
+
|
|
60
|
+
msgctxt "An error text displayed when user attempted to find an empty text."
|
|
61
|
+
msgid "Text to find must not be empty."
|
|
62
|
+
msgstr "Текст за проналажење не сме бити празан."
|
|
63
|
+
|
|
64
|
+
msgctxt "A message displayed next to the replace field when disabled but user tries to use it."
|
|
65
|
+
msgid "Tip: Find some text first in order to replace it."
|
|
66
|
+
msgstr "Савет: Прво пронађите неки текст да бисте га заменили. "
|
|
67
|
+
|
|
68
|
+
msgctxt "The label and the tooltip of the options dropdown button in the find and replace form."
|
|
69
|
+
msgid "Advanced options"
|
|
70
|
+
msgstr "Napredne opcije"
|
|
71
|
+
|
|
72
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for opening the find and replace UI."
|
|
73
|
+
msgid "Find in the document"
|
|
74
|
+
msgstr "Nađi u dokumentu"
|
|
@@ -0,0 +1,74 @@
|
|
|
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: Swedish (https://app.transifex.com/ckeditor/teams/11143/sv/)\n"
|
|
16
|
+
"Language: sv\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The tooltip of a find and replace button in the toolbar. Also, the title of the find and replace form."
|
|
21
|
+
msgid "Find and replace"
|
|
22
|
+
msgstr "Hitta och ersätt"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for the searched text in the find and replace dropdown."
|
|
25
|
+
msgid "Find in text…"
|
|
26
|
+
msgstr "Hitta i text ..."
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for the find action button in the find and replace dropdown."
|
|
29
|
+
msgid "Find"
|
|
30
|
+
msgstr "Hitta"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
33
|
+
msgid "Previous result"
|
|
34
|
+
msgstr "Föregående träff"
|
|
35
|
+
|
|
36
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
37
|
+
msgid "Next result"
|
|
38
|
+
msgstr "Nästa träff"
|
|
39
|
+
|
|
40
|
+
msgctxt "The label for the (single) replace action button in the find and replace dropdown."
|
|
41
|
+
msgid "Replace"
|
|
42
|
+
msgstr "Ersätt"
|
|
43
|
+
|
|
44
|
+
msgctxt "The label for the replace all action button in the find and replace dropdown."
|
|
45
|
+
msgid "Replace all"
|
|
46
|
+
msgstr "Ersätt alla"
|
|
47
|
+
|
|
48
|
+
msgctxt "The label for the match case checkbox in the find and replace dropdown."
|
|
49
|
+
msgid "Match case"
|
|
50
|
+
msgstr "Matcha versaler"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label for the whole words only checkbox in the find and replace dropdown."
|
|
53
|
+
msgid "Whole words only"
|
|
54
|
+
msgstr "Enbart hela ord"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label for the text replacement in the find and replace dropdown."
|
|
57
|
+
msgid "Replace with…"
|
|
58
|
+
msgstr "Ersätt med ..."
|
|
59
|
+
|
|
60
|
+
msgctxt "An error text displayed when user attempted to find an empty text."
|
|
61
|
+
msgid "Text to find must not be empty."
|
|
62
|
+
msgstr "Text att hitta får inte vara tom."
|
|
63
|
+
|
|
64
|
+
msgctxt "A message displayed next to the replace field when disabled but user tries to use it."
|
|
65
|
+
msgid "Tip: Find some text first in order to replace it."
|
|
66
|
+
msgstr "Tips: Hitta någon text först för att ersätta den."
|
|
67
|
+
|
|
68
|
+
msgctxt "The label and the tooltip of the options dropdown button in the find and replace form."
|
|
69
|
+
msgid "Advanced options"
|
|
70
|
+
msgstr "Avancerade alternativ"
|
|
71
|
+
|
|
72
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for opening the find and replace UI."
|
|
73
|
+
msgid "Find in the document"
|
|
74
|
+
msgstr "Hitta i dokumentet"
|
|
@@ -0,0 +1,74 @@
|
|
|
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: Thai (https://app.transifex.com/ckeditor/teams/11143/th/)\n"
|
|
16
|
+
"Language: th\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The tooltip of a find and replace button in the toolbar. Also, the title of the find and replace form."
|
|
21
|
+
msgid "Find and replace"
|
|
22
|
+
msgstr "ค้นหาและแทนที่"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for the searched text in the find and replace dropdown."
|
|
25
|
+
msgid "Find in text…"
|
|
26
|
+
msgstr "ค้นหาในข้อความ..."
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for the find action button in the find and replace dropdown."
|
|
29
|
+
msgid "Find"
|
|
30
|
+
msgstr "ค้นหา"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
33
|
+
msgid "Previous result"
|
|
34
|
+
msgstr "ผลลัพธ์ก่อนหน้านี้"
|
|
35
|
+
|
|
36
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
37
|
+
msgid "Next result"
|
|
38
|
+
msgstr "ผลลัพธ์ถัดไป"
|
|
39
|
+
|
|
40
|
+
msgctxt "The label for the (single) replace action button in the find and replace dropdown."
|
|
41
|
+
msgid "Replace"
|
|
42
|
+
msgstr "แทนที่"
|
|
43
|
+
|
|
44
|
+
msgctxt "The label for the replace all action button in the find and replace dropdown."
|
|
45
|
+
msgid "Replace all"
|
|
46
|
+
msgstr "แทนที่ทั้งหมด"
|
|
47
|
+
|
|
48
|
+
msgctxt "The label for the match case checkbox in the find and replace dropdown."
|
|
49
|
+
msgid "Match case"
|
|
50
|
+
msgstr "ตัวใหญ่-เล็ก ตรงกัน"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label for the whole words only checkbox in the find and replace dropdown."
|
|
53
|
+
msgid "Whole words only"
|
|
54
|
+
msgstr "ตรงกันทุกตัวอักษร"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label for the text replacement in the find and replace dropdown."
|
|
57
|
+
msgid "Replace with…"
|
|
58
|
+
msgstr "แทนที่ด้วย..."
|
|
59
|
+
|
|
60
|
+
msgctxt "An error text displayed when user attempted to find an empty text."
|
|
61
|
+
msgid "Text to find must not be empty."
|
|
62
|
+
msgstr "ข้อความที่จะค้นหาต้องไม่ว่างเปล่า"
|
|
63
|
+
|
|
64
|
+
msgctxt "A message displayed next to the replace field when disabled but user tries to use it."
|
|
65
|
+
msgid "Tip: Find some text first in order to replace it."
|
|
66
|
+
msgstr "เคล็ดลับ: ค้นหาข้อความบางอย่างก่อนจึงจะแทนที่ได้"
|
|
67
|
+
|
|
68
|
+
msgctxt "The label and the tooltip of the options dropdown button in the find and replace form."
|
|
69
|
+
msgid "Advanced options"
|
|
70
|
+
msgstr "ตัวเลือกขั้นสูง"
|
|
71
|
+
|
|
72
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for opening the find and replace UI."
|
|
73
|
+
msgid "Find in the document"
|
|
74
|
+
msgstr "ค้นหาในเอกสาร"
|
|
@@ -0,0 +1,74 @@
|
|
|
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: Tigrinya (https://app.transifex.com/ckeditor/teams/11143/ti/)\n"
|
|
16
|
+
"Language: ti\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The tooltip of a find and replace button in the toolbar. Also, the title of the find and replace form."
|
|
21
|
+
msgid "Find and replace"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for the searched text in the find and replace dropdown."
|
|
25
|
+
msgid "Find in text…"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for the find action button in the find and replace dropdown."
|
|
29
|
+
msgid "Find"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
33
|
+
msgid "Previous result"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
37
|
+
msgid "Next result"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
msgctxt "The label for the (single) replace action button in the find and replace dropdown."
|
|
41
|
+
msgid "Replace"
|
|
42
|
+
msgstr "ተክእ"
|
|
43
|
+
|
|
44
|
+
msgctxt "The label for the replace all action button in the find and replace dropdown."
|
|
45
|
+
msgid "Replace all"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
msgctxt "The label for the match case checkbox in the find and replace dropdown."
|
|
49
|
+
msgid "Match case"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
msgctxt "The label for the whole words only checkbox in the find and replace dropdown."
|
|
53
|
+
msgid "Whole words only"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
msgctxt "The label for the text replacement in the find and replace dropdown."
|
|
57
|
+
msgid "Replace with…"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
msgctxt "An error text displayed when user attempted to find an empty text."
|
|
61
|
+
msgid "Text to find must not be empty."
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgctxt "A message displayed next to the replace field when disabled but user tries to use it."
|
|
65
|
+
msgid "Tip: Find some text first in order to replace it."
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
68
|
+
msgctxt "The label and the tooltip of the options dropdown button in the find and replace form."
|
|
69
|
+
msgid "Advanced options"
|
|
70
|
+
msgstr ""
|
|
71
|
+
|
|
72
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for opening the find and replace UI."
|
|
73
|
+
msgid "Find in the document"
|
|
74
|
+
msgstr ""
|
|
@@ -0,0 +1,74 @@
|
|
|
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 "The tooltip of a find and replace button in the toolbar. Also, the title of the find and replace form."
|
|
21
|
+
msgid "Find and replace"
|
|
22
|
+
msgstr "Bul ve değiştir"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for the searched text in the find and replace dropdown."
|
|
25
|
+
msgid "Find in text…"
|
|
26
|
+
msgstr "Metinde bul..."
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for the find action button in the find and replace dropdown."
|
|
29
|
+
msgid "Find"
|
|
30
|
+
msgstr "Bul"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
33
|
+
msgid "Previous result"
|
|
34
|
+
msgstr "Önceki sonuç"
|
|
35
|
+
|
|
36
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
37
|
+
msgid "Next result"
|
|
38
|
+
msgstr "Sonraki sonuç"
|
|
39
|
+
|
|
40
|
+
msgctxt "The label for the (single) replace action button in the find and replace dropdown."
|
|
41
|
+
msgid "Replace"
|
|
42
|
+
msgstr "Değiştir"
|
|
43
|
+
|
|
44
|
+
msgctxt "The label for the replace all action button in the find and replace dropdown."
|
|
45
|
+
msgid "Replace all"
|
|
46
|
+
msgstr "Hepsini değiştir"
|
|
47
|
+
|
|
48
|
+
msgctxt "The label for the match case checkbox in the find and replace dropdown."
|
|
49
|
+
msgid "Match case"
|
|
50
|
+
msgstr "Büyük küçük harfe duyarlı"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label for the whole words only checkbox in the find and replace dropdown."
|
|
53
|
+
msgid "Whole words only"
|
|
54
|
+
msgstr "Sadece bütün kelimeler"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label for the text replacement in the find and replace dropdown."
|
|
57
|
+
msgid "Replace with…"
|
|
58
|
+
msgstr "Şununla değiştir..."
|
|
59
|
+
|
|
60
|
+
msgctxt "An error text displayed when user attempted to find an empty text."
|
|
61
|
+
msgid "Text to find must not be empty."
|
|
62
|
+
msgstr "Bulunacak metin boş bırakılmamalıdır."
|
|
63
|
+
|
|
64
|
+
msgctxt "A message displayed next to the replace field when disabled but user tries to use it."
|
|
65
|
+
msgid "Tip: Find some text first in order to replace it."
|
|
66
|
+
msgstr "İpucu: Değiştirmek için önce bir metin bul."
|
|
67
|
+
|
|
68
|
+
msgctxt "The label and the tooltip of the options dropdown button in the find and replace form."
|
|
69
|
+
msgid "Advanced options"
|
|
70
|
+
msgstr "Gelişmiş seçenekler"
|
|
71
|
+
|
|
72
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for opening the find and replace UI."
|
|
73
|
+
msgid "Find in the document"
|
|
74
|
+
msgstr "Belgede bul"
|
|
@@ -0,0 +1,74 @@
|
|
|
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 "The tooltip of a find and replace button in the toolbar. Also, the title of the find and replace form."
|
|
21
|
+
msgid "Find and replace"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for the searched text in the find and replace dropdown."
|
|
25
|
+
msgid "Find in text…"
|
|
26
|
+
msgstr "Текстта таб..."
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for the find action button in the find and replace dropdown."
|
|
29
|
+
msgid "Find"
|
|
30
|
+
msgstr "Таб"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
33
|
+
msgid "Previous result"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
37
|
+
msgid "Next result"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
msgctxt "The label for the (single) replace action button in the find and replace dropdown."
|
|
41
|
+
msgid "Replace"
|
|
42
|
+
msgstr "Алмаштыр"
|
|
43
|
+
|
|
44
|
+
msgctxt "The label for the replace all action button in the find and replace dropdown."
|
|
45
|
+
msgid "Replace all"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
msgctxt "The label for the match case checkbox in the find and replace dropdown."
|
|
49
|
+
msgid "Match case"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
msgctxt "The label for the whole words only checkbox in the find and replace dropdown."
|
|
53
|
+
msgid "Whole words only"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
msgctxt "The label for the text replacement in the find and replace dropdown."
|
|
57
|
+
msgid "Replace with…"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
msgctxt "An error text displayed when user attempted to find an empty text."
|
|
61
|
+
msgid "Text to find must not be empty."
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgctxt "A message displayed next to the replace field when disabled but user tries to use it."
|
|
65
|
+
msgid "Tip: Find some text first in order to replace it."
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
68
|
+
msgctxt "The label and the tooltip of the options dropdown button in the find and replace form."
|
|
69
|
+
msgid "Advanced options"
|
|
70
|
+
msgstr ""
|
|
71
|
+
|
|
72
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for opening the find and replace UI."
|
|
73
|
+
msgid "Find in the document"
|
|
74
|
+
msgstr ""
|
|
@@ -0,0 +1,74 @@
|
|
|
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 "The tooltip of a find and replace button in the toolbar. Also, the title of the find and replace form."
|
|
21
|
+
msgid "Find and replace"
|
|
22
|
+
msgstr "ئىزدە ۋە ئالماشتۇر"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for the searched text in the find and replace dropdown."
|
|
25
|
+
msgid "Find in text…"
|
|
26
|
+
msgstr "تېكىستتىن ئىزدە…"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for the find action button in the find and replace dropdown."
|
|
29
|
+
msgid "Find"
|
|
30
|
+
msgstr "ئىزدە"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
33
|
+
msgid "Previous result"
|
|
34
|
+
msgstr "ئالدىنقى نەتىجە"
|
|
35
|
+
|
|
36
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
37
|
+
msgid "Next result"
|
|
38
|
+
msgstr "كېيىنكى نەتىجە"
|
|
39
|
+
|
|
40
|
+
msgctxt "The label for the (single) replace action button in the find and replace dropdown."
|
|
41
|
+
msgid "Replace"
|
|
42
|
+
msgstr "ئالماشتۇر"
|
|
43
|
+
|
|
44
|
+
msgctxt "The label for the replace all action button in the find and replace dropdown."
|
|
45
|
+
msgid "Replace all"
|
|
46
|
+
msgstr "ھەممىنى ئالماشتۇر"
|
|
47
|
+
|
|
48
|
+
msgctxt "The label for the match case checkbox in the find and replace dropdown."
|
|
49
|
+
msgid "Match case"
|
|
50
|
+
msgstr "چوڭ كىچىك ھەرپنى پەرقلەندۈر"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label for the whole words only checkbox in the find and replace dropdown."
|
|
53
|
+
msgid "Whole words only"
|
|
54
|
+
msgstr "سۆزلا"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label for the text replacement in the find and replace dropdown."
|
|
57
|
+
msgid "Replace with…"
|
|
58
|
+
msgstr "ئالماشتۇرۇلۇدىغىنى…"
|
|
59
|
+
|
|
60
|
+
msgctxt "An error text displayed when user attempted to find an empty text."
|
|
61
|
+
msgid "Text to find must not be empty."
|
|
62
|
+
msgstr "ئىزدەيدىغان تېكىست بوش قالدۇرۇلمايدۇ."
|
|
63
|
+
|
|
64
|
+
msgctxt "A message displayed next to the replace field when disabled but user tries to use it."
|
|
65
|
+
msgid "Tip: Find some text first in order to replace it."
|
|
66
|
+
msgstr "ئەسكەرتىش: ئاۋال ئىزدەپ ئاندىن ئالماشتۇرىدۇ."
|
|
67
|
+
|
|
68
|
+
msgctxt "The label and the tooltip of the options dropdown button in the find and replace form."
|
|
69
|
+
msgid "Advanced options"
|
|
70
|
+
msgstr ""
|
|
71
|
+
|
|
72
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for opening the find and replace UI."
|
|
73
|
+
msgid "Find in the document"
|
|
74
|
+
msgstr ""
|
|
@@ -0,0 +1,74 @@
|
|
|
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 "The tooltip of a find and replace button in the toolbar. Also, the title of the find and replace form."
|
|
21
|
+
msgid "Find and replace"
|
|
22
|
+
msgstr "Знайти та замінити"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for the searched text in the find and replace dropdown."
|
|
25
|
+
msgid "Find in text…"
|
|
26
|
+
msgstr "Знайти в тексті…"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for the find action button in the find and replace dropdown."
|
|
29
|
+
msgid "Find"
|
|
30
|
+
msgstr "Знайти"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
33
|
+
msgid "Previous result"
|
|
34
|
+
msgstr "Попередній результат"
|
|
35
|
+
|
|
36
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
37
|
+
msgid "Next result"
|
|
38
|
+
msgstr "Наступний результат"
|
|
39
|
+
|
|
40
|
+
msgctxt "The label for the (single) replace action button in the find and replace dropdown."
|
|
41
|
+
msgid "Replace"
|
|
42
|
+
msgstr "Замінити"
|
|
43
|
+
|
|
44
|
+
msgctxt "The label for the replace all action button in the find and replace dropdown."
|
|
45
|
+
msgid "Replace all"
|
|
46
|
+
msgstr "Замінити все"
|
|
47
|
+
|
|
48
|
+
msgctxt "The label for the match case checkbox in the find and replace dropdown."
|
|
49
|
+
msgid "Match case"
|
|
50
|
+
msgstr "Врахувати регістр"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label for the whole words only checkbox in the find and replace dropdown."
|
|
53
|
+
msgid "Whole words only"
|
|
54
|
+
msgstr "Тільки цілі слова"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label for the text replacement in the find and replace dropdown."
|
|
57
|
+
msgid "Replace with…"
|
|
58
|
+
msgstr "Замінити…"
|
|
59
|
+
|
|
60
|
+
msgctxt "An error text displayed when user attempted to find an empty text."
|
|
61
|
+
msgid "Text to find must not be empty."
|
|
62
|
+
msgstr "Текст для пошуку не повинен бути порожнім."
|
|
63
|
+
|
|
64
|
+
msgctxt "A message displayed next to the replace field when disabled but user tries to use it."
|
|
65
|
+
msgid "Tip: Find some text first in order to replace it."
|
|
66
|
+
msgstr "Порада: спочатку знайдіть текст, щоб замінити його."
|
|
67
|
+
|
|
68
|
+
msgctxt "The label and the tooltip of the options dropdown button in the find and replace form."
|
|
69
|
+
msgid "Advanced options"
|
|
70
|
+
msgstr "Розширені опції"
|
|
71
|
+
|
|
72
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for opening the find and replace UI."
|
|
73
|
+
msgid "Find in the document"
|
|
74
|
+
msgstr "Пошук в документі"
|
|
@@ -0,0 +1,74 @@
|
|
|
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 "The tooltip of a find and replace button in the toolbar. Also, the title of the find and replace form."
|
|
21
|
+
msgid "Find and replace"
|
|
22
|
+
msgstr "تلاش و تبدیل"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for the searched text in the find and replace dropdown."
|
|
25
|
+
msgid "Find in text…"
|
|
26
|
+
msgstr "متن میں تلاش۔۔۔"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for the find action button in the find and replace dropdown."
|
|
29
|
+
msgid "Find"
|
|
30
|
+
msgstr "تلاش"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
33
|
+
msgid "Previous result"
|
|
34
|
+
msgstr "گزشتہ نتیجہ"
|
|
35
|
+
|
|
36
|
+
msgctxt "The label for the previous result button in the find and replace dropdown."
|
|
37
|
+
msgid "Next result"
|
|
38
|
+
msgstr "اگلا نتیجہ"
|
|
39
|
+
|
|
40
|
+
msgctxt "The label for the (single) replace action button in the find and replace dropdown."
|
|
41
|
+
msgid "Replace"
|
|
42
|
+
msgstr "بدل دیں"
|
|
43
|
+
|
|
44
|
+
msgctxt "The label for the replace all action button in the find and replace dropdown."
|
|
45
|
+
msgid "Replace all"
|
|
46
|
+
msgstr "تمام بدل دیں"
|
|
47
|
+
|
|
48
|
+
msgctxt "The label for the match case checkbox in the find and replace dropdown."
|
|
49
|
+
msgid "Match case"
|
|
50
|
+
msgstr "بڑے چھوٹے حروف کا خیال رکھیں"
|
|
51
|
+
|
|
52
|
+
msgctxt "The label for the whole words only checkbox in the find and replace dropdown."
|
|
53
|
+
msgid "Whole words only"
|
|
54
|
+
msgstr "صرف الفاظ"
|
|
55
|
+
|
|
56
|
+
msgctxt "The label for the text replacement in the find and replace dropdown."
|
|
57
|
+
msgid "Replace with…"
|
|
58
|
+
msgstr "اور اس سے تبدیل کریں..."
|
|
59
|
+
|
|
60
|
+
msgctxt "An error text displayed when user attempted to find an empty text."
|
|
61
|
+
msgid "Text to find must not be empty."
|
|
62
|
+
msgstr "تلاش کے لیے متن خالی نہیں ہونا چاہیے۔"
|
|
63
|
+
|
|
64
|
+
msgctxt "A message displayed next to the replace field when disabled but user tries to use it."
|
|
65
|
+
msgid "Tip: Find some text first in order to replace it."
|
|
66
|
+
msgstr "نکتہ: تبدیل کرنے کے لیے پہلے متن کو تلاش کریں۔"
|
|
67
|
+
|
|
68
|
+
msgctxt "The label and the tooltip of the options dropdown button in the find and replace form."
|
|
69
|
+
msgid "Advanced options"
|
|
70
|
+
msgstr ""
|
|
71
|
+
|
|
72
|
+
msgctxt "Keystroke description for assistive technologies: keystroke for opening the find and replace UI."
|
|
73
|
+
msgid "Find in the document"
|
|
74
|
+
msgstr ""
|