Skip to content

Commit fc34675

Browse files
authored
Merge branch 'main' into chore/electron-31
2 parents 26fc84e + d1cfc33 commit fc34675

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+999
-360
lines changed

FUNDING.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/icons/tray/status/error.svg

Lines changed: 3 additions & 0 deletions
Loading

assets/icons/tray/status/stopped.svg

Lines changed: 3 additions & 0 deletions
Loading

assets/icons/tray/status/synced.svg

Lines changed: 3 additions & 0 deletions
Loading

assets/icons/tray/status/syncing.svg

Lines changed: 3 additions & 0 deletions
Loading

assets/locales/cs/genericComponents.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
"InitialSyncInProgress": "Probíhá počáteční synchronizace...",
104104
"NodeSettings": "Nastavení Uzlu...",
105105
"RemoveNode": "Odstranit Uzel...",
106-
"RemovingNode": "Odstraňování Uzlu...",
107106
"ErrorOccurred": "Došlo k chybě",
108107
"DataLocation": "Umístění dat",
109108
"AvailableDiskSpace": "{{space}}GB dostupného místa na disku",

assets/locales/cs/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"AddNode": "Přidat Uzel",
77
"StopeNodeToChangeSettings": "Uzel musí být zastaven pro provedení změn",
88
"RemoveNode": "Odstranit uzel",
9+
"RemovingNode": "Odstraňování Uzlu...",
910
"RemoveThisNode": "Odstranit tento uzel",
1011
"Install Docker": "Nainstalovat Docker",
1112
"Type": "Typ",

assets/locales/en/genericComponents.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
"InitialSyncInProgress": "Initial sync in progress...",
110110
"NodeSettings": "Node Settings...",
111111
"RemoveNode": "Remove Node...",
112-
"RemovingNode": "Removing node...",
113112
"ErrorOccurred": "Error occurred",
114113
"DataLocation": "Data location",
115114
"AvailableDiskSpace": "{{space}}GB available disk space",

assets/locales/en/systemRequirements.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"macOSTitle": "MacOS version is at least {{minVersion}} to run Podman 5.0",
3+
"macOSDescription": "MacOS version: {{version}}",
24
"processorCoresTitle": "Processor has {{minCores}} cores or more",
35
"processorCoresDescription": "Processor cores: {{cores}}",
46
"memorySizeTitle": "At least {{minSize}}GB of system memory (RAM)",

assets/locales/en/translation.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"AddNode": "Add Node",
77
"StopeNodeToChangeSettings": "The node must be stopped to make changes",
88
"RemoveNode": "Remove node",
9+
"RemovingNode": "Removing node...",
910
"RemoveThisNode": "Remove this node",
1011
"Install Docker": "Install Docker",
1112
"Type": "Type",
@@ -168,5 +169,10 @@
168169
"CalculatingDataSize": "(calculating data size...)",
169170
"KeepNodeData": "Keep node related chain data {{data}}",
170171
"NoResults": "No results",
171-
"TrySearching": "Try searching for another keyword or clear all filters"
172+
"TrySearching": "Try searching for another keyword or clear all filters",
173+
"RunningOutdatedPodman": "You are running an outdated version of Podman",
174+
"CurrentPodman": "Your current Podman installation ({{currentPodmanVersion}}) is incompatible with NiceNode and requires version {{requiredPodmanVersion}} or higher for it to run.",
175+
"PodmanIsRequiredComponent": "Podman is a required component for NiceNode to run the many client options. Podman facilitates the running of containers within a virtualised Linux environment and will operate in the background.",
176+
"DownloadAndUpdate": "Download and update",
177+
"PodmanUpdate": "Podman update"
172178
}

0 commit comments

Comments
 (0)