diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 6560a0014..d6aab31fa 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,6 +1,6 @@
# These are supported funding model platforms
-github: JasonStein
+github: 0x7c13
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: jackieliu
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 57bcd03b5..6b3007f64 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,8 +1,8 @@
# How to Contribute:
You can contribute to Notepads project by:
-- Report issues and bugs [here](https://github.com/JasonStein/Notepads/issues)
-- Submit feature requests [here](https://github.com/JasonStein/Notepads/issues)
+- Report issues and bugs [here](https://github.com/0x7c13/Notepads/issues)
+- Submit feature requests [here](https://github.com/0x7c13/Notepads/issues)
- Create a pull request to help me (Let me know before you do so):
* Fix an existing bug, prefix title with `fix: `.
* Implement new features, prefix title with `feat: `.
@@ -11,12 +11,12 @@ You can contribute to Notepads project by:
* Cleanup code and code refactoring or anything else you want to change in the project not listed above, prefix title with `other: ` or assign a custom prefix with the same format (`label: `).
- Internationalization and localization:
* My only inputs for the work here is to recommend you guys to use existing phrases that you found in win32 notepad.exe or vs code or notepad++ as much as possible. It makes your translations more consistent and easier to understand by end users.
- * Since Notepads is still in early beta. I might change texts and add texts now and then for the upcoming months. Whenever that happens, I will notify you in [Notepads Discord Server](https://discord.gg/VqetCub) (Please join it if possible) and in [GitHub Discussions](https://github.com/JasonStein/Notepads/discussions/818) (Subscribe to notifications). If someday you lose the passion, feel free to let me know so I can assign your language to others.
+ * Since Notepads is still in early beta. I might change texts and add texts now and then for the upcoming months. Whenever that happens, I will notify you in [Notepads Discord Server](https://discord.gg/VqetCub) (Please join it if possible) and in [GitHub Discussions](https://github.com/0x7c13/Notepads/discussions/818) (Subscribe to notifications). If someday you lose the passion, feel free to let me know so I can assign your language to others.
* OK, here are the steps you need to follow if you want to contribute:
1. Make sure you can build and run Notepads project on your machine so that you can test it after your work.
- 2. Click [here](https://github.com/JasonStein/Notepads/discussions/818) and provide your information.
+ 2. Click [here](https://github.com/0x7c13/Notepads/discussions/818) and provide your information.
3. Do your work and test it on your machine and check your work to make sure it is not breaking any existing layout.
- 4. Finish your work and create a PR, prefix PR title with `lang: ` (Example: https://github.com/JasonStein/Notepads/pull/30)
+ 4. Finish your work and create a PR, prefix PR title with `lang: ` (Example: https://github.com/0x7c13/Notepads/pull/30)
5. Let me know and I will merge it if it looks good to me.
Notes: You should use the language code as your folder name listed here: https://docs.microsoft.com/en-us/windows/uwp/publish/supported-languages
@@ -24,7 +24,7 @@ Note: This repository follows [conventional commits](https://www.conventionalcom
# How to Build and Run Notepads from source:
* Make sure your machine is running on Windows 10 1903+.
-* Make sure you have Visual Studio 2019 16.2+ installed.
+* Make sure you have Visual Studio 2019 16.2 or newer installed.
* Make sure you have "Universal Windows Platform development" component installed for Visual Studio.
* Make sure you installed "Windows 10 SDK (10.0.17763.0 + 10.0.19041.0)" as well.
* Open src/Notepads.sln with Visual Studio and set Solution Platform to x64(amd64).
diff --git a/LICENSE.txt b/LICENSE.txt
index 1d829fadb..60809d17f 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2020-2022 Jackie (Jiaqi) Liu
+Copyright (c) 2020-2023 Jackie (Jiaqi) Liu
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index aa888e109..faba45a61 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@
-
-
+
+
@@ -41,14 +41,6 @@ So here comes the “Notepads” 🎉 (s stands for Sets).
![Screenshot DiffViewer](ScreenShots/3.png?raw=true "DiffViewer")
![Screenshot Light](ScreenShots/4.png?raw=true "Light")
-******* 📣 Notepads App is still under active development. *******
-
-## Status update
-
-[[08-12-2019] Status update and KPI report](https://github.com/JasonStein/Notepads/issues/138)
-
-![image](https://user-images.githubusercontent.com/1166162/62916469-75eb5800-bd4d-11e9-9f97-a632792400c0.png)
-
## Shortcuts:
* Ctrl+N/T to create new tab.
@@ -80,7 +72,7 @@ winget install "Notepads App"
## Changelog:
-* [Notepads Releases](https://github.com/JasonStein/Notepads/releases)
+* [Notepads Releases](https://github.com/0x7c13/Notepads/releases)
## Disclaimer and Privacy statement:
@@ -91,7 +83,7 @@ To be 100% transparent:
* I will not record your typings or read any of your files created in Notepads including file name and file path.
* No typings or files will be sent to me or third parties.
-I am using analytics service "AppCenter" to collect basic usage data plus some minimum telemetry to help me debug runtime errors. Here is the thread I made clear on this topic: https://github.com/JasonStein/Notepads/issues/334
+I am using analytics service "AppCenter" to collect basic usage data plus some minimum telemetry to help me debug runtime errors. Here is the thread I made clear on this topic: https://github.com/0x7c13/Notepads/issues/334
Feel free to review the source code or build your own version of Notepads since it is 100% open sourced.
@@ -125,7 +117,7 @@ You might notice that I work for Microsoft but Notepads is my personal project t
* Localization Contributors:
* [fr-FR][French (France)]: [François Rousselet](https://github.com/frousselet), [François-Joseph du Fou](https://github.com/FJduFou), [Armand Delessert](https://github.com/ArmandDelessert)
* [es-ES][Spanish (Spain)]: [Jose Pinilla](https://github.com/joseppinilla)
- * [zh-CN][Chinese (S)]: [lindexi](https://github.com/lindexi), [walterlv](https://github.com/walterlv), [Jackie Liu](https://github.com/JasonStein)
+ * [zh-CN][Chinese (S)]: [lindexi](https://github.com/lindexi), [walterlv](https://github.com/walterlv), [Jackie Liu](https://github.com/0x7c13)
* [hu-HU][Hungarian (Hungary)]: [Csányi István](https://github.com/AmionSky), [Kristóf Kékesi](https://github.com/KristofKekesi)
* [tr-TR][Turkish (Turkey)]: [Mert Can Demir](https://github.com/validatedev), [Emirhakan Tanhan](https://github.com/EmirhakanTanhan)
* [ja-JP][Japanese (Japan)]: [Mamoru Satoh](https://github.com/pnp0a03)
@@ -148,7 +140,7 @@ You might notice that I work for Microsoft but Notepads is my personal project t
* Notepads CI/CD pipeline: Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
-[![](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/images/0)](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/links/0)[![](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/images/1)](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/links/1)[![](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/images/2)](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/links/2)[![](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/images/3)](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/links/3)[![](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/images/4)](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/links/4)[![](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/images/5)](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/links/5)[![](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/images/6)](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/links/6)[![](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/images/7)](https://sourcerer.io/fame/JasonStein/JasonStein/Notepads/links/7)
+[![](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/images/0)](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/links/0)[![](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/images/1)](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/links/1)[![](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/images/2)](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/links/2)[![](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/images/3)](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/links/3)[![](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/images/4)](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/links/4)[![](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/images/5)](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/links/5)[![](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/images/6)](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/links/6)[![](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/images/7)](https://sourcerer.io/fame/0x7c13/0x7c13/Notepads/links/7)
## Stay tuned 📢:
* [Notepads Discord Server](https://discord.gg/VqetCub)
diff --git a/src/Notepads.Controls/Properties/AssemblyInfo.cs b/src/Notepads.Controls/Properties/AssemblyInfo.cs
index 62afbfb43..d31225edd 100644
--- a/src/Notepads.Controls/Properties/AssemblyInfo.cs
+++ b/src/Notepads.Controls/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Notepads.Controls")]
-[assembly: AssemblyCopyright("Copyright © 2020")]
+[assembly: AssemblyCopyright("Copyright © 2020-2023 Jackie (Jiaqi) Liu")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/src/Notepads/Package.appxmanifest b/src/Notepads/Package.appxmanifest
index 4878f0baa..8ca7e9cb9 100644
--- a/src/Notepads/Package.appxmanifest
+++ b/src/Notepads/Package.appxmanifest
@@ -11,7 +11,7 @@
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="mp uap uap5 uap10 desktop4 iot2 rescap">
-
+
diff --git a/src/Notepads/Properties/AssemblyInfo.cs b/src/Notepads/Properties/AssemblyInfo.cs
index 70206ed35..b5cd7aad6 100644
--- a/src/Notepads/Properties/AssemblyInfo.cs
+++ b/src/Notepads/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Notepads")]
-[assembly: AssemblyCopyright("Copyright © Jackie Liu 2020")]
+[assembly: AssemblyCopyright("Copyright © Jackie Liu 2020-2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/src/Notepads/Strings/pl-PL/Settings.resw b/src/Notepads/Strings/pl-PL/Settings.resw
index fe1c5a4f6..af73e2571 100644
--- a/src/Notepads/Strings/pl-PL/Settings.resw
+++ b/src/Notepads/Strings/pl-PL/Settings.resw
@@ -1,424 +1,424 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Użyte biblioteki oraz licencje
- AboutPage DependenciesAndReferences Title display text.
-
-
- OPROGRAMOWANIE JEST DOSTARCZANE „W TAKIM STANIE, W JAKIM JEST”. NIE DAJEMY ŻADNEJ GWARANCJI NA JEGO DZIAŁANIE. W ŻADNYM WYPADKU AUTORZY LUB POSIADACZE PRAW AUTORSKICH NIE PONOSZĄ ODPOWIEDZIALNOŚCI ZA JAKIEKOLWIEK ROSZCZENIA, SZKODY LUB INNE ODPOWIEDZIALNOŚCI.
- AboutPage Disclaimer Content display text. (The MIT License Disclaimer)
-
-
- Oświadczenie
- AboutPage Disclaimer Title display text.
-
-
- Darmowy, otwartożródłowy edytor tekstu stworzony przez Jackie (Jiaqi) Liu
- AboutPage NotepadsShortDescription display text.
-
-
- Kontakt z autorami:
- AboutPage Notepads AuthorContacts Title display text.
-
-
- Zgłoś błąd lub zaproponuj funkcję:
- AboutPage Notepads IssueAndFeatureRequests Title display text.
-
-
- Kod źródłowy dostępny jest w serwisie Github:
- AboutPage Notepads SourceCode Title display text.
-
-
- Po więcej informacji, odwiedź naszą stronę:
- AboutPage Notepads Website Title display text.
-
-
- Polityka prywatności
- AboutPage PrivacyStatementTitle display text.
-
-
- O programie
- AboutPage Title display text.
-
-
- Pokaż pasek stanu
- AdvancedPage StatusBarSettings ShowHideStatusBarToggleSwitch Off display text.
-
-
- Pokaż pasek stanu
- AdvancedPage StatusBarSettings ShowHideStatusBarToggleSwitch On display text.
-
-
- Pasek stanu
- AdvancedPage StatusBarSettings Title display text.
-
-
- Zaawansowane
- AdvancedPage Title display text.
-
-
- Kolor wiodący
- PersonalizationPage AccentColorSettings Title display text.
-
-
- Użyj koloru wiodącego systemu
- PersonalizationPage AccentColorSettings UseWindowsAccentColorToggleSwitch Off display text.
-
-
- Użyj koloru wiodącego systemu
- PersonalizationPage AccentColorSettings UseWindowsAccentColorToggleSwitch On display text.
-
-
- Poziom akrylowego rozmycia tła. Należy pamiętać, że rozmycie tła jest niedostępne, gdy jest włączone oszczędzanie baterii lub opcja przeżroczystości jest wyłączona w Ustawieniach systemu Windows.
- PersonalizationPage BackgroundTintOpacitySettings Description display text.
-
-
- Rozmycia tła
- PersonalizationPage BackgroundTintOpacitySettings Title display text.
-
-
- Ciemny
- PersonalizationPage ThemeModeSettings DarkModeRadioButton content display text.
-
-
- Jasny
- PersonalizationPage ThemeModeSettings LightModeRadioButton content display text.
-
-
- Motyw
- PersonalizationPage ThemeModeSettings Title display text.
-
-
- Użyj motywu systemu Windows
- PersonalizationPage ThemeModeSettings WindowsModeRadioButton content display text.
-
-
- Personalizacja
- PersonalizationPage Title display text.
-
-
- ANSI (system Windows)
- TextAndEditorPage DecodingSettings AnsiRadioButton content display text.
-
-
- Dekodowanie rezerwowe zostanie zastosowane, jeśli kodowanie pliku nie zostanie rozpoznane.
- TextAndEditorPage DecodingSettings Description display text.
-
-
- Dekodowanie rezerwowe
- TextAndEditorPage DecodingSettings Title display text.
-
-
- UTF-8
- TextAndEditorPage DecodingSettings Utf8RadioButton content display text.
-
-
- Wybierz sposób domyślnego kodowania.
- TextAndEditorPage EncodingSettings Description display text.
-
-
- Domyślne kodowanie
- TextAndEditorPage EncodingSettings Title display text.
-
-
- Rozmiar i rodzaj czcionki
- TextAndEditorPage FontSettings Title display text.
-
-
- Wybierz domyślne kończenie linii.
- TextAndEditorPage LineEndingSettings Description display text.
-
-
- Kończenie linii
- TextAndEditorPage LineEndingSettings Title display text.
-
-
- Domyślne (\t)
- TextAndEditorPage TabKeySettings DefaultRadioButton content display text.
-
-
- Ustawienia zachowania klawisza Tab, dotyczy tylko danych wpisanych przez użytkownika.
- TextAndEditorPage TabKeySettings Description display text.
-
-
- 8 Spacji
- TextAndEditorPage TabKeySettings EightSpacesRadioButton content display text.
-
-
- 4 Spacje
- TextAndEditorPage TabKeySettings FourSpacesRadioButton content display text.
-
-
- Tryb tabulatora
- TextAndEditorPage TabKeySettings Title display text.
-
-
- 2 Spacje
- TextAndEditorPage TabKeySettings TwoSpacesRadioButton content display text.
-
-
- Zawijanie wierszy
- TextAndEditorPage TextWrappingSettings Title display text.
-
-
- Zawijaj wiersze
- TextAndEditorPage TextWrappingSettings ToggleSwitch Off display text.
-
-
- Zawijaj wiersze
- TextAndEditorPage TextWrappingSettings ToggleSwitch On display text.
-
-
- Tekst i edytor
- TextAndEditorPage Title display text.
-
-
- Lista zmian
- AboutPage Changelog Title display text.
-
-
- Gdy włączone, Notepads zapamięta obecną sesję do następnego uruchomienia programu. Zrobi także kopię okresowej migawki sesji aby zapobiec przypadkowej utracie danych w przypadku niezapisania zmian. Notepads NIE BĘDZIE przypominał o zapisie Twojej pracy przy zamykaniu aplikacji gdy ta opcja jest włączona. UWAGA: Migawka sesji działa tylko w pierwszym lub głównym oknie Notepads.
- AdvancedPage SessionSnapshotSettings Description display text.
-
-
- Włącz migawkę sesji
- AdvancedPage SessionSnapshotSettings OnOffToggleSwitch On display text.
-
-
- Włącz migawkę sesji
- AdvancedPage SessionSnapshotSettings OnOffToggleSwitch Off display text.
-
-
- Migawka sesji
- AdvancedPageSessionSnapshotSettings Title display text.
-
-
- Wyróżniaj błędnie zapisane słowa
- TextAndEditorPage SpellingSettings HighlightMisspelledWordsToggleSwitch Off display text.
-
-
- Wyróżniaj błędnie zapisane słowa
- TextAndEditorPage SpellingSettings HighlightMisspelledWordsToggleSwitch On display text.
-
-
- Pisownia
- TextAndEditorPage SpellingSettings Title display text.
-
-
- Gdy włączone, nowe pliki będą otwierane w nowym oknie zamiast tworzyć nową kartę.
- AdvancedPage LaunchPreferenceSettings AlwaysOpenNewWindow Description display text.
-
-
- Zawsze otwieraj w nowym oknie
- AdvancedPage LaunchPreferenceSettings AlwaysOpenNewWindow OnOffToggleSwitch On display text.
-
-
- Zawsze otwieraj w nowym oknie
- AdvancedPage LaunchPreferenceSettings AlwaysOpenNewWindow OnOffToggleSwitch Off display text.
-
-
- Uruchamianie
- AdvancedPage LaunchPreferenceSettings Title display text.
-
-
- Pokaż prowadnice wierszy
- TextAndEditorPage LineHighlighterSettings ToggleSwitch Off display text.
-
-
- Pokaż prowadnice wierszy
- TextAndEditorPage LineHighlighterSettings ToggleSwitch On display text.
-
-
- Niestandardowy silnik wyszukiwarki
- TextAndEditorPage CustomSearchUrlRadioButton display text.
-
-
- *Wprowadź adres URL o formacie https://www.example.com/search?q={0}
- TextAndEditorPage CustomSearchUrl Textbox display text when entered text is not a valid format.
-
-
- Wybierz domyślny silnik wyszukiwanki internetowej.
- TextAndEditorPage SearchEngineSettings Description display text.
-
-
- Domyślny silnik wyszukiwarki
- TextAndEditorPage SearchEngineSettings Title display text.
-
-
- Automatyczne przewidywanie kodowania (Zalecane)
- TextAndEditorPage DecodingSettings AutoGuessDecodingRadioButton content display text.
-
-
- Wyświetlanie
- TextAndEditorPage DisplaySettings Title display text.
-
-
- Pokazuj numery wierszy w dokumencie.
- TextAndEditorPage LineNumbersSettings Description display text.
-
-
- Pokaż numery wierszy
- TextAndEditorPage LineNumbersSettings ToggleSwitch Off display text.
-
-
- Pokaż numery wierszy
- TextAndEditorPage LineNumbersSettings ToggleSwitch On display text.
-
-
- Domyślny styl czcionki
- TextAndEditorPage FontStyleSettings Title display text.
-
-
- Domyślna grubość czcionki
- TextAndEditorPage FontWeightSettings Title display text.
-
-
- Wybierz niestandardowy język wyświetlania do nadpisania języka systemu używanego przez Notepads. Wymagane jest uruchomienie aplikacji ponownie w celu dokonania zmian.
- AdvancedPage LanguagePreferenceSettings Description display text.
-
-
- *Uruchom ponownie Notepads, aby zastosować zmiany.
- AdvancedPage LanguagePreferenceSettings RestartPrompt display text.
-
-
- Preferencje języka
- AdvancedPage LanguagePreferenceSettings Title display text.
-
-
- Gdy włączone, Notepads będzie inteligentnie przycinał wiodące i końcowe spacje, wcięcia, oraz puste linie przed skopiowaniem zaznaczonego tekstu do schowka.
- AdvancedPage SmartCopySettings Description display text.
-
-
- Włącz inteligentne kopiowanie
- AdvancedPage SmartCopySettings EnableSmartCopyToggleSwitch Off display text.
-
-
- Włącz inteligentne kopiowanie
- AdvancedPage SmartCopySettings EnableSmartCopyToggleSwitch On display text.
-
-
- Ustawienia inteligentnego kopiowania
- AdvancedPage SmartCopySettings Title display text.
-
-
- System Default
- AdvancedPage LanguagePreferenceSettings System Default option text.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Użyte biblioteki oraz licencje
+ AboutPage DependenciesAndReferences Title display text.
+
+
+ OPROGRAMOWANIE JEST DOSTARCZANE „W TAKIM STANIE, W JAKIM JEST”. NIE DAJEMY ŻADNEJ GWARANCJI NA JEGO DZIAŁANIE. W ŻADNYM WYPADKU AUTORZY LUB POSIADACZE PRAW AUTORSKICH NIE PONOSZĄ ODPOWIEDZIALNOŚCI ZA JAKIEKOLWIEK ROSZCZENIA, SZKODY LUB INNE ODPOWIEDZIALNOŚCI.
+ AboutPage Disclaimer Content display text. (The MIT License Disclaimer)
+
+
+ Oświadczenie
+ AboutPage Disclaimer Title display text.
+
+
+ Darmowy, otwartożródłowy edytor tekstu stworzony przez Jackie (Jiaqi) Liu
+ AboutPage NotepadsShortDescription display text.
+
+
+ Kontakt z autorami:
+ AboutPage Notepads AuthorContacts Title display text.
+
+
+ Zgłoś błąd lub zaproponuj funkcję:
+ AboutPage Notepads IssueAndFeatureRequests Title display text.
+
+
+ Kod źródłowy dostępny jest w serwisie Github:
+ AboutPage Notepads SourceCode Title display text.
+
+
+ Po więcej informacji, odwiedź naszą stronę:
+ AboutPage Notepads Website Title display text.
+
+
+ Polityka prywatności
+ AboutPage PrivacyStatementTitle display text.
+
+
+ O programie
+ AboutPage Title display text.
+
+
+ Pokaż pasek stanu
+ AdvancedPage StatusBarSettings ShowHideStatusBarToggleSwitch Off display text.
+
+
+ Pokaż pasek stanu
+ AdvancedPage StatusBarSettings ShowHideStatusBarToggleSwitch On display text.
+
+
+ Pasek stanu
+ AdvancedPage StatusBarSettings Title display text.
+
+
+ Zaawansowane
+ AdvancedPage Title display text.
+
+
+ Kolor wiodący
+ PersonalizationPage AccentColorSettings Title display text.
+
+
+ Użyj koloru wiodącego systemu
+ PersonalizationPage AccentColorSettings UseWindowsAccentColorToggleSwitch Off display text.
+
+
+ Użyj koloru wiodącego systemu
+ PersonalizationPage AccentColorSettings UseWindowsAccentColorToggleSwitch On display text.
+
+
+ Poziom akrylowego rozmycia tła. Należy pamiętać, że rozmycie tła jest niedostępne, gdy jest włączone oszczędzanie baterii lub opcja przeżroczystości jest wyłączona w Ustawieniach systemu Windows.
+ PersonalizationPage BackgroundTintOpacitySettings Description display text.
+
+
+ Rozmycia tła
+ PersonalizationPage BackgroundTintOpacitySettings Title display text.
+
+
+ Ciemny
+ PersonalizationPage ThemeModeSettings DarkModeRadioButton content display text.
+
+
+ Jasny
+ PersonalizationPage ThemeModeSettings LightModeRadioButton content display text.
+
+
+ Motyw
+ PersonalizationPage ThemeModeSettings Title display text.
+
+
+ Użyj motywu systemu Windows
+ PersonalizationPage ThemeModeSettings WindowsModeRadioButton content display text.
+
+
+ Personalizacja
+ PersonalizationPage Title display text.
+
+
+ ANSI (system Windows)
+ TextAndEditorPage DecodingSettings AnsiRadioButton content display text.
+
+
+ Dekodowanie rezerwowe zostanie zastosowane, jeśli kodowanie pliku nie zostanie rozpoznane.
+ TextAndEditorPage DecodingSettings Description display text.
+
+
+ Dekodowanie rezerwowe
+ TextAndEditorPage DecodingSettings Title display text.
+
+
+ UTF-8
+ TextAndEditorPage DecodingSettings Utf8RadioButton content display text.
+
+
+ Wybierz sposób domyślnego kodowania.
+ TextAndEditorPage EncodingSettings Description display text.
+
+
+ Domyślne kodowanie
+ TextAndEditorPage EncodingSettings Title display text.
+
+
+ Rozmiar i rodzaj czcionki
+ TextAndEditorPage FontSettings Title display text.
+
+
+ Wybierz domyślne kończenie linii.
+ TextAndEditorPage LineEndingSettings Description display text.
+
+
+ Kończenie linii
+ TextAndEditorPage LineEndingSettings Title display text.
+
+
+ Domyślne (\t)
+ TextAndEditorPage TabKeySettings DefaultRadioButton content display text.
+
+
+ Ustawienia zachowania klawisza Tab, dotyczy tylko danych wpisanych przez użytkownika.
+ TextAndEditorPage TabKeySettings Description display text.
+
+
+ 8 Spacji
+ TextAndEditorPage TabKeySettings EightSpacesRadioButton content display text.
+
+
+ 4 Spacje
+ TextAndEditorPage TabKeySettings FourSpacesRadioButton content display text.
+
+
+ Tryb tabulatora
+ TextAndEditorPage TabKeySettings Title display text.
+
+
+ 2 Spacje
+ TextAndEditorPage TabKeySettings TwoSpacesRadioButton content display text.
+
+
+ Zawijanie wierszy
+ TextAndEditorPage TextWrappingSettings Title display text.
+
+
+ Zawijaj wiersze
+ TextAndEditorPage TextWrappingSettings ToggleSwitch Off display text.
+
+
+ Zawijaj wiersze
+ TextAndEditorPage TextWrappingSettings ToggleSwitch On display text.
+
+
+ Tekst i edytor
+ TextAndEditorPage Title display text.
+
+
+ Lista zmian
+ AboutPage Changelog Title display text.
+
+
+ Gdy włączone, Notepads zapamięta obecną sesję do następnego uruchomienia programu. Zrobi także kopię okresowej migawki sesji aby zapobiec przypadkowej utracie danych w przypadku niezapisania zmian. Notepads NIE BĘDZIE przypominał o zapisie Twojej pracy przy zamykaniu aplikacji gdy ta opcja jest włączona. UWAGA: Migawka sesji działa tylko w pierwszym lub głównym oknie Notepads.
+ AdvancedPage SessionSnapshotSettings Description display text.
+
+
+ Włącz migawkę sesji
+ AdvancedPage SessionSnapshotSettings OnOffToggleSwitch On display text.
+
+
+ Włącz migawkę sesji
+ AdvancedPage SessionSnapshotSettings OnOffToggleSwitch Off display text.
+
+
+ Migawka sesji
+ AdvancedPageSessionSnapshotSettings Title display text.
+
+
+ Wyróżniaj błędnie zapisane słowa
+ TextAndEditorPage SpellingSettings HighlightMisspelledWordsToggleSwitch Off display text.
+
+
+ Wyróżniaj błędnie zapisane słowa
+ TextAndEditorPage SpellingSettings HighlightMisspelledWordsToggleSwitch On display text.
+
+
+ Pisownia
+ TextAndEditorPage SpellingSettings Title display text.
+
+
+ Gdy włączone, nowe pliki będą otwierane w nowym oknie zamiast tworzyć nową kartę.
+ AdvancedPage LaunchPreferenceSettings AlwaysOpenNewWindow Description display text.
+
+
+ Zawsze otwieraj w nowym oknie
+ AdvancedPage LaunchPreferenceSettings AlwaysOpenNewWindow OnOffToggleSwitch On display text.
+
+
+ Zawsze otwieraj w nowym oknie
+ AdvancedPage LaunchPreferenceSettings AlwaysOpenNewWindow OnOffToggleSwitch Off display text.
+
+
+ Uruchamianie
+ AdvancedPage LaunchPreferenceSettings Title display text.
+
+
+ Pokaż prowadnice wierszy
+ TextAndEditorPage LineHighlighterSettings ToggleSwitch Off display text.
+
+
+ Pokaż prowadnice wierszy
+ TextAndEditorPage LineHighlighterSettings ToggleSwitch On display text.
+
+
+ Niestandardowy silnik wyszukiwarki
+ TextAndEditorPage CustomSearchUrlRadioButton display text.
+
+
+ *Wprowadź adres URL o formacie https://www.example.com/search?q={0}
+ TextAndEditorPage CustomSearchUrl Textbox display text when entered text is not a valid format.
+
+
+ Wybierz domyślny silnik wyszukiwanki internetowej.
+ TextAndEditorPage SearchEngineSettings Description display text.
+
+
+ Domyślny silnik wyszukiwarki
+ TextAndEditorPage SearchEngineSettings Title display text.
+
+
+ Automatyczne przewidywanie kodowania (Zalecane)
+ TextAndEditorPage DecodingSettings AutoGuessDecodingRadioButton content display text.
+
+
+ Wyświetlanie
+ TextAndEditorPage DisplaySettings Title display text.
+
+
+ Pokazuj numery wierszy w dokumencie.
+ TextAndEditorPage LineNumbersSettings Description display text.
+
+
+ Pokaż numery wierszy
+ TextAndEditorPage LineNumbersSettings ToggleSwitch Off display text.
+
+
+ Pokaż numery wierszy
+ TextAndEditorPage LineNumbersSettings ToggleSwitch On display text.
+
+
+ Domyślny styl czcionki
+ TextAndEditorPage FontStyleSettings Title display text.
+
+
+ Domyślna grubość czcionki
+ TextAndEditorPage FontWeightSettings Title display text.
+
+
+ Wybierz niestandardowy język wyświetlania do nadpisania języka systemu używanego przez Notepads. Wymagane jest uruchomienie aplikacji ponownie w celu dokonania zmian.
+ AdvancedPage LanguagePreferenceSettings Description display text.
+
+
+ *Uruchom ponownie Notepads, aby zastosować zmiany.
+ AdvancedPage LanguagePreferenceSettings RestartPrompt display text.
+
+
+ Preferencje języka
+ AdvancedPage LanguagePreferenceSettings Title display text.
+
+
+ Gdy włączone, Notepads będzie inteligentnie przycinał wiodące i końcowe spacje, wcięcia, oraz puste linie przed skopiowaniem zaznaczonego tekstu do schowka.
+ AdvancedPage SmartCopySettings Description display text.
+
+
+ Włącz inteligentne kopiowanie
+ AdvancedPage SmartCopySettings EnableSmartCopyToggleSwitch Off display text.
+
+
+ Włącz inteligentne kopiowanie
+ AdvancedPage SmartCopySettings EnableSmartCopyToggleSwitch On display text.
+
+
+ Ustawienia inteligentnego kopiowania
+ AdvancedPage SmartCopySettings Title display text.
+
+
+ System Default
+ AdvancedPage LanguagePreferenceSettings System Default option text.
+
\ No newline at end of file
diff --git a/src/Notepads/Views/Settings/AboutPage.xaml b/src/Notepads/Views/Settings/AboutPage.xaml
index a051b084e..2c62bfb3c 100644
--- a/src/Notepads/Views/Settings/AboutPage.xaml
+++ b/src/Notepads/Views/Settings/AboutPage.xaml
@@ -48,8 +48,8 @@
-
- https://github.com/JasonStein/Notepads
+
+ https://github.com/0x7c13/Notepads
@@ -70,8 +70,8 @@
-
- https://github.com/JasonStein/Notepads/issues
+
+ https://github.com/0x7c13/Notepads/issues
@@ -84,7 +84,7 @@
FontWeight="Normal"/>
- Notepads Releases
+ Notepads Releases
@@ -127,10 +127,10 @@
- Copyright (c) 2020 Jackie (Jiaqi) Liu.
+ Copyright (c) 2020-2023 Jackie (Jiaqi) Liu.
-
+