i18n(zh-CN,zh-TW): fix translation
This commit is contained in:
parent
93b78cfd24
commit
c8a6590c8d
4 changed files with 17 additions and 17 deletions
|
|
@ -10,26 +10,26 @@ confirm = 確認
|
|||
cancel = 取消
|
||||
confirm-button = {
|
||||
$action ->
|
||||
[restart] { 重新啟動 }
|
||||
[suspend] { 暫停 }
|
||||
[shutdown] 關機
|
||||
[log-out] { 登出 }
|
||||
*[other] { 確認 }
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
[log-out] { log-out }
|
||||
*[other] { confirm }
|
||||
}
|
||||
confirm-title =
|
||||
{ $action ->
|
||||
[restart] { 重新啟動 }
|
||||
[suspend] { 暫停 }
|
||||
[shutdown] { 關機 }
|
||||
[log-out] 關閉所有應用程式並登出
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
[log-out] 關閉所有應用程式並 { log-out }
|
||||
*[other] 立即執行選定的操作
|
||||
} 嗎?
|
||||
confirm-body =
|
||||
系統將在 { $countdown } 秒後自動 { $action ->
|
||||
[restart] 重新啟動
|
||||
[suspend] 暫停
|
||||
[shutdown] 關機
|
||||
[lock-screen] 鎖定螢幕
|
||||
[log-out] 登出
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
[lock-screen] { lock-screen }
|
||||
[log-out] { log-out }
|
||||
*[other] 執行選定的操作
|
||||
}。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue