diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-16 16:54:19 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-16 16:54:19 +0200 |
| commit | a4c5d4fa64f4e5491b1ef3195a00801ea4f21b44 (patch) | |
| tree | 3d7856fd587011e1cb17d2325768bc34fad75afc /i18n/en.yaml | |
| parent | 9877591a86cb66917c35d5b58190270061d7261a (diff) | |
| download | danixxyz-a4c5d4fa64f4e5491b1ef3195a00801ea4f21b44.tar.gz danixxyz-a4c5d4fa64f4e5491b1ef3195a00801ea4f21b44.zip | |
feat: add form component templates, i18n strings, and Alpine.js utilities
Diffstat (limited to 'i18n/en.yaml')
| -rw-r--r-- | i18n/en.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index d543e6f..5533849 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -53,6 +53,35 @@ sending: "Sending..." success: "Message sent successfully!" error: "An error occurred. Please try again." +# Form Components +form_invalid_email: "Please enter a valid email address" +form_password_help: "Must be at least 8 characters" +form_agree_terms: "I agree to the terms and conditions" +form_select_interests: "Select your interests" +form_interest_tech: "Technology" +form_interest_design: "Design" +form_select_preference: "Select a preference" +form_option_a: "Option A" +form_option_b: "Option B" +form_first_name: "First Name" +form_last_name: "Last Name" +form_search: "Search" +form_search_btn: "Search" +form_open_alert: "Open Alert Modal" +form_open_confirm: "Open Confirm Modal" +form_open_content: "Open Content Modal" +form_alert_title: "Alert" +form_alert_message: "This is an alert modal. Click OK to dismiss." +form_ok: "OK" +form_confirm_title: "Confirm Action" +form_confirm_message: "Are you sure you want to continue?" +form_cancel: "Cancel" +form_confirm: "Confirm" +form_content_title: "Modal with Content" +form_content_message: "This modal contains detailed content. You can add forms, lists, or any HTML here." +form_close: "Close" +form_save: "Save" + # Social follow: "Follow me" contactMe: "Contact me" |
