Remove mod-specific keys from common fluent.

This commit is contained in:
Paul Chote
2025-05-01 22:39:08 +01:00
committed by Gustas Kažukauskas
parent 0313d04970
commit 9ffa7be606
4 changed files with 40 additions and 40 deletions

View File

@@ -10,3 +10,37 @@ button-package-download-panel-retry = Retry
label-content-prompt-panel-title = Install Content
button-content-prompt-panel-advanced = Advanced Install
button-content-prompt-panel-quick = Quick Install
## DownloadPackageLogic
label-downloading = Downloading { $title }
label-fetching-mirror-list = Fetching list of mirrors...
label-downloading-from = Downloading from { $host } { $received } { $suffix }
label-downloading-from-progress = Downloading from { $host } { $received } / { $total } { $suffix } ({ $progress }%)
label-unknown-host = unknown host
label-download-failed = Download failed
label-verifying-archive = Verifying archive...
label-archive-validation-failed = Archive validation failed
label-extracting-archive = Extracting...
label-extracting-archive-entry = Extracting { $entry }
label-archive-extraction-failed = Archive extraction failed
label-mirror-selection-failed = Online mirror is not available. Please install from an original disc.
## InstallFromSourceLogic
label-detecting-sources = Detecting drives
label-checking-sources = Checking Sources
label-searching-source-for = Searching for { $title }
label-content-package-installation = Select which content packages you want to install:
label-game-sources = Game Sources
label-digital-installs = Digital Installs
label-game-content-not-found = Game Content Not Found
label-alternative-content-sources = Please insert or install one of the following content sources:
label-installing-content = Installing Content
label-copying-filename = Copying { $filename }
label-copying-filename-progress = Copying { $filename } ({ $progress }%)
label-installation-failed = Installation Failed
label-check-install-log = Refer to install.log in the logs directory for details.
label-extracting-filename = Extracting { $filename }
label-extracting-filename-progress = Extracting { $filename } ({ $progress }%)
## ModContentLogic
button-manual-install = Manual Install

View File

@@ -295,40 +295,6 @@ options-observer-stats =
## WorldTooltipLogic
label-unrevealed-terrain = Unrevealed Terrain
## DownloadPackageLogic
label-downloading = Downloading { $title }
label-fetching-mirror-list = Fetching list of mirrors...
label-downloading-from = Downloading from { $host } { $received } { $suffix }
label-downloading-from-progress = Downloading from { $host } { $received } / { $total } { $suffix } ({ $progress }%)
label-unknown-host = unknown host
label-download-failed = Download failed
label-verifying-archive = Verifying archive...
label-archive-validation-failed = Archive validation failed
label-extracting-archive = Extracting...
label-extracting-archive-entry = Extracting { $entry }
label-archive-extraction-failed = Archive extraction failed
label-mirror-selection-failed = Online mirror is not available. Please install from an original disc.
## InstallFromSourceLogic
label-detecting-sources = Detecting drives
label-checking-sources = Checking Sources
label-searching-source-for = Searching for { $title }
label-content-package-installation = Select which content packages you want to install:
label-game-sources = Game Sources
label-digital-installs = Digital Installs
label-game-content-not-found = Game Content Not Found
label-alternative-content-sources = Please insert or install one of the following content sources:
label-installing-content = Installing Content
label-copying-filename = Copying { $filename }
label-copying-filename-progress = Copying { $filename } ({ $progress }%)
label-installation-failed = Installation Failed
label-check-install-log = Refer to install.log in the logs directory for details.
label-extracting-filename = Extracting { $filename }
label-extracting-filename-progress = Extracting { $filename } ({ $progress }%)
## ModContentLogic
button-manual-install = Manual Install
## KickClientLogic
dialog-kick-client =
.prompt = Kick { $player }?
@@ -782,9 +748,6 @@ description-custom-terrain-debug-overlay = toggles the custom terrain debug over
## CellTriggerOverlay
description-cell-triggers-overlay = toggles the script triggers overlay.
## ExitsDebugOverlay
description-exits-overlay = Displays exits for factories.
## HierarchicalPathFinderOverlay
description-hpf-debug-overlay = toggles the hierarchical pathfinder overlay.
@@ -879,9 +842,6 @@ notification-player-is-defeated = { $player } is defeated.
notification-desync-compare-logs = Out of sync in frame { $frame }.
Compare syncreport.log with other players.
## SupportPowerTimerWidget
support-power-timer = { $player }'s { $support-power }: { $time }
## WidgetUtils
label-win-state-won = Won
label-win-state-lost = Lost

View File

@@ -10,3 +10,6 @@ tileset-desert = Desert
tileset-snow = Snow
tileset-temperat = Temperate
tileset-interior = Interior
## SupportPowerTimerWidget
support-power-timer = { $player }'s { $support-power }: { $time }

View File

@@ -8,3 +8,6 @@ loadscreen-loading = Updating EVA installation..., Changing perspective...
## Tilesets
tileset-snow = Snow
tileset-temperate = Temperate
## ExitsDebugOverlay
description-exits-overlay = Displays exits for factories.