Skip to content

Commit

Permalink
translation - add missing players + servername
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyedra committed Sep 30, 2023
1 parent 22a789d commit 10de2f0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 8 deletions.
10 changes: 9 additions & 1 deletion SS14.Launcher/Assets/locale/en_US/LC_MESSAGES/Launcher.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Space Station Multiverse Launcher\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-29 22:28-0700\n"
"POT-Creation-Date: 2023-09-29 22:32-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -859,6 +859,14 @@ msgstr ""
msgid "Search For Servers..."
msgstr ""

#: ../SS14.Launcher/Views/MainWindowTabs/ServerListTabView.xaml:34
msgid "Players"
msgstr ""

#: ../SS14.Launcher/Views/MainWindowTabs/ServerListTabView.xaml:36
msgid "Server Name"
msgstr ""

#: ../SS14.Launcher/Views/MainWindowTabs/NewsTabView.xaml:16
msgid "Recent News:"
msgstr ""
Expand Down
16 changes: 12 additions & 4 deletions SS14.Launcher/Assets/locale/fr_FR/LC_MESSAGES/Launcher.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
msgid ""
msgstr ""
"Project-Id-Version: Space Station Multiverse Launcher\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-09-29 22:28-0700\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-29 22:32-0700\n"
"PO-Revision-Date: 2023-09-30 05:30+0000\n"
"Last-Translator: Skye <[email protected].com>"
"\n"
"Last-Translator: Skye <[email protected]."
"com>\n"
"Language-Team: French <http://weblate.spacestationmultiverse.com/projects/"
"space-station-multiverse/launcher/fr/>\n"
"Language: fr_FR\n"
Expand Down Expand Up @@ -1084,6 +1084,14 @@ msgstr "Actualiser"
msgid "Search For Servers..."
msgstr "Rechercher des serveurs..."

#: ../SS14.Launcher/Views/MainWindowTabs/ServerListTabView.xaml:34
msgid "Players"
msgstr ""

#: ../SS14.Launcher/Views/MainWindowTabs/ServerListTabView.xaml:36
msgid "Server Name"
msgstr ""

#: ../SS14.Launcher/Views/MainWindowTabs/NewsTabView.xaml:16
#, fuzzy
msgid "Recent News:"
Expand Down
10 changes: 9 additions & 1 deletion SS14.Launcher/Assets/locale/sergal/LC_MESSAGES/Launcher.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: SSMV Launcher\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-29 22:28-0700\n"
"POT-Creation-Date: 2023-09-29 22:32-0700\n"
"PO-Revision-Date: 2023-09-29 22:01-0700\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -860,6 +860,14 @@ msgstr ""
msgid "Search For Servers..."
msgstr ""

#: ../SS14.Launcher/Views/MainWindowTabs/ServerListTabView.xaml:34
msgid "Players"
msgstr ""

#: ../SS14.Launcher/Views/MainWindowTabs/ServerListTabView.xaml:36
msgid "Server Name"
msgstr ""

#: ../SS14.Launcher/Views/MainWindowTabs/NewsTabView.xaml:16
msgid "Recent News:"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions SS14.Launcher/Views/MainWindowTabs/ServerListTabView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<!--TODO: These measurements are just golfed based on approximations of where the sections *probably* are, and assumes a scroll bar is present. This might prove a bit wonky with localization and excessive screen sizes. It'd be ideal if this header section could dynamically adapt to the section sizes in the server list.-->
<Control DockPanel.Dock="Right" MinWidth="105" />
<Rectangle DockPanel.Dock="Right" Classes="VerticalSeparator"/>
<TextBlock DockPanel.Dock="Right" Text="Players" Classes="SubText" TextAlignment="Center" MinWidth="80" Margin="10 0"/>
<TextBlock DockPanel.Dock="Right" Text="{loc:Get Players}" Classes="SubText" TextAlignment="Center" MinWidth="80" Margin="10 0"/>
<Rectangle DockPanel.Dock="Right" Classes="VerticalSeparator" />
<TextBlock Text="Server Name" Classes="SubText"/>
<TextBlock Text="{loc:Get Server Name}" Classes="SubText"/>
</DockPanel>

<Panel DockPanel.Dock="Top" Classes="ScrollViewerSep" />
Expand Down

0 comments on commit 10de2f0

Please sign in to comment.