@ckeditor/ckeditor5-comments 31.0.0 → 33.0.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/LICENSE.md +2 -2
- package/README.md +2 -2
- package/build/comments.js +5 -0
- package/build/translations/bs.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/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.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/ko.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/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/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/lang/translations/bs.po +80 -0
- package/lang/translations/cs.po +1 -1
- package/lang/translations/da.po +79 -0
- package/lang/translations/de-ch.po +1 -1
- package/lang/translations/de.po +1 -1
- package/lang/translations/el.po +79 -0
- package/lang/translations/en-au.po +1 -1
- package/lang/translations/en.po +1 -1
- package/lang/translations/es.po +1 -1
- package/lang/translations/et.po +1 -1
- package/lang/translations/fr.po +1 -1
- package/lang/translations/gl.po +1 -1
- package/lang/translations/hi.po +1 -1
- package/lang/translations/hr.po +1 -1
- package/lang/translations/hu.po +1 -1
- package/lang/translations/id.po +78 -0
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +1 -1
- package/lang/translations/ko.po +1 -1
- package/lang/translations/nl.po +1 -1
- package/lang/translations/no.po +1 -1
- package/lang/translations/pl.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/ro.po +1 -1
- package/lang/translations/ru.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sr-latn.po +1 -1
- package/lang/translations/sr.po +1 -1
- package/lang/translations/tk.po +1 -1
- package/lang/translations/tr.po +1 -1
- package/lang/translations/ug.po +1 -1
- package/lang/translations/uk.po +1 -1
- package/lang/translations/zh-cn.po +1 -1
- package/lang/translations/zh.po +1 -1
- package/package.json +4 -9
- package/src/annotations/annotation.js +2 -2
- package/src/annotations/annotationcollection.js +2 -2
- package/src/annotations/annotations.js +2 -2
- package/src/annotations/annotationsuis.js +2 -2
- package/src/annotations/editorannotations.js +2 -2
- package/src/annotations/inlineannotations.js +2 -2
- package/src/annotations/narrowsidebar.js +2 -2
- package/src/annotations/sidebar.js +2 -2
- package/src/annotations/view/annotationcounterbuttonview.js +2 -2
- package/src/annotations/view/annotationview.js +2 -2
- package/src/annotations/view/sidebaritemview.js +2 -2
- package/src/annotations/view/sidebarview.js +2 -2
- package/src/annotations/widesidebar.js +2 -2
- package/src/comments/addcommentthreadcommand.js +2 -2
- package/src/comments/commentsediting.js +2 -2
- package/src/comments/commentsrepository.js +2 -2
- package/src/comments/commentsui.js +2 -2
- package/src/comments/integrations/commentsrestrictededitingmode.js +2 -2
- package/src/comments/ui/commenteditor/commenteditor.js +2 -2
- package/src/comments/ui/commenteditor/commenteditorui.js +2 -2
- package/src/comments/ui/commenteditor/commenteditoruiview.js +2 -2
- package/src/comments/ui/commentthreadcontroller.js +2 -2
- package/src/comments/ui/view/basecommentthreadview.js +2 -2
- package/src/comments/ui/view/basecommentview.js +2 -2
- package/src/comments/ui/view/collapsedcommentsview.js +2 -2
- package/src/comments/ui/view/commentcontentview.js +2 -2
- package/src/comments/ui/view/commentinputview.js +2 -2
- package/src/comments/ui/view/commentslistview.js +2 -2
- package/src/comments/ui/view/commentthreadinputview.js +2 -2
- package/src/comments/ui/view/commentthreadview.js +2 -2
- package/src/comments/ui/view/commentview.js +2 -2
- package/src/comments/ui/view/confirmmixin.js +2 -2
- package/src/comments/ui/view/confirmview.js +2 -2
- package/src/comments.js +2 -2
- package/src/commentsonly.js +2 -2
- package/src/{utils/getmarkerdomelement.js → index.js} +2 -2
- package/src/utils/common-translations.js +2 -2
- package/src/utils/createmutationobserver.js +2 -2
- package/theme/annotation-inline.css +1 -1
- package/theme/annotation.css +1 -1
- package/theme/comment.css +1 -1
- package/theme/commentinput.css +1 -1
- package/theme/commentmarker.css +1 -1
- package/theme/commentthread.css +1 -1
- package/theme/icons/add-comment.svg +1 -1
- package/theme/icons/edit-comment.svg +1 -1
- package/theme/icons/remove-comment.svg +1 -1
- package/theme/sidebar-narrow.css +1 -1
- package/theme/sidebar.css +1 -1
- package/src/utils/getdatetimeformatter.js +0 -23
- package/src/utils/trim-html.js +0 -23
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.ja=e.ja||{};t.dictionary=Object.assign(t.dictionary||{},{"Are you sure?":"よろしいですか?",Comment:"コメント","Comment editor":"コメントエディタ","Delete comment thread?":"スレッドを削除しますか?","Delete comment?":"コメントを削除しますか?",Edit:"編集",No:"いいえ",NUMBER_OF_COMMENTS:"",PENDING_ACTION_COMMENT_THREAD:"",Remove:"削除","Reply...":"返信",Submit:"送信",TOO_LONG_COMMENT_ALERT:"","Write a comment...":"コメントを書く",Yes:"はい"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const o=e.ko=e.ko||{};o.dictionary=Object.assign(o.dictionary||{},{"Are you sure?":"확실한가요?",Comment:"의견","Comment editor":"의견 편집기","Delete comment thread?":"의견 글타래를 삭제할까요?","Delete comment?":"의견을 삭제할까요?",Edit:"수정",No:"아니요",NUMBER_OF_COMMENTS:"%0개의 의견",PENDING_ACTION_COMMENT_THREAD:"의견 글타래에 저장되지 않은 변경 사항이 있습니다.",Remove:"삭제","Reply...":"답변 작성...",Submit:"작성",TOO_LONG_COMMENT_ALERT:"의견의 내용이 너무 깁니다. 작성하신 내용의 길이는 %0자이지만 제한은 %1자입니다.","Write a comment...":"새 의견 작성...",Yes:"예"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const n=e.nl=e.nl||{};n.dictionary=Object.assign(n.dictionary||{},{"Are you sure?":"Weet u het zeker?",Comment:"Opmerking","Comment editor":"Opmerking editor","Delete comment thread?":"Discussie verwijderen?","Delete comment?":"Opmerking verwijderen?",Edit:"Wijzigen",No:"Nee",NUMBER_OF_COMMENTS:["%0 opmerking","%0 opmerkingen"],PENDING_ACTION_COMMENT_THREAD:"De discussie bevat openstaande wijzigingen.",Remove:"Verwijderen","Reply...":"Beantwoorden...",Submit:"Opslaan",TOO_LONG_COMMENT_ALERT:"De opmerking is te lang. De opmerking bevat %0 tekens terwijl er %1 tekens toegestaan zijn.","Write a comment...":"Schrijf een opmerking...",Yes:"Ja"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const n=e.no=e.no||{};n.dictionary=Object.assign(n.dictionary||{},{"Are you sure?":"Er du sikker?",Comment:"Kommenter","Comment editor":"Redigeringsverktøy for kommentarer","Delete comment thread?":"Slett kommentartråd?","Delete comment?":"Slett kommentar?",Edit:"Rediger",No:"Nei",NUMBER_OF_COMMENTS:["%0 kommentar","%0 kommentarer"],PENDING_ACTION_COMMENT_THREAD:"Ulagrede endringer i kommentartråden.",Remove:"Fjern","Reply...":"Svar...",Submit:"Lagre",TOO_LONG_COMMENT_ALERT:"Kommentarinnhold er for langt. Kommentaren din har %0 tegn, men grensen er %1 tegn.","Write a comment...":"Skriv en kommentar...",Yes:"Ja"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.pl=e.pl||{};t.dictionary=Object.assign(t.dictionary||{},{"Are you sure?":"Jesteś pewny/pewna?",Comment:"Skomentuj","Comment editor":"Edytor komentarza","Delete comment thread?":"Usunąć wątek komentarzy?","Delete comment?":"Usunąć komentarz?",Edit:"Edytuj",No:"Nie",NUMBER_OF_COMMENTS:["%0 Komentarz","%0 Komentarze","%0 Komentarzy","%0 Komentarza"],PENDING_ACTION_COMMENT_THREAD:"Niezapisana zmiana w wątku komentarzy.",Remove:"Usuń","Reply...":"Odpowiedz...",Submit:"Zatwierdź",TOO_LONG_COMMENT_ALERT:'Komentarz jest zbyt długi. Twój komentarz ma %0 znaków. Dopuszczalny limit to %1 znaków."',"Write a comment...":"Napisz komentarz...",Yes:"Tak"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const o=e["pt-br"]=e["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{"Are you sure?":"Você tem certeza?",Comment:"Comentário","Comment editor":"Editar comentário","Delete comment thread?":"Excluir segmento de comentários?","Delete comment?":"Excluir comentário?",Edit:"Editar",No:"Não",NUMBER_OF_COMMENTS:["%0 Comentários","%0 Comentários"],PENDING_ACTION_COMMENT_THREAD:"Alteração não salva no segmento de comentários.",Remove:"Remover","Reply...":"Responder...",Submit:"Enviar",TOO_LONG_COMMENT_ALERT:"O conteúdo do comentário é muito longo. Seu comentário possui %0 caracteres, mas o limite é de %1 caracteres.","Write a comment...":"Escrever um comentário...",Yes:"Sim"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.ro=e.ro||{};t.dictionary=Object.assign(t.dictionary||{},{"Are you sure?":"Sunteți sigur?",Comment:"Comentează","Comment editor":"Editor de comentarii","Delete comment thread?":"Ștergeți firul de comentarii? ","Delete comment?":"Ștergi comentariul?",Edit:"Editează",No:"Nu",NUMBER_OF_COMMENTS:["%0 Comment","%0 Comment","%0 Comentarii"],PENDING_ACTION_COMMENT_THREAD:"O schimbare nesalvată în firul de comentarii.",Remove:"Șterge","Reply...":"Răspunde...",Submit:"Trimite",TOO_LONG_COMMENT_ALERT:"Conținutul comentariului este prea lung. Comentariul tău are %0 caractere, dar limita este %1 caractere.","Write a comment...":"Scrie un comentariu...",Yes:"Da"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.ru=e.ru||{};t.dictionary=Object.assign(t.dictionary||{},{"Are you sure?":"Вы уверены?",Comment:"Комментарий","Comment editor":"Редактор комментариев","Delete comment thread?":"Удалить ветку комментариев?","Delete comment?":"Удалить комментарий?",Edit:"Редактировать",No:"Нет",NUMBER_OF_COMMENTS:["%0 Комментарий","%0 Комментариев","%0 Комментариев","%0 Комментария"],PENDING_ACTION_COMMENT_THREAD:"Изменения в ветке комментариев не сохранены.",Remove:"Удалить","Reply...":"Ответ...",Submit:"Отправить",TOO_LONG_COMMENT_ALERT:"Комментарий слишком длинный. Ваш комментарий состоит из %0 символов, тогда как предел %1 символов.","Write a comment...":"Введите комментарий...",Yes:"Да"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const o=e.sk=e.sk||{};o.dictionary=Object.assign(o.dictionary||{},{"Are you sure?":"Ste si istý?",Comment:"Komentár","Comment editor":"Editor komentárov","Delete comment thread?":"Vymazať vlákno komentáru?","Delete comment?":"Vymazať komentár?",Edit:"Upraviť",No:"Nie",NUMBER_OF_COMMENTS:["%0 Komentár","%0 Komentáre","%0 Komentárov","%0 komentárov"],PENDING_ACTION_COMMENT_THREAD:"Vo vlákne komentáru sú neuložené zmeny.",Remove:"Odstrániť","Reply...":"Odpovedať...",Submit:"Potvrdiť",TOO_LONG_COMMENT_ALERT:"Obsah komentára je príliš dlhý. Komentár ma %0 znakov, limit je %1 znakov.","Write a comment...":"Vložiť komentár...",Yes:"Áno"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e["sr-latn"]=e["sr-latn"]||{};a.dictionary=Object.assign(a.dictionary||{},{"Are you sure?":"Jesi siguran?",Comment:"Napomena","Comment editor":"Uređivač napomene","Delete comment thread?":"Brišete nit napomene?","Delete comment?":"Brišete napomenu?",Edit:"Uredi",No:"Ne",NUMBER_OF_COMMENTS:["","",""],PENDING_ACTION_COMMENT_THREAD:"Nesačuvana promena u niti napomena.",Remove:"Odstrani","Reply...":"Odgovori",Submit:"Pošalji",TOO_LONG_COMMENT_ALERT:"Napomena je dugačka. Sadrži %0 karaktera, ali maximalno je dozvoljeno %1 karaktera.","Write a comment...":"Napiši napomenu",Yes:"Da"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.sr=e.sr||{};t.dictionary=Object.assign(t.dictionary||{},{"Are you sure?":"Сигуран си?",Comment:"Напомена","Comment editor":"Уређивач напомене ","Delete comment thread?":"Бришете нит напомене?","Delete comment?":"Бришете напомену?",Edit:"Уреди",No:"Не",NUMBER_OF_COMMENTS:["","",""],PENDING_ACTION_COMMENT_THREAD:"Несачувана измена у нити напомена.",Remove:"Одстрани","Reply...":"Одговори",Submit:"Пошаљи",TOO_LONG_COMMENT_ALERT:"Напомена је дугачка. Садржи %0 карактера, али је дозвољено максимално %1 карактера.","Write a comment...":"Напиши напомену",Yes:"Да"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.tk=e.tk||{};i.dictionary=Object.assign(i.dictionary||{},{"Are you sure?":"Ynanýarsyňyzmy?",Comment:"Teswir","Comment editor":"Teswir redaktory","Delete comment thread?":"Teswir bölümini pozuň?","Delete comment?":"Teswir pozuň?",Edit:"Redaktirläň",No:"Ýok",NUMBER_OF_COMMENTS:["%0 Teswir","%0 Teswir"],PENDING_ACTION_COMMENT_THREAD:"Teswirler bölüminde saklanmadyk üýtgeşme.",Remove:"Aýyr","Reply...":"Jogap...",Submit:"Iberiň",TOO_LONG_COMMENT_ALERT:"Düşündiriş mazmuny gaty uzyn. Teswiriňizde %0 simwol bar, ýöne çäk %1 simwol.","Write a comment...":"Teswir ýazyň...",Yes:"Hawa"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(i){const e=i.tr=i.tr||{};e.dictionary=Object.assign(e.dictionary||{},{"Are you sure?":"Emin misiniz?",Comment:"Yorum","Comment editor":"Yorum Düzenleyici","Delete comment thread?":"Yorum dizesi silinsin mi?","Delete comment?":"Yorum silinsin mi?",Edit:"Düzenle",No:"Hayır",NUMBER_OF_COMMENTS:["%0 Yorum","%0 Yorum"],PENDING_ACTION_COMMENT_THREAD:"Yorum dizisinde kaydedilmemiş değişiklikler var.",Remove:"Sil","Reply...":"Cevapla...",Submit:"Gönder",TOO_LONG_COMMENT_ALERT:"Yorum içeriğiniz çok uzun. Yorununuz %0 karakterden oluşuyor ama %1 karakter sayısına izin veriliyor.","Write a comment...":"Bir yorum yaz...",Yes:"Evet"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.ug=e.ug||{};t.dictionary=Object.assign(t.dictionary||{},{"Are you sure?":"جەزملەشتۈرەمسىز؟",Comment:"ئىنكاس","Comment editor":"ئىنكاس تەھرىرلىگۈچ","Delete comment thread?":"ئىنكاس باغلىمىنى ئۆچۈرەمسىز؟","Delete comment?":"ئىنكاسنى ئۆچۈرەمسىز؟",Edit:"تەھرىرلەش",No:"ياق",NUMBER_OF_COMMENTS:["%0 ئىنكاس","%0 ئىنكاس"],PENDING_ACTION_COMMENT_THREAD:"",Remove:"چىقىرىۋېتىش","Reply...":"جاۋاب...",Submit:"يوللاش",TOO_LONG_COMMENT_ALERT:"","Write a comment...":"ئىنكاس يېزىش...",Yes:"ھەئە"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.uk=e.uk||{};t.dictionary=Object.assign(t.dictionary||{},{"Are you sure?":"Ви впевнені?",Comment:"Коментар","Comment editor":"Редактор коментарів","Delete comment thread?":"Видати ланцюжок коментарів?","Delete comment?":"Видалити коментар?",Edit:"Редагувати",No:"Ні",NUMBER_OF_COMMENTS:["%0 Коментар","%0 Коментаря","%0 Коментарів","%0 Коментарів"],PENDING_ACTION_COMMENT_THREAD:"Незбережена зміна ланцюжка коментарів.",Remove:"Видалити","Reply...":"Відповісти...",Submit:"Відправити",TOO_LONG_COMMENT_ALERT:"Коментар задовгий. Ваш коментар містить %0 знак із %1 допустимих.","Write a comment...":"Написати коментар...",Yes:"Так"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e["zh-cn"]=e["zh-cn"]||{};t.dictionary=Object.assign(t.dictionary||{},{"Are you sure?":"你确定吗?",Comment:"评论","Comment editor":"评论插件","Delete comment thread?":"删除这组评论?","Delete comment?":"删除这条评论?",Edit:"编辑",No:"取消",NUMBER_OF_COMMENTS:"%0 条评论",PENDING_ACTION_COMMENT_THREAD:"评论区有未保存内容",Remove:"删除","Reply...":"回复...",Submit:"提交",TOO_LONG_COMMENT_ALERT:"评论内容过长。评论内容长度必须大于%0个字符而小于%1个字符。","Write a comment...":"编写评论...",Yes:"确定"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.zh=e.zh||{};t.dictionary=Object.assign(t.dictionary||{},{"Are you sure?":"確定做此操作?",Comment:"留言","Comment editor":"留言編輯器","Delete comment thread?":"刪除討論串?","Delete comment?":"刪除留言?",Edit:"編輯",No:"先不要",NUMBER_OF_COMMENTS:"%0 則留言",PENDING_ACTION_COMMENT_THREAD:"討論串尚未儲存。",Remove:"刪除","Reply...":"回覆...",Submit:"送出",TOO_LONG_COMMENT_ALERT:"留言內容太長。你的留言有 %0 個字,上限字數為 %1。","Write a comment...":"撰寫留言...",Yes:"好"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Bosnian (https://www.transifex.com/ckeditor/teams/11143/bs/)\n"
|
|
16
|
+
"Language: bs\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
|
+
|
|
19
|
+
msgctxt "The label for the comment editor."
|
|
20
|
+
msgid "Comment editor"
|
|
21
|
+
msgstr ""
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the number of comments."
|
|
24
|
+
msgid "NUMBER_OF_COMMENTS"
|
|
25
|
+
msgid_plural "%0 Comments"
|
|
26
|
+
msgstr[0] "%0 komentar"
|
|
27
|
+
msgstr[1] "%0 komentara"
|
|
28
|
+
msgstr[2] "%0 komentara"
|
|
29
|
+
|
|
30
|
+
msgctxt "The alert displayed for a comment that is too long."
|
|
31
|
+
msgid "TOO_LONG_COMMENT_ALERT"
|
|
32
|
+
msgstr "Sadržaj komentara je predug. Vaš komentar ima %0 znakova, a limit za unos je %1 znakova."
|
|
33
|
+
|
|
34
|
+
msgctxt "The placeholder for the reply field."
|
|
35
|
+
msgid "Reply..."
|
|
36
|
+
msgstr "Odgovori..."
|
|
37
|
+
|
|
38
|
+
msgctxt "The placeholder for the new commend field."
|
|
39
|
+
msgid "Write a comment..."
|
|
40
|
+
msgstr "Napiši komentar..."
|
|
41
|
+
|
|
42
|
+
msgctxt "The label for the button that enables editing a comment."
|
|
43
|
+
msgid "Edit"
|
|
44
|
+
msgstr "Uredi"
|
|
45
|
+
|
|
46
|
+
msgctxt "The label for the button that deletes a comment."
|
|
47
|
+
msgid "Remove"
|
|
48
|
+
msgstr "Ukloni"
|
|
49
|
+
|
|
50
|
+
msgctxt "The label for for the button that submits a comment."
|
|
51
|
+
msgid "Submit"
|
|
52
|
+
msgstr ""
|
|
53
|
+
|
|
54
|
+
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
55
|
+
msgid "Delete comment?"
|
|
56
|
+
msgstr "Obriši komentar?"
|
|
57
|
+
|
|
58
|
+
msgctxt "The confirmation message shown after pressing the delete comment thread button."
|
|
59
|
+
msgid "Delete comment thread?"
|
|
60
|
+
msgstr "Obriši niz komentara?"
|
|
61
|
+
|
|
62
|
+
msgctxt "The label for confirming an action."
|
|
63
|
+
msgid "Yes"
|
|
64
|
+
msgstr "Da"
|
|
65
|
+
|
|
66
|
+
msgctxt "The label for rejecting an action."
|
|
67
|
+
msgid "No"
|
|
68
|
+
msgstr "Ne"
|
|
69
|
+
|
|
70
|
+
msgctxt "The label for confirming a dangerous action."
|
|
71
|
+
msgid "Are you sure?"
|
|
72
|
+
msgstr "Da li ste sigurni?"
|
|
73
|
+
|
|
74
|
+
msgctxt "The tooltip for the comment toolbar button."
|
|
75
|
+
msgid "Comment"
|
|
76
|
+
msgstr "Komentar"
|
|
77
|
+
|
|
78
|
+
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
79
|
+
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
80
|
+
msgstr "Imate nesačuvane izmjene."
|
package/lang/translations/cs.po
CHANGED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Danish (https://www.transifex.com/ckeditor/teams/11143/da/)\n"
|
|
16
|
+
"Language: da\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label for the comment editor."
|
|
20
|
+
msgid "Comment editor"
|
|
21
|
+
msgstr "Kommentarer"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the number of comments."
|
|
24
|
+
msgid "NUMBER_OF_COMMENTS"
|
|
25
|
+
msgid_plural "%0 Comments"
|
|
26
|
+
msgstr[0] "%0 kommentar."
|
|
27
|
+
msgstr[1] "%0 kommentarer."
|
|
28
|
+
|
|
29
|
+
msgctxt "The alert displayed for a comment that is too long."
|
|
30
|
+
msgid "TOO_LONG_COMMENT_ALERT"
|
|
31
|
+
msgstr "Kommentar er for lang. Din kommentar indeholder %0 tegn, men grænsen er %1 tegn."
|
|
32
|
+
|
|
33
|
+
msgctxt "The placeholder for the reply field."
|
|
34
|
+
msgid "Reply..."
|
|
35
|
+
msgstr "Besvar..."
|
|
36
|
+
|
|
37
|
+
msgctxt "The placeholder for the new commend field."
|
|
38
|
+
msgid "Write a comment..."
|
|
39
|
+
msgstr "Skriv en kommentar..."
|
|
40
|
+
|
|
41
|
+
msgctxt "The label for the button that enables editing a comment."
|
|
42
|
+
msgid "Edit"
|
|
43
|
+
msgstr "Rediger"
|
|
44
|
+
|
|
45
|
+
msgctxt "The label for the button that deletes a comment."
|
|
46
|
+
msgid "Remove"
|
|
47
|
+
msgstr "Slet"
|
|
48
|
+
|
|
49
|
+
msgctxt "The label for for the button that submits a comment."
|
|
50
|
+
msgid "Submit"
|
|
51
|
+
msgstr "Send"
|
|
52
|
+
|
|
53
|
+
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
54
|
+
msgid "Delete comment?"
|
|
55
|
+
msgstr "Slet kommentar?"
|
|
56
|
+
|
|
57
|
+
msgctxt "The confirmation message shown after pressing the delete comment thread button."
|
|
58
|
+
msgid "Delete comment thread?"
|
|
59
|
+
msgstr "Slet kommentartråd?"
|
|
60
|
+
|
|
61
|
+
msgctxt "The label for confirming an action."
|
|
62
|
+
msgid "Yes"
|
|
63
|
+
msgstr "Ja"
|
|
64
|
+
|
|
65
|
+
msgctxt "The label for rejecting an action."
|
|
66
|
+
msgid "No"
|
|
67
|
+
msgstr "Nej"
|
|
68
|
+
|
|
69
|
+
msgctxt "The label for confirming a dangerous action."
|
|
70
|
+
msgid "Are you sure?"
|
|
71
|
+
msgstr "Er du sikker?"
|
|
72
|
+
|
|
73
|
+
msgctxt "The tooltip for the comment toolbar button."
|
|
74
|
+
msgid "Comment"
|
|
75
|
+
msgstr "Kommentar"
|
|
76
|
+
|
|
77
|
+
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
78
|
+
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
79
|
+
msgstr "Ikke gemte ændringer i kommentartråd."
|
package/lang/translations/de.po
CHANGED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Greek (https://www.transifex.com/ckeditor/teams/11143/el/)\n"
|
|
16
|
+
"Language: el\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label for the comment editor."
|
|
20
|
+
msgid "Comment editor"
|
|
21
|
+
msgstr "Επεξεργαστής σχολίου"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the number of comments."
|
|
24
|
+
msgid "NUMBER_OF_COMMENTS"
|
|
25
|
+
msgid_plural "%0 Comments"
|
|
26
|
+
msgstr[0] "%0 Σχόλια"
|
|
27
|
+
msgstr[1] "%0 Σχόλια"
|
|
28
|
+
|
|
29
|
+
msgctxt "The alert displayed for a comment that is too long."
|
|
30
|
+
msgid "TOO_LONG_COMMENT_ALERT"
|
|
31
|
+
msgstr "Το περιεχόμενο του σχολείου είναι μεγάλο. Το σχόλιό σας έχει %0 χαρακτήρες και το όριο είναι %1 χαρακτήρες."
|
|
32
|
+
|
|
33
|
+
msgctxt "The placeholder for the reply field."
|
|
34
|
+
msgid "Reply..."
|
|
35
|
+
msgstr "Απάντηση..."
|
|
36
|
+
|
|
37
|
+
msgctxt "The placeholder for the new commend field."
|
|
38
|
+
msgid "Write a comment..."
|
|
39
|
+
msgstr "Γράψτε ένα σχόλιο..."
|
|
40
|
+
|
|
41
|
+
msgctxt "The label for the button that enables editing a comment."
|
|
42
|
+
msgid "Edit"
|
|
43
|
+
msgstr "Επεξεργασία"
|
|
44
|
+
|
|
45
|
+
msgctxt "The label for the button that deletes a comment."
|
|
46
|
+
msgid "Remove"
|
|
47
|
+
msgstr "Απομάκρυνση"
|
|
48
|
+
|
|
49
|
+
msgctxt "The label for for the button that submits a comment."
|
|
50
|
+
msgid "Submit"
|
|
51
|
+
msgstr "Υποβολή"
|
|
52
|
+
|
|
53
|
+
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
54
|
+
msgid "Delete comment?"
|
|
55
|
+
msgstr "Διαγραφή σχολίου;"
|
|
56
|
+
|
|
57
|
+
msgctxt "The confirmation message shown after pressing the delete comment thread button."
|
|
58
|
+
msgid "Delete comment thread?"
|
|
59
|
+
msgstr "Διαγραφή νήματος σχολίους"
|
|
60
|
+
|
|
61
|
+
msgctxt "The label for confirming an action."
|
|
62
|
+
msgid "Yes"
|
|
63
|
+
msgstr "Ναι"
|
|
64
|
+
|
|
65
|
+
msgctxt "The label for rejecting an action."
|
|
66
|
+
msgid "No"
|
|
67
|
+
msgstr "Όχι"
|
|
68
|
+
|
|
69
|
+
msgctxt "The label for confirming a dangerous action."
|
|
70
|
+
msgid "Are you sure?"
|
|
71
|
+
msgstr "Είστε σίγουροις"
|
|
72
|
+
|
|
73
|
+
msgctxt "The tooltip for the comment toolbar button."
|
|
74
|
+
msgid "Comment"
|
|
75
|
+
msgstr "Σχόλιο"
|
|
76
|
+
|
|
77
|
+
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
78
|
+
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
79
|
+
msgstr "Μη αποθηκευμένη αλλαγή σε νήμα σχολίου."
|
package/lang/translations/en.po
CHANGED
package/lang/translations/es.po
CHANGED
package/lang/translations/et.po
CHANGED
package/lang/translations/fr.po
CHANGED
package/lang/translations/gl.po
CHANGED
package/lang/translations/hi.po
CHANGED
package/lang/translations/hr.po
CHANGED
package/lang/translations/hu.po
CHANGED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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://www.transifex.com/ckeditor/teams/11143/id/)\n"
|
|
16
|
+
"Language: id\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label for the comment editor."
|
|
20
|
+
msgid "Comment editor"
|
|
21
|
+
msgstr "Editor komentar"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the number of comments."
|
|
24
|
+
msgid "NUMBER_OF_COMMENTS"
|
|
25
|
+
msgid_plural "%0 Comments"
|
|
26
|
+
msgstr[0] "%0 Komentar"
|
|
27
|
+
|
|
28
|
+
msgctxt "The alert displayed for a comment that is too long."
|
|
29
|
+
msgid "TOO_LONG_COMMENT_ALERT"
|
|
30
|
+
msgstr "Komentar terlalu panjang. Komentar Anda berisi %0 karakter tapi batas maksimalnya adalah %1 karakter."
|
|
31
|
+
|
|
32
|
+
msgctxt "The placeholder for the reply field."
|
|
33
|
+
msgid "Reply..."
|
|
34
|
+
msgstr "Balas..."
|
|
35
|
+
|
|
36
|
+
msgctxt "The placeholder for the new commend field."
|
|
37
|
+
msgid "Write a comment..."
|
|
38
|
+
msgstr "Tulis sebuah komentar..."
|
|
39
|
+
|
|
40
|
+
msgctxt "The label for the button that enables editing a comment."
|
|
41
|
+
msgid "Edit"
|
|
42
|
+
msgstr "Ubah"
|
|
43
|
+
|
|
44
|
+
msgctxt "The label for the button that deletes a comment."
|
|
45
|
+
msgid "Remove"
|
|
46
|
+
msgstr "Hapus"
|
|
47
|
+
|
|
48
|
+
msgctxt "The label for for the button that submits a comment."
|
|
49
|
+
msgid "Submit"
|
|
50
|
+
msgstr "Kirim"
|
|
51
|
+
|
|
52
|
+
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
53
|
+
msgid "Delete comment?"
|
|
54
|
+
msgstr "Hapus komentar?"
|
|
55
|
+
|
|
56
|
+
msgctxt "The confirmation message shown after pressing the delete comment thread button."
|
|
57
|
+
msgid "Delete comment thread?"
|
|
58
|
+
msgstr "Hapus utas komentar?"
|
|
59
|
+
|
|
60
|
+
msgctxt "The label for confirming an action."
|
|
61
|
+
msgid "Yes"
|
|
62
|
+
msgstr "Ya"
|
|
63
|
+
|
|
64
|
+
msgctxt "The label for rejecting an action."
|
|
65
|
+
msgid "No"
|
|
66
|
+
msgstr "Tidak"
|
|
67
|
+
|
|
68
|
+
msgctxt "The label for confirming a dangerous action."
|
|
69
|
+
msgid "Are you sure?"
|
|
70
|
+
msgstr "Apakah Anda yakin?"
|
|
71
|
+
|
|
72
|
+
msgctxt "The tooltip for the comment toolbar button."
|
|
73
|
+
msgid "Comment"
|
|
74
|
+
msgstr "Komentar"
|
|
75
|
+
|
|
76
|
+
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
77
|
+
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
78
|
+
msgstr "Perubahan tidak tersimpar di utas komentar"
|
package/lang/translations/it.po
CHANGED
package/lang/translations/ja.po
CHANGED
package/lang/translations/ko.po
CHANGED
package/lang/translations/nl.po
CHANGED
package/lang/translations/no.po
CHANGED
package/lang/translations/pl.po
CHANGED
package/lang/translations/ro.po
CHANGED
package/lang/translations/ru.po
CHANGED
package/lang/translations/sk.po
CHANGED
package/lang/translations/sr.po
CHANGED
package/lang/translations/tk.po
CHANGED
package/lang/translations/tr.po
CHANGED
package/lang/translations/ug.po
CHANGED
package/lang/translations/uk.po
CHANGED
package/lang/translations/zh.po
CHANGED