From 1e9c917d59192ad1ee972d02fc135bf968fb793d Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Mon, 24 Mar 2025 07:29:30 +0700 Subject: [PATCH 1/3] fix(windows): Correct typo in Spanish configuration string --- windows/src/desktop/kmshell/locale/es-ES/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/src/desktop/kmshell/locale/es-ES/strings.xml b/windows/src/desktop/kmshell/locale/es-ES/strings.xml index ced53c46dc..091d23a160 100644 --- a/windows/src/desktop/kmshell/locale/es-ES/strings.xml +++ b/windows/src/desktop/kmshell/locale/es-ES/strings.xml @@ -664,7 +664,7 @@ - COnfiguración + Configuración From 4d314ef2ea944895dcbe783d4eb9247f30fac5dd Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Mon, 24 Mar 2025 07:29:48 +0700 Subject: [PATCH 2/3] chore(mac): Update crowdin string for Spanish --- mac/Keyman4MacIM/Keyman4MacIM/es.lproj/Localizable.strings | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mac/Keyman4MacIM/Keyman4MacIM/es.lproj/Localizable.strings b/mac/Keyman4MacIM/Keyman4MacIM/es.lproj/Localizable.strings index ad6771f652..1c10829c72 100644 --- a/mac/Keyman4MacIM/Keyman4MacIM/es.lproj/Localizable.strings +++ b/mac/Keyman4MacIM/Keyman4MacIM/es.lproj/Localizable.strings @@ -67,8 +67,11 @@ /* copyright label in the Package Information window */ "copyright-label" = "Derechos de autor:"; -/* message displayed to alert user to need grant accessibility permission */ +/* message displayed to alert user to need grant accessibility permission in Preferences, pre-Ventura */ "privacy-alert-text" = "Para funcionar correctamente, Keyman requiere las siguientes características de accesibilidad:\nel acceso en Preferencias del Sistema, Seguridad y Privacidad.\nel reinicio del sistema."; +/* message displayed to alert user to need grant accessibility permission in Settings, for macOS Ventura and later */ +"privacy-alert-text-ventura" = "To function properly, Keyman requires accessibility features:\n\nGrant access in System Settings, Privacy & Security.\nRestart your system."; + /* Text of menu item in Input Menu when no Keyboards are configured -- include parentheses */ "no-keyboard-configured-menu-placeholder" = "(Sin teclado configurado)"; From 39c76a68f7121feccca292ef361dfeba36a4623e Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Mon, 24 Mar 2025 10:36:50 +0700 Subject: [PATCH 3/3] chore(mac): Remove typos in comment Addresses review comment > The word "need" should be deleted. --- mac/Keyman4MacIM/Keyman4MacIM/en.lproj/Localizable.strings | 4 ++-- mac/Keyman4MacIM/Keyman4MacIM/es.lproj/Localizable.strings | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mac/Keyman4MacIM/Keyman4MacIM/en.lproj/Localizable.strings b/mac/Keyman4MacIM/Keyman4MacIM/en.lproj/Localizable.strings index bb9b4aeca0..112f7e2b8f 100644 --- a/mac/Keyman4MacIM/Keyman4MacIM/en.lproj/Localizable.strings +++ b/mac/Keyman4MacIM/Keyman4MacIM/en.lproj/Localizable.strings @@ -68,10 +68,10 @@ /* copyright label in the Package Information window */ "copyright-label" = "Copyright:"; -/* message displayed to alert user to need grant accessibility permission in Preferences, pre-Ventura */ +/* message displayed to alert user to grant accessibility permission in Preferences, pre-Ventura */ "privacy-alert-text" = "To function properly, Keyman requires accessibility features:\n\nGrant access in System Preferences, Security & Privacy.\nRestart your system."; -/* message displayed to alert user to need grant accessibility permission in Settings, for macOS Ventura and later */ +/* message displayed to alert user to grant accessibility permission in Settings, for macOS Ventura and later */ "privacy-alert-text-ventura" = "To function properly, Keyman requires accessibility features:\n\nGrant access in System Settings, Privacy & Security.\nRestart your system."; /* Text of menu item in Input Menu when no Keyboards are configured -- include parentheses */ diff --git a/mac/Keyman4MacIM/Keyman4MacIM/es.lproj/Localizable.strings b/mac/Keyman4MacIM/Keyman4MacIM/es.lproj/Localizable.strings index 1c10829c72..5251447fa7 100644 --- a/mac/Keyman4MacIM/Keyman4MacIM/es.lproj/Localizable.strings +++ b/mac/Keyman4MacIM/Keyman4MacIM/es.lproj/Localizable.strings @@ -67,10 +67,10 @@ /* copyright label in the Package Information window */ "copyright-label" = "Derechos de autor:"; -/* message displayed to alert user to need grant accessibility permission in Preferences, pre-Ventura */ +/* message displayed to alert user to grant accessibility permission in Preferences, pre-Ventura */ "privacy-alert-text" = "Para funcionar correctamente, Keyman requiere las siguientes características de accesibilidad:\nel acceso en Preferencias del Sistema, Seguridad y Privacidad.\nel reinicio del sistema."; -/* message displayed to alert user to need grant accessibility permission in Settings, for macOS Ventura and later */ +/* message displayed to alert user to grant accessibility permission in Settings, for macOS Ventura and later */ "privacy-alert-text-ventura" = "To function properly, Keyman requires accessibility features:\n\nGrant access in System Settings, Privacy & Security.\nRestart your system."; /* Text of menu item in Input Menu when no Keyboards are configured -- include parentheses */