mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
update locales
This commit is contained in:
parent
1299eecc12
commit
bd9b4d3385
8 changed files with 5 additions and 36 deletions
|
@ -29,7 +29,8 @@
|
||||||
"catalogue": "Catalogue",
|
"catalogue": "Catalogue",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"search_results": "Search results",
|
"search_results": "Search results",
|
||||||
"settings": "Settings"
|
"settings": "Settings",
|
||||||
|
"version_available": "Version {{version}} available. Click here to restart and install."
|
||||||
},
|
},
|
||||||
"bottom_panel": {
|
"bottom_panel": {
|
||||||
"no_downloads_in_progress": "No downloads in progress",
|
"no_downloads_in_progress": "No downloads in progress",
|
||||||
|
@ -176,11 +177,5 @@
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
"close": "Close button"
|
"close": "Close button"
|
||||||
},
|
|
||||||
"splash": {
|
|
||||||
"downloading_version": "Downloading version {{version}}",
|
|
||||||
"searching_updates": "Searching for updates",
|
|
||||||
"update_found": "Update {{version}} found",
|
|
||||||
"restarting_and_applying": "Restarting and applying update"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -176,11 +176,5 @@
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
"close": "Botón de cierre"
|
"close": "Botón de cierre"
|
||||||
},
|
|
||||||
"splash": {
|
|
||||||
"downloading_version": "Descargando versión {{version}}",
|
|
||||||
"searching_updates": "Buscando actualizaciones",
|
|
||||||
"update_found": "Actualización {{version}} encontrada",
|
|
||||||
"restarting_and_applying": "Reiniciando y aplicando actualización"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -176,11 +176,5 @@
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
"close": "Pulsante Chiudi"
|
"close": "Pulsante Chiudi"
|
||||||
},
|
|
||||||
"splash": {
|
|
||||||
"downloading_version": "Scaricando la versione {{version}}",
|
|
||||||
"searching_updates": "Ricerca di aggiornamenti",
|
|
||||||
"update_found": "Trovato aggiornamento {{version}}",
|
|
||||||
"restarting_and_applying": "Riavvio e applico l'aggiornamento"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,8 @@
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"search_results": "Resultados da busca",
|
"search_results": "Resultados da busca",
|
||||||
"settings": "Configurações",
|
"settings": "Configurações",
|
||||||
"home": "Início"
|
"home": "Início",
|
||||||
|
"version_available": "Versão {{version}} disponível. Clique aqui para reiniciar e instalar."
|
||||||
},
|
},
|
||||||
"bottom_panel": {
|
"bottom_panel": {
|
||||||
"no_downloads_in_progress": "Sem downloads em andamento",
|
"no_downloads_in_progress": "Sem downloads em andamento",
|
||||||
|
|
|
@ -176,11 +176,5 @@
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
"close": "Закрыть"
|
"close": "Закрыть"
|
||||||
},
|
|
||||||
"splash": {
|
|
||||||
"downloading_version": "Загрузка версии {{version}}",
|
|
||||||
"searching_updates": "Поиск обновлений",
|
|
||||||
"update_found": "Найдена новая версия {{version}}",
|
|
||||||
"restarting_and_applying": "Перезапуск и внесение изменений"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -174,11 +174,5 @@
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
"close": "关闭按钮"
|
"close": "关闭按钮"
|
||||||
},
|
|
||||||
"splash": {
|
|
||||||
"downloading_version": "正在下载新版本 {{version}}",
|
|
||||||
"searching_updates": "检查更新...",
|
|
||||||
"update_found": "有新版本 {{version}} 可用",
|
|
||||||
"restarting_and_applying": "重启并应用更新"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 59 KiB |
|
@ -166,10 +166,7 @@ export function Header({ onSearch, onClear, search }: HeaderProps) {
|
||||||
onClick={handleClickRestartAndUpdate}
|
onClick={handleClickRestartAndUpdate}
|
||||||
>
|
>
|
||||||
<SyncIcon size={12} />
|
<SyncIcon size={12} />
|
||||||
<small>
|
<small>{t("version_available", { version: newVersion })}</small>
|
||||||
New version {newVersion} available. Click here to restart and
|
|
||||||
install
|
|
||||||
</small>
|
|
||||||
</button>
|
</button>
|
||||||
</header>
|
</header>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue