HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u115237990 (7145895)
PHP: 8.3.32
Disabled: NONE
Upload Files
File: /homepages/35/d993672390/htdocs/dermiteseborrheique/lang/en.php
<?php
/**
 * lang/en.php — English translations
 */
return [

    'app' => [
        'name'    => 'DermiteSéborrhéique.fr',
        'tagline' => 'Identify your triggers, reclaim your skin.',
    ],

    'nav' => [
        'understand'  => 'Understand',
        'journal'     => 'My Journal',
        'dashboard'   => 'Dashboard',
        'community'   => 'Community',
        'resources'   => 'Resources',
        'pricing'     => 'Pricing',
        'login'       => 'Log in',
        'register'    => 'Create account',
        'logout'      => 'Log out',
        'settings'    => 'Settings',
        'start_free'  => 'Start for free',
    ],

    'auth' => [
        'login_title'           => 'Log in',
        'register_title'        => 'Create an account',
        'email'                 => 'Email address',
        'password'              => 'Password',
        'password_confirm'      => 'Confirm password',
        'name'                  => 'Full name',
        'remember_me'           => 'Remember me',
        'forgot_password'       => 'Forgot password?',
        'login_btn'             => 'Log in',
        'register_btn'          => 'Create my account',
        'no_account'            => 'Don\'t have an account?',
        'have_account'          => 'Already have an account?',
        'or_continue_with'      => 'Or continue with',
        'google'                => 'Google',
        'verify_email_sent'     => 'A verification email has been sent to :email.',
        'email_verified'        => 'Your email has been verified. You can now log in.',
        'invalid_token'         => 'Invalid or expired link.',
        'locked_out'            => 'Too many attempts. Please try again in :minutes minutes.',
        'invalid_credentials'   => 'Invalid email or password.',
        'account_inactive'      => 'Your account is disabled. Please contact support.',
        'password_reset_sent'   => 'If this email exists, a reset link has been sent.',
        'password_reset_success'=> 'Your password has been reset. You can now log in.',
        'accept_terms'          => 'By creating an account, you agree to our :terms and :privacy.',
        'terms'                 => 'Terms of Service',
        'privacy'               => 'Privacy Policy',
    ],

    'journal' => [
        'title'             => 'My Journal',
        'today'             => 'Today',
        'skin_score'        => 'Skin condition',
        'skin_score_help'   => '1 = very bad, 5 = excellent',
        'is_crisis'         => 'Flare-up today',
        'crisis_severity'   => 'Flare-up severity',
        'skin_zones'        => 'Affected areas',
        'food'              => 'Food',
        'drink'             => 'Drinks',
        'alcohol'           => 'Alcohol',
        'tobacco'           => 'Tobacco',
        'cosmetic'          => 'Cosmetics',
        'haircare'          => 'Hair care',
        'medication'        => 'Medications',
        'supplement'        => 'Supplements',
        'sleep'             => 'Sleep',
        'sleep_hours'       => 'Hours of sleep',
        'sleep_quality'     => 'Sleep quality',
        'stress'            => 'Stress level',
        'exercise'          => 'Exercise (minutes)',
        'water'             => 'Water (liters)',
        'notes'             => 'Free notes',
        'save'              => 'Save',
        'saved'             => 'Journal saved!',
        'add_item'          => 'Add...',
        'no_entry_yet'      => 'No entry yet for this day.',
        'streak'            => ':days consecutive day(s)',
    ],

    'dashboard' => [
        'title'             => 'Dashboard',
        'skin_evolution'    => 'Skin evolution',
        'suspects'          => 'Identified suspects',
        'no_suspects'       => 'Not enough data yet. Keep filling your journal for a few weeks.',
        'score'             => 'Suspicion score',
        'occurrences'       => 'Occurrences',
        'status_suspect'    => 'Suspect',
        'status_confirmed'  => 'Confirmed',
        'status_cleared'    => 'Cleared',
        'status_ignored'    => 'Ignored',
        'mark_confirmed'    => 'Mark as confirmed',
        'mark_cleared'      => 'Test elimination',
        'mark_ignored'      => 'Ignore',
        'avg_skin_score'    => 'Average score',
        'total_entries'     => 'Total entries',
        'crisis_this_month' => 'Crises this month',
        'streak_current'    => 'Current streak',
    ],

    'plans' => [
        'free'              => 'Free',
        'essential'         => 'Essential',
        'premium'           => 'Premium',
        'upgrade'           => 'Upgrade to :plan',
        'current_plan'      => 'Your current plan',
        'feature_locked'    => 'This feature is available from the :plan plan.',
    ],

    'errors' => [
        '403'               => 'Access denied.',
        '404'               => 'Page not found.',
        '500'               => 'Server error. Please try again.',
        'generic'           => 'An error occurred. Please try again.',
    ],

    'common' => [
        'save'      => 'Save',
        'cancel'    => 'Cancel',
        'delete'    => 'Delete',
        'edit'      => 'Edit',
        'back'      => 'Back',
        'loading'   => 'Loading...',
        'yes'       => 'Yes',
        'no'        => 'No',
        'confirm'   => 'Confirm',
        'close'     => 'Close',
        'search'    => 'Search',
        'days'      => 'days',
        'weeks'     => 'weeks',
        'months'    => 'months',
    ],

];