Parcourir la source

feat(core): update some trans

gemercheung il y a 3 ans
Parent
commit
0831b731cc
1 fichiers modifiés avec 12 ajouts et 12 suppressions
  1. 12 12
      src/views/scenes/list.vue

+ 12 - 12
src/views/scenes/list.vue

@@ -31,18 +31,18 @@
               label: t('routes.scenes.editor'),
               onClick: openSceneEditor.bind(null, record),
             },
-            {
-              // icon: 'dashicons:editor-kitchensink',
-              color: 'error',
-              label: t('routes.scenes.makeLiveCover'),
-              onClick: openSceneEditor.bind(null, record),
-            },
-            {
-              // icon: 'dashicons:editor-kitchensink',
-              color: 'error',
-              label: t('routes.scenes.editor'),
-              onClick: openSceneEditor.bind(null, record),
-            },
+            // {
+            //   // icon: 'dashicons:editor-kitchensink',
+            //   color: 'error',
+            //   label: t('routes.scenes.makeLiveCover'),
+            //   onClick: openSceneEditor.bind(null, record),
+            // },
+            // {
+            //   // icon: 'dashicons:editor-kitchensink',
+            //   color: 'error',
+            //   label: t('routes.scenes.editor'),
+            //   onClick: openSceneEditor.bind(null, record),
+            // },
           ]"
         />
       </template>