-
-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
83 changed files
with
443 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
/* =========================================================== | ||
* bn.js | ||
* Bangla translation for Trumbowyg | ||
* http://alex-d.github.com/Trumbowyg | ||
* =========================================================== | ||
* Author : Ahammad Naim | ||
* Website : https://github.com/AhammadNaim | ||
*/ | ||
|
||
jQuery.trumbowyg.langs.bn = { | ||
viewHTML: 'HTML দেখান', | ||
|
||
undo: 'পূর্বাবস্থায় ফিরুন', | ||
redo: 'পুনরায় করুন', | ||
|
||
formatting: 'বিন্যাস', | ||
p: 'অনুচ্ছেদ', | ||
blockquote: 'উদ্ধৃতি', | ||
code: 'কোড', | ||
header: 'শিরোনাম', | ||
|
||
bold: 'বোল্ড', | ||
italic: 'ইটালিক', | ||
strikethrough: 'স্ট্রাইকথ্রু', | ||
underline: 'আন্ডারলাইন', | ||
|
||
strong: 'বোল্ড', | ||
em: 'ইটালিক', | ||
del: 'স্ট্রাইকথ্রু', | ||
|
||
superscript: 'সুপারস্ক্রিপ্ট', | ||
subscript: 'সাবস্ক্রিপ্ট', | ||
|
||
unorderedList: 'অসংখ্যায়িত তালিকা', | ||
orderedList: 'সাজানো তালিকা', | ||
|
||
insertImage: 'ছবি', | ||
link: 'লিংক', | ||
createLink: 'লিংক তৈরি করুন', | ||
unlink: 'লিংক মুছুন', | ||
|
||
justifyLeft: 'বামে জাস্টিফাইড', | ||
justifyCenter: 'কেন্দ্রীভূত', | ||
justifyRight: 'ডানে জাস্টিফাইড', | ||
justifyFull: 'জাস্টিফাইড', | ||
|
||
horizontalRule: 'আনুভূমিক দাগ', | ||
removeformat: 'বিন্যাস অপসারণ করুন', | ||
|
||
fullscreen: 'সম্পূর্ণ পর্দায় দেখুন', | ||
|
||
close: 'বন্ধ', | ||
|
||
submit: 'প্রেরণ', | ||
reset: 'বাতিল', | ||
|
||
required: 'আবশ্যক', | ||
description: 'বর্ননা', | ||
title: 'শিরোনাম', | ||
text: 'পাঠ্য', | ||
target: 'লক্ষ্য' | ||
}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
/* =========================================================== | ||
* et.js | ||
* Estonian translation for Trumbowyg | ||
* http://alex-d.github.com/Trumbowyg | ||
* =========================================================== | ||
* Author : Mart Leib | ||
* Web: https://voogle.ee | ||
*/ | ||
|
||
jQuery.trumbowyg.langs.et = { | ||
viewHTML: 'HTML vaade', | ||
|
||
undo: 'Võta tagasi', | ||
redo: 'Tee uuesti', | ||
|
||
formatting: 'Vorming', | ||
p: 'Lõik', | ||
blockquote: 'Plokktsitaat', | ||
code: 'Kood', | ||
header: 'Pealkiri', | ||
|
||
bold: 'Paks', | ||
italic: 'Kaldkiri', | ||
strikethrough: 'Läbikriipsutatud', | ||
underline: 'Allakriipsutatud', | ||
|
||
strong: 'Tugev rõhutus', | ||
em: 'Rõhutus', | ||
del: 'Eemaldatud', | ||
|
||
superscript: 'Ülemine indeks', | ||
subscript: 'Alumine indeks', | ||
|
||
unorderedList: 'Järjestamata loend', | ||
orderedList: 'Järjestatud loend', | ||
|
||
insertImage: 'Lisa pilt', | ||
insertVideo: 'Lisa video', | ||
link: 'Link', | ||
createLink: 'Lisa link', | ||
unlink: 'Eemalda link', | ||
|
||
justifyLeft: 'Joonda vasakule', | ||
justifyCenter: 'Joonda keskele', | ||
justifyRight: 'Joonda paremale', | ||
justifyFull: 'Joonda rööpselt', | ||
|
||
horizontalRule: 'Horisontaaljoon', | ||
removeformat: 'Eemalda vorming', | ||
|
||
fullscreen: 'Täisekraan', | ||
|
||
close: 'Sulge', | ||
|
||
submit: 'Salvesta', | ||
reset: 'Tühista', | ||
|
||
required: 'Kohustuslik', | ||
description: 'Kirjeldus', | ||
title: 'Pealkiri', | ||
text: 'Tekst', | ||
target: 'Sihtmärk', | ||
width: 'Laius' | ||
|
||
}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dist/plugins/allowtagsfrompaste/trumbowyg.allowtagsfrompaste.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.