diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 52970dd..dc2b92d 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -102,10 +102,16 @@ export default { light: 'light', dark: 'dark', + global: 'Global', + scalingNotice: 'You should modify these options rather than scaling in OBS', + globalScale: 'Global scale', + fontScale: 'Font scale', + outlines: 'Outlines', showOutlines: 'Show outlines', outlineSize: 'Outline size', outlineColor: 'Outline color', + blurryOutline: 'Blurry', avatars: 'Avatars', showAvatars: 'Show avatars', diff --git a/frontend/src/lang/ja.js b/frontend/src/lang/ja.js index 4ef25eb..4ec10c2 100644 --- a/frontend/src/lang/ja.js +++ b/frontend/src/lang/ja.js @@ -99,13 +99,19 @@ export default { legacy: '古典', lineLike: 'LINE風', - light: '明るい', - dark: '暗い', + light: 'ライト', + dark: 'ダーク', + + global: 'グローバル', + scalingNotice: 'OBSでスケーリングするのではなく、まずこちらを調整してください', + globalScale: '全体のスケール', + fontScale: 'フォントスケール', outlines: 'アウトライン', showOutlines: 'アウトラインを表示する', outlineSize: 'アウトラインのサイズ', outlineColor: 'アウトラインの色', + blurryOutline: 'ぼやけている', avatars: 'アイコン', showAvatars: 'アイコンを表示する', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 43b4df5..260819f 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -97,13 +97,19 @@ export default { legacy: '经典', lineLike: '仿微信', - light: '亮色', - dark: '暗色', + light: '浅色', + dark: '深色', + + global: '全局', + scalingNotice: '如果觉得字体太小,优先修改这里的比例而不是在OBS里拉伸浏览器源。求求你们不要拉伸然后问为什么看不清了😭', + globalScale: '全局比例', + fontScale: '字体比例', outlines: '描边', showOutlines: '显示描边', outlineSize: '描边尺寸', outlineColor: '描边颜色', + blurryOutline: '模糊', avatars: '头像', showAvatars: '显示头像', diff --git a/frontend/src/views/StyleGenerator/Legacy.vue b/frontend/src/views/StyleGenerator/Legacy.vue index b440293..70a0c83 100644 --- a/frontend/src/views/StyleGenerator/Legacy.vue +++ b/frontend/src/views/StyleGenerator/Legacy.vue @@ -2,6 +2,27 @@ + + +

+ +

+ + + + + + + + + + + + +
+