mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
Small UI fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cultivation",
|
||||
"version": "1.0.20",
|
||||
"version": "1.0.21",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^1.0.0-rc.5",
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
"select_file": "选择文件或文件夹...",
|
||||
"select_folder": "选择文件夹...",
|
||||
"download": "下载",
|
||||
"delete": "删除",
|
||||
"install": "安装"
|
||||
},
|
||||
"news": {
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
"select_file": "選擇檔案或資料夾...",
|
||||
"select_folder": "選擇資料夾...",
|
||||
"download": "下載",
|
||||
"delete": "刪除",
|
||||
"install": "安裝"
|
||||
},
|
||||
"news": {
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
"select_file": "Datei oder Ordner auswählen...",
|
||||
"select_folder": "Ordner auswählen...",
|
||||
"download": "Herunterladen",
|
||||
"delete": "Löschen",
|
||||
"install": "Installieren"
|
||||
},
|
||||
"news": {
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
"select_file": "Select file or folder...",
|
||||
"select_folder": "Select folder...",
|
||||
"download": "Download",
|
||||
"delete": "Delete",
|
||||
"install": "Install"
|
||||
},
|
||||
"news": {
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
"select_file": "Seleccionar el archivo o carpeta...",
|
||||
"select_folder": "Seleccionar la carpeta...",
|
||||
"download": "Descargar",
|
||||
"delete": "Borrar",
|
||||
"install": "Instalar"
|
||||
},
|
||||
"news": {
|
||||
|
||||
@@ -54,7 +54,9 @@
|
||||
"components": {
|
||||
"select_file": "choisir fichier ou dossier...",
|
||||
"select_folder": "choisir dossier...",
|
||||
"download": "Telecharger"
|
||||
"download": "Telecharger",
|
||||
"delete": "Supprimer",
|
||||
"install": "Installer"
|
||||
},
|
||||
"news": {
|
||||
"latest_commits": "Recents Commits",
|
||||
|
||||
@@ -53,7 +53,8 @@
|
||||
"components": {
|
||||
"select_file": "Pilih File Atau Folder...",
|
||||
"select_folder": "Pilih Folder...",
|
||||
"download": "download"
|
||||
"download": "download",
|
||||
"delete": "Menghapus"
|
||||
},
|
||||
"news": {
|
||||
"latest_commits": "Commit Terbaru",
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
"select_file": "파일 또는 폴더 선택...",
|
||||
"select_folder": "폴더 선택...",
|
||||
"download": "다운로드",
|
||||
"delete": "삭제",
|
||||
"install": "설치"
|
||||
},
|
||||
"news": {
|
||||
|
||||
@@ -52,7 +52,8 @@
|
||||
"components": {
|
||||
"select_file": "Izvēlēties failu vai mapu...",
|
||||
"select_folder": "Izvēlēties mapu...",
|
||||
"download": "Lejupielādēt"
|
||||
"download": "Lejupielādēt",
|
||||
"delete": "Dzēst"
|
||||
},
|
||||
"news": {
|
||||
"latest_commits": "Nesen kommitus",
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
"select_file": "Select file or folder...",
|
||||
"select_folder": "Select folder...",
|
||||
"download": "Download",
|
||||
"delete": "Verwijder",
|
||||
"install": "Install"
|
||||
},
|
||||
"news": {
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
"select_file": "Выберите файл или папку...",
|
||||
"select_folder": "Выберите папку...",
|
||||
"download": "Скачать",
|
||||
"delete": "Удалить",
|
||||
"install": "Установить"
|
||||
},
|
||||
"news": {
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
"select_file": "Chọn tập tin hoặc thư mục...",
|
||||
"select_folder": "Chọn thư mục...",
|
||||
"download": "Tải",
|
||||
"delete": "Xóa bỏ",
|
||||
"install": "Cài"
|
||||
},
|
||||
"news": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "Cultivation",
|
||||
"version": "1.0.20"
|
||||
"version": "1.0.21"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
||||
@@ -316,7 +316,7 @@ export default class Options extends React.Component<IProps, IState> {
|
||||
</div>
|
||||
<div className="OptionValue" id="menuOptionsButtonmetaDownload">
|
||||
<BigButton onClick={this.removeRSA} id="metaDownload">
|
||||
<Tr text="components.download" />
|
||||
<Tr text="components.delete" />
|
||||
</BigButton>
|
||||
</div>
|
||||
</div>
|
||||
@@ -326,11 +326,7 @@ export default class Options extends React.Component<IProps, IState> {
|
||||
<HelpButton contents="help.patch_rsa" />
|
||||
</div>
|
||||
<div className="OptionValue" id="menuOptionsCheckboxPatchMeta">
|
||||
<Checkbox
|
||||
onChange={() => this.toggleOption('patch_rsa')}
|
||||
checked={this.state?.patch_rsa}
|
||||
id="patchMeta"
|
||||
/>
|
||||
<Checkbox onChange={() => this.toggleOption('patch_rsa')} checked={this.state?.patch_rsa} id="patchMeta" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="OptionSection" id="menuOptionsContainerUseProxy">
|
||||
|
||||
Reference in New Issue
Block a user