@ckeditor/ckeditor5-comments 33.0.0 → 34.2.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 +5 -2
- package/build/comments.js +2 -2
- package/build/translations/af.js +1 -0
- package/build/translations/bs.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -0
- package/build/translations/ko.js +1 -1
- package/build/translations/lv.js +1 -0
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -0
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +0 -3
- package/lang/translations/af.po +67 -0
- package/lang/translations/bs.po +0 -12
- package/lang/translations/cs.po +0 -12
- package/lang/translations/da.po +0 -12
- package/lang/translations/de-ch.po +0 -12
- package/lang/translations/de.po +0 -12
- package/lang/translations/el.po +0 -12
- package/lang/translations/en-au.po +0 -12
- package/lang/translations/en.po +0 -12
- package/lang/translations/es.po +2 -13
- package/lang/translations/et.po +0 -12
- package/lang/translations/fr.po +2 -13
- package/lang/translations/gl.po +0 -12
- package/lang/translations/hi.po +0 -12
- package/lang/translations/hr.po +0 -12
- package/lang/translations/hu.po +0 -12
- package/lang/translations/id.po +0 -12
- package/lang/translations/it.po +2 -13
- package/lang/translations/ja.po +0 -12
- package/lang/translations/jv.po +66 -0
- package/lang/translations/ko.po +0 -12
- package/lang/translations/lv.po +68 -0
- package/lang/translations/nl.po +0 -12
- package/lang/translations/no.po +0 -12
- package/lang/translations/pl.po +0 -12
- package/lang/translations/pt-br.po +2 -13
- package/lang/translations/ro.po +0 -12
- package/lang/translations/ru.po +0 -12
- package/lang/translations/sk.po +0 -12
- package/lang/translations/sr-latn.po +0 -12
- package/lang/translations/sr.po +0 -12
- package/lang/translations/tk.po +0 -12
- package/lang/translations/tr.po +0 -12
- package/lang/translations/ug.po +0 -12
- package/lang/translations/uk.po +0 -12
- package/lang/translations/ur.po +67 -0
- package/lang/translations/zh-cn.po +0 -12
- package/lang/translations/zh.po +0 -12
- package/package.json +3 -3
- package/src/annotations/annotation.js +1 -1
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.js +1 -1
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.js +1 -1
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +1 -1
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +1 -1
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.js +1 -1
- package/src/comments/ui/view/commentview.js +1 -1
- package/src/comments.js +1 -1
- package/src/commentsonly.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.js +1 -1
- package/src/comments/ui/view/confirmmixin.js +0 -23
- package/src/comments/ui/view/confirmview.js +0 -23
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e.af=e.af||{};a.dictionary=Object.assign(a.dictionary||{},{Comment:"Kommentaar","Comment editor":"Kommentaar redakteur","Delete comment thread?":"Kommentaardraad uitvee?","Delete comment?":"Kommentaar uitvee?",Edit:"Wysig",NUMBER_OF_COMMENTS:["%0 Kommentaar","%0 Kommentaare"],PENDING_ACTION_COMMENT_THREAD:"Ongestoorde verandering in kommentaardraad.",Remove:"Verwyder","Reply...":"Antwoord",Submit:"Indien",TOO_LONG_COMMENT_ALERT:"Kommentaar-inhoud is te lank. Jou kommentaar het %0 karakters maar die perke is %1 karakters.","Write a comment...":"Skryf 'n kommentaar"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/bs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const a=e.bs=e.bs||{};a.dictionary=Object.assign(a.dictionary||{},{
|
|
1
|
+
!function(e){const a=e.bs=e.bs||{};a.dictionary=Object.assign(a.dictionary||{},{Comment:"Komentar","Comment editor":"","Delete comment thread?":"Obriši niz komentara?","Delete comment?":"Obriši komentar?",Edit:"Uredi",NUMBER_OF_COMMENTS:["%0 komentar","%0 komentara","%0 komentara"],PENDING_ACTION_COMMENT_THREAD:"Imate nesačuvane izmjene.",Remove:"Ukloni","Reply...":"Odgovori...",Submit:"",TOO_LONG_COMMENT_ALERT:"Sadržaj komentara je predug. Vaš komentar ima %0 znakova, a limit za unos je %1 znakova.","Write a comment...":"Napiši komentar..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/cs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(t){const e=t.cs=t.cs||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Komentář","Comment editor":"Editor komentářů","Delete comment thread?":"Smazat vlákno komentáře?","Delete comment?":"Smazat komentář?",Edit:"Upravit",NUMBER_OF_COMMENTS:["%0 Komentář","%0 Komentáře","%0 Komentářů","%0 Komentářů"],PENDING_ACTION_COMMENT_THREAD:"Ve vlákně komentáře jsou neuložené změny.",Remove:"Odstranit","Reply...":"Odpovědět...",Submit:"Potvrdit",TOO_LONG_COMMENT_ALERT:"Obsah komentáře je příliš dlouhý. Komentář má %0 znaků, limit je %1 znaků.","Write a comment...":"Vložit komentář..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/da.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const n=e.da=e.da||{};n.dictionary=Object.assign(n.dictionary||{},{
|
|
1
|
+
!function(e){const n=e.da=e.da||{};n.dictionary=Object.assign(n.dictionary||{},{Comment:"Kommentar","Comment editor":"Kommentarer","Delete comment thread?":"Slet kommentartråd?","Delete comment?":"Slet kommentar?",Edit:"Rediger",NUMBER_OF_COMMENTS:["%0 kommentar.","%0 kommentarer."],PENDING_ACTION_COMMENT_THREAD:"Ikke gemte ændringer i kommentartråd.",Remove:"Slet","Reply...":"Besvar...",Submit:"Send",TOO_LONG_COMMENT_ALERT:"Kommentar er for lang. Din kommentar indeholder %0 tegn, men grænsen er %1 tegn.","Write a comment...":"Skriv en kommentar..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const n=e["de-ch"]=e["de-ch"]||{};n.dictionary=Object.assign(n.dictionary||{},{
|
|
1
|
+
!function(e){const n=e["de-ch"]=e["de-ch"]||{};n.dictionary=Object.assign(n.dictionary||{},{Comment:"Kommentar","Comment editor":"Kommentarbearbeitung","Delete comment thread?":"Kommentarverlauf löschen?","Delete comment?":"Kommentar löschen?",Edit:"Bearbeiten",NUMBER_OF_COMMENTS:["%0 Kommentar","%0 Kommentare"],PENDING_ACTION_COMMENT_THREAD:"Ungesicherte Änderung im Kommentarverlauf.",Remove:"Löschen","Reply...":"Antworten…",Submit:"Senden",TOO_LONG_COMMENT_ALERT:"Kommentar ist zu lang. Ihr Kommentar hat %0 Zeichen, das Limit beträgt jedoch %1 Zeichen.","Write a comment...":"Kommentar schreiben…"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/de.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const n=e.de=e.de||{};n.dictionary=Object.assign(n.dictionary||{},{
|
|
1
|
+
!function(e){const n=e.de=e.de||{};n.dictionary=Object.assign(n.dictionary||{},{Comment:"Kommentar","Comment editor":"Kommentarbearbeitung","Delete comment thread?":"Kommentarverlauf löschen?","Delete comment?":"Kommentar löschen?",Edit:"Bearbeiten",NUMBER_OF_COMMENTS:["1 Kommentar","%0 Kommentare"],PENDING_ACTION_COMMENT_THREAD:"Ungesicherte Änderung im Kommentarverlauf.",Remove:"Löschen","Reply...":"Antworten…",Submit:"Senden",TOO_LONG_COMMENT_ALERT:"Kommentar ist zu lang. Ihr Kommentar hat %0 Zeichen, das Limit beträgt jedoch %1 Zeichen.","Write a comment...":"Kommentar schreiben…"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/el.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e.el=e.el||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e.el=e.el||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"Σχόλιο","Comment editor":"Επεξεργαστής σχολίου","Delete comment thread?":"Διαγραφή νήματος σχολίους","Delete comment?":"Διαγραφή σχολίου;",Edit:"Επεξεργασία",NUMBER_OF_COMMENTS:["%0 Σχόλια","%0 Σχόλια"],PENDING_ACTION_COMMENT_THREAD:"Μη αποθηκευμένη αλλαγή σε νήμα σχολίου.",Remove:"Απομάκρυνση","Reply...":"Απάντηση...",Submit:"Υποβολή",TOO_LONG_COMMENT_ALERT:"Το περιεχόμενο του σχολείου είναι μεγάλο. Το σχόλιό σας έχει %0 χαρακτήρες και το όριο είναι %1 χαρακτήρες.","Write a comment...":"Γράψτε ένα σχόλιο..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e["en-au"]=e["en-au"]||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e["en-au"]=e["en-au"]||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"Comment","Comment editor":"Comment editor","Delete comment thread?":"Delete comment thread?","Delete comment?":"Delete comment?",Edit:"Edit",NUMBER_OF_COMMENTS:["%0 Comment","%0 Comments"],PENDING_ACTION_COMMENT_THREAD:"Unsaved change in comment thread.",Remove:"Remove","Reply...":"Reply...",Submit:"Submit",TOO_LONG_COMMENT_ALERT:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.","Write a comment...":"Write a comment..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/es.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.es=e.es||{};o.dictionary=Object.assign(o.dictionary||{},{
|
|
1
|
+
!function(e){const o=e.es=e.es||{};o.dictionary=Object.assign(o.dictionary||{},{Comment:"Comentario","Comment editor":"Editor de comentarios","Delete comment thread?":"¿Quiere eliminar el hilo de comentarios?","Delete comment?":"¿Quiere eliminar el comentario?",Edit:"Editar",NUMBER_OF_COMMENTS:["%0 comentario","%0 comentarios","%0 comentarios"],PENDING_ACTION_COMMENT_THREAD:"Cambio no guardado en hilo de comentarios.",Remove:"Quitar","Reply...":"Responder…",Submit:"Enviar",TOO_LONG_COMMENT_ALERT:"El contenido del comentario es demasiado extenso. Su comentario tiene %0 caracteres, pero el límite es de %1.","Write a comment...":"Escribir un comentario…"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/et.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(a){const
|
|
1
|
+
!function(a){const m=a.et=a.et||{};m.dictionary=Object.assign(m.dictionary||{},{Comment:"Kommentaar","Comment editor":"Kommentaari redaktor","Delete comment thread?":"Kustutada kommentati lõim?","Delete comment?":"Kustutada kommentaar?",Edit:"Muuda",NUMBER_OF_COMMENTS:["%0 kommentaar","%0 kommentaari"],PENDING_ACTION_COMMENT_THREAD:"Salvestamata muudatused kommentaaride lõimes.",Remove:"Eemalda","Reply...":"Vasta...",Submit:"Saada",TOO_LONG_COMMENT_ALERT:"Kommentaari sisu on liiga pikk. Sinu kommentaaris on %0 märki, aga maksimaalne märkide arv on %1.","Write a comment...":"Kirjuta kommentaar."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/fr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e.fr=e.fr||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e.fr=e.fr||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"Commenter","Comment editor":"Éditeur de commentaire","Delete comment thread?":"Supprimer le fil des commentaires ? ","Delete comment?":"Supprimer le commentaire ?",Edit:"Éditer",NUMBER_OF_COMMENTS:["%0 commentaire","%0 commentaires","%0 commentaires"],PENDING_ACTION_COMMENT_THREAD:"Changement non enregistré dans le fil des commentaires.",Remove:"Supprimer","Reply...":"Répondre...",Submit:"Soumettre",TOO_LONG_COMMENT_ALERT:"Le contenu du commentaire est trop long. Votre commentaire contient %0 caractères alors que la limite est de %1 caractères.","Write a comment...":"Écrire un commentaire..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/gl.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(o){const e=o.gl=o.gl||{};e.dictionary=Object.assign(e.dictionary||{},{
|
|
1
|
+
!function(o){const e=o.gl=o.gl||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Comentario","Comment editor":"Editor de comentarios","Delete comment thread?":"Eliminar o fío de comentarios?","Delete comment?":"Eliminar o comentario?",Edit:"Editar",NUMBER_OF_COMMENTS:["%0 comentario","%0 comentarios"],PENDING_ACTION_COMMENT_THREAD:"Cambio sen gardar no fío de comentarios.",Remove:"Retirar","Reply...":"Responder…",Submit:"Enviar",TOO_LONG_COMMENT_ALERT:"O contido dos comentarios é demasiado longo. O seu comentario ten %0 caracteres mais o límite é de %1 caracteres.","Write a comment...":"Escribir un comentario…"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/hi.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e.hi=e.hi||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e.hi=e.hi||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"Comment","Comment editor":"Comment editor","Delete comment thread?":"Delete comment thread?","Delete comment?":"Delete comment?",Edit:"Edit",NUMBER_OF_COMMENTS:["%0 Comment","%0 Comments"],PENDING_ACTION_COMMENT_THREAD:"Unsaved change in comment thread.",Remove:"Remove","Reply...":"Reply...",Submit:"Submit",TOO_LONG_COMMENT_ALERT:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.","Write a comment...":"Write a comment..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/hr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const a=e.hr=e.hr||{};a.dictionary=Object.assign(a.dictionary||{},{
|
|
1
|
+
!function(e){const a=e.hr=e.hr||{};a.dictionary=Object.assign(a.dictionary||{},{Comment:"Komentar","Comment editor":"Editor komentara","Delete comment thread?":"Obriši granu komentara?","Delete comment?":"Obriši komentar?",Edit:"Promijeni",NUMBER_OF_COMMENTS:["%0 komentar","0% komentara","%0 komentara"],PENDING_ACTION_COMMENT_THREAD:"Ne snimljene promjene u grani komentara.",Remove:"Ukloni","Reply...":"Odgovori...",Submit:"Pošalji",TOO_LONG_COMMENT_ALERT:"Sadržaj komentara je predugačak. Vaš komentar sadrži %0 znakova, a ograničenje je %1 znakova.","Write a comment...":"Napiši komentar..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/hu.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const t=e.hu=e.hu||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"Megjegyzés","Comment editor":"Megjegyzés szerkesztő","Delete comment thread?":"Megjegyzés szál törlése?","Delete comment?":"Megjegyzés törlése?",Edit:"Szerkesztés",NUMBER_OF_COMMENTS:["%0 Megjegyzés","%0 Megjegyzés"],PENDING_ACTION_COMMENT_THREAD:"Mentetlen módosítás a megjegyzés szálban.",Remove:"Eltávolítás","Reply...":"Válasz",Submit:"Küldés",TOO_LONG_COMMENT_ALERT:"Megjegyzés túl hosszú. A megjegyzésed %0 karaktert tartalmaz, de max. %1 karakter lehetséges.","Write a comment...":"Megjegyzés írása"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/id.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(a){const
|
|
1
|
+
!function(a){const t=a.id=a.id||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"Komentar","Comment editor":"Editor komentar","Delete comment thread?":"Hapus utas komentar?","Delete comment?":"Hapus komentar?",Edit:"Ubah",NUMBER_OF_COMMENTS:"%0 Komentar",PENDING_ACTION_COMMENT_THREAD:"Perubahan tidak tersimpar di utas komentar",Remove:"Hapus","Reply...":"Balas...",Submit:"Kirim",TOO_LONG_COMMENT_ALERT:"Komentar terlalu panjang. Komentar Anda berisi %0 karakter tapi batas maksimalnya adalah %1 karakter.","Write a comment...":"Tulis sebuah komentar..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/it.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.it=e.it||{};o.dictionary=Object.assign(o.dictionary||{},{
|
|
1
|
+
!function(e){const o=e.it=e.it||{};o.dictionary=Object.assign(o.dictionary||{},{Comment:"Commento","Comment editor":"Editor di commenti","Delete comment thread?":"Eliminare la conversazione del commento?","Delete comment?":"Eliminare il commento?",Edit:"Modifica",NUMBER_OF_COMMENTS:["%0 commento","%0 commenti","%0 commenti"],PENDING_ACTION_COMMENT_THREAD:"Modifica non salvata nella discussione dei commenti.",Remove:"Rimuovi","Reply...":"Rispondi...",Submit:"Invia",TOO_LONG_COMMENT_ALERT:"Il contenuto del commento è troppo lungo. Il commento è lungo %0 caratteri, mentre il limite è di %1 caratteri.","Write a comment...":"Scrivere un commento..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ja.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e.ja=e.ja||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e.ja=e.ja||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"コメント","Comment editor":"コメントエディタ","Delete comment thread?":"スレッドを削除しますか?","Delete comment?":"コメントを削除しますか?",Edit:"編集",NUMBER_OF_COMMENTS:"",PENDING_ACTION_COMMENT_THREAD:"",Remove:"削除","Reply...":"返信",Submit:"送信",TOO_LONG_COMMENT_ALERT:"","Write a comment...":"コメントを書く"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e.jv=e.jv||{};a.dictionary=Object.assign(a.dictionary||{},{Comment:"Komentar","Comment editor":"Editor komentar","Delete comment thread?":"","Delete comment?":"Busek komentar?",Edit:"Ebah",NUMBER_OF_COMMENTS:"%0 Komentar",PENDING_ACTION_COMMENT_THREAD:"",Remove:"Busek","Reply...":"Wangsuli...",Submit:"Kirim",TOO_LONG_COMMENT_ALERT:"Komentar sanget-sanget panjang. Komentar sampeyan gadhah %0 aksara nanging watesipun %1 aksara.","Write a comment...":"Serat komentar..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ko.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const t=e.ko=e.ko||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"의견","Comment editor":"의견 편집기","Delete comment thread?":"의견 글타래를 삭제할까요?","Delete comment?":"의견을 삭제할까요?",Edit:"수정",NUMBER_OF_COMMENTS:"%0개의 의견",PENDING_ACTION_COMMENT_THREAD:"의견 글타래에 저장되지 않은 변경 사항이 있습니다.",Remove:"삭제","Reply...":"답변 작성...",Submit:"작성",TOO_LONG_COMMENT_ALERT:"의견의 내용이 너무 깁니다. 작성하신 내용의 길이는 %0자이지만 제한은 %1자입니다.","Write a comment...":"새 의견 작성..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(t){const e=t.lv=t.lv||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Komentārs","Comment editor":"Komentāri","Delete comment thread?":"Dzēst komentāra saraksti?","Delete comment?":"Dzēst komentāru?",Edit:"Labot",NUMBER_OF_COMMENTS:["%0 Komentāru","%0 Komentārs","%0 Komentāri"],PENDING_ACTION_COMMENT_THREAD:"Nesaglabātas komentāra izmaiņas.",Remove:"Noņemt","Reply...":"Atbilde...",Submit:"Saglabāt",TOO_LONG_COMMENT_ALERT:"Komentāra saturs ir pārāk garš. Komentārs nedrīkst pārsniegt %1 rakstzīmes, šobrīd ir %0 rakstzīmju.","Write a comment...":"Rakstiet komentāru..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/nl.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const n=e.nl=e.nl||{};n.dictionary=Object.assign(n.dictionary||{},{
|
|
1
|
+
!function(e){const n=e.nl=e.nl||{};n.dictionary=Object.assign(n.dictionary||{},{Comment:"Opmerking","Comment editor":"Opmerking editor","Delete comment thread?":"Discussie verwijderen?","Delete comment?":"Opmerking verwijderen?",Edit:"Wijzigen",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..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/no.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const n=e.no=e.no||{};n.dictionary=Object.assign(n.dictionary||{},{
|
|
1
|
+
!function(e){const n=e.no=e.no||{};n.dictionary=Object.assign(n.dictionary||{},{Comment:"Kommenter","Comment editor":"Redigeringsverktøy for kommentarer","Delete comment thread?":"Slett kommentartråd?","Delete comment?":"Slett kommentar?",Edit:"Rediger",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..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/pl.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(t){const e=t.pl=t.pl||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Skomentuj","Comment editor":"Edytor komentarza","Delete comment thread?":"Usunąć wątek komentarzy?","Delete comment?":"Usunąć komentarz?",Edit:"Edytuj",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..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e["pt-br"]=e["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{
|
|
1
|
+
!function(e){const o=e["pt-br"]=e["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{Comment:"Comentário","Comment editor":"Editar comentário","Delete comment thread?":"Excluir segmento de comentários?","Delete comment?":"Excluir comentário?",Edit:"Editar",NUMBER_OF_COMMENTS:["%0 Comentários","%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..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ro.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e.ro=e.ro||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e.ro=e.ro||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"Comentează","Comment editor":"Editor de comentarii","Delete comment thread?":"Ștergeți firul de comentarii? ","Delete comment?":"Ștergi comentariul?",Edit:"Editează",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..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ru.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e.ru=e.ru||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e.ru=e.ru||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"Комментарий","Comment editor":"Редактор комментариев","Delete comment thread?":"Удалить ветку комментариев?","Delete comment?":"Удалить комментарий?",Edit:"Редактировать",NUMBER_OF_COMMENTS:["%0 Комментарий","%0 Комментариев","%0 Комментариев","%0 Комментария"],PENDING_ACTION_COMMENT_THREAD:"Изменения в ветке комментариев не сохранены.",Remove:"Удалить","Reply...":"Ответ...",Submit:"Отправить",TOO_LONG_COMMENT_ALERT:"Комментарий слишком длинный. Ваш комментарий состоит из %0 символов, тогда как предел %1 символов.","Write a comment...":"Введите комментарий..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/sk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.sk=e.sk||{};o.dictionary=Object.assign(o.dictionary||{},{
|
|
1
|
+
!function(e){const o=e.sk=e.sk||{};o.dictionary=Object.assign(o.dictionary||{},{Comment:"Komentár","Comment editor":"Editor komentárov","Delete comment thread?":"Vymazať vlákno komentáru?","Delete comment?":"Vymazať komentár?",Edit:"Upraviť",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..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const a=e["sr-latn"]=e["sr-latn"]||{};a.dictionary=Object.assign(a.dictionary||{},{
|
|
1
|
+
!function(e){const a=e["sr-latn"]=e["sr-latn"]||{};a.dictionary=Object.assign(a.dictionary||{},{Comment:"Napomena","Comment editor":"Uređivač napomene","Delete comment thread?":"Brišete nit napomene?","Delete comment?":"Brišete napomenu?",Edit:"Uredi",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"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/sr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e.sr=e.sr||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e.sr=e.sr||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"Напомена","Comment editor":"Уређивач напомене ","Delete comment thread?":"Бришете нит напомене?","Delete comment?":"Бришете напомену?",Edit:"Уреди",NUMBER_OF_COMMENTS:["","",""],PENDING_ACTION_COMMENT_THREAD:"Несачувана измена у нити напомена.",Remove:"Одстрани","Reply...":"Одговори",Submit:"Пошаљи",TOO_LONG_COMMENT_ALERT:"Напомена је дугачка. Садржи %0 карактера, али је дозвољено максимално %1 карактера.","Write a comment...":"Напиши напомену"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/tk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const i=e.tk=e.tk||{};i.dictionary=Object.assign(i.dictionary||{},{
|
|
1
|
+
!function(e){const i=e.tk=e.tk||{};i.dictionary=Object.assign(i.dictionary||{},{Comment:"Teswir","Comment editor":"Teswir redaktory","Delete comment thread?":"Teswir bölümini pozuň?","Delete comment?":"Teswir pozuň?",Edit:"Redaktirläň",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ň..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/tr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(i){const e=i.tr=i.tr||{};e.dictionary=Object.assign(e.dictionary||{},{
|
|
1
|
+
!function(i){const e=i.tr=i.tr||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Yorum","Comment editor":"Yorum Düzenleyici","Delete comment thread?":"Yorum dizesi silinsin mi?","Delete comment?":"Yorum silinsin mi?",Edit:"Düzenle",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..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ug.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e.ug=e.ug||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e.ug=e.ug||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"ئىنكاس","Comment editor":"ئىنكاس تەھرىرلىگۈچ","Delete comment thread?":"ئىنكاس باغلىمىنى ئۆچۈرەمسىز؟","Delete comment?":"ئىنكاسنى ئۆچۈرەمسىز؟",Edit:"تەھرىرلەش",NUMBER_OF_COMMENTS:["%0 ئىنكاس","%0 ئىنكاس"],PENDING_ACTION_COMMENT_THREAD:"",Remove:"چىقىرىۋېتىش","Reply...":"جاۋاب...",Submit:"يوللاش",TOO_LONG_COMMENT_ALERT:"","Write a comment...":"ئىنكاس يېزىش..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/uk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e.uk=e.uk||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e.uk=e.uk||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"Коментар","Comment editor":"Редактор коментарів","Delete comment thread?":"Видати ланцюжок коментарів?","Delete comment?":"Видалити коментар?",Edit:"Редагувати",NUMBER_OF_COMMENTS:["%0 Коментар","%0 Коментаря","%0 Коментарів","%0 Коментарів"],PENDING_ACTION_COMMENT_THREAD:"Незбережена зміна ланцюжка коментарів.",Remove:"Видалити","Reply...":"Відповісти...",Submit:"Відправити",TOO_LONG_COMMENT_ALERT:"Коментар задовгий. Ваш коментар містить %0 знак із %1 допустимих.","Write a comment...":"Написати коментар..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.ur=e.ur||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"تبصرہ","Comment editor":"تبصرہ ایڈیٹر","Delete comment thread?":"تبصرے کا دھاگہ حذف کریں؟","Delete comment?":"تبصرہ حذف کریں؟",Edit:"ترمیم",NUMBER_OF_COMMENTS:["0% تبصرہ","0% تبصرے"],PENDING_ACTION_COMMENT_THREAD:"تبصرے دھاگے میں غیر محفوظ تبدیلیاں ہیں۔",Remove:"حذف کریں","Reply...":"جواب۔۔۔",Submit:"داخل کریں",TOO_LONG_COMMENT_ALERT:"آپ کا تبصرہ طویل ہے۔ آپ کے تبصرے میں 0% حروف ہیں جبکہ 1% حروف کی حد ہے۔","Write a comment...":"تبصرہ کریں۔۔۔"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e["zh-cn"]=e["zh-cn"]||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e["zh-cn"]=e["zh-cn"]||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"评论","Comment editor":"评论插件","Delete comment thread?":"删除这组评论?","Delete comment?":"删除这条评论?",Edit:"编辑",NUMBER_OF_COMMENTS:"%0 条评论",PENDING_ACTION_COMMENT_THREAD:"评论区有未保存内容",Remove:"删除","Reply...":"回复...",Submit:"提交",TOO_LONG_COMMENT_ALERT:"评论内容过长。评论内容长度必须大于%0个字符而小于%1个字符。","Write a comment...":"编写评论..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/zh.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e.zh=e.zh||{};t.dictionary=Object.assign(t.dictionary||{},{
|
|
1
|
+
!function(e){const t=e.zh=e.zh||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"留言","Comment editor":"留言編輯器","Delete comment thread?":"刪除討論串?","Delete comment?":"刪除留言?",Edit:"編輯",NUMBER_OF_COMMENTS:"%0 則留言",PENDING_ACTION_COMMENT_THREAD:"討論串尚未儲存。",Remove:"刪除","Reply...":"回覆...",Submit:"送出",TOO_LONG_COMMENT_ALERT:"留言內容太長。你的留言有 %0 個字,上限字數為 %1。","Write a comment...":"撰寫留言..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/lang/contexts.json
CHANGED
|
@@ -9,9 +9,6 @@
|
|
|
9
9
|
"Submit": "The label for for the button that submits a comment.",
|
|
10
10
|
"Delete comment?": "The confirmation message shown after pressing the delete comment button.",
|
|
11
11
|
"Delete comment thread?": "The confirmation message shown after pressing the delete comment thread button.",
|
|
12
|
-
"Yes": "The label for confirming an action.",
|
|
13
|
-
"No": "The label for rejecting an action.",
|
|
14
|
-
"Are you sure?": "The label for confirming a dangerous action.",
|
|
15
12
|
"Comment": "The tooltip for the comment toolbar button.",
|
|
16
13
|
"PENDING_ACTION_COMMENT_THREAD": "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
17
14
|
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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: Afrikaans (https://www.transifex.com/ckeditor/teams/11143/af/)\n"
|
|
16
|
+
"Language: af\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 "Kommentaar redakteur"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the number of comments."
|
|
24
|
+
msgid "NUMBER_OF_COMMENTS"
|
|
25
|
+
msgid_plural "%0 Comments"
|
|
26
|
+
msgstr[0] "%0 Kommentaar"
|
|
27
|
+
msgstr[1] "%0 Kommentaare"
|
|
28
|
+
|
|
29
|
+
msgctxt "The alert displayed for a comment that is too long."
|
|
30
|
+
msgid "TOO_LONG_COMMENT_ALERT"
|
|
31
|
+
msgstr "Kommentaar-inhoud is te lank. Jou kommentaar het %0 karakters maar die perke is %1 karakters."
|
|
32
|
+
|
|
33
|
+
msgctxt "The placeholder for the reply field."
|
|
34
|
+
msgid "Reply..."
|
|
35
|
+
msgstr "Antwoord"
|
|
36
|
+
|
|
37
|
+
msgctxt "The placeholder for the new commend field."
|
|
38
|
+
msgid "Write a comment..."
|
|
39
|
+
msgstr "Skryf 'n kommentaar"
|
|
40
|
+
|
|
41
|
+
msgctxt "The label for the button that enables editing a comment."
|
|
42
|
+
msgid "Edit"
|
|
43
|
+
msgstr "Wysig"
|
|
44
|
+
|
|
45
|
+
msgctxt "The label for the button that deletes a comment."
|
|
46
|
+
msgid "Remove"
|
|
47
|
+
msgstr "Verwyder"
|
|
48
|
+
|
|
49
|
+
msgctxt "The label for for the button that submits a comment."
|
|
50
|
+
msgid "Submit"
|
|
51
|
+
msgstr "Indien"
|
|
52
|
+
|
|
53
|
+
msgctxt "The confirmation message shown after pressing the delete comment button."
|
|
54
|
+
msgid "Delete comment?"
|
|
55
|
+
msgstr "Kommentaar uitvee?"
|
|
56
|
+
|
|
57
|
+
msgctxt "The confirmation message shown after pressing the delete comment thread button."
|
|
58
|
+
msgid "Delete comment thread?"
|
|
59
|
+
msgstr "Kommentaardraad uitvee?"
|
|
60
|
+
|
|
61
|
+
msgctxt "The tooltip for the comment toolbar button."
|
|
62
|
+
msgid "Comment"
|
|
63
|
+
msgstr "Kommentaar"
|
|
64
|
+
|
|
65
|
+
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
66
|
+
msgid "PENDING_ACTION_COMMENT_THREAD"
|
|
67
|
+
msgstr "Ongestoorde verandering in kommentaardraad."
|
package/lang/translations/bs.po
CHANGED
|
@@ -59,18 +59,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
59
59
|
msgid "Delete comment thread?"
|
|
60
60
|
msgstr "Obriši niz komentara?"
|
|
61
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
62
|
msgctxt "The tooltip for the comment toolbar button."
|
|
75
63
|
msgid "Comment"
|
|
76
64
|
msgstr "Komentar"
|
package/lang/translations/cs.po
CHANGED
|
@@ -60,18 +60,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
60
60
|
msgid "Delete comment thread?"
|
|
61
61
|
msgstr "Smazat vlákno komentáře?"
|
|
62
62
|
|
|
63
|
-
msgctxt "The label for confirming an action."
|
|
64
|
-
msgid "Yes"
|
|
65
|
-
msgstr "Ano"
|
|
66
|
-
|
|
67
|
-
msgctxt "The label for rejecting an action."
|
|
68
|
-
msgid "No"
|
|
69
|
-
msgstr "Ne"
|
|
70
|
-
|
|
71
|
-
msgctxt "The label for confirming a dangerous action."
|
|
72
|
-
msgid "Are you sure?"
|
|
73
|
-
msgstr "Jste si jistý?"
|
|
74
|
-
|
|
75
63
|
msgctxt "The tooltip for the comment toolbar button."
|
|
76
64
|
msgid "Comment"
|
|
77
65
|
msgstr "Komentář"
|
package/lang/translations/da.po
CHANGED
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Slet kommentartråd?"
|
|
60
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
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Kommentar"
|
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Kommentarverlauf löschen?"
|
|
60
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 "Nein"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "Sind Sie sicher?"
|
|
72
|
-
|
|
73
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Kommentar"
|
package/lang/translations/de.po
CHANGED
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Kommentarverlauf löschen?"
|
|
60
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 "Nein"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "Sind Sie sicher?"
|
|
72
|
-
|
|
73
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Kommentar"
|
package/lang/translations/el.po
CHANGED
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Διαγραφή νήματος σχολίους"
|
|
60
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
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Σχόλιο"
|
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Delete comment thread?"
|
|
60
60
|
|
|
61
|
-
msgctxt "The label for confirming an action."
|
|
62
|
-
msgid "Yes"
|
|
63
|
-
msgstr "Yes"
|
|
64
|
-
|
|
65
|
-
msgctxt "The label for rejecting an action."
|
|
66
|
-
msgid "No"
|
|
67
|
-
msgstr "No"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "Are you sure?"
|
|
72
|
-
|
|
73
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Comment"
|
package/lang/translations/en.po
CHANGED
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Delete comment thread?"
|
|
60
60
|
|
|
61
|
-
msgctxt "The label for confirming an action."
|
|
62
|
-
msgid "Yes"
|
|
63
|
-
msgstr "Yes"
|
|
64
|
-
|
|
65
|
-
msgctxt "The label for rejecting an action."
|
|
66
|
-
msgid "No"
|
|
67
|
-
msgstr "No"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "Are you sure?"
|
|
72
|
-
|
|
73
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Comment"
|
package/lang/translations/es.po
CHANGED
|
@@ -14,7 +14,7 @@ msgid ""
|
|
|
14
14
|
msgstr ""
|
|
15
15
|
"Language-Team: Spanish (https://www.transifex.com/ckeditor/teams/11143/es/)\n"
|
|
16
16
|
"Language: es\n"
|
|
17
|
-
"Plural-Forms: nplurals=
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
18
|
|
|
19
19
|
msgctxt "The label for the comment editor."
|
|
20
20
|
msgid "Comment editor"
|
|
@@ -25,6 +25,7 @@ msgid "NUMBER_OF_COMMENTS"
|
|
|
25
25
|
msgid_plural "%0 Comments"
|
|
26
26
|
msgstr[0] "%0 comentario"
|
|
27
27
|
msgstr[1] "%0 comentarios"
|
|
28
|
+
msgstr[2] "%0 comentarios"
|
|
28
29
|
|
|
29
30
|
msgctxt "The alert displayed for a comment that is too long."
|
|
30
31
|
msgid "TOO_LONG_COMMENT_ALERT"
|
|
@@ -58,18 +59,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
59
|
msgid "Delete comment thread?"
|
|
59
60
|
msgstr "¿Quiere eliminar el hilo de comentarios?"
|
|
60
61
|
|
|
61
|
-
msgctxt "The label for confirming an action."
|
|
62
|
-
msgid "Yes"
|
|
63
|
-
msgstr "Sí"
|
|
64
|
-
|
|
65
|
-
msgctxt "The label for rejecting an action."
|
|
66
|
-
msgid "No"
|
|
67
|
-
msgstr "No"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "¿Lo confirma?"
|
|
72
|
-
|
|
73
62
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
63
|
msgid "Comment"
|
|
75
64
|
msgstr "Comentario"
|
package/lang/translations/et.po
CHANGED
|
@@ -58,18 +58,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
58
|
msgid "Delete comment thread?"
|
|
59
59
|
msgstr "Kustutada kommentati lõim?"
|
|
60
60
|
|
|
61
|
-
msgctxt "The label for confirming an action."
|
|
62
|
-
msgid "Yes"
|
|
63
|
-
msgstr "Jah"
|
|
64
|
-
|
|
65
|
-
msgctxt "The label for rejecting an action."
|
|
66
|
-
msgid "No"
|
|
67
|
-
msgstr "Ei"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "Oled sa kindel?"
|
|
72
|
-
|
|
73
61
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
62
|
msgid "Comment"
|
|
75
63
|
msgstr "Kommentaar"
|
package/lang/translations/fr.po
CHANGED
|
@@ -14,7 +14,7 @@ msgid ""
|
|
|
14
14
|
msgstr ""
|
|
15
15
|
"Language-Team: French (https://www.transifex.com/ckeditor/teams/11143/fr/)\n"
|
|
16
16
|
"Language: fr\n"
|
|
17
|
-
"Plural-Forms: nplurals=
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
18
|
|
|
19
19
|
msgctxt "The label for the comment editor."
|
|
20
20
|
msgid "Comment editor"
|
|
@@ -25,6 +25,7 @@ msgid "NUMBER_OF_COMMENTS"
|
|
|
25
25
|
msgid_plural "%0 Comments"
|
|
26
26
|
msgstr[0] "%0 commentaire"
|
|
27
27
|
msgstr[1] "%0 commentaires"
|
|
28
|
+
msgstr[2] "%0 commentaires"
|
|
28
29
|
|
|
29
30
|
msgctxt "The alert displayed for a comment that is too long."
|
|
30
31
|
msgid "TOO_LONG_COMMENT_ALERT"
|
|
@@ -58,18 +59,6 @@ msgctxt "The confirmation message shown after pressing the delete comment thread
|
|
|
58
59
|
msgid "Delete comment thread?"
|
|
59
60
|
msgstr "Supprimer le fil des commentaires ? "
|
|
60
61
|
|
|
61
|
-
msgctxt "The label for confirming an action."
|
|
62
|
-
msgid "Yes"
|
|
63
|
-
msgstr "Oui"
|
|
64
|
-
|
|
65
|
-
msgctxt "The label for rejecting an action."
|
|
66
|
-
msgid "No"
|
|
67
|
-
msgstr "Non"
|
|
68
|
-
|
|
69
|
-
msgctxt "The label for confirming a dangerous action."
|
|
70
|
-
msgid "Are you sure?"
|
|
71
|
-
msgstr "Êtes-vous sûr ?"
|
|
72
|
-
|
|
73
62
|
msgctxt "The tooltip for the comment toolbar button."
|
|
74
63
|
msgid "Comment"
|
|
75
64
|
msgstr "Commenter"
|