i18n: update French, Spanish, and Japanese versions of power applet

This commit is contained in:
Matthew Fallah (マシュー・ファラー) 2024-06-10 07:25:36 -07:00 committed by GitHub
parent 4d48047c4a
commit 4905e98d9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 58 additions and 10 deletions

View file

@ -7,8 +7,24 @@ log-out-shortcut = Ctrl + Alt + Supr
suspend = Suspender
restart = Reiniciar
shutdown = Apagar
confirm = Vale
confirm = Confirmar
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 =
{ $action ->
[restart] El ordenador se reiniciará
@ -17,4 +33,4 @@ confirm-body =
[lock-screen] La pantalla se bloqueará
[log-out] La sesión se cerrará
*[other] La acción seleccionada se realizará
} en { $countdown } segundos.
} automáticamente en { $countdown } segundos.

View file

@ -9,13 +9,29 @@ restart = Redémarrer
shutdown = Éteindre
confirm = Confirmer
cancel = Annuler
confirm-body =
{ $action ->
[restart] Redémarrer l'ordinateur
confirm-button = {
$action ->
[restart] { restart }
[suspend] Mettre en veille
[shutdown] Éteindre l'ordinateur
[lock-screen] Verrouiller la session
[log-out] Déconnecter l'utilisateur
[shutdown] {shutdown }
[log-out] { log-out }
*[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
} 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.

View file

@ -9,6 +9,22 @@ restart = 再起動
shutdown = シャットダウン
confirm = 確認
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 =
{ $countdown }秒後にシステムは自動的に{ $action ->
[restart] { restart }
@ -16,6 +32,6 @@ confirm-body =
[shutdown] { shutdown }
[lock-screen] { lock-screen }
[log-out] { log-out }
*[other] 選択したこと
*[other] 選択した処理
}します。