项目文件夹

文件
wehub-resource-sync 2114b14ee0
Sync main into demo / sync (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:26 +08:00

19 行
401 B
TypeScript

/**
* Browser 字符串资源 — 对应 AOSP res/values/strings.xml
*/
export const strings = {
app_name: '浏览器',
// ── BrowserHome ──
search_or_enter_url: '搜索或输入网址',
// ── TabsOverlay ──
tabs: '标签页',
new_tab: '新标签页',
// ── BrowserContent ──
home_page: '主页',
} as const;
export type StringKey = keyof typeof strings;