-
Notifications
You must be signed in to change notification settings - Fork 310
Expand file tree
/
Copy pathapp_en.arb
More file actions
79 lines (79 loc) · 3.04 KB
/
app_en.arb
File metadata and controls
79 lines (79 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"@@locale": "en",
"flutterCalendarPage": "Flutter Calendar Page",
"flutterCalendarPageDemo": "Flutter Calendar Page Demo",
"monthView": "Month View",
"dayView": "Day View",
"weekView": "Week View",
"multidayView": "Multi-Day View",
"appTitle": "Flutter Calendar Page Demo",
"projectMeetingTitle": "Project meeting",
"projectMeetingDesc": "Today is project meeting.",
"leetcodeContestTitle": "Leetcode Contest",
"leetcodeContestDesc": "Give leetcode contest",
"physicsTestTitle": "Physics test prep",
"physicsTestDesc": "Prepare for physics test",
"weddingAnniversaryTitle": "Wedding anniversary",
"weddingAnniversaryDesc": "Attend uncle's wedding anniversary.",
"footballTournamentTitle": "Football Tournament",
"footballTournamentDesc": "Go to football tournament.",
"sprintMeetingTitle": "Sprint Meeting.",
"sprintMeetingDesc": "Last day of project submission for last year.",
"teamMeetingTitle": "Team Meeting",
"teamMeetingDesc": "Team Meeting",
"chemistryVivaTitle": "Chemistry Viva",
"chemistryVivaDesc": "Today is Joe's birthday.",
"createNewEvent": "Create New Event",
"updateEvent": "Update Event",
"activeView": "Active View:",
"darkMode": "Dark mode:",
"eventTitle": "Event Title",
"pleaseEnterEventTitle": "Please enter event title.",
"recurringEvent": "Recurring Event",
"startDate": "Start Date",
"pleaseSelectStartDate": "Please select start date.",
"endDate": "End Date",
"endDateBeforeStartDate": "End date occurs before start date.",
"startTime": "Start Time",
"endTime": "End Time",
"endTimeLessThanStartTime": "End time is less than start time.",
"eventDescription": "Event Description",
"pleaseEnterEventDescription": "Please enter event description.",
"repeat": "Repeat",
"daily": "Daily",
"weekly": "Weekly",
"monthly": "Monthly",
"yearly": "Yearly",
"reoccurrenceEndsOn": "Reoccurrence ends on: ",
"never": "Never",
"on": "On",
"after": "After",
"endsOn": "Ends on",
"recurrenceEndsAfterEndDate": "Recurrence ends after end date",
"pleaseSelectEndDate": "Please select end date.",
"pleaseSpecifyOccurrences": "Please specify occurrences",
"occurrences": "Occurrences",
"eventColor": "Event Color: ",
"selectEventColor": "Select event color",
"select": "Select",
"addEvent": "Add Event",
"date": "Date:",
"from": "From",
"to": "To",
"description": "Description",
"deleteEvent": "Delete Event",
"editEvent": "Edit Event",
"deleteRecurringEvent": "Delete recurring event",
"thisEvent": "This event",
"thisAndFollowingEvents": "This and following events",
"allEvents": "All events",
"cancel": "Cancel",
"done": "Done",
"selectLanguage": "Select Language",
"reachedTheEndPage": "You have reached the end of the page",
"reachedTheStartPage": "You have reached the start of the page",
"annualTechConferenceTitle": "Annual Tech Conference",
"annualTechConferenceDesc": "Attend the annual tech conference.",
"extendedWorkshopTitle": "Extended Workshop",
"extendedWorkshopDesc": "Participate in the extended software development workshop."
}