i18n(es): Fix ParserError, kind: UnbalancedClosingBrace
This commit is contained in:
parent
3ef4f57902
commit
f901d94f66
1 changed files with 10 additions and 6 deletions
|
|
@ -2,14 +2,18 @@ cancel = Cancelar
|
|||
keyboard-layout = Distribución de teclado
|
||||
restart = Reiniciar
|
||||
restart-now = ¿Reiniciar ahora?
|
||||
restart-timeout = El ordenador se reiniciará automáticamente en { $seconds ->
|
||||
[one] 1 segundo.
|
||||
*[other] {$seconds} segundos.}
|
||||
restart-timeout = El ordenador se reiniciará automáticamente en
|
||||
{ $seconds ->
|
||||
[one] 1 segundo.
|
||||
*[other] {$seconds} segundos.
|
||||
}
|
||||
session = Sesión
|
||||
shutdown = Apagar
|
||||
shutdown-now = ¿Apagar ahora?
|
||||
shutdown-timeout = El ordenador se apagará automáticamente en { $seconds ->
|
||||
[one] 1 segundo.
|
||||
*[other] {$seconds} segundos.}
|
||||
shutdown-timeout = El ordenador se apagará automáticamente en
|
||||
{ $seconds ->
|
||||
[one] 1 segundo.
|
||||
*[other] {$seconds} segundos.
|
||||
}
|
||||
suspend = Suspender
|
||||
user = Usuario
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue