@ckeditor/ckeditor5-basic-styles 0.0.0-nightly-20240508.0 → 0.0.0-nightly-20240510.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/translations/ti.js +1 -0
- package/dist/index.js +268 -154
- package/dist/index.js.map +1 -1
- package/dist/translations/ti.d.ts +8 -0
- package/dist/translations/ti.js +5 -0
- package/dist/translations/ti.umd.js +11 -0
- package/lang/translations/ti.po +66 -0
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(t){const i=t.ti=t.ti||{};i.dictionary=Object.assign(i.dictionary||{},{Bold:"ቦልድ","Bold text":"ጽሑፍ ኣጉልህ",Code:"ኮድ",Italic:"ኢታሊክ","Italic text":"ኢታሊክ ጽሑፍ","Move out of an inline code style":"",Strikethrough:"ሰርዝ","Strikethrough text":"ጽሑፍ ሰርዝ",Subscript:"ሳብስክሪፕት",Superscript:"ሱፐርስክሪፕት",Underline:"ኣስምር","Underline text":"ጽሑፍ ኣስምር"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|