{% extends 'base.html.twig' %} {% trans_default_domain 'Playground' %} {% block title %}{{ 'title'|trans }} - Shamra Academia{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
${ project.title || '{{ 'project.untitled'|trans }}' }
${ formatDate(project.updatedAt) }

{{ 'project.empty_projects'|trans }}

{{ 'project.my_references'|trans }} {{ 'project.saving'|trans }} {{ 'project.saved'|trans }} ${ lastSavedTimeFormatted }
{{ 'keywords.title'|trans }}: ${ keyword } × {{ 'stats.document_stats'|trans({}, 'Playground')|default('Document stats') }}: {{ 'stats.lines'|trans({}, 'Playground')|default('Lines') }}: ${ lineCount } | {{ 'stats.words'|trans({}, 'Playground')|default('Words') }}: ${ wordCount }
{{ 'ai_tools.label'|trans({}, 'Playground')|default('AI Tools') }}
{{ 'ai_edit.select_text_first'|trans({}, 'Playground')|default('Select text first') }}
{{ 'ai_edit.select_text_first'|trans({}, 'Playground')|default('Select text first') }}
{{ 'ai_edit.select_text_first'|trans({}, 'Playground')|default('Select text first') }}
{{ 'ai_edit.select_text_first'|trans({}, 'Playground')|default('Select text first') }}
{{ 'ai_edit.select_text_first'|trans({}, 'Playground')|default('Select text first') }}

Loading editor...

{{ 'translation.source'|trans }} (${ sourceLanguage === 'ar' ? 'العربية' : 'English' })
{{ 'translation.target'|trans }} (${ targetLanguage === 'ar' ? 'العربية' : 'English' })

{{ 'ai_edit.select_target_language'|trans }}

{{ 'research_plan.title'|trans({}, 'Playground')|default('Prepare Research Plan') }}

{{ 'research_plan.intro'|trans({}, 'Playground')|default('Tell us about your research idea and we will help you create a comprehensive research plan.') }}

{{ 'research_plan.agent_hint'|trans({}, 'Playground')|default('The AI agent will search for relevant papers and use them to create a better research plan.') }}
{{ 'research_plan.arxiv_hint'|trans({}, 'Playground')|default('Search arXiv for cutting-edge papers in Physics, Mathematics, Computer Science (AI/ML), and related fields.') }}

${ researchPlanThoughts }

{{ 'research_plan.clarification_intro'|trans({}, 'Playground')|default('Please answer these questions to help us create a better research plan:') }}

${ clarification.hint }

{{ 'research_plan.generating'|trans({}, 'Playground')|default('Generating Your Research Plan...') }}

{{ 'research_plan.generating_desc'|trans({}, 'Playground')|default('Our AI agents are working together to create a comprehensive research plan.') }}

${ step.icon } ${ step.action }

{{ 'research_plan.dont_close'|trans({}, 'Playground')|default('Please do not close this window until the process is complete.') }}

{{ 'research_plan.generation_complete'|trans({}, 'Playground')|default('Research Plan Generated Successfully!') }}

{{ 'research_plan.review_references_desc'|trans({}, 'Playground')|default('Your research plan has been created and added to your project. Would you like to save any of the references used to your personal library?') }}

{{ 'research_plan.references_used'|trans({}, 'Playground')|default('References Used') }} (${ researchPlanReferences.length })
${ ref.title }
${ ref.authors } ${ ref.year } ${ ref.source === 'arxiv' ? 'arXiv' : 'Shamra' }

{{ 'research_plan.no_references'|trans({}, 'Playground')|default('No references were used in this research plan.') }}

${ aiPreviewTitle }

${ aiPreviewFontSize }px
{{ 'ai_edit.original_text'|trans }}
{{ 'ai_edit.processing'|trans }}
{{ 'ai_edit.rephrased_text'|trans }} {{ 'ai_edit.proofread_text'|trans }} {{ 'ai_edit.criticism'|trans }} {{ 'ai_edit.translated_text'|trans }} (${ getLanguageFlag(selectedTargetLanguage) } ${ selectedTargetLanguage }) {{ 'ai_edit.answer'|trans }}
{{ 'ai_edit.diff_changed'|trans({}, 'Playground') }}

{{ 'project.upload_file_title'|trans }}

{{ 'project.upload_dropzone_text'|trans }}
{{ 'project.upload_dropzone_hint'|trans }}
${ uploadedFile.name } ${ formatFileSize(uploadedFile.size) }
${ uploadError }
{{ 'project.delete'|trans }}
{{ 'project.delete_confirm'|trans }}
{{ 'write_ai.title'|trans({}, 'Playground') }}
1 2 3
{{ 'write_ai.project_title'|trans({}, 'Playground') }}: ${ projectTitle }
{{ 'write_ai.keywords'|trans({}, 'Playground') }}: ${ keywords.join(', ') }
{{ 'write_ai.instructions_hint'|trans({}, 'Playground') }}

{{ 'write_ai.searching'|trans({}, 'Playground') }}

{{ 'write_ai.select_sources'|trans({}, 'Playground') }}

{{ 'write_ai.selected_count'|trans({}, 'Playground') }}: ${ writeAISelectedSources.length } {{ 'write_ai.manage_library'|trans({}, 'Playground') }}
${ source.title }
${ source.source === 'arxiv' ? 'arXiv' : (source.source === 'my_references' ? '{{ 'write_ai.my_refs_badge'|trans({}, 'Playground') }}' : 'Shamra') }
${ source.authors } ${ source.journal } ${ source.year } ${ source.category } ${ source.relevance_score }%
${ source.abstract.substring(0, 200) }...
{{ 'write_ai.key_finding'|trans({}, 'Playground') }}: ${ source.extracted_content }

{{ 'write_ai.no_results'|trans({}, 'Playground') }}

{{ 'write_ai.generating'|trans({}, 'Playground') }}

{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}