@ckeditor/ckeditor5-real-time-collaboration 42.0.1-alpha.3 → 42.0.1

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 (115) hide show
  1. package/build/real-time-collaboration.js +1 -1
  2. package/dist/index.js +6 -6
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +1 -1
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +1 -1
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +1 -1
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +1 -1
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +1 -1
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +1 -1
  15. package/dist/translations/de-ch.js +1 -1
  16. package/dist/translations/de-ch.umd.js +1 -1
  17. package/dist/translations/de.js +1 -1
  18. package/dist/translations/de.umd.js +1 -1
  19. package/dist/translations/el.js +1 -1
  20. package/dist/translations/el.umd.js +1 -1
  21. package/dist/translations/en-au.js +1 -1
  22. package/dist/translations/en-au.umd.js +1 -1
  23. package/dist/translations/en.umd.js +1 -1
  24. package/dist/translations/es.js +1 -1
  25. package/dist/translations/es.umd.js +1 -1
  26. package/dist/translations/et.js +1 -1
  27. package/dist/translations/et.umd.js +1 -1
  28. package/dist/translations/fa.js +1 -1
  29. package/dist/translations/fa.umd.js +1 -1
  30. package/dist/translations/fi.js +1 -1
  31. package/dist/translations/fi.umd.js +1 -1
  32. package/dist/translations/fr.js +1 -1
  33. package/dist/translations/fr.umd.js +1 -1
  34. package/dist/translations/gl.js +1 -1
  35. package/dist/translations/gl.umd.js +1 -1
  36. package/dist/translations/he.js +1 -1
  37. package/dist/translations/he.umd.js +1 -1
  38. package/dist/translations/hi.js +1 -1
  39. package/dist/translations/hi.umd.js +1 -1
  40. package/dist/translations/hr.js +1 -1
  41. package/dist/translations/hr.umd.js +1 -1
  42. package/dist/translations/hu.js +1 -1
  43. package/dist/translations/hu.umd.js +1 -1
  44. package/dist/translations/id.js +1 -1
  45. package/dist/translations/id.umd.js +1 -1
  46. package/dist/translations/it.js +1 -1
  47. package/dist/translations/it.umd.js +1 -1
  48. package/dist/translations/ja.js +1 -1
  49. package/dist/translations/ja.umd.js +1 -1
  50. package/dist/translations/ko.js +1 -1
  51. package/dist/translations/ko.umd.js +1 -1
  52. package/dist/translations/lt.js +1 -1
  53. package/dist/translations/lt.umd.js +1 -1
  54. package/dist/translations/lv.js +1 -1
  55. package/dist/translations/lv.umd.js +1 -1
  56. package/dist/translations/ms.js +1 -1
  57. package/dist/translations/ms.umd.js +1 -1
  58. package/dist/translations/nl.js +1 -1
  59. package/dist/translations/nl.umd.js +1 -1
  60. package/dist/translations/no.js +1 -1
  61. package/dist/translations/no.umd.js +1 -1
  62. package/dist/translations/pl.js +1 -1
  63. package/dist/translations/pl.umd.js +1 -1
  64. package/dist/translations/pt-br.js +1 -1
  65. package/dist/translations/pt-br.umd.js +1 -1
  66. package/dist/translations/pt.js +1 -1
  67. package/dist/translations/pt.umd.js +1 -1
  68. package/dist/translations/ro.js +1 -1
  69. package/dist/translations/ro.umd.js +1 -1
  70. package/dist/translations/ru.js +1 -1
  71. package/dist/translations/ru.umd.js +1 -1
  72. package/dist/translations/sk.js +1 -1
  73. package/dist/translations/sk.umd.js +1 -1
  74. package/dist/translations/sr-latn.js +1 -1
  75. package/dist/translations/sr-latn.umd.js +1 -1
  76. package/dist/translations/sr.js +1 -1
  77. package/dist/translations/sr.umd.js +1 -1
  78. package/dist/translations/sv.js +1 -1
  79. package/dist/translations/sv.umd.js +1 -1
  80. package/dist/translations/th.js +1 -1
  81. package/dist/translations/th.umd.js +1 -1
  82. package/dist/translations/tk.js +1 -1
  83. package/dist/translations/tk.umd.js +1 -1
  84. package/dist/translations/tr.js +1 -1
  85. package/dist/translations/tr.umd.js +1 -1
  86. package/dist/translations/uk.js +1 -1
  87. package/dist/translations/uk.umd.js +1 -1
  88. package/dist/translations/vi.js +1 -1
  89. package/dist/translations/vi.umd.js +1 -1
  90. package/dist/translations/zh-cn.js +1 -1
  91. package/dist/translations/zh-cn.umd.js +1 -1
  92. package/dist/translations/zh.js +1 -1
  93. package/dist/translations/zh.umd.js +1 -1
  94. package/package.json +4 -4
  95. package/src/common-translations.js +1 -1
  96. package/src/index.js +1 -1
  97. package/src/presencelist/presencelistui.js +1 -1
  98. package/src/presencelist/view/presencecounterview.js +1 -1
  99. package/src/presencelist/view/presencedropdownlistitemview.js +1 -1
  100. package/src/presencelist/view/presencedropdownlistview.js +1 -1
  101. package/src/presencelist/view/presenceinlinelistitemview.js +1 -1
  102. package/src/presencelist/view/presenceinlinelistview.js +1 -1
  103. package/src/presencelist/view/presencelistview.js +1 -1
  104. package/src/presencelist.js +1 -1
  105. package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +1 -1
  106. package/src/realtimecollaborativecomments.js +1 -1
  107. package/src/realtimecollaborativeediting/realtimecollaborationclient.js +1 -1
  108. package/src/realtimecollaborativeediting/sessions.js +1 -1
  109. package/src/realtimecollaborativeediting/usermarkers.js +1 -1
  110. package/src/realtimecollaborativeediting/websocketgateway.js +1 -1
  111. package/src/realtimecollaborativeediting.js +1 -1
  112. package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +1 -1
  113. package/src/realtimecollaborativerevisionhistory.js +1 -1
  114. package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +1 -1
  115. package/src/realtimecollaborativetrackchanges.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x132384=>{const {bg:{dictionary:_0x214e57,getPluralForm:_0x2b55f0}}={'bg':{'dictionary':{'CONNECTED_USERS':['1\x20свързан\x20потребител\x20(аз)','%0\x20свързан\x20потребители'],'PENDING_ACTION_SENDING_DATA':'Изпращане\x20на\x20данни\x20до\x20сървъра.','Synchronization\x20issue':'Проблем\x20при\x20синхронизацията','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Документът\x20не\x20може\x20да\x20бъде\x20свързан\x20обратно\x20към\x20сървъра.\x20За\x20да\x20не\x20изгубите\x20съдържанието\x20си,\x20запазете\x20го\x20локално\x20и\x20презаредете\x20редактора.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Данните\x20за\x20документа\x20не\x20могат\x20да\x20бъдат\x20поети\x20по\x20време\x20на\x20повторното\x20свързване.\x20За\x20да\x20не\x20изгубите\x20съдържанието\x20си,\x20запазете\x20го\x20локално\x20и\x20презаредете\x20редактора.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Последната\x20запазена\x20версия\x20на\x20документа\x20не\x20отговаря\x20на\x20локалната\x20версия.\x20За\x20да\x20не\x20изгубите\x20съдържанието\x20си,\x20запазете\x20го\x20локално\x20и\x20презаредете\x20редактора.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Локалничт\x20документ\x20и\x20сървърният\x20документ\x20се\x20различават\x20и\x20сливането\x20им\x20може\x20да\x20доведе\x20до\x20неочаквано\x20поведение.\x20За\x20да\x20не\x20изгубите\x20съдържанието\x20си,\x20запазете\x20го\x20локално\x20и\x20презаредете\x20редактора.'},'getPluralForm':_0x351db2=>0x1!=_0x351db2}};_0x132384['bg']||={'dictionary':{},'getPluralForm':null},_0x132384['bg']['dictionary']=Object['assign'](_0x132384['bg']['dictionary'],_0x214e57),_0x132384['bg']['getPluralForm']=_0x2b55f0;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x15e727=>{const {bg:{dictionary:_0x3296f7,getPluralForm:_0x47fedc}}={'bg':{'dictionary':{'CONNECTED_USERS':['1\x20свързан\x20потребител\x20(аз)','%0\x20свързан\x20потребители'],'PENDING_ACTION_SENDING_DATA':'Изпращане\x20на\x20данни\x20до\x20сървъра.','Synchronization\x20issue':'Проблем\x20при\x20синхронизацията','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Документът\x20не\x20може\x20да\x20бъде\x20свързан\x20обратно\x20към\x20сървъра.\x20За\x20да\x20не\x20изгубите\x20съдържанието\x20си,\x20запазете\x20го\x20локално\x20и\x20презаредете\x20редактора.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Данните\x20за\x20документа\x20не\x20могат\x20да\x20бъдат\x20поети\x20по\x20време\x20на\x20повторното\x20свързване.\x20За\x20да\x20не\x20изгубите\x20съдържанието\x20си,\x20запазете\x20го\x20локално\x20и\x20презаредете\x20редактора.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Последната\x20запазена\x20версия\x20на\x20документа\x20не\x20отговаря\x20на\x20локалната\x20версия.\x20За\x20да\x20не\x20изгубите\x20съдържанието\x20си,\x20запазете\x20го\x20локално\x20и\x20презаредете\x20редактора.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Локалничт\x20документ\x20и\x20сървърният\x20документ\x20се\x20различават\x20и\x20сливането\x20им\x20може\x20да\x20доведе\x20до\x20неочаквано\x20поведение.\x20За\x20да\x20не\x20изгубите\x20съдържанието\x20си,\x20запазете\x20го\x20локално\x20и\x20презаредете\x20редактора.'},'getPluralForm':_0x23a0b8=>0x1!=_0x23a0b8}};_0x15e727['bg']||={'dictionary':{},'getPluralForm':null},_0x15e727['bg']['dictionary']=Object['assign'](_0x15e727['bg']['dictionary'],_0x3296f7),_0x15e727['bg']['getPluralForm']=_0x47fedc;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'bn':{'dictionary':{'CONNECTED_USERS':['1\x20সংযুক্ত\x20ব্যবহারকারী\x20(আমি)','%0\x20সংযুক্ত\x20ব্যবহারকারী'],'PENDING_ACTION_SENDING_DATA':'সার্ভারে\x20তথ্য\x20পাঠানো\x20হচ্ছে।','Synchronization\x20issue':'সিনক্রোনাইজেশনে\x20সমস্যা','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'নথিটি\x20সার্ভারের\x20সাথে\x20সংযুক্ত\x20করা\x20যাচ্ছে\x20না।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন।','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'পুনঃসংযোগের\x20সময়\x20নথির\x20বিশদ\x20বিবরণ\x20নেওয়া\x20যায়নি।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন৷','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'নথির\x20শেষ\x20সংরক্ষিত\x20সংস্করণ\x20স্থানীয়\x20সংস্করণের\x20সাথে\x20মিলছে\x20না।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন।','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'স্থানীয়\x20নথি\x20এবং\x20সার্ভার\x20নথি\x20আলাদা\x20এবং\x20তাদের\x20একত্রিত\x20করা\x20অপ্রত্যাশিত\x20আচরণের\x20কারণ\x20হতে\x20পারে।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন৷\x20'},'getPluralForm':_0x32078d=>0x1!=_0x32078d}};
23
+ export default{'bn':{'dictionary':{'CONNECTED_USERS':['1\x20সংযুক্ত\x20ব্যবহারকারী\x20(আমি)','%0\x20সংযুক্ত\x20ব্যবহারকারী'],'PENDING_ACTION_SENDING_DATA':'সার্ভারে\x20তথ্য\x20পাঠানো\x20হচ্ছে।','Synchronization\x20issue':'সিনক্রোনাইজেশনে\x20সমস্যা','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'নথিটি\x20সার্ভারের\x20সাথে\x20সংযুক্ত\x20করা\x20যাচ্ছে\x20না।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন।','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'পুনঃসংযোগের\x20সময়\x20নথির\x20বিশদ\x20বিবরণ\x20নেওয়া\x20যায়নি।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন৷','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'নথির\x20শেষ\x20সংরক্ষিত\x20সংস্করণ\x20স্থানীয়\x20সংস্করণের\x20সাথে\x20মিলছে\x20না।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন।','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'স্থানীয়\x20নথি\x20এবং\x20সার্ভার\x20নথি\x20আলাদা\x20এবং\x20তাদের\x20একত্রিত\x20করা\x20অপ্রত্যাশিত\x20আচরণের\x20কারণ\x20হতে\x20পারে।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন৷\x20'},'getPluralForm':_0x4588cd=>0x1!=_0x4588cd}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x46f5a8=>{const {bn:{dictionary:_0x11699e,getPluralForm:_0x12a17f}}={'bn':{'dictionary':{'CONNECTED_USERS':['1\x20সংযুক্ত\x20ব্যবহারকারী\x20(আমি)','%0\x20সংযুক্ত\x20ব্যবহারকারী'],'PENDING_ACTION_SENDING_DATA':'সার্ভারে\x20তথ্য\x20পাঠানো\x20হচ্ছে।','Synchronization\x20issue':'সিনক্রোনাইজেশনে\x20সমস্যা','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'নথিটি\x20সার্ভারের\x20সাথে\x20সংযুক্ত\x20করা\x20যাচ্ছে\x20না।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন।','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'পুনঃসংযোগের\x20সময়\x20নথির\x20বিশদ\x20বিবরণ\x20নেওয়া\x20যায়নি।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন৷','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'নথির\x20শেষ\x20সংরক্ষিত\x20সংস্করণ\x20স্থানীয়\x20সংস্করণের\x20সাথে\x20মিলছে\x20না।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন।','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'স্থানীয়\x20নথি\x20এবং\x20সার্ভার\x20নথি\x20আলাদা\x20এবং\x20তাদের\x20একত্রিত\x20করা\x20অপ্রত্যাশিত\x20আচরণের\x20কারণ\x20হতে\x20পারে।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন৷\x20'},'getPluralForm':_0xf055cd=>0x1!=_0xf055cd}};_0x46f5a8['bn']||={'dictionary':{},'getPluralForm':null},_0x46f5a8['bn']['dictionary']=Object['assign'](_0x46f5a8['bn']['dictionary'],_0x11699e),_0x46f5a8['bn']['getPluralForm']=_0x12a17f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4a47a3=>{const {bn:{dictionary:_0xc45eba,getPluralForm:_0x24613e}}={'bn':{'dictionary':{'CONNECTED_USERS':['1\x20সংযুক্ত\x20ব্যবহারকারী\x20(আমি)','%0\x20সংযুক্ত\x20ব্যবহারকারী'],'PENDING_ACTION_SENDING_DATA':'সার্ভারে\x20তথ্য\x20পাঠানো\x20হচ্ছে।','Synchronization\x20issue':'সিনক্রোনাইজেশনে\x20সমস্যা','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'নথিটি\x20সার্ভারের\x20সাথে\x20সংযুক্ত\x20করা\x20যাচ্ছে\x20না।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন।','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'পুনঃসংযোগের\x20সময়\x20নথির\x20বিশদ\x20বিবরণ\x20নেওয়া\x20যায়নি।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন৷','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'নথির\x20শেষ\x20সংরক্ষিত\x20সংস্করণ\x20স্থানীয়\x20সংস্করণের\x20সাথে\x20মিলছে\x20না।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন।','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'স্থানীয়\x20নথি\x20এবং\x20সার্ভার\x20নথি\x20আলাদা\x20এবং\x20তাদের\x20একত্রিত\x20করা\x20অপ্রত্যাশিত\x20আচরণের\x20কারণ\x20হতে\x20পারে।\x20আপনার\x20সামগ্রী\x20না\x20হারাতে\x20স্থানীয়ভাবে\x20সংরক্ষণ\x20করুন\x20এবং\x20সম্পাদককে\x20রিফ্রেশ\x20করুন৷\x20'},'getPluralForm':_0x3eb2bb=>0x1!=_0x3eb2bb}};_0x4a47a3['bn']||={'dictionary':{},'getPluralForm':null},_0x4a47a3['bn']['dictionary']=Object['assign'](_0x4a47a3['bn']['dictionary'],_0xc45eba),_0x4a47a3['bn']['getPluralForm']=_0x24613e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ca':{'dictionary':{'CONNECTED_USERS':['1\x20usuari\x20connectat\x20(jo)','%0\x20usuaris\x20connectat'],'PENDING_ACTION_SENDING_DATA':'Enviant\x20dades\x20al\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronització','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20document\x20no\x20es\x20pot\x20tornar\x20a\x20connectar\x20al\x20servidor.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa\x27l\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Els\x20detalls\x20del\x20document\x20no\x20s\x27han\x20pogut\x20prendre\x20durant\x20la\x20reconnexió.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20darrera\x20versió\x20desada\x20del\x20document\x20no\x20coincideix\x20amb\x20la\x20versió\x20local.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20document\x20local\x20i\x20el\x20document\x20del\x20servidor\x20són\x20diferents\x20i\x20combinar-los\x20pot\x20provocar\x20un\x20comportament\x20inesperat.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.'},'getPluralForm':_0x534339=>0x1!=_0x534339}};
23
+ export default{'ca':{'dictionary':{'CONNECTED_USERS':['1\x20usuari\x20connectat\x20(jo)','%0\x20usuaris\x20connectat'],'PENDING_ACTION_SENDING_DATA':'Enviant\x20dades\x20al\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronització','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20document\x20no\x20es\x20pot\x20tornar\x20a\x20connectar\x20al\x20servidor.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa\x27l\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Els\x20detalls\x20del\x20document\x20no\x20s\x27han\x20pogut\x20prendre\x20durant\x20la\x20reconnexió.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20darrera\x20versió\x20desada\x20del\x20document\x20no\x20coincideix\x20amb\x20la\x20versió\x20local.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20document\x20local\x20i\x20el\x20document\x20del\x20servidor\x20són\x20diferents\x20i\x20combinar-los\x20pot\x20provocar\x20un\x20comportament\x20inesperat.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.'},'getPluralForm':_0x4157d6=>0x1!=_0x4157d6}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1ac207=>{const {ca:{dictionary:_0x157f00,getPluralForm:_0x21bb3d}}={'ca':{'dictionary':{'CONNECTED_USERS':['1\x20usuari\x20connectat\x20(jo)','%0\x20usuaris\x20connectat'],'PENDING_ACTION_SENDING_DATA':'Enviant\x20dades\x20al\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronització','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20document\x20no\x20es\x20pot\x20tornar\x20a\x20connectar\x20al\x20servidor.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa\x27l\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Els\x20detalls\x20del\x20document\x20no\x20s\x27han\x20pogut\x20prendre\x20durant\x20la\x20reconnexió.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20darrera\x20versió\x20desada\x20del\x20document\x20no\x20coincideix\x20amb\x20la\x20versió\x20local.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20document\x20local\x20i\x20el\x20document\x20del\x20servidor\x20són\x20diferents\x20i\x20combinar-los\x20pot\x20provocar\x20un\x20comportament\x20inesperat.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.'},'getPluralForm':_0x52e856=>0x1!=_0x52e856}};_0x1ac207['ca']||={'dictionary':{},'getPluralForm':null},_0x1ac207['ca']['dictionary']=Object['assign'](_0x1ac207['ca']['dictionary'],_0x157f00),_0x1ac207['ca']['getPluralForm']=_0x21bb3d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x20e891=>{const {ca:{dictionary:_0x2ac124,getPluralForm:_0x2837c8}}={'ca':{'dictionary':{'CONNECTED_USERS':['1\x20usuari\x20connectat\x20(jo)','%0\x20usuaris\x20connectat'],'PENDING_ACTION_SENDING_DATA':'Enviant\x20dades\x20al\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronització','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20document\x20no\x20es\x20pot\x20tornar\x20a\x20connectar\x20al\x20servidor.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa\x27l\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Els\x20detalls\x20del\x20document\x20no\x20s\x27han\x20pogut\x20prendre\x20durant\x20la\x20reconnexió.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20darrera\x20versió\x20desada\x20del\x20document\x20no\x20coincideix\x20amb\x20la\x20versió\x20local.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20document\x20local\x20i\x20el\x20document\x20del\x20servidor\x20són\x20diferents\x20i\x20combinar-los\x20pot\x20provocar\x20un\x20comportament\x20inesperat.\x20Per\x20no\x20perdre\x27n\x20el\x20contingut,\x20desa-ho\x20localment\x20i\x20actualitza\x20l\x27editor.'},'getPluralForm':_0xf6a815=>0x1!=_0xf6a815}};_0x20e891['ca']||={'dictionary':{},'getPluralForm':null},_0x20e891['ca']['dictionary']=Object['assign'](_0x20e891['ca']['dictionary'],_0x2ac124),_0x20e891['ca']['getPluralForm']=_0x2837c8;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'cs':{'dictionary':{'CONNECTED_USERS':['1\x20připojený\x20uživatel\x20(já)','%0\x20připojení\x20uživatelé','%0\x20připojení\x20uživatelé','%0\x20připojených\x20uživatelů'],'PENDING_ACTION_SENDING_DATA':'Odesílám\x20data\x20na\x20server.','Synchronization\x20issue':'Problém\x20se\x20synchronizací','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokument\x20nemůže\x20být\x20připojen\x20zpátky\x20na\x20server.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Detaily\x20o\x20dokumentu\x20nemohou\x20být\x20během\x20znovu-připojování\x20získány.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Poslední\x20uložená\x20verze\x20dokumentu\x20se\x20neshoduje\x20s\x20lokální\x20verzí.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Lokální\x20dokument\x20a\x20dokument\x20na\x20serveru\x20se\x20liší\x20a\x20jejich\x20sloučení\x20může\x20vést\x20k\x20neočekávaným\x20výsledkům.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.'},'getPluralForm':_0x105f3a=>0x1==_0x105f3a&&_0x105f3a%0x1==0x0?0x0:_0x105f3a>=0x2&&_0x105f3a<=0x4&&_0x105f3a%0x1==0x0?0x1:_0x105f3a%0x1!=0x0?0x2:0x3}};
23
+ export default{'cs':{'dictionary':{'CONNECTED_USERS':['1\x20připojený\x20uživatel\x20(já)','%0\x20připojení\x20uživatelé','%0\x20připojení\x20uživatelé','%0\x20připojených\x20uživatelů'],'PENDING_ACTION_SENDING_DATA':'Odesílám\x20data\x20na\x20server.','Synchronization\x20issue':'Problém\x20se\x20synchronizací','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokument\x20nemůže\x20být\x20připojen\x20zpátky\x20na\x20server.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Detaily\x20o\x20dokumentu\x20nemohou\x20být\x20během\x20znovu-připojování\x20získány.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Poslední\x20uložená\x20verze\x20dokumentu\x20se\x20neshoduje\x20s\x20lokální\x20verzí.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Lokální\x20dokument\x20a\x20dokument\x20na\x20serveru\x20se\x20liší\x20a\x20jejich\x20sloučení\x20může\x20vést\x20k\x20neočekávaným\x20výsledkům.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.'},'getPluralForm':_0x473d6e=>0x1==_0x473d6e&&_0x473d6e%0x1==0x0?0x0:_0x473d6e>=0x2&&_0x473d6e<=0x4&&_0x473d6e%0x1==0x0?0x1:_0x473d6e%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x994e81=>{const {cs:{dictionary:_0x3e439d,getPluralForm:_0x2cf740}}={'cs':{'dictionary':{'CONNECTED_USERS':['1\x20připojený\x20uživatel\x20(já)','%0\x20připojení\x20uživatelé','%0\x20připojení\x20uživatelé','%0\x20připojených\x20uživatelů'],'PENDING_ACTION_SENDING_DATA':'Odesílám\x20data\x20na\x20server.','Synchronization\x20issue':'Problém\x20se\x20synchronizací','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokument\x20nemůže\x20být\x20připojen\x20zpátky\x20na\x20server.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Detaily\x20o\x20dokumentu\x20nemohou\x20být\x20během\x20znovu-připojování\x20získány.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Poslední\x20uložená\x20verze\x20dokumentu\x20se\x20neshoduje\x20s\x20lokální\x20verzí.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Lokální\x20dokument\x20a\x20dokument\x20na\x20serveru\x20se\x20liší\x20a\x20jejich\x20sloučení\x20může\x20vést\x20k\x20neočekávaným\x20výsledkům.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.'},'getPluralForm':_0x3a2944=>0x1==_0x3a2944&&_0x3a2944%0x1==0x0?0x0:_0x3a2944>=0x2&&_0x3a2944<=0x4&&_0x3a2944%0x1==0x0?0x1:_0x3a2944%0x1!=0x0?0x2:0x3}};_0x994e81['cs']||={'dictionary':{},'getPluralForm':null},_0x994e81['cs']['dictionary']=Object['assign'](_0x994e81['cs']['dictionary'],_0x3e439d),_0x994e81['cs']['getPluralForm']=_0x2cf740;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1e2d4f=>{const {cs:{dictionary:_0x41dab5,getPluralForm:_0x4d976d}}={'cs':{'dictionary':{'CONNECTED_USERS':['1\x20připojený\x20uživatel\x20(já)','%0\x20připojení\x20uživatelé','%0\x20připojení\x20uživatelé','%0\x20připojených\x20uživatelů'],'PENDING_ACTION_SENDING_DATA':'Odesílám\x20data\x20na\x20server.','Synchronization\x20issue':'Problém\x20se\x20synchronizací','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokument\x20nemůže\x20být\x20připojen\x20zpátky\x20na\x20server.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Detaily\x20o\x20dokumentu\x20nemohou\x20být\x20během\x20znovu-připojování\x20získány.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Poslední\x20uložená\x20verze\x20dokumentu\x20se\x20neshoduje\x20s\x20lokální\x20verzí.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Lokální\x20dokument\x20a\x20dokument\x20na\x20serveru\x20se\x20liší\x20a\x20jejich\x20sloučení\x20může\x20vést\x20k\x20neočekávaným\x20výsledkům.\x20Abyste\x20nepřišli\x20o\x20svůj\x20obsah,\x20uložte\x20ho\x20lokálně\x20a\x20znovu\x20načtěte\x20editor.'},'getPluralForm':_0x279411=>0x1==_0x279411&&_0x279411%0x1==0x0?0x0:_0x279411>=0x2&&_0x279411<=0x4&&_0x279411%0x1==0x0?0x1:_0x279411%0x1!=0x0?0x2:0x3}};_0x1e2d4f['cs']||={'dictionary':{},'getPluralForm':null},_0x1e2d4f['cs']['dictionary']=Object['assign'](_0x1e2d4f['cs']['dictionary'],_0x41dab5),_0x1e2d4f['cs']['getPluralForm']=_0x4d976d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'da':{'dictionary':{'CONNECTED_USERS':['1\x20forbundet\x20bruger\x20(mig)','%0\x20forbundet\x20brugers'],'PENDING_ACTION_SENDING_DATA':'Sender\x20data\x20til\x20serveren.','Synchronization\x20issue':'Synkroniseringsproblem','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumentet\x20kan\x20ikke\x20oprette\x20forbindelse\x20til\x20serveren\x20igen.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumentets\x20oplysninger\x20kunne\x20ikke\x20hentes\x20under\x20genoprettelse\x20af\x20forbindelsen.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Den\x20sidst\x20gemte\x20version\x20af\x20dokumentet\x20stemmer\x20ikke\x20overens\x20med\x20den\x20lokale\x20version.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Det\x20lokale\x20dokument\x20og\x20dokumentet\x20på\x20serveren\x20er\x20forskellige,\x20og\x20forening\x20kan\x20forårsage\x20uventet\x20adfærd.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.'},'getPluralForm':_0x537baf=>0x1!=_0x537baf}};
23
+ export default{'da':{'dictionary':{'CONNECTED_USERS':['1\x20forbundet\x20bruger\x20(mig)','%0\x20forbundet\x20brugers'],'PENDING_ACTION_SENDING_DATA':'Sender\x20data\x20til\x20serveren.','Synchronization\x20issue':'Synkroniseringsproblem','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumentet\x20kan\x20ikke\x20oprette\x20forbindelse\x20til\x20serveren\x20igen.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumentets\x20oplysninger\x20kunne\x20ikke\x20hentes\x20under\x20genoprettelse\x20af\x20forbindelsen.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Den\x20sidst\x20gemte\x20version\x20af\x20dokumentet\x20stemmer\x20ikke\x20overens\x20med\x20den\x20lokale\x20version.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Det\x20lokale\x20dokument\x20og\x20dokumentet\x20på\x20serveren\x20er\x20forskellige,\x20og\x20forening\x20kan\x20forårsage\x20uventet\x20adfærd.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.'},'getPluralForm':_0x4a5674=>0x1!=_0x4a5674}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3618fe=>{const {da:{dictionary:_0x5b758a,getPluralForm:_0x27b318}}={'da':{'dictionary':{'CONNECTED_USERS':['1\x20forbundet\x20bruger\x20(mig)','%0\x20forbundet\x20brugers'],'PENDING_ACTION_SENDING_DATA':'Sender\x20data\x20til\x20serveren.','Synchronization\x20issue':'Synkroniseringsproblem','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumentet\x20kan\x20ikke\x20oprette\x20forbindelse\x20til\x20serveren\x20igen.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumentets\x20oplysninger\x20kunne\x20ikke\x20hentes\x20under\x20genoprettelse\x20af\x20forbindelsen.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Den\x20sidst\x20gemte\x20version\x20af\x20dokumentet\x20stemmer\x20ikke\x20overens\x20med\x20den\x20lokale\x20version.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Det\x20lokale\x20dokument\x20og\x20dokumentet\x20på\x20serveren\x20er\x20forskellige,\x20og\x20forening\x20kan\x20forårsage\x20uventet\x20adfærd.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.'},'getPluralForm':_0x1a696c=>0x1!=_0x1a696c}};_0x3618fe['da']||={'dictionary':{},'getPluralForm':null},_0x3618fe['da']['dictionary']=Object['assign'](_0x3618fe['da']['dictionary'],_0x5b758a),_0x3618fe['da']['getPluralForm']=_0x27b318;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x464b1f=>{const {da:{dictionary:_0x4c0d13,getPluralForm:_0x9ef883}}={'da':{'dictionary':{'CONNECTED_USERS':['1\x20forbundet\x20bruger\x20(mig)','%0\x20forbundet\x20brugers'],'PENDING_ACTION_SENDING_DATA':'Sender\x20data\x20til\x20serveren.','Synchronization\x20issue':'Synkroniseringsproblem','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumentet\x20kan\x20ikke\x20oprette\x20forbindelse\x20til\x20serveren\x20igen.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumentets\x20oplysninger\x20kunne\x20ikke\x20hentes\x20under\x20genoprettelse\x20af\x20forbindelsen.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Den\x20sidst\x20gemte\x20version\x20af\x20dokumentet\x20stemmer\x20ikke\x20overens\x20med\x20den\x20lokale\x20version.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Det\x20lokale\x20dokument\x20og\x20dokumentet\x20på\x20serveren\x20er\x20forskellige,\x20og\x20forening\x20kan\x20forårsage\x20uventet\x20adfærd.\x20For\x20ikke\x20at\x20miste\x20dit\x20indhold,\x20skal\x20du\x20gemme\x20det\x20lokalt\x20og\x20opdatere\x20editoren.'},'getPluralForm':_0x4f81a1=>0x1!=_0x4f81a1}};_0x464b1f['da']||={'dictionary':{},'getPluralForm':null},_0x464b1f['da']['dictionary']=Object['assign'](_0x464b1f['da']['dictionary'],_0x4c0d13),_0x464b1f['da']['getPluralForm']=_0x9ef883;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'de-ch':{'dictionary':{'CONNECTED_USERS':['1\x20Benutzer\x20verbunden\x20(ich)','%0\x20Benutzer\x20verbunden'],'PENDING_ACTION_SENDING_DATA':'Daten\x20werden\x20an\x20den\x20Server\x20gesendet.','Synchronization\x20issue':'','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':''},'getPluralForm':_0x7e94b2=>0x1!=_0x7e94b2}};
23
+ export default{'de-ch':{'dictionary':{'CONNECTED_USERS':['1\x20Benutzer\x20verbunden\x20(ich)','%0\x20Benutzer\x20verbunden'],'PENDING_ACTION_SENDING_DATA':'Daten\x20werden\x20an\x20den\x20Server\x20gesendet.','Synchronization\x20issue':'','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':''},'getPluralForm':_0x295056=>0x1!=_0x295056}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x10b60d=>{const {'de-ch':{dictionary:_0x5061ed,getPluralForm:_0x29bd47}}={'de-ch':{'dictionary':{'CONNECTED_USERS':['1\x20Benutzer\x20verbunden\x20(ich)','%0\x20Benutzer\x20verbunden'],'PENDING_ACTION_SENDING_DATA':'Daten\x20werden\x20an\x20den\x20Server\x20gesendet.','Synchronization\x20issue':'','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':''},'getPluralForm':_0x37ab81=>0x1!=_0x37ab81}};_0x10b60d['de-ch']||={'dictionary':{},'getPluralForm':null},_0x10b60d['de-ch']['dictionary']=Object['assign'](_0x10b60d['de-ch']['dictionary'],_0x5061ed),_0x10b60d['de-ch']['getPluralForm']=_0x29bd47;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2237ee=>{const {'de-ch':{dictionary:_0x39632d,getPluralForm:_0x595a2b}}={'de-ch':{'dictionary':{'CONNECTED_USERS':['1\x20Benutzer\x20verbunden\x20(ich)','%0\x20Benutzer\x20verbunden'],'PENDING_ACTION_SENDING_DATA':'Daten\x20werden\x20an\x20den\x20Server\x20gesendet.','Synchronization\x20issue':'','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':''},'getPluralForm':_0x32d8c9=>0x1!=_0x32d8c9}};_0x2237ee['de-ch']||={'dictionary':{},'getPluralForm':null},_0x2237ee['de-ch']['dictionary']=Object['assign'](_0x2237ee['de-ch']['dictionary'],_0x39632d),_0x2237ee['de-ch']['getPluralForm']=_0x595a2b;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'de':{'dictionary':{'CONNECTED_USERS':['1\x20verbundener\x20Benutzer\x20(ich)','%0\x20verbundene\x20Benutzer'],'PENDING_ACTION_SENDING_DATA':'Daten\x20werden\x20an\x20den\x20Server\x20gesendet.','Synchronization\x20issue':'Probleme\x20bei\x20der\x20Synchronisation','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Verbindung\x20mit\x20dem\x20Server\x20fehlgeschlagen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Wiederherstellung\x20der\x20Serververbindung\x20fehlgeschlagen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Die\x20zuletzt\x20gespeicherte\x20Version\x20des\x20Dokuments\x20unterscheidet\x20sich\x20von\x20der\x20lokalen\x20Version.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Das\x20lokale\x20Dokument\x20und\x20das\x20Dokument\x20auf\x20dem\x20Server\x20unterscheiden\x20sich.\x20Das\x20Mergen\x20der\x20Dokumente\x20kann\x20zu\x20unerwarteten\x20Verhalten\x20führen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.'},'getPluralForm':_0x1ef2c8=>0x1!=_0x1ef2c8}};
23
+ export default{'de':{'dictionary':{'CONNECTED_USERS':['1\x20verbundener\x20Benutzer\x20(ich)','%0\x20verbundene\x20Benutzer'],'PENDING_ACTION_SENDING_DATA':'Daten\x20werden\x20an\x20den\x20Server\x20gesendet.','Synchronization\x20issue':'Probleme\x20bei\x20der\x20Synchronisation','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Verbindung\x20mit\x20dem\x20Server\x20fehlgeschlagen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Wiederherstellung\x20der\x20Serververbindung\x20fehlgeschlagen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Die\x20zuletzt\x20gespeicherte\x20Version\x20des\x20Dokuments\x20unterscheidet\x20sich\x20von\x20der\x20lokalen\x20Version.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Das\x20lokale\x20Dokument\x20und\x20das\x20Dokument\x20auf\x20dem\x20Server\x20unterscheiden\x20sich.\x20Das\x20Mergen\x20der\x20Dokumente\x20kann\x20zu\x20unerwarteten\x20Verhalten\x20führen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.'},'getPluralForm':_0x3714ab=>0x1!=_0x3714ab}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x376f85=>{const {de:{dictionary:_0x21db3d,getPluralForm:_0x214170}}={'de':{'dictionary':{'CONNECTED_USERS':['1\x20verbundener\x20Benutzer\x20(ich)','%0\x20verbundene\x20Benutzer'],'PENDING_ACTION_SENDING_DATA':'Daten\x20werden\x20an\x20den\x20Server\x20gesendet.','Synchronization\x20issue':'Probleme\x20bei\x20der\x20Synchronisation','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Verbindung\x20mit\x20dem\x20Server\x20fehlgeschlagen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Wiederherstellung\x20der\x20Serververbindung\x20fehlgeschlagen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Die\x20zuletzt\x20gespeicherte\x20Version\x20des\x20Dokuments\x20unterscheidet\x20sich\x20von\x20der\x20lokalen\x20Version.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Das\x20lokale\x20Dokument\x20und\x20das\x20Dokument\x20auf\x20dem\x20Server\x20unterscheiden\x20sich.\x20Das\x20Mergen\x20der\x20Dokumente\x20kann\x20zu\x20unerwarteten\x20Verhalten\x20führen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.'},'getPluralForm':_0x70ff80=>0x1!=_0x70ff80}};_0x376f85['de']||={'dictionary':{},'getPluralForm':null},_0x376f85['de']['dictionary']=Object['assign'](_0x376f85['de']['dictionary'],_0x21db3d),_0x376f85['de']['getPluralForm']=_0x214170;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5b569f=>{const {de:{dictionary:_0x3e2add,getPluralForm:_0x3ae666}}={'de':{'dictionary':{'CONNECTED_USERS':['1\x20verbundener\x20Benutzer\x20(ich)','%0\x20verbundene\x20Benutzer'],'PENDING_ACTION_SENDING_DATA':'Daten\x20werden\x20an\x20den\x20Server\x20gesendet.','Synchronization\x20issue':'Probleme\x20bei\x20der\x20Synchronisation','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Verbindung\x20mit\x20dem\x20Server\x20fehlgeschlagen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Wiederherstellung\x20der\x20Serververbindung\x20fehlgeschlagen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Die\x20zuletzt\x20gespeicherte\x20Version\x20des\x20Dokuments\x20unterscheidet\x20sich\x20von\x20der\x20lokalen\x20Version.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Das\x20lokale\x20Dokument\x20und\x20das\x20Dokument\x20auf\x20dem\x20Server\x20unterscheiden\x20sich.\x20Das\x20Mergen\x20der\x20Dokumente\x20kann\x20zu\x20unerwarteten\x20Verhalten\x20führen.\x20Bitte\x20speichern\x20sie\x20ihre\x20Änderungen\x20lokal\x20und\x20laden\x20sie\x20den\x20Editor\x20neu.'},'getPluralForm':_0x33920f=>0x1!=_0x33920f}};_0x5b569f['de']||={'dictionary':{},'getPluralForm':null},_0x5b569f['de']['dictionary']=Object['assign'](_0x5b569f['de']['dictionary'],_0x3e2add),_0x5b569f['de']['getPluralForm']=_0x3ae666;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'el':{'dictionary':{'CONNECTED_USERS':['1\x20συνδεδεμένος\x20χρήστης\x20(εγώ)','%0\x20συνδεδεμένοι\x20χρήστες'],'PENDING_ACTION_SENDING_DATA':'Αποστολή\x20δεδομένων\x20στον\x20διακομιστή.','Synchronization\x20issue':'Θέμα\x20συγχρονισμού','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Το\x20έγγραφο\x20δεν\x20μπορεί\x20να\x20συνδεθεί\x20με\x20τον\x20διακομιστή.\x20Για\x20να\x20μην\x20χάσετε\x20τα\x20περιεχόμενα,\x20αποθηκεύστε\x20τα\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Οι\x20λεπτομέρειες\x20του\x20εγγράφου\x20δεν\x20μπόρεσαν\x20να\x20ληφθούν\x20κατά\x20την\x20επανασύνδεση.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Η\x20τελευταία\x20αποθηκευμένη\x20έκδοση\x20του\x20εγγράφου\x20δεν\x20ταιριάζει\x20με\x20τον\x20τοπική\x20έκδοση.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Το\x20τοπικό\x20έγγραφο\x20και\x20το\x20έγγραφο\x20του\x20διακομιστή\x20διαφέρουν\x20και\x20η\x20συγχώνευσή\x20τους\x20μπορεί\x20να\x20προκαλέσει\x20μη\x20αναμενόμενη\x20συμπεριφορά.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.'},'getPluralForm':_0x3e30fc=>0x1!=_0x3e30fc}};
23
+ export default{'el':{'dictionary':{'CONNECTED_USERS':['1\x20συνδεδεμένος\x20χρήστης\x20(εγώ)','%0\x20συνδεδεμένοι\x20χρήστες'],'PENDING_ACTION_SENDING_DATA':'Αποστολή\x20δεδομένων\x20στον\x20διακομιστή.','Synchronization\x20issue':'Θέμα\x20συγχρονισμού','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Το\x20έγγραφο\x20δεν\x20μπορεί\x20να\x20συνδεθεί\x20με\x20τον\x20διακομιστή.\x20Για\x20να\x20μην\x20χάσετε\x20τα\x20περιεχόμενα,\x20αποθηκεύστε\x20τα\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Οι\x20λεπτομέρειες\x20του\x20εγγράφου\x20δεν\x20μπόρεσαν\x20να\x20ληφθούν\x20κατά\x20την\x20επανασύνδεση.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Η\x20τελευταία\x20αποθηκευμένη\x20έκδοση\x20του\x20εγγράφου\x20δεν\x20ταιριάζει\x20με\x20τον\x20τοπική\x20έκδοση.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Το\x20τοπικό\x20έγγραφο\x20και\x20το\x20έγγραφο\x20του\x20διακομιστή\x20διαφέρουν\x20και\x20η\x20συγχώνευσή\x20τους\x20μπορεί\x20να\x20προκαλέσει\x20μη\x20αναμενόμενη\x20συμπεριφορά.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.'},'getPluralForm':_0x102fdb=>0x1!=_0x102fdb}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4f1cc3=>{const {el:{dictionary:_0x457f27,getPluralForm:_0x44146b}}={'el':{'dictionary':{'CONNECTED_USERS':['1\x20συνδεδεμένος\x20χρήστης\x20(εγώ)','%0\x20συνδεδεμένοι\x20χρήστες'],'PENDING_ACTION_SENDING_DATA':'Αποστολή\x20δεδομένων\x20στον\x20διακομιστή.','Synchronization\x20issue':'Θέμα\x20συγχρονισμού','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Το\x20έγγραφο\x20δεν\x20μπορεί\x20να\x20συνδεθεί\x20με\x20τον\x20διακομιστή.\x20Για\x20να\x20μην\x20χάσετε\x20τα\x20περιεχόμενα,\x20αποθηκεύστε\x20τα\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Οι\x20λεπτομέρειες\x20του\x20εγγράφου\x20δεν\x20μπόρεσαν\x20να\x20ληφθούν\x20κατά\x20την\x20επανασύνδεση.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Η\x20τελευταία\x20αποθηκευμένη\x20έκδοση\x20του\x20εγγράφου\x20δεν\x20ταιριάζει\x20με\x20τον\x20τοπική\x20έκδοση.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Το\x20τοπικό\x20έγγραφο\x20και\x20το\x20έγγραφο\x20του\x20διακομιστή\x20διαφέρουν\x20και\x20η\x20συγχώνευσή\x20τους\x20μπορεί\x20να\x20προκαλέσει\x20μη\x20αναμενόμενη\x20συμπεριφορά.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.'},'getPluralForm':_0x28a344=>0x1!=_0x28a344}};_0x4f1cc3['el']||={'dictionary':{},'getPluralForm':null},_0x4f1cc3['el']['dictionary']=Object['assign'](_0x4f1cc3['el']['dictionary'],_0x457f27),_0x4f1cc3['el']['getPluralForm']=_0x44146b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x521e9d=>{const {el:{dictionary:_0x328283,getPluralForm:_0x3ffae1}}={'el':{'dictionary':{'CONNECTED_USERS':['1\x20συνδεδεμένος\x20χρήστης\x20(εγώ)','%0\x20συνδεδεμένοι\x20χρήστες'],'PENDING_ACTION_SENDING_DATA':'Αποστολή\x20δεδομένων\x20στον\x20διακομιστή.','Synchronization\x20issue':'Θέμα\x20συγχρονισμού','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Το\x20έγγραφο\x20δεν\x20μπορεί\x20να\x20συνδεθεί\x20με\x20τον\x20διακομιστή.\x20Για\x20να\x20μην\x20χάσετε\x20τα\x20περιεχόμενα,\x20αποθηκεύστε\x20τα\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Οι\x20λεπτομέρειες\x20του\x20εγγράφου\x20δεν\x20μπόρεσαν\x20να\x20ληφθούν\x20κατά\x20την\x20επανασύνδεση.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Η\x20τελευταία\x20αποθηκευμένη\x20έκδοση\x20του\x20εγγράφου\x20δεν\x20ταιριάζει\x20με\x20τον\x20τοπική\x20έκδοση.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Το\x20τοπικό\x20έγγραφο\x20και\x20το\x20έγγραφο\x20του\x20διακομιστή\x20διαφέρουν\x20και\x20η\x20συγχώνευσή\x20τους\x20μπορεί\x20να\x20προκαλέσει\x20μη\x20αναμενόμενη\x20συμπεριφορά.\x20Για\x20να\x20μην\x20χάσετε\x20το\x20περιεχόμενό\x20σας,\x20αποθηκεύστε\x20το\x20τοπικά\x20και\x20ανανεώστε\x20τον\x20επεξεργαστή.'},'getPluralForm':_0x726b9b=>0x1!=_0x726b9b}};_0x521e9d['el']||={'dictionary':{},'getPluralForm':null},_0x521e9d['el']['dictionary']=Object['assign'](_0x521e9d['el']['dictionary'],_0x328283),_0x521e9d['el']['getPluralForm']=_0x3ffae1;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'en-au':{'dictionary':{'CONNECTED_USERS':['1\x20connected\x20user\x20(me)','%0\x20connected\x20users'],'PENDING_ACTION_SENDING_DATA':'Sending\x20data\x20to\x20the\x20server.','Synchronization\x20issue':'Synchronisation\x20issue','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behaviour.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.'},'getPluralForm':_0x43f496=>0x1!=_0x43f496}};
23
+ export default{'en-au':{'dictionary':{'CONNECTED_USERS':['1\x20connected\x20user\x20(me)','%0\x20connected\x20users'],'PENDING_ACTION_SENDING_DATA':'Sending\x20data\x20to\x20the\x20server.','Synchronization\x20issue':'Synchronisation\x20issue','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behaviour.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.'},'getPluralForm':_0xb30830=>0x1!=_0xb30830}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3c9757=>{const {'en-au':{dictionary:_0x403a48,getPluralForm:_0x5310f6}}={'en-au':{'dictionary':{'CONNECTED_USERS':['1\x20connected\x20user\x20(me)','%0\x20connected\x20users'],'PENDING_ACTION_SENDING_DATA':'Sending\x20data\x20to\x20the\x20server.','Synchronization\x20issue':'Synchronisation\x20issue','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behaviour.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.'},'getPluralForm':_0x3ac40b=>0x1!=_0x3ac40b}};_0x3c9757['en-au']||={'dictionary':{},'getPluralForm':null},_0x3c9757['en-au']['dictionary']=Object['assign'](_0x3c9757['en-au']['dictionary'],_0x403a48),_0x3c9757['en-au']['getPluralForm']=_0x5310f6;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1986b1=>{const {'en-au':{dictionary:_0x3b9481,getPluralForm:_0x5a8315}}={'en-au':{'dictionary':{'CONNECTED_USERS':['1\x20connected\x20user\x20(me)','%0\x20connected\x20users'],'PENDING_ACTION_SENDING_DATA':'Sending\x20data\x20to\x20the\x20server.','Synchronization\x20issue':'Synchronisation\x20issue','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behaviour.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.'},'getPluralForm':_0x337d30=>0x1!=_0x337d30}};_0x1986b1['en-au']||={'dictionary':{},'getPluralForm':null},_0x1986b1['en-au']['dictionary']=Object['assign'](_0x1986b1['en-au']['dictionary'],_0x3b9481),_0x1986b1['en-au']['getPluralForm']=_0x5a8315;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xc59b66=>{const {en:{dictionary:_0x3af921,getPluralForm:_0x1c8664}}={'en':{'dictionary':{'CONNECTED_USERS':['1\x20connected\x20user\x20(me)','%0\x20connected\x20users'],'PENDING_ACTION_SENDING_DATA':'Sending\x20data\x20to\x20the\x20server.','Synchronization\x20issue':'Synchronization\x20issue','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.'},'getPluralForm':null}};_0xc59b66['en']||={'dictionary':{},'getPluralForm':null},_0xc59b66['en']['dictionary']=Object['assign'](_0xc59b66['en']['dictionary'],_0x3af921),_0xc59b66['en']['getPluralForm']=_0x1c8664;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x517305=>{const {en:{dictionary:_0x3747d5,getPluralForm:_0x486140}}={'en':{'dictionary':{'CONNECTED_USERS':['1\x20connected\x20user\x20(me)','%0\x20connected\x20users'],'PENDING_ACTION_SENDING_DATA':'Sending\x20data\x20to\x20the\x20server.','Synchronization\x20issue':'Synchronization\x20issue','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.'},'getPluralForm':null}};_0x517305['en']||={'dictionary':{},'getPluralForm':null},_0x517305['en']['dictionary']=Object['assign'](_0x517305['en']['dictionary'],_0x3747d5),_0x517305['en']['getPluralForm']=_0x486140;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'es':{'dictionary':{'CONNECTED_USERS':['1\x20usuario\x20conectado\x20(yo)','%0\x20usuarios\x20conectados','%0\x20usuarios\x20conectados'],'PENDING_ACTION_SENDING_DATA':'Enviando\x20datos\x20al\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronización','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20documento\x20no\x20se\x20puede\x20volver\x20a\x20conectar\x20con\x20el\x20servidor.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Los\x20detalles\x20del\x20documento\x20no\x20se\x20pudieron\x20obtener\x20durante\x20la\x20reconexión.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20última\x20versión\x20guardada\x20del\x20documento\x20no\x20coincide\x20con\x20la\x20versión\x20local.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20documento\x20local\x20y\x20el\x20documento\x20del\x20servidor\x20difieren.\x20Fusionarlos\x20puede\x20provocar\x20un\x20comportamiento\x20inesperado.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.'},'getPluralForm':_0x145ae1=>0x1==_0x145ae1?0x0:0x0!=_0x145ae1&&_0x145ae1%0xf4240==0x0?0x1:0x2}};
23
+ export default{'es':{'dictionary':{'CONNECTED_USERS':['1\x20usuario\x20conectado\x20(yo)','%0\x20usuarios\x20conectados','%0\x20usuarios\x20conectados'],'PENDING_ACTION_SENDING_DATA':'Enviando\x20datos\x20al\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronización','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20documento\x20no\x20se\x20puede\x20volver\x20a\x20conectar\x20con\x20el\x20servidor.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Los\x20detalles\x20del\x20documento\x20no\x20se\x20pudieron\x20obtener\x20durante\x20la\x20reconexión.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20última\x20versión\x20guardada\x20del\x20documento\x20no\x20coincide\x20con\x20la\x20versión\x20local.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20documento\x20local\x20y\x20el\x20documento\x20del\x20servidor\x20difieren.\x20Fusionarlos\x20puede\x20provocar\x20un\x20comportamiento\x20inesperado.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.'},'getPluralForm':_0x3f7d20=>0x1==_0x3f7d20?0x0:0x0!=_0x3f7d20&&_0x3f7d20%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x189276=>{const {es:{dictionary:_0x3a4ecf,getPluralForm:_0x1acaa7}}={'es':{'dictionary':{'CONNECTED_USERS':['1\x20usuario\x20conectado\x20(yo)','%0\x20usuarios\x20conectados','%0\x20usuarios\x20conectados'],'PENDING_ACTION_SENDING_DATA':'Enviando\x20datos\x20al\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronización','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20documento\x20no\x20se\x20puede\x20volver\x20a\x20conectar\x20con\x20el\x20servidor.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Los\x20detalles\x20del\x20documento\x20no\x20se\x20pudieron\x20obtener\x20durante\x20la\x20reconexión.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20última\x20versión\x20guardada\x20del\x20documento\x20no\x20coincide\x20con\x20la\x20versión\x20local.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20documento\x20local\x20y\x20el\x20documento\x20del\x20servidor\x20difieren.\x20Fusionarlos\x20puede\x20provocar\x20un\x20comportamiento\x20inesperado.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.'},'getPluralForm':_0x1fa22f=>0x1==_0x1fa22f?0x0:0x0!=_0x1fa22f&&_0x1fa22f%0xf4240==0x0?0x1:0x2}};_0x189276['es']||={'dictionary':{},'getPluralForm':null},_0x189276['es']['dictionary']=Object['assign'](_0x189276['es']['dictionary'],_0x3a4ecf),_0x189276['es']['getPluralForm']=_0x1acaa7;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x7c1fe2=>{const {es:{dictionary:_0x4b00de,getPluralForm:_0x154119}}={'es':{'dictionary':{'CONNECTED_USERS':['1\x20usuario\x20conectado\x20(yo)','%0\x20usuarios\x20conectados','%0\x20usuarios\x20conectados'],'PENDING_ACTION_SENDING_DATA':'Enviando\x20datos\x20al\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronización','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20documento\x20no\x20se\x20puede\x20volver\x20a\x20conectar\x20con\x20el\x20servidor.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Los\x20detalles\x20del\x20documento\x20no\x20se\x20pudieron\x20obtener\x20durante\x20la\x20reconexión.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20última\x20versión\x20guardada\x20del\x20documento\x20no\x20coincide\x20con\x20la\x20versión\x20local.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'El\x20documento\x20local\x20y\x20el\x20documento\x20del\x20servidor\x20difieren.\x20Fusionarlos\x20puede\x20provocar\x20un\x20comportamiento\x20inesperado.\x20Para\x20no\x20perder\x20su\x20contenido,\x20guárdelo\x20localmente\x20y\x20actualice\x20el\x20editor.'},'getPluralForm':_0x26b607=>0x1==_0x26b607?0x0:0x0!=_0x26b607&&_0x26b607%0xf4240==0x0?0x1:0x2}};_0x7c1fe2['es']||={'dictionary':{},'getPluralForm':null},_0x7c1fe2['es']['dictionary']=Object['assign'](_0x7c1fe2['es']['dictionary'],_0x4b00de),_0x7c1fe2['es']['getPluralForm']=_0x154119;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'et':{'dictionary':{'CONNECTED_USERS':['%0\x20ühendatud\x20kasutaja\x20(mina)','%0\x20ühendatud\x20kasutajat'],'PENDING_ACTION_SENDING_DATA':'Andmete\x20saatmine\x20serverisse.','Synchronization\x20issue':'Sünkroonimise\x20probleem','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumenti\x20ei\x20ole\x20võimalik\x20serveriga\x20ühendada.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumendi\x20detaile\x20ei\x20olnud\x20võimalik\x20ühenduse\x20taastamise\x20käigus\x20edastada.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Viimati\x20salvestatud\x20versioon\x20dokumendist\x20ei\x20sobitu\x20lokaalse\x20versiooniga.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Lokaalne\x20dokument\x20ja\x20serveri\x20dokument\x20erinevad\x20üksteisest\x20ning\x20nende\x20ühendamisega\x20võib\x20kaasneda\x20ootamatuid\x20tõrkeid.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.'},'getPluralForm':_0x56193f=>0x1!=_0x56193f}};
23
+ export default{'et':{'dictionary':{'CONNECTED_USERS':['%0\x20ühendatud\x20kasutaja\x20(mina)','%0\x20ühendatud\x20kasutajat'],'PENDING_ACTION_SENDING_DATA':'Andmete\x20saatmine\x20serverisse.','Synchronization\x20issue':'Sünkroonimise\x20probleem','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumenti\x20ei\x20ole\x20võimalik\x20serveriga\x20ühendada.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumendi\x20detaile\x20ei\x20olnud\x20võimalik\x20ühenduse\x20taastamise\x20käigus\x20edastada.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Viimati\x20salvestatud\x20versioon\x20dokumendist\x20ei\x20sobitu\x20lokaalse\x20versiooniga.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Lokaalne\x20dokument\x20ja\x20serveri\x20dokument\x20erinevad\x20üksteisest\x20ning\x20nende\x20ühendamisega\x20võib\x20kaasneda\x20ootamatuid\x20tõrkeid.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.'},'getPluralForm':_0x155360=>0x1!=_0x155360}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x181b68=>{const {et:{dictionary:_0x110e35,getPluralForm:_0x42200a}}={'et':{'dictionary':{'CONNECTED_USERS':['%0\x20ühendatud\x20kasutaja\x20(mina)','%0\x20ühendatud\x20kasutajat'],'PENDING_ACTION_SENDING_DATA':'Andmete\x20saatmine\x20serverisse.','Synchronization\x20issue':'Sünkroonimise\x20probleem','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumenti\x20ei\x20ole\x20võimalik\x20serveriga\x20ühendada.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumendi\x20detaile\x20ei\x20olnud\x20võimalik\x20ühenduse\x20taastamise\x20käigus\x20edastada.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Viimati\x20salvestatud\x20versioon\x20dokumendist\x20ei\x20sobitu\x20lokaalse\x20versiooniga.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Lokaalne\x20dokument\x20ja\x20serveri\x20dokument\x20erinevad\x20üksteisest\x20ning\x20nende\x20ühendamisega\x20võib\x20kaasneda\x20ootamatuid\x20tõrkeid.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.'},'getPluralForm':_0x5bb374=>0x1!=_0x5bb374}};_0x181b68['et']||={'dictionary':{},'getPluralForm':null},_0x181b68['et']['dictionary']=Object['assign'](_0x181b68['et']['dictionary'],_0x110e35),_0x181b68['et']['getPluralForm']=_0x42200a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3420a5=>{const {et:{dictionary:_0x1de233,getPluralForm:_0xcf95e9}}={'et':{'dictionary':{'CONNECTED_USERS':['%0\x20ühendatud\x20kasutaja\x20(mina)','%0\x20ühendatud\x20kasutajat'],'PENDING_ACTION_SENDING_DATA':'Andmete\x20saatmine\x20serverisse.','Synchronization\x20issue':'Sünkroonimise\x20probleem','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumenti\x20ei\x20ole\x20võimalik\x20serveriga\x20ühendada.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Dokumendi\x20detaile\x20ei\x20olnud\x20võimalik\x20ühenduse\x20taastamise\x20käigus\x20edastada.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Viimati\x20salvestatud\x20versioon\x20dokumendist\x20ei\x20sobitu\x20lokaalse\x20versiooniga.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Lokaalne\x20dokument\x20ja\x20serveri\x20dokument\x20erinevad\x20üksteisest\x20ning\x20nende\x20ühendamisega\x20võib\x20kaasneda\x20ootamatuid\x20tõrkeid.\x20Sisu\x20säilitamiseks\x20salvesta\x20see\x20lokaalselt\x20ja\x20värskenda\x20redaktorit.'},'getPluralForm':_0x469872=>0x1!=_0x469872}};_0x3420a5['et']||={'dictionary':{},'getPluralForm':null},_0x3420a5['et']['dictionary']=Object['assign'](_0x3420a5['et']['dictionary'],_0x1de233),_0x3420a5['et']['getPluralForm']=_0xcf95e9;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'fa':{'dictionary':{'CONNECTED_USERS':['',''],'PENDING_ACTION_SENDING_DATA':'','Synchronization\x20issue':'','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'این\x20سند\x20قابل\x20اتصال\x20به\x20سرور\x20نیست.\x20برای\x20از\x20دست\x20ندادن\x20محتوا\x20بصورت\x20محلی\x20ذخیره\x20کنید\x20و\x20ویرایشگر\x20را\x20دوباره\x20بارگزاری\x20کنید.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':''},'getPluralForm':_0x1e316d=>_0x1e316d>0x1}};
23
+ export default{'fa':{'dictionary':{'CONNECTED_USERS':['',''],'PENDING_ACTION_SENDING_DATA':'','Synchronization\x20issue':'','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'این\x20سند\x20قابل\x20اتصال\x20به\x20سرور\x20نیست.\x20برای\x20از\x20دست\x20ندادن\x20محتوا\x20بصورت\x20محلی\x20ذخیره\x20کنید\x20و\x20ویرایشگر\x20را\x20دوباره\x20بارگزاری\x20کنید.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':''},'getPluralForm':_0x241233=>_0x241233>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3c6272=>{const {fa:{dictionary:_0x425ebc,getPluralForm:_0x1346b4}}={'fa':{'dictionary':{'CONNECTED_USERS':['',''],'PENDING_ACTION_SENDING_DATA':'','Synchronization\x20issue':'','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'این\x20سند\x20قابل\x20اتصال\x20به\x20سرور\x20نیست.\x20برای\x20از\x20دست\x20ندادن\x20محتوا\x20بصورت\x20محلی\x20ذخیره\x20کنید\x20و\x20ویرایشگر\x20را\x20دوباره\x20بارگزاری\x20کنید.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':''},'getPluralForm':_0xf6ee38=>_0xf6ee38>0x1}};_0x3c6272['fa']||={'dictionary':{},'getPluralForm':null},_0x3c6272['fa']['dictionary']=Object['assign'](_0x3c6272['fa']['dictionary'],_0x425ebc),_0x3c6272['fa']['getPluralForm']=_0x1346b4;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x24a27e=>{const {fa:{dictionary:_0x215b6e,getPluralForm:_0x1839c7}}={'fa':{'dictionary':{'CONNECTED_USERS':['',''],'PENDING_ACTION_SENDING_DATA':'','Synchronization\x20issue':'','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'این\x20سند\x20قابل\x20اتصال\x20به\x20سرور\x20نیست.\x20برای\x20از\x20دست\x20ندادن\x20محتوا\x20بصورت\x20محلی\x20ذخیره\x20کنید\x20و\x20ویرایشگر\x20را\x20دوباره\x20بارگزاری\x20کنید.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':''},'getPluralForm':_0x15bb96=>_0x15bb96>0x1}};_0x24a27e['fa']||={'dictionary':{},'getPluralForm':null},_0x24a27e['fa']['dictionary']=Object['assign'](_0x24a27e['fa']['dictionary'],_0x215b6e),_0x24a27e['fa']['getPluralForm']=_0x1839c7;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'fi':{'dictionary':{'CONNECTED_USERS':['1\x20yhdistetty\x20käyttäjä\x20(minä)','%0\x20yhdistetty\x20käyttäjää'],'PENDING_ACTION_SENDING_DATA':'Dataa\x20lähetetään\x20palvelimeen.','Synchronization\x20issue':'Synkronointiongelma','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjaa\x20ei\x20voida\x20liittää\x20takaisin\x20palvelimeen.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen,\x20jotta\x20et\x20menettäisi\x20sisältöäsi.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjan\x20tietoja\x20ei\x20voitu\x20hankkia\x20yhteyden\x20muodostamisen\x20yhteydessä.\x20Varmista\x20sisällön\x20säilyminen\x20tallentamalla\x20se\x20paikallisesti\x20ja\x20lataamalla\x20editori\x20uudelleen.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjan\x20viimeisin\x20tallennettu\x20versio\x20ei\x20vastaa\x20paikallista\x20versiota.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen\x20säilyttääksesi\x20sisällön.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Paikallinen\x20asiakirja\x20ja\x20palvelimen\x20asiakirja\x20eroavat\x20toisistaan,\x20ja\x20niiden\x20sulauttamisella\x20voi\x20olla\x20odottamattomia\x20seurauksia.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen\x20säilyttääksesi\x20sisällön.'},'getPluralForm':_0x17a5be=>0x1!=_0x17a5be}};
23
+ export default{'fi':{'dictionary':{'CONNECTED_USERS':['1\x20yhdistetty\x20käyttäjä\x20(minä)','%0\x20yhdistetty\x20käyttäjää'],'PENDING_ACTION_SENDING_DATA':'Dataa\x20lähetetään\x20palvelimeen.','Synchronization\x20issue':'Synkronointiongelma','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjaa\x20ei\x20voida\x20liittää\x20takaisin\x20palvelimeen.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen,\x20jotta\x20et\x20menettäisi\x20sisältöäsi.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjan\x20tietoja\x20ei\x20voitu\x20hankkia\x20yhteyden\x20muodostamisen\x20yhteydessä.\x20Varmista\x20sisällön\x20säilyminen\x20tallentamalla\x20se\x20paikallisesti\x20ja\x20lataamalla\x20editori\x20uudelleen.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjan\x20viimeisin\x20tallennettu\x20versio\x20ei\x20vastaa\x20paikallista\x20versiota.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen\x20säilyttääksesi\x20sisällön.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Paikallinen\x20asiakirja\x20ja\x20palvelimen\x20asiakirja\x20eroavat\x20toisistaan,\x20ja\x20niiden\x20sulauttamisella\x20voi\x20olla\x20odottamattomia\x20seurauksia.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen\x20säilyttääksesi\x20sisällön.'},'getPluralForm':_0x216d60=>0x1!=_0x216d60}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x41fb0b=>{const {fi:{dictionary:_0x52c728,getPluralForm:_0x32e43e}}={'fi':{'dictionary':{'CONNECTED_USERS':['1\x20yhdistetty\x20käyttäjä\x20(minä)','%0\x20yhdistetty\x20käyttäjää'],'PENDING_ACTION_SENDING_DATA':'Dataa\x20lähetetään\x20palvelimeen.','Synchronization\x20issue':'Synkronointiongelma','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjaa\x20ei\x20voida\x20liittää\x20takaisin\x20palvelimeen.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen,\x20jotta\x20et\x20menettäisi\x20sisältöäsi.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjan\x20tietoja\x20ei\x20voitu\x20hankkia\x20yhteyden\x20muodostamisen\x20yhteydessä.\x20Varmista\x20sisällön\x20säilyminen\x20tallentamalla\x20se\x20paikallisesti\x20ja\x20lataamalla\x20editori\x20uudelleen.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjan\x20viimeisin\x20tallennettu\x20versio\x20ei\x20vastaa\x20paikallista\x20versiota.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen\x20säilyttääksesi\x20sisällön.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Paikallinen\x20asiakirja\x20ja\x20palvelimen\x20asiakirja\x20eroavat\x20toisistaan,\x20ja\x20niiden\x20sulauttamisella\x20voi\x20olla\x20odottamattomia\x20seurauksia.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen\x20säilyttääksesi\x20sisällön.'},'getPluralForm':_0x4b890a=>0x1!=_0x4b890a}};_0x41fb0b['fi']||={'dictionary':{},'getPluralForm':null},_0x41fb0b['fi']['dictionary']=Object['assign'](_0x41fb0b['fi']['dictionary'],_0x52c728),_0x41fb0b['fi']['getPluralForm']=_0x32e43e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xc6232f=>{const {fi:{dictionary:_0x331927,getPluralForm:_0x32f166}}={'fi':{'dictionary':{'CONNECTED_USERS':['1\x20yhdistetty\x20käyttäjä\x20(minä)','%0\x20yhdistetty\x20käyttäjää'],'PENDING_ACTION_SENDING_DATA':'Dataa\x20lähetetään\x20palvelimeen.','Synchronization\x20issue':'Synkronointiongelma','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjaa\x20ei\x20voida\x20liittää\x20takaisin\x20palvelimeen.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen,\x20jotta\x20et\x20menettäisi\x20sisältöäsi.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjan\x20tietoja\x20ei\x20voitu\x20hankkia\x20yhteyden\x20muodostamisen\x20yhteydessä.\x20Varmista\x20sisällön\x20säilyminen\x20tallentamalla\x20se\x20paikallisesti\x20ja\x20lataamalla\x20editori\x20uudelleen.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Asiakirjan\x20viimeisin\x20tallennettu\x20versio\x20ei\x20vastaa\x20paikallista\x20versiota.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen\x20säilyttääksesi\x20sisällön.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Paikallinen\x20asiakirja\x20ja\x20palvelimen\x20asiakirja\x20eroavat\x20toisistaan,\x20ja\x20niiden\x20sulauttamisella\x20voi\x20olla\x20odottamattomia\x20seurauksia.\x20Tallenna\x20sisältö\x20paikallisesti\x20ja\x20lataa\x20editori\x20uudelleen\x20säilyttääksesi\x20sisällön.'},'getPluralForm':_0x28dfbb=>0x1!=_0x28dfbb}};_0xc6232f['fi']||={'dictionary':{},'getPluralForm':null},_0xc6232f['fi']['dictionary']=Object['assign'](_0xc6232f['fi']['dictionary'],_0x331927),_0xc6232f['fi']['getPluralForm']=_0x32f166;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'fr':{'dictionary':{'CONNECTED_USERS':['1\x20utilisateur\x20connecté\x20(moi)','%0\x20utilisateurs\x20connectés','%0\x20utilisateurs\x20connectés'],'PENDING_ACTION_SENDING_DATA':'Envoi\x20des\x20données\x20au\x20serveur.','Synchronization\x20issue':'Problème\x20de\x20synchronisation','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Le\x20document\x20ne\x20peut\x20pas\x20être\x20reconnecté\x20au\x20serveur.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Les\x20détails\x20du\x20document\x20n\x27ont\x20pas\x20pu\x20être\x20saisis\x20lors\x20de\x20la\x20reconnexion.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20dernière\x20version\x20enregistrée\x20du\x20document\x20ne\x20correspond\x20pas\x20à\x20la\x20version\x20locale.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Le\x20document\x20local\x20et\x20le\x20document\x20serveur\x20sont\x20différents,\x20leur\x20fusion\x20peut\x20provoquer\x20un\x20effet\x20inattendu.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.'},'getPluralForm':_0x35f897=>0x0==_0x35f897||0x1==_0x35f897?0x0:0x0!=_0x35f897&&_0x35f897%0xf4240==0x0?0x1:0x2}};
23
+ export default{'fr':{'dictionary':{'CONNECTED_USERS':['1\x20utilisateur\x20connecté\x20(moi)','%0\x20utilisateurs\x20connectés','%0\x20utilisateurs\x20connectés'],'PENDING_ACTION_SENDING_DATA':'Envoi\x20des\x20données\x20au\x20serveur.','Synchronization\x20issue':'Problème\x20de\x20synchronisation','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Le\x20document\x20ne\x20peut\x20pas\x20être\x20reconnecté\x20au\x20serveur.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Les\x20détails\x20du\x20document\x20n\x27ont\x20pas\x20pu\x20être\x20saisis\x20lors\x20de\x20la\x20reconnexion.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20dernière\x20version\x20enregistrée\x20du\x20document\x20ne\x20correspond\x20pas\x20à\x20la\x20version\x20locale.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Le\x20document\x20local\x20et\x20le\x20document\x20serveur\x20sont\x20différents,\x20leur\x20fusion\x20peut\x20provoquer\x20un\x20effet\x20inattendu.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.'},'getPluralForm':_0x516bfd=>0x0==_0x516bfd||0x1==_0x516bfd?0x0:0x0!=_0x516bfd&&_0x516bfd%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x423902=>{const {fr:{dictionary:_0xff59d4,getPluralForm:_0x477550}}={'fr':{'dictionary':{'CONNECTED_USERS':['1\x20utilisateur\x20connecté\x20(moi)','%0\x20utilisateurs\x20connectés','%0\x20utilisateurs\x20connectés'],'PENDING_ACTION_SENDING_DATA':'Envoi\x20des\x20données\x20au\x20serveur.','Synchronization\x20issue':'Problème\x20de\x20synchronisation','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Le\x20document\x20ne\x20peut\x20pas\x20être\x20reconnecté\x20au\x20serveur.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Les\x20détails\x20du\x20document\x20n\x27ont\x20pas\x20pu\x20être\x20saisis\x20lors\x20de\x20la\x20reconnexion.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20dernière\x20version\x20enregistrée\x20du\x20document\x20ne\x20correspond\x20pas\x20à\x20la\x20version\x20locale.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Le\x20document\x20local\x20et\x20le\x20document\x20serveur\x20sont\x20différents,\x20leur\x20fusion\x20peut\x20provoquer\x20un\x20effet\x20inattendu.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.'},'getPluralForm':_0x7841d1=>0x0==_0x7841d1||0x1==_0x7841d1?0x0:0x0!=_0x7841d1&&_0x7841d1%0xf4240==0x0?0x1:0x2}};_0x423902['fr']||={'dictionary':{},'getPluralForm':null},_0x423902['fr']['dictionary']=Object['assign'](_0x423902['fr']['dictionary'],_0xff59d4),_0x423902['fr']['getPluralForm']=_0x477550;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3aaa70=>{const {fr:{dictionary:_0x1c812b,getPluralForm:_0x31875a}}={'fr':{'dictionary':{'CONNECTED_USERS':['1\x20utilisateur\x20connecté\x20(moi)','%0\x20utilisateurs\x20connectés','%0\x20utilisateurs\x20connectés'],'PENDING_ACTION_SENDING_DATA':'Envoi\x20des\x20données\x20au\x20serveur.','Synchronization\x20issue':'Problème\x20de\x20synchronisation','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Le\x20document\x20ne\x20peut\x20pas\x20être\x20reconnecté\x20au\x20serveur.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Les\x20détails\x20du\x20document\x20n\x27ont\x20pas\x20pu\x20être\x20saisis\x20lors\x20de\x20la\x20reconnexion.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'La\x20dernière\x20version\x20enregistrée\x20du\x20document\x20ne\x20correspond\x20pas\x20à\x20la\x20version\x20locale.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Le\x20document\x20local\x20et\x20le\x20document\x20serveur\x20sont\x20différents,\x20leur\x20fusion\x20peut\x20provoquer\x20un\x20effet\x20inattendu.\x20Pour\x20ne\x20pas\x20perdre\x20votre\x20contenu,\x20enregistrez-le\x20localement\x20et\x20actualisez\x20l\x27éditeur.'},'getPluralForm':_0x267d29=>0x0==_0x267d29||0x1==_0x267d29?0x0:0x0!=_0x267d29&&_0x267d29%0xf4240==0x0?0x1:0x2}};_0x3aaa70['fr']||={'dictionary':{},'getPluralForm':null},_0x3aaa70['fr']['dictionary']=Object['assign'](_0x3aaa70['fr']['dictionary'],_0x1c812b),_0x3aaa70['fr']['getPluralForm']=_0x31875a;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'gl':{'dictionary':{'CONNECTED_USERS':['1\x20usuario\x20conectado\x20(eu)','%0\x20usuarios\x20conectados'],'PENDING_ACTION_SENDING_DATA':'Enviando\x20datos\x20ao\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronización','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Non\x20é\x20posíbel\x20conectar\x20o\x20documento\x20dee\x20novo\x20ao\x20servidor.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Non\x20foi\x20posíbel\x20coller\x20os\x20detalles\x20do\x20documento\x20durante\x20a\x20reconexión.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'A\x20última\x20versión\x20gardada\x20do\x20documento\x20non\x20coincide\x20coa\x20versión\x20local.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'O\x20documento\x20local\x20e\x20o\x20documento\x20do\x20servidor\x20difiren\x20e\x20combinalos\x20pode\x20provocar\x20un\x20comportamento\x20inesperado.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.'},'getPluralForm':_0x8d4aa5=>0x1!=_0x8d4aa5}};
23
+ export default{'gl':{'dictionary':{'CONNECTED_USERS':['1\x20usuario\x20conectado\x20(eu)','%0\x20usuarios\x20conectados'],'PENDING_ACTION_SENDING_DATA':'Enviando\x20datos\x20ao\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronización','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Non\x20é\x20posíbel\x20conectar\x20o\x20documento\x20dee\x20novo\x20ao\x20servidor.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Non\x20foi\x20posíbel\x20coller\x20os\x20detalles\x20do\x20documento\x20durante\x20a\x20reconexión.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'A\x20última\x20versión\x20gardada\x20do\x20documento\x20non\x20coincide\x20coa\x20versión\x20local.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'O\x20documento\x20local\x20e\x20o\x20documento\x20do\x20servidor\x20difiren\x20e\x20combinalos\x20pode\x20provocar\x20un\x20comportamento\x20inesperado.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.'},'getPluralForm':_0xd7e5aa=>0x1!=_0xd7e5aa}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x183f54=>{const {gl:{dictionary:_0x36cc0f,getPluralForm:_0x58296e}}={'gl':{'dictionary':{'CONNECTED_USERS':['1\x20usuario\x20conectado\x20(eu)','%0\x20usuarios\x20conectados'],'PENDING_ACTION_SENDING_DATA':'Enviando\x20datos\x20ao\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronización','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Non\x20é\x20posíbel\x20conectar\x20o\x20documento\x20dee\x20novo\x20ao\x20servidor.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Non\x20foi\x20posíbel\x20coller\x20os\x20detalles\x20do\x20documento\x20durante\x20a\x20reconexión.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'A\x20última\x20versión\x20gardada\x20do\x20documento\x20non\x20coincide\x20coa\x20versión\x20local.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'O\x20documento\x20local\x20e\x20o\x20documento\x20do\x20servidor\x20difiren\x20e\x20combinalos\x20pode\x20provocar\x20un\x20comportamento\x20inesperado.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.'},'getPluralForm':_0x48d11b=>0x1!=_0x48d11b}};_0x183f54['gl']||={'dictionary':{},'getPluralForm':null},_0x183f54['gl']['dictionary']=Object['assign'](_0x183f54['gl']['dictionary'],_0x36cc0f),_0x183f54['gl']['getPluralForm']=_0x58296e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x12e209=>{const {gl:{dictionary:_0x4b8937,getPluralForm:_0x2ee0d8}}={'gl':{'dictionary':{'CONNECTED_USERS':['1\x20usuario\x20conectado\x20(eu)','%0\x20usuarios\x20conectados'],'PENDING_ACTION_SENDING_DATA':'Enviando\x20datos\x20ao\x20servidor.','Synchronization\x20issue':'Problema\x20de\x20sincronización','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Non\x20é\x20posíbel\x20conectar\x20o\x20documento\x20dee\x20novo\x20ao\x20servidor.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'Non\x20foi\x20posíbel\x20coller\x20os\x20detalles\x20do\x20documento\x20durante\x20a\x20reconexión.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'A\x20última\x20versión\x20gardada\x20do\x20documento\x20non\x20coincide\x20coa\x20versión\x20local.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'O\x20documento\x20local\x20e\x20o\x20documento\x20do\x20servidor\x20difiren\x20e\x20combinalos\x20pode\x20provocar\x20un\x20comportamento\x20inesperado.\x20Para\x20non\x20perder\x20o\x20seu\x20contido,\x20gárdeo\x20localmente\x20e\x20actualice\x20o\x20editor.'},'getPluralForm':_0x1b5aa9=>0x1!=_0x1b5aa9}};_0x12e209['gl']||={'dictionary':{},'getPluralForm':null},_0x12e209['gl']['dictionary']=Object['assign'](_0x12e209['gl']['dictionary'],_0x4b8937),_0x12e209['gl']['getPluralForm']=_0x2ee0d8;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'he':{'dictionary':{'CONNECTED_USERS':['משתמש\x201\x20מחובר\x20(אני)','משתמש\x20%0\x20מחובר','משתמש\x20%0\x20מחובר'],'PENDING_ACTION_SENDING_DATA':'שולח\x20נתונים\x20לשרת.','Synchronization\x20issue':'בעיית\x20סנכרון','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'לא\x20ניתן\x20לחבר\x20את\x20המסמך\x20בחזרה\x20לשרת.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'לא\x20ניתן\x20היה\x20לקבל\x20את\x20פרטי\x20המסמך\x20במהלך\x20החיבור\x20מחדש.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'הגרסה\x20האחרונה\x20שנשמרה\x20של\x20המסמך\x20אינה\x20תואמת\x20לגרסה\x20המקומית.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'המסמך\x20המקומי\x20והמסמך\x20בשרת\x20שונים\x20ומיזוגם\x20עלול\x20לגרום\x20להתנהגות\x20בלתי\x20צפויה.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.'},'getPluralForm':_0x374c1c=>0x1==_0x374c1c&&_0x374c1c%0x1==0x0?0x0:0x2==_0x374c1c&&_0x374c1c%0x1==0x0?0x1:0x2}};
23
+ export default{'he':{'dictionary':{'CONNECTED_USERS':['משתמש\x201\x20מחובר\x20(אני)','משתמש\x20%0\x20מחובר','משתמש\x20%0\x20מחובר'],'PENDING_ACTION_SENDING_DATA':'שולח\x20נתונים\x20לשרת.','Synchronization\x20issue':'בעיית\x20סנכרון','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'לא\x20ניתן\x20לחבר\x20את\x20המסמך\x20בחזרה\x20לשרת.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'לא\x20ניתן\x20היה\x20לקבל\x20את\x20פרטי\x20המסמך\x20במהלך\x20החיבור\x20מחדש.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'הגרסה\x20האחרונה\x20שנשמרה\x20של\x20המסמך\x20אינה\x20תואמת\x20לגרסה\x20המקומית.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'המסמך\x20המקומי\x20והמסמך\x20בשרת\x20שונים\x20ומיזוגם\x20עלול\x20לגרום\x20להתנהגות\x20בלתי\x20צפויה.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.'},'getPluralForm':_0x86bbf0=>0x1==_0x86bbf0&&_0x86bbf0%0x1==0x0?0x0:0x2==_0x86bbf0&&_0x86bbf0%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x23aa0f=>{const {he:{dictionary:_0x14a139,getPluralForm:_0x1057a7}}={'he':{'dictionary':{'CONNECTED_USERS':['משתמש\x201\x20מחובר\x20(אני)','משתמש\x20%0\x20מחובר','משתמש\x20%0\x20מחובר'],'PENDING_ACTION_SENDING_DATA':'שולח\x20נתונים\x20לשרת.','Synchronization\x20issue':'בעיית\x20סנכרון','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'לא\x20ניתן\x20לחבר\x20את\x20המסמך\x20בחזרה\x20לשרת.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'לא\x20ניתן\x20היה\x20לקבל\x20את\x20פרטי\x20המסמך\x20במהלך\x20החיבור\x20מחדש.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'הגרסה\x20האחרונה\x20שנשמרה\x20של\x20המסמך\x20אינה\x20תואמת\x20לגרסה\x20המקומית.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'המסמך\x20המקומי\x20והמסמך\x20בשרת\x20שונים\x20ומיזוגם\x20עלול\x20לגרום\x20להתנהגות\x20בלתי\x20צפויה.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.'},'getPluralForm':_0xcba1d8=>0x1==_0xcba1d8&&_0xcba1d8%0x1==0x0?0x0:0x2==_0xcba1d8&&_0xcba1d8%0x1==0x0?0x1:0x2}};_0x23aa0f['he']||={'dictionary':{},'getPluralForm':null},_0x23aa0f['he']['dictionary']=Object['assign'](_0x23aa0f['he']['dictionary'],_0x14a139),_0x23aa0f['he']['getPluralForm']=_0x1057a7;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xc0afa2=>{const {he:{dictionary:_0x132ad3,getPluralForm:_0x12368b}}={'he':{'dictionary':{'CONNECTED_USERS':['משתמש\x201\x20מחובר\x20(אני)','משתמש\x20%0\x20מחובר','משתמש\x20%0\x20מחובר'],'PENDING_ACTION_SENDING_DATA':'שולח\x20נתונים\x20לשרת.','Synchronization\x20issue':'בעיית\x20סנכרון','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'לא\x20ניתן\x20לחבר\x20את\x20המסמך\x20בחזרה\x20לשרת.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'לא\x20ניתן\x20היה\x20לקבל\x20את\x20פרטי\x20המסמך\x20במהלך\x20החיבור\x20מחדש.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'הגרסה\x20האחרונה\x20שנשמרה\x20של\x20המסמך\x20אינה\x20תואמת\x20לגרסה\x20המקומית.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':'המסמך\x20המקומי\x20והמסמך\x20בשרת\x20שונים\x20ומיזוגם\x20עלול\x20לגרום\x20להתנהגות\x20בלתי\x20צפויה.\x20כדי\x20לא\x20לאבד\x20את\x20התוכן\x20שלכם\x20שמרו\x20אותו\x20באופן\x20מקומי\x20ורעננו\x20את\x20העורך.'},'getPluralForm':_0x17d65a=>0x1==_0x17d65a&&_0x17d65a%0x1==0x0?0x0:0x2==_0x17d65a&&_0x17d65a%0x1==0x0?0x1:0x2}};_0xc0afa2['he']||={'dictionary':{},'getPluralForm':null},_0xc0afa2['he']['dictionary']=Object['assign'](_0xc0afa2['he']['dictionary'],_0x132ad3),_0xc0afa2['he']['getPluralForm']=_0x12368b;})(window['CKEDITOR_TRANSLATIONS']||={});