Localization turkmen added and needs translation
This commit is contained in:
parent
0b7b0ed214
commit
71a0f4d326
|
|
@ -13,7 +13,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'env' => env('APP_ENV', 'production'),
|
||||
'env' => env('APP_ENV', 'development'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
@ -26,7 +26,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'debug' => env('APP_DEBUG', false),
|
||||
'debug' => env('APP_DEBUG', true),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
@ -39,7 +39,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'url' => env('APP_URL', 'http://localhost'),
|
||||
'url' => env('APP_URL', 'http://localhost/attendize/public'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
@ -65,7 +65,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'locale' => 'en',
|
||||
'locale' => 'tk',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ return [
|
|||
//'sah' => ['name' => 'Yakut', 'script' => 'Cyrl', 'native' => 'саха тыла', 'regional' => ''],
|
||||
//'tt' => ['name' => 'Tatar', 'script' => 'Cyrl', 'native' => 'татар теле', 'regional' => 'tt_RU'],
|
||||
//'tg' => ['name' => 'Tajik (Cyrillic)', 'script' => 'Cyrl', 'native' => 'тоҷикӣ', 'regional' => 'tg_TJ'],
|
||||
//'tk' => ['name' => 'Turkmen', 'script' => 'Cyrl', 'native' => 'түркменче', 'regional' => 'tk_TM'],
|
||||
'tk' => ['name' => 'Turkmen', 'script' => 'Latn', 'native' => 'türkmençe', 'regional' => 'tk_TM'],
|
||||
//'uk' => ['name' => 'Ukrainian', 'script' => 'Cyrl', 'native' => 'українська', 'regional' => 'uk_UA'],
|
||||
//'cv' => ['name' => 'Chuvash', 'script' => 'Cyrl', 'native' => 'чӑваш чӗлхи', 'regional' => 'cv_RU'],
|
||||
//'cu' => ['name' => 'Church Slavic', 'script' => 'Cyrl', 'native' => 'ѩзыкъ словѣньскъ', 'regional' => ''],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: merdan
|
||||
* Date: 12/9/2018
|
||||
* Time: 11:09 PM
|
||||
*/
|
||||
return array (
|
||||
'category_title' => 'title_ru',
|
||||
'event_category' => 'Event Category'
|
||||
);
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/19 17:14:11
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
'affiliate_name' => 'Affiliate Name',
|
||||
'affiliate_tracking' => 'Affiliate Tracking',
|
||||
'affiliate_tracking_text' => 'Keeping track of who is generating sales for your event is extremely easy. Simply create a referral link using the box below and share the link with your affiliates / event promoters.',
|
||||
'last_referral' => 'Last Referral',
|
||||
'no_affiliate_referrals_yet' => 'No Affiliate Referrals Yet',
|
||||
'sales_volume_generated' => 'Sales Volume Generated',
|
||||
'ticket_sales_generated' => 'Ticket Sales Generated',
|
||||
'visits_generated' => 'Visits Generated',
|
||||
);
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/19 17:07:35
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
'scan_another_ticket' => 'Scan Another Ticket',
|
||||
'scanning' => 'Scanning',
|
||||
//==================================== Translations ====================================//
|
||||
'attendees' => 'Attendees',
|
||||
'check_in' => 'Check in: :event',
|
||||
'email' => 'Email',
|
||||
'email_address' => 'Email Address',
|
||||
'event_attendees' => 'Event Attendees',
|
||||
'first_name' => 'First Name',
|
||||
'last_name' => 'Last Name',
|
||||
'name' => 'Name',
|
||||
'ticket' => 'Ticket',
|
||||
'reference' => 'Reference',
|
||||
'search_attendees' => 'Search Attendees...',
|
||||
'send_invitation_n_ticket_to_attendee' => 'Send invitation & ticket to attendee.',
|
||||
);
|
||||
|
|
@ -0,0 +1,117 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/26 10:21:11
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageOrganiser\\Events.blade.php
|
||||
'sort' =>
|
||||
array (
|
||||
'event_title' => 'Event Title',
|
||||
'start_date' => 'Start Date',
|
||||
'created_at' => 'Creation Date',
|
||||
'quantity_sold' => 'Quantity Sold',
|
||||
'sales_volume' => 'Sales Volume',
|
||||
'sort_order' => 'Custom Sort Order',
|
||||
'title' => 'Ticket Title',
|
||||
),
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageOrganiser\\Events.blade.php
|
||||
//==================================== Translations ====================================//
|
||||
'account_successfully_updated' => 'Account Successfully Updated',
|
||||
'addInviteError' => 'You need to create a ticket before you can invite an attendee.',
|
||||
'attendee_already_cancelled' => 'Attendee Already Cancelled',
|
||||
'attendee_already_checked_in' => 'Attendee already checked in at :time ',
|
||||
'attendee_exception' => 'An error occurred while inviting this attendee. Please try again.',
|
||||
'attendee_successfully_checked_in' => 'Attendee Successfully Checked In',
|
||||
'attendee_successfully_checked_out' => 'Attendee Successfully Checked Out',
|
||||
'attendee_successfully_invited' => 'Attendee Successfully Invited!',
|
||||
'cant_delete_ticket_when_sold' => 'Sorry, you can\'t delete this ticket as some have already been sold',
|
||||
'check_in_all_tickets' => 'Check in all tickets associated to this order',
|
||||
'confirmation_malformed' => 'The confirmation code is missing or malformed.',
|
||||
'confirmation_successful' => 'Success! Your email is now verified. You can now login.',
|
||||
'error' =>
|
||||
array (
|
||||
'email' =>
|
||||
array (
|
||||
'email' => 'Please enter a valid E-mail address.',
|
||||
'required' => 'E-mail address is required.',
|
||||
'unique' => 'E-mail already in use for this account.',
|
||||
),
|
||||
'first_name' =>
|
||||
array (
|
||||
'required' => 'Please enter your first name.',
|
||||
),
|
||||
'last_name' =>
|
||||
array (
|
||||
'required' => 'Please enter your last name.',
|
||||
),
|
||||
'page_bg_color' =>
|
||||
array (
|
||||
'required' => 'Please enter a background color.',
|
||||
),
|
||||
'page_header_bg_color' =>
|
||||
array (
|
||||
'required' => 'Please enter a header background color.',
|
||||
),
|
||||
'password' =>
|
||||
array (
|
||||
'passcheck' => 'This password is incorrect.',
|
||||
),
|
||||
),
|
||||
'event_create_exception' => 'Whoops! There was a problem creating your event. Please try again.',
|
||||
'event_page_successfully_updated' => 'Event Page Successfully Updated.',
|
||||
'event_successfully_updated' => 'Event Successfully Updated!',
|
||||
'fill_email_and_password' => 'Please fill in your email and password',
|
||||
'image_upload_error' => 'There was a problem uploading your image.',
|
||||
'invalid_ticket_error' => '"Invalid Ticket! Please try again."',
|
||||
'login_password_incorrect' => 'Your username/password combination was incorrect',
|
||||
'maximum_refund_amount' => 'The maximum amount you can refund is :money',
|
||||
'message_successfully_sent' => 'Message Successfully Sent!',
|
||||
'no_organiser_name_error' => 'You must give a name for the event organiser.',
|
||||
'nothing_to_do' => 'Nothing to do',
|
||||
'nothing_to_refund' => 'Nothing to refund.',
|
||||
'num_attendees_checked_in' => ':num Attendee(s) Checked in.',
|
||||
'order_already_refunded' => 'Order has already been refunded!',
|
||||
'order_cant_be_refunded' => 'Order Can\'t Be Refunded!',
|
||||
'order_page_successfully_updated' => 'Order Page Successfully Updated.',
|
||||
'order_payment_status_successfully_updated' => 'Order Payment Status Successfully Updated',
|
||||
'organiser_design_successfully_updated' => 'Organiser Design Successfully Updated!',
|
||||
'organiser_other_error' => 'There was an issue finding the organiser.',
|
||||
'password_successfully_reset' => 'Password Successfully Reset!',
|
||||
'payment_information_successfully_updated' => 'Payment Information Successfully Updated',
|
||||
'please_enter_a_background_color' => 'Please enter the background color.',
|
||||
'quantity_min_error' => 'Quantity available can\'t be less the amount sold or reserved.',
|
||||
'refreshing' => 'Refreshing...',
|
||||
'refund_exception' => 'There has been a problem processing your refund. Please check your information and try again.',
|
||||
'refund_only_numbers_error' => 'Only numbers are allowed in this field.',
|
||||
'social_settings_successfully_updated' => 'Social Settings have been successfully updated!',
|
||||
'stripe_error' => 'There was an error connecting your Stripe account. Please try again.',
|
||||
'stripe_success' => 'You have successfully connected your Stripe account.',
|
||||
'success_name_has_received_instruction' => 'Success! <b>:name</b> has been sent further instructions.',
|
||||
'successfully_cancelled_attendee' => 'Successfully Cancelled Attendee!',
|
||||
'successfully_cancelled_attendees' => 'Successfully Cancelled Attendees!',
|
||||
'successfully_created_organiser' => 'Successfully Created Organiser!',
|
||||
'successfully_created_question' => 'Successfully Created Question',
|
||||
'successfully_deleted_question' => 'Successfully Deleted Question',
|
||||
'successfully_edited_question' => 'Successfully Edited Question',
|
||||
'successfully_refunded_and_cancelled' => 'Successfully Refunded Order And Cancelled Attendees!',
|
||||
'successfully_refunded_order' => 'Successfully Refunded Order!',
|
||||
'successfully_saved_details' => 'Successfully Saved Details!',
|
||||
'successfully_updated_attendee' => 'Successfully Updated Attendee!',
|
||||
'successfully_updated_organiser' => 'Successfully Updated Organiser!',
|
||||
'successfully_updated_question' => 'Question Successfully Updated',
|
||||
'successfully_updated_question_order' => 'Question Order Successfully Updated',
|
||||
'survey_answers' => 'Survey Answers',
|
||||
'the_order_has_been_updated' => 'The Order Has Been Updated',
|
||||
'this_question_cant_be_deleted' => 'This Question Can\'t Be Deleted',
|
||||
'ticket_field_required_error' => 'The ticket field is required. ',
|
||||
'ticket_not_exists_error' => 'The ticket you have selected does not exist',
|
||||
'ticket_order_successfully_updated' => 'Ticket Order Successfully Updated',
|
||||
'ticket_successfully_deleted' => 'Ticket Successfully Deleted',
|
||||
'ticket_successfully_resent' => 'Ticket Successfully Resent!',
|
||||
'ticket_successfully_updated' => 'Ticket Successfully Updated!',
|
||||
'tickets_for_event' => 'Your tickets for the event :event.',
|
||||
'whoops' => 'Whoops! Looks like something went wrong. Please try again.',
|
||||
'your_password_reset_link' => 'Your Password Reset Link',
|
||||
);
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/19 18:57:21
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
'this_event_has_started' => 'This event has started.',
|
||||
//==================================== Translations ====================================//
|
||||
'create_tickets' => 'Create tickets',
|
||||
'edit_event_page_design' => 'Edit Event Page Design',
|
||||
'edit_organiser_fees' => 'Edit Organiser Fees',
|
||||
'event_page_visits' => 'Event Page Views',
|
||||
'event_url' => 'Event URL',
|
||||
'event_views' => 'Event Views',
|
||||
'generate_affiliate_link' => 'Generate Affiliate link',
|
||||
'orders' => 'Orders',
|
||||
'quick_links' => 'Quick Links',
|
||||
'registrations_by_ticket' => 'Registrations By Ticket',
|
||||
'sales_volume' => 'Sales Volume',
|
||||
'share_event' => 'Share Event',
|
||||
'this_event_is_on_now' => 'This event is on now',
|
||||
'ticket_sales_volume' => 'Ticket Sales Volume',
|
||||
'tickets_sold' => 'Tickets Sold',
|
||||
'website_embed_code' => 'Website Embed Code',
|
||||
);
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/19 17:21:50
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
'event_page_preview' => 'Event Page Preview',
|
||||
//==================================== Translations ====================================//
|
||||
'background_options' => 'Background Options',
|
||||
'images_provided_by_pixabay' => 'Images Provided By <b>PixaBay.com</b>',
|
||||
'select_from_available_images' => 'Select From Available Images',
|
||||
'use_a_colour_for_the_background' => 'Use a colour for the background',
|
||||
);
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/26 11:05:24
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//==================================== Translations ====================================//
|
||||
'attendize_register' => 'Thank you for registering for Attendize',
|
||||
'invite_user' => ':name added you to an :app account.',
|
||||
'message_regarding_event' => 'Message Regarding: :event',
|
||||
'organiser_copy' => '[Organiser Copy]',
|
||||
'refund_from_name' => 'You have received a refund from :name',
|
||||
'your_ticket_cancelled' => 'Your ticket has been cancelled',
|
||||
'your_ticket_for_event' => 'Your ticket for the event :event',
|
||||
//================================== Obsolete strings ==================================//
|
||||
'LLH:obsolete' =>
|
||||
array (
|
||||
|
||||
),
|
||||
);
|
||||
|
|
@ -0,0 +1,46 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/26 10:54:45
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
'address_details' => 'Address Details',
|
||||
'address_line_1' => 'Address Line 1',
|
||||
'address_line_1_placeholder' => 'E.g: 45 Grafton St.',
|
||||
'address_line_2' => 'Address Line 2',
|
||||
'address_line_2_placeholder' => 'E.g: Dublin',
|
||||
'city' => 'City',
|
||||
'city_placeholder' => 'E.g: Dublin',
|
||||
'create_event' => 'Create Event',
|
||||
'current_event_flyer' => 'Current Event Flyer',
|
||||
'customize_event' => 'Customize Event',
|
||||
'delete?' => 'Delete?',
|
||||
'enter_existing' => 'Select From Existing Venues',
|
||||
'enter_manual' => 'Enter Address Manually',
|
||||
'event_description' => 'Event Description',
|
||||
'event_end_date' => 'Event End Date',
|
||||
'event_flyer' => 'Event Flyer',
|
||||
'event_image' => 'Event Image (Flyer or Graphic etc.)',
|
||||
'event_orders' => 'Event Orders',
|
||||
'event_start_date' => 'Event Start Date',
|
||||
'event_title' => 'Event Title',
|
||||
'event_title_placeholder' => 'E.g: :name\'s Interational Conference',
|
||||
'event_visibility' => 'Event Visibility',
|
||||
'n_attendees_for_event' => ':num Attendee(s) for event: :name (:date)',
|
||||
'no_events_yet' => 'No Event Yet!',
|
||||
'no_events_yet_text' => 'Looks like you have yet to create an event. You can create one by clicking the button below.',
|
||||
'num_events' => ':num Events',
|
||||
'or(manual/existing_venue)' => 'or',
|
||||
'post_code' => 'Post Code',
|
||||
'post_code_placeholder' => 'E.g: 94568.',
|
||||
'promote' => 'Promote',
|
||||
'promote_event' => 'Promote Event',
|
||||
'revenue' => 'Revenue',
|
||||
'save_changes' => 'Save Changes',
|
||||
'showing_num_of_orders' => 'Showing :0 orders out of :1 Total',
|
||||
'tickets_sold' => 'Tickets Sold',
|
||||
'venue_name' => 'Venue Name',
|
||||
'venue_name_placeholder' => 'E.g: The Crab Shack',
|
||||
'vis_hide' => 'Hide event from the public.',
|
||||
'vis_public' => 'Make event visible to the public.',
|
||||
);
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/19 17:24:53
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
'service_fee_fixed_price' => 'Service Fee Fixed Price',
|
||||
'service_fee_fixed_price_help' => 'e.g: enter <b>1.25</b> for <b>:cur1.25</b>',
|
||||
'service_fee_fixed_price_placeholder' => '0.00',
|
||||
'organiser_fees' => 'Organiser Fees',
|
||||
'organiser_fees_text' => 'These are optional fees you can include in the cost of each ticket. This charge will appear on buyer\'s invoices as \'<b>BOOKING FEES</b>\'.',
|
||||
'service_fee_percentage' => 'Service Fee Percentage',
|
||||
'service_fee_percentage_help' => 'e.g: enter <b>3.5</b> for <b>3.5%</b>',
|
||||
'service_fee_percentage_placeholder' => '0',
|
||||
);
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/19 08:29:24
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Attendees.blade.php
|
||||
'Excel_xls' => 'Excel (XLS)',
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Attendees.blade.php
|
||||
'Excel_xlsx' => 'Excel (XLSX)',
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Attendees.blade.php
|
||||
'csv' => 'CSV',
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Attendees.blade.php
|
||||
'html' => 'HTML',
|
||||
);
|
||||
|
|
@ -0,0 +1,50 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
* Generated via "php artisan localization:missing" at 2018/04/17 16:35:44
|
||||
*************************************************************************/
|
||||
|
||||
return array(
|
||||
'connection_success' => 'Success, Your connection works!',
|
||||
'connection_failure' => 'Unable to connect! Please check your settings',
|
||||
'app_settings' => 'App settings',
|
||||
'application_url' => 'Application URL',
|
||||
'database_host' => 'Database Host',
|
||||
'database_name' => 'Database Name',
|
||||
'database_password' => 'Database Password',
|
||||
'database_settings' => 'Database Settings',
|
||||
'database_message' => 'If you are using the docker environment for development you can simple use the pre-filled values. If you are using your own environment you will need to update the database settings. Use the Test Database Connection to ensure your details are correct. Incorrect database details will result in installation issues.',
|
||||
'database_test_connect_failure' => 'Unable to connect. Please check your settings.',
|
||||
'database_test_connect_failure_error_message' => 'Error Message',
|
||||
'database_test_connect_failure_error_type' => 'Error Type',
|
||||
'database_test_connect_failure_message' => 'Unable to connect. Please check your settings.',
|
||||
'database_test_connect_success' => 'Success! Database settings are working!',
|
||||
'database_type' => 'Database Type',
|
||||
'database_username' => 'Database Username',
|
||||
'email_settings' => 'Email Settings',
|
||||
'files_n_folders_check' => 'Files & Folders Check',
|
||||
'install' => 'Install Attendize',
|
||||
'mail_encryption' => 'Mail Encryption',
|
||||
'mail_from_address' => 'Mail From Address',
|
||||
'mail_from_help' => 'To use PHP\'s <a target="_blank" href="http://php.net/manual/en/function.mail.php">mail</a> feature enter <b>mail</b> in this box and leave the below fields empty.',
|
||||
'mail_from_name' => 'Mail From Name',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_password' => 'Mail Password',
|
||||
'mail_port' => 'Mail Port',
|
||||
'mail_username' => 'Mail Username',
|
||||
'optional_requirement_not_met' => 'Warning: <b>:requirement</b> extension is not loaded',
|
||||
'path_not_writable' => 'Warning: <b>:path</b> is not writable',
|
||||
'path_writable' => 'Success: <b>:path</b> is writable',
|
||||
'php_enough' => 'Success: The application requires PHP >= <b>:requires</b> and yours is <b>:has</b>',
|
||||
'php_optional_requirements_check' => 'PHP Optional Requirements Check',
|
||||
'php_requirements_check' => 'PHP Requirements Check',
|
||||
'php_too_low' => 'Warning: The application requires PHP >= <b>:requires.</b> Your version is <b>:has</b>.',
|
||||
'php_version_check' => 'PHP Version Check',
|
||||
'requirement_met' => 'Success: <b>:requirement</b> extension is loaded',
|
||||
'requirement_not_met' => 'Error: <b>:requirement</b> extension is not loaded',
|
||||
'setup' => 'Attendize Setup',
|
||||
'setup_completed' => 'Attendize Setup Already',
|
||||
'setup_completed_already_message' => "An install file has been detected which means Attendize setup process has already completed. <br /> If you haven't setup a default user you can " .
|
||||
"<a href='/signup'>Signup Default User</a><br />If you have already created a default user you can <a href='/login'>Login Here </a>",
|
||||
'test_database_connection' => 'Test Database Connection',
|
||||
'title' => 'Attendize Web Installer',
|
||||
);
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
"processing" => "Just a second...",
|
||||
"time_run_out" => "You have run out of time! You will have to restart the order process.",
|
||||
"just_2_minutes" => "You only have 2 minutes left to complete this order!",
|
||||
"whoops" => 'Whoops!, it looks like the server returned an error.
|
||||
Please try again, or contact the webmaster if the problem persists.',
|
||||
"whoops2" => 'Something went wrong! Refresh the page and try again',
|
||||
"whoops_and_error" => "Whoops!, something has gone wrong.<br><br>:code :error",
|
||||
"at_least_one_option" => 'You must have at least one option.',
|
||||
"credit_card_error" => 'The credit card number appears to be invalid.',
|
||||
"expiry_error" => 'The expiration date appears to be invalid.',
|
||||
"cvc_error" => 'The CVC number appears to be invalid.',
|
||||
"card_validation_error" => 'Please check your card details and try again.',
|
||||
"checkin_init_error" => 'There was an error while initializing scanner. Check if you\'re connecting through secure page (https) and that your browser supports the scanner.',
|
||||
];
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/13 13:27:24
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
'about' => 'About',
|
||||
'account' => 'Account',
|
||||
'account_id' => 'Account ID',
|
||||
'accout_owner' => 'Account owner',
|
||||
'add_user_help_block' => 'Added users will receive further instruction via email.',
|
||||
'add_user_submit' => 'Add user',
|
||||
'api_key' => 'API key',
|
||||
'bitpay_api_key' => 'BitPay API key',
|
||||
'bitpay_settings' => 'Bitpay Settings',
|
||||
'branding_name' => 'Branding name',
|
||||
'branding_name_help' => 'This is the name buyers will see when checking out. Leave this blank if you want the event organiser\'s name to be used.',
|
||||
'coinbase_settings' => 'Coinbase Settings',
|
||||
'default_currency' => 'Default currency',
|
||||
'default_payment_gateway' => 'Default payment gateway',
|
||||
'email' => 'Email',
|
||||
'email_address_placeholder' => 'Email address',
|
||||
'first_name' => 'First name',
|
||||
'general' => 'General',
|
||||
'last_name' => 'Last name',
|
||||
'licence_info' => 'Licence info',
|
||||
'licence_info_description' => 'Attendize is licenced under the <b><a target="_blank" href="https://tldrlegal.com/license/attribution-assurance-license-(aal)#summary">Attribution Assurance Licence (AAL)</a></b>. This licence requires the <b>\'Powered By Attendize\'</b> notice to be kept in place on any Attendize installation. If you wish to remove references to Attendize you must purchase one of the white-label licences <b><a target="_blank" href="https://attendize.com/license.html">listed here</a></b>.',
|
||||
'mastercard_internet_gateway_service_settings' => 'Mastercard Internet Gateway Service Settings',
|
||||
'merchant_access_code' => 'Merchant access code',
|
||||
'merchant_id' => 'Merchant ID',
|
||||
'open_source_soft' => 'Open-source software',
|
||||
'open_source_soft_description' => 'Attendize is built using many fantastic open-source libraries. You can see an overview of these on <b><a href="https://libraries.io/github/Attendize/Attendize?ref=Attendize_About_Page" target="_blank">libraries.io</a></b>.',
|
||||
'payment' => 'Payment',
|
||||
'paypal_password' => 'PayPal password',
|
||||
'paypal_settings' => 'PayPal Settings',
|
||||
'paypal_signature' => 'PayPal signature',
|
||||
'paypal_username' => 'PayPal username',
|
||||
'save_account_details_submit' => 'Save account details',
|
||||
'save_payment_details_submit' => 'Save payment details',
|
||||
'secret_code' => 'Secret code',
|
||||
'secure_hash_code' => 'Secure hash code',
|
||||
'stripe_publishable_key' => 'Stripe publishable key',
|
||||
'stripe_secret_key' => 'Stripe secret key',
|
||||
'stripe_settings' => 'Stripe Settings',
|
||||
'timezone' => 'Timezone',
|
||||
'users' => 'Users',
|
||||
'version_info' => 'Version informations',
|
||||
'version_out_of_date' => 'Your version (<b>:installed</b>) of Attendize is out of date. The latest version (<b>:latest</b>) can be <a href=":url" target="_blank">downloaded here</a>',
|
||||
'version_up_to_date' => 'Your Attendize version (<b>:installed</b>) is up to date!',
|
||||
'account_payment' => 'Account / Payment',
|
||||
'event_attendees' => 'Event attendees',
|
||||
);
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'all_attendees' => 'All Attendees',
|
||||
'all_attendees_cancelled' => 'All attendees in this order have been cancelled.',
|
||||
'all_order_refunded' => 'All :money of this order has been refunded.',
|
||||
'amount' => 'Amount',
|
||||
'attendee_cancelled' => 'Cancelled',
|
||||
'attendee_cancelled_help' => 'This attendee has been cancelled',
|
||||
'attendees_file_requirements' => 'File must be .csv and the first line must contain first_name,last_name,email',
|
||||
'attendize_qrcode_check_in' => 'Attendize QRCode Check-in',
|
||||
'cancel_attendee_title' => 'Cancel :cancel',
|
||||
'cancel_description' => 'Cancelling Attendees will remove them from the attendee list.',
|
||||
'cancel_notify' => 'Notify :name their ticket has been cancelled.',
|
||||
'cancel_order_:ref' => 'Cancel Order: :ref',
|
||||
'cancel_refund' => 'If you would like to refund the order which this attendee belongs to you can do so <strong><a href=":url">here</a></strong>.',
|
||||
'cancel_refund_user' => 'Refund :name for their ticket.',
|
||||
'cant_refund_here' => 'Sorry, you can\'t refund :gateway payments here. You will have to do it on their website.',
|
||||
'check-in' => 'Check-In',
|
||||
'checkin_search_placeholder' => 'Search by Attendee Name, Order Reference, Attendee Reference...',
|
||||
'close' => 'close',
|
||||
'confirm_cancel' => 'Confirm cancel attendee',
|
||||
'confirm_order_cancel' => 'Confirm Order Cancel',
|
||||
'create_attendees' => 'Create Attendees',
|
||||
'create_ticket' => 'Create Ticket',
|
||||
'download_pdf_ticket' => 'Download PDF Ticket',
|
||||
'edit_attendee' => 'Edit Attendee',
|
||||
'edit_attendee_title' => 'Edit :attendee',
|
||||
'edit_order_title' => 'Order: :order_ref',
|
||||
'edit_question' => 'Edit Question',
|
||||
'edit_ticket' => 'Edit Ticket',
|
||||
'end_sale_on' => 'End Sale On',
|
||||
'event_not_live' => 'This event is not visible to the public.',
|
||||
'event_page' => 'Event Page',
|
||||
'event_tools' => 'Event Tools',
|
||||
'export' => 'Export',
|
||||
'go_to_attendee_name' => 'Go to attendee :name',
|
||||
'hide_this_ticket' => 'Hide This Ticket',
|
||||
'import_file' => 'Import File',
|
||||
'invite_attendee' => 'Invite Attendee',
|
||||
'invite_attendees' => 'Invite Attendees',
|
||||
'issue_full_refund' => 'Issue full refund',
|
||||
'issue_partial_refund' => 'Issue partial refund',
|
||||
'manage_order_title' => 'Order: :order_ref',
|
||||
'mark_payment_received' => 'Mark Payment Received',
|
||||
'maximum_tickets_per_order' => 'Maximum Tickets Per Order',
|
||||
'message_attendee_title' => 'Message :attendee',
|
||||
'message_attendees' => 'Message',
|
||||
'message_attendees_title' => 'Message Attendees',
|
||||
'message_order' => 'Message :order',
|
||||
'minimum_tickets_per_order' => 'Minimum Tickets Per Order',
|
||||
'more_options' => 'More options',
|
||||
'no_attendees_matching' => 'No attendees matching',
|
||||
'no_attendees_yet' => 'No Attendees yet',
|
||||
'no_attendees_yet_text' => 'Attendees will appear here once they successfully registered for your event, or, you can manually invite attendees yourself.',
|
||||
'no_orders_yet' => 'No orders yet',
|
||||
'no_orders_yet_text' => 'New orders will appear here as they are created.',
|
||||
'order_contact_will_receive_instructions' => 'The order contact will be instructed to send any reply to :email',
|
||||
'order_details' => 'Order Details',
|
||||
'order_overview' => 'Order Overview',
|
||||
'order_ref' => 'Order: #:order_ref',
|
||||
'order_refunded' => ':money of this order has been refunded.',
|
||||
'price_placeholder' => 'E.g: 25.99',
|
||||
'print_attendee_list' => 'Print Attendee List',
|
||||
'print_tickets' => 'Print Tickets',
|
||||
'publish_it' => 'Publish it',
|
||||
'qr_instructions' => 'Put the QR code in front of your Camera (Not too close)',
|
||||
'quantity_available' => 'Quantity Available',
|
||||
'quantity_available_placeholder' => 'E.g: 100 (Leave blank for unlimited)',
|
||||
'refund_amount' => 'Refund amount',
|
||||
'refund_this_order?' => 'Refund this order?',
|
||||
'resend_ticket' => 'Resend Ticket',
|
||||
'resend_ticket_help' => 'The attendee will be sent another copy of their ticket to :email',
|
||||
'resend_ticket_to_attendee' => 'Resend Ticket to :attendee',
|
||||
'resend_tickets' => 'Resend Tickets',
|
||||
'result_for' => 'result(s) for',
|
||||
'save_question' => 'Save Question',
|
||||
'save_ticket' => 'Save ticket',
|
||||
'scan_another_ticket' => 'Scan Another Ticket',
|
||||
'select_all' => 'Select All',
|
||||
'select_attendee_to_cancel' => 'Select any attendee tickets you wish to cancel.',
|
||||
'send_invitation_n_ticket_to_attendees' => 'Send invitation & ticket to attendees',
|
||||
'send_message' => 'Send Message',
|
||||
'send_ticket' => 'Send ticket',
|
||||
'start_sale_on' => 'Start Sale On',
|
||||
'surveys' => 'Surveys',
|
||||
'this_order_is_awaiting_payment' => 'This order is awaiting payment.',
|
||||
'ticket' => 'Ticket',
|
||||
'ticket_description' => 'Ticket Description',
|
||||
'ticket_price' => 'Ticket Price',
|
||||
'ticket_title' => 'Ticket Title',
|
||||
'ticket_title_placeholder' => 'E.g: General Admission',
|
||||
'update_order' => 'Update Order',
|
||||
'widgets' => 'Widgets',
|
||||
'LLH:obsolete' =>
|
||||
array (
|
||||
'create_question' => 'Create Question',
|
||||
),
|
||||
);
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'new_message' => 'New Message',
|
||||
'sent_messages' => 'Sent Messages',
|
||||
'all_event_attendees' => 'All event attendees',
|
||||
'attendees_with_ticket_type' => 'Attendees with ticket type',
|
||||
'before_send_message' => 'The attendee will be instructed to send any reply to :organiser',
|
||||
'content' => 'Message Content',
|
||||
'date' => 'date',
|
||||
'leave_blank_to_send_immediately' => 'Leave blank to send immediately',
|
||||
'message' => 'Message',
|
||||
'no_messages_for_event' => 'No messages for the event.',
|
||||
'schedule_send_time' => 'Schedule send time',
|
||||
'send_a_copy_to' => 'Send a copy to :organiser',
|
||||
'send_message' => 'Send Message',
|
||||
'send_to' => 'Send to',
|
||||
'subject' => 'Message Subject',
|
||||
'to' => 'To',
|
||||
'unsent' => 'Unsent',
|
||||
);
|
||||
|
|
@ -0,0 +1,48 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'amount_refunded' => 'amount refunded',
|
||||
'fully_refunded' => 'fully refunded',
|
||||
'partially_refunded' => 'partially refunded',
|
||||
'after_order' => 'Message to display to attendees after they have completed their order.',
|
||||
'after_order_help' => 'This message will be displayed to attendees once they have successfully completed the checkout process.',
|
||||
'amount' => 'Amount',
|
||||
'arrived' => 'Arrived',
|
||||
'attendee_cancelled' => 'Cancelled',
|
||||
'attendee_refunded' => 'Refunded',
|
||||
'awaiting_payment' => 'Awaiting Payment',
|
||||
'before_order' => 'Message to display to attendees before they complete their order.',
|
||||
'before_order_help' => 'This message will be displayed to attendees immediately before they finalize their order.',
|
||||
'booking_fee' => 'Booking Fee',
|
||||
'cancel_order' => 'Cancel Order',
|
||||
'date' => 'Date',
|
||||
'details' => 'Details',
|
||||
'edit' => 'Edit',
|
||||
'email' => 'Email',
|
||||
'enable_offline_payments' => 'Enable Offline Payments',
|
||||
'free' => 'FREE',
|
||||
'no_recent_orders' => 'Looks like there are no recent orders.',
|
||||
'offline_payment_instructions' => 'Enter instructions on how attendees can make payment offline.',
|
||||
'offline_payment_settings' => 'Offline Payment Settings',
|
||||
'order_attendees' => 'Order Attendees',
|
||||
'order_date' => 'Order Date',
|
||||
'order_page_settings' => 'Order Page Settings',
|
||||
'order_ref' => 'Reference',
|
||||
'organiser_booking_fees' => 'Organiser Booking Fees',
|
||||
'payment_gateway' => 'Payment Gateway',
|
||||
'price' => 'Price',
|
||||
'purchase_date' => 'Purchase Date',
|
||||
'quantity' => 'Quantity',
|
||||
'recent_orders' => 'Recent Orders',
|
||||
'reference' => 'Reference',
|
||||
'refund/cancel' => 'Refund / Cancel',
|
||||
'registered' => 'registered',
|
||||
'status' => 'Status',
|
||||
'sub_total' => 'Sub Total',
|
||||
'ticket' => 'Ticket',
|
||||
'tickets' => 'tickets(s)',
|
||||
'total' => 'Total',
|
||||
'transaction_id' => 'Transaction ID',
|
||||
'view_order' => 'View Order',
|
||||
'view_order_num' => 'View Order #:num',
|
||||
);
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/26 10:16:27
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageOrganiser\\Customize.blade.php
|
||||
'save_organiser' => 'Save Organiser',
|
||||
//==================================== Translations ====================================//
|
||||
'additional_organiser_options' => 'Additional Organiser Options',
|
||||
'background_color' => 'Background Color',
|
||||
'continue_to' => 'Continue to',
|
||||
'create_an_organiser' => 'Create An Organiser',
|
||||
'create_new_organiser' => 'Create New Organiser',
|
||||
'create_organiser' => 'Create Organiser',
|
||||
'create_organiser_text' => 'Before you create events you\'ll need to create an organiser. An organiser is simply whoever is organising the event. It can be anyone, from a person to an organisation.',
|
||||
'current_logo' => 'Current Logo',
|
||||
'customize' => 'Customize',
|
||||
'dashboard' => 'Dashboard',
|
||||
'delete_logo?' => 'Delete Logo?',
|
||||
'enable_public_organiser_page' => 'Enable Public Organiser Page',
|
||||
'event' => 'Event',
|
||||
'event_calendar' => 'Event Calendar',
|
||||
'events' => 'Events',
|
||||
'google_analytics_code' => 'Google Analytics Code',
|
||||
'google_analytics_code_placeholder' => 'UA-XXXXX-X',
|
||||
'header_background_color' => 'Header Background Color',
|
||||
'hide_additional_organiser_options' => 'Hide Additional Organiser Options',
|
||||
'make_organiser_hidden' => 'Hide organiser page from the public.',
|
||||
'make_organiser_public' => 'Make organiser page visible to the public.',
|
||||
'no_upcoming_events' => 'You have no events coming up.',
|
||||
'no_upcoming_events_click' => 'You can click here to create an event.',
|
||||
'or' => 'or',
|
||||
'or_caps' => 'OR',
|
||||
'organiser_description' => 'Organiser Description',
|
||||
'organiser_description_placeholder' => '',
|
||||
'organiser_design' => 'Organiser Design',
|
||||
'organiser_details' => 'Organiser Details',
|
||||
'organiser_email' => 'Organiser Email',
|
||||
'organiser_email_placeholder' => '',
|
||||
'organiser_events' => 'Organiser Events',
|
||||
'organiser_facebook' => 'Organiser Facebook',
|
||||
'organiser_facebook_placeholder' => 'E.g http://www.facebook.com/MyFaceBookPage',
|
||||
'organiser_logo' => 'Organiser Logo',
|
||||
'organiser_logo_help' => 'We recommend a square image, as this will look best on printed tickets and event pages.',
|
||||
'organiser_menu' => 'Organiser Menu',
|
||||
'organiser_name' => 'Organiser Name',
|
||||
'organiser_name_dashboard' => ':name Dashboard',
|
||||
'organiser_name_events' => ':name Events',
|
||||
'organiser_name_placeholder' => 'Who\'s organising the event?',
|
||||
'organiser_page' => 'Organiser Page',
|
||||
'organiser_page_design' => 'Organiser Page Design',
|
||||
'organiser_page_preview' => 'Organiser Page Preview',
|
||||
'organiser_page_visibility_text' => 'Organiser pages contain a public list of past and upcoming events.',
|
||||
'organiser_settings' => 'Organiser Settings',
|
||||
'organiser_twitter' => 'Organiser Twitter',
|
||||
'organiser_twitter_placeholder' => 'E.g http://www.twitter.com/MyTwitterPage',
|
||||
'organiser_username_facebook_placeholder' => 'MyFacebookPage',
|
||||
'organiser_username_twitter_placeholder' => 'MyTwitterPage',
|
||||
'organiser_tax_prompt' => 'Do you want to charge tax as your events?',
|
||||
'organiser_tax_id' => 'Tax ID',
|
||||
'organiser_tax_name' => 'Tax Name',
|
||||
'organiser_tax_value' => 'Tax Value',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'sales_volume' => 'Sales Volume',
|
||||
'select_an_organiser' => 'Select An Organiser',
|
||||
'select_organiser' => 'Select Organiser',
|
||||
'text_color' => 'Text Color',
|
||||
'tickets_sold' => 'Tickets Sold',
|
||||
);
|
||||
|
|
@ -0,0 +1,78 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'Contact' => 'Contact',
|
||||
'DETAILS' => 'DETAILS',
|
||||
'Facebook' => 'Facebook',
|
||||
'LOCATION' => 'LOCATION',
|
||||
'TICKETS' => 'TICKETS',
|
||||
'Twitter' => 'Twitter',
|
||||
'Whatsapp' => 'Whatsapp',
|
||||
'amount' => 'Amount',
|
||||
'at' => '@',
|
||||
'attendee_cancelled' => 'Cancelled',
|
||||
'below_order_details_header' => '',
|
||||
'below_payment_information_header' => '',
|
||||
'below_tickets' => 'Choose the number of tickets and click "register". On the next screen you\'ll pay for them.',
|
||||
'booking_fee' => 'Booking Fee',
|
||||
'booking_fees' => 'Booking Fees',
|
||||
'card_number' => 'Card number',
|
||||
'checkout_submit' => 'Checkout',
|
||||
'confirmation_email' => 'and a confirmation email have been sent to you.',
|
||||
'copy_buyer' => 'Copy buyer details to all ticket holders',
|
||||
'currently_not_on_sale' => 'Currently Not On Sale',
|
||||
'cvc_number' => 'CVC number',
|
||||
'date' => 'Date',
|
||||
'download_tickets' => 'Download Tickets',
|
||||
'email' => 'Email',
|
||||
'email_address' => 'Email address',
|
||||
'event_already' => 'This event has :started.',
|
||||
'event_already_ended' => 'ended',
|
||||
'event_already_started' => 'already started',
|
||||
'event_dashboard' => 'Event Dashboard',
|
||||
'event_details' => 'Event Details',
|
||||
'event_not_live' => 'This event page is not available to the public.',
|
||||
'expiry_month' => 'Expiry month',
|
||||
'expiry_year' => 'Expiry year',
|
||||
'first_name' => 'First name',
|
||||
'free' => 'FREE',
|
||||
'inc_fees' => 'Booking Fees',
|
||||
'last_name' => 'Last name',
|
||||
'offline_payment_instructions' => 'Offline payment instructions',
|
||||
'offline_payment_methods_available' => 'Offline Payment Methods Available',
|
||||
'order_attendees' => 'Order attendees',
|
||||
'order_awaiting_payment' => 'This order is awaiting payment. Please read the below instructions on how to make payment.',
|
||||
'order_details' => 'Order Details',
|
||||
'order_items' => 'Order items',
|
||||
'order_summary' => 'Order Summary',
|
||||
'organiser_dashboard' => 'Organiser Dashboard',
|
||||
'pay_using_offline_methods' => 'Pay using offline methods',
|
||||
'payment_information' => 'Payment Information',
|
||||
'payment_instructions' => 'Payment instructions',
|
||||
'presents' => 'presents',
|
||||
'price' => 'Price',
|
||||
'quantity_full' => 'Quantity',
|
||||
'reference' => 'Reference',
|
||||
'refunded_amount' => 'Refunded amount',
|
||||
'register' => 'Register',
|
||||
'sales_have_ended' => 'Sales Have Ended',
|
||||
'sales_have_not_started' => 'Sales Have Not Started',
|
||||
'send_message_submit' => 'Send message',
|
||||
'share_event' => 'Share Event',
|
||||
'sold_out' => 'Sold Out',
|
||||
'sub_total' => 'Sub total',
|
||||
'thank_you_for_your_order' => 'Thank you for your order!',
|
||||
'ticket' => 'Ticket',
|
||||
'ticket_holder_information' => 'Ticket Holder Information',
|
||||
'ticket_holder_n' => 'Ticket Holder :n Details',
|
||||
'ticket_price' => 'Ticket Price',
|
||||
'tickets' => 'Ticket(s)',
|
||||
'tickets_are_currently_unavailable' => 'Tickets are currently unavailable',
|
||||
'time' => 'Please note you only have :time to complete this transaction before your tickets are re-released.',
|
||||
'total' => 'Total',
|
||||
'your_email_address' => 'Your e-mail address',
|
||||
'your_information' => 'Your information',
|
||||
'your_message' => 'Your message',
|
||||
'your_name' => 'Your name',
|
||||
'your' => 'Your'
|
||||
];
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/16 08:41:39
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Public\\ViewOrganiser\\Partials\\EventListingPanel.blade.php
|
||||
'information' => 'Information',
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Public\\ViewOrganiser\\Partials\\EventListingPanel.blade.php
|
||||
'tickets' => 'Tickets',
|
||||
//==================================== Translations ====================================//
|
||||
'no_events' => 'There are no :panel_title to display.',
|
||||
'organiser_dashboard' => 'Organiser Dashboard',
|
||||
'past_events' => 'Past events',
|
||||
'upcoming_events' => 'Upcoming events',
|
||||
);
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/18 16:23:42
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Partials\\SurveyBlankSlate.blade.php
|
||||
'create_question' => 'Create Question',
|
||||
//==================================== Translations ====================================//
|
||||
'Q' => 'Q',
|
||||
'add_another_option' => 'Add Another Option',
|
||||
'answer' => 'Answer',
|
||||
'attendee_details' => 'Attendee Details',
|
||||
'make_this_a_required_question' => 'Make this a required option',
|
||||
'no_answers' => 'Sorry, there are no answers to this question yet.',
|
||||
'no_questions_yet' => 'No Questions Yet',
|
||||
'no_questions_yet_text' => 'Here you can add questions which attendees will be asked to answer during the check-out process.',
|
||||
'question' => 'Question',
|
||||
'question_options' => 'Question Options',
|
||||
'question_placeholder' => 'e.g. Please enter your full address?',
|
||||
'question_type' => 'Question Type',
|
||||
'require_this_question_for_ticket(s)' => 'Require this question for ticket(s)',
|
||||
);
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/23 14:17:14
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Public\\ViewOrganiser\\Partials\\OrganiserSocialSection.blade.php
|
||||
'pinterest' => 'Pinterest',
|
||||
//==================================== Translations ====================================//
|
||||
'email' => 'Email',
|
||||
'facebook' => 'Facebook',
|
||||
'g+' => 'Google+',
|
||||
'linkedin' => 'LinkedIn',
|
||||
'share_buttons_to_show' => 'Share Buttons To Show',
|
||||
'social_settings' => 'Social Settings',
|
||||
'social_share_text' => 'Social Share Text',
|
||||
'social_share_text_help' => 'This is the text which will be share by default when a user shares your event on social networks',
|
||||
'twitter' => 'Twitter',
|
||||
'whatsapp' => 'WhatsApp',
|
||||
);
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Surveys.blade.php
|
||||
'question_delete' => 'Question Delete',
|
||||
//==================================== Translations ====================================//
|
||||
'add_question' => 'Add Question',
|
||||
'answers' => 'Answers',
|
||||
'event_surveys' => 'Event Surveys',
|
||||
'export_answers' => 'Export Answers',
|
||||
'num_responses' => '# Responses',
|
||||
'question_delete_title' => 'All answers will also be deleted. If you want to keep attendee\'s answers you should deactivate the question instead.',
|
||||
'question_title' => 'Question Title',
|
||||
'required' => 'Required',
|
||||
'status' => 'Status',
|
||||
'tickets_list' => 'Tickets: :list',
|
||||
);
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Tickets.blade.php
|
||||
'on_sale' => 'On Sale',
|
||||
//==================================== Translations ====================================//
|
||||
'attendee_ref' => 'Attendee Ref.',
|
||||
'coupon_codes' => 'Coupon Codes',
|
||||
'create_ticket' => 'Create Ticket',
|
||||
'demo_attendee_ref' => '#YLY9U73-1',
|
||||
'demo_end_date_time' => 'Mar 18th 5:08PM',
|
||||
'demo_event' => 'Demo Event',
|
||||
'demo_name' => 'Bill Blogs',
|
||||
'demo_order_ref' => '#YLY9U73',
|
||||
'demo_organiser' => 'Demo Organiser',
|
||||
'demo_price' => '€XX.XX',
|
||||
'demo_start_date_time' => 'Mar 18th 4:08PM',
|
||||
'demo_ticket_type' => 'General Admission',
|
||||
'demo_venue' => 'Demo Location',
|
||||
'doesnt_account_for_refunds' => 'Doesn\'t account for refunds.',
|
||||
'end_date_time' => 'End Date / Time',
|
||||
'event' => 'Event',
|
||||
'event_tickets' => 'Event Tickets',
|
||||
'footer' => 'Entry ticket looses it\'s validity the moment venue is left and re-entry during event is not permitted.',
|
||||
'n_tickets' => ':num tickets',
|
||||
'name' => 'Name',
|
||||
'no_tickets_yet' => 'No Tickets Yet',
|
||||
'no_tickets_yet_text' => 'Create your first ticket by clicking the button below.',
|
||||
'order_ref' => 'Order Ref.',
|
||||
'organiser' => 'Organiser',
|
||||
'pause' => 'Pause',
|
||||
'price' => 'Price',
|
||||
'questions' => 'Questions',
|
||||
'remaining' => 'Remaining',
|
||||
'resume' => 'Resume',
|
||||
'revenue' => 'Revenue',
|
||||
'search_tickets' => 'Search tickets...',
|
||||
'show_1d_barcode' => 'Show 1D barcode on tickets',
|
||||
'sold' => 'Sold',
|
||||
'start_date_time' => 'Start Date / Time',
|
||||
'this_ticket_is_hidden' => 'This ticket is hidden',
|
||||
'ticket_background_color' => 'Ticket Background Color',
|
||||
'ticket_border_color' => 'Ticket Border Color',
|
||||
'ticket_design' => 'Ticket Design',
|
||||
'ticket_preview' => 'Ticket Preview',
|
||||
'ticket_sales_paused' => 'Sales Paused',
|
||||
'ticket_sub_text_color' => 'Ticket Sub Text Color',
|
||||
'ticket_text_color' => 'Ticket Text Color',
|
||||
'ticket_type' => 'Ticket Type',
|
||||
'venue' => 'Venue',
|
||||
);
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/25 10:00:32
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
|
||||
'account_settings' => 'Account Settings',
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
|
||||
'create_organiser' => 'Create Organiser',
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
|
||||
'feedback_bug_report' => 'Feedback / Bug Report',
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
|
||||
'my_profile' => 'My Profile',
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
|
||||
'sign_out' => 'Sign Out',
|
||||
);
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'already_have_account' => 'Already have account? <a class="semibold" href=":url">Sign In</a>',
|
||||
'after_welcome' => 'Before you continue please update your account with your name and a new password.',
|
||||
'change_password' => 'Change Password',
|
||||
'confirm_new_password' => 'Confirm New Password',
|
||||
'dont_have_account_button' => 'Don\'t have any account? <a class="semibold" href=":url">Sign up</a>',
|
||||
'email' => 'Email',
|
||||
'first_name' => 'First Name',
|
||||
'forgot_password' => 'Forgot Password',
|
||||
'forgot_password?' => 'Forgot Password?',
|
||||
'hide_change_password' => 'Hide Change Password',
|
||||
'last_name' => 'Last Name',
|
||||
'login' => 'Login',
|
||||
'login_fail_msg' => 'Please check your details and try again.',
|
||||
'my_profile' => 'My Profile',
|
||||
'new_password' => 'New Password',
|
||||
'old_password' => 'Old Password',
|
||||
'password' => 'Password',
|
||||
'password_already_sent' => 'An email with the password reset has been sent to your email.',
|
||||
'reset_input_errors' => 'There were some problems with your input.',
|
||||
'reset_password' => 'Reset Password',
|
||||
'reset_password_success' => 'An email with the password reset has been sent to your email.',
|
||||
'sign_up' => 'Sign Up',
|
||||
'sign_up_first_run' => 'You\'re almost there. Just create a user account and you\'re ready to go.',
|
||||
'terms_and_conditions' => ' I agree to <a target="_blank" href=":url"> Terms & Conditions </a>',
|
||||
'welcome_to_app' => 'Welcome to :app!',
|
||||
'your_email' => 'Your Email',
|
||||
);
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
//============================== New strings to translate ==============================//
|
||||
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Widgets.blade.php
|
||||
'embed_preview' => 'Embed Preview',
|
||||
//==================================== Translations ====================================//
|
||||
'event_widgets' => 'Event Widgets',
|
||||
'html_embed_code' => 'HTML Embed Code',
|
||||
'instructions' => 'Instructions',
|
||||
'instructions_text' => 'Simply copy and paste the HTML provided into your website wherever you would like the widget to appear.',
|
||||
);
|
||||
|
|
@ -0,0 +1,62 @@
|
|||
<?php
|
||||
/*************************************************************************
|
||||
Generated via "php artisan localization:missing" at 2018/04/26 11:05:24
|
||||
*************************************************************************/
|
||||
|
||||
return array (
|
||||
//==================================== Translations ====================================//
|
||||
'action' => 'Action',
|
||||
'affiliates' => 'Affiliates',
|
||||
'attendees' => 'Attendees',
|
||||
'back_to_login' => 'Back to login',
|
||||
'back_to_page' => 'Back To :page',
|
||||
'cancel' => 'Cancel',
|
||||
'customize' => 'Customize',
|
||||
'dashboard' => 'Dashboard',
|
||||
'days' => 'days',
|
||||
'disable' => 'Disable',
|
||||
'disabled' => 'Disabled',
|
||||
'drag_to_reorder' => 'Drag to re-order',
|
||||
'edit' => 'Edit',
|
||||
'enable' => 'Enable',
|
||||
'enabled' => 'Enabled',
|
||||
'error_404' => 'Looks like the page you are looking for no longer exists or has moved.',
|
||||
'event_dashboard' => 'Event Dashboard',
|
||||
'event_page_design' => 'Event Page Design',
|
||||
'export' => 'Export',
|
||||
'general' => 'General',
|
||||
'hours' => 'hours',
|
||||
'main_menu' => 'Main Menu',
|
||||
'manage' => 'Manage',
|
||||
'message' => 'Message',
|
||||
'minutes' => 'minutes',
|
||||
'months_short' => '|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|',
|
||||
'no' => 'No',
|
||||
'order_form' => 'Order Form',
|
||||
'orders' => 'Orders',
|
||||
'promote' => 'Promote',
|
||||
'save_changes' => 'Save Changes',
|
||||
'save_details' => 'Save Details',
|
||||
'service_fees' => 'Service Fees',
|
||||
'social' => 'Social',
|
||||
'submit' => 'Submit',
|
||||
'success' => 'Success',
|
||||
'ticket_design' => 'Ticket Design',
|
||||
'tickets' => 'Tickets',
|
||||
'TOP' => 'TOP',
|
||||
'total' => 'total',
|
||||
'whoops' => 'Whoops!',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
/*
|
||||
* Lines below will turn obsolete in localization helper, it is declared in app/Helpers/macros.
|
||||
* If you run it, it will break file input fields.
|
||||
*/
|
||||
'upload' => 'Upload',
|
||||
'browse' => 'Browse',
|
||||
//================================== Obsolete strings ==================================//
|
||||
'LLH:obsolete' =>
|
||||
array (
|
||||
'months_long' => 'Ýanwar|Fewral|Mart|Aprel|Maý|Iýun|Iýul|Awgust|Sentýabr|Oktýabr|Noýabr|Dekabr',
|
||||
),
|
||||
);
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'back_soon' => 'We\'ll be back soon',
|
||||
'back_soon_description' => 'We\'re currently making improvements to our website.',
|
||||
|
||||
];
|
||||
|
|
@ -0,0 +1,107 @@
|
|||
<?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.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :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.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'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.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => '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.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is 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.',
|
||||
],
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 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' => [
|
||||
'terms_agreed' => [
|
||||
'required' => 'Please agree to our Terms of Service.'
|
||||
]
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 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.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
|
||||
];
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder 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.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
||||
'user' => "We can't find a user with that e-mail address.",
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'reset' => 'Your password has been reset!',
|
||||
|
||||
];
|
||||
|
|
@ -0,0 +1,107 @@
|
|||
<?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.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :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.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'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.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => '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.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is 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.',
|
||||
],
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 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' => [
|
||||
'terms_agreed' => [
|
||||
'required' => 'Please agree to our Terms of Service.'
|
||||
]
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
Loading…
Reference in New Issue