diff --git a/.github/workflows/develop-chia.yaml b/.github/workflows/develop-chia.yaml index c7aabf00..d55fbd75 100644 --- a/.github/workflows/develop-chia.yaml +++ b/.github/workflows/develop-chia.yaml @@ -89,7 +89,7 @@ jobs: "UBUNTU_VER=jammy" "MACHINARIS_STREAM=develop" "CHIADOG_BRANCH=dev" - "GIGAHORSE_BRANCH=v2.1.1.giga22" + "GIGAHORSE_BRANCH=v2.1.1.giga25" "CHIA_BRANCH=main" "PLOTMAN_BRANCH=compress" tags: | diff --git a/.github/workflows/main-chia.yaml b/.github/workflows/main-chia.yaml index 124cbdff..7b36857a 100644 --- a/.github/workflows/main-chia.yaml +++ b/.github/workflows/main-chia.yaml @@ -89,7 +89,7 @@ jobs: build-args: | "UBUNTU_VER=jammy" "MACHINARIS_STREAM=latest" - "GIGAHORSE_BRANCH=v2.1.1.giga22" + "GIGAHORSE_BRANCH=v2.1.1.giga25" "CHIA_BRANCH=main" tags: | ${{ secrets.DOCKERHUB_USERNAME }}/machinaris-gigahorse:latest diff --git a/.github/workflows/main-mmx.yaml b/.github/workflows/main-mmx.yaml index cbf582d7..4061f167 100644 --- a/.github/workflows/main-mmx.yaml +++ b/.github/workflows/main-mmx.yaml @@ -46,7 +46,7 @@ jobs: "MACHINARIS_STREAM=latest" "CHIA_BRANCH=latest" "MMX_BRANCH=v0.10.6" - "GIGAHORSE_BRANCH=v2.1.1.giga22" + "GIGAHORSE_BRANCH=v2.1.1.giga25" tags: | ${{ secrets.DOCKERHUB_USERNAME }}/machinaris-mmx:latest ${{ secrets.DOCKERHUB_USERNAME }}/machinaris-mmx:v${{ github.event.inputs.version }} diff --git a/.github/workflows/test-chia.yaml b/.github/workflows/test-chia.yaml index 6d6d27a5..87d8a2da 100644 --- a/.github/workflows/test-chia.yaml +++ b/.github/workflows/test-chia.yaml @@ -89,7 +89,7 @@ jobs: "UBUNTU_VER=jammy" "MACHINARIS_STREAM=test" "CHIADOG_BRANCH=dev" - "GIGAHORSE_BRANCH=v2.1.1.giga22" + "GIGAHORSE_BRANCH=v2.1.1.giga25" "CHIA_BRANCH=main" "PLOTMAN_BRANCH=development" tags: | diff --git a/.github/workflows/test-mmx.yaml b/.github/workflows/test-mmx.yaml index 16a4d507..7d9611fb 100644 --- a/.github/workflows/test-mmx.yaml +++ b/.github/workflows/test-mmx.yaml @@ -46,7 +46,7 @@ jobs: "CHIA_BRANCH=latest" "PLOTMAN_BRANCH=development" "MMX_BRANCH=v0.10.6" - "GIGAHORSE_BRANCH=v2.1.1.giga22" + "GIGAHORSE_BRANCH=v2.1.1.giga25" tags: | ${{ secrets.DOCKERHUB_USERNAME }}/machinaris-mmx:test ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-mmx:test diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ff881a..72512c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,23 @@ All notable changes to this project will be documented in this file. The format ## [Unreleased] - 2023-?-? ### Added - Settings | Plotting | Bladebit now supports "no_direct_io: true" option + - Settings | Plotting | Bladebit now supports "check_plots: 100" option to check at end of plot creation + - Settings | Plotting | Bladebit now supports "check_threshold: 0.6" option to delete invalid plots at end of plot creation ### Changed - Support for [Gigahorse Recompute Server](https://github.com/guydavis/machinaris/wiki/Gigahorse#recompute-server) (single GPU on fullnode/farmer), shared by multiple Gigahorse harvesters. ### Updated - [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.1.1) to v2.1.1 - misc improvements, see their release notes. - - [Gigahorse](https://github.com/madMAx43v3r/chia-gigahorse/releases/tag/v2.1.1.giga22) to v2.1.1.giga22 with C20 compression support. + - [Gigahorse](https://github.com/madMAx43v3r/chia-gigahorse/releases/tag/v2.1.1.giga25) to v2.1.1.giga25 with C20 compression support. + - [Flask](https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-0) to v3.0.0 - serves up the Machinaris WebUI. +### Notes + - Regression in Chia binaries (since v2.0.0) ignoring the "-y" parameter on plotnft changes, has broken pool join/leave thru WebUI. ## [2.1.0] - 2023-10-06 ### Updated - [Bladebit](https://github.com/Chia-Network/bladebit/releases/tag/v3.1.0) to v3.1.0 - Supporting hybrid GPU/disk plotting with either 128 GB or 16 GB RAM. - [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.1.0) to v2.1.0 - misc improvements, see their release notes. +### Notes + - Regression in Chia binaries (since v2.0.0) ignoring the "-y" parameter on plotnft changes, has broken pool join/leave thru WebUI. ## [2.0.0] - 2023-08-24 ### Added @@ -30,6 +37,8 @@ All notable changes to this project will be documented in this file. The format - [HDDCoin](https://github.com/HDDcoin-Network/hddcoin-blockchain/releases/tag/3.0.0) to 3.0.0 based on Chia 1.8.2. - [MMX](https://github.com/madMAx43v3r/mmx-node/releases/tag/v0.10.6) to v0.10.6. - [Wheat](https://github.com/wheatnetwork/wheat-blockchain/releases/tag/1.8.2) to v1.8.2. +### Notes + - Regression in Chia binaries ignoring the "-y" parameter on plotnft changes, has broken pool join/leave thru WebUI. ## [1.8.2] - 2023-06-28 ## Updated diff --git a/api/schedules/status_worker.py b/api/schedules/status_worker.py index ab4617cd..9ff39f16 100644 --- a/api/schedules/status_worker.py +++ b/api/schedules/status_worker.py @@ -63,10 +63,13 @@ def gather_services_status(): # Assumes a single blockchain is enabled in this container blockchain = globals.enabled_blockchains()[0] if gc['farming_enabled'] or gc['harvesting_enabled']: - if blockchain == 'mmx': - farming_status = mmx_cli.load_farm_info(blockchain).status - else: - farming_status = chia_cli.load_farm_summary(blockchain).status + try: # Deal with Gigahorse users plotting with farming manually disabled due to GPU contention + if blockchain == 'mmx': + farming_status = mmx_cli.load_farm_info(blockchain).status + else: + farming_status = chia_cli.load_farm_summary(blockchain).status + except Exception as ex: + app.logger.error("Skipping farm status for worker due to: {0}".format(str(ex))) if chiadog_cli.get_chiadog_pid(blockchain): monitoring_status = "running" else: diff --git a/api/translations/de_DE/LC_MESSAGES/messages.po b/api/translations/de_DE/LC_MESSAGES/messages.po index ebcf9ba5..f910af37 100755 --- a/api/translations/de_DE/LC_MESSAGES/messages.po +++ b/api/translations/de_DE/LC_MESSAGES/messages.po @@ -7,26 +7,26 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris" "/issuesCreation-Date: 2022-02-16 15:00-0700\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-02-15 14:29-0700\n" -"Last-Translator: ApfelBirneKreis\n" +"Last-Translator: slowfinger\n" "Language: de\n" "Language-Team: de \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" #: commands/chia_cli.py:79 msgid "Updated config.yaml failed validation!" -msgstr "Geupdatete config.yaml hat die Validation nicht bestanden" +msgstr "Geupdatete config.yaml hat die Validierung nicht bestanden!" #: commands/pools_cli.py:76 msgid "No requested pool modifications were sent. Current settings are unchanged." msgstr "" -"Keine Pool modifikationen wurden gesendet. Vorherige Einstellungen wurden" -" beibehalten" +"Keine Pool Modifikationen wurden gesendet. Vorherige Einstellungen wurden" +" beibehalten." #: commands/pools_cli.py:166 msgid "" @@ -34,8 +34,9 @@ msgid "" "minutes or more to complete. DO NOT immediately re-submit your request. " "View the log for details." msgstr "" -"Pool erfolgreich verlassen. Es wird zu self-pooling gewechselt.Bitte " -"warte ein paar minuten und sende die Anfrage NICHT sofort nochmal." +"Pool erfolgreich verlassen. Es wird zu self-pooling gewechselt. Bitte " +"warte ein paar Minuten und sende die Anfrage NICHT sofort nochmal. Mehr " +"Details findest du in den Logs." #: commands/pools_cli.py:212 #, python-format @@ -44,8 +45,9 @@ msgid "" " to complete. DO NOT immediately re-submit your request. Be patient! View" " the log for details." msgstr "" -"Pool %(pool_url)s erfolgreich beigetreten und PlotNFT erstelltBitte warte" -" ein paar minuten und sende die Anfrage NICHT sofort nochmal." +"Pool %(pool_url)s erfolgreich beigetreten und PlotNFT erstellt. Bitte " +"warte ein paar Minuten und sende die Anfrage NICHT sofort nochmal. Mehr " +"Details findest du in den Logs." #: commands/pools_cli.py:243 msgid "" @@ -53,8 +55,9 @@ msgid "" "or more to complete. DO NOT immediately re-submit your request. Be " "patient! View the log for details." msgstr "" -"NFT für Self-pooling erfolgreich erstellt.Bitte warte ein paar minuten " -"und sende die Anfrage NICHT sofort nochmal." +"NFT für Self-pooling erfolgreich erstellt. Bitte warte ein paar Minuten " +"und sende die Anfrage NICHT sofort nochmal. Mehr Details findest du in " +"den Logs." #: views/ping/resources.py:28 msgid "Pong!" diff --git a/api/translations/fr_FR/LC_MESSAGES/messages.po b/api/translations/fr_FR/LC_MESSAGES/messages.po index c0d452e6..3ab1403d 100755 --- a/api/translations/fr_FR/LC_MESSAGES/messages.po +++ b/api/translations/fr_FR/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris" "/issuesCreation-Date: 2022-02-16 15:00-0700\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-02-15 14:29-0700\n" "Last-Translator: Guy Davis\n" "Language: fr\n" @@ -16,7 +16,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" #: commands/chia_cli.py:79 msgid "Updated config.yaml failed validation!" diff --git a/api/translations/it_IT/LC_MESSAGES/messages.po b/api/translations/it_IT/LC_MESSAGES/messages.po index 28ea478b..26b6df12 100755 --- a/api/translations/it_IT/LC_MESSAGES/messages.po +++ b/api/translations/it_IT/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris" "/issuesCreation-Date: 2022-02-16 15:00-0700\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-02-15 14:29-0700\n" "Last-Translator: Fabrizio Cacicia\n" "Language: it\n" @@ -16,7 +16,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" #: commands/chia_cli.py:79 msgid "Updated config.yaml failed validation!" diff --git a/api/translations/nl_NL/LC_MESSAGES/messages.po b/api/translations/nl_NL/LC_MESSAGES/messages.po index 1a97c00f..414166ab 100755 --- a/api/translations/nl_NL/LC_MESSAGES/messages.po +++ b/api/translations/nl_NL/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris/issuesPOT-" "Creation-Date: 2022-03-13 10:30-0600\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-03-13 10:29-0600\n" "Last-Translator: Bernie Deprez\n" "Language: nl_NL\n" @@ -16,7 +16,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" #: commands/chia_cli.py:79 msgid "Updated config.yaml failed validation!" diff --git a/api/translations/pt_PT/LC_MESSAGES/messages.po b/api/translations/pt_PT/LC_MESSAGES/messages.po index 370b7b1f..61361234 100755 --- a/api/translations/pt_PT/LC_MESSAGES/messages.po +++ b/api/translations/pt_PT/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris" "/issuesCreation-Date: 2022-02-16 15:00-0700\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-02-13 13:45-0700\n" "Last-Translator: Antonio Casqueiro\n" "Language: pt\n" @@ -16,7 +16,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" #: commands/chia_cli.py:79 msgid "Updated config.yaml failed validation!" diff --git a/api/translations/zh/LC_MESSAGES/messages.po b/api/translations/zh/LC_MESSAGES/messages.po index 5015408c..94a198e4 100755 --- a/api/translations/zh/LC_MESSAGES/messages.po +++ b/api/translations/zh/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris" "/issuesCreation-Date: 2022-02-16 15:00-0700\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-02-15 14:29-0700\n" "Last-Translator: Guy Davis\n" "Language: zh\n" @@ -16,7 +16,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" #: commands/chia_cli.py:79 msgid "Updated config.yaml failed validation!" diff --git a/config/plotman.sample.yaml b/config/plotman.sample.yaml index 0ef6f3d7..e5a2d0a1 100644 --- a/config/plotman.sample.yaml +++ b/config/plotman.sample.yaml @@ -110,6 +110,8 @@ plotting: mode: diskplot # Either enable ramplot, diskplot, or gpuplot. diskplot_cache: 4GB # If diskplot, amount of RAM to allocate to caching disk writes diskplot_buckets: 256 # Optionally set a different number of buckets to use for diskplot + #check_plots: 100 # For gpuplot only, will optionally perform given number of validations per new plot + #check_threshold: 0.6 # For gpuplot only, will optionally delete a new plot failing validity check below threshold level (0 to 1) madmax: # Classic Madmax plotter; see https://github.com/guydavis/machinaris/wiki/MadMax diff --git a/scripts/forks/chia_install.sh b/scripts/forks/chia_install.sh index 5d144c6d..aad1d9cd 100644 --- a/scripts/forks/chia_install.sh +++ b/scripts/forks/chia_install.sh @@ -27,10 +27,10 @@ else echo "Installing Chia CUDA binaries on ${arch_name}..." cd /tmp if [[ "${arch_name}" = "x86_64" ]]; then - curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.1.1/chia-blockchain-cli_2.1.1-1_amd64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.1.2-rc1/chia-blockchain-cli_2.1.2rc1-1_amd64.deb apt-get install ./chia-blockchain-cli*.deb else - curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.1.1/chia-blockchain-cli_2.1.1-1_arm64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.1.2-rc1/chia-blockchain-cli_2.1.2rc1-1_arm64.deb apt-get install ./chia-blockchain-cli*.deb fi fi diff --git a/scripts/pull_3rd_party_libs.sh b/scripts/pull_3rd_party_libs.sh index 24888d04..767b97df 100755 --- a/scripts/pull_3rd_party_libs.sh +++ b/scripts/pull_3rd_party_libs.sh @@ -4,7 +4,7 @@ # # Bootstrap and Icons -BSI_VERSION=1.11.0 +BSI_VERSION=1.11.1 BOOTSTRAP_VERSION=5.3.2 BASEPATH=${JS_LIBS_BASEPATH:-/machinaris/web/static/3rd_party} @@ -13,15 +13,15 @@ LEAFLET_VERSION=1.9.4 # List of other css/js links LIST=" -https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap5.css -https://cdn.datatables.net/1.13.6/js/dataTables.bootstrap5.js -https://cdn.datatables.net/1.13.6/js/jquery.dataTables.js +https://cdn.datatables.net/1.13.7/css/dataTables.bootstrap5.css +https://cdn.datatables.net/1.13.7/js/dataTables.bootstrap5.js +https://cdn.datatables.net/1.13.7/js/jquery.dataTables.js https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.js.map https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-adapter-luxon@1.3.1/dist/chartjs-adapter-luxon.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels@2.2.0/dist/chartjs-plugin-datalabels.min.js https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js -https://cdn.jsdelivr.net/npm/luxon@3.4.3/build/global/luxon.min.js" +https://cdn.jsdelivr.net/npm/luxon@3.4.4/build/global/luxon.min.js" mkdir -p $BASEPATH for url in $LIST ; do diff --git a/web/actions/stats.py b/web/actions/stats.py index c15c8212..c7b1b75e 100644 --- a/web/actions/stats.py +++ b/web/actions/stats.py @@ -38,7 +38,7 @@ StatPlottingDiskFree, ] -# Don't overload the bar chart with tons of plots paths, randomly sample only this amount +# Don't overload the bar chart with tons of plots paths, show only the first X paths MAX_ALLOWED_PATHS_ON_BAR_CHART = 20 # Ignore disk stats that are older than this many minutes ago @@ -280,9 +280,11 @@ def load_current_disk_usage(disk_type, hostname=None): free.append(free_row.value) # Leave at GB continue if len(paths): - if len(paths) > MAX_ALLOWED_PATHS_ON_BAR_CHART: - paths = sorted(random.sample(paths, MAX_ALLOWED_PATHS_ON_BAR_CHART)) - summary_by_worker[host.hostname] = { "paths": paths, "used": used, "free": free} + summary_by_worker[host.hostname] = { + "paths": paths[:MAX_ALLOWED_PATHS_ON_BAR_CHART], + "used": used[:MAX_ALLOWED_PATHS_ON_BAR_CHART], + "free": free[:MAX_ALLOWED_PATHS_ON_BAR_CHART] + } #app.logger.debug(summary_by_worker.keys()) return summary_by_worker diff --git a/web/routes.py b/web/routes.py index 68ff0625..01ad019d 100644 --- a/web/routes.py +++ b/web/routes.py @@ -8,9 +8,10 @@ import traceback from datetime import datetime -from flask import Flask, flash, redirect, render_template, abort, escape, \ +from flask import Flask, flash, redirect, render_template, abort, \ request, session, url_for, send_from_directory, make_response from flask_babel import _, lazy_gettext as _l +from markupsafe import escape from common.config import globals from common.utils import fiat diff --git a/web/translations/de_DE/LC_MESSAGES/messages.po b/web/translations/de_DE/LC_MESSAGES/messages.po index 19f4b265..b5e197e6 100755 --- a/web/translations/de_DE/LC_MESSAGES/messages.po +++ b/web/translations/de_DE/LC_MESSAGES/messages.po @@ -7,20 +7,20 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris" "/issuesCreation-Date: 2022-02-16 15:00-0700\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-02-13 13:45-0700\n" -"Last-Translator: ApfelBirneKreisLanguage: de\n" +"Last-Translator: slowfinger\n" "Language: de_DE\n" "Language-Team: de \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" -#: routes.py:122 routes.py:390 +#: routes.py:122 routes.py:389 msgid "Saved local currency setting." -msgstr "Lokale Währungseinstellung gespeichert" +msgstr "Lokale Währungseinstellung gespeichert." #: routes.py:142 msgid "Blockchain download" @@ -30,43 +30,43 @@ msgstr "Blockchain herunterladen" msgid "Unknown plotting form" msgstr "Unbekannte Plotting Configuration" -#: routes.py:244 +#: routes.py:243 msgid "Error! Please see logs." -msgstr "FEHLER! Bitte prüfe die Logs" +msgstr "FEHLER! Bitte prüfe die Logs." -#: routes.py:285 +#: routes.py:284 msgid "Unknown alerts form" msgstr "Unbekannte Alarm Configuration" -#: routes.py:302 +#: routes.py:301 msgid "Saved local currency and wallet sync settings." -msgstr "Lokale Währungseinstellungen und Wallet Syncro Einstellungen gespeichert" +msgstr "Lokale Währungseinstellungen und Wallet Syncro Einstellungen gespeichert. " -#: routes.py:311 +#: routes.py:310 msgid "Starting wallet sync. Please allow at least 15 minutes..." -msgstr "Wallet Syncro gestartet. Bitte warte mindestens 15 Minuten" +msgstr "Wallet Syncro gestartet. Bitte warte mindestens 15 Minuten..." -#: routes.py:314 +#: routes.py:313 msgid "Pausing wallet sync. Please allow a few minutes..." -msgstr "Wallet Syncro pausiert. Bitte gebe mir ein paar Minuten" +msgstr "Wallet Syncro pausiert. Bitte gebe mir ein paar Minuten..." -#: routes.py:393 +#: routes.py:392 msgid "Restarting blockchain. Please allow at least 15 minutes..." -msgstr "Neustart der Blockchain. Bitte warte mindestens 15 Minuten" +msgstr "Neustart der Blockchain. Bitte warte mindestens 15 Minuten..." -#: routes.py:408 +#: routes.py:407 msgid "" "Saved mapping settings. Please allow 10 minutes to generate location " "information for the map." msgstr "" "Kartendaten gespeichert. Bitte warte bis zu 10 min bis die Kartendaten " -"generiert wurden" +"generiert wurden." -#: routes.py:419 +#: routes.py:418 msgid "Unknown form action" -msgstr "Unbekannte Aktions Konfiguration" +msgstr "Unbekannte Formularaktion" -#: routes.py:543 +#: routes.py:540 #, python-format msgid "" "No worker at %(worker)s for blockchain %(blockchain)s. Please select " @@ -75,7 +75,7 @@ msgstr "" "Kein passender Worker für %(blockchain)s auf %(worker)s gefunden. Bitte " "andere Blockchain wählen." -#: routes.py:549 +#: routes.py:546 #, python-format msgid "" "For Alerts config, found no responding fullnode found for %(blockchain)s." @@ -84,7 +84,7 @@ msgstr "" "Keine Fullnode für %(blockchain)s Warnungen gefunden. Bitte Worker " "überprüfen." -#: routes.py:554 +#: routes.py:551 #, python-format msgid "" "For Farming config, found no responding fullnode found for " @@ -93,23 +93,25 @@ msgstr "" "Keine Fullnode für %(blockchain)s Farming gefunden. Bitte Worker " "überprüfen." -#: routes.py:561 +#: routes.py:558 #, python-format msgid "" "For Plotting config, found no responding fullnode found for " "%(blockchain)s. Please check your workers." -msgstr "Keine Fullnode für %(blockchain)s Plotting gefundenBitte Worker überprüfen" +msgstr "" +"Keine Fullnode für %(blockchain)s Plotting gefunden. Bitte Worker " +"überprüfen." -#: routes.py:566 routes.py:571 routes.py:576 +#: routes.py:563 routes.py:568 routes.py:573 #, python-format msgid "" "No responding fullnode found for %(blockchain)s. Please check your " "workers." msgstr "Keine Fullnode für %(blockchain)s gefunden. Bitte Worker überprüfen." -#: routes.py:595 +#: routes.py:592 msgid "Unsupported log type" -msgstr "Nicht unterstützter Log Ty." +msgstr "Nicht unterstützter Log Type." #: actions/chia.py:175 actions/chiadog.py:36 msgid "Updated config.yaml failed validation! Fix and save or refresh page." @@ -167,13 +169,15 @@ msgid "" "%(link_open)sWiki%(link_close)s to get started with Machinaris. Please " "allow 15 minutes for Chia to begin syncing with peers." msgstr "" -"Wilkommen! ein neuer Schlüssel wurde erzeugt (siehe unten). Bitte besuche" +"Wilkommen! Ein neuer Schlüssel wurde erzeugt (siehe unten). Bitte besuche" " %(link_open)sWiki%(link_close)s um mit Machinaris zu starten. Bitte gebe" -" mir 15 Minuten für den Start der Syncronisation von Chia mit den Peers" +" mir 15 Minuten für den Start der Syncronisation von Chia mit den Peers." #: actions/chia.py:242 actions/chia.py:292 msgid "Unable to start farmer. Try restarting the Machinaris container." -msgstr "Es sind keine Geräte von Machinaris erreichbar." +msgstr "" +"Farmer kann nicht gestartet werden. Versuchen Sie, den Machinaris-" +"Container neu zu starten." #: actions/chia.py:248 actions/chia.py:298 msgid "Timed out while starting farmer! Try restarting the Machinaris container." @@ -210,10 +214,9 @@ msgid "" "%(link_open)sWiki%(link_close)s to get started with Machinaris. Please " "allow 15 minutes for Chia to begin syncing with peers." msgstr "" -"Willkommen! Deine Mnemonic Seed Phrase wurde importiert! Bitte " -"folge%(link_open)sWiki%(link_close)s um Machinaris zu erkunden. Bitte " -"warte mindestens 15 min damit sich Machinaris mit Peers syncronisieren " -"kann." +"Willkommen! Deine Mnemonic Seed Phrase wurde importiert! Bitte folge " +"%(link_open)sWiki%(link_close)s um Machinaris zu erkunden. Bitte warte " +"mindestens 15 min damit sich Machinaris mit Peers syncronisieren kann." #: actions/chia.py:318 actions/chia.py:343 msgid "Failed to connect to worker to add connection. Please check logs." @@ -224,7 +227,7 @@ msgstr "Fehler beim Verbinden. Bitte prüfe die Logs." msgid "Invalid connection \"%(connection)s\" provided. Must be HOST:PORT." msgstr "" "Formatierung von \"%(connection)s\" fehlerhaft! Richtige Formatierung: " -"HOST:PORT" +"HOST:PORT." #: actions/chia.py:331 #, python-format @@ -289,7 +292,10 @@ msgid "" "don't need to check each one individually. Please be patient." msgstr "" "Plot Überprüfung gestartet. Bitte lade die Seite in ein paar Minuten " -"erneut." +"erneut.\n" +"\n" +"Bitte beachte, dass alle Plots langsam im Hintergrund überprüft werden\n" +"so dass man nicht jeden einnzeln überprüfen muss. Habe etwas Geduld." #: actions/chia.py:422 templates/summary.html:86 msgid "Wallet" @@ -317,7 +323,7 @@ msgstr "Alle 12 Stunden" #: actions/chia.py:456 msgid "Once a Day" -msgstr "Einam am Tag" +msgstr "Einmal am Tag" #: actions/chia.py:457 msgid "Never" @@ -333,7 +339,7 @@ msgstr "Chiadog Monitoring konnte nicht gestartet werden. Bitte prüfe die Logs. #: actions/chiadog.py:73 msgid "Chiadog monitoring started. Notifications will be sent." -msgstr "Chiadog Monitoring gestartet. Benachrichtigungen werden gesendet." +msgstr "Chiadog Monitoring gestartet. Benachrichtigungen werden gesendet." #: actions/chiadog.py:81 msgid "Failed to stop Chiadog monitoring! Please see log files." @@ -350,6 +356,8 @@ msgid "" "Failed to contact farmer to send test alert. Please ensure the worker is" " running and check it's logs." msgstr "" +"Der Farmer konnte nicht kontaktiert werden, um eine Testwarnung zu " +"senden. Bitte stelle sicher dass der Worker läuft und prüfe die Logs." #: actions/chiadog.py:92 msgid "" @@ -362,17 +370,17 @@ msgstr "" #: actions/drives.py:33 #, python-format msgid "Oops! No smartctl info found for device %(device)s on %(hostname)s." -msgstr "Keine smartctl Infos für %(device)s unter %(hostname)s." +msgstr "Uups! Keine smartctl Infos für %(device)s unter %(hostname)s gefunden." #: actions/drives.py:54 msgid "Failed to save display settings. Please check Web Log." msgstr "" -"Erscheinungseinstellungen konnten nicht gespeichert werden. Bitte prüfe " -"die Logs." +"Anzeigeeinstellungen konnten nicht gespeichert werden. Bitte prüfe die " +"Logs." #: actions/drives.py:56 msgid "Saved display settings." -msgstr "Lokale Währungseinstellung gespeichert." +msgstr "Anzeigeeinstellungen wurden gespeichert." #: actions/drives.py:77 msgid "" @@ -400,13 +408,13 @@ msgid "" "restarting. Please allow 15 minutes to take effect." msgstr "" "Tools Konfiguration wurde gespeichert. Die Worker werden nun neu " -"gestartet. Dies kann bis zu 15 min dauern" +"gestartet. Dies kann bis zu 15 min dauern." #: actions/plotman.py:44 models/plotman.py:69 msgid "Idle" msgstr "Untätig" -#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:231 +#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:229 #: models/plotman.py:66 templates/index.html:42 templates/index.html:52 msgid "Active" msgstr "Aktiv" @@ -421,7 +429,7 @@ msgstr "Plotman Plotting konnte nicht gestartet werden! Bitte prüfe die Logs." #: actions/plotman.py:77 msgid "Plotman started successfully." -msgstr "Farming wurde nicht erfolgreich gestartet." +msgstr "Farming wurde erfolgreich gestartet." #: actions/plotman.py:100 #, python-format @@ -435,7 +443,7 @@ msgstr "Plotman konnte die ausgewählten Plots erfolgreich %(action)s." #: actions/plotman.py:125 msgid "Failed to stop Plotman plotting run!" -msgstr "Plotman konnte nicht gestoppt werden!" +msgstr "Plotman konnte plotten nicht stoppen!" #: actions/plotman.py:129 msgid "" @@ -461,7 +469,7 @@ msgstr "Plotman Archivierer konnte nicht gestoppt werden! Prüfe die Logs:" msgid "Archiver stopped successfully." msgstr "Archivierer wurde wurde erfolgreich gestoppt." -#: actions/plotman.py:235 +#: actions/plotman.py:233 #, python-format msgid "" "Current configuration will plot %(open_b)sSOLO%(close_b)s plots, not " @@ -469,26 +477,27 @@ msgid "" "choice, please see the %(wiki_open)swiki%(wiki_close)s." msgstr "" "Die jetzige Konfiguration wird %(open_b)sSOLO%(close_b)s Plots erstellen," -" keine%(open_b)sPORTABLE%(close_b)s plots geeignet für Pools! Willst du " -"das nicht folge bitte dem link zum Wiki: %(wiki_open)swiki%(wiki_close)s." +" keine %(open_b)sPORTABLE%(close_b)s plots geeignet für Pools! Willst du " +"das nicht, folge bitte dem link zum Wiki: " +"%(wiki_open)swiki%(wiki_close)s." -#: actions/plotman.py:246 +#: actions/plotman.py:244 msgid "Updated plotman.yaml failed validation! Fix and save or refresh page." msgstr "" "plotman.yaml konnte nicht validiert werden. Korrigiere den Fehler und " "speichere oder aktualisiere die Seite." -#: actions/plotman.py:251 +#: actions/plotman.py:249 msgid "Failed to save config to plotter. Please check log files." msgstr "" "Konfiguration konnte nicht für den Plotter gespeichert werden. Bitte " -"Prüfe das Log!" +"prüfe das Log!" -#: actions/plotman.py:255 +#: actions/plotman.py:253 msgid "Nice! Plotman's plotman.yaml validated and saved successfully." msgstr "Nice! Plotmans plotman.yaml erfolgreich gespeichert." -#: actions/plotman.py:265 +#: actions/plotman.py:263 msgid "" "Sorry, no plotting job log found. Perhaps plot was made outside " "Machinaris?" @@ -496,7 +505,7 @@ msgstr "" "Keinen Plotting Job Log gefunden. Wurde der Plot nicht mit Machinaris " "erstellt?" -#: actions/plotman.py:307 +#: actions/plotman.py:306 #, python-format msgid "" "Replotting has been enabled for %(blockchains)s. Please start Plotting " @@ -504,10 +513,10 @@ msgid "" "minutes." msgstr "" "Replotting aktiviert für %(blockchains)s. Bitte starte den Plotter (und " -"die Archivierung) sobald freier Speicher verfügbar ist. Das dauert ca. 15" -" Minuten." +"die Archivierung), sobald freier Speicher verfügbar ist. Das dauert ca. " +"15 Minuten." -#: actions/plotman.py:309 +#: actions/plotman.py:308 msgid "" "Replotting has been DISABLED for all blockchains. Machinaris will NOT " "remove any plots now." @@ -515,7 +524,7 @@ msgstr "" "Replotting wurde GESTOPPT für alle Blockchains. Machinaris wird KEINE " "Plots entfernen." -#: actions/plotman.py:311 +#: actions/plotman.py:310 #, python-format msgid "Unable to save replotting settings in %(file)s because %(exception)s" msgstr "" @@ -528,7 +537,7 @@ msgid "" "page." msgstr "Pool Einstellungen konnten nicht gespeichert werden. Überprüfe die Logs!" -#: actions/pools.py:154 +#: actions/pools.py:152 msgid "" "Reward recovery for portable plots has been initiated. Tomorrow, please " "check the Total Balance charts below for each blockchain with recoverable" @@ -538,7 +547,7 @@ msgstr "" "morgen die Total Balance Charts unten für jede Blockchain mit recoverable" " Coins." -#: actions/pools.py:159 +#: actions/pools.py:157 msgid "Unconfirmed transaction cleanup has been initiated. Please wait..." msgstr "Unconfirmed transaction Bereinigung gestartet. Bitte warten ..." @@ -547,89 +556,89 @@ msgstr "Unconfirmed transaction Bereinigung gestartet. Bitte warten ..." msgid "in last day." msgstr "während des letzten Tags" -#: actions/stats.py:418 +#: actions/stats.py:420 msgid "secs" msgstr "Sekunden" -#: actions/stats.py:431 models/chia.py:271 +#: actions/stats.py:433 models/chia.py:269 msgid "hour" msgstr "Stunde" -#: actions/stats.py:461 templates/index.html:98 +#: actions/stats.py:463 templates/index.html:97 #: templates/views/index_script_block.js:51 msgid "Farmed Coins" msgstr "Erfarmte Coins" -#: actions/stats.py:478 templates/index.html:90 +#: actions/stats.py:480 templates/index.html:89 #: templates/views/index_script_block.js:56 templates/wallet.html:184 msgid "Total Balance" msgstr "Totale Bilanz" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Wallets Total" msgstr "Wallets Bilanz" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Fiat Currency" msgstr "Fiat Währung" -#: actions/stats.py:535 +#: actions/stats.py:537 msgid "Host Memory Usage" -msgstr "Host Memory Verbrauch" +msgstr "Host Speicher Verbrauch" -#: actions/stats.py:555 templates/index.html:106 +#: actions/stats.py:557 templates/index.html:105 msgid "Netspace Size" msgstr "Netspace Größe" -#: actions/stats.py:556 actions/stats.py:616 +#: actions/stats.py:558 actions/stats.py:618 msgid "Size" msgstr "Größe" -#: actions/stats.py:594 templates/farming/workers.html:80 +#: actions/stats.py:596 templates/farming/workers.html:80 msgid "Plot Counts" msgstr "Anzahl der Plots" -#: actions/stats.py:615 templates/index.html:78 +#: actions/stats.py:617 templates/index.html:78 msgid "Plots Size" -msgstr "Gesamte Plot Größe" +msgstr "Plot Größe" -#: actions/stats.py:630 actions/stats.py:631 +#: actions/stats.py:632 actions/stats.py:633 msgid "Effort" msgstr "Aufwand" -#: actions/stats.py:682 templates/summary.html:84 +#: actions/stats.py:684 templates/summary.html:84 msgid "ETW" msgstr "ETW" -#: actions/stats.py:683 +#: actions/stats.py:685 msgid "Estimated Time to Win" -msgstr "Geschätzte Zeit bis zum nächsten Block win" +msgstr "Geschätzte Zeit bis zum nächsten Block gewinn" -#: actions/stats.py:683 models/chia.py:154 models/chia.py:265 +#: actions/stats.py:685 models/chia.py:152 models/chia.py:263 #: models/drives.py:44 msgid "days" msgstr "Tage" -#: actions/stats.py:707 templates/farming/workers.html:310 +#: actions/stats.py:709 templates/farming/workers.html:310 #: templates/worker.html:259 msgid "Container Memory Usage" msgstr "Container Speicher Verbrauch" -#: actions/stats.py:708 +#: actions/stats.py:710 msgid "GiB" msgstr "GiB" -#: actions/stats.py:714 actions/stats.py:722 +#: actions/stats.py:716 actions/stats.py:724 msgid "plots" msgstr "Plots" -#: actions/stats.py:737 templates/farming/workers.html:197 +#: actions/stats.py:739 templates/farming/workers.html:197 #: templates/plotting/transfers.html:272 templates/worker.html:290 #: templates/worker.html:355 msgid "full" msgstr "voll" -#: actions/stats.py:741 +#: actions/stats.py:743 msgid "free" msgstr "frei" @@ -645,9 +654,9 @@ msgid "" "%(wiki_link_open)swiki%(wiki_link_close)s. Please add \"Setup a Cold " "Wallet\" to your To-Do list!" msgstr "" -"Machinaris benutzt ein online Wallet um zu farmen. es ist empfohlem ein " -"cold wallet zu benutzen! Ein Tutorial dazu findest du hier " -"%(wiki_link_open)swiki%(wiki_link_close)s" +"Machinaris benutzt ein online Wallet um zu farmen. Es wird dringend " +"empfohlem ein cold wallet zu benutzen! Ein Tutorial dazu findest du hier" +" %(wiki_link_open)swiki%(wiki_link_close)s" #: actions/warnings.py:142 msgid "" @@ -669,11 +678,11 @@ msgstr "Worker reagiert nicht auf Pings." #: actions/worker.py:122 msgid "Please check the worker container and restart if necessary." -msgstr "Bitte den Worker container überprüfen und wenn nötig neu starten." +msgstr "Bitte den Worker Container überprüfen und wenn nötig neu starten." #: actions/worker.py:124 msgid "Worker time is offset from controller." -msgstr "Die Worker Zeit unterscheidet sich vom Controller." +msgstr "Die Worker Zeit unterscheidet sich von der vom Controller." #: actions/worker.py:125 msgid "Please ensure worker and controller share same timezone." @@ -688,8 +697,8 @@ msgstr "Die Machinaris Version stimmt nicht mit dem Controler überein." #: actions/worker.py:132 msgid "Please use a consistent Machinaris version to avoid issues." msgstr "" -"Bitte stelle sicher, dass Machinaris überall dir gleiche Version " -"entspricht um Fehler zu vermeiden." +"Bitte stelle sicher, dass Machinaris überall die gleiche Version " +"verwendet um Fehler zu vermeiden." #: actions/worker.py:140 msgid "This fullnode is running old v1 format database." @@ -701,152 +710,152 @@ msgid "" "Please %(wiki_link)supgrade%(close_link)s to newer v2 format for less " "disk usage." msgstr "" -"Bitte geeh zu %(wiki_link)supgrade%(close_link)s um auf das neue V2 " -"Format upzugraden um Festplattenplatz zu sparen." +"Bitte gehe zu %(wiki_link)supgrade%(close_link)s um auf das neue V2 " +"Format upzugraden und Festplattenplatz zu sparen." -#: models/chia.py:233 templates/blockchains.html:136 templates/summary.html:107 +#: models/chia.py:231 templates/blockchains.html:136 templates/summary.html:107 #: templates/wallet.html:206 msgid "Syncing" msgstr "Synchronisierung" -#: models/chia.py:235 templates/index.html:54 +#: models/chia.py:233 templates/index.html:54 msgid "Not available" msgstr "Nicht erreichbar" -#: models/chia.py:237 +#: models/chia.py:235 msgid "Not synced" msgstr "Nicht syncronisiert" -#: models/chia.py:240 templates/blockchains.html:127 templates/index.html:54 +#: models/chia.py:238 templates/blockchains.html:127 templates/index.html:54 #: templates/plotting/jobs.html:132 templates/plotting/transfers.html:127 #: templates/summary.html:103 templates/wallet.html:197 #: templates/worker.html:78 templates/workers.html:83 msgid "Offline" msgstr "Offline" -#: models/chia.py:253 models/drives.py:49 +#: models/chia.py:251 models/drives.py:49 msgid "years" msgstr "Jahre" -#: models/chia.py:255 +#: models/chia.py:253 msgid "year" msgstr "Jahr" -#: models/chia.py:257 models/drives.py:48 +#: models/chia.py:255 models/drives.py:48 msgid "months" msgstr "Monate" -#: models/chia.py:259 +#: models/chia.py:257 msgid "month" msgstr "Monat" -#: models/chia.py:261 models/drives.py:46 +#: models/chia.py:259 models/drives.py:46 msgid "weeks" msgstr "Wochen" -#: models/chia.py:263 +#: models/chia.py:261 msgid "week" msgstr "Woche" -#: models/chia.py:267 +#: models/chia.py:265 msgid "day" msgstr "Tag" -#: models/chia.py:269 models/drives.py:42 +#: models/chia.py:267 models/drives.py:42 msgid "hours" msgstr "Stunde" -#: models/chia.py:273 +#: models/chia.py:271 msgid "minutes" msgstr "Minuten" -#: models/chia.py:275 +#: models/chia.py:273 msgid "minute" msgstr "Minute" -#: models/chia.py:277 +#: models/chia.py:275 msgid "Never (no plots)" msgstr "Niemals (keine Plots)" -#: models/chia.py:279 +#: models/chia.py:277 msgid "Soon" msgstr "Bald" -#: models/chia.py:281 +#: models/chia.py:279 msgid "and" msgstr "und" -#: models/chia.py:288 +#: models/chia.py:286 msgid "worker" -msgstr "worker" +msgstr "Worker" -#: models/chia.py:289 +#: models/chia.py:287 msgid "blockchain" -msgstr "blockchain" +msgstr "Blockchain" -#: models/chia.py:290 +#: models/chia.py:288 msgid "plot_id" msgstr "plot_id" -#: models/chia.py:291 +#: models/chia.py:289 msgid "dir" msgstr "dir" -#: models/chia.py:292 +#: models/chia.py:290 msgid "plot" msgstr "plot" -#: models/chia.py:293 +#: models/chia.py:291 msgid "type" msgstr "type" -#: models/chia.py:294 +#: models/chia.py:292 msgid "create_date" msgstr "Datum_Erstellung" -#: models/chia.py:295 +#: models/chia.py:293 msgid "size" msgstr "Größe" -#: models/chia.py:296 +#: models/chia.py:294 msgid "c" msgstr "c" -#: models/chia.py:297 +#: models/chia.py:295 msgid "a" msgstr "a" -#: models/chia.py:441 models/chia.py:452 templates/wallet.html:194 +#: models/chia.py:439 models/chia.py:450 templates/wallet.html:194 msgid "View Transactions" msgstr "Transaktionen ansehen" -#: models/chia.py:852 +#: models/chia.py:850 msgid "Confirmed" msgstr "Bestätigt" -#: models/chia.py:864 +#: models/chia.py:862 msgid "INCOMING_TX" -msgstr "" +msgstr "INCOMING_TX" -#: models/chia.py:866 +#: models/chia.py:864 msgid "OUTGOING_TX" -msgstr "" +msgstr "OUTGOING_TX" -#: models/chia.py:868 +#: models/chia.py:866 msgid "COINBASE_REWARD" -msgstr "" +msgstr "COINBASE_REWARD" -#: models/chia.py:870 +#: models/chia.py:868 msgid "FEE_REWARD" -msgstr "" +msgstr "FEE_REWARD" -#: models/chia.py:872 +#: models/chia.py:870 msgid "INCOMING_TRADE" -msgstr "" +msgstr "INCOMING_TRADE" -#: models/chia.py:874 +#: models/chia.py:872 msgid "OUTGOING_TRADE" -msgstr "" +msgstr "OUTGOING_TRADE" #: models/pools.py:173 #, python-format @@ -854,9 +863,9 @@ msgid "" "%(blockchain)s wallet (%(wallet_id)s) is not fully synced yet. Please " "allow wallet time to complete syncing before changing Pooling settings." msgstr "" -"%(blockchain)s Wallet (%(wallet_id)s) ist nichtvoll synchronisiert . " -"Bitte erlaube wallet Zeit um die Syncronisierung abzuschliessen vor " -"Änderung an den Pool Settings" +"%(blockchain)s Wallet (%(wallet_id)s) ist nicht voll synchronisiert . " +"Bitte gebe der Wallet Zeit um die Syncronisierung abzuschliessen vor " +"weiteren Änderung an den Pool Settings." #: models/pools.py:177 #, python-format @@ -866,7 +875,7 @@ msgid "" " address on the Keys page, then try again later." msgstr "" "%(blockchain)s wallet (%(wallet_id)s) hat kein Guthaben. Bitte fordere " -"hier %(link_open)sfaucet%(link_close)s ein paar mojos an (für die erste " +"hier %(link_open)sfaucet%(link_close)s ein paar Mojos an (für die erste " "Key-Adresse auf der Schlüssel-Seite und probiere es erneut." #: templates/alerts.html:14 @@ -883,12 +892,12 @@ msgid "Worker" msgstr "Worker" #: templates/alerts.html:73 templates/blockchains.html:105 -#: templates/farming/plots.html:76 templates/farming/warnings.html:64 +#: templates/farming/plots.html:83 templates/farming/warnings.html:64 #: templates/farming/warnings.html:101 templates/farming/warnings.html:138 #: templates/settings/alerts.html:75 templates/settings/farming.html:46 #: templates/settings/plotting.html:84 templates/settings/tools.html:45 #: templates/summary.html:77 templates/wallet.html:180 templates/worker.html:47 -#: templates/worker_launch.html:994 templates/workers.html:53 +#: templates/worker_launch.html:969 templates/workers.html:53 msgid "Blockchain" msgstr "Blockchain" @@ -898,7 +907,7 @@ msgstr "Service" #: templates/alerts.html:75 msgid "Notification" -msgstr "Nachrichten" +msgstr "Benachrichtigungen" #: templates/alerts.html:76 msgid "Recorded At" @@ -919,33 +928,33 @@ msgstr "Alle entfernen" #: templates/alerts.html:105 msgid "No notifications from Chiadog yet... so check back soon." -msgstr "Noch keine Nachrichten von Chiadog...Schau später nochmal vorbei" +msgstr "Noch keine Nachrichten von Chiadog... Schau später nochmal vorbei." #: templates/alerts.html:106 msgid "" "Expect at least a summary notification once daily as long as running " "above." -msgstr "Erwarte mindestens eine tägliche Benachrichtigung." +msgstr "Erwarte mindestens einmal tägliche eine zusammenfassende Benachrichtigung." #: templates/alerts.html:120 msgid "Chiadog Log on " -msgstr "" +msgstr "Chiadog Log on " #: templates/alerts.html:148 templates/plotting/jobs.html:460 msgid "Starting..." -msgstr "" +msgstr "Startet..." #: templates/alerts.html:155 templates/plotting/jobs.html:470 msgid "Stopping..." -msgstr "" +msgstr "Anhalten... " #: templates/alerts.html:162 templates/drives.html:325 msgid "Removing..." -msgstr "" +msgstr "Entfernen..." #: templates/alerts.html:170 templates/drives.html:333 msgid "Purging..." -msgstr "" +msgstr "Aufräumen..." #: templates/base.html:11 templates/base.html:27 templates/base.html:176 #: templates/controller.html:10 @@ -959,16 +968,16 @@ msgstr "Zusammenfassung" #: templates/base.html:39 templates/base.html:114 templates/index.html:41 #: templates/plotting/jobs.html:119 templates/settings/plotting.html:51 msgid "Plotting" -msgstr "" +msgstr "Plotting" #: templates/base.html:45 templates/base.html:108 templates/index.html:50 #: templates/settings/farming.html:15 msgid "Farming" -msgstr "" +msgstr "Farming" -#: templates/base.html:51 templates/index.html:127 +#: templates/base.html:51 templates/index.html:126 msgid "Wallets" -msgstr "" +msgstr "Wallets" #: templates/base.html:57 msgid "Keys" @@ -976,11 +985,11 @@ msgstr "Schlüssel" #: templates/base.html:64 msgid "Blockchains" -msgstr "" +msgstr "Blockchains" #: templates/base.html:71 msgid "Connections" -msgstr "" +msgstr "Verbindungen" #: templates/base.html:77 templates/base.html:102 #: templates/settings/alerts.html:44 @@ -989,15 +998,15 @@ msgstr "Benachrichtigungen" #: templates/base.html:83 templates/base.html:120 msgid "Pools" -msgstr "" +msgstr "Pools" -#: templates/base.html:87 templates/farming/plots.html:194 +#: templates/base.html:87 templates/farming/plots.html:208 #: templates/farming/warnings.html:28 templates/farming/workers.html:28 #: templates/plotting/jobs.html:112 templates/plotting/transfers.html:107 #: templates/plotting/workers.html:28 templates/summary.html:81 #: templates/workers.html:14 msgid "Workers" -msgstr "" +msgstr "Workers" #: templates/base.html:91 templates/drives.html:103 msgid "Drives" @@ -1006,15 +1015,15 @@ msgstr "Festplatten" #: templates/base.html:97 templates/blockchains.html:25 #: templates/blockchains.html:75 templates/connections.html:25 #: templates/connections.html:59 templates/drives.html:67 -#: templates/drives.html:96 templates/farming/plots.html:36 -#: templates/farming/plots.html:68 templates/summary.html:25 +#: templates/drives.html:96 templates/farming/plots.html:43 +#: templates/farming/plots.html:75 templates/summary.html:25 #: templates/summary.html:53 templates/wallet.html:23 templates/wallet.html:46 msgid "Settings" msgstr "Einstellungen" #: templates/base.html:126 templates/settings/tools.html:14 msgid "Tools" -msgstr "" +msgstr "Tools" #: templates/base.html:137 msgid "About" @@ -1026,11 +1035,11 @@ msgstr "Installieren" #: templates/base.html:142 msgid "Project" -msgstr "" +msgstr "Project" #: templates/base.html:144 msgid "Wiki" -msgstr "" +msgstr "Wiki" #: templates/base.html:146 msgid "Issues" @@ -1042,19 +1051,15 @@ msgstr "Lizenz" #: templates/base.html:150 msgid "Credits" -msgstr "" +msgstr "Credits" #: templates/base.html:166 msgid "Bladebit" -msgstr "" +msgstr "Bladebit" -#: templates/base.html:181 -msgid "Madmax" -msgstr "" - -#: templates/base.html:185 +#: templates/base.html:180 msgid "Plotman" -msgstr "" +msgstr "Plotman" #: templates/blockchains.html:31 templates/summary.html:31 #: templates/wallet.html:52 @@ -1063,7 +1068,7 @@ msgstr "Lokale Währung:" #: templates/blockchains.html:44 templates/blockchains.html:66 #: templates/connections.html:50 templates/drives.html:84 -#: templates/farming/plots.html:153 templates/farming/plots.html:180 +#: templates/farming/plots.html:167 templates/farming/plots.html:194 #: templates/plotting/jobs.html:16 templates/plotting/jobs.html:43 #: templates/plotting/jobs.html:64 templates/plotting/transfers.html:18 #: templates/plotting/transfers.html:39 templates/settings/alerts.html:25 @@ -1075,8 +1080,8 @@ msgid "Cancel" msgstr "Abbrechen" #: templates/blockchains.html:45 templates/connections.html:51 -#: templates/drives.html:85 templates/farming/plots.html:154 -#: templates/farming/plots.html:181 templates/settings/alerts.html:93 +#: templates/drives.html:85 templates/farming/plots.html:168 +#: templates/farming/plots.html:195 templates/settings/alerts.html:93 #: templates/settings/farming.html:64 templates/settings/plotting.html:44 #: templates/settings/plotting.html:113 templates/settings/plotting.html:314 #: templates/settings/pools.html:47 templates/settings/tools.html:63 @@ -1088,7 +1093,7 @@ msgstr "Speichern" #: templates/blockchains.html:133 templates/blockchains.html:136 #: templates/blockchains.html:139 templates/blockchains.html:142 msgid "Restart Blockchain" -msgstr "" +msgstr "Blockchain Neustart" #: templates/blockchains.html:62 msgid "" @@ -1098,10 +1103,14 @@ msgid "" "reconnect before attempting another restart. Your patience is " "appreciated! Continue with Restart?" msgstr "" +"Hiermit werden ALLE FullNode Dienste (farming, harvesting, wallet) für " +"diese Blockchain neu gestartet. Bitte gib mir mindestens 15 min, damit " +"alle Blockchain-Dienste neu verbinden können. Danke für Deine Geduld ! " +"Neustart druchführen? " #: templates/blockchains.html:67 msgid "Restart" -msgstr "" +msgstr "Restart" #: templates/blockchains.html:97 msgid "Blockchain Summary" @@ -1111,7 +1120,7 @@ msgstr "Blockchain Zusammenfassung" #: templates/summary.html:78 templates/transactions.html:63 #: templates/wallet.html:181 msgid "Status" -msgstr "" +msgstr "Status" #: templates/blockchains.html:107 msgid "Price" @@ -1119,16 +1128,16 @@ msgstr "Preis" #: templates/blockchains.html:108 msgid "Peak Height" -msgstr "" +msgstr "Peak Höhe" #: templates/blockchains.html:109 msgid "Peak Time" -msgstr "" +msgstr "Peak Zeit" #: templates/blockchains.html:110 templates/drives.html:140 #: templates/wallet.html:186 msgid "Updated At" -msgstr "" +msgstr "Aktualisiert um" #: templates/blockchains.html:130 templates/summary.html:105 #: templates/wallet.html:203 @@ -1142,7 +1151,7 @@ msgstr "Nicht Synchronisiert" #: templates/blockchains.html:139 msgid "Error" -msgstr "" +msgstr "Fehler" #: templates/blockchains.html:152 msgid "View Blockchain Details" @@ -1150,7 +1159,7 @@ msgstr "" #: templates/blockchains.html:155 msgid "AllTheBlocks Status" -msgstr "" +msgstr "AllTheBlocks Status" #: templates/blockchains.html:164 templates/summary.html:126 msgid "View Blockchain Log" @@ -1158,7 +1167,7 @@ msgstr "Blockchain Log ansehen" #: templates/blockchains.html:174 msgid "Blockchain Details" -msgstr "" +msgstr "Blockchain Details" #: templates/blockchains.html:199 msgid "No blockchains found from any farmers. Not added?" @@ -1192,7 +1201,7 @@ msgstr "Verbindungs Karte" #: templates/connections.html:112 msgid "Map your network peers around the world" -msgstr "" +msgstr "Zeige Deine Netzwerkverbindungen " #: templates/connections.html:114 #, python-format @@ -1212,6 +1221,8 @@ msgid "" "To enter your map account details, click the Settings (gear icon) button " "on the top-right of this page." msgstr "" +"Um Deine Konto Einstallungen zu verwalten, klicke auf das Einstellungs-" +"Symbol oben rechts auf dieser Seite." #: templates/connections.html:128 msgid "Connection Details" @@ -1236,11 +1247,11 @@ msgstr "Land" #: templates/connections.html:168 msgid "Ports" -msgstr "" +msgstr "Ports" #: templates/connections.html:169 msgid "SB Height" -msgstr "" +msgstr "SB Höhe" #: templates/connections.html:170 msgid "Last Connect" @@ -1248,11 +1259,11 @@ msgstr "Letzte Verbindung" #: templates/connections.html:171 msgid "MiB Up" -msgstr "" +msgstr "MiB Up" #: templates/connections.html:172 msgid "MiB Down" -msgstr "" +msgstr "MiB Down" #: templates/connections.html:207 msgid "Disconnect Selected" @@ -1278,23 +1289,23 @@ msgstr "Versuche \"chia show --connections\" nach ein paar Minuten." #: templates/controller.html:23 msgid "Machinaris Worker" -msgstr "" +msgstr "Machinaris Worker" #: templates/controller.html:26 msgid "This Machinaris worker is controlled at:" -msgstr "Dieser Machinaris Worker wird gesteuert:" +msgstr "Dieser Machinaris Worker wird gesteuert von:" #: templates/drives.html:52 msgid "Smartctl Status" -msgstr "" +msgstr "Smartctl Status" #: templates/drives.html:73 msgid "Good" -msgstr "" +msgstr "Gut" #: templates/drives.html:76 msgid "Warn" -msgstr "" +msgstr "Warnung" #: templates/drives.html:80 msgid "Alert" @@ -1310,7 +1321,7 @@ msgstr "Modell" #: templates/drives.html:135 msgid "Serial #" -msgstr "Seriennummer" +msgstr "Seriennummer #" #: templates/drives.html:136 templates/drives.html:223 msgid "Capacity" @@ -1322,7 +1333,7 @@ msgstr "Temperatur" #: templates/drives.html:139 templates/drives.html:224 msgid "Powered On" -msgstr "" +msgstr "Laufzeit" #: templates/drives.html:163 templates/drives.html:231 msgid "Passed" @@ -1330,22 +1341,22 @@ msgstr "Bestanden" #: templates/drives.html:267 msgid "Drive status updated" -msgstr "" +msgstr "Laufwerksstatus aktualisiert" #: templates/drives.html:276 msgid "No drives accessible to smartctl inside the Machinaris containers." -msgstr "Es sind keine Geräte von Machinaris erreichbar" +msgstr "Für smartctl sind keine Laufwerke im Machinaris Container erreichbar." #: templates/drives.html:277 msgid "Please configure Docker to allow smartctl access to host devices." -msgstr "Bitte configuriere smartctl so damit Zugriff auf die Geräte möglich ist" +msgstr "Bitte configuriere smartctl so, damit Zugriff auf die Geräte möglich ist" #: templates/drives.html:278 templates/workers.html:116 #, python-format msgid "For more, see the Machinaris %(wiki_link_open)swiki%(wiki_link_close)s." msgstr "" "Für mehr, schau dir das Machinaris " -"%(wiki_link_open)swiki%(wiki_link_close)s an" +"%(wiki_link_open)swiki%(wiki_link_close)s an." #: templates/index.html:30 msgid "Expected Time to Win" @@ -1363,31 +1374,31 @@ msgstr "Gesamte Plots" msgid "Total Plots Size" msgstr "Gesamte Plot Größe" -#: templates/index.html:93 templates/wallet.html:185 +#: templates/index.html:92 templates/wallet.html:185 msgid "Balance" msgstr "Bilanz" -#: templates/index.html:102 +#: templates/index.html:101 msgid "Farmed" msgstr "Erfarmt" -#: templates/index.html:112 +#: templates/index.html:111 msgid "Netspace" -msgstr "" +msgstr "Netspace" -#: templates/index.html:146 +#: templates/index.html:144 msgid "Challenges from Harvesters" msgstr "Challenges der Harvester" -#: templates/index.html:164 +#: templates/index.html:162 msgid "Partial Proofs for Pools" msgstr "Partial Proofs der Pools" -#: templates/farming/workers.html:121 templates/index.html:178 +#: templates/farming/workers.html:121 templates/index.html:176 msgid "Previous" msgstr "Vorherige" -#: templates/farming/workers.html:125 templates/index.html:182 +#: templates/farming/workers.html:125 templates/index.html:180 msgid "Next" msgstr "Nächste" @@ -1419,19 +1430,19 @@ msgstr "Machinaris Logs" #: templates/logs.html:62 msgid "Autoscroll" -msgstr "" +msgstr "Autoscroll" #: templates/pools.html:61 msgid "Pool:" -msgstr "" +msgstr "Pool:" #: templates/pools.html:66 msgid "SELF_POOL" -msgstr "" +msgstr "SELF_POOL" #: templates/pools.html:71 msgid "Status:" -msgstr "" +msgstr "Status:" #: templates/pools.html:72 msgid "Current Difficulty:" @@ -1439,15 +1450,15 @@ msgstr "Derzeitliche Difficulty:" #: templates/pools.html:73 msgid "Current Points Balance:" -msgstr "Derzeitige Bilanz:" +msgstr "Derzeitige Punkte-Bilanz:" #: templates/pools.html:74 msgid "Points Found Since Start:" -msgstr "Punkte seit Start des Containers:" +msgstr "Gefundene Punkte seit Container-Start:" #: templates/pools.html:75 msgid "Points Found in Last 24 Hours:" -msgstr "Punkte in den letzten 24 Stunden:" +msgstr "Gefundene Punkte in den letzten 24 Stunden:" #: templates/pools.html:76 msgid "Points Successful in Last 24 Hours:" @@ -1459,7 +1470,7 @@ msgstr "Anzahl der Plots:" #: templates/pools.html:79 msgid "Launcher ID:" -msgstr "" +msgstr "Launcher ID:" #: templates/pools.html:88 msgid "Errors" @@ -1471,19 +1482,21 @@ msgstr "Letzte 24h" #: templates/pools.html:107 msgid "No pools have been found yet. Perhaps the wallet is still syncing?" -msgstr "Es wurden keine Pools gefunden. Noch nichts hinzugefügt?" +msgstr "" +"Es wurden keine Pools gefunden. Vielleicht synchronisiert sich die Wallet" +" noch?" #: templates/pools.html:108 msgid "" "If you would like to join a pool, please select the \"Settings | Pools\" " "page to get started." msgstr "" -"Wenn du einem Pool beitreten möchtest schau bei \"Settings | Pools\" " +"Wenn du einem Pool beitreten möchtest, schau bei \"Settings | Pools\" " "vorbei." #: templates/pools.html:109 msgid "For more, see the Machinaris" -msgstr "mehr Infos dazu auf dem Machinaris" +msgstr "Mehr Infos dazu auf dem Machinaris" #: templates/setup.html:27 msgid "Welcome to Machinaris!" @@ -1499,7 +1512,7 @@ msgstr "" #: templates/setup.html:51 #, python-format msgid "Downloaded and unzipped %(size)s so far..." -msgstr "" +msgstr "Heruntergeladen und entpackte %(size)s bisher..." #: templates/setup.html:62 #, python-format @@ -1510,6 +1523,11 @@ msgid "" "However an hour or two now, will save you multiple days of blockchain " "syncing later. Please be patient!" msgstr "" +"Beim allersten Start, wird die gepackte Blockchain Datenbank " +"%(compressed)s von %(dl_link)s heruntergeladen und entpackt. Bei einer " +"voraussichlichen entpackten Größe von %(uncompressed)s wird das eine " +"Weile dauern. Trotzdem, ein bis zwei Stunden hier spart dir viele Tage " +"beim synchronisieren der Blockchain. Bitte habe Geduld!" #: templates/setup.html:75 #, python-format @@ -1520,7 +1538,10 @@ msgid "" "you have one from a previous Chia install." msgstr "" "Achtung: Wenn du Chia über mehrere Tage synchronisieren lassen willst " -"gibt es hier %(init_link)s mehr Informationen" +"gibt es hier %(init_link)s mehr Informationen. Alternativ kannst du " +"%(import_link_open)s deine eigene Blockchain importieren " +"%(import_link_close)s falls du eine von vorherigen Installationen " +"besitzt." #: templates/setup.html:84 #, python-format @@ -1528,8 +1549,8 @@ msgid "" "To get started with Machinaris as a Chia%(trademark)s fullnode, either " "import your existing 24-word mnemonic seed phrase" msgstr "" -"Um zu beginnen kannst du entweder deinen bereits existierenden 24 Wort " -"Schlüssel importieren" +"Um mit Machinaris als Chia%(trademark)s fullnode zu beginnen, kannst du " +"entweder deinen bereits existierenden 24 Wort Schlüssel importieren" #: templates/setup.html:91 msgid "Import Existing Key" @@ -1543,7 +1564,9 @@ msgstr "ODER" msgid "" "You can generate a brand-new mnemonic phrase that will be written to this" " in-container path" -msgstr "du kannst einen brandneuen Schlüssel generieren lassen. " +msgstr "" +"du kannst einen brandneuen Schlüssel generieren lassen, der im " +"Containerpfad gespeichert wird." #: templates/setup.html:97 msgid "Generate New Key" @@ -1555,17 +1578,17 @@ msgid "" "NOTE: If you would prefer to instead import your mnemonic seed phrase " "yourself at the command-line, see the %(wiki_link)s for details." msgstr "" -"Achtung: Du kannst deinen 24 Wort Schlüssel auch über die Komandozeile " -"selbst importieren. Mehr dazu findest du hier: %(wiki_link)s" +"Achtung: Du kannst deinen 24 Wort Schlüssel auch über die Kommandozeile " +"selbst importieren. Mehr dazu findest du hier: %(wiki_link)s." #: templates/summary.html:79 msgid "Height" msgstr "Höhe" -#: templates/farming/plots.html:191 templates/farming/warnings.html:25 +#: templates/farming/plots.html:205 templates/farming/warnings.html:25 #: templates/farming/workers.html:25 templates/summary.html:80 msgid "Plots" -msgstr "" +msgstr "Plots" #: templates/summary.html:82 msgid "Max Resp." @@ -1573,29 +1596,27 @@ msgstr "Max. Antwortdauer" #: templates/summary.html:83 msgid "Partials" -msgstr "" +msgstr "Partials" #: templates/summary.html:87 templates/summary.html:88 msgid "EDV" -msgstr "" +msgstr "EDV" #: templates/summary.html:119 msgid "Chart ETW" -msgstr "" +msgstr "Chart ETW" #: templates/summary.html:120 msgid "Chart Effort" -msgstr "" +msgstr "Chart Effort" #: templates/summary.html:121 templates/wallet.html:222 msgid "Chart Wallet" -msgstr "" +msgstr "Chart Wallet" #: templates/summary.html:140 msgid "No blockchains found from any farmers. Just starting up?" -msgstr "" -"Es konnte keine Blockchain gefunden werden. Wurde gerade erst neu " -"gestartet?" +msgstr "Es konnte keine Blockchain gefunden werden. Wurde gerade neu gestartet?" #: templates/summary.html:141 msgid "Please allow at least 15 minutes for blockchains to get started." @@ -1603,56 +1624,62 @@ msgstr "Bitte warte 15 min damit die Blockchain starten kann." #: templates/transactions.html:11 templates/transactions.html:47 msgid "Transactions" -msgstr "" +msgstr "Transaktionen" #: templates/transactions.html:62 msgid "To" -msgstr "" +msgstr "Zu" #: templates/transactions.html:64 msgid "Amount" -msgstr "" +msgstr "Menge" #: templates/transactions.html:65 msgid "Created At" -msgstr "" +msgstr "Erstellt um" #: templates/transactions.html:87 msgid "No transactions were currently available for" -msgstr "" +msgstr "Derzeit sind keine Transaktionen verfügbar für" #: templates/transactions.html:88 msgid "" "Perhaps the wallet is paused, or not yet synced, or no transactions exist" " yet." msgstr "" +"Möglicherweise ist das Wallet pausiert oder noch nicht synchronisiert " +"oder es sind bisher keine Transaktionen vorhanden." #: templates/transactions.html:89 msgid "Please ensure the Machinaris wallet for this blockchain is Synced below." msgstr "" +"Bitte stelle sicher, dass die Machinaris-Wallet für diese Blockchain " +"unten synchronisiert ist." #: templates/transactions.html:90 msgid "" "Also ensure the blockchain fullnode is not Offline, by checking the " "Workers page." msgstr "" +"Stelle auch sicher, dass der Fullnode nicht offline ist, in dem du die " +"Workers Seite prüfts." #: templates/wallet.html:62 msgid "Sync Wallets:" -msgstr "" +msgstr "Sync Wallets:" -#: templates/farming/plots.html:164 templates/wallet.html:85 +#: templates/farming/plots.html:178 templates/wallet.html:85 #: templates/wallet.html:321 msgid "Wallet Settings" -msgstr "" +msgstr "Wallet Einstellungen" -#: templates/farming/plots.html:174 templates/wallet.html:95 +#: templates/farming/plots.html:188 templates/wallet.html:95 msgid "Cold Wallet Address:" -msgstr "" +msgstr "\"Cold Wallet Addresse:" #: templates/wallet.html:137 msgid "Portable Plots - 7/8 Reward Recovery" -msgstr "" +msgstr "Portable Plots - 7/8 Reward Recovery" #: templates/wallet.html:142 #, python-format @@ -1667,14 +1694,16 @@ msgid "" "This is an experimental feature. Try " "%(atb_open)sAllTheBlocks%(atb_close)s if any issue." msgstr "" +"Dies ist ein experimentelles Feature. Versuche " +"%(atb_open)sAllTheBlocks%(atb_close)s im Falle eines Fehlers." #: templates/wallet.html:152 msgid "Recover" -msgstr "" +msgstr "Recover" #: templates/wallet.html:161 msgid "Claim Rewards" -msgstr "" +msgstr "Claim Rewards" #: templates/wallet.html:162 msgid "Wallet Summary" @@ -1686,12 +1715,12 @@ msgstr "Wallet Bilanz" #: templates/wallet.html:183 msgid "Cold Wallet Balance" -msgstr "" +msgstr "Cold Wallet Bilanz" #: templates/wallet.html:200 templates/wallet.html:340 #: templates/wallet.html:341 msgid "Start Wallet" -msgstr "" +msgstr "Start Wallet" #: templates/wallet.html:200 msgid "Paused" @@ -1709,24 +1738,28 @@ msgstr "Wallet editieren" #: templates/wallet.html:235 msgid "Wallet Details" -msgstr "" +msgstr "Wallet Details" #: templates/wallet.html:259 msgid "" "No wallet status received. Perhaps just starting? Please allow at least" " 10 minutes to update." msgstr "" +"Kein Wallet Status empfangen. Vielleicht erst gestartet? Bitte gebe mir " +"10 min für ein Update." #: templates/wallet.html:260 msgid "" "You can also try running \"chia wallet show\" on your fullnode's in-" "container shell to verify." msgstr "" +"Du kannst auch \"chia wallet show\" in der Container Kommandozeile " +"ausführen um das zu prüfen." #: templates/plotting/jobs.html:44 templates/plotting/transfers.html:19 #: templates/wallet.html:342 msgid "Start" -msgstr "" +msgstr "Start" #: templates/wallet.html:343 msgid "" @@ -1734,10 +1767,13 @@ msgid "" "minutes afterwards for services to reconnect before attempting another " "action. Your patience is appreciated! Continue anyway?" msgstr "" +"Dies startet die Blockchain Wallet. Bitte gebe mir mindestens 15 min " +"Zeit um die Services neu zu starten, befor du eine weitere Aktion " +"versuchst. Danke für deine Geduld! Trotzdem weitermachen?" #: templates/wallet.html:347 msgid "Pause" -msgstr "" +msgstr "Pause" #: templates/wallet.html:348 msgid "" @@ -1745,30 +1781,37 @@ msgid "" "this to be reflected on this page. Your patience is appreciated! " "Continue anyway?" msgstr "" +"Dies pausiert die Blockchain Wallet. Bitte gebe mir ein paar Minuten um " +"dies auf dieser Seite anzuzeigen. Danke für deine Geduld! Trotzdem " +"weitermachen?" #: templates/wallet.html:362 msgid "Reward Recovery Log for " -msgstr "" +msgstr "Reward Wiederherstellungs-Log for " #: templates/wallet.html:374 msgid "View Recovery Log" -msgstr "" +msgstr "Zeige Recovery Log" #: templates/wallet.html:378 msgid "Continue with recovery for rewards older than one week?" msgstr "" +"Weiter mit der Wiederherstellung der Rewards älter als einer Woche " +"fortfahren?" #: templates/wallet.html:382 msgid "Sorry, no recoverable coins currently. Please check back later." msgstr "" +"Sorry, bisher keine wiederherstellbare Coins. Bitte versuche es später " +"erneut." #: templates/wallet.html:395 msgid " Transactions" -msgstr "" +msgstr "Transactions" #: templates/wallet.html:395 msgid "Wallet ID" -msgstr "" +msgstr "Wallet ID" #: templates/charts/balances.html:85 templates/charts/container_memory.html:91 #: templates/charts/effort.html:85 templates/charts/farmed.html:134 @@ -1777,20 +1820,20 @@ msgstr "" #: templates/plotting/jobs.html:306 templates/views/index_script_block.js:90 #: templates/wallet.html:485 msgid "Date" -msgstr "" +msgstr "Date" #: templates/farming/workers.html:64 templates/worker.html:35 msgid "Details" -msgstr "" +msgstr "Details" #: templates/farming/workers.html:72 templates/worker.html:43 #: templates/workers.html:52 msgid "Hostname" -msgstr "" +msgstr "Hostname" #: templates/worker.html:51 msgid "Port" -msgstr "" +msgstr "Port" #: templates/worker.html:55 templates/workers.html:54 msgid "Mode" @@ -1830,7 +1873,7 @@ msgstr "Letzter erfolgreicher Ping zum Worker" #: templates/worker.html:90 templates/workers.html:59 msgid "Version" -msgstr "" +msgstr "Version" #: templates/worker.html:98 msgid "Recent Warnings" @@ -1838,20 +1881,22 @@ msgstr "Letzte Warnungen" #: templates/worker.html:113 msgid "Yay! No issues currently." -msgstr "Yuppi! Momentan läuft alles einwandfrei" +msgstr "Yuppi! Momentan läuft alles einwandfrei." #: templates/farming/workers.html:149 templates/worker.html:134 msgid "" "For legibility, the chart shows only a random selection of paths when a " "worker has many of them." msgstr "" +"Aus Gründen der Lesbarkeit zeigt das Diagramm nur eine zufällige Auswahl " +"von Pfaden, wenn ein Worker viele davon hat." #: templates/farming/workers.html:293 templates/plotting/workers.html:146 #: templates/plotting/workers.html:216 #: templates/views/index_script_block.js:232 templates/worker.html:242 #: templates/workers.html:291 msgid "Time - Last 24 Hours" -msgstr "" +msgstr "Time - Last 24 Hours" #: templates/farming/workers.html:191 templates/plotting/transfers.html:266 #: templates/worker.html:284 @@ -1871,47 +1916,47 @@ msgstr "Platten Speicher benutzt (GB)" msgid "Disk Space Free (GB)" msgstr "Platten Speicher frei (GB)" -#: templates/worker_launch.html:50 templates/worker_launch.html:920 -#: templates/worker_launch.html:949 +#: templates/worker_launch.html:50 templates/worker_launch.html:895 +#: templates/worker_launch.html:924 msgid "Host Path" msgstr "Host Pfad" -#: templates/worker_launch.html:55 templates/worker_launch.html:925 -#: templates/worker_launch.html:954 +#: templates/worker_launch.html:55 templates/worker_launch.html:900 +#: templates/worker_launch.html:929 msgid "Container Path" msgstr "Container Pfad" -#: templates/worker_launch.html:60 templates/worker_launch.html:930 -#: templates/worker_launch.html:959 +#: templates/worker_launch.html:60 templates/worker_launch.html:905 +#: templates/worker_launch.html:934 msgid "Used for:" msgstr "Benutzt für:" -#: templates/worker_launch.html:63 templates/worker_launch.html:933 -#: templates/worker_launch.html:962 +#: templates/worker_launch.html:63 templates/worker_launch.html:908 +#: templates/worker_launch.html:937 msgid "Final Plots" msgstr "Finale Plots" -#: templates/worker_launch.html:64 templates/worker_launch.html:934 -#: templates/worker_launch.html:963 +#: templates/worker_launch.html:64 templates/worker_launch.html:909 +#: templates/worker_launch.html:938 msgid "Plotting Temp" -msgstr "" +msgstr "Plotting Temp" -#: templates/worker_launch.html:65 templates/worker_launch.html:935 -#: templates/worker_launch.html:964 +#: templates/worker_launch.html:65 templates/worker_launch.html:910 +#: templates/worker_launch.html:939 msgid "Other" msgstr "Andere" -#: templates/worker_launch.html:69 templates/worker_launch.html:939 +#: templates/worker_launch.html:69 templates/worker_launch.html:914 msgid "Location" msgstr "Ort" -#: templates/worker_launch.html:72 templates/worker_launch.html:942 +#: templates/worker_launch.html:72 templates/worker_launch.html:917 msgid "Local" -msgstr "" +msgstr "Local" -#: templates/worker_launch.html:73 templates/worker_launch.html:943 +#: templates/worker_launch.html:73 templates/worker_launch.html:918 msgid "Remote" -msgstr "" +msgstr "Remote" #: templates/worker_launch.html:360 msgid "Unknown blockchain fork of selected:" @@ -1935,7 +1980,7 @@ msgstr "Leerer Host Pfad für Volumen " #: templates/worker_launch.html:418 msgid "Please provide a host path." -msgstr "Bitte Hostpfad angeben" +msgstr "Bitte Hostpfad angeben." #: templates/worker_launch.html:420 msgid "Empty container path provided for volume at " @@ -1943,31 +1988,37 @@ msgstr "Leerer Container Pfad für Volumen " #: templates/worker_launch.html:420 msgid "Please provide a container path." -msgstr "Bitte Containerpfad angeben" +msgstr "Bitte Containerpfad angeben." #: templates/worker_launch.html:469 msgid "Neither Harvester or Plottter mode selected. Please choose one or both." msgstr "" "Weder Harvester noch Plotter Modus ausgewählt. Bitte einen oder beide " -"wählen" +"wählen." #: templates/worker_launch.html:475 msgid "" "Missing worker IP address. Please provide the IP the controller will " "connect to for commands." -msgstr "Worker IP Adresse fehlt" +msgstr "" +"Worker IP Adresse fehlt. Bitte gebe die IP an, an die Steuer-Befehle " +"gesendet werden sollen." #: templates/worker_launch.html:498 templates/worker_launch.html:510 msgid "" "Currently Chia and Bladebit require a Nvidia GPU. Other cards are not " "supported unfortunately." msgstr "" +"Momentan benötigen Chia und Bladebit eine Nvidia GPU. Andere Grafikkarten" +" werden im Moment leider nicht unterstützt." #: templates/worker_launch.html:513 msgid "" "Currently Gigahorse requires a Nvidia or AMD GPU. Intel cards are not " "supported unfortunately." msgstr "" +"Momentan benötigen Gigahorse eine Nvidia oder AMD GPU. Intel Grafikkarten" +" werden im Moment leider nicht unterstützt." #: templates/worker_launch.html:560 msgid "Machinaris Worker - Launch Config" @@ -1980,8 +2031,10 @@ msgid "" "folder named \"machinaris\", then execute \"docker-compose up\" from a " "shell." msgstr "" -"Um die Harvester/Plotter auf einem anderen System laufen zu lassen, bitte" -" folgendes ausfüllen" +"Fülle das Formular unten aus, um neue Farmer/Plotter auf anderen " +"Computern in deinem Netzwerk auszuführen. Speichere das erstellte docker-" +"compose.yml in einem Ordner namens \"machinaris\", dann führe in einer " +"Shell \"docker-compose up\" aus." #: templates/worker_launch.html:565 msgid "Operating System" @@ -1989,15 +2042,15 @@ msgstr "Betriebssystem" #: templates/worker_launch.html:571 msgid "Linux" -msgstr "" +msgstr "Linux" #: templates/worker_launch.html:578 msgid "Macintosh" -msgstr "" +msgstr "Macintosh" #: templates/worker_launch.html:585 msgid "Windows" -msgstr "" +msgstr "Windows" #: templates/worker_launch.html:591 msgid "Machinaris Mode" @@ -2005,11 +2058,11 @@ msgstr "Machinaris Modus" #: templates/worker_launch.html:597 msgid "Harvester" -msgstr "" +msgstr "Harvester" #: templates/worker_launch.html:604 msgid "Plotter" -msgstr "" +msgstr "Plotter" #: templates/worker_launch.html:612 msgid "Farmer Public Key" @@ -2017,35 +2070,35 @@ msgstr "" #: templates/worker_launch.html:617 msgid "Pool Public Key" -msgstr "" +msgstr "Pool Public Key" #: templates/worker_launch.html:622 msgid "Pool Contract Address" -msgstr "" +msgstr "Pool Contract Address" #: templates/worker_launch.html:627 msgid "Plot on Startup" -msgstr "" +msgstr "Plot on Startup" #: templates/worker_launch.html:633 msgid "True" -msgstr "" +msgstr "Wahr" #: templates/worker_launch.html:640 msgid "False" -msgstr "" +msgstr "Falsch" #: templates/worker_launch.html:648 msgid "Controller IP Address" -msgstr "" +msgstr "Controller IP Address" #: templates/worker_launch.html:653 msgid "Controller API Port" -msgstr "" +msgstr "Controller API Port" #: templates/worker_launch.html:660 msgid "Worker Hostname" -msgstr "" +msgstr "Worker Hostname" #: templates/worker_launch.html:665 msgid "Worker IP Address" @@ -2055,68 +2108,71 @@ msgstr "Worker IP Adresse" msgid "Blockchains to Farm" msgstr "Gefarmte Blockchains" -#: templates/worker_launch.html:916 +#: templates/worker_launch.html:891 msgid "Volume Mounts" msgstr "Eingehängte Volumen" -#: templates/worker_launch.html:973 +#: templates/worker_launch.html:948 msgid "Add New Volume" msgstr "Neues Volumen hinzufügen" -#: templates/worker_launch.html:975 +#: templates/worker_launch.html:950 msgid "Remove Last Volume" msgstr "Letztes Volumen entfernen" -#: templates/worker_launch.html:981 +#: templates/worker_launch.html:956 msgid "Graphics Devices" -msgstr "" +msgstr "Grafikkarten" -#: templates/worker_launch.html:982 +#: templates/worker_launch.html:957 msgid "" "Optionally, if your system has an available and supported GPU, you can " "pass it thru to the blockchain's Docker container. Only Chia, Gigahorse, " "and MMX blockchains support certain GPUs." msgstr "" +"Optional, falls dein System eine verfügbare und unterstützte GPU besitzt," +" kannst du diese an den Docker Container durchreichen. Nur Chia, " +"Gigahorse, und MMX Blockchains unterstützen gewisse GPUs." -#: templates/worker_launch.html:985 +#: templates/worker_launch.html:960 msgid "GPU Type" -msgstr "" +msgstr "GPU Type" -#: templates/worker_launch.html:987 templates/worker_launch.html:996 +#: templates/worker_launch.html:962 templates/worker_launch.html:971 msgid "None" -msgstr "" +msgstr "Keine" -#: templates/worker_launch.html:988 +#: templates/worker_launch.html:963 msgid "Nvidia" -msgstr "" +msgstr "Nvidia" -#: templates/worker_launch.html:989 +#: templates/worker_launch.html:964 msgid "AMD" -msgstr "" +msgstr "AMD" -#: templates/worker_launch.html:990 +#: templates/worker_launch.html:965 msgid "Intel" -msgstr "" +msgstr "Intel" -#: templates/worker_launch.html:997 +#: templates/worker_launch.html:972 msgid "Chia" -msgstr "" +msgstr "Chia" -#: templates/worker_launch.html:998 +#: templates/worker_launch.html:973 msgid "Gigahorse" -msgstr "" +msgstr "Gigahorse" -#: templates/worker_launch.html:999 +#: templates/worker_launch.html:974 msgid "MMX" -msgstr "" +msgstr "MMX" -#: templates/worker_launch.html:1008 +#: templates/worker_launch.html:983 msgid "Copy" msgstr "Kopieren" -#: templates/worker_launch.html:1012 +#: templates/worker_launch.html:987 msgid "Docker Compose" -msgstr "" +msgstr "Docker Compose" #: templates/workers.html:55 msgid "Memory" @@ -2136,11 +2192,11 @@ msgstr "Letzter erfolgreicher Ping" #: templates/workers.html:60 msgid "Logs" -msgstr "" +msgstr "Logs" #: templates/workers.html:70 msgid "Chart Memory" -msgstr "" +msgstr "Speicher Chart" #: templates/workers.html:106 msgid "New Worker" @@ -2148,28 +2204,28 @@ msgstr "Neuer Worker" #: templates/workers.html:114 msgid "No Machinaris workers have reported status successfully." -msgstr "Keine Machinaris Worker haben ihren Status erfolgreich mitgeteilt" +msgstr "Keine Machinaris Worker haben ihren Status erfolgreich mitgeteilt." #: templates/workers.html:115 msgid "Please check each expected worker's log files." -msgstr "Bitte Logfile des entsprechenden Workers überprüfen" +msgstr "Bitte Logfile des entsprechenden Workers überprüfen." #: templates/charts/balances.html:102 templates/charts/farmed.html:151 #: templates/views/index_script_block.js:107 msgid "Coins" -msgstr "" +msgstr "Coins" #: templates/charts/farmed.html:48 msgid "Farmed Blocks" -msgstr "" +msgstr "Farmed Blocks" #: templates/charts/farmed.html:53 msgid "Plot File" -msgstr "" +msgstr "Plot File" #: templates/charts/farmed.html:54 msgid "Farmed Block" -msgstr "" +msgstr "Farmed Block" #: templates/charts/farmed.html:55 msgid "Farmed At" @@ -2177,7 +2233,7 @@ msgstr "Erfarmt" #: templates/charts/timetowin.html:102 msgid "Days" -msgstr "" +msgstr "Tage" #: templates/farming/plots.html:9 msgid "Plotting Analysis" @@ -2185,85 +2241,100 @@ msgstr "Plotting Analyse" #: templates/farming/plots.html:13 msgid "Analysis of the plotting job log shows time (seconds) spent in each phase:" -msgstr "Die Analyse des Plotting Jobs zeigt die Zeit der entsprechenden Phasen" +msgstr "Die Analyse des Plotting Jobs zeigt die Zeit der entsprechenden Phasen:" -#: templates/farming/plots.html:24 +#: templates/farming/plots.html:25 msgid "Plot Check" -msgstr "Plot überprüfung" +msgstr "Plot Überprüfung" -#: templates/farming/plots.html:86 -msgid "Replotting" +#: templates/farming/plots.html:33 +msgid "Close" msgstr "" -#: templates/farming/plots.html:91 templates/plotting/jobs.html:126 +#: templates/farming/plots.html:34 +msgid "Recheck" +msgstr "" + +#: templates/farming/plots.html:93 +msgid "Replotting" +msgstr "Replotting" + +#: templates/farming/plots.html:98 templates/plotting/jobs.html:126 #: templates/plotting/transfers.html:121 msgid "Disabled" -msgstr "" +msgstr "Deaktiviert" -#: templates/farming/plots.html:96 +#: templates/farming/plots.html:103 msgid "Enabled" -msgstr "" +msgstr "Aktiviert" -#: templates/farming/plots.html:105 +#: templates/farming/plots.html:112 msgid "Free up space for new plots of k-size" -msgstr "" +msgstr "Freier Speicherplatz für neue Plots der K-Größe" -#: templates/farming/plots.html:115 +#: templates/farming/plots.html:122 msgid "Criteria for selecting plots to delete" -msgstr "" +msgstr "Kriterien um zu löschende Plots auszuwählen" -#: templates/farming/plots.html:119 +#: templates/farming/plots.html:126 msgid "Delete Solo Plots - Keep Portable Plots" -msgstr "" +msgstr "Lösche Solo Plots - Behalte Portable Plots" -#: templates/farming/plots.html:126 +#: templates/farming/plots.html:133 +msgid "Delete Uncompressed Plots - Keep Compressed Plots" +msgstr "Lösche Solo Plots - Behalte Portable Plots" + +#: templates/farming/plots.html:140 msgid "Delete Plots Older Than" -msgstr "" +msgstr "Lösche Plots älter als" -#: templates/farming/plots.html:137 +#: templates/farming/plots.html:151 msgid "Delete K-Sizes" -msgstr "" +msgstr "Lösche K-Size" -#: templates/farming/plots.html:148 +#: templates/farming/plots.html:162 msgid "" "When enabled, this action will repeatedly DELETE a few selected plots " "from each folder on all farmers and harvesters, freeing space for new " "plots. Are you sure?" msgstr "" +"Wenn aktiviert, LÖSCHT dies wiederholend ein paar ausgeählte Plots von " +"jedem Ordner auf allen Farmern und Harvestern um Platz für neue Plots zu " +"schaffen. Bist du dir sicher?" -#: templates/farming/plots.html:197 templates/farming/warnings.html:31 +#: templates/farming/plots.html:211 templates/farming/warnings.html:31 #: templates/farming/workers.html:31 msgid "Warnings" -msgstr "" +msgstr "Warnungen" -#: templates/farming/plots.html:214 templates/plotting/jobs.html:146 +#: templates/farming/plots.html:228 templates/plotting/jobs.html:146 #: templates/plotting/transfers.html:144 msgid "Worker is offline." msgstr "Worker ist offline" -#: templates/farming/plots.html:216 +#: templates/farming/plots.html:230 msgid "Farming not started successfully." msgstr "Farming wurde nicht erfolgreich gestartet" -#: templates/farming/plots.html:284 +#: templates/farming/plots.html:298 msgid "Farming Log for " msgstr "Farming Log für " -#: templates/farming/plots.html:342 +#: templates/farming/plots.html:365 msgid "Good Plot" msgstr "Guter Plot" -#: templates/farming/plots.html:344 +#: templates/farming/plots.html:367 msgid "Bad Plot" msgstr "Schlechter Plot" -#: templates/farming/plots.html:346 +#: templates/farming/plots.html:369 msgid "Unknown" -msgstr "" +msgstr "Unbekannt" -#: templates/farming/plots.html:349 +#: templates/farming/plots.html:372 msgid "Unchecked" -msgstr "" +msgstr "Ungeprüft" #: templates/farming/warnings.html:55 msgid "Duplicate Plots" @@ -2272,22 +2343,22 @@ msgstr "Doppelte Plots" #: templates/farming/warnings.html:62 templates/farming/warnings.html:99 #: templates/farming/warnings.html:136 msgid "Plot ID" -msgstr "" +msgstr "Plot ID" #: templates/farming/warnings.html:65 templates/farming/warnings.html:102 #: templates/farming/warnings.html:139 msgid "Path" -msgstr "" +msgstr "Pfad" #: templates/farming/warnings.html:66 templates/farming/warnings.html:103 #: templates/farming/warnings.html:140 msgid "File" -msgstr "" +msgstr "Datei" #: templates/farming/warnings.html:67 templates/farming/warnings.html:104 #: templates/farming/warnings.html:141 msgid "Reported At" -msgstr "" +msgstr "Gemeldet am" #: templates/farming/warnings.html:87 msgid "Great! No duplicate plots reported amongst the workers on your farm." @@ -2295,7 +2366,7 @@ msgstr "Klasse! Keine doppelten Plots auf deinen Workern der Farm gefunden." #: templates/farming/warnings.html:92 msgid "Invalid Plots" -msgstr "" +msgstr "Ungültige Plots" #: templates/farming/warnings.html:124 msgid "Great! No invalid plots reported amongst the workers on your farm." @@ -2315,11 +2386,11 @@ msgstr "" #: templates/farming/warnings.html:169 msgid "Clear All" -msgstr "" +msgstr "Lösche alles" #: templates/farming/warnings.html:207 msgid "Clearing..." -msgstr "" +msgstr "Löschen..." #: templates/farming/workers.html:76 msgid "Blockchains Farming" @@ -2327,11 +2398,11 @@ msgstr "Gefarmte Blockchains" #: templates/farming/workers.html:84 msgid "Plot Types" -msgstr "" +msgstr "Plot Types" #: templates/farming/workers.html:88 msgid "Drive Count" -msgstr "" +msgstr "Anzahl der Laufwerke" #: templates/farming/workers.html:89 msgid "devices" @@ -2349,7 +2420,7 @@ msgstr "Tägliche Zusammenfassung" #, python-format msgid "No daily summary found for %(blockchain)s on %(displayname)s." msgstr "" -"Keine Tägliche Zusammenfassung für %(blockchain)s auf %(displayname)s " +"Keine tägliche Zusammenfassung für %(blockchain)s auf %(displayname)s " "gefunden." #: templates/farming/workers.html:112 @@ -2379,10 +2450,14 @@ msgid "" "%(wiki_link_open)s configured %(wiki_link_close)s. Also ensure the Chia " "worker is reporting into the controller on the Workers page." msgstr "" +"Keine Plotdatenträgerstatistiken auf %(hostname)s mit der Chia Blockchain" +" aufgezeichnet. Bitte stelle sicher, dass alle Pfade, die Plots " +"beinhalten analog %(wiki_link_open)s konfiguriert sind und dass der " +"Worker zum Controller auf der Workers Seite reportet." #: templates/farming/workers.html:240 templates/plotting/transfers.html:315 msgid "Plot Disk Used" -msgstr "" +msgstr "Plot Platten verwendet" #: templates/plotting/jobs.html:9 msgid "Confirm Kill" @@ -2395,6 +2470,10 @@ msgid "" "running, another plot will be immediately started, so please stop Plotman" " first from the top-right. Continue?" msgstr "" +"Diese Aktion beendet die ausgewählten Plots, unabhängig davon, ob sie " +"ausgeführt werden oder angehalten wurden. Alle temporären Dateien werden " +"gelöscht. Falls Plotman noch läuft, wird sofort ein neuer Plot gestartet." +" Deswegen stoppe bitte zuerst Plotman oben rechts. Weitermachen?" #: templates/plotting/jobs.html:17 templates/plotting/jobs.html:222 msgid "Kill Selected" @@ -2409,6 +2488,8 @@ msgid "" "This action will start Plotman and launch a plotting run using your " "configured plotter, into these directories:" msgstr "" +"Diese Aktion startet Plotman und startet einen Plotlauf mit deinem " +"konfigurierten Plotter, in diese Verzeichnisse:" #: templates/plotting/jobs.html:38 msgid "" @@ -2416,7 +2497,7 @@ msgid "" "time. Continue?" msgstr "" "Sei vorsichtig wenn Du mehr als einen Plotter auf einem Rechner laufen " -"lassen willst. Bist Du Dir sicher ?" +"lassen willst. Bist Du Dir sicher?" #: templates/plotting/jobs.html:41 templates/plotting/jobs.html:62 #: templates/plotting/transfers.html:16 templates/plotting/transfers.html:37 @@ -2438,12 +2519,12 @@ msgstr "" #: templates/plotting/jobs.html:65 templates/plotting/transfers.html:40 msgid "Stop" -msgstr "" +msgstr "Stop" #: templates/plotting/jobs.html:76 templates/plotting/transfers.html:51 #: templates/plotting/transfers.html:71 msgid "Worker Offline" -msgstr "" +msgstr "Worker Offline" #: templates/plotting/jobs.html:80 templates/plotting/transfers.html:75 msgid "" @@ -2452,12 +2533,12 @@ msgid "" "online." msgstr "" "Dieser Worker reagiert gerade nicht auf Pings. Überprüfe den Worker und " -"starte ihn ggf neu" +"starte ihn ggf. neu." #: templates/plotting/jobs.html:83 templates/plotting/transfers.html:61 #: templates/plotting/transfers.html:78 msgid "OK" -msgstr "" +msgstr "OK" #: templates/plotting/jobs.html:106 templates/plotting/transfers.html:101 #: templates/plotting/workers.html:22 @@ -2467,32 +2548,32 @@ msgstr "" #: templates/plotting/jobs.html:109 templates/plotting/transfers.html:104 #: templates/plotting/workers.html:25 msgid "Transfers" -msgstr "" +msgstr "Übertragungen" #: templates/plotting/jobs.html:128 templates/plotting/transfers.html:123 msgid "Running" -msgstr "" +msgstr "Läuft" #: templates/plotting/jobs.html:130 templates/plotting/transfers.html:125 msgid "Stopped" -msgstr "" +msgstr "Angehalten" #: templates/plotting/jobs.html:218 msgid "Suspend Selected" -msgstr "ausgewählte unterbrechen" +msgstr "Ausgewählte unterbrechen" #: templates/plotting/jobs.html:220 msgid "Resume Selected" -msgstr "ausgewählte wiederaufnehmen" +msgstr "Ausgewählte wiederaufnehmen" #: templates/plotting/jobs.html:233 #, python-format msgid "Plotting Speed - k%(k_size)s Plots" -msgstr "" +msgstr "Plotting Geschwindigkeit - k%(k_size)s Plots" #: templates/plotting/jobs.html:323 msgid "Time (minutes)" -msgstr "" +msgstr "Zeit (minuten)" #: templates/plotting/jobs.html:434 msgid "Suspending..." @@ -2516,6 +2597,8 @@ msgid "" "Completed plots will be distributed locally or transferred remotely. " "Continue?" msgstr "" +"Diese Aktion startet den Archivierer des Plotmans. Fertige Plots werden " +"lokal verteilt oder über das Netzwerk verschoben. Weitermachen?" #: templates/plotting/transfers.html:30 templates/plotting/transfers.html:147 msgid "Stop Archiving" @@ -2526,6 +2609,8 @@ msgid "" "This action will stop Plotman archiving from the destination folder, " "preventing further completed plot transfers. Continue?" msgstr "" +"Diese Aktion stoppt den Archivierer des Plotmans und verhindert ein " +"weiteres Verschieben der fertigen Plots. Weitermachen?" #: templates/plotting/transfers.html:56 #, python-format @@ -2535,6 +2620,10 @@ msgid "" "transfer of completed plots. Please visit the Settings | Plotting page " "to configure this worker." msgstr "" +"Dieser Worker ist im Moment nicht für Plotman konfiguriert. Folge " +"%(wiki_link_open)sarchiving%(wiki_link_open)s um Plots lokal oder im " +"Netzwerk zu verschieben. Bitte besuchen die Settings | Plotting Seite um " +"den Worker zu konfigurieren." #: templates/plotting/transfers.html:114 msgid "Archiving" @@ -2542,26 +2631,26 @@ msgstr "Archivieren" #: templates/plotting/transfers.html:141 msgid "Archiving is disabled. See Settings | Plotting page." -msgstr "Archivierung ist ausgeschaltet." +msgstr "Archivierung ist ausgeschaltet. Prüfe die Settings | Plotting Seite." #: templates/plotting/workers.html:163 msgid "Plotting Disk Usage (GB)" -msgstr "" +msgstr "Plotting Disk Usage (GB)" #: templates/plotting/workers.html:233 msgid "Container Memory Usage (GiB)" -msgstr "" +msgstr "Container Speicher Verbrauch (GiB)" #: templates/settings/alerts.html:13 templates/settings/alerts.html:43 msgid "Send Test Alert" -msgstr "Senden test Benachrichtigung" +msgstr "Sende Test-Benachrichtigung" #: templates/settings/alerts.html:18 #, python-format msgid "" "This will send a test alert using your %(wikilink_open)slast saved " "settings%(wikilink_close)s for" -msgstr "" +msgstr "Dies wird eine Test-Benachrichtigung an %(wikilink_open)slast senden." #: templates/settings/alerts.html:21 msgid "Please save before testing. Continue?" @@ -2574,11 +2663,11 @@ msgstr "Absenden" #: templates/settings/alerts.html:95 templates/settings/farming.html:66 #: templates/settings/plotting.html:114 templates/settings/tools.html:65 msgid "Download" -msgstr "" +msgstr "Download" #: templates/settings/alerts.html:172 templates/settings/farming.html:177 #: templates/settings/plotting.html:277 templates/settings/plotting.html:290 -#: templates/settings/pools.html:220 templates/settings/tools.html:131 +#: templates/settings/pools.html:220 templates/settings/tools.html:133 msgid "Saving..." msgstr "Speichern..." @@ -2587,30 +2676,37 @@ msgid "" "Config file contains target_address that is neither in your hot wallet " "(keys), nor in your configured cold wallet addresses." msgstr "" +"Das Konfig-File enthält eine target_address werder in deinem hot wallet " +"(keys) noch in deinen cold wallet Adressen zu finden ist." #: templates/settings/farming.html:143 msgid "Your hot wallet key(s):" -msgstr "" +msgstr "Dein(e) hot wallet Schlüssel:" #: templates/settings/farming.html:144 msgid "Your cold wallet key(s):" -msgstr "" +msgstr "Dein(e) cold wallet Schlüssel:" #: templates/settings/farming.html:145 msgid "" "Please check your hot wallet addresses on the Keys page, and your cold " "wallet addresses on the Wallets page." msgstr "" +"Bitte prüfe deine hot wallet Adresseauf der Schlüssel Seite und deine " +"cold wallet auf der Wallet Seite." #: templates/settings/plotting.html:17 msgid "Scheduled Plotting" -msgstr "" +msgstr "Geplantes Plotting" #: templates/settings/plotting.html:21 msgid "" "Optionally, you may schedule start and stop of the plotting manager to " "save on electricity (off-peak), avoid back-ups, minimize fan noise, etc." msgstr "" +"Optional, kannst du den Start- und Stop-Zeitpunkt des Plotmanagers " +"festlegen um Energie zu sparen, Backups zu ermöglichen, Lüfterlärm zu " +"reduzieren, usw." #: templates/settings/plotting.html:35 msgid "Add New Schedule" @@ -2621,6 +2717,8 @@ msgid "" "NOTE: The scheduled stop time will not terminate running jobs. New " "plotting jobs will no longer be started however." msgstr "" +"Zur festgelegten Zeit werden laufende Jobs nicht abgebrochen. Neue " +"Plotter-Jobs werden aber nicht gestartet." #: templates/settings/plotting.html:90 msgid "Schedule" @@ -2637,7 +2735,7 @@ msgstr "Löschen" #: templates/settings/pools.html:32 msgid "Confirm Pool Change" -msgstr "Bestätige Pool wechsel" +msgstr "Bestätige Pool Wechsel" #: templates/settings/pools.html:36 msgid "" @@ -2647,11 +2745,11 @@ msgstr "Diese Aktion wechselt den Pool. Das kann wenige Mojos kosten. Fortsetzen #: templates/settings/pools.html:38 msgid "Fee in Mojos: " -msgstr "" +msgstr "Gebühr in Mojos: " #: templates/settings/pools.html:59 msgid "Delete Unconfirmed Transactions?" -msgstr "" +msgstr "Unbestätigte Transaktionen löschen?\"" #: templates/settings/pools.html:64 #, python-format @@ -2660,10 +2758,14 @@ msgid "" "cleanup%(wikilink_close)s to successfully change pool settings. If you " "encounter such errors, please try this transaction cleanup for Chia." msgstr "" +"Manchmal benötigt Chia %(wikilink_open)s unbestätigte Transaktionen. " +"cleanup%(wikilink_close)s um erfolgreich Pool Settings zu ändern. Falls " +"du solche Fehler bemerkst, versuche bitte die Transaktions-Bereinigung " +"für Chia." #: templates/settings/pools.html:70 msgid "Continue" -msgstr "" +msgstr "Weiter" #: templates/settings/pools.html:116 #, python-format @@ -2672,9 +2774,9 @@ msgid "" "the same, %(break)sbut it is much less volatile. You can easily switch " "pools without having to re-plot." msgstr "" -"Trete einem Pool bei und bekomme Coins über Zeit. Kommt ungefähr aufs " -"gleiche Ergebnis wie beim Solo Farmen, ist aber weniger volatil. Du " -"kannst Pools einfach wechseln ohne replotten zu müssen." +"Trete einem Pool bei und bekomme kontinuierlich Coins über Zeit. Kommt " +"ungefähr aufs gleiche Ergebnis wie beim Solo Farmen, ist aber weniger " +"volatil. Du kannst Pools einfach wechseln ohne replotten zu müssen." #: templates/settings/pools.html:119 msgid "ERROR: Unable to join a pool because:" @@ -2682,7 +2784,7 @@ msgstr "ERROR: Kann den Pool nicht beitreten! Begründung:" #: templates/settings/pools.html:135 msgid "Delete Unconfirmed Transactions" -msgstr "" +msgstr "Lösche unbestätigte Transaktionen" #: templates/settings/pools.html:146 msgid "Self pool. When you win a block, you will earn rewards." @@ -2702,7 +2804,7 @@ msgstr "Vergleiche Pools" #: templates/settings/pools.html:170 msgid "Get Mojos" -msgstr "Du brauchst Mojos?" +msgstr "Hole dir Mojos" #: templates/settings/pools.html:192 msgid "Save Changes" @@ -2713,7 +2815,7 @@ msgid "" "No wallets found yet. Perhaps this is a brand-new installation? If so, " "please wait for complete start-up." msgstr "" -"Keine Wallet gefunden. Vielleicht ist das eine neue Installation?Bitte " +"Kein Wallet gefunden. Vielleicht ist das eine neue Installation? Bitte " "warte ab bis ich komplett hochgefahren bin." #: templates/settings/pools.html:208 @@ -2734,13 +2836,13 @@ msgstr "PlotNFT Login" #: templates/views/index_script_block.js:163 msgid "Time - Recent" -msgstr "" +msgstr "Zeit - neueste" #: templates/views/index_script_block.js:180 msgid "Time Taken (seconds)" -msgstr "" +msgstr "Zeit vergangen (sec)" #: templates/views/index_script_block.js:249 msgid "Partials Submitted" -msgstr "" +msgstr "Partials übermittelt" diff --git a/web/translations/fr_FR/LC_MESSAGES/messages.po b/web/translations/fr_FR/LC_MESSAGES/messages.po index 5e9edca9..d71b5afd 100755 --- a/web/translations/fr_FR/LC_MESSAGES/messages.po +++ b/web/translations/fr_FR/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris" "/issuesCreation-Date: 2022-02-16 15:00-0700\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-02-13 13:45-0700\n" "Last-Translator: FULL NAME\n" "Language: fr\n" @@ -16,9 +16,9 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" -#: routes.py:122 routes.py:390 +#: routes.py:122 routes.py:389 msgid "Saved local currency setting." msgstr "Paramètre de devise locale enregistré." @@ -30,31 +30,31 @@ msgstr "Télécharger le blockchain" msgid "Unknown plotting form" msgstr "Forme inconnue" -#: routes.py:244 +#: routes.py:243 msgid "Error! Please see logs." msgstr "Erreur! Veuillez consulter les journaux." -#: routes.py:285 +#: routes.py:284 msgid "Unknown alerts form" msgstr "Forme inconnue" -#: routes.py:302 +#: routes.py:301 msgid "Saved local currency and wallet sync settings." msgstr "" -#: routes.py:311 +#: routes.py:310 msgid "Starting wallet sync. Please allow at least 15 minutes..." msgstr "" -#: routes.py:314 +#: routes.py:313 msgid "Pausing wallet sync. Please allow a few minutes..." msgstr "" -#: routes.py:393 +#: routes.py:392 msgid "Restarting blockchain. Please allow at least 15 minutes..." msgstr "" -#: routes.py:408 +#: routes.py:407 msgid "" "Saved mapping settings. Please allow 10 minutes to generate location " "information for the map." @@ -62,11 +62,11 @@ msgstr "" "Paramètres de cartographie enregistrés. Veuillez patienter 10 minutes " "pour générer l'emplacementinformations pour la carte." -#: routes.py:419 +#: routes.py:418 msgid "Unknown form action" msgstr "Action inconnue" -#: routes.py:543 +#: routes.py:540 #, python-format msgid "" "No worker at %(worker)s for blockchain %(blockchain)s. Please select " @@ -75,7 +75,7 @@ msgstr "" "Aucun travailleur %(worker)s pour la blockchain %(blockchain)s. Veuillez " "sélectionner une autre blockchain." -#: routes.py:549 +#: routes.py:546 #, python-format msgid "" "For Alerts config, found no responding fullnode found for %(blockchain)s." @@ -84,7 +84,7 @@ msgstr "" "Aucun fullnode répondant n'a été trouvé pour notifier %(blockchain)s. " "Veuillez vérifier vos travailleurs." -#: routes.py:554 +#: routes.py:551 #, python-format msgid "" "For Farming config, found no responding fullnode found for " @@ -93,7 +93,7 @@ msgstr "" "Aucun fullnode répondant n'a été trouvé pour cultiver %(blockchain)s. " "Veuillez vérifier vos travailleurs." -#: routes.py:561 +#: routes.py:558 #, python-format msgid "" "For Plotting config, found no responding fullnode found for " @@ -102,7 +102,7 @@ msgstr "" "Aucun fullnode répondant n'a été trouvé pour parceller %(blockchain)s. " "Veuillez vérifier vos travailleurs." -#: routes.py:566 routes.py:571 routes.py:576 +#: routes.py:563 routes.py:568 routes.py:573 #, python-format msgid "" "No responding fullnode found for %(blockchain)s. Please check your " @@ -111,7 +111,7 @@ msgstr "" "Aucun fullnode répondant n'a été trouvé pour %(blockchain)s. Veuillez " "vérifier vos travailleurs." -#: routes.py:595 +#: routes.py:592 msgid "Unsupported log type" msgstr "Type de journal non pris en charge" @@ -368,7 +368,7 @@ msgstr "" msgid "Idle" msgstr "Inactif" -#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:231 +#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:229 #: models/plotman.py:66 templates/index.html:42 templates/index.html:52 msgid "Active" msgstr "Sauvegarder" @@ -421,7 +421,7 @@ msgstr "" msgid "Archiver stopped successfully." msgstr "Farming n'a pas démarré avec succès." -#: actions/plotman.py:235 +#: actions/plotman.py:233 #, python-format msgid "" "Current configuration will plot %(open_b)sSOLO%(close_b)s plots, not " @@ -429,25 +429,25 @@ msgid "" "choice, please see the %(wiki_open)swiki%(wiki_close)s." msgstr "" -#: actions/plotman.py:246 +#: actions/plotman.py:244 msgid "Updated plotman.yaml failed validation! Fix and save or refresh page." msgstr "" -#: actions/plotman.py:251 +#: actions/plotman.py:249 msgid "Failed to save config to plotter. Please check log files." msgstr "" -#: actions/plotman.py:255 +#: actions/plotman.py:253 msgid "Nice! Plotman's plotman.yaml validated and saved successfully." msgstr "" -#: actions/plotman.py:265 +#: actions/plotman.py:263 msgid "" "Sorry, no plotting job log found. Perhaps plot was made outside " "Machinaris?" msgstr "" -#: actions/plotman.py:307 +#: actions/plotman.py:306 #, python-format msgid "" "Replotting has been enabled for %(blockchains)s. Please start Plotting " @@ -455,13 +455,13 @@ msgid "" "minutes." msgstr "" -#: actions/plotman.py:309 +#: actions/plotman.py:308 msgid "" "Replotting has been DISABLED for all blockchains. Machinaris will NOT " "remove any plots now." msgstr "" -#: actions/plotman.py:311 +#: actions/plotman.py:310 #, python-format msgid "Unable to save replotting settings in %(file)s because %(exception)s" msgstr "" @@ -472,14 +472,14 @@ msgid "" "page." msgstr "" -#: actions/pools.py:154 +#: actions/pools.py:152 msgid "" "Reward recovery for portable plots has been initiated. Tomorrow, please " "check the Total Balance charts below for each blockchain with recoverable" " coins." msgstr "" -#: actions/pools.py:159 +#: actions/pools.py:157 msgid "Unconfirmed transaction cleanup has been initiated. Please wait..." msgstr "" @@ -488,89 +488,89 @@ msgstr "" msgid "in last day." msgstr "au dernier jour." -#: actions/stats.py:418 +#: actions/stats.py:420 msgid "secs" msgstr "secs" -#: actions/stats.py:431 models/chia.py:271 +#: actions/stats.py:433 models/chia.py:269 msgid "hour" msgstr "heure" -#: actions/stats.py:461 templates/index.html:98 +#: actions/stats.py:463 templates/index.html:97 #: templates/views/index_script_block.js:51 msgid "Farmed Coins" msgstr "" -#: actions/stats.py:478 templates/index.html:90 +#: actions/stats.py:480 templates/index.html:89 #: templates/views/index_script_block.js:56 templates/wallet.html:184 msgid "Total Balance" msgstr "Solde total" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Wallets Total" msgstr "Détails du portefeuille" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Fiat Currency" msgstr "" -#: actions/stats.py:535 +#: actions/stats.py:537 msgid "Host Memory Usage" msgstr "" -#: actions/stats.py:555 templates/index.html:106 +#: actions/stats.py:557 templates/index.html:105 msgid "Netspace Size" msgstr "Netspace" -#: actions/stats.py:556 actions/stats.py:616 +#: actions/stats.py:558 actions/stats.py:618 msgid "Size" msgstr "" -#: actions/stats.py:594 templates/farming/workers.html:80 +#: actions/stats.py:596 templates/farming/workers.html:80 msgid "Plot Counts" msgstr "" -#: actions/stats.py:615 templates/index.html:78 +#: actions/stats.py:617 templates/index.html:78 msgid "Plots Size" msgstr "Taille totale des plots" -#: actions/stats.py:630 actions/stats.py:631 +#: actions/stats.py:632 actions/stats.py:633 msgid "Effort" msgstr "Port" -#: actions/stats.py:682 templates/summary.html:84 +#: actions/stats.py:684 templates/summary.html:84 msgid "ETW" msgstr "ETW" -#: actions/stats.py:683 +#: actions/stats.py:685 msgid "Estimated Time to Win" msgstr "Temps prévu pour gagner" -#: actions/stats.py:683 models/chia.py:154 models/chia.py:265 +#: actions/stats.py:685 models/chia.py:152 models/chia.py:263 #: models/drives.py:44 msgid "days" msgstr "jours" -#: actions/stats.py:707 templates/farming/workers.html:310 +#: actions/stats.py:709 templates/farming/workers.html:310 #: templates/worker.html:259 msgid "Container Memory Usage" msgstr "" -#: actions/stats.py:708 +#: actions/stats.py:710 msgid "GiB" msgstr "" -#: actions/stats.py:714 actions/stats.py:722 +#: actions/stats.py:716 actions/stats.py:724 msgid "plots" msgstr "plots" -#: actions/stats.py:737 templates/farming/workers.html:197 +#: actions/stats.py:739 templates/farming/workers.html:197 #: templates/plotting/transfers.html:272 templates/worker.html:290 #: templates/worker.html:355 msgid "full" msgstr "" -#: actions/stats.py:741 +#: actions/stats.py:743 msgid "free" msgstr "" @@ -643,147 +643,147 @@ msgid "" "disk usage." msgstr "" -#: models/chia.py:233 templates/blockchains.html:136 templates/summary.html:107 +#: models/chia.py:231 templates/blockchains.html:136 templates/summary.html:107 #: templates/wallet.html:206 msgid "Syncing" msgstr "Synchronisation" -#: models/chia.py:235 templates/index.html:54 +#: models/chia.py:233 templates/index.html:54 msgid "Not available" msgstr "Indisponible" -#: models/chia.py:237 +#: models/chia.py:235 msgid "Not synced" msgstr "Non synchronisé" -#: models/chia.py:240 templates/blockchains.html:127 templates/index.html:54 +#: models/chia.py:238 templates/blockchains.html:127 templates/index.html:54 #: templates/plotting/jobs.html:132 templates/plotting/transfers.html:127 #: templates/summary.html:103 templates/wallet.html:197 #: templates/worker.html:78 templates/workers.html:83 msgid "Offline" msgstr "Hors ligne" -#: models/chia.py:253 models/drives.py:49 +#: models/chia.py:251 models/drives.py:49 msgid "years" msgstr "ans" -#: models/chia.py:255 +#: models/chia.py:253 msgid "year" msgstr "an" -#: models/chia.py:257 models/drives.py:48 +#: models/chia.py:255 models/drives.py:48 msgid "months" msgstr "mois" -#: models/chia.py:259 +#: models/chia.py:257 msgid "month" msgstr "mois" -#: models/chia.py:261 models/drives.py:46 +#: models/chia.py:259 models/drives.py:46 msgid "weeks" msgstr "semaines" -#: models/chia.py:263 +#: models/chia.py:261 msgid "week" msgstr "semaine" -#: models/chia.py:267 +#: models/chia.py:265 msgid "day" msgstr "jour" -#: models/chia.py:269 models/drives.py:42 +#: models/chia.py:267 models/drives.py:42 msgid "hours" msgstr "heures" -#: models/chia.py:273 +#: models/chia.py:271 msgid "minutes" msgstr "minutes" -#: models/chia.py:275 +#: models/chia.py:273 msgid "minute" msgstr "minute" -#: models/chia.py:277 +#: models/chia.py:275 msgid "Never (no plots)" msgstr "Jamais (pas de plots)" -#: models/chia.py:279 +#: models/chia.py:277 msgid "Soon" msgstr "Bientôt" -#: models/chia.py:281 +#: models/chia.py:279 msgid "and" msgstr "et" -#: models/chia.py:288 +#: models/chia.py:286 msgid "worker" msgstr "" -#: models/chia.py:289 +#: models/chia.py:287 msgid "blockchain" msgstr "" -#: models/chia.py:290 +#: models/chia.py:288 msgid "plot_id" msgstr "" -#: models/chia.py:291 +#: models/chia.py:289 msgid "dir" msgstr "" -#: models/chia.py:292 +#: models/chia.py:290 msgid "plot" msgstr "" -#: models/chia.py:293 +#: models/chia.py:291 msgid "type" msgstr "" -#: models/chia.py:294 +#: models/chia.py:292 msgid "create_date" msgstr "" -#: models/chia.py:295 +#: models/chia.py:293 msgid "size" msgstr "" -#: models/chia.py:296 +#: models/chia.py:294 msgid "c" msgstr "" -#: models/chia.py:297 +#: models/chia.py:295 msgid "a" msgstr "" -#: models/chia.py:441 models/chia.py:452 templates/wallet.html:194 +#: models/chia.py:439 models/chia.py:450 templates/wallet.html:194 msgid "View Transactions" msgstr "" -#: models/chia.py:852 +#: models/chia.py:850 msgid "Confirmed" msgstr "" -#: models/chia.py:864 +#: models/chia.py:862 msgid "INCOMING_TX" msgstr "" -#: models/chia.py:866 +#: models/chia.py:864 msgid "OUTGOING_TX" msgstr "" -#: models/chia.py:868 +#: models/chia.py:866 msgid "COINBASE_REWARD" msgstr "" -#: models/chia.py:870 +#: models/chia.py:868 msgid "FEE_REWARD" msgstr "" -#: models/chia.py:872 +#: models/chia.py:870 msgid "INCOMING_TRADE" msgstr "" -#: models/chia.py:874 +#: models/chia.py:872 msgid "OUTGOING_TRADE" msgstr "" @@ -816,12 +816,12 @@ msgid "Worker" msgstr "Worker" #: templates/alerts.html:73 templates/blockchains.html:105 -#: templates/farming/plots.html:76 templates/farming/warnings.html:64 +#: templates/farming/plots.html:83 templates/farming/warnings.html:64 #: templates/farming/warnings.html:101 templates/farming/warnings.html:138 #: templates/settings/alerts.html:75 templates/settings/farming.html:46 #: templates/settings/plotting.html:84 templates/settings/tools.html:45 #: templates/summary.html:77 templates/wallet.html:180 templates/worker.html:47 -#: templates/worker_launch.html:994 templates/workers.html:53 +#: templates/worker_launch.html:969 templates/workers.html:53 msgid "Blockchain" msgstr "Blockchain" @@ -901,7 +901,7 @@ msgstr "Plotting" msgid "Farming" msgstr "Farming" -#: templates/base.html:51 templates/index.html:127 +#: templates/base.html:51 templates/index.html:126 msgid "Wallets" msgstr "Portefeuilles" @@ -926,7 +926,7 @@ msgstr "Alertes" msgid "Pools" msgstr "Pools" -#: templates/base.html:87 templates/farming/plots.html:194 +#: templates/base.html:87 templates/farming/plots.html:208 #: templates/farming/warnings.html:28 templates/farming/workers.html:28 #: templates/plotting/jobs.html:112 templates/plotting/transfers.html:107 #: templates/plotting/workers.html:28 templates/summary.html:81 @@ -941,8 +941,8 @@ msgstr "" #: templates/base.html:97 templates/blockchains.html:25 #: templates/blockchains.html:75 templates/connections.html:25 #: templates/connections.html:59 templates/drives.html:67 -#: templates/drives.html:96 templates/farming/plots.html:36 -#: templates/farming/plots.html:68 templates/summary.html:25 +#: templates/drives.html:96 templates/farming/plots.html:43 +#: templates/farming/plots.html:75 templates/summary.html:25 #: templates/summary.html:53 templates/wallet.html:23 templates/wallet.html:46 msgid "Settings" msgstr "Paramètres" @@ -983,11 +983,7 @@ msgstr "Crédits" msgid "Bladebit" msgstr "Bladebit" -#: templates/base.html:181 -msgid "Madmax" -msgstr "Madmax" - -#: templates/base.html:185 +#: templates/base.html:180 msgid "Plotman" msgstr "Plotman" @@ -998,7 +994,7 @@ msgstr "Monnaie locale:" #: templates/blockchains.html:44 templates/blockchains.html:66 #: templates/connections.html:50 templates/drives.html:84 -#: templates/farming/plots.html:153 templates/farming/plots.html:180 +#: templates/farming/plots.html:167 templates/farming/plots.html:194 #: templates/plotting/jobs.html:16 templates/plotting/jobs.html:43 #: templates/plotting/jobs.html:64 templates/plotting/transfers.html:18 #: templates/plotting/transfers.html:39 templates/settings/alerts.html:25 @@ -1010,8 +1006,8 @@ msgid "Cancel" msgstr "Annuler" #: templates/blockchains.html:45 templates/connections.html:51 -#: templates/drives.html:85 templates/farming/plots.html:154 -#: templates/farming/plots.html:181 templates/settings/alerts.html:93 +#: templates/drives.html:85 templates/farming/plots.html:168 +#: templates/farming/plots.html:195 templates/settings/alerts.html:93 #: templates/settings/farming.html:64 templates/settings/plotting.html:44 #: templates/settings/plotting.html:113 templates/settings/plotting.html:314 #: templates/settings/pools.html:47 templates/settings/tools.html:63 @@ -1302,31 +1298,31 @@ msgstr "Plots totales" msgid "Total Plots Size" msgstr "Taille totale des plots" -#: templates/index.html:93 templates/wallet.html:185 +#: templates/index.html:92 templates/wallet.html:185 msgid "Balance" msgstr "Total" -#: templates/index.html:102 +#: templates/index.html:101 msgid "Farmed" msgstr "Farmed" -#: templates/index.html:112 +#: templates/index.html:111 msgid "Netspace" msgstr "Netspace" -#: templates/index.html:146 +#: templates/index.html:144 msgid "Challenges from Harvesters" msgstr "Défis des moissonneurs" -#: templates/index.html:164 +#: templates/index.html:162 msgid "Partial Proofs for Pools" msgstr "Preuves partielles pour les pools" -#: templates/farming/workers.html:121 templates/index.html:178 +#: templates/farming/workers.html:121 templates/index.html:176 msgid "Previous" msgstr "Précédent" -#: templates/farming/workers.html:125 templates/index.html:182 +#: templates/farming/workers.html:125 templates/index.html:180 msgid "Next" msgstr "Suivant" @@ -1507,7 +1503,7 @@ msgstr "" msgid "Height" msgstr "Hauteur" -#: templates/farming/plots.html:191 templates/farming/warnings.html:25 +#: templates/farming/plots.html:205 templates/farming/warnings.html:25 #: templates/farming/workers.html:25 templates/summary.html:80 msgid "Plots" msgstr "Plots" @@ -1584,12 +1580,12 @@ msgstr "" msgid "Sync Wallets:" msgstr "" -#: templates/farming/plots.html:164 templates/wallet.html:85 +#: templates/farming/plots.html:178 templates/wallet.html:85 #: templates/wallet.html:321 msgid "Wallet Settings" msgstr "" -#: templates/farming/plots.html:174 templates/wallet.html:95 +#: templates/farming/plots.html:188 templates/wallet.html:95 msgid "Cold Wallet Address:" msgstr "" @@ -1814,45 +1810,45 @@ msgstr "Espace disque utilisé (GB)" msgid "Disk Space Free (GB)" msgstr "Espace disque libre (GB)" -#: templates/worker_launch.html:50 templates/worker_launch.html:920 -#: templates/worker_launch.html:949 +#: templates/worker_launch.html:50 templates/worker_launch.html:895 +#: templates/worker_launch.html:924 msgid "Host Path" msgstr "Chemin de l'hôte" -#: templates/worker_launch.html:55 templates/worker_launch.html:925 -#: templates/worker_launch.html:954 +#: templates/worker_launch.html:55 templates/worker_launch.html:900 +#: templates/worker_launch.html:929 msgid "Container Path" msgstr "Chemin du conteneur" -#: templates/worker_launch.html:60 templates/worker_launch.html:930 -#: templates/worker_launch.html:959 +#: templates/worker_launch.html:60 templates/worker_launch.html:905 +#: templates/worker_launch.html:934 msgid "Used for:" msgstr "Utilisé pour:" -#: templates/worker_launch.html:63 templates/worker_launch.html:933 -#: templates/worker_launch.html:962 +#: templates/worker_launch.html:63 templates/worker_launch.html:908 +#: templates/worker_launch.html:937 msgid "Final Plots" msgstr "Plots finale" -#: templates/worker_launch.html:64 templates/worker_launch.html:934 -#: templates/worker_launch.html:963 +#: templates/worker_launch.html:64 templates/worker_launch.html:909 +#: templates/worker_launch.html:938 msgid "Plotting Temp" msgstr "Plotting Temporaire" -#: templates/worker_launch.html:65 templates/worker_launch.html:935 -#: templates/worker_launch.html:964 +#: templates/worker_launch.html:65 templates/worker_launch.html:910 +#: templates/worker_launch.html:939 msgid "Other" msgstr "Autre" -#: templates/worker_launch.html:69 templates/worker_launch.html:939 +#: templates/worker_launch.html:69 templates/worker_launch.html:914 msgid "Location" msgstr "Location" -#: templates/worker_launch.html:72 templates/worker_launch.html:942 +#: templates/worker_launch.html:72 templates/worker_launch.html:917 msgid "Local" msgstr "Local" -#: templates/worker_launch.html:73 templates/worker_launch.html:943 +#: templates/worker_launch.html:73 templates/worker_launch.html:918 msgid "Remote" msgstr "À distance" @@ -2007,66 +2003,66 @@ msgstr "Adresse IP du worker" msgid "Blockchains to Farm" msgstr "Blockchains a Farm" -#: templates/worker_launch.html:916 +#: templates/worker_launch.html:891 msgid "Volume Mounts" msgstr "Montages de volume" -#: templates/worker_launch.html:973 +#: templates/worker_launch.html:948 msgid "Add New Volume" msgstr "Ajouter un nouveau volume" -#: templates/worker_launch.html:975 +#: templates/worker_launch.html:950 msgid "Remove Last Volume" msgstr "Supprimer le dernier volume" -#: templates/worker_launch.html:981 +#: templates/worker_launch.html:956 msgid "Graphics Devices" msgstr "" -#: templates/worker_launch.html:982 +#: templates/worker_launch.html:957 msgid "" "Optionally, if your system has an available and supported GPU, you can " "pass it thru to the blockchain's Docker container. Only Chia, Gigahorse, " "and MMX blockchains support certain GPUs." msgstr "" -#: templates/worker_launch.html:985 +#: templates/worker_launch.html:960 msgid "GPU Type" msgstr "" -#: templates/worker_launch.html:987 templates/worker_launch.html:996 +#: templates/worker_launch.html:962 templates/worker_launch.html:971 msgid "None" msgstr "" -#: templates/worker_launch.html:988 +#: templates/worker_launch.html:963 msgid "Nvidia" msgstr "" -#: templates/worker_launch.html:989 +#: templates/worker_launch.html:964 msgid "AMD" msgstr "" -#: templates/worker_launch.html:990 +#: templates/worker_launch.html:965 msgid "Intel" msgstr "" -#: templates/worker_launch.html:997 +#: templates/worker_launch.html:972 msgid "Chia" msgstr "" -#: templates/worker_launch.html:998 +#: templates/worker_launch.html:973 msgid "Gigahorse" msgstr "" -#: templates/worker_launch.html:999 +#: templates/worker_launch.html:974 msgid "MMX" msgstr "" -#: templates/worker_launch.html:1008 +#: templates/worker_launch.html:983 msgid "Copy" msgstr "Copie" -#: templates/worker_launch.html:1012 +#: templates/worker_launch.html:987 msgid "Docker Compose" msgstr "Docker Compose" @@ -2141,81 +2137,93 @@ msgstr "" "L'analyse du journal de plotting montre le temps (secondes) passé dans " "chaque phase:" -#: templates/farming/plots.html:24 +#: templates/farming/plots.html:25 msgid "Plot Check" msgstr "Vérification de la plotes" -#: templates/farming/plots.html:86 +#: templates/farming/plots.html:33 +msgid "Close" +msgstr "" + +#: templates/farming/plots.html:34 +msgid "Recheck" +msgstr "" + +#: templates/farming/plots.html:93 msgid "Replotting" msgstr "" -#: templates/farming/plots.html:91 templates/plotting/jobs.html:126 +#: templates/farming/plots.html:98 templates/plotting/jobs.html:126 #: templates/plotting/transfers.html:121 msgid "Disabled" msgstr "Désactivé" -#: templates/farming/plots.html:96 +#: templates/farming/plots.html:103 msgid "Enabled" msgstr "" -#: templates/farming/plots.html:105 +#: templates/farming/plots.html:112 msgid "Free up space for new plots of k-size" msgstr "" -#: templates/farming/plots.html:115 +#: templates/farming/plots.html:122 msgid "Criteria for selecting plots to delete" msgstr "" -#: templates/farming/plots.html:119 +#: templates/farming/plots.html:126 msgid "Delete Solo Plots - Keep Portable Plots" msgstr "" -#: templates/farming/plots.html:126 +#: templates/farming/plots.html:133 +msgid "Delete Uncompressed Plots - Keep Compressed Plots" +msgstr "" + +#: templates/farming/plots.html:140 msgid "Delete Plots Older Than" msgstr "" -#: templates/farming/plots.html:137 +#: templates/farming/plots.html:151 msgid "Delete K-Sizes" msgstr "" -#: templates/farming/plots.html:148 +#: templates/farming/plots.html:162 msgid "" "When enabled, this action will repeatedly DELETE a few selected plots " "from each folder on all farmers and harvesters, freeing space for new " "plots. Are you sure?" msgstr "" -#: templates/farming/plots.html:197 templates/farming/warnings.html:31 +#: templates/farming/plots.html:211 templates/farming/warnings.html:31 #: templates/farming/workers.html:31 msgid "Warnings" msgstr "" -#: templates/farming/plots.html:214 templates/plotting/jobs.html:146 +#: templates/farming/plots.html:228 templates/plotting/jobs.html:146 #: templates/plotting/transfers.html:144 msgid "Worker is offline." msgstr "Worker est hors ligne." -#: templates/farming/plots.html:216 +#: templates/farming/plots.html:230 msgid "Farming not started successfully." msgstr "Farming n'a pas démarré avec succès." -#: templates/farming/plots.html:284 +#: templates/farming/plots.html:298 msgid "Farming Log for " msgstr "Journaux Farming de " -#: templates/farming/plots.html:342 +#: templates/farming/plots.html:365 msgid "Good Plot" msgstr "Bon Plot" -#: templates/farming/plots.html:344 +#: templates/farming/plots.html:367 msgid "Bad Plot" msgstr "Mauvais Plot" -#: templates/farming/plots.html:346 +#: templates/farming/plots.html:369 msgid "Unknown" msgstr "" -#: templates/farming/plots.html:349 +#: templates/farming/plots.html:372 msgid "Unchecked" msgstr "" @@ -2550,7 +2558,7 @@ msgstr "Télécharger" #: templates/settings/alerts.html:172 templates/settings/farming.html:177 #: templates/settings/plotting.html:277 templates/settings/plotting.html:290 -#: templates/settings/pools.html:220 templates/settings/tools.html:131 +#: templates/settings/pools.html:220 templates/settings/tools.html:133 msgid "Saving..." msgstr "Commencer..." diff --git a/web/translations/it_IT/LC_MESSAGES/messages.po b/web/translations/it_IT/LC_MESSAGES/messages.po index b1cc85b9..0a58aa95 100755 --- a/web/translations/it_IT/LC_MESSAGES/messages.po +++ b/web/translations/it_IT/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris" "/issuesCreation-Date: 2022-02-16 15:00-0700\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-02-15 10:14-0700\n" "Last-Translator: Fabrizio Cacicia\n" "Language: it\n" @@ -16,9 +16,9 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" -#: routes.py:122 routes.py:390 +#: routes.py:122 routes.py:389 msgid "Saved local currency setting." msgstr "Impostazione valuta locale salvata." @@ -30,31 +30,31 @@ msgstr "" msgid "Unknown plotting form" msgstr "Formato plotting sconosciuto" -#: routes.py:244 +#: routes.py:243 msgid "Error! Please see logs." msgstr "Errore! Controlla i logs." -#: routes.py:285 +#: routes.py:284 msgid "Unknown alerts form" msgstr "Formato avvisi sconosciuto" -#: routes.py:302 +#: routes.py:301 msgid "Saved local currency and wallet sync settings." msgstr "" -#: routes.py:311 +#: routes.py:310 msgid "Starting wallet sync. Please allow at least 15 minutes..." msgstr "" -#: routes.py:314 +#: routes.py:313 msgid "Pausing wallet sync. Please allow a few minutes..." msgstr "" -#: routes.py:393 +#: routes.py:392 msgid "Restarting blockchain. Please allow at least 15 minutes..." msgstr "" -#: routes.py:408 +#: routes.py:407 msgid "" "Saved mapping settings. Please allow 10 minutes to generate location " "information for the map." @@ -62,11 +62,11 @@ msgstr "" "Impostazioni salvate. Attendi 10 minuti affinché le informazioni vengano " "generate." -#: routes.py:419 +#: routes.py:418 msgid "Unknown form action" msgstr "Azione sconosciuta." -#: routes.py:543 +#: routes.py:540 #, python-format msgid "" "No worker at %(worker)s for blockchain %(blockchain)s. Please select " @@ -75,7 +75,7 @@ msgstr "" "Nessun worker in %(worker)s per la blockchain %(blockchain)s. Scegli " "un'altra blockchain." -#: routes.py:549 +#: routes.py:546 #, python-format msgid "" "For Alerts config, found no responding fullnode found for %(blockchain)s." @@ -84,7 +84,7 @@ msgstr "" "Per le configurazioni degli Avvisi, non è stato trovato alcun fullnode " "per %(blockchain)s. Controlla i tuoi worker." -#: routes.py:554 +#: routes.py:551 #, python-format msgid "" "For Farming config, found no responding fullnode found for " @@ -93,7 +93,7 @@ msgstr "" "Per le configurazioni del Farming, non è stato trovato alcun fullnode per" " %(blockchain)s. Controlla i tuoi worker." -#: routes.py:561 +#: routes.py:558 #, python-format msgid "" "For Plotting config, found no responding fullnode found for " @@ -102,7 +102,7 @@ msgstr "" "Per le configurazioni del Plotting, non è stato trovato alcun fullnode " "per %(blockchain)s. Controlla i tuoi worker." -#: routes.py:566 routes.py:571 routes.py:576 +#: routes.py:563 routes.py:568 routes.py:573 #, python-format msgid "" "No responding fullnode found for %(blockchain)s. Please check your " @@ -111,7 +111,7 @@ msgstr "" "Non è stato trovato alcun fullnode che risponden per %(blockchain)s. " "Controlla i tuoi workers." -#: routes.py:595 +#: routes.py:592 msgid "Unsupported log type" msgstr "Formato log non supportato" @@ -366,7 +366,7 @@ msgstr "" msgid "Idle" msgstr "Inattivo" -#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:231 +#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:229 #: models/plotman.py:66 templates/index.html:42 templates/index.html:52 msgid "Active" msgstr "Attivo" @@ -419,7 +419,7 @@ msgstr "" msgid "Archiver stopped successfully." msgstr "Farming non avviato correttamente." -#: actions/plotman.py:235 +#: actions/plotman.py:233 #, python-format msgid "" "Current configuration will plot %(open_b)sSOLO%(close_b)s plots, not " @@ -427,25 +427,25 @@ msgid "" "choice, please see the %(wiki_open)swiki%(wiki_close)s." msgstr "" -#: actions/plotman.py:246 +#: actions/plotman.py:244 msgid "Updated plotman.yaml failed validation! Fix and save or refresh page." msgstr "" -#: actions/plotman.py:251 +#: actions/plotman.py:249 msgid "Failed to save config to plotter. Please check log files." msgstr "" -#: actions/plotman.py:255 +#: actions/plotman.py:253 msgid "Nice! Plotman's plotman.yaml validated and saved successfully." msgstr "" -#: actions/plotman.py:265 +#: actions/plotman.py:263 msgid "" "Sorry, no plotting job log found. Perhaps plot was made outside " "Machinaris?" msgstr "" -#: actions/plotman.py:307 +#: actions/plotman.py:306 #, python-format msgid "" "Replotting has been enabled for %(blockchains)s. Please start Plotting " @@ -453,13 +453,13 @@ msgid "" "minutes." msgstr "" -#: actions/plotman.py:309 +#: actions/plotman.py:308 msgid "" "Replotting has been DISABLED for all blockchains. Machinaris will NOT " "remove any plots now." msgstr "" -#: actions/plotman.py:311 +#: actions/plotman.py:310 #, python-format msgid "Unable to save replotting settings in %(file)s because %(exception)s" msgstr "" @@ -470,14 +470,14 @@ msgid "" "page." msgstr "" -#: actions/pools.py:154 +#: actions/pools.py:152 msgid "" "Reward recovery for portable plots has been initiated. Tomorrow, please " "check the Total Balance charts below for each blockchain with recoverable" " coins." msgstr "" -#: actions/pools.py:159 +#: actions/pools.py:157 msgid "Unconfirmed transaction cleanup has been initiated. Please wait..." msgstr "" @@ -486,89 +486,89 @@ msgstr "" msgid "in last day." msgstr "nell'ultimo giorno." -#: actions/stats.py:418 +#: actions/stats.py:420 msgid "secs" msgstr "secondi" -#: actions/stats.py:431 models/chia.py:271 +#: actions/stats.py:433 models/chia.py:269 msgid "hour" msgstr "ora" -#: actions/stats.py:461 templates/index.html:98 +#: actions/stats.py:463 templates/index.html:97 #: templates/views/index_script_block.js:51 msgid "Farmed Coins" msgstr "" -#: actions/stats.py:478 templates/index.html:90 +#: actions/stats.py:480 templates/index.html:89 #: templates/views/index_script_block.js:56 templates/wallet.html:184 msgid "Total Balance" msgstr "Saldo Totale" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Wallets Total" msgstr "Dettagli Portafoglio" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Fiat Currency" msgstr "" -#: actions/stats.py:535 +#: actions/stats.py:537 msgid "Host Memory Usage" msgstr "" -#: actions/stats.py:555 templates/index.html:106 +#: actions/stats.py:557 templates/index.html:105 msgid "Netspace Size" msgstr "Spazio Rete" -#: actions/stats.py:556 actions/stats.py:616 +#: actions/stats.py:558 actions/stats.py:618 msgid "Size" msgstr "" -#: actions/stats.py:594 templates/farming/workers.html:80 +#: actions/stats.py:596 templates/farming/workers.html:80 msgid "Plot Counts" msgstr "" -#: actions/stats.py:615 templates/index.html:78 +#: actions/stats.py:617 templates/index.html:78 msgid "Plots Size" msgstr "Dimensione Totale PLots" -#: actions/stats.py:630 actions/stats.py:631 +#: actions/stats.py:632 actions/stats.py:633 msgid "Effort" msgstr "Porta" -#: actions/stats.py:682 templates/summary.html:84 +#: actions/stats.py:684 templates/summary.html:84 msgid "ETW" msgstr "" -#: actions/stats.py:683 +#: actions/stats.py:685 msgid "Estimated Time to Win" msgstr "" -#: actions/stats.py:683 models/chia.py:154 models/chia.py:265 +#: actions/stats.py:685 models/chia.py:152 models/chia.py:263 #: models/drives.py:44 msgid "days" msgstr "giorni" -#: actions/stats.py:707 templates/farming/workers.html:310 +#: actions/stats.py:709 templates/farming/workers.html:310 #: templates/worker.html:259 msgid "Container Memory Usage" msgstr "" -#: actions/stats.py:708 +#: actions/stats.py:710 msgid "GiB" msgstr "" -#: actions/stats.py:714 actions/stats.py:722 +#: actions/stats.py:716 actions/stats.py:724 msgid "plots" msgstr "" -#: actions/stats.py:737 templates/farming/workers.html:197 +#: actions/stats.py:739 templates/farming/workers.html:197 #: templates/plotting/transfers.html:272 templates/worker.html:290 #: templates/worker.html:355 msgid "full" msgstr "" -#: actions/stats.py:741 +#: actions/stats.py:743 msgid "free" msgstr "" @@ -639,147 +639,147 @@ msgid "" "disk usage." msgstr "" -#: models/chia.py:233 templates/blockchains.html:136 templates/summary.html:107 +#: models/chia.py:231 templates/blockchains.html:136 templates/summary.html:107 #: templates/wallet.html:206 msgid "Syncing" msgstr "Sincronizzazione" -#: models/chia.py:235 templates/index.html:54 +#: models/chia.py:233 templates/index.html:54 msgid "Not available" msgstr "Non disponibile" -#: models/chia.py:237 +#: models/chia.py:235 msgid "Not synced" msgstr "non sincronizzato" -#: models/chia.py:240 templates/blockchains.html:127 templates/index.html:54 +#: models/chia.py:238 templates/blockchains.html:127 templates/index.html:54 #: templates/plotting/jobs.html:132 templates/plotting/transfers.html:127 #: templates/summary.html:103 templates/wallet.html:197 #: templates/worker.html:78 templates/workers.html:83 msgid "Offline" msgstr "" -#: models/chia.py:253 models/drives.py:49 +#: models/chia.py:251 models/drives.py:49 msgid "years" msgstr "anni" -#: models/chia.py:255 +#: models/chia.py:253 msgid "year" msgstr "anno" -#: models/chia.py:257 models/drives.py:48 +#: models/chia.py:255 models/drives.py:48 msgid "months" msgstr "mesi" -#: models/chia.py:259 +#: models/chia.py:257 msgid "month" msgstr "mese" -#: models/chia.py:261 models/drives.py:46 +#: models/chia.py:259 models/drives.py:46 msgid "weeks" msgstr "settimane" -#: models/chia.py:263 +#: models/chia.py:261 msgid "week" msgstr "settimana" -#: models/chia.py:267 +#: models/chia.py:265 msgid "day" msgstr "giorno" -#: models/chia.py:269 models/drives.py:42 +#: models/chia.py:267 models/drives.py:42 msgid "hours" msgstr "ore" -#: models/chia.py:273 +#: models/chia.py:271 msgid "minutes" msgstr "minuti" -#: models/chia.py:275 +#: models/chia.py:273 msgid "minute" msgstr "minuto" -#: models/chia.py:277 +#: models/chia.py:275 msgid "Never (no plots)" msgstr "Mai (nessun plot)" -#: models/chia.py:279 +#: models/chia.py:277 msgid "Soon" msgstr "Presto" -#: models/chia.py:281 +#: models/chia.py:279 msgid "and" msgstr "e" -#: models/chia.py:288 +#: models/chia.py:286 msgid "worker" msgstr "" -#: models/chia.py:289 +#: models/chia.py:287 msgid "blockchain" msgstr "" -#: models/chia.py:290 +#: models/chia.py:288 msgid "plot_id" msgstr "" -#: models/chia.py:291 +#: models/chia.py:289 msgid "dir" msgstr "" -#: models/chia.py:292 +#: models/chia.py:290 msgid "plot" msgstr "" -#: models/chia.py:293 +#: models/chia.py:291 msgid "type" msgstr "" -#: models/chia.py:294 +#: models/chia.py:292 msgid "create_date" msgstr "" -#: models/chia.py:295 +#: models/chia.py:293 msgid "size" msgstr "" -#: models/chia.py:296 +#: models/chia.py:294 msgid "c" msgstr "" -#: models/chia.py:297 +#: models/chia.py:295 msgid "a" msgstr "" -#: models/chia.py:441 models/chia.py:452 templates/wallet.html:194 +#: models/chia.py:439 models/chia.py:450 templates/wallet.html:194 msgid "View Transactions" msgstr "" -#: models/chia.py:852 +#: models/chia.py:850 msgid "Confirmed" msgstr "" -#: models/chia.py:864 +#: models/chia.py:862 msgid "INCOMING_TX" msgstr "" -#: models/chia.py:866 +#: models/chia.py:864 msgid "OUTGOING_TX" msgstr "" -#: models/chia.py:868 +#: models/chia.py:866 msgid "COINBASE_REWARD" msgstr "" -#: models/chia.py:870 +#: models/chia.py:868 msgid "FEE_REWARD" msgstr "" -#: models/chia.py:872 +#: models/chia.py:870 msgid "INCOMING_TRADE" msgstr "" -#: models/chia.py:874 +#: models/chia.py:872 msgid "OUTGOING_TRADE" msgstr "" @@ -812,12 +812,12 @@ msgid "Worker" msgstr "" #: templates/alerts.html:73 templates/blockchains.html:105 -#: templates/farming/plots.html:76 templates/farming/warnings.html:64 +#: templates/farming/plots.html:83 templates/farming/warnings.html:64 #: templates/farming/warnings.html:101 templates/farming/warnings.html:138 #: templates/settings/alerts.html:75 templates/settings/farming.html:46 #: templates/settings/plotting.html:84 templates/settings/tools.html:45 #: templates/summary.html:77 templates/wallet.html:180 templates/worker.html:47 -#: templates/worker_launch.html:994 templates/workers.html:53 +#: templates/worker_launch.html:969 templates/workers.html:53 msgid "Blockchain" msgstr "" @@ -897,7 +897,7 @@ msgstr "" msgid "Farming" msgstr "" -#: templates/base.html:51 templates/index.html:127 +#: templates/base.html:51 templates/index.html:126 msgid "Wallets" msgstr "Portafogli" @@ -922,7 +922,7 @@ msgstr "Avvisi" msgid "Pools" msgstr "" -#: templates/base.html:87 templates/farming/plots.html:194 +#: templates/base.html:87 templates/farming/plots.html:208 #: templates/farming/warnings.html:28 templates/farming/workers.html:28 #: templates/plotting/jobs.html:112 templates/plotting/transfers.html:107 #: templates/plotting/workers.html:28 templates/summary.html:81 @@ -937,8 +937,8 @@ msgstr "Dischi" #: templates/base.html:97 templates/blockchains.html:25 #: templates/blockchains.html:75 templates/connections.html:25 #: templates/connections.html:59 templates/drives.html:67 -#: templates/drives.html:96 templates/farming/plots.html:36 -#: templates/farming/plots.html:68 templates/summary.html:25 +#: templates/drives.html:96 templates/farming/plots.html:43 +#: templates/farming/plots.html:75 templates/summary.html:25 #: templates/summary.html:53 templates/wallet.html:23 templates/wallet.html:46 msgid "Settings" msgstr "Impostazioni" @@ -979,11 +979,7 @@ msgstr "Crediti" msgid "Bladebit" msgstr "" -#: templates/base.html:181 -msgid "Madmax" -msgstr "" - -#: templates/base.html:185 +#: templates/base.html:180 msgid "Plotman" msgstr "" @@ -994,7 +990,7 @@ msgstr "Valuta Locale:" #: templates/blockchains.html:44 templates/blockchains.html:66 #: templates/connections.html:50 templates/drives.html:84 -#: templates/farming/plots.html:153 templates/farming/plots.html:180 +#: templates/farming/plots.html:167 templates/farming/plots.html:194 #: templates/plotting/jobs.html:16 templates/plotting/jobs.html:43 #: templates/plotting/jobs.html:64 templates/plotting/transfers.html:18 #: templates/plotting/transfers.html:39 templates/settings/alerts.html:25 @@ -1006,8 +1002,8 @@ msgid "Cancel" msgstr "Annulla" #: templates/blockchains.html:45 templates/connections.html:51 -#: templates/drives.html:85 templates/farming/plots.html:154 -#: templates/farming/plots.html:181 templates/settings/alerts.html:93 +#: templates/drives.html:85 templates/farming/plots.html:168 +#: templates/farming/plots.html:195 templates/settings/alerts.html:93 #: templates/settings/farming.html:64 templates/settings/plotting.html:44 #: templates/settings/plotting.html:113 templates/settings/plotting.html:314 #: templates/settings/pools.html:47 templates/settings/tools.html:63 @@ -1298,31 +1294,31 @@ msgstr "Plots Totali" msgid "Total Plots Size" msgstr "Dimensione Totale PLots" -#: templates/index.html:93 templates/wallet.html:185 +#: templates/index.html:92 templates/wallet.html:185 msgid "Balance" msgstr "Saldo" -#: templates/index.html:102 +#: templates/index.html:101 msgid "Farmed" msgstr "Farmati" -#: templates/index.html:112 +#: templates/index.html:111 msgid "Netspace" msgstr "Spazio Rete" -#: templates/index.html:146 +#: templates/index.html:144 msgid "Challenges from Harvesters" msgstr "Challenges per Harvester" -#: templates/index.html:164 +#: templates/index.html:162 msgid "Partial Proofs for Pools" msgstr "Partial Proofs per Pool" -#: templates/farming/workers.html:121 templates/index.html:178 +#: templates/farming/workers.html:121 templates/index.html:176 msgid "Previous" msgstr "Precedente" -#: templates/farming/workers.html:125 templates/index.html:182 +#: templates/farming/workers.html:125 templates/index.html:180 msgid "Next" msgstr "Successivo" @@ -1503,7 +1499,7 @@ msgstr "" msgid "Height" msgstr "Altezza" -#: templates/farming/plots.html:191 templates/farming/warnings.html:25 +#: templates/farming/plots.html:205 templates/farming/warnings.html:25 #: templates/farming/workers.html:25 templates/summary.html:80 msgid "Plots" msgstr "" @@ -1580,12 +1576,12 @@ msgstr "" msgid "Sync Wallets:" msgstr "" -#: templates/farming/plots.html:164 templates/wallet.html:85 +#: templates/farming/plots.html:178 templates/wallet.html:85 #: templates/wallet.html:321 msgid "Wallet Settings" msgstr "" -#: templates/farming/plots.html:174 templates/wallet.html:95 +#: templates/farming/plots.html:188 templates/wallet.html:95 msgid "Cold Wallet Address:" msgstr "" @@ -1810,45 +1806,45 @@ msgstr "Spazio Usato su Disco (GB)" msgid "Disk Space Free (GB)" msgstr "Spazio Libero su Disco (GB)" -#: templates/worker_launch.html:50 templates/worker_launch.html:920 -#: templates/worker_launch.html:949 +#: templates/worker_launch.html:50 templates/worker_launch.html:895 +#: templates/worker_launch.html:924 msgid "Host Path" msgstr "Percorso Host" -#: templates/worker_launch.html:55 templates/worker_launch.html:925 -#: templates/worker_launch.html:954 +#: templates/worker_launch.html:55 templates/worker_launch.html:900 +#: templates/worker_launch.html:929 msgid "Container Path" msgstr "Percorso Container" -#: templates/worker_launch.html:60 templates/worker_launch.html:930 -#: templates/worker_launch.html:959 +#: templates/worker_launch.html:60 templates/worker_launch.html:905 +#: templates/worker_launch.html:934 msgid "Used for:" msgstr "Usato per:" -#: templates/worker_launch.html:63 templates/worker_launch.html:933 -#: templates/worker_launch.html:962 +#: templates/worker_launch.html:63 templates/worker_launch.html:908 +#: templates/worker_launch.html:937 msgid "Final Plots" msgstr "Plots Completati" -#: templates/worker_launch.html:64 templates/worker_launch.html:934 -#: templates/worker_launch.html:963 +#: templates/worker_launch.html:64 templates/worker_launch.html:909 +#: templates/worker_launch.html:938 msgid "Plotting Temp" msgstr "Plotting" -#: templates/worker_launch.html:65 templates/worker_launch.html:935 -#: templates/worker_launch.html:964 +#: templates/worker_launch.html:65 templates/worker_launch.html:910 +#: templates/worker_launch.html:939 msgid "Other" msgstr "Altro" -#: templates/worker_launch.html:69 templates/worker_launch.html:939 +#: templates/worker_launch.html:69 templates/worker_launch.html:914 msgid "Location" msgstr "Notifica" -#: templates/worker_launch.html:72 templates/worker_launch.html:942 +#: templates/worker_launch.html:72 templates/worker_launch.html:917 msgid "Local" msgstr "" -#: templates/worker_launch.html:73 templates/worker_launch.html:943 +#: templates/worker_launch.html:73 templates/worker_launch.html:918 msgid "Remote" msgstr "" @@ -2002,66 +1998,66 @@ msgstr "Indirizzo IP Worker" msgid "Blockchains to Farm" msgstr "Blockchains da Farmare" -#: templates/worker_launch.html:916 +#: templates/worker_launch.html:891 msgid "Volume Mounts" msgstr "Volumi da Montare" -#: templates/worker_launch.html:973 +#: templates/worker_launch.html:948 msgid "Add New Volume" msgstr "Aggiungi Nuovo Volume" -#: templates/worker_launch.html:975 +#: templates/worker_launch.html:950 msgid "Remove Last Volume" msgstr "Rimuovi Ultimo Volume" -#: templates/worker_launch.html:981 +#: templates/worker_launch.html:956 msgid "Graphics Devices" msgstr "" -#: templates/worker_launch.html:982 +#: templates/worker_launch.html:957 msgid "" "Optionally, if your system has an available and supported GPU, you can " "pass it thru to the blockchain's Docker container. Only Chia, Gigahorse, " "and MMX blockchains support certain GPUs." msgstr "" -#: templates/worker_launch.html:985 +#: templates/worker_launch.html:960 msgid "GPU Type" msgstr "" -#: templates/worker_launch.html:987 templates/worker_launch.html:996 +#: templates/worker_launch.html:962 templates/worker_launch.html:971 msgid "None" msgstr "" -#: templates/worker_launch.html:988 +#: templates/worker_launch.html:963 msgid "Nvidia" msgstr "" -#: templates/worker_launch.html:989 +#: templates/worker_launch.html:964 msgid "AMD" msgstr "" -#: templates/worker_launch.html:990 +#: templates/worker_launch.html:965 msgid "Intel" msgstr "" -#: templates/worker_launch.html:997 +#: templates/worker_launch.html:972 msgid "Chia" msgstr "" -#: templates/worker_launch.html:998 +#: templates/worker_launch.html:973 msgid "Gigahorse" msgstr "" -#: templates/worker_launch.html:999 +#: templates/worker_launch.html:974 msgid "MMX" msgstr "" -#: templates/worker_launch.html:1008 +#: templates/worker_launch.html:983 msgid "Copy" msgstr "Copia" -#: templates/worker_launch.html:1012 +#: templates/worker_launch.html:987 msgid "Docker Compose" msgstr "" @@ -2136,81 +2132,93 @@ msgstr "" "L'analisi dei log dei job di ploting mostra il tempo (in secondi) speso " "in ciascuna fase:" -#: templates/farming/plots.html:24 +#: templates/farming/plots.html:25 msgid "Plot Check" msgstr "Controllo Plot" -#: templates/farming/plots.html:86 +#: templates/farming/plots.html:33 +msgid "Close" +msgstr "" + +#: templates/farming/plots.html:34 +msgid "Recheck" +msgstr "" + +#: templates/farming/plots.html:93 msgid "Replotting" msgstr "" -#: templates/farming/plots.html:91 templates/plotting/jobs.html:126 +#: templates/farming/plots.html:98 templates/plotting/jobs.html:126 #: templates/plotting/transfers.html:121 msgid "Disabled" msgstr "" -#: templates/farming/plots.html:96 +#: templates/farming/plots.html:103 msgid "Enabled" msgstr "" -#: templates/farming/plots.html:105 +#: templates/farming/plots.html:112 msgid "Free up space for new plots of k-size" msgstr "" -#: templates/farming/plots.html:115 +#: templates/farming/plots.html:122 msgid "Criteria for selecting plots to delete" msgstr "" -#: templates/farming/plots.html:119 +#: templates/farming/plots.html:126 msgid "Delete Solo Plots - Keep Portable Plots" msgstr "" -#: templates/farming/plots.html:126 +#: templates/farming/plots.html:133 +msgid "Delete Uncompressed Plots - Keep Compressed Plots" +msgstr "" + +#: templates/farming/plots.html:140 msgid "Delete Plots Older Than" msgstr "" -#: templates/farming/plots.html:137 +#: templates/farming/plots.html:151 msgid "Delete K-Sizes" msgstr "" -#: templates/farming/plots.html:148 +#: templates/farming/plots.html:162 msgid "" "When enabled, this action will repeatedly DELETE a few selected plots " "from each folder on all farmers and harvesters, freeing space for new " "plots. Are you sure?" msgstr "" -#: templates/farming/plots.html:197 templates/farming/warnings.html:31 +#: templates/farming/plots.html:211 templates/farming/warnings.html:31 #: templates/farming/workers.html:31 msgid "Warnings" msgstr "Avvertimenti Recenti" -#: templates/farming/plots.html:214 templates/plotting/jobs.html:146 +#: templates/farming/plots.html:228 templates/plotting/jobs.html:146 #: templates/plotting/transfers.html:144 msgid "Worker is offline." msgstr "Il Worker è offline." -#: templates/farming/plots.html:216 +#: templates/farming/plots.html:230 msgid "Farming not started successfully." msgstr "Farming non avviato correttamente." -#: templates/farming/plots.html:284 +#: templates/farming/plots.html:298 msgid "Farming Log for " msgstr "Farming Log per " -#: templates/farming/plots.html:342 +#: templates/farming/plots.html:365 msgid "Good Plot" msgstr "Plot Buono" -#: templates/farming/plots.html:344 +#: templates/farming/plots.html:367 msgid "Bad Plot" msgstr "Plot Difettoso" -#: templates/farming/plots.html:346 +#: templates/farming/plots.html:369 msgid "Unknown" msgstr "" -#: templates/farming/plots.html:349 +#: templates/farming/plots.html:372 msgid "Unchecked" msgstr "" @@ -2550,7 +2558,7 @@ msgstr "Scarica" #: templates/settings/alerts.html:172 templates/settings/farming.html:177 #: templates/settings/plotting.html:277 templates/settings/plotting.html:290 -#: templates/settings/pools.html:220 templates/settings/tools.html:131 +#: templates/settings/pools.html:220 templates/settings/tools.html:133 msgid "Saving..." msgstr "Salvataggio in corso..." diff --git a/web/translations/nl_NL/LC_MESSAGES/messages.po b/web/translations/nl_NL/LC_MESSAGES/messages.po index 13127a35..0ca5c3b2 100755 --- a/web/translations/nl_NL/LC_MESSAGES/messages.po +++ b/web/translations/nl_NL/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris/issuesPOT-" "Creation-Date: 2022-03-13 10:29-0600\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-03-13 10:29-0600\n" "Last-Translator: Bernie Deprez\n" "Language: nl_NL\n" @@ -16,9 +16,9 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" -#: routes.py:122 routes.py:390 +#: routes.py:122 routes.py:389 msgid "Saved local currency setting." msgstr "Lokale munt instelling opgeslagen." @@ -30,31 +30,31 @@ msgstr "Blockchain download" msgid "Unknown plotting form" msgstr "Ongekend plottingformaat" -#: routes.py:244 +#: routes.py:243 msgid "Error! Please see logs." msgstr "Error! Controleer de logs." -#: routes.py:285 +#: routes.py:284 msgid "Unknown alerts form" msgstr "Ongekend waarschuwingsformaat" -#: routes.py:302 +#: routes.py:301 msgid "Saved local currency and wallet sync settings." msgstr "" -#: routes.py:311 +#: routes.py:310 msgid "Starting wallet sync. Please allow at least 15 minutes..." msgstr "" -#: routes.py:314 +#: routes.py:313 msgid "Pausing wallet sync. Please allow a few minutes..." msgstr "" -#: routes.py:393 +#: routes.py:392 msgid "Restarting blockchain. Please allow at least 15 minutes..." msgstr "" -#: routes.py:408 +#: routes.py:407 msgid "" "Saved mapping settings. Please allow 10 minutes to generate location " "information for the map." @@ -62,11 +62,11 @@ msgstr "" "Kaart instellingen opgeslagen. Wacht 10 minuten terwijl lokatie " "informatie voor de kaart wordt gegenereerd." -#: routes.py:419 +#: routes.py:418 msgid "Unknown form action" msgstr "Ongekende formulier actie" -#: routes.py:543 +#: routes.py:540 #, python-format msgid "" "No worker at %(worker)s for blockchain %(blockchain)s. Please select " @@ -75,7 +75,7 @@ msgstr "" "Geen werker op %(worker)s voor blockchain %(blockchain)s. Gelieve een " "ander blockchain te kiezen." -#: routes.py:549 +#: routes.py:546 #, python-format msgid "" "For Alerts config, found no responding fullnode found for %(blockchain)s." @@ -84,7 +84,7 @@ msgstr "" "Voor Waarschuwingsconfiguratie, geen reagerende fullnode voor " "%(blockchain)s gevonden. Gelieve uw werkers te controleren." -#: routes.py:554 +#: routes.py:551 #, python-format msgid "" "For Farming config, found no responding fullnode found for " @@ -93,7 +93,7 @@ msgstr "" "Voor Farming configuratie, geen reagerende fullnode voor %(blockchain)s " "gevonden. Gelieve uw werkers te controleren." -#: routes.py:561 +#: routes.py:558 #, python-format msgid "" "For Plotting config, found no responding fullnode found for " @@ -102,7 +102,7 @@ msgstr "" "Voor Plotting configuratie, geen reagerende fullnode gevonden voor " "%(blockchain)s. Gelieve uw werkers te controleren." -#: routes.py:566 routes.py:571 routes.py:576 +#: routes.py:563 routes.py:568 routes.py:573 #, python-format msgid "" "No responding fullnode found for %(blockchain)s. Please check your " @@ -111,7 +111,7 @@ msgstr "" "Geen reagerende fullnode gevonden voor %(blockchain)s. Gelieve uw werkers" " te controleren." -#: routes.py:595 +#: routes.py:592 msgid "Unsupported log type" msgstr "Log type niet ondersteund" @@ -364,7 +364,7 @@ msgstr "" msgid "Idle" msgstr "Inactief" -#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:231 +#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:229 #: models/plotman.py:66 templates/index.html:42 templates/index.html:52 msgid "Active" msgstr "Actief" @@ -417,7 +417,7 @@ msgstr "" msgid "Archiver stopped successfully." msgstr "Farming niet succesvol gestart." -#: actions/plotman.py:235 +#: actions/plotman.py:233 #, python-format msgid "" "Current configuration will plot %(open_b)sSOLO%(close_b)s plots, not " @@ -425,25 +425,25 @@ msgid "" "choice, please see the %(wiki_open)swiki%(wiki_close)s." msgstr "" -#: actions/plotman.py:246 +#: actions/plotman.py:244 msgid "Updated plotman.yaml failed validation! Fix and save or refresh page." msgstr "" -#: actions/plotman.py:251 +#: actions/plotman.py:249 msgid "Failed to save config to plotter. Please check log files." msgstr "" -#: actions/plotman.py:255 +#: actions/plotman.py:253 msgid "Nice! Plotman's plotman.yaml validated and saved successfully." msgstr "" -#: actions/plotman.py:265 +#: actions/plotman.py:263 msgid "" "Sorry, no plotting job log found. Perhaps plot was made outside " "Machinaris?" msgstr "" -#: actions/plotman.py:307 +#: actions/plotman.py:306 #, python-format msgid "" "Replotting has been enabled for %(blockchains)s. Please start Plotting " @@ -451,13 +451,13 @@ msgid "" "minutes." msgstr "" -#: actions/plotman.py:309 +#: actions/plotman.py:308 msgid "" "Replotting has been DISABLED for all blockchains. Machinaris will NOT " "remove any plots now." msgstr "" -#: actions/plotman.py:311 +#: actions/plotman.py:310 #, python-format msgid "Unable to save replotting settings in %(file)s because %(exception)s" msgstr "" @@ -468,14 +468,14 @@ msgid "" "page." msgstr "" -#: actions/pools.py:154 +#: actions/pools.py:152 msgid "" "Reward recovery for portable plots has been initiated. Tomorrow, please " "check the Total Balance charts below for each blockchain with recoverable" " coins." msgstr "" -#: actions/pools.py:159 +#: actions/pools.py:157 msgid "Unconfirmed transaction cleanup has been initiated. Please wait..." msgstr "" @@ -484,89 +484,89 @@ msgstr "" msgid "in last day." msgstr "in voorbije dag." -#: actions/stats.py:418 +#: actions/stats.py:420 msgid "secs" msgstr "seconden" -#: actions/stats.py:431 models/chia.py:271 +#: actions/stats.py:433 models/chia.py:269 msgid "hour" msgstr "uur" -#: actions/stats.py:461 templates/index.html:98 +#: actions/stats.py:463 templates/index.html:97 #: templates/views/index_script_block.js:51 msgid "Farmed Coins" msgstr "" -#: actions/stats.py:478 templates/index.html:90 +#: actions/stats.py:480 templates/index.html:89 #: templates/views/index_script_block.js:56 templates/wallet.html:184 msgid "Total Balance" msgstr "Totale Saldo" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Wallets Total" msgstr "Portefeuille Details" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Fiat Currency" msgstr "" -#: actions/stats.py:535 +#: actions/stats.py:537 msgid "Host Memory Usage" msgstr "" -#: actions/stats.py:555 templates/index.html:106 +#: actions/stats.py:557 templates/index.html:105 msgid "Netspace Size" msgstr "Netgrootte" -#: actions/stats.py:556 actions/stats.py:616 +#: actions/stats.py:558 actions/stats.py:618 msgid "Size" msgstr "" -#: actions/stats.py:594 templates/farming/workers.html:80 +#: actions/stats.py:596 templates/farming/workers.html:80 msgid "Plot Counts" msgstr "" -#: actions/stats.py:615 templates/index.html:78 +#: actions/stats.py:617 templates/index.html:78 msgid "Plots Size" msgstr "Totale Omvang Plots" -#: actions/stats.py:630 actions/stats.py:631 +#: actions/stats.py:632 actions/stats.py:633 msgid "Effort" msgstr "Poort" -#: actions/stats.py:682 templates/summary.html:84 +#: actions/stats.py:684 templates/summary.html:84 msgid "ETW" msgstr "ETW" -#: actions/stats.py:683 +#: actions/stats.py:685 msgid "Estimated Time to Win" msgstr "Verwachte Tijd om te Winnen" -#: actions/stats.py:683 models/chia.py:154 models/chia.py:265 +#: actions/stats.py:685 models/chia.py:152 models/chia.py:263 #: models/drives.py:44 msgid "days" msgstr "dagen" -#: actions/stats.py:707 templates/farming/workers.html:310 +#: actions/stats.py:709 templates/farming/workers.html:310 #: templates/worker.html:259 msgid "Container Memory Usage" msgstr "" -#: actions/stats.py:708 +#: actions/stats.py:710 msgid "GiB" msgstr "" -#: actions/stats.py:714 actions/stats.py:722 +#: actions/stats.py:716 actions/stats.py:724 msgid "plots" msgstr "" -#: actions/stats.py:737 templates/farming/workers.html:197 +#: actions/stats.py:739 templates/farming/workers.html:197 #: templates/plotting/transfers.html:272 templates/worker.html:290 #: templates/worker.html:355 msgid "full" msgstr "" -#: actions/stats.py:741 +#: actions/stats.py:743 msgid "free" msgstr "" @@ -637,147 +637,147 @@ msgid "" "disk usage." msgstr "" -#: models/chia.py:233 templates/blockchains.html:136 templates/summary.html:107 +#: models/chia.py:231 templates/blockchains.html:136 templates/summary.html:107 #: templates/wallet.html:206 msgid "Syncing" msgstr "Synchronisatie" -#: models/chia.py:235 templates/index.html:54 +#: models/chia.py:233 templates/index.html:54 msgid "Not available" msgstr "Niet beschikbaar" -#: models/chia.py:237 +#: models/chia.py:235 msgid "Not synced" msgstr "Niet gesynchroniseerd" -#: models/chia.py:240 templates/blockchains.html:127 templates/index.html:54 +#: models/chia.py:238 templates/blockchains.html:127 templates/index.html:54 #: templates/plotting/jobs.html:132 templates/plotting/transfers.html:127 #: templates/summary.html:103 templates/wallet.html:197 #: templates/worker.html:78 templates/workers.html:83 msgid "Offline" msgstr "Offline" -#: models/chia.py:253 models/drives.py:49 +#: models/chia.py:251 models/drives.py:49 msgid "years" msgstr "jaren" -#: models/chia.py:255 +#: models/chia.py:253 msgid "year" msgstr "jaar" -#: models/chia.py:257 models/drives.py:48 +#: models/chia.py:255 models/drives.py:48 msgid "months" msgstr "maanden" -#: models/chia.py:259 +#: models/chia.py:257 msgid "month" msgstr "maand" -#: models/chia.py:261 models/drives.py:46 +#: models/chia.py:259 models/drives.py:46 msgid "weeks" msgstr "weken" -#: models/chia.py:263 +#: models/chia.py:261 msgid "week" msgstr "week" -#: models/chia.py:267 +#: models/chia.py:265 msgid "day" msgstr "dag" -#: models/chia.py:269 models/drives.py:42 +#: models/chia.py:267 models/drives.py:42 msgid "hours" msgstr "uren" -#: models/chia.py:273 +#: models/chia.py:271 msgid "minutes" msgstr "minuten" -#: models/chia.py:275 +#: models/chia.py:273 msgid "minute" msgstr "minuut" -#: models/chia.py:277 +#: models/chia.py:275 msgid "Never (no plots)" msgstr "Nooit (geen plots)" -#: models/chia.py:279 +#: models/chia.py:277 msgid "Soon" msgstr "Binnenkort" -#: models/chia.py:281 +#: models/chia.py:279 msgid "and" msgstr "en" -#: models/chia.py:288 +#: models/chia.py:286 msgid "worker" msgstr "" -#: models/chia.py:289 +#: models/chia.py:287 msgid "blockchain" msgstr "" -#: models/chia.py:290 +#: models/chia.py:288 msgid "plot_id" msgstr "" -#: models/chia.py:291 +#: models/chia.py:289 msgid "dir" msgstr "" -#: models/chia.py:292 +#: models/chia.py:290 msgid "plot" msgstr "" -#: models/chia.py:293 +#: models/chia.py:291 msgid "type" msgstr "" -#: models/chia.py:294 +#: models/chia.py:292 msgid "create_date" msgstr "" -#: models/chia.py:295 +#: models/chia.py:293 msgid "size" msgstr "" -#: models/chia.py:296 +#: models/chia.py:294 msgid "c" msgstr "" -#: models/chia.py:297 +#: models/chia.py:295 msgid "a" msgstr "" -#: models/chia.py:441 models/chia.py:452 templates/wallet.html:194 +#: models/chia.py:439 models/chia.py:450 templates/wallet.html:194 msgid "View Transactions" msgstr "" -#: models/chia.py:852 +#: models/chia.py:850 msgid "Confirmed" msgstr "" -#: models/chia.py:864 +#: models/chia.py:862 msgid "INCOMING_TX" msgstr "" -#: models/chia.py:866 +#: models/chia.py:864 msgid "OUTGOING_TX" msgstr "" -#: models/chia.py:868 +#: models/chia.py:866 msgid "COINBASE_REWARD" msgstr "" -#: models/chia.py:870 +#: models/chia.py:868 msgid "FEE_REWARD" msgstr "" -#: models/chia.py:872 +#: models/chia.py:870 msgid "INCOMING_TRADE" msgstr "" -#: models/chia.py:874 +#: models/chia.py:872 msgid "OUTGOING_TRADE" msgstr "" @@ -810,12 +810,12 @@ msgid "Worker" msgstr "Werker" #: templates/alerts.html:73 templates/blockchains.html:105 -#: templates/farming/plots.html:76 templates/farming/warnings.html:64 +#: templates/farming/plots.html:83 templates/farming/warnings.html:64 #: templates/farming/warnings.html:101 templates/farming/warnings.html:138 #: templates/settings/alerts.html:75 templates/settings/farming.html:46 #: templates/settings/plotting.html:84 templates/settings/tools.html:45 #: templates/summary.html:77 templates/wallet.html:180 templates/worker.html:47 -#: templates/worker_launch.html:994 templates/workers.html:53 +#: templates/worker_launch.html:969 templates/workers.html:53 msgid "Blockchain" msgstr "Blockchain" @@ -895,7 +895,7 @@ msgstr "Plotting" msgid "Farming" msgstr "Farming" -#: templates/base.html:51 templates/index.html:127 +#: templates/base.html:51 templates/index.html:126 msgid "Wallets" msgstr "Portefeuilles" @@ -920,7 +920,7 @@ msgstr "Waarschuwingen" msgid "Pools" msgstr "Pools" -#: templates/base.html:87 templates/farming/plots.html:194 +#: templates/base.html:87 templates/farming/plots.html:208 #: templates/farming/warnings.html:28 templates/farming/workers.html:28 #: templates/plotting/jobs.html:112 templates/plotting/transfers.html:107 #: templates/plotting/workers.html:28 templates/summary.html:81 @@ -935,8 +935,8 @@ msgstr "" #: templates/base.html:97 templates/blockchains.html:25 #: templates/blockchains.html:75 templates/connections.html:25 #: templates/connections.html:59 templates/drives.html:67 -#: templates/drives.html:96 templates/farming/plots.html:36 -#: templates/farming/plots.html:68 templates/summary.html:25 +#: templates/drives.html:96 templates/farming/plots.html:43 +#: templates/farming/plots.html:75 templates/summary.html:25 #: templates/summary.html:53 templates/wallet.html:23 templates/wallet.html:46 msgid "Settings" msgstr "Instellingen" @@ -977,11 +977,7 @@ msgstr "Credits" msgid "Bladebit" msgstr "Bladebit" -#: templates/base.html:181 -msgid "Madmax" -msgstr "Madmax" - -#: templates/base.html:185 +#: templates/base.html:180 msgid "Plotman" msgstr "Plotman" @@ -992,7 +988,7 @@ msgstr "Lokale Munt:" #: templates/blockchains.html:44 templates/blockchains.html:66 #: templates/connections.html:50 templates/drives.html:84 -#: templates/farming/plots.html:153 templates/farming/plots.html:180 +#: templates/farming/plots.html:167 templates/farming/plots.html:194 #: templates/plotting/jobs.html:16 templates/plotting/jobs.html:43 #: templates/plotting/jobs.html:64 templates/plotting/transfers.html:18 #: templates/plotting/transfers.html:39 templates/settings/alerts.html:25 @@ -1004,8 +1000,8 @@ msgid "Cancel" msgstr "Annuleren" #: templates/blockchains.html:45 templates/connections.html:51 -#: templates/drives.html:85 templates/farming/plots.html:154 -#: templates/farming/plots.html:181 templates/settings/alerts.html:93 +#: templates/drives.html:85 templates/farming/plots.html:168 +#: templates/farming/plots.html:195 templates/settings/alerts.html:93 #: templates/settings/farming.html:64 templates/settings/plotting.html:44 #: templates/settings/plotting.html:113 templates/settings/plotting.html:314 #: templates/settings/pools.html:47 templates/settings/tools.html:63 @@ -1294,31 +1290,31 @@ msgstr "Totaal Aantal Plots" msgid "Total Plots Size" msgstr "Totale Omvang Plots" -#: templates/index.html:93 templates/wallet.html:185 +#: templates/index.html:92 templates/wallet.html:185 msgid "Balance" msgstr "Saldo" -#: templates/index.html:102 +#: templates/index.html:101 msgid "Farmed" msgstr "Farmed" -#: templates/index.html:112 +#: templates/index.html:111 msgid "Netspace" msgstr "Netgrootte" -#: templates/index.html:146 +#: templates/index.html:144 msgid "Challenges from Harvesters" msgstr "Uitdagingen van Harvesters" -#: templates/index.html:164 +#: templates/index.html:162 msgid "Partial Proofs for Pools" msgstr "Gedeeltelijke bewijzen voor Pools" -#: templates/farming/workers.html:121 templates/index.html:178 +#: templates/farming/workers.html:121 templates/index.html:176 msgid "Previous" msgstr "Vorige" -#: templates/farming/workers.html:125 templates/index.html:182 +#: templates/farming/workers.html:125 templates/index.html:180 msgid "Next" msgstr "Volgende" @@ -1500,7 +1496,7 @@ msgstr "" msgid "Height" msgstr "Hoogte" -#: templates/farming/plots.html:191 templates/farming/warnings.html:25 +#: templates/farming/plots.html:205 templates/farming/warnings.html:25 #: templates/farming/workers.html:25 templates/summary.html:80 msgid "Plots" msgstr "Plots" @@ -1577,12 +1573,12 @@ msgstr "" msgid "Sync Wallets:" msgstr "" -#: templates/farming/plots.html:164 templates/wallet.html:85 +#: templates/farming/plots.html:178 templates/wallet.html:85 #: templates/wallet.html:321 msgid "Wallet Settings" msgstr "" -#: templates/farming/plots.html:174 templates/wallet.html:95 +#: templates/farming/plots.html:188 templates/wallet.html:95 msgid "Cold Wallet Address:" msgstr "" @@ -1807,45 +1803,45 @@ msgstr "Gebruikte Schijfruimte (GB)" msgid "Disk Space Free (GB)" msgstr "Vrije Schijfruimte (GB)" -#: templates/worker_launch.html:50 templates/worker_launch.html:920 -#: templates/worker_launch.html:949 +#: templates/worker_launch.html:50 templates/worker_launch.html:895 +#: templates/worker_launch.html:924 msgid "Host Path" msgstr "Host Pad" -#: templates/worker_launch.html:55 templates/worker_launch.html:925 -#: templates/worker_launch.html:954 +#: templates/worker_launch.html:55 templates/worker_launch.html:900 +#: templates/worker_launch.html:929 msgid "Container Path" msgstr "Container Pad" -#: templates/worker_launch.html:60 templates/worker_launch.html:930 -#: templates/worker_launch.html:959 +#: templates/worker_launch.html:60 templates/worker_launch.html:905 +#: templates/worker_launch.html:934 msgid "Used for:" msgstr "Gebruikt voor:" -#: templates/worker_launch.html:63 templates/worker_launch.html:933 -#: templates/worker_launch.html:962 +#: templates/worker_launch.html:63 templates/worker_launch.html:908 +#: templates/worker_launch.html:937 msgid "Final Plots" msgstr "Finale Plots" -#: templates/worker_launch.html:64 templates/worker_launch.html:934 -#: templates/worker_launch.html:963 +#: templates/worker_launch.html:64 templates/worker_launch.html:909 +#: templates/worker_launch.html:938 msgid "Plotting Temp" msgstr "Plotting Temp" -#: templates/worker_launch.html:65 templates/worker_launch.html:935 -#: templates/worker_launch.html:964 +#: templates/worker_launch.html:65 templates/worker_launch.html:910 +#: templates/worker_launch.html:939 msgid "Other" msgstr "Andere" -#: templates/worker_launch.html:69 templates/worker_launch.html:939 +#: templates/worker_launch.html:69 templates/worker_launch.html:914 msgid "Location" msgstr "Locatie" -#: templates/worker_launch.html:72 templates/worker_launch.html:942 +#: templates/worker_launch.html:72 templates/worker_launch.html:917 msgid "Local" msgstr "Lokaal" -#: templates/worker_launch.html:73 templates/worker_launch.html:943 +#: templates/worker_launch.html:73 templates/worker_launch.html:918 msgid "Remote" msgstr "Extern" @@ -1997,66 +1993,66 @@ msgstr "Werker IP adres" msgid "Blockchains to Farm" msgstr "Blockchains to Farm" -#: templates/worker_launch.html:916 +#: templates/worker_launch.html:891 msgid "Volume Mounts" msgstr "Volume Mounts" -#: templates/worker_launch.html:973 +#: templates/worker_launch.html:948 msgid "Add New Volume" msgstr "Voeg nieuw volume toe" -#: templates/worker_launch.html:975 +#: templates/worker_launch.html:950 msgid "Remove Last Volume" msgstr "Verwijder laatste volume" -#: templates/worker_launch.html:981 +#: templates/worker_launch.html:956 msgid "Graphics Devices" msgstr "" -#: templates/worker_launch.html:982 +#: templates/worker_launch.html:957 msgid "" "Optionally, if your system has an available and supported GPU, you can " "pass it thru to the blockchain's Docker container. Only Chia, Gigahorse, " "and MMX blockchains support certain GPUs." msgstr "" -#: templates/worker_launch.html:985 +#: templates/worker_launch.html:960 msgid "GPU Type" msgstr "" -#: templates/worker_launch.html:987 templates/worker_launch.html:996 +#: templates/worker_launch.html:962 templates/worker_launch.html:971 msgid "None" msgstr "" -#: templates/worker_launch.html:988 +#: templates/worker_launch.html:963 msgid "Nvidia" msgstr "" -#: templates/worker_launch.html:989 +#: templates/worker_launch.html:964 msgid "AMD" msgstr "" -#: templates/worker_launch.html:990 +#: templates/worker_launch.html:965 msgid "Intel" msgstr "" -#: templates/worker_launch.html:997 +#: templates/worker_launch.html:972 msgid "Chia" msgstr "" -#: templates/worker_launch.html:998 +#: templates/worker_launch.html:973 msgid "Gigahorse" msgstr "" -#: templates/worker_launch.html:999 +#: templates/worker_launch.html:974 msgid "MMX" msgstr "" -#: templates/worker_launch.html:1008 +#: templates/worker_launch.html:983 msgid "Copy" msgstr "Kopieer" -#: templates/worker_launch.html:1012 +#: templates/worker_launch.html:987 msgid "Docker Compose" msgstr "Docker Compose" @@ -2129,81 +2125,93 @@ msgstr "Plotting analyse" msgid "Analysis of the plotting job log shows time (seconds) spent in each phase:" msgstr "Analyse van de plotting job toont de tijd (seconden) voor iedere fase:" -#: templates/farming/plots.html:24 +#: templates/farming/plots.html:25 msgid "Plot Check" msgstr "Plot Controle" -#: templates/farming/plots.html:86 +#: templates/farming/plots.html:33 +msgid "Close" +msgstr "" + +#: templates/farming/plots.html:34 +msgid "Recheck" +msgstr "" + +#: templates/farming/plots.html:93 msgid "Replotting" msgstr "" -#: templates/farming/plots.html:91 templates/plotting/jobs.html:126 +#: templates/farming/plots.html:98 templates/plotting/jobs.html:126 #: templates/plotting/transfers.html:121 msgid "Disabled" msgstr "" -#: templates/farming/plots.html:96 +#: templates/farming/plots.html:103 msgid "Enabled" msgstr "" -#: templates/farming/plots.html:105 +#: templates/farming/plots.html:112 msgid "Free up space for new plots of k-size" msgstr "" -#: templates/farming/plots.html:115 +#: templates/farming/plots.html:122 msgid "Criteria for selecting plots to delete" msgstr "" -#: templates/farming/plots.html:119 +#: templates/farming/plots.html:126 msgid "Delete Solo Plots - Keep Portable Plots" msgstr "" -#: templates/farming/plots.html:126 +#: templates/farming/plots.html:133 +msgid "Delete Uncompressed Plots - Keep Compressed Plots" +msgstr "" + +#: templates/farming/plots.html:140 msgid "Delete Plots Older Than" msgstr "" -#: templates/farming/plots.html:137 +#: templates/farming/plots.html:151 msgid "Delete K-Sizes" msgstr "" -#: templates/farming/plots.html:148 +#: templates/farming/plots.html:162 msgid "" "When enabled, this action will repeatedly DELETE a few selected plots " "from each folder on all farmers and harvesters, freeing space for new " "plots. Are you sure?" msgstr "" -#: templates/farming/plots.html:197 templates/farming/warnings.html:31 +#: templates/farming/plots.html:211 templates/farming/warnings.html:31 #: templates/farming/workers.html:31 msgid "Warnings" msgstr "" -#: templates/farming/plots.html:214 templates/plotting/jobs.html:146 +#: templates/farming/plots.html:228 templates/plotting/jobs.html:146 #: templates/plotting/transfers.html:144 msgid "Worker is offline." msgstr "Werker is offline" -#: templates/farming/plots.html:216 +#: templates/farming/plots.html:230 msgid "Farming not started successfully." msgstr "Farming niet succesvol gestart." -#: templates/farming/plots.html:284 +#: templates/farming/plots.html:298 msgid "Farming Log for " msgstr "Farming log voor " -#: templates/farming/plots.html:342 +#: templates/farming/plots.html:365 msgid "Good Plot" msgstr "Goed plot" -#: templates/farming/plots.html:344 +#: templates/farming/plots.html:367 msgid "Bad Plot" msgstr "Slecht plot" -#: templates/farming/plots.html:346 +#: templates/farming/plots.html:369 msgid "Unknown" msgstr "" -#: templates/farming/plots.html:349 +#: templates/farming/plots.html:372 msgid "Unchecked" msgstr "" @@ -2537,7 +2545,7 @@ msgstr "Download" #: templates/settings/alerts.html:172 templates/settings/farming.html:177 #: templates/settings/plotting.html:277 templates/settings/plotting.html:290 -#: templates/settings/pools.html:220 templates/settings/tools.html:131 +#: templates/settings/pools.html:220 templates/settings/tools.html:133 msgid "Saving..." msgstr "Opslaan..." diff --git a/web/translations/pt_PT/LC_MESSAGES/messages.po b/web/translations/pt_PT/LC_MESSAGES/messages.po index 94cbd03d..0e545c16 100755 --- a/web/translations/pt_PT/LC_MESSAGES/messages.po +++ b/web/translations/pt_PT/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris" "/issuesCreation-Date: 2022-02-16 15:00-0700\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-02-13 13:45-0700\n" "Last-Translator: Antonio Casqueiro\n" "Language: pt\n" @@ -16,9 +16,9 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" -#: routes.py:122 routes.py:390 +#: routes.py:122 routes.py:389 msgid "Saved local currency setting." msgstr "Gravar definições da moeda local" @@ -30,33 +30,33 @@ msgstr "Descarregar o Blockchain" msgid "Unknown plotting form" msgstr "Tipo de Plotting desconhecido" -#: routes.py:244 +#: routes.py:243 msgid "Error! Please see logs." msgstr "Erro! Por favor consulte os logs." -#: routes.py:285 +#: routes.py:284 msgid "Unknown alerts form" msgstr "Tipo de alerta desconhecido" -#: routes.py:302 +#: routes.py:301 msgid "Saved local currency and wallet sync settings." msgstr "Definições da moeda local e da wallet sincronizadas." -#: routes.py:311 +#: routes.py:310 msgid "Starting wallet sync. Please allow at least 15 minutes..." msgstr "" "Iniciar sincronização da wallet. Por favor aguarde pelo menos 15 " "minutos..." -#: routes.py:314 +#: routes.py:313 msgid "Pausing wallet sync. Please allow a few minutes..." msgstr "Suspender sincronização da wallet. Por favor aguarde alguns minutos..." -#: routes.py:393 +#: routes.py:392 msgid "Restarting blockchain. Please allow at least 15 minutes..." msgstr "Reiniciar blockchain. Por favor aguarde pelo menos 15 minutos..." -#: routes.py:408 +#: routes.py:407 msgid "" "Saved mapping settings. Please allow 10 minutes to generate location " "information for the map." @@ -64,11 +64,11 @@ msgstr "" "As definições do mapa foram gravadas. Por favor aguarde 10 minutos para " "que o mapa seja actualizado com a geolocalização." -#: routes.py:419 +#: routes.py:418 msgid "Unknown form action" msgstr "Form action desconhecida" -#: routes.py:543 +#: routes.py:540 #, python-format msgid "" "No worker at %(worker)s for blockchain %(blockchain)s. Please select " @@ -77,7 +77,7 @@ msgstr "" "Não existe worker no %(worker)s para o blockchain %(blockchain)s. Por " "favor seleccione outro blockchain." -#: routes.py:549 +#: routes.py:546 #, python-format msgid "" "For Alerts config, found no responding fullnode found for %(blockchain)s." @@ -86,7 +86,7 @@ msgstr "" "Na configuração dos Alertas, foi encontrado um fullnode que não responde " "para o %(blockchain)s. Por favor verifica os teus workers." -#: routes.py:554 +#: routes.py:551 #, python-format msgid "" "For Farming config, found no responding fullnode found for " @@ -95,7 +95,7 @@ msgstr "" "Na configuração de Farming, foi encontrado um fullnode que não responde " "para o %(blockchain)s. Por favor verifica os teus workers." -#: routes.py:561 +#: routes.py:558 #, python-format msgid "" "For Plotting config, found no responding fullnode found for " @@ -104,7 +104,7 @@ msgstr "" "Na configuração de Plotting, foi encontrado um fullnode que não responde " "para o %(blockchain)s. Por favor verifica os teus workers." -#: routes.py:566 routes.py:571 routes.py:576 +#: routes.py:563 routes.py:568 routes.py:573 #, python-format msgid "" "No responding fullnode found for %(blockchain)s. Please check your " @@ -113,7 +113,7 @@ msgstr "" "Foi encontrado um fullnode que não responde para o %(blockchain)s. Por " "favor verifica os teus workers." -#: routes.py:595 +#: routes.py:592 msgid "Unsupported log type" msgstr "Tipo de log não suportado" @@ -415,7 +415,7 @@ msgstr "" msgid "Idle" msgstr "Inactivo" -#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:231 +#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:229 #: models/plotman.py:66 templates/index.html:42 templates/index.html:52 msgid "Active" msgstr "Activo" @@ -474,7 +474,7 @@ msgstr "Não foi possível parar o arquivo do Plotman. Por favor veja:" msgid "Archiver stopped successfully." msgstr "Farming não foi iniciado com sucesso." -#: actions/plotman.py:235 +#: actions/plotman.py:233 #, python-format msgid "" "Current configuration will plot %(open_b)sSOLO%(close_b)s plots, not " @@ -485,21 +485,21 @@ msgstr "" "%(open_b)sSOLO%(close_b)sser usados nas Pools. Se não é isto que " "pretendes, por favor vê o %(wiki_open)swiki%(wiki_close)s." -#: actions/plotman.py:246 +#: actions/plotman.py:244 msgid "Updated plotman.yaml failed validation! Fix and save or refresh page." msgstr "" "A actualização do plotman.yaml falhou a validação. Corrija e grave, ou " "carregue novamente a página." -#: actions/plotman.py:251 +#: actions/plotman.py:249 msgid "Failed to save config to plotter. Please check log files." msgstr "Não foi possível gravar as definições. Por favor consulte o Web Log." -#: actions/plotman.py:255 +#: actions/plotman.py:253 msgid "Nice! Plotman's plotman.yaml validated and saved successfully." msgstr "Boa! Plotman's plotman.yaml validado e gravado com sucesso." -#: actions/plotman.py:265 +#: actions/plotman.py:263 msgid "" "Sorry, no plotting job log found. Perhaps plot was made outside " "Machinaris?" @@ -507,7 +507,7 @@ msgstr "" "Pedimos desculpa, mas não foi encontrado o log do job do plotting. Talvez" " o plot tenha sido criado fora do Machinaris?" -#: actions/plotman.py:307 +#: actions/plotman.py:306 #, python-format msgid "" "Replotting has been enabled for %(blockchains)s. Please start Plotting " @@ -518,7 +518,7 @@ msgstr "" "(e arquivo) após exista espaço em disco disponível para replotting o que " "deve acontecer dentro de 15 minutos." -#: actions/plotman.py:309 +#: actions/plotman.py:308 msgid "" "Replotting has been DISABLED for all blockchains. Machinaris will NOT " "remove any plots now." @@ -526,7 +526,7 @@ msgstr "" "Replotting foi DESACTIVADO para todos os blockchains. O Machinaris NÃO " "irá remover nenhum plot agora." -#: actions/plotman.py:311 +#: actions/plotman.py:310 #, python-format msgid "Unable to save replotting settings in %(file)s because %(exception)s" msgstr "" @@ -539,7 +539,7 @@ msgid "" "page." msgstr "Não foi possível gravar as definições. Por favor consulte o Web Log." -#: actions/pools.py:154 +#: actions/pools.py:152 msgid "" "Reward recovery for portable plots has been initiated. Tomorrow, please " "check the Total Balance charts below for each blockchain with recoverable" @@ -549,7 +549,7 @@ msgstr "" "verifique o gráfico do Total Balance amanhã para cada blockchain com " "moedas recuperadas." -#: actions/pools.py:159 +#: actions/pools.py:157 msgid "Unconfirmed transaction cleanup has been initiated. Please wait..." msgstr "" "A limpeza de transacções não confirmadas foi iniciada. Por favor " @@ -560,89 +560,89 @@ msgstr "" msgid "in last day." msgstr "no último dia." -#: actions/stats.py:418 +#: actions/stats.py:420 msgid "secs" msgstr "segs" -#: actions/stats.py:431 models/chia.py:271 +#: actions/stats.py:433 models/chia.py:269 msgid "hour" msgstr "hora" -#: actions/stats.py:461 templates/index.html:98 +#: actions/stats.py:463 templates/index.html:97 #: templates/views/index_script_block.js:51 msgid "Farmed Coins" msgstr "Moedas farmed" -#: actions/stats.py:478 templates/index.html:90 +#: actions/stats.py:480 templates/index.html:89 #: templates/views/index_script_block.js:56 templates/wallet.html:184 msgid "Total Balance" msgstr "Saldo" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Wallets Total" msgstr "Detalhes da Wallet" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Fiat Currency" msgstr "Moeda do país" -#: actions/stats.py:535 +#: actions/stats.py:537 msgid "Host Memory Usage" msgstr "Host: Memória utilizada" -#: actions/stats.py:555 templates/index.html:106 +#: actions/stats.py:557 templates/index.html:105 msgid "Netspace Size" msgstr "Tamanho do Netspace" -#: actions/stats.py:556 actions/stats.py:616 +#: actions/stats.py:558 actions/stats.py:618 msgid "Size" msgstr "Tamanho" -#: actions/stats.py:594 templates/farming/workers.html:80 +#: actions/stats.py:596 templates/farming/workers.html:80 msgid "Plot Counts" msgstr "Número de Plots" -#: actions/stats.py:615 templates/index.html:78 +#: actions/stats.py:617 templates/index.html:78 msgid "Plots Size" msgstr "Plots: Total de espaço ocupado" -#: actions/stats.py:630 actions/stats.py:631 +#: actions/stats.py:632 actions/stats.py:633 msgid "Effort" msgstr "Porto" -#: actions/stats.py:682 templates/summary.html:84 +#: actions/stats.py:684 templates/summary.html:84 msgid "ETW" msgstr "ETW" -#: actions/stats.py:683 +#: actions/stats.py:685 msgid "Estimated Time to Win" msgstr "Tempo expectável para ganhar" -#: actions/stats.py:683 models/chia.py:154 models/chia.py:265 +#: actions/stats.py:685 models/chia.py:152 models/chia.py:263 #: models/drives.py:44 msgid "days" msgstr "dias" -#: actions/stats.py:707 templates/farming/workers.html:310 +#: actions/stats.py:709 templates/farming/workers.html:310 #: templates/worker.html:259 msgid "Container Memory Usage" msgstr "Container: Memório utilizada" -#: actions/stats.py:708 +#: actions/stats.py:710 msgid "GiB" msgstr "GiB" -#: actions/stats.py:714 actions/stats.py:722 +#: actions/stats.py:716 actions/stats.py:724 msgid "plots" msgstr "plots" -#: actions/stats.py:737 templates/farming/workers.html:197 +#: actions/stats.py:739 templates/farming/workers.html:197 #: templates/plotting/transfers.html:272 templates/worker.html:290 #: templates/worker.html:355 msgid "full" msgstr "cheio" -#: actions/stats.py:741 +#: actions/stats.py:743 msgid "free" msgstr "livre" @@ -720,147 +720,147 @@ msgstr "" "Por favor %(wiki_link)supgrade%(close_link)s para o novo formato v2 para " "diminuir o espaço ocupado pelo blockchain no disco." -#: models/chia.py:233 templates/blockchains.html:136 templates/summary.html:107 +#: models/chia.py:231 templates/blockchains.html:136 templates/summary.html:107 #: templates/wallet.html:206 msgid "Syncing" msgstr "A sincronizar" -#: models/chia.py:235 templates/index.html:54 +#: models/chia.py:233 templates/index.html:54 msgid "Not available" msgstr "Indisponível" -#: models/chia.py:237 +#: models/chia.py:235 msgid "Not synced" msgstr "Não sincronizado" -#: models/chia.py:240 templates/blockchains.html:127 templates/index.html:54 +#: models/chia.py:238 templates/blockchains.html:127 templates/index.html:54 #: templates/plotting/jobs.html:132 templates/plotting/transfers.html:127 #: templates/summary.html:103 templates/wallet.html:197 #: templates/worker.html:78 templates/workers.html:83 msgid "Offline" msgstr "Offline" -#: models/chia.py:253 models/drives.py:49 +#: models/chia.py:251 models/drives.py:49 msgid "years" msgstr "anos" -#: models/chia.py:255 +#: models/chia.py:253 msgid "year" msgstr "ano" -#: models/chia.py:257 models/drives.py:48 +#: models/chia.py:255 models/drives.py:48 msgid "months" msgstr "meses" -#: models/chia.py:259 +#: models/chia.py:257 msgid "month" msgstr "mês" -#: models/chia.py:261 models/drives.py:46 +#: models/chia.py:259 models/drives.py:46 msgid "weeks" msgstr "semanas" -#: models/chia.py:263 +#: models/chia.py:261 msgid "week" msgstr "semana" -#: models/chia.py:267 +#: models/chia.py:265 msgid "day" msgstr "dia" -#: models/chia.py:269 models/drives.py:42 +#: models/chia.py:267 models/drives.py:42 msgid "hours" msgstr "horas" -#: models/chia.py:273 +#: models/chia.py:271 msgid "minutes" msgstr "minutos" -#: models/chia.py:275 +#: models/chia.py:273 msgid "minute" msgstr "minuto" -#: models/chia.py:277 +#: models/chia.py:275 msgid "Never (no plots)" msgstr "Nunca (sem plots)" -#: models/chia.py:279 +#: models/chia.py:277 msgid "Soon" msgstr "Em breve" -#: models/chia.py:281 +#: models/chia.py:279 msgid "and" msgstr "e" -#: models/chia.py:288 +#: models/chia.py:286 msgid "worker" msgstr "worker" -#: models/chia.py:289 +#: models/chia.py:287 msgid "blockchain" msgstr "blockchain" -#: models/chia.py:290 +#: models/chia.py:288 msgid "plot_id" msgstr "plot_id" -#: models/chia.py:291 +#: models/chia.py:289 msgid "dir" msgstr "dir" -#: models/chia.py:292 +#: models/chia.py:290 msgid "plot" msgstr "plot" -#: models/chia.py:293 +#: models/chia.py:291 msgid "type" msgstr "tipo" -#: models/chia.py:294 +#: models/chia.py:292 msgid "create_date" msgstr "data criação" -#: models/chia.py:295 +#: models/chia.py:293 msgid "size" msgstr "tamanho" -#: models/chia.py:296 +#: models/chia.py:294 msgid "c" msgstr "c" -#: models/chia.py:297 +#: models/chia.py:295 msgid "a" msgstr "a" -#: models/chia.py:441 models/chia.py:452 templates/wallet.html:194 +#: models/chia.py:439 models/chia.py:450 templates/wallet.html:194 msgid "View Transactions" msgstr "Ver transacções" -#: models/chia.py:852 +#: models/chia.py:850 msgid "Confirmed" msgstr "Confirmadas" -#: models/chia.py:864 +#: models/chia.py:862 msgid "INCOMING_TX" msgstr "INCOMING_TX" -#: models/chia.py:866 +#: models/chia.py:864 msgid "OUTGOING_TX" msgstr "OUTGOING_TX" -#: models/chia.py:868 +#: models/chia.py:866 msgid "COINBASE_REWARD" msgstr "COINBASE_REWARD" -#: models/chia.py:870 +#: models/chia.py:868 msgid "FEE_REWARD" msgstr "FEE_REWARD" -#: models/chia.py:872 +#: models/chia.py:870 msgid "INCOMING_TRADE" msgstr "INCOMING_TRADE" -#: models/chia.py:874 +#: models/chia.py:872 msgid "OUTGOING_TRADE" msgstr "OUTGOING_TRADE" @@ -899,12 +899,12 @@ msgid "Worker" msgstr "Worker" #: templates/alerts.html:73 templates/blockchains.html:105 -#: templates/farming/plots.html:76 templates/farming/warnings.html:64 +#: templates/farming/plots.html:83 templates/farming/warnings.html:64 #: templates/farming/warnings.html:101 templates/farming/warnings.html:138 #: templates/settings/alerts.html:75 templates/settings/farming.html:46 #: templates/settings/plotting.html:84 templates/settings/tools.html:45 #: templates/summary.html:77 templates/wallet.html:180 templates/worker.html:47 -#: templates/worker_launch.html:994 templates/workers.html:53 +#: templates/worker_launch.html:969 templates/workers.html:53 msgid "Blockchain" msgstr "Blockchain" @@ -986,7 +986,7 @@ msgstr "Plotting" msgid "Farming" msgstr "Farming" -#: templates/base.html:51 templates/index.html:127 +#: templates/base.html:51 templates/index.html:126 msgid "Wallets" msgstr "Wallets" @@ -1011,7 +1011,7 @@ msgstr "Alertas" msgid "Pools" msgstr "Pools" -#: templates/base.html:87 templates/farming/plots.html:194 +#: templates/base.html:87 templates/farming/plots.html:208 #: templates/farming/warnings.html:28 templates/farming/workers.html:28 #: templates/plotting/jobs.html:112 templates/plotting/transfers.html:107 #: templates/plotting/workers.html:28 templates/summary.html:81 @@ -1026,8 +1026,8 @@ msgstr "Discos" #: templates/base.html:97 templates/blockchains.html:25 #: templates/blockchains.html:75 templates/connections.html:25 #: templates/connections.html:59 templates/drives.html:67 -#: templates/drives.html:96 templates/farming/plots.html:36 -#: templates/farming/plots.html:68 templates/summary.html:25 +#: templates/drives.html:96 templates/farming/plots.html:43 +#: templates/farming/plots.html:75 templates/summary.html:25 #: templates/summary.html:53 templates/wallet.html:23 templates/wallet.html:46 msgid "Settings" msgstr "Definições" @@ -1068,11 +1068,7 @@ msgstr "Créditos" msgid "Bladebit" msgstr "Bladebit" -#: templates/base.html:181 -msgid "Madmax" -msgstr "Madmax" - -#: templates/base.html:185 +#: templates/base.html:180 msgid "Plotman" msgstr "Plotman" @@ -1083,7 +1079,7 @@ msgstr "Moeda local:" #: templates/blockchains.html:44 templates/blockchains.html:66 #: templates/connections.html:50 templates/drives.html:84 -#: templates/farming/plots.html:153 templates/farming/plots.html:180 +#: templates/farming/plots.html:167 templates/farming/plots.html:194 #: templates/plotting/jobs.html:16 templates/plotting/jobs.html:43 #: templates/plotting/jobs.html:64 templates/plotting/transfers.html:18 #: templates/plotting/transfers.html:39 templates/settings/alerts.html:25 @@ -1095,8 +1091,8 @@ msgid "Cancel" msgstr "Cancelar" #: templates/blockchains.html:45 templates/connections.html:51 -#: templates/drives.html:85 templates/farming/plots.html:154 -#: templates/farming/plots.html:181 templates/settings/alerts.html:93 +#: templates/drives.html:85 templates/farming/plots.html:168 +#: templates/farming/plots.html:195 templates/settings/alerts.html:93 #: templates/settings/farming.html:64 templates/settings/plotting.html:44 #: templates/settings/plotting.html:113 templates/settings/plotting.html:314 #: templates/settings/pools.html:47 templates/settings/tools.html:63 @@ -1402,31 +1398,31 @@ msgstr "Plots: Total" msgid "Total Plots Size" msgstr "Plots: Total de espaço ocupado" -#: templates/index.html:93 templates/wallet.html:185 +#: templates/index.html:92 templates/wallet.html:185 msgid "Balance" msgstr "Saldo" -#: templates/index.html:102 +#: templates/index.html:101 msgid "Farmed" msgstr "Farmed" -#: templates/index.html:112 +#: templates/index.html:111 msgid "Netspace" msgstr "Netspace" -#: templates/index.html:146 +#: templates/index.html:144 msgid "Challenges from Harvesters" msgstr "Challenges das Harvesters" -#: templates/index.html:164 +#: templates/index.html:162 msgid "Partial Proofs for Pools" msgstr "Partial Proofs das Pools" -#: templates/farming/workers.html:121 templates/index.html:178 +#: templates/farming/workers.html:121 templates/index.html:176 msgid "Previous" msgstr "Anterior" -#: templates/farming/workers.html:125 templates/index.html:182 +#: templates/farming/workers.html:125 templates/index.html:180 msgid "Next" msgstr "Seguinte" @@ -1616,7 +1612,7 @@ msgstr "" msgid "Height" msgstr "Height" -#: templates/farming/plots.html:191 templates/farming/warnings.html:25 +#: templates/farming/plots.html:205 templates/farming/warnings.html:25 #: templates/farming/workers.html:25 templates/summary.html:80 msgid "Plots" msgstr "Plots" @@ -1701,12 +1697,12 @@ msgstr "" msgid "Sync Wallets:" msgstr "Wallets sincronizadas:" -#: templates/farming/plots.html:164 templates/wallet.html:85 +#: templates/farming/plots.html:178 templates/wallet.html:85 #: templates/wallet.html:321 msgid "Wallet Settings" msgstr "Wallets: Definições" -#: templates/farming/plots.html:174 templates/wallet.html:95 +#: templates/farming/plots.html:188 templates/wallet.html:95 msgid "Cold Wallet Address:" msgstr "Endereço da tua cold wallet:" @@ -1949,45 +1945,45 @@ msgstr "Espaço em disco usado (GB)" msgid "Disk Space Free (GB)" msgstr "Espaço em disco livre (GB)" -#: templates/worker_launch.html:50 templates/worker_launch.html:920 -#: templates/worker_launch.html:949 +#: templates/worker_launch.html:50 templates/worker_launch.html:895 +#: templates/worker_launch.html:924 msgid "Host Path" msgstr "Host path" -#: templates/worker_launch.html:55 templates/worker_launch.html:925 -#: templates/worker_launch.html:954 +#: templates/worker_launch.html:55 templates/worker_launch.html:900 +#: templates/worker_launch.html:929 msgid "Container Path" msgstr "Container path" -#: templates/worker_launch.html:60 templates/worker_launch.html:930 -#: templates/worker_launch.html:959 +#: templates/worker_launch.html:60 templates/worker_launch.html:905 +#: templates/worker_launch.html:934 msgid "Used for:" msgstr "Usado para:" -#: templates/worker_launch.html:63 templates/worker_launch.html:933 -#: templates/worker_launch.html:962 +#: templates/worker_launch.html:63 templates/worker_launch.html:908 +#: templates/worker_launch.html:937 msgid "Final Plots" msgstr "Plots finais" -#: templates/worker_launch.html:64 templates/worker_launch.html:934 -#: templates/worker_launch.html:963 +#: templates/worker_launch.html:64 templates/worker_launch.html:909 +#: templates/worker_launch.html:938 msgid "Plotting Temp" msgstr "Plotting temp" -#: templates/worker_launch.html:65 templates/worker_launch.html:935 -#: templates/worker_launch.html:964 +#: templates/worker_launch.html:65 templates/worker_launch.html:910 +#: templates/worker_launch.html:939 msgid "Other" msgstr "Outros" -#: templates/worker_launch.html:69 templates/worker_launch.html:939 +#: templates/worker_launch.html:69 templates/worker_launch.html:914 msgid "Location" msgstr "Localização" -#: templates/worker_launch.html:72 templates/worker_launch.html:942 +#: templates/worker_launch.html:72 templates/worker_launch.html:917 msgid "Local" msgstr "Local" -#: templates/worker_launch.html:73 templates/worker_launch.html:943 +#: templates/worker_launch.html:73 templates/worker_launch.html:918 msgid "Remote" msgstr "Remoto" @@ -2145,23 +2141,23 @@ msgstr "Worker: Endereço IP" msgid "Blockchains to Farm" msgstr "Blockchains para Farm" -#: templates/worker_launch.html:916 +#: templates/worker_launch.html:891 msgid "Volume Mounts" msgstr "Volumes montados" -#: templates/worker_launch.html:973 +#: templates/worker_launch.html:948 msgid "Add New Volume" msgstr "Adicionar um novo volume" -#: templates/worker_launch.html:975 +#: templates/worker_launch.html:950 msgid "Remove Last Volume" msgstr "Remover o último volume" -#: templates/worker_launch.html:981 +#: templates/worker_launch.html:956 msgid "Graphics Devices" msgstr "Placas gráficas" -#: templates/worker_launch.html:982 +#: templates/worker_launch.html:957 msgid "" "Optionally, if your system has an available and supported GPU, you can " "pass it thru to the blockchain's Docker container. Only Chia, Gigahorse, " @@ -2171,43 +2167,43 @@ msgstr "" "fazer pass-through para o container Docker do blockchain. Apenas Chia, " "Gigahorse, e MMX blockchains suportam algumas placas gráficas." -#: templates/worker_launch.html:985 +#: templates/worker_launch.html:960 msgid "GPU Type" msgstr "GPU: Tipo" -#: templates/worker_launch.html:987 templates/worker_launch.html:996 +#: templates/worker_launch.html:962 templates/worker_launch.html:971 msgid "None" msgstr "Nenhum" -#: templates/worker_launch.html:988 +#: templates/worker_launch.html:963 msgid "Nvidia" msgstr "Nvidia" -#: templates/worker_launch.html:989 +#: templates/worker_launch.html:964 msgid "AMD" msgstr "AMD" -#: templates/worker_launch.html:990 +#: templates/worker_launch.html:965 msgid "Intel" msgstr "Intel" -#: templates/worker_launch.html:997 +#: templates/worker_launch.html:972 msgid "Chia" msgstr "Chia" -#: templates/worker_launch.html:998 +#: templates/worker_launch.html:973 msgid "Gigahorse" msgstr "Gigahorse" -#: templates/worker_launch.html:999 +#: templates/worker_launch.html:974 msgid "MMX" msgstr "MMX" -#: templates/worker_launch.html:1008 +#: templates/worker_launch.html:983 msgid "Copy" msgstr "Copiar" -#: templates/worker_launch.html:1012 +#: templates/worker_launch.html:987 msgid "Docker Compose" msgstr "Docker Compose" @@ -2282,44 +2278,56 @@ msgstr "" "Análise do log dos plotting jobs que mostra o tempo (segundos) gasto em " "cada fase:" -#: templates/farming/plots.html:24 +#: templates/farming/plots.html:25 msgid "Plot Check" msgstr "Verificação do Plot" -#: templates/farming/plots.html:86 +#: templates/farming/plots.html:33 +msgid "Close" +msgstr "" + +#: templates/farming/plots.html:34 +msgid "Recheck" +msgstr "" + +#: templates/farming/plots.html:93 msgid "Replotting" msgstr "Replotting" -#: templates/farming/plots.html:91 templates/plotting/jobs.html:126 +#: templates/farming/plots.html:98 templates/plotting/jobs.html:126 #: templates/plotting/transfers.html:121 msgid "Disabled" msgstr "Desactivado" -#: templates/farming/plots.html:96 +#: templates/farming/plots.html:103 msgid "Enabled" msgstr "Activo" -#: templates/farming/plots.html:105 +#: templates/farming/plots.html:112 msgid "Free up space for new plots of k-size" msgstr "Libertar espaço para novos plots de k-size" -#: templates/farming/plots.html:115 +#: templates/farming/plots.html:122 msgid "Criteria for selecting plots to delete" msgstr "Critério para apagar plots" -#: templates/farming/plots.html:119 +#: templates/farming/plots.html:126 msgid "Delete Solo Plots - Keep Portable Plots" msgstr "Apagar Solo Plots - Manter Portable Plots" -#: templates/farming/plots.html:126 +#: templates/farming/plots.html:133 +msgid "Delete Uncompressed Plots - Keep Compressed Plots" +msgstr "" + +#: templates/farming/plots.html:140 msgid "Delete Plots Older Than" msgstr "Apagar Plots com mais de" -#: templates/farming/plots.html:137 +#: templates/farming/plots.html:151 msgid "Delete K-Sizes" msgstr "Apagar K-Sizes" -#: templates/farming/plots.html:148 +#: templates/farming/plots.html:162 msgid "" "When enabled, this action will repeatedly DELETE a few selected plots " "from each folder on all farmers and harvesters, freeing space for new " @@ -2329,37 +2337,37 @@ msgstr "" "seleccionados em casa pasta para todos os farmers e harvesters, " "libertando espaço para novos plots. Tem a certeza que quer continuar?" -#: templates/farming/plots.html:197 templates/farming/warnings.html:31 +#: templates/farming/plots.html:211 templates/farming/warnings.html:31 #: templates/farming/workers.html:31 msgid "Warnings" msgstr "Avisos" -#: templates/farming/plots.html:214 templates/plotting/jobs.html:146 +#: templates/farming/plots.html:228 templates/plotting/jobs.html:146 #: templates/plotting/transfers.html:144 msgid "Worker is offline." msgstr "Worker offline." -#: templates/farming/plots.html:216 +#: templates/farming/plots.html:230 msgid "Farming not started successfully." msgstr "Farming não foi iniciado com sucesso." -#: templates/farming/plots.html:284 +#: templates/farming/plots.html:298 msgid "Farming Log for " msgstr "Farming Log para" -#: templates/farming/plots.html:342 +#: templates/farming/plots.html:365 msgid "Good Plot" msgstr "Plot em bom estado" -#: templates/farming/plots.html:344 +#: templates/farming/plots.html:367 msgid "Bad Plot" msgstr "Plot com problemas" -#: templates/farming/plots.html:346 +#: templates/farming/plots.html:369 msgid "Unknown" msgstr "Desconhecido" -#: templates/farming/plots.html:349 +#: templates/farming/plots.html:372 msgid "Unchecked" msgstr "Não seleccionado" @@ -2700,7 +2708,7 @@ msgstr "Download" #: templates/settings/alerts.html:172 templates/settings/farming.html:177 #: templates/settings/plotting.html:277 templates/settings/plotting.html:290 -#: templates/settings/pools.html:220 templates/settings/tools.html:131 +#: templates/settings/pools.html:220 templates/settings/tools.html:133 msgid "Saving..." msgstr "Gravando..." diff --git a/web/translations/zh/LC_MESSAGES/messages.po b/web/translations/zh/LC_MESSAGES/messages.po index 2c82d2c5..0c51a3be 100755 --- a/web/translations/zh/LC_MESSAGES/messages.po +++ b/web/translations/zh/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Machinaris VERSION\n" "Report-Msgid-Bugs-To: https://github.com/guydavis/machinaris" "/issuesCreation-Date: 2022-02-16 15:00-0700\n" -"POT-Creation-Date: 2023-04-23 17:03-0600\n" +"POT-Creation-Date: 2023-11-05 07:23-0700\n" "PO-Revision-Date: 2022-02-15 14:29-0700\n" "Last-Translator: Guy Davis\n" "Language: zh\n" @@ -17,9 +17,9 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.13.1\n" -#: routes.py:122 routes.py:390 +#: routes.py:122 routes.py:389 msgid "Saved local currency setting." msgstr "" @@ -31,76 +31,76 @@ msgstr "" msgid "Unknown plotting form" msgstr "" -#: routes.py:244 +#: routes.py:243 msgid "Error! Please see logs." msgstr "" -#: routes.py:285 +#: routes.py:284 msgid "Unknown alerts form" msgstr "" -#: routes.py:302 +#: routes.py:301 msgid "Saved local currency and wallet sync settings." msgstr "" -#: routes.py:311 +#: routes.py:310 msgid "Starting wallet sync. Please allow at least 15 minutes..." msgstr "" -#: routes.py:314 +#: routes.py:313 msgid "Pausing wallet sync. Please allow a few minutes..." msgstr "" -#: routes.py:393 +#: routes.py:392 msgid "Restarting blockchain. Please allow at least 15 minutes..." msgstr "" -#: routes.py:408 +#: routes.py:407 msgid "" "Saved mapping settings. Please allow 10 minutes to generate location " "information for the map." msgstr "" -#: routes.py:419 +#: routes.py:418 msgid "Unknown form action" msgstr "" -#: routes.py:543 +#: routes.py:540 #, python-format msgid "" "No worker at %(worker)s for blockchain %(blockchain)s. Please select " "another blockchain." msgstr "" -#: routes.py:549 +#: routes.py:546 #, python-format msgid "" "For Alerts config, found no responding fullnode found for %(blockchain)s." " Please check your workers." msgstr "" -#: routes.py:554 +#: routes.py:551 #, python-format msgid "" "For Farming config, found no responding fullnode found for " "%(blockchain)s. Please check your workers." msgstr "" -#: routes.py:561 +#: routes.py:558 #, python-format msgid "" "For Plotting config, found no responding fullnode found for " "%(blockchain)s. Please check your workers." msgstr "" -#: routes.py:566 routes.py:571 routes.py:576 +#: routes.py:563 routes.py:568 routes.py:573 #, python-format msgid "" "No responding fullnode found for %(blockchain)s. Please check your " "workers." msgstr "" -#: routes.py:595 +#: routes.py:592 msgid "Unsupported log type" msgstr "" @@ -353,7 +353,7 @@ msgstr "" msgid "Idle" msgstr "" -#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:231 +#: actions/plotman.py:47 actions/plotman.py:48 models/chia.py:229 #: models/plotman.py:66 templates/index.html:42 templates/index.html:52 msgid "Active" msgstr "" @@ -406,7 +406,7 @@ msgstr "" msgid "Archiver stopped successfully." msgstr "" -#: actions/plotman.py:235 +#: actions/plotman.py:233 #, python-format msgid "" "Current configuration will plot %(open_b)sSOLO%(close_b)s plots, not " @@ -414,25 +414,25 @@ msgid "" "choice, please see the %(wiki_open)swiki%(wiki_close)s." msgstr "" -#: actions/plotman.py:246 +#: actions/plotman.py:244 msgid "Updated plotman.yaml failed validation! Fix and save or refresh page." msgstr "" -#: actions/plotman.py:251 +#: actions/plotman.py:249 msgid "Failed to save config to plotter. Please check log files." msgstr "" -#: actions/plotman.py:255 +#: actions/plotman.py:253 msgid "Nice! Plotman's plotman.yaml validated and saved successfully." msgstr "" -#: actions/plotman.py:265 +#: actions/plotman.py:263 msgid "" "Sorry, no plotting job log found. Perhaps plot was made outside " "Machinaris?" msgstr "" -#: actions/plotman.py:307 +#: actions/plotman.py:306 #, python-format msgid "" "Replotting has been enabled for %(blockchains)s. Please start Plotting " @@ -440,13 +440,13 @@ msgid "" "minutes." msgstr "" -#: actions/plotman.py:309 +#: actions/plotman.py:308 msgid "" "Replotting has been DISABLED for all blockchains. Machinaris will NOT " "remove any plots now." msgstr "" -#: actions/plotman.py:311 +#: actions/plotman.py:310 #, python-format msgid "Unable to save replotting settings in %(file)s because %(exception)s" msgstr "" @@ -457,14 +457,14 @@ msgid "" "page." msgstr "" -#: actions/pools.py:154 +#: actions/pools.py:152 msgid "" "Reward recovery for portable plots has been initiated. Tomorrow, please " "check the Total Balance charts below for each blockchain with recoverable" " coins." msgstr "" -#: actions/pools.py:159 +#: actions/pools.py:157 msgid "Unconfirmed transaction cleanup has been initiated. Please wait..." msgstr "" @@ -473,89 +473,89 @@ msgstr "" msgid "in last day." msgstr "" -#: actions/stats.py:418 +#: actions/stats.py:420 msgid "secs" msgstr "" -#: actions/stats.py:431 models/chia.py:271 +#: actions/stats.py:433 models/chia.py:269 msgid "hour" msgstr "" -#: actions/stats.py:461 templates/index.html:98 +#: actions/stats.py:463 templates/index.html:97 #: templates/views/index_script_block.js:51 msgid "Farmed Coins" msgstr "" -#: actions/stats.py:478 templates/index.html:90 +#: actions/stats.py:480 templates/index.html:89 #: templates/views/index_script_block.js:56 templates/wallet.html:184 msgid "Total Balance" msgstr "" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Wallets Total" msgstr "" -#: actions/stats.py:495 +#: actions/stats.py:497 msgid "Fiat Currency" msgstr "" -#: actions/stats.py:535 +#: actions/stats.py:537 msgid "Host Memory Usage" msgstr "" -#: actions/stats.py:555 templates/index.html:106 +#: actions/stats.py:557 templates/index.html:105 msgid "Netspace Size" msgstr "" -#: actions/stats.py:556 actions/stats.py:616 +#: actions/stats.py:558 actions/stats.py:618 msgid "Size" msgstr "" -#: actions/stats.py:594 templates/farming/workers.html:80 +#: actions/stats.py:596 templates/farming/workers.html:80 msgid "Plot Counts" msgstr "" -#: actions/stats.py:615 templates/index.html:78 +#: actions/stats.py:617 templates/index.html:78 msgid "Plots Size" msgstr "" -#: actions/stats.py:630 actions/stats.py:631 +#: actions/stats.py:632 actions/stats.py:633 msgid "Effort" msgstr "" -#: actions/stats.py:682 templates/summary.html:84 +#: actions/stats.py:684 templates/summary.html:84 msgid "ETW" msgstr "" -#: actions/stats.py:683 +#: actions/stats.py:685 msgid "Estimated Time to Win" msgstr "" -#: actions/stats.py:683 models/chia.py:154 models/chia.py:265 +#: actions/stats.py:685 models/chia.py:152 models/chia.py:263 #: models/drives.py:44 msgid "days" msgstr "" -#: actions/stats.py:707 templates/farming/workers.html:310 +#: actions/stats.py:709 templates/farming/workers.html:310 #: templates/worker.html:259 msgid "Container Memory Usage" msgstr "" -#: actions/stats.py:708 +#: actions/stats.py:710 msgid "GiB" msgstr "" -#: actions/stats.py:714 actions/stats.py:722 +#: actions/stats.py:716 actions/stats.py:724 msgid "plots" msgstr "" -#: actions/stats.py:737 templates/farming/workers.html:197 +#: actions/stats.py:739 templates/farming/workers.html:197 #: templates/plotting/transfers.html:272 templates/worker.html:290 #: templates/worker.html:355 msgid "full" msgstr "" -#: actions/stats.py:741 +#: actions/stats.py:743 msgid "free" msgstr "" @@ -619,147 +619,147 @@ msgid "" "disk usage." msgstr "" -#: models/chia.py:233 templates/blockchains.html:136 templates/summary.html:107 +#: models/chia.py:231 templates/blockchains.html:136 templates/summary.html:107 #: templates/wallet.html:206 msgid "Syncing" msgstr "" -#: models/chia.py:235 templates/index.html:54 +#: models/chia.py:233 templates/index.html:54 msgid "Not available" msgstr "" -#: models/chia.py:237 +#: models/chia.py:235 msgid "Not synced" msgstr "" -#: models/chia.py:240 templates/blockchains.html:127 templates/index.html:54 +#: models/chia.py:238 templates/blockchains.html:127 templates/index.html:54 #: templates/plotting/jobs.html:132 templates/plotting/transfers.html:127 #: templates/summary.html:103 templates/wallet.html:197 #: templates/worker.html:78 templates/workers.html:83 msgid "Offline" msgstr "" -#: models/chia.py:253 models/drives.py:49 +#: models/chia.py:251 models/drives.py:49 msgid "years" msgstr "" -#: models/chia.py:255 +#: models/chia.py:253 msgid "year" msgstr "" -#: models/chia.py:257 models/drives.py:48 +#: models/chia.py:255 models/drives.py:48 msgid "months" msgstr "" -#: models/chia.py:259 +#: models/chia.py:257 msgid "month" msgstr "" -#: models/chia.py:261 models/drives.py:46 +#: models/chia.py:259 models/drives.py:46 msgid "weeks" msgstr "" -#: models/chia.py:263 +#: models/chia.py:261 msgid "week" msgstr "" -#: models/chia.py:267 +#: models/chia.py:265 msgid "day" msgstr "" -#: models/chia.py:269 models/drives.py:42 +#: models/chia.py:267 models/drives.py:42 msgid "hours" msgstr "" -#: models/chia.py:273 +#: models/chia.py:271 msgid "minutes" msgstr "" -#: models/chia.py:275 +#: models/chia.py:273 msgid "minute" msgstr "" -#: models/chia.py:277 +#: models/chia.py:275 msgid "Never (no plots)" msgstr "" -#: models/chia.py:279 +#: models/chia.py:277 msgid "Soon" msgstr "" -#: models/chia.py:281 +#: models/chia.py:279 msgid "and" msgstr "" -#: models/chia.py:288 +#: models/chia.py:286 msgid "worker" msgstr "" -#: models/chia.py:289 +#: models/chia.py:287 msgid "blockchain" msgstr "" -#: models/chia.py:290 +#: models/chia.py:288 msgid "plot_id" msgstr "" -#: models/chia.py:291 +#: models/chia.py:289 msgid "dir" msgstr "" -#: models/chia.py:292 +#: models/chia.py:290 msgid "plot" msgstr "" -#: models/chia.py:293 +#: models/chia.py:291 msgid "type" msgstr "" -#: models/chia.py:294 +#: models/chia.py:292 msgid "create_date" msgstr "" -#: models/chia.py:295 +#: models/chia.py:293 msgid "size" msgstr "" -#: models/chia.py:296 +#: models/chia.py:294 msgid "c" msgstr "" -#: models/chia.py:297 +#: models/chia.py:295 msgid "a" msgstr "" -#: models/chia.py:441 models/chia.py:452 templates/wallet.html:194 +#: models/chia.py:439 models/chia.py:450 templates/wallet.html:194 msgid "View Transactions" msgstr "" -#: models/chia.py:852 +#: models/chia.py:850 msgid "Confirmed" msgstr "" -#: models/chia.py:864 +#: models/chia.py:862 msgid "INCOMING_TX" msgstr "" -#: models/chia.py:866 +#: models/chia.py:864 msgid "OUTGOING_TX" msgstr "" -#: models/chia.py:868 +#: models/chia.py:866 msgid "COINBASE_REWARD" msgstr "" -#: models/chia.py:870 +#: models/chia.py:868 msgid "FEE_REWARD" msgstr "" -#: models/chia.py:872 +#: models/chia.py:870 msgid "INCOMING_TRADE" msgstr "" -#: models/chia.py:874 +#: models/chia.py:872 msgid "OUTGOING_TRADE" msgstr "" @@ -792,12 +792,12 @@ msgid "Worker" msgstr "" #: templates/alerts.html:73 templates/blockchains.html:105 -#: templates/farming/plots.html:76 templates/farming/warnings.html:64 +#: templates/farming/plots.html:83 templates/farming/warnings.html:64 #: templates/farming/warnings.html:101 templates/farming/warnings.html:138 #: templates/settings/alerts.html:75 templates/settings/farming.html:46 #: templates/settings/plotting.html:84 templates/settings/tools.html:45 #: templates/summary.html:77 templates/wallet.html:180 templates/worker.html:47 -#: templates/worker_launch.html:994 templates/workers.html:53 +#: templates/worker_launch.html:969 templates/workers.html:53 msgid "Blockchain" msgstr "" @@ -875,7 +875,7 @@ msgstr "" msgid "Farming" msgstr "" -#: templates/base.html:51 templates/index.html:127 +#: templates/base.html:51 templates/index.html:126 msgid "Wallets" msgstr "" @@ -900,7 +900,7 @@ msgstr "" msgid "Pools" msgstr "" -#: templates/base.html:87 templates/farming/plots.html:194 +#: templates/base.html:87 templates/farming/plots.html:208 #: templates/farming/warnings.html:28 templates/farming/workers.html:28 #: templates/plotting/jobs.html:112 templates/plotting/transfers.html:107 #: templates/plotting/workers.html:28 templates/summary.html:81 @@ -915,8 +915,8 @@ msgstr "" #: templates/base.html:97 templates/blockchains.html:25 #: templates/blockchains.html:75 templates/connections.html:25 #: templates/connections.html:59 templates/drives.html:67 -#: templates/drives.html:96 templates/farming/plots.html:36 -#: templates/farming/plots.html:68 templates/summary.html:25 +#: templates/drives.html:96 templates/farming/plots.html:43 +#: templates/farming/plots.html:75 templates/summary.html:25 #: templates/summary.html:53 templates/wallet.html:23 templates/wallet.html:46 msgid "Settings" msgstr "" @@ -957,11 +957,7 @@ msgstr "" msgid "Bladebit" msgstr "" -#: templates/base.html:181 -msgid "Madmax" -msgstr "" - -#: templates/base.html:185 +#: templates/base.html:180 msgid "Plotman" msgstr "" @@ -972,7 +968,7 @@ msgstr "" #: templates/blockchains.html:44 templates/blockchains.html:66 #: templates/connections.html:50 templates/drives.html:84 -#: templates/farming/plots.html:153 templates/farming/plots.html:180 +#: templates/farming/plots.html:167 templates/farming/plots.html:194 #: templates/plotting/jobs.html:16 templates/plotting/jobs.html:43 #: templates/plotting/jobs.html:64 templates/plotting/transfers.html:18 #: templates/plotting/transfers.html:39 templates/settings/alerts.html:25 @@ -984,8 +980,8 @@ msgid "Cancel" msgstr "" #: templates/blockchains.html:45 templates/connections.html:51 -#: templates/drives.html:85 templates/farming/plots.html:154 -#: templates/farming/plots.html:181 templates/settings/alerts.html:93 +#: templates/drives.html:85 templates/farming/plots.html:168 +#: templates/farming/plots.html:195 templates/settings/alerts.html:93 #: templates/settings/farming.html:64 templates/settings/plotting.html:44 #: templates/settings/plotting.html:113 templates/settings/plotting.html:314 #: templates/settings/pools.html:47 templates/settings/tools.html:63 @@ -1268,31 +1264,31 @@ msgstr "" msgid "Total Plots Size" msgstr "" -#: templates/index.html:93 templates/wallet.html:185 +#: templates/index.html:92 templates/wallet.html:185 msgid "Balance" msgstr "" -#: templates/index.html:102 +#: templates/index.html:101 msgid "Farmed" msgstr "" -#: templates/index.html:112 +#: templates/index.html:111 msgid "Netspace" msgstr "" -#: templates/index.html:146 +#: templates/index.html:144 msgid "Challenges from Harvesters" msgstr "" -#: templates/index.html:164 +#: templates/index.html:162 msgid "Partial Proofs for Pools" msgstr "" -#: templates/farming/workers.html:121 templates/index.html:178 +#: templates/farming/workers.html:121 templates/index.html:176 msgid "Previous" msgstr "" -#: templates/farming/workers.html:125 templates/index.html:182 +#: templates/farming/workers.html:125 templates/index.html:180 msgid "Next" msgstr "" @@ -1457,7 +1453,7 @@ msgstr "" msgid "Height" msgstr "" -#: templates/farming/plots.html:191 templates/farming/warnings.html:25 +#: templates/farming/plots.html:205 templates/farming/warnings.html:25 #: templates/farming/workers.html:25 templates/summary.html:80 msgid "Plots" msgstr "" @@ -1534,12 +1530,12 @@ msgstr "" msgid "Sync Wallets:" msgstr "" -#: templates/farming/plots.html:164 templates/wallet.html:85 +#: templates/farming/plots.html:178 templates/wallet.html:85 #: templates/wallet.html:321 msgid "Wallet Settings" msgstr "" -#: templates/farming/plots.html:174 templates/wallet.html:95 +#: templates/farming/plots.html:188 templates/wallet.html:95 msgid "Cold Wallet Address:" msgstr "" @@ -1764,45 +1760,45 @@ msgstr "" msgid "Disk Space Free (GB)" msgstr "" -#: templates/worker_launch.html:50 templates/worker_launch.html:920 -#: templates/worker_launch.html:949 +#: templates/worker_launch.html:50 templates/worker_launch.html:895 +#: templates/worker_launch.html:924 msgid "Host Path" msgstr "" -#: templates/worker_launch.html:55 templates/worker_launch.html:925 -#: templates/worker_launch.html:954 +#: templates/worker_launch.html:55 templates/worker_launch.html:900 +#: templates/worker_launch.html:929 msgid "Container Path" msgstr "" -#: templates/worker_launch.html:60 templates/worker_launch.html:930 -#: templates/worker_launch.html:959 +#: templates/worker_launch.html:60 templates/worker_launch.html:905 +#: templates/worker_launch.html:934 msgid "Used for:" msgstr "" -#: templates/worker_launch.html:63 templates/worker_launch.html:933 -#: templates/worker_launch.html:962 +#: templates/worker_launch.html:63 templates/worker_launch.html:908 +#: templates/worker_launch.html:937 msgid "Final Plots" msgstr "" -#: templates/worker_launch.html:64 templates/worker_launch.html:934 -#: templates/worker_launch.html:963 +#: templates/worker_launch.html:64 templates/worker_launch.html:909 +#: templates/worker_launch.html:938 msgid "Plotting Temp" msgstr "" -#: templates/worker_launch.html:65 templates/worker_launch.html:935 -#: templates/worker_launch.html:964 +#: templates/worker_launch.html:65 templates/worker_launch.html:910 +#: templates/worker_launch.html:939 msgid "Other" msgstr "" -#: templates/worker_launch.html:69 templates/worker_launch.html:939 +#: templates/worker_launch.html:69 templates/worker_launch.html:914 msgid "Location" msgstr "" -#: templates/worker_launch.html:72 templates/worker_launch.html:942 +#: templates/worker_launch.html:72 templates/worker_launch.html:917 msgid "Local" msgstr "" -#: templates/worker_launch.html:73 templates/worker_launch.html:943 +#: templates/worker_launch.html:73 templates/worker_launch.html:918 msgid "Remote" msgstr "" @@ -1944,66 +1940,66 @@ msgstr "" msgid "Blockchains to Farm" msgstr "" -#: templates/worker_launch.html:916 +#: templates/worker_launch.html:891 msgid "Volume Mounts" msgstr "" -#: templates/worker_launch.html:973 +#: templates/worker_launch.html:948 msgid "Add New Volume" msgstr "" -#: templates/worker_launch.html:975 +#: templates/worker_launch.html:950 msgid "Remove Last Volume" msgstr "" -#: templates/worker_launch.html:981 +#: templates/worker_launch.html:956 msgid "Graphics Devices" msgstr "" -#: templates/worker_launch.html:982 +#: templates/worker_launch.html:957 msgid "" "Optionally, if your system has an available and supported GPU, you can " "pass it thru to the blockchain's Docker container. Only Chia, Gigahorse, " "and MMX blockchains support certain GPUs." msgstr "" -#: templates/worker_launch.html:985 +#: templates/worker_launch.html:960 msgid "GPU Type" msgstr "" -#: templates/worker_launch.html:987 templates/worker_launch.html:996 +#: templates/worker_launch.html:962 templates/worker_launch.html:971 msgid "None" msgstr "" -#: templates/worker_launch.html:988 +#: templates/worker_launch.html:963 msgid "Nvidia" msgstr "" -#: templates/worker_launch.html:989 +#: templates/worker_launch.html:964 msgid "AMD" msgstr "" -#: templates/worker_launch.html:990 +#: templates/worker_launch.html:965 msgid "Intel" msgstr "" -#: templates/worker_launch.html:997 +#: templates/worker_launch.html:972 msgid "Chia" msgstr "" -#: templates/worker_launch.html:998 +#: templates/worker_launch.html:973 msgid "Gigahorse" msgstr "" -#: templates/worker_launch.html:999 +#: templates/worker_launch.html:974 msgid "MMX" msgstr "" -#: templates/worker_launch.html:1008 +#: templates/worker_launch.html:983 msgid "Copy" msgstr "" -#: templates/worker_launch.html:1012 +#: templates/worker_launch.html:987 msgid "Docker Compose" msgstr "" @@ -2076,81 +2072,93 @@ msgstr "" msgid "Analysis of the plotting job log shows time (seconds) spent in each phase:" msgstr "" -#: templates/farming/plots.html:24 +#: templates/farming/plots.html:25 msgid "Plot Check" msgstr "" -#: templates/farming/plots.html:86 +#: templates/farming/plots.html:33 +msgid "Close" +msgstr "" + +#: templates/farming/plots.html:34 +msgid "Recheck" +msgstr "" + +#: templates/farming/plots.html:93 msgid "Replotting" msgstr "" -#: templates/farming/plots.html:91 templates/plotting/jobs.html:126 +#: templates/farming/plots.html:98 templates/plotting/jobs.html:126 #: templates/plotting/transfers.html:121 msgid "Disabled" msgstr "" -#: templates/farming/plots.html:96 +#: templates/farming/plots.html:103 msgid "Enabled" msgstr "" -#: templates/farming/plots.html:105 +#: templates/farming/plots.html:112 msgid "Free up space for new plots of k-size" msgstr "" -#: templates/farming/plots.html:115 +#: templates/farming/plots.html:122 msgid "Criteria for selecting plots to delete" msgstr "" -#: templates/farming/plots.html:119 +#: templates/farming/plots.html:126 msgid "Delete Solo Plots - Keep Portable Plots" msgstr "" -#: templates/farming/plots.html:126 +#: templates/farming/plots.html:133 +msgid "Delete Uncompressed Plots - Keep Compressed Plots" +msgstr "" + +#: templates/farming/plots.html:140 msgid "Delete Plots Older Than" msgstr "" -#: templates/farming/plots.html:137 +#: templates/farming/plots.html:151 msgid "Delete K-Sizes" msgstr "" -#: templates/farming/plots.html:148 +#: templates/farming/plots.html:162 msgid "" "When enabled, this action will repeatedly DELETE a few selected plots " "from each folder on all farmers and harvesters, freeing space for new " "plots. Are you sure?" msgstr "" -#: templates/farming/plots.html:197 templates/farming/warnings.html:31 +#: templates/farming/plots.html:211 templates/farming/warnings.html:31 #: templates/farming/workers.html:31 msgid "Warnings" msgstr "" -#: templates/farming/plots.html:214 templates/plotting/jobs.html:146 +#: templates/farming/plots.html:228 templates/plotting/jobs.html:146 #: templates/plotting/transfers.html:144 msgid "Worker is offline." msgstr "" -#: templates/farming/plots.html:216 +#: templates/farming/plots.html:230 msgid "Farming not started successfully." msgstr "" -#: templates/farming/plots.html:284 +#: templates/farming/plots.html:298 msgid "Farming Log for " msgstr "" -#: templates/farming/plots.html:342 +#: templates/farming/plots.html:365 msgid "Good Plot" msgstr "" -#: templates/farming/plots.html:344 +#: templates/farming/plots.html:367 msgid "Bad Plot" msgstr "" -#: templates/farming/plots.html:346 +#: templates/farming/plots.html:369 msgid "Unknown" msgstr "" -#: templates/farming/plots.html:349 +#: templates/farming/plots.html:372 msgid "Unchecked" msgstr "" @@ -2452,7 +2460,7 @@ msgstr "" #: templates/settings/alerts.html:172 templates/settings/farming.html:177 #: templates/settings/plotting.html:277 templates/settings/plotting.html:290 -#: templates/settings/pools.html:220 templates/settings/tools.html:131 +#: templates/settings/pools.html:220 templates/settings/tools.html:133 msgid "Saving..." msgstr ""