Просмотр исходного кода

feat: add translation for updating sidebar mode

yukendev 2 лет назад
Родитель
Сommit
92b0e003b9

+ 1 - 0
apps/app/public/static/locales/en_US/translation.json

@@ -252,6 +252,7 @@
   "ui_settings": {
     "ui_settings": "UI Settings",
     "side_bar_mode": {
+      "settings": "Sidebar mode settings",
       "side_bar_mode_setting": "Set the sidebar mode",
       "description": "You can set whether the sidebar is always open or not."
     }

+ 1 - 0
apps/app/public/static/locales/ja_JP/translation.json

@@ -253,6 +253,7 @@
   "ui_settings": {
     "ui_settings": "UI設定",
     "side_bar_mode": {
+      "settings": "サイドバーモードの設定",
       "side_bar_mode_setting": "サイドバーのモードを設定する",
       "description": "サイドバーを常時開いた状態にするかどうかを設定できます。"
     }

+ 1 - 0
apps/app/public/static/locales/zh_CN/translation.json

@@ -243,6 +243,7 @@
   "ui_settings": {
     "ui_settings": "用户界面设置",
     "side_bar_mode": {
+      "settings": "侧边栏模式设置",
       "side_bar_mode_setting": "设置侧边栏模式",
       "description": "您可以设置侧边栏是否始终保持打开状态。"
     }