Initial commit
This commit is contained in:
18
resources/lang/es/auth.php
Normal file
18
resources/lang/es/auth.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'Estas credenciales no coinciden con nuestros registros.',
|
||||
'password' => 'La contraseña proporcionada es incorrecta.',
|
||||
'throttle' => 'Demasiados intentos de inicio de sesión. Por favor intente de nuevo en :seconds segundos.',
|
||||
];
|
||||
8
resources/lang/es/mail.php
Normal file
8
resources/lang/es/mail.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'new_message_subject' => 'Tienes un mensaje nuevo',
|
||||
'unknown_sender' => 'alguien',
|
||||
'user' => 'otro Timebanker',
|
||||
'group_conversation' => 'un chat grupal',
|
||||
];
|
||||
115
resources/lang/es/messages.php
Normal file
115
resources/lang/es/messages.php
Normal file
@@ -0,0 +1,115 @@
|
||||
<?php
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Messages Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Messages that can be addressed by variables.
|
||||
| Useful to translate fetched strings from the database.
|
||||
| Usage:
|
||||
| $language = 'Dutch'
|
||||
| __('messages.' . $language)
|
||||
| // 'Nederlands'
|
||||
*/
|
||||
// Platform-specific translations - now dynamic via config/timebank-cc.php
|
||||
// These reference the platform_translations config for easy customization
|
||||
'slogan' => platform_slogan(),
|
||||
'platform_users' => platform_users(),
|
||||
'platform_principles' => platform_principles(),
|
||||
'English' => 'Inglés',
|
||||
'Dutch' => 'Neerlandés',
|
||||
'Spanish' => 'Español',
|
||||
'French' => 'Francés',
|
||||
'German' => 'Alemán',
|
||||
'en' => 'Inglés',
|
||||
'nl' => 'Neerlandés',
|
||||
'es' => 'Español',
|
||||
'fr' => 'Francés',
|
||||
'de' => 'Alemán',
|
||||
'view_in_language' => 'Ver en :lang',
|
||||
'in_language' => 'en :lang',
|
||||
'now_in_language' => 'ahora en :lang',
|
||||
'in_English' => 'en Inglés',
|
||||
'in_Dutch' => 'en Neerlandés',
|
||||
'in_French' => 'en Francés',
|
||||
'in_Spanish' => 'en Español',
|
||||
'in_German' => 'en Alemán',
|
||||
'date_at_time' => ':date a las :time horas',
|
||||
'hour_abbreviation' => 'h',
|
||||
//LoginSuccessful.php
|
||||
'login_success' => '¡Hola :name, bienvenido/a de vuelta!',
|
||||
// to-account.blade.php
|
||||
'personal_account' => 'Privado',
|
||||
'gift_account' => 'Regalo',
|
||||
'personal project_account' => 'Proyecto privado',
|
||||
'organization_account' => 'Organización',
|
||||
'donation_account' => 'Donación',
|
||||
'community_account' => 'Comunidad',
|
||||
'banking system_account' => 'Sistema bancario',
|
||||
'debit_account' => 'Débito',
|
||||
'good' => 'bueno',
|
||||
'limited' => 'limitado',
|
||||
'Your_profile_has_received_a_star' => 'Tu perfil ha recibido una estrella',
|
||||
'Your_profile_has_received_a_Star' => 'Tu perfil ha recibido una estrella',
|
||||
'Reservation_confirmation' => 'Confirmación de reserva',
|
||||
'Reservation_cancelled' => 'Reserva cancelada',
|
||||
'Reservation_update' => 'Actualización de reserva',
|
||||
'Payment_received_from' => 'Pago recibido de :name',
|
||||
'update' => 'actualización',
|
||||
'Your_profile_has_been_deleted' => 'Tu perfil ha sido eliminado',
|
||||
'profile_link_attached_subject' => 'Tu perfil ha sido vinculado',
|
||||
'profile_link_detached_subject' => 'Tu perfil ha sido desvinculado',
|
||||
// pay.blade.php
|
||||
'pay_confirm' => '¿Transferir :amount a la cuenta :toAccountName de :toHolderName?',
|
||||
'pay_limit_error_budget_from' => 'Lo sentimos, tu saldo es demasiado bajo para esta transferencia. Tu saldo no puedes bajar de :limitMinFrom. Importe máximo de transferencia posible: :transferBudgetFrom.',
|
||||
'pay_limit_error_budget_from_and_to' => 'Lo sentimos, tu saldo es demasiado bajo para esta transferencia. Tu saldo no puedes bajar de :limitMinFrom. Además, también excedería el saldo máximo de la cuenta receptora. Importe máximo de transferencia posible: :transferBudgetTo.',
|
||||
'pay_limit_error_budget_from_and_to_without_budget_to' => 'Lo sentimos, tu saldo es demasiado bajo para esta transferencia. Tu saldo no puedes bajar de :limitMinFrom. Además, también excedería el saldo máximo de la cuenta receptora.',
|
||||
'pay_limit_error_budget_to' => 'Lo sentimos, esta transferencia excedería el saldo máximo de la cuenta receptora. Importe máximo de transferencia posible: :transferBudgetTo.',
|
||||
'pay_limit_error_budget_to_without_budget_to' => 'Lo sentimos, esta transferencia excedería el saldo máximo de la cuenta receptora. Por favor, contacta a :toHolderName para saber qué hacer.',
|
||||
'pay_chat_message' => 'Hola, acabo de pagar :amount a tu :account_name',
|
||||
'payment' => [
|
||||
'success' => ':amount ha sido pagado a la cuenta :account_name de :holder_name.<br /><br /><a href=":transaction_url">Mostrar transacción # :transaction_id</a>',
|
||||
'failed' => 'Lo sentimos, hubo un error: ¡esta transacción no pudo guardarse!<br /><br />Nuestro equipo ha sido notificado. Por favor intente nuevamente más tarde.<br /><br />Error: :error',
|
||||
],
|
||||
// pay.blade.php
|
||||
'Transaction type is required' => 'El tipo de transacción es obligatorio',
|
||||
// TransactionController.php
|
||||
'transaction_controller_chat_message' => 'Hola, acabo de transferir :amount de mi cuenta a tu cuenta :account_name',
|
||||
// transaction-table.php
|
||||
'transactions_found' => '{0} No se encontraron transacciones|{1} :count transacción encontrada|[2,*] :count transacciones encontradas',
|
||||
// contacts/show.blade.php
|
||||
'contacts_found' => '{0} No se encontraron contactos|{1} :count contacto encontrado|[2,*] :count contactos encontrados',
|
||||
// single-transaction.blade.php
|
||||
'qr_transaction_info' => ':from_relation y :to_relation pueden verificar esta transacción escaneando el código.',
|
||||
// transactions-table.blade.php
|
||||
'transactions_found' => '{0} No hay transacciones|{1} :count transacción en total|[2,*] :count transacciones en total',
|
||||
// tags/manage.blade.php
|
||||
'confirm_input' => 'Escribe "acepto" para confirmar',
|
||||
'confirm_input_string' => 'acepto',
|
||||
// search/show.blade.php
|
||||
'search_showing_top' => 'Solo se muestran los mejores :shown resultados de :total para <span class="font-semibold">:term</span>.',
|
||||
'search_results_out_of' => ':shown resultados para <span class="font-semibold">:term</span>.',
|
||||
'search_single_result' => '1 resultado para <span class="font-semibold">:term</span>.',
|
||||
'search_no_result' => 'Lo sentimos, no hay resultados para <span class="font-semibold">:term</span>. <span class="font-normal">Por favor, busque de nuevo.</span>.',
|
||||
'bookmark_contacts_online' => '{0} Ningún contacto guardado online|{1} :count contacto guardado online|[2,*] :count contactos guardados online',
|
||||
'star_contacts_online' => '{0} Ningún favorito online|{1} :count favorito online|[2,*] :count favoritos online',
|
||||
'reactions_contacts_online' => '{0} Ningún contacto online|{1} :count contacto online|[2,*] :count contactos online',
|
||||
// WireChat disappearing messages
|
||||
'wirechat' => [
|
||||
'messages_deleted_after' => 'Mensajes eliminados después de :days días.',
|
||||
'keep_messages_info' => 'Puedes marcar mensajes importantes para conservarlos usando el menú de mensaje (tres puntos). Los mensajes conservados se preservarán durante',
|
||||
'keep_messages_permanently' => 'Puedes marcar mensajes importantes para conservarlos permanentemente usando el menú de mensaje (tres puntos).',
|
||||
'duration' => [
|
||||
'year' => '{1} :count año|[2,*] :count años',
|
||||
'month' => '{1} :count mes|[2,*] :count meses',
|
||||
'day' => '{1} :count día|[2,*] :count días',
|
||||
'hour' => '{1} :count hora|[2,*] :count horas',
|
||||
'minute' => '{1} :count minuto|[2,*] :count minutos',
|
||||
'second' => '{1} :count segundo|[2,*] :count segundos',
|
||||
],
|
||||
],
|
||||
|
||||
'profile_edited_by_admin_subject' => 'Tu perfil ha sido actualizado',
|
||||
'verify_email_subject' => 'Verifica tu dirección de correo electrónico',
|
||||
];
|
||||
17
resources/lang/es/pagination.php
Normal file
17
resources/lang/es/pagination.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
return [
|
||||
'next' => 'Siguiente »',
|
||||
'previous' => '« Anterior',
|
||||
];
|
||||
20
resources/lang/es/passwords.php
Normal file
20
resources/lang/es/passwords.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
return [
|
||||
'reset' => 'Tu contraseña ha sido restablecida.',
|
||||
'sent' => 'Hemos enviado un correo electrónico con el enlace para restablecer tu contraseña.',
|
||||
'throttled' => 'Por favor espera antes de intentarlo de nuevo.',
|
||||
'token' => 'Este token de restablecimiento de contraseña no es válido.',
|
||||
'user' => 'No podemos encontrar un usuario con esa dirección de correo electrónico.',
|
||||
];
|
||||
105
resources/lang/es/routes.php
Normal file
105
resources/lang/es/routes.php
Normal file
@@ -0,0 +1,105 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Localized routes to be used with mcamara/laravel-localization
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| You may translate your routes. For example, http://url/en/about and http://url/es/acerca
|
||||
| (acerca is about in spanish) or http://url/en/article/important-article and
|
||||
| http://url/es/articulo/important-article (article is articulo in spanish) would
|
||||
| be redirected to the same controller/view as follows:
|
||||
| It is necessary that at least the localize middleware in loaded in your
|
||||
| Route::group middleware (See installation instruction).
|
||||
|
|
||||
| For each language, add a routes.php into resources/lang/[**]/routes.php folder.
|
||||
| The file contains an array with all translatable routes.
|
||||
|
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
"welcome" => "bienvenido",
|
||||
"goodbye-deleted-user" => "adios",
|
||||
'main' => 'pagina-principal',
|
||||
'pay' => 'pagar',
|
||||
'pay-to-name' => 'pagar/{name}',
|
||||
'pay-amount-to-name' => 'paga/{hours}/{minutes}/a/{name}',
|
||||
'pay-amount-to-name-description' => 'paga/{hours}/{minutes}/a/{name}/definicion/{description}',
|
||||
'transactions' => 'transacciones',
|
||||
'statement' => 'extracto-de-transacciones/{transactionId}',
|
||||
'contacts' => 'contactos',
|
||||
'reports' => 'Informes',
|
||||
'posts.manage' => 'publicaciones/administrar',
|
||||
'calls.manage' => 'llamadas/administrar',
|
||||
'post.show' => 'publicacion/{id}',
|
||||
'post.show_international' => 'post/{id}',
|
||||
'post.show_by_slug' => 'publicacion/{slug}',
|
||||
'categories.manage' => 'categorias/gestionar',
|
||||
'tags.manage' => 'etiquetas/gestionar',
|
||||
'profiles.manage' => 'perfiles/gestionar',
|
||||
'permissions.manage' => 'permisos/gestionar',
|
||||
'roles.manage' => 'roles/gestionar',
|
||||
|
||||
'static.getting-started' => 'empezar',
|
||||
'static.faq'=> 'preguntas-frecuentes',
|
||||
'static.privacy'=> 'privacidad',
|
||||
'static.organizations'=> 'organizaciones',
|
||||
'static.principles'=> 'principios',
|
||||
'static.report-issue'=> 'reportar-problema',
|
||||
'static.events'=> 'eventos',
|
||||
'static.the-hague'=> 'la-haya',
|
||||
'static.lekkernassuh'=> 'lekkernassuh',
|
||||
'static.amst-brus-lisb'=> 'amsterdam-bruselas-lisboa',
|
||||
'static.work-w-us'=> 'trabaja-con-nosotros',
|
||||
'static.philosophy'=> 'filosofía',
|
||||
'static.open-source'=> 'codigo-abierto',
|
||||
'static.association'=> 'asociacion',
|
||||
'static.history' => 'historia',
|
||||
'static.press-media' => 'prensa-medios',
|
||||
'static.economics-and-research' => 'economia-e-investigacion',
|
||||
'static.team'=> 'equipo',
|
||||
'static.messenger'=> 'mensajero',
|
||||
'static.report-error'=> 'reportar-error',
|
||||
|
||||
'profile.show' => 'perfil/{type}/{id}',
|
||||
'profile.show_active' => 'perfil/mostrar',
|
||||
|
||||
'user.show' => 'usuario/{id}',
|
||||
'user.show-by-name' => 'usuario/{name}',
|
||||
'organization.show' => 'organizacion/{id}',
|
||||
'organization.show-by-name' => 'organizacion/{name}',
|
||||
'bank.show' => 'banco/{id}',
|
||||
'bank.show-by-name' => 'banco/{name}',
|
||||
'admin.show' => 'admin/{id}',
|
||||
'admin.show-by-name' => 'admin/{name}',
|
||||
'profile.edit' => 'perfil/editar',
|
||||
|
||||
'users-overview' => 'resumen-usuarios',
|
||||
'user.show' => 'usuario/{id}',
|
||||
'search.show' => 'buscar',
|
||||
'messenger.join' => 'mensajero/invitacion/{invite}',
|
||||
'terms.show' => 'terminos-de-servicio',
|
||||
'policy.show' => 'politica-de-privacidad',
|
||||
'profile.settings' => 'profile/configuraciones',
|
||||
|
||||
'messenger.portal' => 'messenger',
|
||||
'messenger.show' => 'messenger/{thread}',
|
||||
'messenger.private.create' => 'messenger/recipient/{alias}/{id}',
|
||||
'messenger.threads.show.call' => 'messenger/threads/{thread}/calls/{call}',
|
||||
'messenger.join.invite' => 'mensajero/unirse/{invite}',
|
||||
|
||||
'chat.start' => 'chats/{profileType}/{id}',
|
||||
|
||||
'register' => 'registrarse',
|
||||
'login' => 'acceso',
|
||||
'bank.login' => 'banco/acceso',
|
||||
'admin.login' => 'admin/acceso',
|
||||
'password.request' => 'contrasena/olvidada',
|
||||
'password.email' => 'contrasena/email',
|
||||
'password.reset' => 'contrasena/restablecer/{token}',
|
||||
'password.update' => 'contrasena/restablecer',
|
||||
'logout' => 'salir',
|
||||
'bank.logout' => 'banco/salir',
|
||||
'admin.logout' => 'admin/salir'
|
||||
];
|
||||
136
resources/lang/es/validation-inline.php
Normal file
136
resources/lang/es/validation-inline.php
Normal file
@@ -0,0 +1,136 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
return [
|
||||
'accepted' => 'Este campo debes ser aceptado.',
|
||||
'accepted_if' => 'Este campo debes ser aceptado cuando :other sea :value.',
|
||||
'active_url' => 'Esta no es una URL válida.',
|
||||
'after' => 'Esta debes ser una fecha posterior a :date.',
|
||||
'after_or_equal' => 'Esta debes ser una fecha posterior o igual a :date.',
|
||||
'alpha' => 'Este campo solo puedes contener letras.',
|
||||
'alpha_dash' => 'Este campo solo puedes contener letras, números, guiones y guiones bajos.',
|
||||
'alpha_num' => 'Este campo solo puedes contener letras y números.',
|
||||
'array' => 'Este campo debes ser un array.',
|
||||
'before' => 'Esta debes ser una fecha anterior a :date.',
|
||||
'before_or_equal' => 'Esta debes ser una fecha anterior o igual a :date.',
|
||||
'between' => [
|
||||
'array' => 'Este contenido debes tener entre :min y :max elementos.',
|
||||
'file' => 'Este archivo debes pesar entre :min y :max kilobytes.',
|
||||
'numeric' => 'Este valor debes estar entre :min y :max.',
|
||||
'string' => 'Este texto debes tener entre :min y :max caracteres.',
|
||||
],
|
||||
'boolean' => 'Este campo debes ser verdadero o falso.',
|
||||
'confirmed' => 'La confirmación no coincide.',
|
||||
'current_password' => 'La contraseña es incorrecta.',
|
||||
'date' => 'Esta no es una fecha válida.',
|
||||
'date_equals' => 'Esta debes ser una fecha igual a :date.',
|
||||
'date_format' => 'Esto no coincide con el formato :format.',
|
||||
'declined' => 'Este valor debes ser rechazado.',
|
||||
'declined_if' => 'Este valor debes ser rechazado cuando :other sea :value.',
|
||||
'different' => 'Este valor debes ser diferente de :other.',
|
||||
'digits' => 'Esto debes tener :digits dígitos.',
|
||||
'digits_between' => 'Esto debes tener entre :min y :max dígitos.',
|
||||
'dimensions' => 'Esta imagen tienes dimensiones no válidas.',
|
||||
'distinct' => 'Este campo tienes un valor duplicado.',
|
||||
'email' => 'Debes ser una dirección de correo electrónico válida.',
|
||||
'ends_with' => 'Esto debes terminar con uno de los siguientes: :values.',
|
||||
'enum' => 'El valor seleccionado no es válido.',
|
||||
'exists' => 'El valor seleccionado no es válido.',
|
||||
'file' => 'El contenido debes ser un archivo.',
|
||||
'filled' => 'Este campo debes tener un valor.',
|
||||
'gt' => [
|
||||
'array' => 'El contenido debes tener más de :value elementos.',
|
||||
'file' => 'El tamaño del archivo debes ser mayor que :value kilobytes.',
|
||||
'numeric' => 'El valor debes ser mayor que :value.',
|
||||
'string' => 'El texto debes tener más de :value caracteres.',
|
||||
],
|
||||
'gte' => [
|
||||
'array' => 'El contenido debes tener :value elementos o más.',
|
||||
'file' => 'El tamaño del archivo debes ser mayor o igual a :value kilobytes.',
|
||||
'numeric' => 'El valor debes ser mayor o igual a :value.',
|
||||
'string' => 'El texto debes tener :value caracteres o más.',
|
||||
],
|
||||
'image' => 'Esto debes ser una imagen.',
|
||||
'in' => 'El valor seleccionado no es válido.',
|
||||
'in_array' => 'Este valor no existe en :other.',
|
||||
'integer' => 'Esto debes ser un número entero.',
|
||||
'ip' => 'Debes ser una dirección IP válida.',
|
||||
'ipv4' => 'Debes ser una dirección IPv4 válida.',
|
||||
'ipv6' => 'Debes ser una dirección IPv6 válida.',
|
||||
'json' => 'Debes ser una cadena JSON válida.',
|
||||
'lt' => [
|
||||
'array' => 'El contenido debes tener menos de :value elementos.',
|
||||
'file' => 'El tamaño del archivo debes ser menor que :value kilobytes.',
|
||||
'numeric' => 'El valor debes ser menor que :value.',
|
||||
'string' => 'El texto debes tener menos de :value caracteres.',
|
||||
],
|
||||
'lte' => [
|
||||
'array' => 'El contenido no debes tener más de :value elementos.',
|
||||
'file' => 'El tamaño del archivo debes ser menor o igual a :value kilobytes.',
|
||||
'numeric' => 'El valor debes ser menor o igual a :value.',
|
||||
'string' => 'El texto debes tener :value caracteres o menos.',
|
||||
],
|
||||
'mac_address' => 'El valor debes ser una dirección MAC válida.',
|
||||
'max' => [
|
||||
'array' => 'El contenido no debes tener más de :max elementos.',
|
||||
'file' => 'El tamaño del archivo no debes ser mayor que :max kilobytes.',
|
||||
'numeric' => 'El valor no debes ser mayor que :max.',
|
||||
'string' => 'El texto no debes tener más de :max caracteres.',
|
||||
],
|
||||
'mimes' => 'Debes ser un archivo de tipo: :values.',
|
||||
'mimetypes' => 'Debes ser un archivo de tipo: :values.',
|
||||
'min' => [
|
||||
'array' => 'El valor debes tener al menos :min elementos.',
|
||||
'file' => 'El tamaño del archivo debes ser de al menos :min kilobytes.',
|
||||
'numeric' => 'El valor debes ser de al menos :min.',
|
||||
'string' => 'El texto debes tener al menos :min caracteres.',
|
||||
],
|
||||
'multiple_of' => 'El valor debes ser un múltiplo de :value.',
|
||||
'not_in' => 'El valor seleccionado no es válido.',
|
||||
'not_regex' => 'Este formato no es válido.',
|
||||
'numeric' => 'Debes ser un número.',
|
||||
'password' => 'La contraseña es incorrecta.',
|
||||
'present' => 'Este campo debes estar presente.',
|
||||
'regex' => 'Este formato no es válido.',
|
||||
'required' => 'Este campo es obligatorio.',
|
||||
'required_array_keys' => 'Este campo debes contener entradas para: :values.',
|
||||
'required_if' => 'Este campo es obligatorio cuando :other sea :value.',
|
||||
'required_unless' => 'Este campo es obligatorio a menos que :other esté en :values.',
|
||||
'required_with' => 'Este campo es obligatorio cuando :values esté presente.',
|
||||
'required_with_all' => 'Este campo es obligatorio cuando :values estén presentes.',
|
||||
'required_without' => 'Este campo es obligatorio cuando :values no esté presente.',
|
||||
'required_without_all' => 'Este campo es obligatorio cuando ninguno de :values estén presentes.',
|
||||
'prohibited' => 'Este campo estás prohibido.',
|
||||
'prohibited_if' => 'Este campo estás prohibido cuando :other sea :value.',
|
||||
'prohibited_unless' => 'Este campo estás prohibido a menos que :other esté en :values.',
|
||||
'prohibits' => 'Este campo prohíbe que :other esté presente.',
|
||||
'same' => 'El valor de este campo debes coincidir con el de :other.',
|
||||
'size' => [
|
||||
'array' => 'El contenido debes contener :size elementos.',
|
||||
'file' => 'El tamaño del archivo debes ser de :size kilobytes.',
|
||||
'numeric' => 'El valor debes ser :size.',
|
||||
'string' => 'El texto debes tener :size caracteres.',
|
||||
],
|
||||
'starts_with' => 'Debes comenzar con uno de los siguientes: :values.',
|
||||
'string' => 'Debes ser una cadena de texto.',
|
||||
'timezone' => 'Debes ser una zona horaria válida.',
|
||||
'unique' => 'Esto ya ha sido tomado.',
|
||||
'uploaded' => 'Error al subir.',
|
||||
'url' => 'Debes ser una URL válida.',
|
||||
'uuid' => 'Debes ser un UUID válido.',
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
];
|
||||
226
resources/lang/es/validation.php
Normal file
226
resources/lang/es/validation.php
Normal file
@@ -0,0 +1,226 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'accepted_if' => 'The :attribute must be accepted when :other is :value.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
|
||||
'alpha' => 'The :attribute must only contain letters.',
|
||||
'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
|
||||
'alpha_num' => 'The :attribute must only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'current_password' => 'The password is incorrect.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_equals' => 'The :attribute must be a date equal to :date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'declined' => 'The :attribute must be declined.',
|
||||
'declined_if' => 'The :attribute must be declined when :other is :value.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values.',
|
||||
'enum' => 'The selected :attribute is invalid.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'file' => 'The :attribute must be a file.',
|
||||
'filled' => 'The :attribute field must have a value.',
|
||||
'gt' => [
|
||||
'numeric' => 'The :attribute must be greater than :value.',
|
||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than :value characters.',
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||
'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
],
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'lt' => [
|
||||
'numeric' => 'The :attribute must be less than :value.',
|
||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than :value characters.',
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'The :attribute must be less than or equal to :value.',
|
||||
'file' => 'The :attribute must be less than or equal to :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than or equal to :value characters.',
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
],
|
||||
'mac_address' => 'The :attribute must be a valid MAC address.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute must not be greater than :max.',
|
||||
'file' => 'The :attribute must not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute must not be greater than :max characters.',
|
||||
'array' => 'The :attribute must not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimetypes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'multiple_of' => 'The :attribute must be a multiple of :value.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'password' => 'The password is incorrect.',
|
||||
'phone' => 'This phone number is incorrect.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'prohibited' => 'The :attribute field is prohibited.',
|
||||
'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
|
||||
'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
|
||||
'prohibits' => 'The :attribute field prohibits :other from being present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values are present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'starts_with' => 'The :attribute must start with one of the following: :values.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid timezone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'url' => 'The :attribute must be a valid URL.',
|
||||
'uuid' => 'The :attribute must be a valid UUID.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
|
||||
// Transaction type validation
|
||||
'Transaction type is required' => 'El tipo de transacción es obligatorio',
|
||||
|
||||
'profile_user' => [
|
||||
'name' => [
|
||||
'disallowed' => ':Attribute no puedes contener ":word".',
|
||||
'completely_disallowed' => ':Attribute no puedes ser únicamente ":name".',
|
||||
],
|
||||
],
|
||||
'country' => [
|
||||
'required_if' => ':Attribute es obligatorio.',
|
||||
],
|
||||
'division' => [
|
||||
'required_if' => ':Attribute es obligatorio.',
|
||||
],
|
||||
'city' => [
|
||||
'required_if' => ':Attribute es obligatorio.',
|
||||
],
|
||||
'district' => [
|
||||
'required_if' => ':Attribute es obligatorio.',
|
||||
],
|
||||
|
||||
// pay.blade.php
|
||||
'amount.min' => 'El monto debes ser al menos :min minuto.',
|
||||
'fromAccountId.*' => 'La cuenta de origen es obligatoria.',
|
||||
'toAccountId.*' => 'La cuenta de destino es obligatoria.',
|
||||
|
||||
// update-profile-phone.blade.php
|
||||
'state.phone' => [
|
||||
'phone' => 'Introduzca un número de teléfono móvil válido.',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap our attribute placeholder
|
||||
| with something more reader friendly such as "E-Mail Address" instead
|
||||
| of "email". This simply helps us make our message more expressive.
|
||||
|
|
||||
*/
|
||||
|
||||
|
||||
'attributes' => [
|
||||
// registration.php
|
||||
'name' => 'Nombre',
|
||||
|
||||
// update-profile-organization-form.blade.php
|
||||
// update-profile-personal-form.blade.php
|
||||
'state.about' => 'Introducción',
|
||||
'state.about_short' => 'Introducción breve',
|
||||
'state.motivation' => 'Motivación',
|
||||
'languages' => 'Selección de idioma',
|
||||
'state.date_of_birth' => 'Fecha de nacimiento',
|
||||
'socialsOptionSelected' => 'Redes sociales',
|
||||
'userOnSocial' => 'Perfil en redes sociales',
|
||||
|
||||
// update-profile-location-form.blade.php
|
||||
'country' => 'País',
|
||||
'division' => 'Provincia',
|
||||
'city' => 'Ciudad',
|
||||
'district' => 'Barrio',
|
||||
|
||||
// update-profile-skills-form.blade.php
|
||||
'tagsArray.*' => 'etiqueta',
|
||||
'newTag.name' => 'etiqueta de actividad',
|
||||
'newTag.example' => 'ejemplo descriptivo',
|
||||
'newTag.check' => 'Verificar en el ejemplo',
|
||||
'newTagCategory' => 'Categoría',
|
||||
'selectTagTranslation' => 'Traducción seleccionada',
|
||||
'inputTagTranslation.name' => 'etiqueta de actividad traducida',
|
||||
'inputTagTranslation.example' => 'ejemplo traducido',
|
||||
|
||||
// pay.blade.php
|
||||
'description' => 'Descripción',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user