Skip to content

Commit

Permalink
feat(i18n): add keys for timeline components
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru committed Nov 2, 2024
1 parent 25b4f34 commit 4cb830b
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion i18n/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,9 +625,45 @@
"description": "View Wuthering Waves events in your local timezone or in other <link>Server Times</link>.",
"github-update-message": "Updated on {time} by {author}.",
"Edit this page on GitHub": "Edit this page on GitHub",
"Show times adjusted to your local time zone": "Show times adjusted to your local time zone",
"ResetTimers": {
"title": "Server Daily Reset Timers",
"description": "Compare your local time to the Wuthering Waves game servers to plan your next adventure."
"description": "Compare your local time to the Wuthering Waves game servers to plan your next adventure.",
"Your Local Time": "Your Local Time",
"Current Server Time": "Current Server Time",
"Resets in": "Resets in",
"server-time-disclaimer": "Other server timers are displayed in their local time."
},
"TimelineItem": {
"Event has ended": "Event has ended",
"ends-in": "Ends in {timeLeft}",
"starts-in": "Starts in {timeLeft}",
"time-left": "{timeLeft} left",
"Local Time": "Local Time",
"Server Time": "Server Time"
},
"Months": {
"January": "January",
"February": "February",
"March": "March",
"April": "April",
"May": "May",
"June": "June",
"July": "July",
"August": "August",
"September": "September",
"October": "October",
"November": "November",
"December": "December"
},
"DaysOfTheWeek": {
"Mo": "Mo",
"Tu": "Tu",
"We": "We",
"Th": "Th",
"Fr": "Fr",
"Sa": "Sa",
"Su": "Su"
}
},

Expand Down

0 comments on commit 4cb830b

Please sign in to comment.