@php $localeIsEn = str_starts_with(strtolower(app()->getLocale()), 'en'); $horaryRequiredTokens = (int) ($horaryChatWordsCost ?? 0); $creditHintText = $localeIsEn ? 'Each request is deducted from your balance.' : 'Her yorum bakiyenizden düşer'; $horaryTypeYesNoLabel = $localeIsEn ? 'Yes/No' : 'Evet/Hayır'; $horaryTypeLostItemLabel = $localeIsEn ? 'Lost Item' : 'Kayıp Eşya'; $horaryTypeHelpText = $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