mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[i18n] adding missing i18n key for the 'Hide details' button of the initialization dialog
This commit is contained in:
@@ -188,7 +188,7 @@ class PreparePanel(QWidget, TaskManager):
|
||||
self.bottom_widget = QWidget()
|
||||
self.bottom_widget.setLayout(QHBoxLayout())
|
||||
self.bottom_widget.layout().addStretch()
|
||||
bt_hide_output = QPushButton('Hide details')
|
||||
bt_hide_output = QPushButton(self.i18n['prepare.bt_hide_details'])
|
||||
bt_hide_output.setStyleSheet('QPushButton { text-decoration: underline; border: 0px; background: none } ')
|
||||
bt_hide_output.clicked.connect(self.hide_output)
|
||||
bt_hide_output.setCursor(QCursor(Qt.PointingHandCursor))
|
||||
|
||||
@@ -334,6 +334,7 @@ popup.root.bad_password.title=Error
|
||||
popup.root.continue=continuar
|
||||
popup.root.title=Requireix la vostra contrasenya per a continuar
|
||||
popup.screenshots.no_screenshot.body=no s’han pogut recuperar captures de pantalla del {}
|
||||
prepare.bt_hide_details=Hide details
|
||||
prepare.bt_icon.no_output=There are no progress details for this task to be displayed
|
||||
prepare.bt_icon.output=Click here to display the progress details of this task
|
||||
prepare_panel.bt_skip.label=saltar
|
||||
|
||||
@@ -333,6 +333,7 @@ popup.root.bad_password.title=Fehler
|
||||
popup.root.continue=Fortfahren
|
||||
popup.root.title=Zum Fortfahren wird das Passwort benötigt.
|
||||
popup.screenshots.no_screenshot.body={} Screenshots konnten nicht heruntergeladen werden.
|
||||
prepare.bt_hide_details=Hide details
|
||||
prepare.bt_icon.no_output=There are no progress details for this task to be displayed
|
||||
prepare.bt_icon.output=Click here to display the progress details of this task
|
||||
prepare_panel.bt_skip.label=skip
|
||||
|
||||
@@ -333,6 +333,7 @@ popup.root.bad_password.title=Error
|
||||
popup.root.continue=continue
|
||||
popup.root.title=Requires your password to continue
|
||||
popup.screenshots.no_screenshot.body=it was not possible to retrieve {} screenshots
|
||||
prepare.bt_hide_details=Hide details
|
||||
prepare.bt_icon.no_output=There are no progress details for this task to be displayed
|
||||
prepare.bt_icon.output=Click here to display the progress details of this task
|
||||
prepare_panel.bt_skip.label=skip
|
||||
|
||||
@@ -334,6 +334,7 @@ popup.root.bad_password.title=Error
|
||||
popup.root.continue=continuar
|
||||
popup.root.title=Proporcione su contraseña para continuar
|
||||
popup.screenshots.no_screenshot.body=No fue posible recuperar las fotos de {}
|
||||
prepare.bt_hide_details=Ocultar detalles
|
||||
prepare.bt_icon.no_output=No hay detalles del progreso de esta tarea para mostrar
|
||||
prepare.bt_icon.output=Haga clic aquí para mostrar los detalles del progreso de esta tarea
|
||||
prepare_panel.bt_skip.label=omitir
|
||||
|
||||
@@ -336,6 +336,7 @@ popup.root.continue=continuare
|
||||
popup.root.title=Richiede la tua password per continuare
|
||||
popup.screenshots.no_screenshot.body=non è stato possibile recuperare {} schermate
|
||||
prepar_panel.bt_skip.label=saltare
|
||||
prepare.bt_hide_details=Hide details
|
||||
prepare.bt_icon.no_output=There are no progress details for this task to be displayed
|
||||
prepare.bt_icon.output=Click here to display the progress details of this task
|
||||
prepare_panel.bt_skip.label=skip
|
||||
|
||||
@@ -333,6 +333,7 @@ popup.root.bad_password.title=Erro
|
||||
popup.root.continue=prosseguir
|
||||
popup.root.title=Requer sua senha para prosseguir
|
||||
popup.screenshots.no_screenshot.body=Não foi possível obter as fotos de {}
|
||||
prepare.bt_hide_details=Ocultar detalhes
|
||||
prepare.bt_icon.no_output=Não existe detalhes do progresso dessa tarefa para ser exibido
|
||||
prepare.bt_icon.output=Clique aqui para exibir detalhes do progresso dessa tarefa
|
||||
prepare_panel.bt_skip.label=Pular
|
||||
|
||||
@@ -333,6 +333,7 @@ popup.root.bad_password.title=Ошибка
|
||||
popup.root.continue=Продолжить
|
||||
popup.root.title=Требуется ваш пароль, чтобы продолжить
|
||||
popup.screenshots.no_screenshot.body=не удалось получить скриншоты {}
|
||||
prepare.bt_hide_details=Hide details
|
||||
prepare.bt_icon.no_output=There are no progress details for this task to be displayed
|
||||
prepare.bt_icon.output=Click here to display the progress details of this task
|
||||
prepare_panel.bt_skip.label=Пропустить
|
||||
|
||||
@@ -333,6 +333,7 @@ popup.root.bad_password.title=Hata
|
||||
popup.root.continue=devam
|
||||
popup.root.title=Devam etmek için şifre girmelisiniz
|
||||
popup.screenshots.no_screenshot.body={} ekran görüntüsünü almak mümkün değildi
|
||||
prepare.bt_hide_details=Hide details
|
||||
prepare.bt_icon.no_output=There are no progress details for this task to be displayed
|
||||
prepare.bt_icon.output=Click here to display the progress details of this task
|
||||
prepare_panel.bt_skip.label=atla
|
||||
|
||||
Reference in New Issue
Block a user