@php $localeIsEn = str_starts_with(strtolower(app()->getLocale()), 'en'); $localeIsEs = str_starts_with(strtolower(app()->getLocale()), 'es') || !str_starts_with(strtolower(app()->getLocale()), 'tr'); $horaryRequiredTokens = (int) ($horaryChatWordsCost ?? 0); $creditHintText = $localeIsEs ? 'Cada interpretación se deduce de su saldo.' : ($localeIsEn ? 'Each request is deducted from your balance.' : 'Her yorum bakiyenizden düşer'); $horaryTypeYesNoLabel = $localeIsEs ? 'Sí/No' : ($localeIsEn ? 'Yes/No' : 'Evet/Hayır'); $horaryTypeLostItemLabel = $localeIsEs ? 'Objeto Perdido' : ($localeIsEn ? 'Lost Item' : 'Kayıp Eşya'); $horaryTypeHelpText = $localeIsEs ? 'Seleccione el tipo de pregunta antes del cálculo. El modo objeto perdido enfocará la interpretación en encontrar pistas.' : ($localeIsEn ? 'Select the question type before calculation. Lost item mode will focus the interpretation on finding clues.' : 'Hesaplamadan önce soru tipini seçin. Kayıp eşya modunda yorum, bulmaya yönelik ipuçlarına odaklanır.'); @endphp