@ckeditor/ckeditor5-revision-history 31.1.0 → 34.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.
Files changed (121) hide show
  1. package/LICENSE.md +2 -2
  2. package/README.md +5 -2
  3. package/build/revision-history.js +5 -0
  4. package/build/translations/az.js +1 -0
  5. package/build/translations/bs.js +1 -0
  6. package/build/translations/cs.js +1 -0
  7. package/build/translations/da.js +1 -0
  8. package/build/translations/de-ch.js +1 -0
  9. package/build/translations/de.js +1 -0
  10. package/build/translations/el.js +1 -0
  11. package/build/translations/en-au.js +1 -0
  12. package/build/translations/en-gb.js +1 -0
  13. package/build/translations/es.js +1 -0
  14. package/build/translations/et.js +1 -0
  15. package/build/translations/fa.js +1 -0
  16. package/build/translations/fr.js +1 -0
  17. package/build/translations/gl.js +1 -0
  18. package/build/translations/he.js +1 -0
  19. package/build/translations/hi.js +1 -0
  20. package/build/translations/hr.js +1 -0
  21. package/build/translations/hu.js +1 -0
  22. package/build/translations/id.js +1 -0
  23. package/build/translations/it.js +1 -0
  24. package/build/translations/ja.js +1 -0
  25. package/build/translations/jv.js +1 -0
  26. package/build/translations/ko.js +1 -0
  27. package/build/translations/ku.js +1 -0
  28. package/build/translations/lv.js +1 -0
  29. package/build/translations/ne.js +1 -0
  30. package/build/translations/nl.js +1 -0
  31. package/build/translations/no.js +1 -0
  32. package/build/translations/pl.js +1 -0
  33. package/build/translations/pt-br.js +1 -0
  34. package/build/translations/ro.js +1 -0
  35. package/build/translations/ru.js +1 -0
  36. package/build/translations/sk.js +1 -0
  37. package/build/translations/sr-latn.js +1 -0
  38. package/build/translations/sr.js +1 -0
  39. package/build/translations/tk.js +1 -0
  40. package/build/translations/tr.js +1 -0
  41. package/build/translations/ug.js +1 -0
  42. package/build/translations/uk.js +1 -0
  43. package/build/translations/vi.js +1 -0
  44. package/build/translations/zh-cn.js +1 -0
  45. package/build/translations/zh.js +1 -0
  46. package/lang/contexts.json +23 -22
  47. package/lang/translations/az.po +27 -23
  48. package/lang/translations/bs.po +124 -0
  49. package/lang/translations/cs.po +53 -49
  50. package/lang/translations/da.po +27 -23
  51. package/lang/translations/de-ch.po +27 -23
  52. package/lang/translations/de.po +29 -25
  53. package/lang/translations/el.po +123 -0
  54. package/lang/translations/en-au.po +51 -47
  55. package/lang/translations/en-gb.po +27 -23
  56. package/lang/translations/en.po +27 -23
  57. package/lang/translations/es.po +41 -37
  58. package/lang/translations/et.po +27 -23
  59. package/lang/translations/fa.po +27 -23
  60. package/lang/translations/fr.po +29 -25
  61. package/lang/translations/gl.po +29 -25
  62. package/lang/translations/he.po +27 -23
  63. package/lang/translations/hi.po +27 -23
  64. package/lang/translations/hr.po +30 -26
  65. package/lang/translations/hu.po +27 -23
  66. package/lang/translations/id.po +28 -24
  67. package/lang/translations/it.po +27 -23
  68. package/lang/translations/ja.po +27 -23
  69. package/lang/translations/jv.po +122 -0
  70. package/lang/translations/ko.po +27 -23
  71. package/lang/translations/ku.po +27 -23
  72. package/lang/translations/lv.po +27 -23
  73. package/lang/translations/ne.po +27 -23
  74. package/lang/translations/nl.po +27 -23
  75. package/lang/translations/no.po +27 -23
  76. package/lang/translations/pl.po +31 -27
  77. package/lang/translations/pt-br.po +27 -23
  78. package/lang/translations/ro.po +30 -26
  79. package/lang/translations/ru.po +27 -23
  80. package/lang/translations/sk.po +53 -49
  81. package/lang/translations/sr-latn.po +27 -23
  82. package/lang/translations/sr.po +27 -23
  83. package/lang/translations/tk.po +27 -23
  84. package/lang/translations/tr.po +27 -23
  85. package/lang/translations/ug.po +27 -23
  86. package/lang/translations/uk.po +27 -23
  87. package/lang/translations/vi.po +27 -23
  88. package/lang/translations/zh-cn.po +27 -23
  89. package/lang/translations/zh.po +27 -23
  90. package/package.json +8 -11
  91. package/src/changeitem.js +2 -2
  92. package/src/editor/revisionviewereditor.js +23 -0
  93. package/src/editor/revisionviewereditorui.js +23 -0
  94. package/src/editor/revisionviewereditoruiview.js +23 -0
  95. package/src/index.js +23 -0
  96. package/src/revision.js +2 -2
  97. package/src/revisiondiff.js +2 -2
  98. package/src/revisionhistory.js +2 -2
  99. package/src/revisionsrepository.js +2 -2
  100. package/src/revisiontracker.js +2 -2
  101. package/src/revisionviewer.js +2 -2
  102. package/src/ui/revision/createrevisionactionsdropdown.js +2 -2
  103. package/src/ui/revision/revisionauthorview.js +2 -2
  104. package/src/ui/revision/revisionnameview.js +2 -2
  105. package/src/ui/revision/revisionview.js +2 -2
  106. package/src/ui/revision/subrevisioncollapserview.js +2 -2
  107. package/src/ui/revision/subrevisionview.js +2 -2
  108. package/src/ui/revision/utils.js +2 -2
  109. package/src/ui/revisionhistory/revisionhistorysaverevisionformview.js +2 -2
  110. package/src/ui/revisionhistory/revisionhistoryui.js +2 -2
  111. package/src/ui/revisionssidebar/revisionssidebar.js +2 -2
  112. package/src/ui/revisionssidebar/revisionssidebarheaderview.js +2 -2
  113. package/src/ui/revisionssidebar/revisionssidebartimeperiodview.js +2 -2
  114. package/src/ui/revisionssidebar/revisionssidebarview.js +2 -2
  115. package/src/ui/revisionssidebar/utils.js +2 -2
  116. package/src/ui/revisionviewer/changedetailsview.js +2 -2
  117. package/src/ui/revisionviewer/changesnavigationview.js +2 -2
  118. package/src/ui/revisionviewer/revisionviewerloadingoverlay.js +2 -2
  119. package/src/ui/revisionviewer/revisionviewerui.js +2 -2
  120. package/theme/revisionhistorysaverevisionform.css +1 -1
  121. package/theme/revisionviewer.css +0 -6
@@ -0,0 +1 @@
1
+ !function(i){const e=i.az=i.az||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%1-dən %0"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.bs=i.bs||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Uredi","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["","",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 od %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.cs=i.cs||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"Přidal","Back to editing":"Zpátky k úpravám","Compare against selected":"Porovnat proti vybrané",EDIT_X_OF_Y_REVISIONS:"Upravit","Empty document":"Prázdný dokument","Initial revision":"Počáteční revize","Loading...":"Načítání...","Name of the revision (optional)":"Název revize (volitelné)","Name this revision":"Pojmenuj tuto revizi","No changes":"Žádné změny",NUMBER_OF_CHANGES:["0% změna","0% změny","%0 změn","%0 změn"],"Open revision history":"Otevřít historii revize",PENDING_ACTION_REVISION_HISTORY:"Neuložené změny v historii revize.","Removed by":"Odstranil","Restore this revision":"Obnovit tuto revizi",Restored:"Obnoveno","Revision author":"Autor revize","Revision creator":"Revizi vytvořil","Revision history":"Historie revize","Revision name":"Název revize","Save current revision":"Uložit současnou revizi","Show next change":"Zobrazit další změnu","Show previous change":"Zobrazit předchozí změnu","Suggested by":"Navrhl",Total:"Celkem",X_OF_Y_CHANGES:"%0 z %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.da=e.da||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Rediger","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 af %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e["de-ch"]=e["de-ch"]||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Bearbeiten","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.de=e.de||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"Hinzugefügt von","Back to editing":"Zurück zur Bearbeitung","Compare against selected":"Mit Auswahl vergleichen",EDIT_X_OF_Y_REVISIONS:"Bearbeiten","Empty document":"Leeres Dokument","Initial revision":"Initiale Revision","Loading...":"Wird geladen…","Name of the revision (optional)":"Name der Revision (optional)","Name this revision":"Revision benennen","No changes":"Keine Änderungen",NUMBER_OF_CHANGES:["",""],"Open revision history":"Revisions-Historie öffnen",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"Entfernt von","Restore this revision":"Diese Revision wiederherstellen",Restored:"Wiederhergestellt","Revision author":"Autor der Revision","Revision creator":"Ersteller der Revision","Revision history":"Revisions-Historie","Revision name":"Name der Revision","Save current revision":"Aktuelle Revision sichern","Show next change":"Nächste Änderung anzeigen","Show previous change":"Vorherige Änderung anzeigen","Suggested by":"Vorgeschlagen von",Total:"Gesamt",X_OF_Y_CHANGES:"%0 von %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.el=e.el||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"Προστέθηκε από","Back to editing":"Επιστροφή στην επεξεργασία","Compare against selected":"Σύγκριση με το επιλεγμένο",EDIT_X_OF_Y_REVISIONS:"Επεξεργασία","Empty document":"Άδειο έγγραφο","Initial revision":"Αρχική αναθεώρηση","Loading...":"Φόρτωση...","Name of the revision (optional)":"Όνομα της αναθεώρησης (προαιρετικό)","Name this revision":"Ονομάστε αυτή την αναθεώρηση","No changes":"Καμία αλλαγή",NUMBER_OF_CHANGES:["%0 αλλαγή","%0 αλλαγές"],"Open revision history":"Άνοιγμα ιστορικού αναθεώρησης",PENDING_ACTION_REVISION_HISTORY:"Μη αποθηκευμένη αλλαγή στο ιστορικό αναθεωρήσεων.","Removed by":"Απομακρύνθηκε από","Restore this revision":"Επαναφορά αυτής της αναθεώρησης",Restored:"Αποκατεστημένο","Revision author":"Συγγραφέας αναθεώρησης","Revision creator":"Δημιουργός αναθεώρησης","Revision history":"Ιστορικό αναθεωρήσεων","Revision name":"Όνομα αναθεώρησης","Save current revision":"Αποθήκευση τρέχουσας αναθεώρησης","Show next change":"Προβολή επόμενης αλλαγής","Show previous change":"Προβολή προηγούμενης αλλαγής","Suggested by":"Προτάθηκε από",Total:"Σύνολο",X_OF_Y_CHANGES:"%0 από %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e["en-au"]=e["en-au"]||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"Added by","Back to editing":"Back to editing","Compare against selected":"Compare against selected",EDIT_X_OF_Y_REVISIONS:"Edit","Empty document":"Empty document","Initial revision":"Initial revision","Loading...":"Loading...","Name of the revision (optional)":"Name of the revision (optional)","Name this revision":"Name this revision","No changes":"No changes",NUMBER_OF_CHANGES:["%0 change","%0 changes"],"Open revision history":"Open revision history",PENDING_ACTION_REVISION_HISTORY:"Unsaved change in revision history.","Removed by":"Removed by","Restore this revision":"Restore this revision",Restored:"Restored","Revision author":"Revision author","Revision creator":"Revision creator","Revision history":"Revision history","Revision name":"Revision name","Save current revision":"Save current revision","Show next change":"Show next change","Show previous change":"Show previous change","Suggested by":"Suggested by",Total:"Total",X_OF_Y_CHANGES:"%0 of %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e["en-gb"]=e["en-gb"]||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 of %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.es=i.es||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"Añadido por","Back to editing":"Volver a la edición","Compare against selected":"Comparar con lo seleccionado",EDIT_X_OF_Y_REVISIONS:"Editar","Empty document":"Documento vacío","Initial revision":"Revisión inicial","Loading...":"Cargando…","Name of the revision (optional)":"Nombre de la revisión (opcional)","Name this revision":"Nombre esta revisión","No changes":"Sin cambios",NUMBER_OF_CHANGES:["%0 cambio","%0 cambios"],"Open revision history":"Abrir el historial de revisiones",PENDING_ACTION_REVISION_HISTORY:"Cambios no guardados en el historial de revisiones.","Removed by":"Eliminado por","Restore this revision":"Restaurar esta revisión",Restored:"Restaurada","Revision author":"Autor de la revisión","Revision creator":"Creador de la revisión","Revision history":"Historial de revisiones","Revision name":"Nombre de la revisión","Save current revision":"Guardar la revisión actual","Show next change":"Ver siguiente cambio","Show previous change":"Ver cambio anterior","Suggested by":"Sugerido por",Total:"Total",X_OF_Y_CHANGES:"%0 de %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.et=e.et||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Muuda","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 / %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.fa=i.fa||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"0% از 1%"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.fr=e.fr||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Éditer","Empty document":"Document vide","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"Restauré","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 sur %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.gl=i.gl||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"Engadido por","Back to editing":"Volver á edición","Compare against selected":"Comparar co seleccionado",EDIT_X_OF_Y_REVISIONS:"Editar","Empty document":"Documento baleiro","Initial revision":"Revisión inicial","Loading...":"Cargando…","Name of the revision (optional)":"Nome da revisión (opcional)","Name this revision":"Nomea esta revisión","No changes":"Sen cambios",NUMBER_OF_CHANGES:["%0 cambio","%0 cambios"],"Open revision history":"Abrir o historial de revisións",PENDING_ACTION_REVISION_HISTORY:"Cambio no historial de revisións sen gardaor.","Removed by":"Retirado por","Restore this revision":"Restaurar esta revisión",Restored:"Restaurado","Revision author":"Autor da revisión","Revision creator":"Creador de revisións","Revision history":"Historial de revisións","Revision name":"Nome da revisión","Save current revision":"Gardar a revisión actual","Show next change":"Amosar o cambio seguinte","Show previous change":"Amosar o cambio anterior","Suggested by":"Suxerido por",Total:"Total",X_OF_Y_CHANGES:"%0 de %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.he=e.he||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["","","",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"0% מתוך %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.hi=i.hi||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Edit","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 of %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.hr=e.hr||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"Dodao","Back to editing":"Povratak na uređivanje","Compare against selected":"Usporedi sa",EDIT_X_OF_Y_REVISIONS:"Promijeni","Empty document":"Prazan dokument","Initial revision":"Početna revizija","Loading...":"Učitavanje u tijeku...","Name of the revision (optional)":"Naziv revizije (opcionalno)","Name this revision":"Imenuj ovu reviziju","No changes":"Nema promjena",NUMBER_OF_CHANGES:["%0 promjena","%0 promjena","%0 promjena"],"Open revision history":"Otvorite povijest revizija",PENDING_ACTION_REVISION_HISTORY:"Nespremljena promjena u povijesti revizija.","Removed by":"Uklonio","Restore this revision":"Vratite ovu reviziju",Restored:"Vraćeno","Revision author":"Autor revizije","Revision creator":"Tvorac revizije","Revision history":"Povijest revizije","Revision name":"Naziv revizije","Save current revision":"Spremi trenutnu reviziju","Show next change":"Prikaži sljedeću promjenu","Show previous change":"Prikaži prethodnu promjenu","Suggested by":"Predloženo od",Total:"Ukupno",X_OF_Y_CHANGES:"%0 od %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.hu=e.hu||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"Hozzáadta:","Back to editing":"Vissza a szerkesztéshez","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Szerkesztés","Empty document":"Üres dokumentum","Initial revision":"","Loading...":"Betöltés...","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"Eltávolította:","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"Javasolta:",Total:"",X_OF_Y_CHANGES:"%0 / %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.id=i.id||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"Ditambahkan oleh","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Ubah","Empty document":"Dokumen kosong","Initial revision":"Revisi awal","Loading...":"Memuat...","Name of the revision (optional)":"Nama dari revisi (opsional)","Name this revision":"Beri nama untuk revisi ini","No changes":"Tidak ada perubahan",NUMBER_OF_CHANGES:"","Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"Dihapus oleh","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"Nama revisi","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"Disarankan oleh",Total:"Total",X_OF_Y_CHANGES:"%0 dari %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const o=i.it=i.it||{};o.dictionary=Object.assign(o.dictionary||{},{"Added by":"Aggiunta da","Back to editing":"Torna alla modifica","Compare against selected":"Confronta con selezionata",EDIT_X_OF_Y_REVISIONS:"Modifica","Empty document":"Documento vuoto","Initial revision":"Revisione iniziale","Loading...":"Caricamento in corso...","Name of the revision (optional)":"Nome della revisione (facoltativo)","Name this revision":"Rinomina questa revisione","No changes":"Nessuna modifica",NUMBER_OF_CHANGES:["%0 modifica","%0 modifiche"],"Open revision history":"Apri storico revisioni",PENDING_ACTION_REVISION_HISTORY:"Modifica non salvata nello storico revisioni.","Removed by":"Rimossa da","Restore this revision":"Ripristina questa revisione",Restored:"Ripristinata","Revision author":"Autore revisione","Revision creator":"Creazione revisione","Revision history":"Storico revisioni","Revision name":"Nome revisione","Save current revision":"Salva revisione corrente","Show next change":"Mostra modifica successiva","Show previous change":"Mostra modifica precedente","Suggested by":"Suggerita da",Total:"Totale",X_OF_Y_CHANGES:"%0 di %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.ja=i.ja||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"編集","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:"","Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.jv=e.jv||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"Dipuntambahaken dening","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Ebah","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"Mboten wonten ebahan",NUMBER_OF_CHANGES:"%0 ebahan","Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"Dibusek dening","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"Total",X_OF_Y_CHANGES:"%0 saking %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.ko=i.ko||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"수정","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:"","Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"0% / %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.ku=i.ku||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 لە %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.lv=i.lv||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["","",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 no %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.ne=e.ne||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"०% मध्ये १%"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.nl=e.nl||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"Toegevoegd door","Back to editing":"Terug naar bewerken","Compare against selected":"Vergelijk met geselecteerde",EDIT_X_OF_Y_REVISIONS:"Wijzigen","Empty document":"Leeg document","Initial revision":"Oorspronkelijke revisie","Loading...":"Laden...","Name of the revision (optional)":"Naam revisie (optioneel)","Name this revision":"Geef deze revisie een naam","No changes":"Geen wijzigingen",NUMBER_OF_CHANGES:["",""],"Open revision history":"Open revisie geschiedenis",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"Verwijderd door","Restore this revision":"Herstel deze revisie",Restored:"Hersteld","Revision author":"Auteur revisie","Revision creator":"Revisie aangemaakt door","Revision history":"Revisie geschiedenis","Revision name":"Naam revisie","Save current revision":"Bewaar huidige revisie","Show next change":"Toon volgende wjiziging","Show previous change":"Toon vorige wijziging","Suggested by":"Voorgesteld door",Total:"Totaal",X_OF_Y_CHANGES:"0% van 1%"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.no=e.no||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Rediger","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 av %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.pl=i.pl||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"Dodane przez","Back to editing":"Powrót do edycji","Compare against selected":"Porównaj z wybraną",EDIT_X_OF_Y_REVISIONS:"Zmiana","Empty document":"Pusty dokument","Initial revision":"Pierwsza wersja","Loading...":"Wczytywanie…","Name of the revision (optional)":"Nazwij wersję (opcjonalnie)","Name this revision":"Nazwij tę wersję","No changes":"Brak zmian",NUMBER_OF_CHANGES:["","","",""],"Open revision history":"Otwórz historię wersji",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"Usunięte przez","Restore this revision":"Przywróć tę wersję",Restored:"Przywrócono","Revision author":"Autor wersji","Revision creator":"Twórca wersji","Revision history":"Historia wersji","Revision name":"Nazwa wersji","Save current revision":"Zapisz bieżącą wersję","Show next change":"Pokaż następną zmianę","Show previous change":"Pokaż poprzednią zmianę","Suggested by":"Zaproponowane przez",Total:"Łącznie",X_OF_Y_CHANGES:"%0 z %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const e=o["pt-br"]=o["pt-br"]||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"Adicionado por","Back to editing":"Voltar para edição","Compare against selected":"Comparar com o selecionado",EDIT_X_OF_Y_REVISIONS:"Editar","Empty document":"Documento vazio","Initial revision":"Revisão inicial","Loading...":"Carregando...","Name of the revision (optional)":"Nome da revisão (opcional)","Name this revision":"Nomear esta revisão","No changes":"Sem alterações",NUMBER_OF_CHANGES:["%0 alteração","%0 alterações"],"Open revision history":"Abrir histórico de revisões",PENDING_ACTION_REVISION_HISTORY:"Alteração não salva no histórico de revisões.","Removed by":"Removido por","Restore this revision":"Restaurar esta revisão",Restored:"Restaurado","Revision author":"Autor da revisão","Revision creator":"Criador da revisão","Revision history":"Histórico de revisões","Revision name":"Nome da revisão","Save current revision":"Salvar revisão atual","Show next change":"Mostrar próxima alteração","Show previous change":"Mostrar alteração anterior","Suggested by":"Sugerido por",Total:"Total",X_OF_Y_CHANGES:"%0 de %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.ro=i.ro||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"Adăugat de","Back to editing":"Înapoi la editare","Compare against selected":"Compară cu cea selectată",EDIT_X_OF_Y_REVISIONS:"Editează","Empty document":"Document gol","Initial revision":"Revizuirea inițială","Loading...":"Încarcă...","Name of the revision (optional)":"Numele revizuirii (optional)","Name this revision":"Numele revizuirii","No changes":"Fără schimbări",NUMBER_OF_CHANGES:["","",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"Sters de","Restore this revision":"Restaurează această revizuire",Restored:"Restaurată","Revision author":"Autorul revizuirii","Revision creator":"Autorul revizuirii","Revision history":"Istoria revizuirii","Revision name":"Numele revizuirii","Save current revision":"","Show next change":"Arată schimbarea următoare","Show previous change":"Arată schimbarea precedentă","Suggested by":"Sugerat de",Total:"Total",X_OF_Y_CHANGES:"%0 din %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.ru=i.ru||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Редактировать","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["","","",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 из %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.sk=e.sk||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"Pridal","Back to editing":"Späť k úpravám","Compare against selected":"Porovnajte s vybranými",EDIT_X_OF_Y_REVISIONS:"Upraviť","Empty document":"Prázdny dokument","Initial revision":"Počiatočná revízia","Loading...":"Načítava...","Name of the revision (optional)":"Názov revízie (nepovinné)","Name this revision":"Pomenujte túto revíziu","No changes":"Bez zmien",NUMBER_OF_CHANGES:["%0 zmena","%0 zmeny","%0 zmien","%0 zmien"],"Open revision history":"Otvoriť históriu verzií",PENDING_ACTION_REVISION_HISTORY:"Neuložená zmena v histórii verzií.","Removed by":"Odstránil","Restore this revision":"Obnovte túto revíziu",Restored:"Obnovené","Revision author":"Autor revízie","Revision creator":"Tvorca revízie","Revision history":"História revízií","Revision name":"Názov revízie","Save current revision":"Uložiť aktuálnu revíziu","Show next change":"Zobraziť nasledovnú zmenu","Show previous change":"Zobraziť predchádzajúcu zmenu","Suggested by":"Navrhol",Total:"Spolu",X_OF_Y_CHANGES:"%0 z %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i["sr-latn"]=i["sr-latn"]||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"Dodao korisnik","Back to editing":"Nazad na uređivanje","Compare against selected":"Uporedi sa izabranim",EDIT_X_OF_Y_REVISIONS:"Uredi","Empty document":"Prazan dokument","Initial revision":"Početna revizija","Loading...":"Učitavanje ...","Name of the revision (optional)":"Naziv revizije (opcionalno)","Name this revision":"Imenujte ovu reviziju","No changes":"Nema promena",NUMBER_OF_CHANGES:["","",""],"Open revision history":"Otvorena istorija revizija",PENDING_ACTION_REVISION_HISTORY:"Nesačuvana promena u istoriji revizija.","Removed by":"Uklonio korisnik","Restore this revision":"Vratite ovu reviziju",Restored:"Obnovljena","Revision author":"Autor revizije","Revision creator":"Kreator revizije","Revision history":"Istorija revizija","Revision name":"Naziv revizije","Save current revision":"Sačuvaj trenutnu reviziju","Show next change":"Prikaži sledeću promenu","Show previous change":"Prikaži prethodnu promenu","Suggested by":"Predlaže",Total:"Ukupno",X_OF_Y_CHANGES:"%0 of %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.sr=i.sr||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"Додао корисник ","Back to editing":"Назад на уређивање ","Compare against selected":"Упореди са изабраним ",EDIT_X_OF_Y_REVISIONS:"Уреди","Empty document":"Празан документ","Initial revision":"Почетна ревизија ","Loading...":"Учитавање ... ","Name of the revision (optional)":"Назив ревизије (опционално) ","Name this revision":"Именујте ову ревизију ","No changes":"Нема промена",NUMBER_OF_CHANGES:["","",""],"Open revision history":"Отворена историја ревизија",PENDING_ACTION_REVISION_HISTORY:"Несачувана промена у историји ревизија. ","Removed by":"Уклонио корисник","Restore this revision":"Вратите ову ревизију ",Restored:"Обновљена","Revision author":"Аутор ревизије ","Revision creator":"Креатор ревизије ","Revision history":"Историја ревизија","Revision name":"Назив ревизије ","Save current revision":"Сачувај тренутну ревизију ","Show next change":"Прикажи следећу промену","Show previous change":"Прикажи претходну промену ","Suggested by":"Предлаже",Total:"Укупно ",X_OF_Y_CHANGES:"%0 of %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.tk=i.tk||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Redaktirläň","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"1%-iň 0%-i"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const i=e.tr=e.tr||{};i.dictionary=Object.assign(i.dictionary||{},{"Added by":"","Back to editing":"Düzenlemeye geri dön","Compare against selected":"Seçilenlerle karşılaştır",EDIT_X_OF_Y_REVISIONS:"Düzenle","Empty document":"Boş belge","Initial revision":"İlk revizyon","Loading...":"Yükleniyor...","Name of the revision (optional)":"Revizyonun adı (isteğe bağlı)","Name this revision":"Bu revizyonu adlandırın","No changes":"Değişiklik yok",NUMBER_OF_CHANGES:["",""],"Open revision history":"Revizyon geçmişini aç",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"Bu revizyonu geri yükle",Restored:"Geri yüklendi","Revision author":"Revizyon yazarı","Revision creator":"Revizyonu oluşturan","Revision history":"Revizyon Geçmişi","Revision name":"Revizyon adı","Save current revision":"Geçerli revizyonu kaydet","Show next change":"Sonraki değişikliği göster","Show previous change":"Önceki değişikliği göster","Suggested by":"",Total:"Toplam",X_OF_Y_CHANGES:"%0/%1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.ug=i.ug||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"تەھرىرلەش","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.uk=i.uk||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"Редагувати","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:["","","",""],"Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 із %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.vi=i.vi||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:"","Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0 đến %1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i["zh-cn"]=i["zh-cn"]||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"编辑","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:"","Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"第 %0 步,共 %1 步"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const e=i.zh=i.zh||{};e.dictionary=Object.assign(e.dictionary||{},{"Added by":"","Back to editing":"","Compare against selected":"",EDIT_X_OF_Y_REVISIONS:"編輯","Empty document":"","Initial revision":"","Loading...":"","Name of the revision (optional)":"","Name this revision":"","No changes":"",NUMBER_OF_CHANGES:"","Open revision history":"",PENDING_ACTION_REVISION_HISTORY:"","Removed by":"","Restore this revision":"",Restored:"已復原","Revision author":"","Revision creator":"","Revision history":"","Revision name":"","Save current revision":"","Show next change":"","Show previous change":"","Suggested by":"",Total:"",X_OF_Y_CHANGES:"%0/%1"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1,27 +1,28 @@
1
1
  {
2
- "Restored": "The prefix for a name of a revision created by restoring other revision",
3
- "Empty document": "The name for an initial revision that is empty",
4
- "Initial revision": "The name for an initial revision (if it was not empty)",
5
- "Compare against selected": "The label for a dropdown item to compare given revision with already selected revision",
6
- "Name this revision": "The label for a dropdown item to rename given revision",
7
- "Revision creator": "The label for the user who saved the revision",
8
- "Revision author": "The label for users who introduced changes in the revision",
9
- "Revision name": "The label for the revision name",
10
- "Name of the revision (optional)": "The label for a toolbar form field where a name for a new revision should be provided",
11
- "Save current revision": "The label for a dropdown item that saves current revision",
12
- "Open revision history": "The label for a dropdown item to open the revision history view (revision viewer)",
13
- "Revision history": "The label for the sidebar in revision viewer",
14
- "Suggested by": "The label for a change tooltip for a suggestion change, shown in revision viewer",
15
- "Added by": "The label for a change tooltip for an insertion change, shown in revision viewer",
16
- "Removed by": "The label for a change tooltip for a remove change, shown in revision viewer",
17
- "Loading...": "Displayed in the revision viewer toolbar when loading a revision",
18
- "No changes": "Displayed in the revision viewer toolbar when the compared revisions have no changes",
19
- "NUMBER_OF_CHANGES": "Displayed in the revision viewer toolbar when the compared revisions have changes",
2
+ "Restored": "The prefix for a name of a revision created by restoring other revision.",
3
+ "Empty document": "The name for an initial revision that is empty.",
4
+ "Initial revision": "The name for an initial revision (if it was not empty).",
5
+ "Compare against selected": "The label for a dropdown item to compare given revision with already selected revision.",
6
+ "Name this revision": "The label for a dropdown item to rename given revision.",
7
+ "Revision creator": "The label for the user who saved the revision.",
8
+ "Revision author": "The label for users who introduced changes in the revision.",
9
+ "Revision name": "The label for the revision name.",
10
+ "Name of the revision (optional)": "The label for a toolbar form field where a name for a new revision should be provided.",
11
+ "Save current revision": "The label for a dropdown item that saves current revision.",
12
+ "Open revision history": "The label for a dropdown item to open the revision history view (revision viewer).",
13
+ "Revision history": "The label for the sidebar in revision viewer.",
14
+ "Suggested by": "The label for a change tooltip for a suggestion change, shown in revision viewer.",
15
+ "Added by": "The label for a change tooltip for an insertion change, shown in revision viewer.",
16
+ "Removed by": "The label for a change tooltip for a remove change, shown in revision viewer.",
17
+ "Loading...": "Displayed in the revision viewer toolbar when loading a revision.",
18
+ "No changes": "Displayed in the revision viewer toolbar when the compared revisions have no changes.",
19
+ "NUMBER_OF_CHANGES": "Displayed in the revision viewer toolbar when the compared revisions have changes.",
20
20
  "X_OF_Y_CHANGES": "Edit: (2 of 5)",
21
- "Show previous change": "The label for a button that highlights previous change in revision viewer",
22
- "Show next change": "The label for a button that highlights next change in revision viewer",
21
+ "Show previous change": "The label for a button that highlights previous change in revision viewer.",
22
+ "Show next change": "The label for a button that highlights next change in revision viewer.",
23
23
  "Total": "(Total): 5 changes",
24
24
  "EDIT_X_OF_Y_REVISIONS": "(Edit): 2 of 5",
25
- "Back to editing": "The label for a button that closes revision viewer and shows editor",
26
- "Restore this revision": "The label for a button that restores given revision"
25
+ "Back to editing": "The label for a button that closes revision viewer and shows editor.",
26
+ "Restore this revision": "The label for a button that restores given revision.",
27
+ "PENDING_ACTION_REVISION_HISTORY": "The label for the alert shown when closing the editor with an unsaved revision history change."
27
28
  }
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -16,75 +16,75 @@ msgstr ""
16
16
  "Language: az\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
18
 
19
- msgctxt "The prefix for a name of a revision created by restoring other revision"
19
+ msgctxt "The prefix for a name of a revision created by restoring other revision."
20
20
  msgid "Restored"
21
21
  msgstr ""
22
22
 
23
- msgctxt "The name for an initial revision that is empty"
23
+ msgctxt "The name for an initial revision that is empty."
24
24
  msgid "Empty document"
25
25
  msgstr ""
26
26
 
27
- msgctxt "The name for an initial revision (if it was not empty)"
27
+ msgctxt "The name for an initial revision (if it was not empty)."
28
28
  msgid "Initial revision"
29
29
  msgstr ""
30
30
 
31
- msgctxt "The label for a dropdown item to compare given revision with already selected revision"
31
+ msgctxt "The label for a dropdown item to compare given revision with already selected revision."
32
32
  msgid "Compare against selected"
33
33
  msgstr ""
34
34
 
35
- msgctxt "The label for a dropdown item to rename given revision"
35
+ msgctxt "The label for a dropdown item to rename given revision."
36
36
  msgid "Name this revision"
37
37
  msgstr ""
38
38
 
39
- msgctxt "The label for the user who saved the revision"
39
+ msgctxt "The label for the user who saved the revision."
40
40
  msgid "Revision creator"
41
41
  msgstr ""
42
42
 
43
- msgctxt "The label for users who introduced changes in the revision"
43
+ msgctxt "The label for users who introduced changes in the revision."
44
44
  msgid "Revision author"
45
45
  msgstr ""
46
46
 
47
- msgctxt "The label for the revision name"
47
+ msgctxt "The label for the revision name."
48
48
  msgid "Revision name"
49
49
  msgstr ""
50
50
 
51
- msgctxt "The label for a toolbar form field where a name for a new revision should be provided"
51
+ msgctxt "The label for a toolbar form field where a name for a new revision should be provided."
52
52
  msgid "Name of the revision (optional)"
53
53
  msgstr ""
54
54
 
55
- msgctxt "The label for a dropdown item that saves current revision"
55
+ msgctxt "The label for a dropdown item that saves current revision."
56
56
  msgid "Save current revision"
57
57
  msgstr ""
58
58
 
59
- msgctxt "The label for a dropdown item to open the revision history view (revision viewer)"
59
+ msgctxt "The label for a dropdown item to open the revision history view (revision viewer)."
60
60
  msgid "Open revision history"
61
61
  msgstr ""
62
62
 
63
- msgctxt "The label for the sidebar in revision viewer"
63
+ msgctxt "The label for the sidebar in revision viewer."
64
64
  msgid "Revision history"
65
65
  msgstr ""
66
66
 
67
- msgctxt "The label for a change tooltip for a suggestion change, shown in revision viewer"
67
+ msgctxt "The label for a change tooltip for a suggestion change, shown in revision viewer."
68
68
  msgid "Suggested by"
69
69
  msgstr ""
70
70
 
71
- msgctxt "The label for a change tooltip for an insertion change, shown in revision viewer"
71
+ msgctxt "The label for a change tooltip for an insertion change, shown in revision viewer."
72
72
  msgid "Added by"
73
73
  msgstr ""
74
74
 
75
- msgctxt "The label for a change tooltip for a remove change, shown in revision viewer"
75
+ msgctxt "The label for a change tooltip for a remove change, shown in revision viewer."
76
76
  msgid "Removed by"
77
77
  msgstr ""
78
78
 
79
- msgctxt "Displayed in the revision viewer toolbar when loading a revision"
79
+ msgctxt "Displayed in the revision viewer toolbar when loading a revision."
80
80
  msgid "Loading..."
81
81
  msgstr ""
82
82
 
83
- msgctxt "Displayed in the revision viewer toolbar when the compared revisions have no changes"
83
+ msgctxt "Displayed in the revision viewer toolbar when the compared revisions have no changes."
84
84
  msgid "No changes"
85
85
  msgstr ""
86
86
 
87
- msgctxt "Displayed in the revision viewer toolbar when the compared revisions have changes"
87
+ msgctxt "Displayed in the revision viewer toolbar when the compared revisions have changes."
88
88
  msgid "NUMBER_OF_CHANGES"
89
89
  msgid_plural "%0 changes"
90
90
  msgstr[0] ""
@@ -94,11 +94,11 @@ msgctxt "Edit: (2 of 5)"
94
94
  msgid "X_OF_Y_CHANGES"
95
95
  msgstr "%1-dən %0"
96
96
 
97
- msgctxt "The label for a button that highlights previous change in revision viewer"
97
+ msgctxt "The label for a button that highlights previous change in revision viewer."
98
98
  msgid "Show previous change"
99
99
  msgstr ""
100
100
 
101
- msgctxt "The label for a button that highlights next change in revision viewer"
101
+ msgctxt "The label for a button that highlights next change in revision viewer."
102
102
  msgid "Show next change"
103
103
  msgstr ""
104
104
 
@@ -110,10 +110,14 @@ msgctxt "(Edit): 2 of 5"
110
110
  msgid "EDIT_X_OF_Y_REVISIONS"
111
111
  msgstr ""
112
112
 
113
- msgctxt "The label for a button that closes revision viewer and shows editor"
113
+ msgctxt "The label for a button that closes revision viewer and shows editor."
114
114
  msgid "Back to editing"
115
115
  msgstr ""
116
116
 
117
- msgctxt "The label for a button that restores given revision"
117
+ msgctxt "The label for a button that restores given revision."
118
118
  msgid "Restore this revision"
119
119
  msgstr ""
120
+
121
+ msgctxt "The label for the alert shown when closing the editor with an unsaved revision history change."
122
+ msgid "PENDING_ACTION_REVISION_HISTORY"
123
+ msgstr ""
@@ -0,0 +1,124 @@
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 prefix for a name of a revision created by restoring other revision."
20
+ msgid "Restored"
21
+ msgstr ""
22
+
23
+ msgctxt "The name for an initial revision that is empty."
24
+ msgid "Empty document"
25
+ msgstr ""
26
+
27
+ msgctxt "The name for an initial revision (if it was not empty)."
28
+ msgid "Initial revision"
29
+ msgstr ""
30
+
31
+ msgctxt "The label for a dropdown item to compare given revision with already selected revision."
32
+ msgid "Compare against selected"
33
+ msgstr ""
34
+
35
+ msgctxt "The label for a dropdown item to rename given revision."
36
+ msgid "Name this revision"
37
+ msgstr ""
38
+
39
+ msgctxt "The label for the user who saved the revision."
40
+ msgid "Revision creator"
41
+ msgstr ""
42
+
43
+ msgctxt "The label for users who introduced changes in the revision."
44
+ msgid "Revision author"
45
+ msgstr ""
46
+
47
+ msgctxt "The label for the revision name."
48
+ msgid "Revision name"
49
+ msgstr ""
50
+
51
+ msgctxt "The label for a toolbar form field where a name for a new revision should be provided."
52
+ msgid "Name of the revision (optional)"
53
+ msgstr ""
54
+
55
+ msgctxt "The label for a dropdown item that saves current revision."
56
+ msgid "Save current revision"
57
+ msgstr ""
58
+
59
+ msgctxt "The label for a dropdown item to open the revision history view (revision viewer)."
60
+ msgid "Open revision history"
61
+ msgstr ""
62
+
63
+ msgctxt "The label for the sidebar in revision viewer."
64
+ msgid "Revision history"
65
+ msgstr ""
66
+
67
+ msgctxt "The label for a change tooltip for a suggestion change, shown in revision viewer."
68
+ msgid "Suggested by"
69
+ msgstr ""
70
+
71
+ msgctxt "The label for a change tooltip for an insertion change, shown in revision viewer."
72
+ msgid "Added by"
73
+ msgstr ""
74
+
75
+ msgctxt "The label for a change tooltip for a remove change, shown in revision viewer."
76
+ msgid "Removed by"
77
+ msgstr ""
78
+
79
+ msgctxt "Displayed in the revision viewer toolbar when loading a revision."
80
+ msgid "Loading..."
81
+ msgstr ""
82
+
83
+ msgctxt "Displayed in the revision viewer toolbar when the compared revisions have no changes."
84
+ msgid "No changes"
85
+ msgstr ""
86
+
87
+ msgctxt "Displayed in the revision viewer toolbar when the compared revisions have changes."
88
+ msgid "NUMBER_OF_CHANGES"
89
+ msgid_plural "%0 changes"
90
+ msgstr[0] ""
91
+ msgstr[1] ""
92
+ msgstr[2] ""
93
+
94
+ msgctxt "Edit: (2 of 5)"
95
+ msgid "X_OF_Y_CHANGES"
96
+ msgstr "%0 od %1"
97
+
98
+ msgctxt "The label for a button that highlights previous change in revision viewer."
99
+ msgid "Show previous change"
100
+ msgstr ""
101
+
102
+ msgctxt "The label for a button that highlights next change in revision viewer."
103
+ msgid "Show next change"
104
+ msgstr ""
105
+
106
+ msgctxt "(Total): 5 changes"
107
+ msgid "Total"
108
+ msgstr ""
109
+
110
+ msgctxt "(Edit): 2 of 5"
111
+ msgid "EDIT_X_OF_Y_REVISIONS"
112
+ msgstr "Uredi"
113
+
114
+ msgctxt "The label for a button that closes revision viewer and shows editor."
115
+ msgid "Back to editing"
116
+ msgstr ""
117
+
118
+ msgctxt "The label for a button that restores given revision."
119
+ msgid "Restore this revision"
120
+ msgstr ""
121
+
122
+ msgctxt "The label for the alert shown when closing the editor with an unsaved revision history change."
123
+ msgid "PENDING_ACTION_REVISION_HISTORY"
124
+ msgstr ""