8faa5b0582
* Fix profile modal tab navigation URLs for both own and other users profiles
- Add routes for /user/profile, /user/stats, and /user/achievements
- Update selectPage() to properly update URLs when switching tabs
- Own profile uses /user/{tab} format
- Other users' profiles use /profile/{userId}#{tab} format
- Parse hash fragments when navigating to other users' profile tabs
- Ensure direct navigation to tab URLs opens correct tab
* Fix undefined userId
* Server now matches usernames case insensitively like client
- Preserves original capitalization in mention text
- Fixes profile links not working with wrong case mentions
* lint fixes
* g1g1 width auto sizing w/padding
* Challenge participants spacing & text sizing fix
* Fix inconsistent profile URL format between own and other users' profiles
- Update profile tab navigation to use consistent URL format for all users
- Redirect old /user/* routes to new format for backward compatibility
- Update all navigation points (dropdown menu, notifications) to use new URLs
* Update End Challenge modal
- Replace dropdown with searchable input (384x32px) for winner selection
- Add visual badge state with gems icons for challenge completion
- Update Delete Challenge flow with refund info and proper styling
- Add close button (X) with opacity hover effect
- Enhance Award Winner button with gem icon and dynamic prize display
- Apply conditional styling based on winner selection state
- Update text colors: Maroon/50 for delete warning, Gray/100 for "OR" text
- Add proper translations for gem/gems and refund description
* lint error fixes
* end challenge modal fixes
* lint fix
* Use existing closeX component, minor UI fixes to close challenge modal
* fix lint
* Delete icon color to match text on close challenge modal
use color field to set delete icon color
* Highlight username on close challenge modal color updates
- Background color on hover: purple-600
- Text color on hover: purple-300
- Changed transition from just background-color to all so both color changes animate smoothly
* Fix strings
* Refactor g1g1 notifications from database-driven to event-based system
Changed g1g1 (gift one get one) notifications to display automatically during event periods instead of requiring database storage. Notifications now appear based on event calendar dates and use sessionStorage for dismissal state.
- Display g1g1 notification when event is active in worldState
- Store dismissal state in sessionStorage with event-specific keys
- Remove dependency on user.notifications database array
- Maintain identical user experience and appearance
* Update prize card to match participants card on challenges
* End Challenge modal UI tweaks
* Prevent false mention highlights
Prevent false mention highlights when a user's display name matches another user's username. The purple mention indicator now only appears for actual @username mentions.
* lint fixes
* Remove mention highlight
* Mention highlighting to only highlight w/username mentions
* Update G1G1 Notification
- Updated text styling for title & description
- Updated button styling
- Updated close button
* lint fix
* Add updated G1G1 notification SVGs
* Don't highlight display name w/mention
* g1g1 UI updates
- Fix sizing of gift SVGs (96px tall)
- Update button to use button element and styles <button class="btn btn-secondary mx-auto">
- Fixed positioning, color, and hover state of close icon (default white 50% opacity, hover 75% opacity)
* Fix g1g1 close icon hover state
Fix hover state of close icon (default white 50% opacity, hover 75% opacity)
* g1g1 close hover state fix
* End challenge UI updates
- Fix modal title positioning
- Fix close icon positioning
- Fix spacing between title and gem graphic
- Fix spacing between label and input field
- Fix search icon position, change input hint to "@Username"
- Set search results text align start/left with 16px starting padding.
- Fix Award Button state
* remove trailing space
* Fix exit hover state on g1g1
* fix g1g1 close icon (directly render close icon)
* new line
* Update z-index of g1g1 close button
* add display name support for mention highlighting
mention highlights now trigger for both username and display name mentions.
* Override default close button color (gray -> white)
(Also revert the renderWithMentions change)
* Fix mention display name test (& fix lint)
* Revert display name mention, strictly only username
Mentions work w/username only (works w/case insensitive as well)
* Improved case-insensitive username matching
* add close-white.svg, replace close.svg on g1g1
* find mentions that match the current user's username (case-insensitive)
* fix lint errors
* end challenge modal UI updates
* Don't change gem color on update
* disabled state button match button.scss syling
* remove padding from g1g1 close
* Directly use button.scss on end challenge modal
* Update disabled state for button.scss
* explicitly set close challenge modal button disabled/enabled state
* fix trailing space
* Add font details (and fix text color) for button disabled state
* Update award winner button min-height & padding
* button.scss button disabled styling updates
* Remove redundant disabled override on award winner button
* lint
* Use single gifts svg, and apply transform to flip horizontally
Remove unneeded gifts_end.svg
* Replaced the hardcoded #1A1B1D color with the $black from colors.scss
* Removed the 0.5em padding w/p-2
* added v-once to the refund text element
* Converted the line-height values from pixel values to multipliers
114 lines
7.2 KiB
JSON
114 lines
7.2 KiB
JSON
{
|
|
"challenge": "Challenge",
|
|
"challengeDetails": "Challenges are community events in which players compete and earn prizes by completing a group of related tasks.",
|
|
"brokenChaLink": "Broken Challenge Link",
|
|
"brokenTask": "Broken Challenge Link: this task was part of a challenge, but has been removed from it. What would you like to do?",
|
|
"keepIt": "Keep It",
|
|
"removeIt": "Remove It",
|
|
"removeTasks": "Remove Tasks",
|
|
"brokenChallenge": "Broken Challenge Link: this task was part of a challenge, but the challenge (or group) has been deleted. What to do with the orphan tasks?",
|
|
"challengeCompleted": "This challenge has been completed, and the winner was <span class=\"badge\"><%- user %></span>! What to do with the orphan tasks?",
|
|
"unsubChallenge": "Broken Challenge Link: this task was part of a challenge, but you have unsubscribed from the challenge. What to do with the orphan tasks?",
|
|
"challenges": "Challenges",
|
|
"endDate": "Ends",
|
|
"selectWinner": "Select a winner and close the challenge:",
|
|
"endChallenge": "End Challenge",
|
|
"filter": "Filter",
|
|
"filters": "Filters",
|
|
"groups": "Groups",
|
|
"category": "Category",
|
|
"membership": "Membership",
|
|
"ownership": "Ownership",
|
|
"participating": "Participating",
|
|
"createChallenge": "Create Challenge",
|
|
"createChallengeAddTasks": "Add Challenge Tasks",
|
|
"createChallengeCloneTasks": "Clone Challenge Tasks",
|
|
"challengeTag": "Tag Name",
|
|
"prize": "Prize",
|
|
"publicChallengesTitle": "Public Challenges",
|
|
"officialChallenge": "Official Habitica Challenge",
|
|
"by": "by",
|
|
"participants": "<%= membercount %> Participants",
|
|
"join": "Join",
|
|
"challengeCreated": "Challenge created",
|
|
"sureDelCha": "Are you sure you want to delete this challenge?",
|
|
"keepTasks": "Keep Tasks",
|
|
"owned": "Owned",
|
|
"not_owned": "Not Owned",
|
|
"not_participating": "Not Participating",
|
|
"clone": "Clone",
|
|
"hurray": "Hurray!",
|
|
"noChallengeOwner": "no owner",
|
|
"challengeMemberNotFound": "User not found among challenge's members",
|
|
"onlyGroupLeaderChal": "Only the group leader can create challenges",
|
|
"tavChalsMinPrize": "Prize must be at least 1 Gem for Public Challenges.",
|
|
"cantAfford": "You can't afford this prize. Purchase more gems or lower the prize amount.",
|
|
"challengeIdRequired": "\"challengeId\" must be a valid UUID.",
|
|
"winnerIdRequired": "\"winnerId\" must be a valid UUID.",
|
|
"challengeNotFound": "Challenge not found or you don't have access.",
|
|
"onlyLeaderDeleteChal": "Only the challenge leader can delete it.",
|
|
"onlyLeaderUpdateChal": "Only the challenge leader can update it.",
|
|
"winnerNotFound": "Winner with id \"<%= userId %>\" not found or not part of the challenge.",
|
|
"onlyChalLeaderEditTasks": "Tasks belonging to a challenge can only be edited by the leader.",
|
|
"userAlreadyInChallenge": "User is already participating in this challenge.",
|
|
"cantOnlyUnlinkChalTask": "Only broken challenges tasks can be unlinked.",
|
|
"joinedChallenge": "Joined a Challenge",
|
|
"joinedChallengeText": "This user put themselves to the test by joining a Challenge!",
|
|
"myChallenges": "My Challenges",
|
|
"findChallenges": "Discover Challenges",
|
|
"noChallengeTitle": "You don't have any Challenges.",
|
|
"challengeDescription2": "Find recommended Challenges based on your interests, browse Habitica's public Challenges, or create your own Challenges.",
|
|
"noChallengeMatchFilters": "We couldn't find any matching Challenges.",
|
|
"createdBy": "Created By",
|
|
"joinChallenge": "Join Challenge",
|
|
"leaveChallenge": "Leave Challenge",
|
|
"addTask": "Add Task",
|
|
"editChallenge": "Edit Challenge",
|
|
"challengeDescription": "Challenge Description",
|
|
"selectChallengeWinnersDescription": "Select a winner from the Challenge participants",
|
|
"awardWinners": "Award Winner",
|
|
"doYouWantedToDeleteChallenge": "Do you want to delete this Challenge?",
|
|
"deleteChallenge": "Delete Challenge",
|
|
"deleteChallengeRefundDescription": "If you delete this Challenge, you will be refunded the Gem prize and the Challenge tasks will remain on the participants' task boards.",
|
|
"challengeNamePlaceholder": "What is your Challenge name?",
|
|
"challengeSummary": "Summary",
|
|
"challengeSummaryPlaceholder": "Write a short description advertising your Challenge to other Habiticans. What is the main purpose of your Challenge and why should people join it? Try to include useful keywords in the description so that Habiticans can easily find it when they search!",
|
|
"challengeDescriptionPlaceholder": "Use this section to go into more detail about everything that Challenge participants should know about your Challenge.",
|
|
"challengeGuild": "Add to",
|
|
"challengeMinimum": "Minimum 1 Gem for public Challenges (helps prevent spam, it really does).",
|
|
"participantsTitle": "Participants",
|
|
"shortName": "Short Name",
|
|
"shortNamePlaceholder": "What short tag should be used to identify your Challenge?",
|
|
"updateChallenge": "Update Challenge",
|
|
"haveNoChallenges": "This group has no Challenges",
|
|
"loadMore": "Load More",
|
|
"exportChallengeCsv": "Export Challenge",
|
|
"editingChallenge": "Editing Challenge",
|
|
"nameRequired": "Name is required",
|
|
"tagTooShort": "Tag name is too short",
|
|
"summaryRequired": "Summary is required",
|
|
"summaryTooLong": "Summary is too long",
|
|
"descriptionRequired": "Description is required",
|
|
"locationRequired": "Location of Challenge is required ('Add to')",
|
|
"categoiresRequired": "One or more categories must be selected",
|
|
"viewProgressOf": "View Progress Of",
|
|
"viewProgress": "View Progress",
|
|
"selectMember": "Select Member",
|
|
"confirmKeepChallengeTasks": "Do you want to keep Challenge tasks?",
|
|
"selectParticipant": "Select a Participant",
|
|
"yourReward": "Your Reward",
|
|
"wonChallengeDesc": "<%= challengeName %> selected you as the winner! Your win has been recorded in your Achievements.",
|
|
"messageChallengeFlagAlreadyReported": "You have already reported this Challenge.",
|
|
"messageChallengeFlagOfficial": "Official Challenges can not be reported.",
|
|
"flaggedNotHidden": "Challenge flagged once, not hidden",
|
|
"flaggedAndHidden": "Challenge flagged and hidden",
|
|
"resetFlagCount": "Reset Flag Count",
|
|
"whyReportingChallenge": "Why are you reporting this Challenge?",
|
|
"whyReportingChallengePlaceholder": "Reason for report",
|
|
"abuseFlagModalBodyChallenge": "You should only report a Challenge that violates the <%= firstLinkStart %>Community Guidelines<%= linkEnd %> and/or <%= secondLinkStart %>Terms of Service<%= linkEnd %>. Submitting a false report is a violation of Habitica's Community Guidelines.",
|
|
"cannotClose": "This Challenge cannot be closed because one or more players have reported it as inappropriate. A staff members will contact you shortly with instructions. If over 48 hours have passed and you have not heard from them, please email admin@habitica.com for assistance.",
|
|
"cannotClone": "This Challenge cannot be cloned because one or more players have reported it as inappropriate. A staff member will contact you shortly with instructions. If over 48 hours have passed and you have not heard from them, please email admin@habitica.com for assistance.",
|
|
"resetFlags": "Reset Flags",
|
|
"cannotMakeChallenge": "You are unable to create public Challenges as your account currently does not have chat privileges. Please contact admin@habitica.com for more information."
|
|
}
|