rhymix/modules/editor/components/image_gallery/lang/zh-TW.lang.php

27 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file /modules/editor/components/image_gallery/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯royallin
* @brief 網頁編輯器(editor) 模組 > 圖片(image_gallery) 組件的語言
**/
$lang->image_gallery = "圖片編輯";
$lang->width = "寬度";
$lang->height = "高度";
$lang->image_list = "圖片列表";
$lang->gallery_style = "風格";
$lang->gallery_slide_style = "幻燈片";
$lang->gallery_slide_align = "對齊方式";
$lang->gallery_slide_center = "置中";
$lang->gallery_slide_left = "靠左";
$lang->gallery_slide_right = "靠右";
$lang->gallery_list_style = "全部展開";
$lang->gallery_border_color = "邊框顏色";
$lang->gallery_border_thickness = "邊框粗細";
$lang->gallery_bg_color = "背景顏色";
$lang->about_image_list = "請選擇要新增的圖片檔案。選擇後可以拖曳或按 shift+左鍵(範圍選擇), ctrl+左鍵(個別選擇)";
$lang->cmd_gallery_prev = "上一個";
$lang->cmd_gallery_next = "下一個";
$lang->cmd_gallery_thumbnail = "檢視縮圖";
?>