Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vasl-templates/vasl_templates/webapp/static/trumbowyg/langs/zh_tw.js

66 lines
1.5 KiB

/* ===========================================================
* zh_tw.js
* Traditional Chinese translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Peter Dave Hello (PeterDaveHello)
* Twitter : @PeterDaveHello
* Github : https://github.com/PeterDaveHello
*/
// jshint camelcase:false
jQuery.trumbowyg.langs.zh_tw = {
viewHTML: '原始碼',
undo: '復原',
redo: '重做',
formatting: '格式',
p: '段落',
blockquote: '引用',
code: '代碼',
header: '標題',
bold: '加粗',
italic: '斜體',
strikethrough: '刪除線',
underline: '底線',
strong: '粗體',
em: '斜體',
del: '刪除線',
superscript: '上標',
subscript: '下標',
unorderedList: '無序列表',
orderedList: '有序列表',
insertImage: '插入圖片',
insertVideo: '插入影片',
link: '超連結',
createLink: '插入連結',
unlink: '取消連結',
justifyLeft: '靠左對齊',
justifyCenter: '置中對齊',
justifyRight: '靠右對齊',
justifyFull: '左右對齊',
horizontalRule: '插入分隔線',
removeformat: '移除格式',
fullscreen: '全螢幕',
close: '關閉',
submit: '確定',
reset: '取消',
required: '必需的',
description: '描述',
title: '標題',
text: '文字',
target: '目標',
width: '寬度'
};