Small UI fix

This commit is contained in:
Thoronium
2023-02-28 10:28:02 -07:00
parent 812aa64c5e
commit 098ba63066
15 changed files with 23 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "cultivation", "name": "cultivation",
"version": "1.0.20", "version": "1.0.21",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@tauri-apps/api": "^1.0.0-rc.5", "@tauri-apps/api": "^1.0.0-rc.5",

View File

@@ -56,6 +56,7 @@
"select_file": "选择文件或文件夹...", "select_file": "选择文件或文件夹...",
"select_folder": "选择文件夹...", "select_folder": "选择文件夹...",
"download": "下载", "download": "下载",
"delete": "删除",
"install": "安装" "install": "安装"
}, },
"news": { "news": {

View File

@@ -56,6 +56,7 @@
"select_file": "選擇檔案或資料夾...", "select_file": "選擇檔案或資料夾...",
"select_folder": "選擇資料夾...", "select_folder": "選擇資料夾...",
"download": "下載", "download": "下載",
"delete": "刪除",
"install": "安裝" "install": "安裝"
}, },
"news": { "news": {

View File

@@ -55,6 +55,7 @@
"select_file": "Datei oder Ordner auswählen...", "select_file": "Datei oder Ordner auswählen...",
"select_folder": "Ordner auswählen...", "select_folder": "Ordner auswählen...",
"download": "Herunterladen", "download": "Herunterladen",
"delete": "Löschen",
"install": "Installieren" "install": "Installieren"
}, },
"news": { "news": {

View File

@@ -56,6 +56,7 @@
"select_file": "Select file or folder...", "select_file": "Select file or folder...",
"select_folder": "Select folder...", "select_folder": "Select folder...",
"download": "Download", "download": "Download",
"delete": "Delete",
"install": "Install" "install": "Install"
}, },
"news": { "news": {

View File

@@ -56,6 +56,7 @@
"select_file": "Seleccionar el archivo o carpeta...", "select_file": "Seleccionar el archivo o carpeta...",
"select_folder": "Seleccionar la carpeta...", "select_folder": "Seleccionar la carpeta...",
"download": "Descargar", "download": "Descargar",
"delete": "Borrar",
"install": "Instalar" "install": "Instalar"
}, },
"news": { "news": {

View File

@@ -54,7 +54,9 @@
"components": { "components": {
"select_file": "choisir fichier ou dossier...", "select_file": "choisir fichier ou dossier...",
"select_folder": "choisir dossier...", "select_folder": "choisir dossier...",
"download": "Telecharger" "download": "Telecharger",
"delete": "Supprimer",
"install": "Installer"
}, },
"news": { "news": {
"latest_commits": "Recents Commits", "latest_commits": "Recents Commits",

View File

@@ -53,7 +53,8 @@
"components": { "components": {
"select_file": "Pilih File Atau Folder...", "select_file": "Pilih File Atau Folder...",
"select_folder": "Pilih Folder...", "select_folder": "Pilih Folder...",
"download": "download" "download": "download",
"delete": "Menghapus"
}, },
"news": { "news": {
"latest_commits": "Commit Terbaru", "latest_commits": "Commit Terbaru",

View File

@@ -56,6 +56,7 @@
"select_file": "파일 또는 폴더 선택...", "select_file": "파일 또는 폴더 선택...",
"select_folder": "폴더 선택...", "select_folder": "폴더 선택...",
"download": "다운로드", "download": "다운로드",
"delete": "삭제",
"install": "설치" "install": "설치"
}, },
"news": { "news": {

View File

@@ -52,7 +52,8 @@
"components": { "components": {
"select_file": "Izvēlēties failu vai mapu...", "select_file": "Izvēlēties failu vai mapu...",
"select_folder": "Izvēlēties mapu...", "select_folder": "Izvēlēties mapu...",
"download": "Lejupielādēt" "download": "Lejupielādēt",
"delete": "Dzēst"
}, },
"news": { "news": {
"latest_commits": "Nesen kommitus", "latest_commits": "Nesen kommitus",

View File

@@ -55,6 +55,7 @@
"select_file": "Select file or folder...", "select_file": "Select file or folder...",
"select_folder": "Select folder...", "select_folder": "Select folder...",
"download": "Download", "download": "Download",
"delete": "Verwijder",
"install": "Install" "install": "Install"
}, },
"news": { "news": {

View File

@@ -55,6 +55,7 @@
"select_file": "Выберите файл или папку...", "select_file": "Выберите файл или папку...",
"select_folder": "Выберите папку...", "select_folder": "Выберите папку...",
"download": "Скачать", "download": "Скачать",
"delete": "Удалить",
"install": "Установить" "install": "Установить"
}, },
"news": { "news": {

View File

@@ -56,6 +56,7 @@
"select_file": "Chọn tập tin hoặc thư mục...", "select_file": "Chọn tập tin hoặc thư mục...",
"select_folder": "Chọn thư mục...", "select_folder": "Chọn thư mục...",
"download": "Tải", "download": "Tải",
"delete": "Xóa bỏ",
"install": "Cài" "install": "Cài"
}, },
"news": { "news": {

View File

@@ -7,7 +7,7 @@
}, },
"package": { "package": {
"productName": "Cultivation", "productName": "Cultivation",
"version": "1.0.20" "version": "1.0.21"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@@ -316,7 +316,7 @@ export default class Options extends React.Component<IProps, IState> {
</div> </div>
<div className="OptionValue" id="menuOptionsButtonmetaDownload"> <div className="OptionValue" id="menuOptionsButtonmetaDownload">
<BigButton onClick={this.removeRSA} id="metaDownload"> <BigButton onClick={this.removeRSA} id="metaDownload">
<Tr text="components.download" /> <Tr text="components.delete" />
</BigButton> </BigButton>
</div> </div>
</div> </div>
@@ -326,11 +326,7 @@ export default class Options extends React.Component<IProps, IState> {
<HelpButton contents="help.patch_rsa" /> <HelpButton contents="help.patch_rsa" />
</div> </div>
<div className="OptionValue" id="menuOptionsCheckboxPatchMeta"> <div className="OptionValue" id="menuOptionsCheckboxPatchMeta">
<Checkbox <Checkbox onChange={() => this.toggleOption('patch_rsa')} checked={this.state?.patch_rsa} id="patchMeta" />
onChange={() => this.toggleOption('patch_rsa')}
checked={this.state?.patch_rsa}
id="patchMeta"
/>
</div> </div>
</div> </div>
<div className="OptionSection" id="menuOptionsContainerUseProxy"> <div className="OptionSection" id="menuOptionsContainerUseProxy">