Skip to content

Commit ccf775f

Browse files
author
Jonathan Rixhon
committed
fixed translations
1 parent c47888f commit ccf775f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

resources/lang/en/cookies.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
],
3131

3232
'defaults' => [
33-
'consent' => 'Se utiliza para almacenar las preferencias de consentimiento de cookies del usuario.',
34-
'session' => 'Se utiliza para identificar la sesión de navegación del usuario.',
35-
'csrf' => 'Se utiliza para asegurar tanto al usuario como a nuestro sitio web contra ataques de falsificación de solicitudes entre sitios.',
36-
'_ga' => 'Cookie principal utilizada por Google Analytics, permite distinguir a un visitante de otro.',
37-
'_ga_ID' => 'Utilizada por Google Analytics para persistir el estado de la sesión.',
38-
'_gid' => 'Utilizada por Google Analytics para identificar al usuario.',
39-
'_gat' => 'Utilizada por Google Analytics para limitar la tasa de solicitudes.',
33+
'consent' => 'Used to store the user\'s cookie consent preferences.',
34+
'session' => 'Used to identify the user\'s browsing session.',
35+
'csrf' => 'Used to secure both the user and our website against cross-site request forgery attacks.',
36+
'_ga' => 'Main cookie used by Google Analytics, enables a service to distinguish one visitor from another.',
37+
'_ga_ID' => 'Used by Google Analytics to persist session state.',
38+
'_gid' => 'Used by Google Analytics to identify the user.',
39+
'_gat' => 'Used by Google Analytics to throttle the request rate.',
4040
],
4141
];

resources/lang/es/cookies.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
],
3131

3232
'defaults' => [
33-
'consent' => 'Used to store the user\'s cookie consent preferences.',
34-
'session' => 'Used to identify the user\'s browsing session.',
35-
'csrf' => 'Used to secure both the user and our website against cross-site request forgery attacks.',
36-
'_ga' => 'Main cookie used by Google Analytics, enables a service to distinguish one visitor from another.',
37-
'_ga_ID' => 'Used by Google Analytics to persist session state.',
38-
'_gid' => 'Used by Google Analytics to identify the user.',
39-
'_gat' => 'Used by Google Analytics to throttle the request rate.',
40-
],
33+
'consent' => 'Se utiliza para almacenar las preferencias de consentimiento de cookies del usuario.',
34+
'session' => 'Se utiliza para identificar la sesión de navegación del usuario.',
35+
'csrf' => 'Se utiliza para asegurar tanto al usuario como a nuestro sitio web contra ataques de falsificación de solicitudes entre sitios.',
36+
'_ga' => 'Cookie principal utilizada por Google Analytics, permite distinguir a un visitante de otro.',
37+
'_ga_ID' => 'Utilizada por Google Analytics para persistir el estado de la sesión.',
38+
'_gid' => 'Utilizada por Google Analytics para identificar al usuario.',
39+
'_gat' => 'Utilizada por Google Analytics para limitar la tasa de solicitudes.',
40+
]
4141
];

0 commit comments

Comments
 (0)