From 699bdbada3ae0ee62263db1021e4e679d98c25c8 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sat, 23 Jul 2022 18:38:54 -0700 Subject: [PATCH] [Sandbox Notification] Add Spanish translation Add the Spanish translation of the new dialog. Signed-off-by: Christopher Snowhill --- es.lproj/Localizable.strings | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/es.lproj/Localizable.strings b/es.lproj/Localizable.strings index 0af93b6b9..2e32ecd7a 100644 --- a/es.lproj/Localizable.strings +++ b/es.lproj/Localizable.strings @@ -82,7 +82,7 @@ "PrivacyPolicyURL" = "https://www.iubenda.com/privacy-policy/57237510"; -"GrantPathTitle" = "Open to grant access to container folder"; -"GrantPathMessage" = "Click OK on the following folder open dialog to grant access to the specified folder. Navigate the dialog further up the folder hierarchy to grant broader access to your files. Press 'Stop warning me' to hide any further warnings for the rest of the session."; -"GrantPathOK" = "OK"; -"GrantPathStopWarning" = "Stop warning me"; +"GrantPathTitle" = "Abrir para conceder acceso a la carpeta contenedora"; +"GrantPathMessage" = "Haz clic en Aceptar en el siguiente diálogo para conceder acceso a la carpeta especificada. Sube en la jerarquía de carpetas para conceder un acceso más amplio a tus archivos. Activa \"Dejar de advertirme\" para ocultar cualquier otra advertencia durante el resto de la sesión."; +"GrantPathOK" = "Aceptar"; +"GrantPathStopWarning" = "Dejar de advertirme";