Skip to content

Commit f8b6b14

Browse files
committed
Starts es_ES translation.
1 parent 03caa18 commit f8b6b14

8 files changed

Lines changed: 382 additions & 0 deletions

File tree

app/lang/es_ES/lrs.php

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?php
2+
3+
/*
4+
|----------------------------------------------------------------------------
5+
| Translations for LRSs
6+
|----------------------------------------------------------------------------
7+
*/
8+
9+
return array(
10+
'add' => 'Add LRS',
11+
'home' => 'LRS home',
12+
'create' => 'Create an LRS',
13+
'delete_confirm' => 'Are you sure you want to delete this LRS? THERE IS NO UNDO AND YOU WILL LOSE ALL STATEMENTS.',
14+
'edit' => 'Edit an LRS',
15+
'new' => 'Create new LRS',
16+
'verify' => 'You need to <a href=":verify_link">verify your email</a> before you can create an LRS.',
17+
'list' => 'LRS List',
18+
'none' => 'No LRS\'s available.',
19+
'reporting' => 'Reporting',
20+
'deleted' => 'The LRS was deleted',
21+
'updated' => 'The LRS was updated',
22+
'create_problem' => 'There was a problem creating that LRS.',
23+
'created' => 'The LRS was created.',
24+
'active' => 'Active',
25+
26+
'sidebar' => array(
27+
'dash' => 'Cuadro de mando',
28+
'edit' => 'Editar detalles LRS',
29+
'endpoint' => 'Sentencias xAPI',
30+
'api' => 'LRS API',
31+
'users' => 'Administrar usuarios',
32+
'analytics' => 'Estadísticas',
33+
'reporting' => 'Informes'
34+
),
35+
36+
'endpoint' => array(
37+
'endpoint' => 'Sentencias xAPI',
38+
'basic_http' => 'Autenticación básica HTTP',
39+
'submit' => 'Aceptar sentencias xAPI',
40+
'instructions' => 'Para aceptar sentencias xAPI, usted necesitará enviarlos a este endpoint y autenticarse',
41+
'new_key_secret' => 'Generar nueva clave y secreto'
42+
),
43+
44+
'api' => array(
45+
'oauth' => 'OAuth 2.0',
46+
'settings' => 'Ajustes del API',
47+
'api' => 'LRS API'
48+
),
49+
50+
'update_key' => 'Your key has now been updated.',
51+
'update_key_error' => 'There was an error updating your key and secret.',
52+
'remove_user' => 'That user has been removed from this LRS.'
53+
);

app/lang/es_ES/pagination.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
3+
return array(
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Pagination Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are used by the paginator library to build
11+
| the simple pagination links. You are free to change them to anything
12+
| you want to customize your views to better match your application.
13+
|
14+
*/
15+
16+
'previous' => 'Anterior',
17+
18+
'next' => 'Siguiente',
19+
20+
);

app/lang/es_ES/reminders.php

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?php
2+
3+
return array(
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Password Reminder Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are the default lines which match reasons
11+
| that are given by the password broker for a password update attempt
12+
| has failed, such as for an invalid token or invalid new password.
13+
|
14+
*/
15+
16+
"password" => "Las contraseñas deben tener al menos seis caracteres y coincidir con la confirmación",
17+
18+
"user" => "No podemos encontrar un usuario con esa dirección de correo",
19+
20+
"token" => "Este token de restablecimiento de contraseña no es válido.",
21+
22+
"sent" => "Recordatorio de contraseña enviado!",
23+
24+
"reset" => "Su contraseña ha sido enviada",
25+
26+
"password_reset" => "Restablecer contraseña",
27+
28+
"password_reset_form" => "Para restablecer su contraseña, complete este formulario",
29+
30+
"password_reset_sent" => "Ha sido enviado un correo electrónico con el restablecimiento de la contraseña "
31+
32+
);

app/lang/es_ES/reporting.php

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?php
2+
3+
return array(
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Password Reminder Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are the default lines which match reasons
11+
| that are given by the password broker for a password update attempt
12+
| has failed, such as for an invalid token or invalid new password.
13+
|
14+
*/
15+
16+
"password" => "Las contraseñas deben tener al menos seis caracteres y coincidir con la confirmación.",
17+
18+
"user" => "No podemos encontrar un usuario con ese e-mail.",
19+
20+
"token" => "Este token de restablecimiento de contraseña no es válido.",
21+
22+
"sent" => "Recordatorio de contraseña enviado!",
23+
24+
"reset" => "Su contraseña se ha restablecido",
25+
26+
"password_reset" => "Restablecer contraseña",
27+
28+
"password_reset_form" => "Para restablecer su contraseña, rellene este formulario",
29+
30+
"password_reset_sent" => "Ha sido enviado un correo electrónico con el restablecimiento de la contraseña "
31+
32+
);

app/lang/es_ES/site.php

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<?php
2+
3+
/*
4+
|----------------------------------------------------------------------------
5+
| Translations for the site
6+
|----------------------------------------------------------------------------
7+
*/
8+
9+
return array(
10+
/*
11+
|-----------------------------------------------------------------------
12+
| General words
13+
|-----------------------------------------------------------------------
14+
*/
15+
'edit' => 'edit',
16+
'delete' => 'delete',
17+
'username' => 'Username',
18+
'password' => 'Password',
19+
'title' => 'Title',
20+
'name' => 'Name',
21+
'description' => 'Description',
22+
'logo' => 'Logo',
23+
'language' => 'Language',
24+
'submit' => 'Submit',
25+
'remove' => 'Remove',
26+
'settings' => 'Settings',
27+
'dash' => 'Dashboard',
28+
'admin_dash' => 'Admin dashboard',
29+
'logout' => 'Logout',
30+
'email' => 'Site email',
31+
'account' => 'Account settings',
32+
'yes' => 'Yes',
33+
'no' => 'No',
34+
'on' => 'On',
35+
'off' => 'Off',
36+
'super_admin' => 'Super admin',
37+
'admin' => 'Admin',
38+
'plus' => 'Observer plus',
39+
'observers' => 'Observers',
40+
'open' => 'Open',
41+
'closed' => 'Closed',
42+
'details' => 'Details',
43+
'register' => 'Register',
44+
'login' => 'Login',
45+
'forgotten_pw' => 'Forgotten password',
46+
'edit_settings' => 'Edit settings',
47+
48+
'total_learners' => 'Total learners',
49+
'statement_total' => 'Statement total',
50+
'learner_number' => 'Learner number',
51+
'activity_sources' => 'Activity sources',
52+
'xapi_calls' => 'xAPI calls (retrival)',
53+
54+
'create_lrs' => 'Who can create new LRSs?',
55+
'api_status' => 'API Status',
56+
'registration' => 'Registration',
57+
'restrict' => 'Restrict registration',
58+
'claim' => 'Learners claim?',
59+
60+
'help' => array(
61+
'email' => 'El correo electrónico de contacto principal para esta instancia de Learning Locker',
62+
'create_lrs' => 'Seleccione los roles de usuario se pueden crear nuevos LRSs',
63+
'api_status' => 'Encender el API Learning Locker. @pendiente',
64+
'registration' => '¿El registro de usuarios para el sitio es abierto o cerrado?',
65+
'restrict' => 'Restringir el registro a un dominio de correo electrónico en particular. Solo tiene que introducir la parte de dominio, por ejemplo, ht2.co.uk',
66+
'claim' => '¿Los estudiantes pueden hacer login y reclamar todas las sentencias xAPI que le pertenecen?',
67+
'language' => 'Lenguaje por defecto a utilizar al generar sentencias utilizando el generador de sentencias'
68+
),
69+
70+
'navbar' => array(
71+
'lrs_home' => 'Inicio LRS',
72+
'other' => 'Otros',
73+
'none' => 'Ningún LRS disponible',
74+
'lrs_list' => 'Listado de LRSs'
75+
),
76+
77+
'updated' => 'Learning Locker details have been updated',
78+
'welcome' => 'Welcome to Learning Locker'
79+
);

app/lang/es_ES/statements.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
/*
4+
|----------------------------------------------------------------------------
5+
| Translations for statements
6+
|----------------------------------------------------------------------------
7+
*/
8+
9+
return array(
10+
'statements' => 'Sentencias',
11+
'generator' => 'Generador',
12+
'filter' => 'filtro',
13+
'explorer' => 'Explorador',
14+
'reporting' => 'Informes',
15+
'analytics' => 'Estadísticas',
16+
'added' => 'Su sentencia ha sido añadida'
17+
);

app/lang/es_ES/users.php

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?php
2+
3+
/*
4+
|----------------------------------------------------------------------------
5+
| Translations for users
6+
|----------------------------------------------------------------------------
7+
*/
8+
9+
return array(
10+
'users' => 'Users',
11+
'role' => 'Role',
12+
'invite' => array(
13+
'invite' => 'Invitar usuarios',
14+
'email' => 'Direcciones de correo (líneas separadas)',
15+
'message' => 'Mensaje (opcional)',
16+
'sample' => 'Me gustaría invitarte a que te unas a este Learning Record Store (LRS)',
17+
'invited' => 'Estos usuarios han sido invitados',
18+
'failed' => 'La invitación a este usuario ha fallado, compruebe que el usuario no es ya un miembro del LRS y que su dirección de correo es válida.',
19+
'has_invited' => 'te ha invitado a unirte',
20+
'invite_instructions' => 'Para hacer esto, por favor haga clic en el siguiente enlace'
21+
),
22+
'password' => 'Password',
23+
'password_again' => 'Password confirm',
24+
'password_current' => 'Current password',
25+
'password_change' => 'Change password',
26+
'password_add' => 'Add a password',
27+
'password_problem' => 'There was a problem saving your password.',
28+
'password_remind' => 'Password Reminder',
29+
'password_current_wrong' => 'Your current password was not correct.',
30+
'password_instructions' => 'Please add a password for your account. You need to do this before you can continue.',
31+
'email' => 'Email',
32+
'verify' => 'Verify',
33+
'verfiy_success' => 'You have verified this user.',
34+
'verified' => 'Verified',
35+
'verify_request' => 'Please check your email for next steps.',
36+
'email_verified' => 'Thanks, you have now validated your email.',
37+
'email_verify_problem' => 'There was a problem validating your email address.',
38+
'unverified' => 'Unverified',
39+
'verify_resend' => 'Resend verify email',
40+
'reset' => 'Reset your password',
41+
'success' => 'Your password has been saved',
42+
'role_change' => 'The user\'s role has been changed.',
43+
'deleted' => 'The user was delete and any LRSs they created transferred to the site admin.',
44+
'updated' => 'Account settings have been updated',
45+
'updated_error' => 'There was a problem updating that account.',
46+
'registration_various' => array(
47+
'thanks' => 'Gracias por registrarse para utilizar Learning Locker. Para completar el registro, necesitamos que verifique su correo electrónico.',
48+
'click' => 'Para hacer esto, por favor haga clic en el siguiente enlace'
49+
)
50+
);

app/lang/es_ES/validation.php

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<?php
2+
3+
return array(
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Validation Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines contain the default error messages used by
11+
| the validator class. Some of these rules have multiple versions such
12+
| as the size rules. Feel free to tweak each of these messages here.
13+
|
14+
*/
15+
16+
"accepted" => "The :attribute must be accepted.",
17+
"active_url" => "The :attribute is not a valid URL.",
18+
"after" => "The :attribute must be a date after :date.",
19+
"alpha" => "The :attribute may only contain letters.",
20+
"alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.",
21+
"alpha_num" => "The :attribute may only contain letters and numbers.",
22+
"array" => "The :attribute must be an array.",
23+
"before" => "The :attribute must be a date before :date.",
24+
"between" => array(
25+
"numeric" => "El :attribute debe estar entre :min y :max",
26+
"file" => "El :attribute debe estar entre :min y :max kilobytes.",
27+
"string" => "The :attribute debe tener entre :min y :max caracteres.",
28+
"array" => "El :attribute debe tener entre :min y :max items.",
29+
),
30+
"confirmed" => "The :attribute confirmation does not match.",
31+
"date" => "The :attribute is not a valid date.",
32+
"date_format" => "The :attribute does not match the format :format.",
33+
"different" => "The :attribute and :other must be different.",
34+
"digits" => "The :attribute must be :digits digits.",
35+
"digits_between" => "The :attribute must be between :min and :max digits.",
36+
"email" => "The :attribute format is invalid.",
37+
"exists" => "The selected :attribute is invalid.",
38+
"image" => "The :attribute must be an image.",
39+
"in" => "The selected :attribute is invalid.",
40+
"integer" => "The :attribute must be an integer.",
41+
"ip" => "The :attribute must be a valid IP address.",
42+
"max" => array(
43+
"numeric" => "El :attribute debe estar entre :min y :max",
44+
"file" => "El :attribute debe estar entre :min y :max kilobytes.",
45+
"string" => "The :attribute debe tener entre :min y :max caracteres.",
46+
"array" => "El :attribute debe tener entre :min y :max items.",
47+
),
48+
"mimes" => "The :attribute must be a file of type: :values.",
49+
"min" => array(
50+
"numeric" => "El :attribute debe estar entre :min y :max",
51+
"file" => "El :attribute debe estar entre :min y :max kilobytes.",
52+
"string" => "The :attribute debe tener entre :min y :max caracteres.",
53+
"array" => "El :attribute debe tener entre :min y :max items.",
54+
),
55+
"not_in" => "The selected :attribute is invalid.",
56+
"numeric" => "The :attribute must be a number.",
57+
"regex" => "The :attribute format is invalid.",
58+
"required" => "The :attribute field is required.",
59+
"required_if" => "The :attribute field is required when :other is :value.",
60+
"required_with" => "The :attribute field is required when :values is present.",
61+
"required_without" => "The :attribute field is required when :values is not present.",
62+
"same" => "The :attribute and :other must match.",
63+
"size" => array(
64+
"numeric" => "El :attribute debe estar entre :min y :max",
65+
"file" => "El :attribute debe estar entre :min y :max kilobytes.",
66+
"string" => "The :attribute debe tener entre :min y :max caracteres.",
67+
"array" => "El :attribute debe tener entre :min y :max items.",
68+
),
69+
"unique" => "The :attribute has already been taken.",
70+
"url" => "The :attribute format is invalid.",
71+
"alpha_spaces" => "The :attribute may only contain letters and spaces.",
72+
73+
/*
74+
|--------------------------------------------------------------------------
75+
| Custom Validation Language Lines
76+
|--------------------------------------------------------------------------
77+
|
78+
| Here you may specify custom validation messages for attributes using the
79+
| convention "attribute.rule" to name the lines. This makes it quick to
80+
| specify a specific custom language line for a given attribute rule.
81+
|
82+
*/
83+
84+
'custom' => array(),
85+
86+
/*
87+
|--------------------------------------------------------------------------
88+
| Custom Validation Attributes
89+
|--------------------------------------------------------------------------
90+
|
91+
| The following language lines are used to swap attribute place-holders
92+
| with something more reader friendly such as E-Mail Address instead
93+
| of "email". This simply helps us make messages a little cleaner.
94+
|
95+
*/
96+
97+
'attributes' => array(),
98+
99+
);

0 commit comments

Comments
 (0)