generated from EasyWebApp/WebCell-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathen-US.ts
More file actions
175 lines (161 loc) · 5.47 KB
/
en-US.ts
File metadata and controls
175 lines (161 loc) · 5.47 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
import { IDType } from 'mobx-restful';
export default {
welcome_to: 'Welcome to',
get_started_by_editing: 'Get started by editing',
upstream_projects: 'Upstream projects',
home_page: 'Home Page',
source_code: 'Source Code',
component: 'Component',
pagination: 'Pagination',
publish_activity: 'Publish Activity',
submit_agenda: 'Submit Agenda',
powered_by: 'Powered by',
documentation: 'Documentation',
documentation_summary: 'Find in-depth information about Next.js features and API.',
learn: 'Learn',
learn_summary: 'Learn about Next.js in an interactive course with quizzes!',
examples: 'Examples',
examples_summary: 'Discover and deploy boilerplate example Next.js projects.',
deploy: 'Deploy',
deploy_summary: 'Instantly deploy your Next.js site to a public URL with Vercel.',
// Pagination Table
create: 'Create',
view: 'View',
submit: 'Submit',
cancel: 'Cancel',
edit: 'Edit',
delete: 'Delete',
actions: 'Actions',
total_x_rows: ({ totalCount }: { totalCount: number }) => `Total ${totalCount} rows`,
sure_to_delete_x: ({ keys }: { keys: IDType[] }) => `Are you sure to delete ${keys.join(', ')}?`,
repository_name: 'Repository Name',
programming_language: 'Programming Language',
topic: 'Topic',
star_count: 'Star Count',
description: 'Description',
// Scroll List
scroll_list: 'Scroll List',
load_more: 'Load more...',
no_more: 'No more',
// MDX Article
article: 'Article',
// Homepage sections
latest_activities: 'Latest Activities',
active_instructors: 'Active Instructors',
partners: 'Partners',
more_activities: 'More Activities',
view_profile: 'View Profile',
participants: 'participants',
// Activities
all_activities: 'All Activities',
discover_activities_description:
'Discover exciting events and activities happening in our community.',
no_activities_found: 'No Activities Found',
no_activities_description:
'There are currently no activities available. Please check back later.',
// Activity Editor
activity_name: 'Activity Name',
banner: 'Banner Image',
activity_start_time: 'Activity Start Time',
activity_end_time: 'Activity End Time',
create_activity: 'Create Activity',
edit_activity: 'Edit Activity',
activity_title_placeholder: 'Enter activity name',
activity_address: 'Activity Address',
activity_url: 'Activity URL',
save_activity: 'Save Activity',
activity_created_successfully: 'Activity created successfully!',
activity_updated_successfully: 'Activity updated successfully!',
// General fields
title: 'Title',
summary: 'Summary',
start_time: 'Start Time',
end_time: 'End Time',
place: 'Place',
// Forum Manager
manage_forum: 'Manage Forum',
forum_list: 'Forum List',
create_forum: 'Create Forum',
edit_forum: 'Edit Forum',
forum_created_successfully: 'Forum created successfully!',
forum_updated_successfully: 'Forum updated successfully!',
name: 'Name',
type: 'Type',
address: 'Address',
location: 'Location',
capacity: 'Capacity',
field_required: 'This field is required',
opening_hours: 'Opening Hours',
open_days: 'Open Days',
equipment: 'Equipment',
sunday: 'Sunday',
monday: 'Monday',
tuesday: 'Tuesday',
wednesday: 'Wednesday',
thursday: 'Thursday',
friday: 'Friday',
saturday: 'Saturday',
// Room/Place Management
open_time: 'Open Time',
close_time: 'Close Time',
open_weekdays: 'Open Weekdays',
devices: 'Devices',
lecture_hall: 'Lecture Hall',
reception_hall: 'Reception Hall',
meeting_room: 'Meeting Room',
lounge: 'Lounge',
room_created_successfully: 'Room created successfully!',
room_updated_successfully: 'Room updated successfully!',
room_deleted_successfully: 'Room deleted successfully!',
network: 'Network',
projector: 'Projector',
led_screen: 'LED Screen',
microphone: 'Microphone',
// Partner types
technology_partners: 'Technology Partners',
community_partners: 'Community Partners',
sponsors: 'Sponsors',
// Cooperation Management
cooperation_management: 'Cooperation Management',
cooperation_list: 'Cooperation List',
create_cooperation: 'Add Cooperation',
edit_cooperation: 'Edit Cooperation',
cooperation_level: 'Cooperation Level',
contact_person: 'Contact Person',
remarks: 'Remarks',
status: 'Status',
website: 'Website',
organization: 'Organization',
organization_list: 'Organization List',
create_organization: 'Add Organization',
edit_organization: 'Edit Organization',
english_name: 'English Name',
logo: 'Logo',
activity_list: 'Activity List',
session_list: 'Session List',
// Session Management
session_management: 'Session Management',
create_session: 'Create Session',
edit_session: 'Edit Session',
session_title: 'Session Title',
session_summary: 'Session Summary',
duration_minutes: 'Duration (Minutes)',
minutes: 'minutes',
people_capacity: 'People Capacity',
session_created_successfully: 'Session created successfully!',
session_updated_successfully: 'Session updated successfully!',
submit_to_activity: 'Submit to Activity',
select_activity: 'Select Activity',
please_select: 'Please select...',
submitting: 'Submitting...',
agenda_submitted_successfully: 'Agenda submitted successfully!',
submission_failed: 'Submission failed. Please try again.',
submitted: 'Submitted',
agenda_management: 'Agenda Management',
submitted_agendas: 'Submitted Agendas',
review_agenda: 'Review Agenda',
mentors: 'Mentors',
approved: 'Approved',
pending_review: 'Pending Review',
unknown: 'Unknown',
} as const;