From 9051885debc09e61162102ec93fd13b32f681672 Mon Sep 17 00:00:00 2001 From: rkopicki <174372448+rkopicki@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:35:13 +0100 Subject: [PATCH 1/2] Update Polish localization * Changes translation of "highlight" to match commit c06dca786. * Adds translation of "Move Focus to Next Editor" and "Move Focus to Previous Editor" introduced in version 5.0.4, commit 5d7179c62. --- .../Settings/Other Views/ThemeEditor.xcstrings | 2 +- .../Localizables/Settings/Panes/EditSettings.xcstrings | 6 +++--- .../Localizables/Settings/SyntaxEditor.xcstrings | 4 ++-- .../Localizables/Text Finder/TextFind.xcstrings | 2 +- CotEditor/Storyboards/mul.lproj/Main.xcstrings | 10 +++++----- .../mul.lproj/MultipleReplaceView.xcstrings | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CotEditor/Resources/Localizables/Settings/Other Views/ThemeEditor.xcstrings b/CotEditor/Resources/Localizables/Settings/Other Views/ThemeEditor.xcstrings index 50613bca75..e853b6894e 100644 --- a/CotEditor/Resources/Localizables/Settings/Other Views/ThemeEditor.xcstrings +++ b/CotEditor/Resources/Localizables/Settings/Other Views/ThemeEditor.xcstrings @@ -500,7 +500,7 @@ "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Podświetlenie:" + "value" : "Wyróżnienie:" } }, "pt" : { diff --git a/CotEditor/Resources/Localizables/Settings/Panes/EditSettings.xcstrings b/CotEditor/Resources/Localizables/Settings/Panes/EditSettings.xcstrings index 9fb57cb647..6f58e3edea 100644 --- a/CotEditor/Resources/Localizables/Settings/Panes/EditSettings.xcstrings +++ b/CotEditor/Resources/Localizables/Settings/Panes/EditSettings.xcstrings @@ -500,7 +500,7 @@ "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Również nawiasy <>" + "value" : "Wyróżniaj nawiasy <>" } }, "pt" : { @@ -588,7 +588,7 @@ "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Podświetlaj wystąpienia zaznaczonego tekstu" + "value" : "Wyróżniaj wystąpienia zaznaczonego tekstu" } }, "pt" : { @@ -676,7 +676,7 @@ "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Podświetlaj pasujące nawiasy (), [], {}" + "value" : "Wyróżniaj pasujące nawiasy (), [], {}" } }, "pt" : { diff --git a/CotEditor/Resources/Localizables/Settings/SyntaxEditor.xcstrings b/CotEditor/Resources/Localizables/Settings/SyntaxEditor.xcstrings index 0c9dde26b5..a561fad061 100644 --- a/CotEditor/Resources/Localizables/Settings/SyntaxEditor.xcstrings +++ b/CotEditor/Resources/Localizables/Settings/SyntaxEditor.xcstrings @@ -2292,7 +2292,7 @@ "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Podświetlanie" + "value" : "Wyróżnianie" } }, "pt" : { @@ -2470,7 +2470,7 @@ "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Jeśli nie określono, uzupełniane wyrazy składni generowane są na podstawie ustawień podświetlania." + "value" : "Jeśli nie określono, uzupełniane wyrazy składni generowane są na podstawie ustawień wyróżniania." } }, "pt" : { diff --git a/CotEditor/Resources/Localizables/Text Finder/TextFind.xcstrings b/CotEditor/Resources/Localizables/Text Finder/TextFind.xcstrings index 0dd2f3cabc..02184d76e9 100644 --- a/CotEditor/Resources/Localizables/Text Finder/TextFind.xcstrings +++ b/CotEditor/Resources/Localizables/Text Finder/TextFind.xcstrings @@ -4348,7 +4348,7 @@ "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Podświetl wszystkie" + "value" : "Wyróżnij wszystkie" } }, "pt" : { diff --git a/CotEditor/Storyboards/mul.lproj/Main.xcstrings b/CotEditor/Storyboards/mul.lproj/Main.xcstrings index e9fcfae90c..2180ae9904 100644 --- a/CotEditor/Storyboards/mul.lproj/Main.xcstrings +++ b/CotEditor/Storyboards/mul.lproj/Main.xcstrings @@ -11299,8 +11299,8 @@ }, "pl" : { "stringUnit" : { - "state" : "needs_review", - "value" : "Przełącz na następny podział edytora" + "state" : "translated", + "value" : "Przenieś fokus do następnego edytora" } }, "pt" : { @@ -11395,8 +11395,8 @@ }, "pl" : { "stringUnit" : { - "state" : "needs_review", - "value" : "Przełącz na poprzedni podział edytora" + "state" : "translated", + "value" : "Przenieś fokus do poprzedniego edytora" } }, "pt" : { @@ -16388,7 +16388,7 @@ "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Podświetl wszystkie" + "value" : "Wyróżnij wszystkie" } }, "pt" : { diff --git a/CotEditor/Storyboards/mul.lproj/MultipleReplaceView.xcstrings b/CotEditor/Storyboards/mul.lproj/MultipleReplaceView.xcstrings index c97e9c3982..ba46b44844 100644 --- a/CotEditor/Storyboards/mul.lproj/MultipleReplaceView.xcstrings +++ b/CotEditor/Storyboards/mul.lproj/MultipleReplaceView.xcstrings @@ -260,7 +260,7 @@ "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Podświetl wszystkie dopasowania reguł zastąpienia." + "value" : "Wyróżnij wszystkie dopasowania reguł zastąpienia." } }, "pt" : { @@ -945,7 +945,7 @@ "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Podświetl wszystkie" + "value" : "Wyróżnij wszystkie" } }, "pt" : { From 582281ef99da7bae3a334f6b0e2686269164a529 Mon Sep 17 00:00:00 2001 From: rkopicki <174372448+rkopicki@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:46:48 +0100 Subject: [PATCH 2/2] Update Quick Actions how-to (en) Updates the help topic to include the most natural way to close the Quick Actions bar for keyboard-first users. --- .../Contents/Resources/en.lproj/pgs/howto_quick_action.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_quick_action.html b/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_quick_action.html index 6a8f873849..e737d62911 100644 --- a/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_quick_action.html +++ b/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_quick_action.html @@ -32,10 +32,12 @@

Perform action by typing in CotEditor on Mac

-

To close the command bar without taking any action:

+

To close the command bar without taking any action, do one of the following: