Big things, maybe all's better now

This commit is contained in:
AlacrisDevs
2026-02-09 11:36:39 +02:00
parent 38a0c2274d
commit a4baa1ad25
46 changed files with 4906 additions and 427 deletions

View File

@@ -69,7 +69,7 @@
"kanban_add_column": "Add Column",
"kanban_column_name_label": "Column Name",
"kanban_column_name_placeholder": "e.g. To Do, In Progress, Done",
"kanban_add_card": "Add Card",
"kanban_add_card": "Add card",
"kanban_card_details": "Card Details",
"kanban_card_title_label": "Title",
"kanban_card_title_placeholder": "Card title",
@@ -147,7 +147,7 @@
"settings_members_unknown": "Unknown User",
"settings_members_no_name": "No name",
"settings_members_no_email": "No email",
"settings_members_remove": "Remove from Org",
"settings_members_remove": "Remove from organization",
"settings_invite_title": "Invite Member",
"settings_invite_email": "Email address",
"settings_invite_email_placeholder": "colleague@example.com",
@@ -461,6 +461,16 @@
"toast_error_create_checklist": "Failed to create checklist",
"toast_error_delete_checklist": "Failed to delete checklist",
"toast_error_rename_checklist": "Failed to rename checklist",
"toast_error_create_note": "Failed to create note",
"toast_error_update_note": "Failed to update note",
"toast_error_delete_note": "Failed to delete note",
"toast_error_create_stage": "Failed to create stage",
"toast_error_delete_stage": "Failed to delete stage",
"toast_error_create_block": "Failed to create schedule block",
"toast_error_update_block": "Failed to update schedule block",
"toast_error_delete_block": "Failed to delete schedule block",
"toast_error_create_contact": "Failed to create contact",
"toast_error_update_contact": "Failed to update contact",
"toast_error_delete_contact": "Failed to delete contact",
"toast_error_create_category": "Failed to create category",
"toast_error_delete_category": "Failed to delete category",
@@ -720,5 +730,262 @@
"map_show_shape_labels": "Show shape labels",
"map_address": "Address",
"map_address_placeholder": "e.g., Tallinn, Estonia",
"map_change_address": "Change address"
}
"map_change_address": "Change address",
"map_rename": "Rename",
"map_duplicate": "Duplicate",
"map_or": "or",
"map_load": "Load",
"map_go": "Go",
"event_nav_finances": "Finances",
"event_nav_sponsors": "Sponsors",
"event_nav_contacts": "Contacts",
"event_nav_files": "Files",
"event_nav_departments": "Departments",
"module_kanban_label": "Kanban",
"module_kanban_desc": "Task boards with columns and cards for tracking work",
"module_files_label": "Files",
"module_files_desc": "Shared documents, folders, and file storage",
"module_checklist_label": "Checklist",
"module_checklist_desc": "Simple to-do lists with progress tracking",
"module_notes_label": "Notes",
"module_notes_desc": "Freeform notes and documentation",
"module_schedule_label": "Schedule",
"module_schedule_desc": "Timeline and timetable for stages and sessions",
"module_contacts_label": "Contacts",
"module_contacts_desc": "Vendor and contact directory with categories",
"module_budget_label": "Budget",
"module_budget_desc": "Income and expense tracking with planned vs actual",
"module_sponsors_label": "Sponsors",
"module_sponsors_desc": "Sponsor CRM with tiers, deliverables, and pipeline",
"module_map_label": "Map",
"module_map_desc": "Interactive venue map with pins and areas",
"contact_cat_general": "General",
"contact_cat_vendor": "Vendor",
"contact_cat_sponsor": "Sponsor",
"contact_cat_speaker": "Speaker",
"contact_cat_venue": "Venue",
"contact_cat_catering": "Catering",
"contact_cat_av_tech": "AV / Tech",
"contact_cat_transport": "Transport",
"contact_cat_security": "Security",
"contact_cat_media": "Media",
"contacts_all_categories": "All Categories",
"sponsor_status_prospect": "Prospect",
"sponsor_status_contacted": "Contacted",
"sponsor_status_confirmed": "Confirmed",
"sponsor_status_declined": "Declined",
"sponsor_status_active": "Active",
"sponsors_all_statuses": "All Statuses",
"sponsors_all_tiers": "All Tiers",
"sponsors_no_tier_filter": "No Tier",
"accent_blue": "Blue (Default)",
"accent_green": "Green",
"accent_red": "Red",
"accent_amber": "Amber",
"accent_purple": "Purple",
"accent_pink": "Pink",
"accent_indigo": "Indigo",
"accent_teal": "Teal",
"role_color_red": "Red",
"role_color_amber": "Amber",
"role_color_emerald": "Emerald",
"role_color_blue": "Blue",
"role_color_indigo": "Indigo",
"role_color_violet": "Violet",
"role_color_pink": "Pink",
"role_color_gray": "Gray",
"kanban_import_json": "Import JSON",
"kanban_export_json": "Export JSON",
"kanban_rename_from_list": "Rename from the documents list.",
"admin_tab_overview": "Overview",
"admin_tab_organizations": "Organizations",
"admin_tab_users": "Users",
"admin_tab_events": "Events",
"card_add_title": "Add Card",
"card_details_title": "Card Details",
"card_title_label": "Title",
"card_title_placeholder": "Card title",
"card_description_label": "Description",
"card_description_placeholder": "Add a more detailed description...",
"card_tags": "Tags",
"card_tags_done": "Done",
"card_tags_manage": "Manage",
"card_tags_new_placeholder": "New tag name...",
"card_tags_new_short": "New tag...",
"card_tags_add": "+ Add tag",
"card_tags_all_added": "All tags added",
"card_assignee": "Assignee",
"card_due_date": "Due Date",
"card_priority": "Priority",
"card_priority_low": "Low",
"card_priority_medium": "Medium",
"card_priority_high": "High",
"card_priority_urgent": "Urgent",
"card_checklist": "Checklist",
"card_checklist_add_placeholder": "Add an item...",
"card_checklist_add_item_placeholder": "Add checklist item...",
"card_comments": "Comments",
"card_comments_none": "No comments yet",
"card_comments_add_placeholder": "Add a comment...",
"card_comments_unknown": "Unknown",
"card_delete": "Delete Card",
"card_save_changes": "Save Changes",
"card_loading": "Loading...",
"kanban_add_col": "Add column",
"kanban_confirm_delete_column": "Delete this column and all its cards?",
"kanban_confirm_delete_card": "Delete this card?",
"kanban_toast_changes_saved": "Changes saved",
"kanban_toast_save_failed": "Failed to save changes",
"kanban_toast_card_created": "Card created",
"kanban_toast_create_failed": "Failed to create card",
"tasks_no_columns": "No task columns yet",
"tasks_add_column": "Add column",
"tasks_add_column_title": "Add Column",
"tasks_column_name": "Column name",
"tasks_column_placeholder": "e.g. In Review",
"tasks_add_task_title": "Add Task",
"tasks_task_title_label": "Task title",
"tasks_task_placeholder": "What needs to be done?",
"tasks_add_task_btn": "Add Task",
"chat_confirm_delete_message": "Delete this message?",
"chat_toast_message_deleted": "Message deleted",
"btn_send": "Send",
"btn_add": "Add",
"settings_confirm_disconnect_cal": "Disconnect Google Calendar?",
"kanban_confirm_delete_tag": "Delete this tag from the organization?",
"tasks_toast_create_column_failed": "Failed to create column",
"tasks_toast_delete_column_failed": "Failed to delete column",
"tasks_toast_rename_column_failed": "Failed to rename column",
"tasks_toast_create_task_failed": "Failed to create task",
"tasks_toast_delete_task_failed": "Failed to delete task",
"toast_success_sponsor_updated": "Sponsor updated",
"toast_success_sponsor_added": "Sponsor added",
"toast_error_save_sponsor": "Failed to save sponsor",
"toast_success_sponsor_removed": "Sponsor removed",
"toast_success_contact_updated": "Contact updated",
"toast_success_contact_added": "Contact added",
"toast_error_save_contact": "Failed to save contact",
"toast_success_contact_removed": "Contact removed",
"toast_error_update_planned_budget": "Failed to update planned budget",
"toast_error_save_allocation": "Failed to save allocation",
"toast_error_delete_allocation": "Failed to delete allocation",
"toast_error_no_google_avatar": "No Google avatar found.",
"toast_error_sync_avatar": "Failed to sync avatar.",
"toast_success_sync_avatar": "Google avatar synced.",
"toast_error_select_image": "Please select an image file.",
"toast_error_image_too_large": "Image must be under 2MB.",
"toast_error_upload_avatar": "Failed to upload avatar.",
"toast_error_save_avatar": "Failed to save avatar.",
"toast_success_avatar_updated": "Avatar updated.",
"toast_error_avatar_upload": "Avatar upload failed.",
"toast_error_remove_avatar": "Failed to remove avatar.",
"toast_success_avatar_removed": "Avatar removed.",
"toast_error_save_profile": "Failed to save profile.",
"toast_success_profile_saved": "Profile saved.",
"toast_error_save_preferences": "Failed to save preferences.",
"toast_success_preferences_saved": "Preferences saved.",
"toast_error_save_settings": "Failed to save settings.",
"toast_success_settings_saved": "Settings saved.",
"toast_error_save_slug": "Failed to update slug.",
"toast_success_slug_saved": "Slug updated.",
"toast_error_save_links": "Failed to save links.",
"toast_success_links_saved": "Links saved.",
"toast_error_create_tag": "Failed to create tag.",
"toast_success_tag_created": "Tag created.",
"toast_error_delete_tag": "Failed to delete tag.",
"toast_error_update_tag": "Failed to update tag.",
"toast_error_create_role": "Failed to create role.",
"toast_error_delete_role_system": "Cannot delete system roles.",
"toast_error_create_document": "Failed to create document.",
"toast_error_create_folder": "Failed to create folder.",
"toast_error_rename_document": "Failed to rename document.",
"toast_error_delete_document": "Failed to delete document.",
"toast_error_move_document": "Failed to move document.",
"toast_error_upload_file": "Failed to upload file.",
"toast_success_document_created": "Document created.",
"toast_success_folder_created": "Folder created.",
"toast_error_import_json": "Failed to import board.",
"toast_success_import_json": "Board imported successfully.",
"toast_error_export_json": "Failed to export board.",
"toast_success_export_json": "Board exported.",
"toast_error_save_avatar_url": "Failed to save avatar URL.",
"toast_error_save_event_defaults": "Failed to save event defaults.",
"toast_success_event_defaults_saved": "Event defaults saved.",
"toast_error_save_features": "Failed to save feature settings.",
"toast_success_features_saved": "Feature settings saved.",
"toast_error_save_social": "Failed to save social links.",
"toast_success_social_saved": "Social links saved.",
"toast_error_save_document": "Failed to save document",
"toast_error_load_kanban": "Failed to load kanban board",
"toast_error_move_card": "Failed to move card",
"toast_error_no_columns_import": "No columns exist to import cards into",
"toast_error_import_json_format": "Failed to import JSON - check file format",
"toast_success_board_exported": "Board exported as JSON",
"toast_error_move_shape": "Failed to move shape",
"toast_error_create_shape": "Failed to create shape",
"toast_error_move_pin": "Failed to move pin",
"toast_error_update_pin": "Failed to update pin",
"toast_error_create_pin": "Failed to create pin",
"toast_error_delete_pin": "Failed to delete pin",
"toast_error_update_shape": "Failed to update shape",
"toast_error_delete_shape": "Failed to delete shape",
"toast_error_duplicate_shape": "Failed to duplicate shape",
"toast_error_create_layer": "Failed to create layer",
"toast_error_delete_layer": "Failed to delete layer",
"toast_error_rename_layer": "Failed to rename layer",
"toast_error_reorder_objects": "Failed to reorder objects",
"toast_error_load_image": "Failed to load image",
"toast_error_upload_image": "Failed to upload image",
"toast_error_load_image_url": "Failed to load image from URL",
"toast_error_export_map": "Failed to export map",
"toast_error_create_board_widget": "Failed to create board",
"toast_success_message_edited": "Message edited",
"toast_error_file_too_large": "File too large. Maximum size is 50MB.",
"toast_success_file_sent": "File sent!",
"toast_error_create_room": "Failed to create room",
"toast_success_room_created": "Room created",
"toast_error_create_space": "Failed to create space",
"toast_success_space_created": "Space created",
"toast_error_send_file": "Failed to send file",
"toast_error_upload_failed": "Upload failed",
"toast_error_update_room": "Failed to update room settings",
"toast_success_room_updated": "Room settings updated",
"toast_error_leave_room": "Failed to leave room",
"toast_error_enter_room_name": "Please enter a room name",
"toast_error_enter_space_name": "Please enter a space name",
"toast_error_notification_settings": "Failed to change notification settings",
"toast_success_board_created": "Kanban board created",
"login_name_label": "Display name",
"login_name_placeholder": "Your full name",
"login_name_required": "Please enter your name",
"invite_title": "Invitation",
"invite_invalid_title": "Invalid Invite",
"invite_go_home": "Go Home",
"invite_youre_invited": "You're Invited!",
"invite_join_text": "You've been invited to join",
"invite_as_role": "as",
"invite_signed_in_as": "Signed in as",
"invite_accept_btn": "Accept Invite & Join",
"invite_wrong_account": "Wrong account?",
"invite_sign_out": "Sign out",
"invite_not_logged_in": "Sign in or create an account to accept this invite.",
"invite_sign_in": "Sign In",
"invite_create_account": "Create Account",
"invite_email_mismatch": "This invite was sent to {email}. Please sign in with that email address.",
"invite_already_member": "You're already a member of this organization.",
"invite_join_failed": "Failed to join organization. Please try again.",
"invite_generic_error": "Something went wrong. Please try again.",
"onboarding_title": "Complete Your Profile",
"onboarding_subtitle": "Help your team know who you are",
"onboarding_phone_label": "Phone number",
"onboarding_phone_placeholder": "+372 5xx xxxx",
"onboarding_discord_label": "Discord handle",
"onboarding_discord_placeholder": "username#1234",
"onboarding_shirt_label": "Shirt size",
"onboarding_hoodie_label": "Hoodie size",
"onboarding_save": "Save & Continue",
"onboarding_skip": "Skip for now",
"invite_email_subject": "{orgName} — You're invited to join",
"invite_email_sent": "Invite email sent to {email}",
"toast_error_send_invite_email": "Failed to send invite email"
}