File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ export default defineConfig({
2323 lang : "en" ,
2424 label : "English" ,
2525 outlineTitle : "Outline" ,
26+ prevPageText : "Previous Page" ,
27+ nextPageText : "Next Page" ,
2628 searchPlaceholderText : "Search" ,
2729 searchNoResultsText : "No results for" ,
2830 searchSuggestedQueryText : "Please try again with a different keyword" ,
@@ -31,13 +33,13 @@ export default defineConfig({
3133 filterPlaceholderText : "Enter keyword" ,
3234 filterNoResultText : "No matching API found" ,
3335 } ,
34- prevPageText : "Previous Page" ,
35- nextPageText : "Next Page" ,
3636 } ,
3737 {
3838 lang : "zh" ,
3939 label : "简体中文" ,
4040 outlineTitle : "大纲" ,
41+ prevPageText : "上一页" ,
42+ nextPageText : "下一页" ,
4143 searchPlaceholderText : "搜索" ,
4244 searchNoResultsText : "没有搜索结果" ,
4345 searchSuggestedQueryText : "请尝试使用不同的关键词" ,
@@ -46,8 +48,6 @@ export default defineConfig({
4648 filterPlaceholderText : "输入关键词" ,
4749 filterNoResultText : "没有找到匹配的 API" ,
4850 } ,
49- prevPageText : "上一页" ,
50- nextPageText : "下一页" ,
5151 } ,
5252 ] ,
5353 socialLinks : [
You can’t perform that action at this time.
0 commit comments