Skip to content

Commit

Permalink
1.0.8 - Force update
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Sep 7, 2024
1 parent 398e040 commit 1f18968
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emudecky",
"version": "1.0.7",
"version": "1.0.8",
"description": "Official EmuDeck Decky plugin.",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down
22 changes: 22 additions & 0 deletions src/components/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,28 @@ const Content: VFC<{ serverAPI: ServerAPI }> = () => {
onChange={() => toggleFunction("cloud_sync_status", "pwd")}
/>
</PanelSectionRow>
<PanelSectionRow>
<ButtonItem
layout="below"
onClick={() =>
launchApp(serverAPI, {
name: t("UploadBtn"),
exec: `${toolsPath}/cloudSync/cloud_sync_force_upload.sh`,
})
}>
{t("UploadBtn")}
</ButtonItem>
<ButtonItem
layout="below"
onClick={() =>
launchApp(serverAPI, {
name: t("DownloadBtn"),
exec: `${toolsPath}/cloudSync/cloud_sync_force_download.sh`,
})
}>
{t("DownloadBtn")}
</ButtonItem>
</PanelSectionRow>
<PanelSectionRow>
<ToggleField
label="RetroArch local Co-Op"
Expand Down
4 changes: 3 additions & 1 deletion src/localisation/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
"loadingGames": "正在生成数据库,请耐心等待",
"scrapingWatcherBody": "下载艺术品",
"ImportTitle": "导入游戏",
"ImportButton": "使用Wifi导入"
"ImportButton": "使用Wifi导入",
"UploadBtn": "强制同步 - 上传",
"DownloadBtn": "强制同步 - 下载"
}
4 changes: 3 additions & 1 deletion src/localisation/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
"loadingGames": "Datenbank wird erstellt, bitte gedulden Sie sich",
"scrapingWatcherBody": "Herunterladen von Kunstwerken",
"ImportTitle": "Spiele importieren",
"ImportButton": "Mit Wifi importieren"
"ImportButton": "Mit Wifi importieren",
"UploadBtn": "Synchronisation erzwingen - Hochladen",
"DownloadBtn": "Synchronisation erzwingen - Herunterladen"
}
4 changes: 3 additions & 1 deletion src/localisation/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
"loadingGames": "Generating Database, please be patient",
"scrapingWatcherBody": "Downloading artwork",
"ImportTitle": "Import Games",
"ImportButton": "Import using Wifi"
"ImportButton": "Import using Wifi",
"UploadBtn": "Force Sync - Upload",
"DownloadBtn": "Force Sync - Download"
}
4 changes: 3 additions & 1 deletion src/localisation/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
"loadingGames": "Generando base de datos, por favor sea paciente",
"scrapingWatcherBody": "Descargando carátulas",
"ImportTitle": "Importar Juegos",
"ImportButton": "Importar usando Wifi"
"ImportButton": "Importar usando Wifi",
"UploadBtn": "Forzar Sincronización - Subir",
"DownloadBtn": "Forzar Sincronización - Descargar"
}
4 changes: 3 additions & 1 deletion src/localisation/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
"loadingGames": "Génération de la base de données, veuillez patienter",
"scrapingWatcherBody": "Téléchargement d'œuvres d'art",
"ImportTitle": "Importer des jeux",
"ImportButton": "Importer via Wifi"
"ImportButton": "Importer via Wifi",
"UploadBtn": "Forcer la synchronisation - Télécharger",
"DownloadBtn": "Forcer la synchronisation - Télécharger en local"
}
4 changes: 3 additions & 1 deletion src/localisation/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
"loadingGames": "Generazione del database, si prega di essere pazienti",
"scrapingWatcherBody": "Scaricamento di opere d'arte",
"ImportTitle": "Importa giochi",
"ImportButton": "Importa tramite Wifi"
"ImportButton": "Importa tramite Wifi",
"UploadBtn": "Forza Sincronizzazione - Carica",
"DownloadBtn": "Forza Sincronizzazione - Scarica"
}
4 changes: 3 additions & 1 deletion src/localisation/jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@
"ImportTitle": "Import Games",
"ImportButton": "Import using Wifi",
"ImportTitle": "ゲームをインポート",
"ImportButton": "Wifiを使用してインポート"
"ImportButton": "Wifiを使用してインポート",
"UploadBtn": "強制同期 - アップロード",
"DownloadBtn": "強制同期 - ダウンロード"
}
4 changes: 3 additions & 1 deletion src/localisation/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
"loadingGames": "Gerando banco de dados, por favor, seja paciente",
"scrapingWatcherBody": "Baixando obras de arte",
"ImportTitle": "Importar Jogos",
"ImportButton": "Importar usando Wifi"
"ImportButton": "Importar usando Wifi",
"UploadBtn": "Forçar Sincronização - Enviar",
"DownloadBtn": "Forçar Sincronização - Baixar"
}

0 comments on commit 1f18968

Please sign in to comment.