Feat: add theme switcher (#18093)
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
const translation = {
|
||||
theme: {
|
||||
theme: 'Theme',
|
||||
light: 'light',
|
||||
dark: 'dark',
|
||||
auto: 'system',
|
||||
},
|
||||
api: {
|
||||
success: 'Success',
|
||||
actionSuccess: 'Action succeeded',
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
const translation = {
|
||||
theme: {
|
||||
theme: 'テーマ',
|
||||
light: '明るい',
|
||||
dark: '暗い',
|
||||
auto: 'システム',
|
||||
},
|
||||
api: {
|
||||
success: '成功',
|
||||
actionSuccess: 'アクションが成功しました',
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
const translation = {
|
||||
theme: {
|
||||
theme: '主题',
|
||||
light: '浅色',
|
||||
dark: '深色',
|
||||
auto: '自动',
|
||||
},
|
||||
api: {
|
||||
success: '成功',
|
||||
actionSuccess: '操作成功',
|
||||
|
||||
Reference in New Issue
Block a user