@@ -19,6 +19,16 @@ export default {
19
19
load_more : 'Load more...' ,
20
20
no_more : 'No more' ,
21
21
22
+ // Home page sections
23
+ participate : 'Participate' ,
24
+ code_work : 'Code Work' ,
25
+ non_code_work : 'Non-Code Work' ,
26
+ action : 'Action' ,
27
+ we_are_organizing_bazaar :
28
+ 'We are organizing the March Open Source Bazaar, welcome to participate!' ,
29
+ welcome_open_collaboration : 'Welcome to participate in' ,
30
+ open_collaboration : 'Open Collaboration' ,
31
+
22
32
// Volunteer page
23
33
volunteer : 'Volunteer' ,
24
34
online_volunteer : 'Online Volunteer' ,
@@ -92,38 +102,16 @@ export default {
92
102
github_document_description : 'This is a document page based on a GitHub repository.' ,
93
103
view_or_edit_on_github : 'View or edit this content on GitHub' ,
94
104
95
- // China Public Interest Map
96
- ngo : 'NGO' ,
97
- China_NGO_Map : 'China Public Interest Map' ,
98
- China_NGO_Landscape : 'China Public Interest Landscape' ,
99
- open_source_public_interest_plan : 'Open Source Public Interest Plan' ,
105
+ // China NGO Map
106
+ NGO : 'NGO' ,
107
+ China_NGO_DB : 'China NGO Database' ,
108
+ China_NGO_Map : 'China NGO Map' ,
109
+ China_NGO_Landscape : 'China NGO Landscape' ,
110
+ Open_Source_NGO_plan : 'Open Source NGO Plan' ,
100
111
landscape : 'Landscape' ,
101
- organizations : 'Organizations' ,
102
- no_data_available : 'No data available' ,
103
-
104
- // Organization interface translations
105
- filter : 'Filter' ,
106
- reset : 'Reset' ,
107
- map : 'Map' ,
108
- chart : 'Chart' ,
109
- type : 'Type' ,
110
- tag : 'Tag' ,
111
- total : 'Total' ,
112
- landscape_data_loading_message :
113
- 'Public interest organization data is loading, please try again later.' ,
114
- visit_website : 'Visit Website' ,
115
112
116
113
// Chart distribution titles
117
- ngo_area_distribution : 'NGO Area Distribution' ,
118
- ngo_service_distribution : 'NGO Service Distribution' ,
119
- ngo_type_distribution : 'NGO Type Distribution' ,
120
-
121
- // Home page sections
122
- participate : 'Participate' ,
123
- code_work : 'Code Work' ,
124
- non_code_work : 'Non-Code Work' ,
125
- action : 'Action' ,
126
- we_are_organizing_bazaar : 'We are organizing the March Open Source Bazaar, welcome to participate!' ,
127
- welcome_open_collaboration : 'Welcome to participate in' ,
128
- open_collaboration : 'Open Collaboration' ,
114
+ NGO_area_distribution : 'NGO Area Distribution' ,
115
+ NGO_service_distribution : 'NGO Service Distribution' ,
116
+ NGO_type_distribution : 'NGO Type Distribution' ,
129
117
} ;
0 commit comments