2026-07-18 23:38:41 +10:00

56 lines
2.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<resources>
<string name="app_name">resBuilder</string>
<!-- Login -->
<string name="sign_in_with_google">Sign in with Google</string>
<string name="checking_auth">Checking authentication…</string>
<!-- Main -->
<string name="app_title">resBuilder</string>
<string name="tab_build_resume">Build Resume</string>
<string name="tab_build_cover_letter">Build Cover Letter</string>
<string name="menu_sign_out">Sign Out</string>
<string name="menu_admin_panel">Admin Panel</string>
<string name="usage_limit_banner">You have reached your free limit. Please contact support to upgrade.</string>
<string name="unknown_user">Unknown user</string>
<!-- Job form -->
<string name="hint_job_title">Job Title</string>
<string name="hint_seek_url">SEEK job URL</string>
<string name="button_scrape">Scrape</string>
<string name="hint_job_description">Job Description</string>
<string name="button_upload">Upload</string>
<string name="hint_your_resume">Your Resume</string>
<string name="hint_your_cover_letter">Your Cover Letter</string>
<string name="generate_resume">Generate Resume</string>
<string name="generate_cover_letter">Generate Cover Letter</string>
<string name="please_log_in">Please log in to continue</string>
<string name="fields_required">Please fill in all fields</string>
<!-- Status -->
<string name="status_queued">Queued</string>
<string name="status_running">Running</string>
<string name="status_completed">Completed</string>
<string name="status_failed">Failed</string>
<string name="job_wait_message">This usually takes 15 minutes.</string>
<string name="job_failed_message">Job failed</string>
<string name="job_timeout_message">Job timed out. Please try again.</string>
<string name="try_again">Try again</string>
<!-- Result -->
<string name="copy_text">Copy Text</string>
<string name="new_job">New</string>
<string name="export_pdf">PDF</string>
<string name="export_docx">DOCX</string>
<string name="copied_to_clipboard">Copied to clipboard</string>
<string name="nothing_to_copy">Nothing to copy</string>
<!-- Admin -->
<string name="admin_title">Admin Panel</string>
<string name="block_user">Block</string>
<string name="release_user">Release</string>
<string name="admin_action_success">Action completed</string>
<string name="admin_action_failed">Action failed</string>
<string name="usage_format">%1$d / %2$d</string>
</resources>