Skip to content

Commit

Permalink
Fixed no language default
Browse files Browse the repository at this point in the history
- Option to select language is not yet added, but for people using languages other than English, it will show placeholders - Up until now.
  • Loading branch information
TCNOco committed Jun 13, 2021
1 parent 1cfedbe commit 9ab8be5
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 2 deletions.
1 change: 1 addition & 0 deletions TcNo-Acc-Switcher-Server/Pages/Settings.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using AKSoftware.Localization.MultiLanguages.Blazor;
using Microsoft.AspNetCore.Components;
using TcNo_Acc_Switcher_Globals;
using TcNo_Acc_Switcher_Server.Data;
Expand Down
7 changes: 5 additions & 2 deletions TcNo-Acc-Switcher-Server/Resources/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,16 @@ Cleaning_Header_LoginHistory: Clean my login history
Cleaning_Header_PlatformCleaning: '{platform} Switcher'
Cleaning_ImportantInfoHeader: 'Important info:'
Cleaning_ImportantInfo: >
Clicking a button will delete the related file(s) from your Steam installation.<br /> Deleting loginusers.vdf will result in this account switcher showing no accounts.<br /> You will need to login to them using Steam to get them back.
Clicking a button will delete the related file(s) from your Steam installation.<br />
Deleting loginusers.vdf will result in this account switcher showing no accounts.<br />
You will need to login to them using Steam to get them back.
Cleaning_Button_KillProcess: Kill {platform} process
Cleaning_Button_ForgottenBackups: Forgotten account backups
Cleaning_Understand: I understand what these buttons do.
Restore_Header: Restore forgotten accounts
Restore_Info: >
If you previously "forgot" an account, you can restore them here.<br /> This adds them back into your loginusers.vdf file, allowing you to switch to them.
If you previously "forgot" an account, you can restore them here.<br />
This adds them back into your loginusers.vdf file, allowing you to switch to them.
Restore_Button_Restore: Restore selected
Ignored_RemoveAccounts: Remove accounts from ignore list
Ignored_Description: If you previously "ignored" an account, you can show them again here
Expand Down
65 changes: 65 additions & 0 deletions TcNo-Acc-Switcher-Server/Resources/pl-PL.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
Update: Aktualizacja dostępna! Kliknij tutaj, aby go uruchomić.
Header_ChooseLanguage: 'Wybierz język:'
BattleNew_ShowSR: Pokaż Overwatch SR i użyj zdjęcia profilowego Overwatch.
Steam_ShowSteamID: Pokaż SteamID
Steam_ShowVac: Pokaż stan VAC
Steam_CheckVac: Sprawdź stan VAC konta
Steam_ShowLimited: Pokaż ograniczony status
Steam_Tray_AccountName: Pokaż nazwę konta [nie imię i nazwisko znajomego]
Button_AddNew: Dodaj nowy
Button_SaveCurrent: Zapisz prąd
Button_SaveFile: Zapisz plik
Button_Cancel: Anuluj
Button_Login: login
Button_Close: zamykać
Button_RefreshImages: Odświeżanie obrazów
Button_ResetSettings: Resetowanie ustawień
Button_AdvancedCleaning: Zaawansowane czyszczenie...
Button_ClearLog: Wyczyść dziennik
Button_WikiInfo: Więcej informacji (Wiki)
Settings_Shortcut: ' {platforma} Skrót pulpitu switchera'
Settings_Admin: Uruchom {platform} jako administrator
Settings_ImageExpiry: 'Dni przed wygaśnięciem zdjęć profilowych:'
Settings_Header_AppWide: Ustawienia dla całej aplikacji
Settings_Header_GeneralSettings: Ustawienia ogólne
Settings_Header_GeneralTools: Narzędzia ogólne
Settings_Header_OtherTools: Inne narzędzia
Settings_Header_HiddenPlatforms: Ukryte platformy
Settings_Header_TraySettings: Ustawienia zasobnika
Settings_Header_OpenGameFolders: Otwieranie folderów gier
Settings_TrayMax: 'Maksymalna liczba kont do zapamiętania:'
Settings_PickFolder: Wybierz folder {platform}
Settings_OpenFolder: Otwórz folder {platform}
Settings_ClearForgotten: Wyczyść zapomniane
Settings_ClearAccounts: Wyczyść konta
Settings_RestoreForgotten: Przywracanie zapomnianego konta
Settings_StreamerMode: Włącz tryb streamera
Settings_ExitToTray: Wyjście minimalizuje tacę
Settings_TrayLowMem: Zużyj mniej pamięci RAM w zasobniku
Settings_DesktopShortcut: Skrót pulpitu
Settings_StartMenu_ProgramTray: Program & Taca
Settings_StartMenu_Platform: podest
Settings_Tray_StartWindows: Uruchamianie zasobnika z systemem Windows
Settings_Tray_StartNow: '[Uruchom tacę teraz]'
Settings_CurrentStyle: Bieżący styl
Cleaning_Header_StartMenuShortcuts: 'Skróty do menu Start:'
Cleaning_Header_General: Czyszczenie ogólne
Cleaning_Header_LoginHistory: Czyszczenie historii logowania
Cleaning_Header_PlatformCleaning: '{platforma} Przełącznik'
Cleaning_ImportantInfoHeader: 'Ważne informacje:'
Cleaning_ImportantInfo: >
Kliknięcie przycisku spowoduje usunięcie powiązanych plików z twojej instalacji Steam.<br />
Usunięcie loginusers.vdf spowoduje, że ten przełącznik konta nie będzie wyświetlał żadnych kont.<br />
Będziesz musiał się do nich zalogować za pomocą Steam, aby je odzyskać.
Cleaning_Button_KillProcess: Zabij proces {platforma}
Cleaning_Button_ForgottenBackups: Pominięte kopie zapasowe konta
Cleaning_Understand: Rozumiem, co robią te przyciski.
Restore_Header: Przywracanie zapomnianych kont
Restore_Info: >
Jeśli wcześniej "zapomniałeś" konta, możesz je przywrócić here.<br />
To dodaje je z powrotem do pliku loginusers.vdf, umożliwiając przełączenie się do nich.
Restore_Button_Restore: Przywracanie zaznaczone
Ignored_RemoveAccounts: Usuwanie kont z listy ignorowania
Ignored_Description: Jeśli wcześniej "zignorowałeś" konto, możesz je ponownie wyświetlić tutaj
Ignored_Stop: Zatrzymywanie ignorowania zaznaczonych
Modal_Header: Informacje o przełączniku konta TcNo
2 changes: 2 additions & 0 deletions TcNo-Acc-Switcher-Server/TcNo-Acc-Switcher-Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<ItemGroup>
<None Remove="Resources\af-ZA.yml" />
<None Remove="Resources\en-UK.yml" />
<None Remove="Resources\en-US.yml" />
<None Remove="TcNoAccSw-Icon-100x100.png" />
<None Remove="themes\Default.yaml" />
<None Remove="themes\Dracula_Cyan.yaml" />
Expand All @@ -37,6 +38,7 @@
<ItemGroup>
<EmbeddedResource Include="Resources\af-ZA.yml" />
<EmbeddedResource Include="Resources\en-UK.yml" />
<EmbeddedResource Include="Resources\en-US.yml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AKSoftware.Localization.MultiLanguages" Version="5.1.0" />
Expand Down
2 changes: 2 additions & 0 deletions TcNo-Acc-Switcher-Server/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"AllowedHosts": "*",
"Cultures": {
"en-UK": "English UK",
"en-US": "English US",
"pl-PL": "Polish PL",
"af-ZA": "Afrikaans ZA"
}
}

0 comments on commit 9ab8be5

Please sign in to comment.