i18n: update French, Spanish, and Japanese versions of power applet
This commit is contained in:
parent
4d48047c4a
commit
4905e98d9c
3 changed files with 58 additions and 10 deletions
|
|
@ -7,8 +7,24 @@ log-out-shortcut = Ctrl + Alt + Supr
|
||||||
suspend = Suspender
|
suspend = Suspender
|
||||||
restart = Reiniciar
|
restart = Reiniciar
|
||||||
shutdown = Apagar
|
shutdown = Apagar
|
||||||
confirm = Vale
|
confirm = Confirmar
|
||||||
cancel = Cancelar
|
cancel = Cancelar
|
||||||
|
confirm-button = {
|
||||||
|
$action ->
|
||||||
|
[restart] { restart }
|
||||||
|
[suspend] { suspend }
|
||||||
|
[shutdown] { shutdown }
|
||||||
|
[log-out] { log-out }
|
||||||
|
*[other] { confirm }
|
||||||
|
}
|
||||||
|
confirm-title =
|
||||||
|
¿{ $action ->
|
||||||
|
[restart] { restart }
|
||||||
|
[suspend] { suspend }
|
||||||
|
[shutdown] { shutdown }
|
||||||
|
[log-out] Salir de todas las aplicaciones y la sesión
|
||||||
|
*[other] Realizar la acción seleccionada
|
||||||
|
} ahora?
|
||||||
confirm-body =
|
confirm-body =
|
||||||
{ $action ->
|
{ $action ->
|
||||||
[restart] El ordenador se reiniciará
|
[restart] El ordenador se reiniciará
|
||||||
|
|
@ -17,4 +33,4 @@ confirm-body =
|
||||||
[lock-screen] La pantalla se bloqueará
|
[lock-screen] La pantalla se bloqueará
|
||||||
[log-out] La sesión se cerrará
|
[log-out] La sesión se cerrará
|
||||||
*[other] La acción seleccionada se realizará
|
*[other] La acción seleccionada se realizará
|
||||||
} en { $countdown } segundos.
|
} automáticamente en { $countdown } segundos.
|
||||||
|
|
|
||||||
|
|
@ -9,13 +9,29 @@ restart = Redémarrer
|
||||||
shutdown = Éteindre
|
shutdown = Éteindre
|
||||||
confirm = Confirmer
|
confirm = Confirmer
|
||||||
cancel = Annuler
|
cancel = Annuler
|
||||||
confirm-body =
|
confirm-button = {
|
||||||
{ $action ->
|
$action ->
|
||||||
[restart] Redémarrer l'ordinateur
|
[restart] { restart }
|
||||||
[suspend] Mettre en veille
|
[suspend] Mettre en veille
|
||||||
[shutdown] Éteindre l'ordinateur
|
[shutdown] {shutdown }
|
||||||
[lock-screen] Verrouiller la session
|
[log-out] { log-out }
|
||||||
[log-out] Déconnecter l'utilisateur
|
*[other] { confirm }
|
||||||
|
}
|
||||||
|
confirm-title =
|
||||||
|
{ $action ->
|
||||||
|
[restart] { restart }
|
||||||
|
[suspend] Mettre le système en veille
|
||||||
|
[shutdown] { shutdown }
|
||||||
|
[log-out] Quitter toutes les applications et se déconnecter
|
||||||
*[other] Appliquer l'option choisie
|
*[other] Appliquer l'option choisie
|
||||||
} dans { $countdown } secondes.
|
} maintenant ?
|
||||||
|
confirm-body =
|
||||||
|
Vous allez { $action ->
|
||||||
|
[restart] redémarrer l'ordinateur
|
||||||
|
[suspend] mettre l'ordinateur en veille
|
||||||
|
[shutdown] éteindre l'ordinateur
|
||||||
|
[lock-screen] verrouiller la session
|
||||||
|
[log-out] déconnecter l'utilisateur
|
||||||
|
*[other]appliquer l'option choisie
|
||||||
|
} automatiquement dans { $countdown } secondes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,22 @@ restart = 再起動
|
||||||
shutdown = シャットダウン
|
shutdown = シャットダウン
|
||||||
confirm = 確認
|
confirm = 確認
|
||||||
cancel = キャンセル
|
cancel = キャンセル
|
||||||
|
confirm-button = {
|
||||||
|
$action ->
|
||||||
|
[restart] { restart }
|
||||||
|
[suspend] { suspend }
|
||||||
|
[shutdown] 電源オフ
|
||||||
|
[log-out] { log-out }
|
||||||
|
*[other] { confirm}
|
||||||
|
}
|
||||||
|
confirm-title =
|
||||||
|
今{ $action ->
|
||||||
|
[restart] { restart }しますか?
|
||||||
|
[suspend] { suspend }しますか?
|
||||||
|
[shutdown] 電源を切りますか?
|
||||||
|
[log-out] アプリケーションをすべて閉じてログアウトしますか?
|
||||||
|
*[other] 選択した処理を実行しますか?
|
||||||
|
}
|
||||||
confirm-body =
|
confirm-body =
|
||||||
{ $countdown }秒後にシステムは自動的に{ $action ->
|
{ $countdown }秒後にシステムは自動的に{ $action ->
|
||||||
[restart] { restart }
|
[restart] { restart }
|
||||||
|
|
@ -16,6 +32,6 @@ confirm-body =
|
||||||
[shutdown] { shutdown }
|
[shutdown] { shutdown }
|
||||||
[lock-screen] { lock-screen }
|
[lock-screen] { lock-screen }
|
||||||
[log-out] { log-out }
|
[log-out] { log-out }
|
||||||
*[other] 選択したことを
|
*[other] 選択した処理を
|
||||||
}します。
|
}します。
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue