Sfoglia il codice sorgente

feat: add添加文件管理

double.huang 5 anni fa
parent
commit
57e25c81de
5 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 1 0
      src/i18n/en.js
  2. 1 0
      src/i18n/es.js
  3. 1 0
      src/i18n/ja.js
  4. 1 0
      src/i18n/zh.js
  5. 1 0
      src/icons/svg/attachment.svg

+ 1 - 0
src/i18n/en.js

@@ -23,6 +23,7 @@ export default {
     'OptionSet': 'OptionSet',
     'Menu': 'Menu',
     'Scheduling': 'Scheduling',
+    'Attachment': 'Attachment',
     'Tracker': 'Tracker',
     'Documentation': 'Documentation',
     'Guide': 'Guide',

+ 1 - 0
src/i18n/es.js

@@ -23,6 +23,7 @@ export default {
     'OptionSet': 'Opcional',
     'Menu': 'Menú',
     'Scheduling': 'Planificador',
+    'Attachment': 'Adjunto archivo',
     'Tracker': 'Iniciar sesión',
     'Documentation': 'Documentación',
     'Guide': 'Guía',

+ 1 - 0
src/i18n/ja.js

@@ -23,6 +23,7 @@ export default {
     'OptionSet': 'オプション',
     'Menu': 'メニュー',
     'Scheduling': 'スケジューラー',
+    'Attachment': '別添',
     'Tracker': 'ログ',
     'Documentation': 'ドキュメント',
     'Guide': 'ガイド',

+ 1 - 0
src/i18n/zh.js

@@ -23,6 +23,7 @@ export default {
     'OptionSet': '选项',
     'Menu': '菜单',
     'Scheduling': '调度',
+    'Attachment': '附件',
     'Tracker': '日志',
     'Documentation': '文档',
     'Guide': '引导页',

+ 1 - 0
src/icons/svg/attachment.svg

@@ -0,0 +1 @@
+<svg t="1600482684032" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4262" width="200" height="200"><path d="M1023.488 886.784V256c0-76.288-70.656-68.608-70.656-68.608h-400.896c-25.088 0-36.352-12.288-36.352-12.288s-17.408-28.672-47.104-74.752C437.248 53.248 399.36 60.928 399.36 60.928H88.064C1.536 60.928 0 143.36 0 143.36v738.816c0 91.648 70.656 80.896 70.656 80.896h888.32c75.264 0 64.512-76.288 64.512-76.288z m-166.4-437.248H166.912c-23.552 0-43.008-20.48-43.008-45.056 0-23.552 17.92-45.056 43.008-45.056h689.664c23.552 0 43.008 20.48 43.008 45.056 0.512 23.04-17.408 45.056-42.496 45.056z" p-id="4263"></path></svg>