diff --git a/assets/locales/en/genericComponents.json b/assets/locales/en/genericComponents.json index 2799e6d99..614eccda3 100644 --- a/assets/locales/en/genericComponents.json +++ b/assets/locales/en/genericComponents.json @@ -1,5 +1,6 @@ { "AboutSecondsRemaining": "About {{seconds}} seconds remaining", + "AboutMinutesAndSecondsRemaining": "{{minutes}} minutes and {{remainingSeconds}} seconds remaining", "CheckForUpdates": "Check for updates...", "Confirm": "Confirm", "FinishingUp": "Finishing up...", @@ -48,7 +49,12 @@ "Syncing": "Syncing", "CatchingUp": "Catching up...", "InProgress": "In progress...", + "Starting": "Starting", + "Starting...": "Starting...", "Stopped": "Stopped", + "Stopping": "Stopping", + "Stopping...": "Stopping...", + "Removing": "Removing", "CurrentlyOffline": "Currently offline", "PleaseReconnect": "Please reconnect to the internet", "PodmanIsNotInstalled": "Podman is not installed", diff --git a/assets/locales/en/translation.json b/assets/locales/en/translation.json index b8d2e0813..1f45cabec 100644 --- a/assets/locales/en/translation.json +++ b/assets/locales/en/translation.json @@ -18,7 +18,6 @@ "Peers": "peers", "created": "created", "initializing": "initializing", - "checkingForUpdates": "checking for updates", "download": "download", "downloading": "downloading", "downloaded": "downloaded", @@ -145,6 +144,8 @@ "loadingDotDotDot": "loading...", "Preferences": "Preferences", "ShowAdvancedOptions": "Show advanced options", + "ShowOtherNodeTypes": "Show other node types", + "HideOtherNodeTypes": "Hide other node types", "SaveChanges": "Save changes", "Continue": "Continue", "Back": "Back", @@ -174,5 +175,10 @@ "CurrentPodman": "Your current Podman installation ({{currentPodmanVersion}}) is incompatible with NiceNode and requires version {{requiredPodmanVersion}} or higher for it to run.", "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.", "DownloadAndUpdate": "Download and update", - "PodmanUpdate": "Podman update" + "PodmanUpdate": "Podman update", + "CheckingForUpdates": "Checking for updates...", + "RunningLatestVersion": "You are running the latest version", + "SuccessfullyUpdated": "Successfully updated", + "Done": "Done", + "Close": "Close" }