i18n(zh-TW): add Taiwanese translation
This commit is contained in:
parent
3e2da9b90f
commit
4591eb85f4
11 changed files with 136 additions and 0 deletions
36
cosmic-applet-power/i18n/zh-TW/cosmic_applet_power.ftl
Normal file
36
cosmic-applet-power/i18n/zh-TW/cosmic_applet_power.ftl
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
power = 電源
|
||||
settings = 設定...
|
||||
lock-screen = 鎖定螢幕
|
||||
lock-screen-shortcut = Super + Escape
|
||||
log-out = 登出
|
||||
log-out-shortcut = Ctrl + Alt + Delete
|
||||
suspend = 暫停
|
||||
restart = 重新啟動
|
||||
shutdown = 關機
|
||||
confirm = 確認
|
||||
cancel = 取消
|
||||
confirm-button = {
|
||||
$action ->
|
||||
[restart] { 重新啟動 }
|
||||
[suspend] { 暫停 }
|
||||
[shutdown] 關機
|
||||
[log-out] { 登出 }
|
||||
*[other] { 確認 }
|
||||
}
|
||||
confirm-title =
|
||||
{ $action ->
|
||||
[restart] 重新啟動
|
||||
[suspend] 暫停
|
||||
[shutdown] 關機
|
||||
[log-out] 關閉所有應用程式並登出
|
||||
*[other] 立即執行選定的操作
|
||||
} 嗎?
|
||||
confirm-body =
|
||||
系統將在 { $countdown } 秒後自動 { $action ->
|
||||
[restart] 重新啟動
|
||||
[suspend] 暫停
|
||||
[shutdown] 關機
|
||||
[lock-screen] 鎖定螢幕
|
||||
[log-out] 登出
|
||||
*[other] 執行選定的操作
|
||||
}。
|
||||
Loading…
Add table
Add a link
Reference in a new issue