1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2025-01-03 22:52:25 +02:00

Removing trailing spaces from locale, and add them in string concat where needed.

This commit is contained in:
Oarcinae 2024-11-06 10:58:35 -05:00
parent 9583ede059
commit b7262591cf
3 changed files with 5 additions and 5 deletions

View File

@ -435,7 +435,7 @@ function SpawnCtrlTabGuiClick(event)
local position = tags.position --[[@as MapPosition]]
player.set_controller{type = defines.controllers.remote, position = position, surface = surface_name}
player.print({"", { "oarc-spawn-gps-location" }, GetGPStext(surface_name, position)})
player.print({"", { "oarc-spawn-gps-location" }, " ", GetGPStext(surface_name, position)})
-- Teleports the player to their home base
elseif (tags.setting == "teleport_home") then

View File

@ -1094,7 +1094,7 @@ function DisplayBuddySpawnRequestMenu(player, requesting_buddy_name)
local distText = { "oarc-buddy-txt-distance", spawn_choices.distance}
---@type LocalisedString
local requestText = { "", requesting_buddy_name, { "oarc-buddy-txt-would-like" }, teamText, { "oarc-buddy-txt-next-to-you" },
local requestText = { "", requesting_buddy_name, { "oarc-buddy-txt-would-like" }, " ", teamText, { "oarc-buddy-txt-next-to-you" },
moatText, surfaceText, distText }
AddLabel(buddy_request_gui_if, nil, requestText, my_label_style)

View File

@ -40,7 +40,7 @@ oarc-spawn-menu-solo-header=Eigenen Spawn erstellen
oarc-spawn-menu-shared-header=Einem anderen Spawn beitreten
oarc-spawn-menu-buddy-header=Einen Buddy-Spawn erstellen
oarc-spawn-distance-slider-label=Abstand vom Kartenzentrum:
oarc-spawn-distance-slider-label=Abstand vom Kartenzentrum:
oarc-spawn-distance-slider-tooltip=Dies ist der Mindestabstand in Chunks vom Zentrum der Karte, in dem du spawnst. Du könntest weiter entfernt spawnen, wenn die Karte bereits erkundet wurde. Ressourcen und Feinde sind weiter vom Zentrum entfernt zahlreicher, aber du erhältst immer noch ein sicheres Startgebiet.
oarc-starting-area-normal=Du spawnst in einem neuen Gebiet mit vorgegebenen Startressourcen.
@ -107,7 +107,7 @@ oarc-spawn-info-location-button=Standort auf der Karte anzeigen
oarc-spawn-info-location-button-tooltip=Klicken, um den Standort auf der Karte anzuzeigen.
oarc-spawn-gps-location=Standort:
oarc-spawn-gps-location=Standort:
oarc-shared-spawn-controls=Gemeinsame Spawn-Steuerung
oarc-shared-spawn-allow-joiners=Erlaube anderen Spielern, deiner Basis beizutreten.
oarc-shared-spawn-full=Deine Basis ist voll! Es können keine weiteren Spieler beitreten.
@ -168,7 +168,7 @@ oarc-buddy-cancel-request=__1__ hat die Mitspieler-Anfrage abgebrochen!
oarc-buddy-requesting-from-you=__1__ fragt nach einem Mitspieler-Spawn von dir an!
# [MITSPIELERNAME] oarc-buddy-txt-would-like {Teamwahl} oarc-buddy-txt-next-to-you {Grabenwahl} {Oberflächenwahl} {Abstandswahl}
oarc-buddy-txt-would-like= möchte beitreten
oarc-buddy-txt-would-like= möchte beitreten
oarc-buddy-txt-main-team=dem Hauptteam
oarc-buddy-txt-new-teams=auf getrennten Teams
oarc-buddy-txt-buddy-team=ein Mitspieler-Team