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
|
|
@ -1,6 +1,6 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=App Tray
|
Name=App Tray
|
||||||
name[zh_CN]=应用托盘
|
Name[zh_CN]=应用托盘
|
||||||
Name[hu]=Alkalmazástálca
|
Name[hu]=Alkalmazástálca
|
||||||
Name[pl]=Zasobnik aplikacji
|
Name[pl]=Zasobnik aplikacji
|
||||||
Name[pt]=Bandeja de Aplicativos
|
Name[pt]=Bandeja de Aplicativos
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ confirm-title =
|
||||||
*[other] 应用所选操作
|
*[other] 应用所选操作
|
||||||
} 吗?
|
} 吗?
|
||||||
confirm-body =
|
confirm-body =
|
||||||
系统将在 { $countdown } 秒内自动 { $action ->
|
系统将在 { $countdown } 秒后自动 { $action ->
|
||||||
[restart] { restart }
|
[restart] { restart }
|
||||||
[suspend] { suspend }
|
[suspend] { suspend }
|
||||||
[shutdown] { shutdown }
|
[shutdown] { shutdown }
|
||||||
|
|
|
||||||
|
|
@ -10,26 +10,26 @@ confirm = 確認
|
||||||
cancel = 取消
|
cancel = 取消
|
||||||
confirm-button = {
|
confirm-button = {
|
||||||
$action ->
|
$action ->
|
||||||
[restart] { 重新啟動 }
|
[restart] { restart }
|
||||||
[suspend] { 暫停 }
|
[suspend] { suspend }
|
||||||
[shutdown] 關機
|
[shutdown] { shutdown }
|
||||||
[log-out] { 登出 }
|
[log-out] { log-out }
|
||||||
*[other] { 確認 }
|
*[other] { confirm }
|
||||||
}
|
}
|
||||||
confirm-title =
|
confirm-title =
|
||||||
{ $action ->
|
{ $action ->
|
||||||
[restart] { 重新啟動 }
|
[restart] { restart }
|
||||||
[suspend] { 暫停 }
|
[suspend] { suspend }
|
||||||
[shutdown] { 關機 }
|
[shutdown] { shutdown }
|
||||||
[log-out] 關閉所有應用程式並登出
|
[log-out] 關閉所有應用程式並 { log-out }
|
||||||
*[other] 立即執行選定的操作
|
*[other] 立即執行選定的操作
|
||||||
} 嗎?
|
} 嗎?
|
||||||
confirm-body =
|
confirm-body =
|
||||||
系統將在 { $countdown } 秒後自動 { $action ->
|
系統將在 { $countdown } 秒後自動 { $action ->
|
||||||
[restart] 重新啟動
|
[restart] { restart }
|
||||||
[suspend] 暫停
|
[suspend] { suspend }
|
||||||
[shutdown] 關機
|
[shutdown] { shutdown }
|
||||||
[lock-screen] 鎖定螢幕
|
[lock-screen] { lock-screen }
|
||||||
[log-out] 登出
|
[log-out] { log-out }
|
||||||
*[other] 執行選定的操作
|
*[other] 執行選定的操作
|
||||||
}。
|
}。
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=App Library Button
|
Name=App Library Button
|
||||||
Name=[zh_CN]=应用程序库按钮
|
Name[zh_CN]=应用程序库按钮
|
||||||
Name[es]=Botón de biblioteca de aplicaciones del panel Cosmic
|
Name[es]=Botón de biblioteca de aplicaciones del panel Cosmic
|
||||||
Name[ja]=Cosmicパネルのアップライブラリーボタン
|
Name[ja]=Cosmicパネルのアップライブラリーボタン
|
||||||
Name[ko]=코스믹 패널 앱 라이브러리 단추
|
Name[ko]=코스믹 패널 앱 라이브러리 단추
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue