i18n(zh_TW): add Taiwanese translation
This commit is contained in:
parent
cfebad159f
commit
a481bb342d
1 changed files with 111 additions and 0 deletions
111
i18n/zh-TW/cosmic_edit.ftl
Normal file
111
i18n/zh-TW/cosmic_edit.ftl
Normal file
|
|
@ -0,0 +1,111 @@
|
|||
cosmic-text-editor = COSMIC 編輯器
|
||||
new-document = 新文件
|
||||
open-project = 開啟專案
|
||||
todo = 待辦事項
|
||||
|
||||
# Context Pages
|
||||
|
||||
## About
|
||||
git-description = Git 提交 {$hash} 於 {$date}
|
||||
|
||||
## Document statistics
|
||||
document-statistics = 文件統計
|
||||
word-count = 字數
|
||||
character-count = 字元數
|
||||
character-count-no-spaces = 字元數(不含空格)
|
||||
line-count = 行數
|
||||
|
||||
## Git management
|
||||
git-management = Git 管理
|
||||
git-management-description = Git 管理是用於版本控制操作的開發者工具。
|
||||
git-management-loading = 正在載入 Git 管理...
|
||||
unstaged-changes = 未暫存的變更
|
||||
staged-changes = 已暫存的變更
|
||||
|
||||
## Project search
|
||||
project-search = 專案搜尋
|
||||
|
||||
## Prompt save changes
|
||||
prompt-save-changes-title = 未儲存的變更
|
||||
prompt-unsaved-changes = 您有未儲存的變更。是否儲存?
|
||||
discard = 放棄變更
|
||||
|
||||
## Settings
|
||||
settings = 設定
|
||||
|
||||
### Appearance
|
||||
appearance = 外觀
|
||||
theme = 主題
|
||||
match-desktop = 與桌面一致
|
||||
dark = 深色模式
|
||||
light = 亮色模式
|
||||
syntax-dark = 語法深色
|
||||
syntax-light = 語法亮色
|
||||
default-font = 預設字型
|
||||
default-font-size = 預設字型大小
|
||||
|
||||
### Keyboard shortcuts
|
||||
keyboard-shortcuts = 鍵盤快捷鍵
|
||||
enable-vim-bindings = 啟用 Vim 綁定
|
||||
|
||||
# Find
|
||||
find-placeholder = 尋找...
|
||||
find-previous = 上一個
|
||||
find-next = 下一個
|
||||
replace-placeholder = 替換...
|
||||
replace = 替換
|
||||
replace-all = 全部替換
|
||||
case-sensitive = 區分大小寫
|
||||
use-regex = 使用正規表達式
|
||||
|
||||
# Menu
|
||||
|
||||
## File
|
||||
file = 檔案
|
||||
new-file = 新檔案
|
||||
new-window = 新視窗
|
||||
open-file = 開啟檔案...
|
||||
open-recent-file = 開啟最近檔案
|
||||
close-file = 關閉檔案
|
||||
menu-open-project = 開啟專案...
|
||||
open-recent-project = 開啟最近專案
|
||||
close-project = 關閉專案
|
||||
save = 儲存
|
||||
save-as = 另存為...
|
||||
revert-all-changes = 復原所有變更
|
||||
menu-document-statistics = 文件統計...
|
||||
document-type = 文件類型...
|
||||
encoding = 編碼...
|
||||
menu-git-management = Git 管理...
|
||||
print = 列印
|
||||
quit = 結束
|
||||
|
||||
## Edit
|
||||
edit = 編輯
|
||||
undo = 復原
|
||||
redo = 重做
|
||||
cut = 剪下
|
||||
copy = 複製
|
||||
paste = 貼上
|
||||
select-all = 全選
|
||||
find = 尋找
|
||||
find-in-project = 在專案中尋找...
|
||||
spell-check = 拼寫檢查...
|
||||
|
||||
## View
|
||||
view = 檢視
|
||||
indentation = 縮排
|
||||
|
||||
### Indentation
|
||||
automatic-indentation = 自動縮排
|
||||
tab-width = Tab 寬度: {$tab_width}
|
||||
convert-indentation-to-spaces = 將縮排轉換為空格
|
||||
convert-indentation-to-tabs = 將縮排轉換為 Tabs
|
||||
|
||||
word-wrap = 自動換行
|
||||
show-line-numbers = 顯示行號
|
||||
highlight-current-line = 突顯當前行
|
||||
syntax-highlighting = 語法突顯...
|
||||
menu-settings = 設定...
|
||||
menu-keyboard-shortcuts = 鍵盤快捷鍵...
|
||||
menu-about = 關於 COSMIC 編輯器...
|
||||
Loading…
Add table
Add a link
Reference in a new issue