DDeepin Developerfeat: Init commit
430163a1创建于 2022年10月19日历史提交
export default {
  softwareHome: '软件中心',
  all: '领域应用',
  field: 'Field',
  rpmpkg: 'Package',
  rpm: 'Package',
  apppkg: 'Image',
  image: 'Image',
  epkgpkg: 'EPKG',
  epkg: 'EPKG',
  oepkg: 'OEPKG',
  conda: 'CONDA',
  condapkg: 'CONDA',
  appversion: 'Upstream',
  filterAll: 'All',
  filterName: 'name',
  filterSummary: 'Summary',
  filterFile: 'File',
  searchPlaceholder: 'Enter content for search, separate multiple keywords with commas',
  searchPlaceholder1: 'Search',
  softwareList: 'software List',

  viewAll: 'All',
  upList: 'Collapse',
  sortTitle: 'Sort',
  timeOrder: 'By update time',
  nameOrder: 'By package name',
  filterPleaseEnter: ['Please enter ', ' Related information '],

  nofound: 'No result',
  viewAllSearch: 'View all search results',
  feedback: 'I need feedback',
  nofoundApp: "Can't find the relevant application?",
  history: 'History',
  searchview: ['View ', ' Related '],

  // 表格
  columns: {
    name: 'Package Name',
    version: 'Version ',
    os: 'System version',
    arch: 'Architecture',
    category: 'Domain',
    timeorder: 'Update time',
    repository: 'Source code repository',
    size: 'Package size',
    download: 'Download',
    copySuccess: 'Copy successful',
    binaryPackages: 'Binary packages',
    sourcePackages: 'Source Code Package',
    type: 'Type',
    operation: 'Operation',
    imageName: 'Image Name',
    subPath: 'subPath',
  },

  //反馈
  feedbackTitle: 'Feedback',
  feedbackPlaceholder: 'Please enter your feedback',
  feedbackSuccess: 'Success, thank you for your feedback!',
  feedbackWarning: 'Feedback failed, please try again',
  feedbackMessage: ['Please enter your feedback ', ' Please select an asterisk rating ', ' Illegal characters, please re-enter '],
  feedbackTxt: [
    'Thank you for your feedback, we will improve as soon as possible! You can also ',
    ' contact maintainer ',
    ' or ',
    ' contact openEuler assistant ',
  ],
  feedbackButton: ['Quick Feedback ', ' Submit Issue '],
  feedbackPkg: {
    btn: 'One click feedback',
    text: 'We have received feedback that there are no relevant applications.',
    schedule: 'View progress',
    name: 'Name',
    state: 'State',
    online: 'Online',
  },

  // 外部链接提示
  external: {
    title: 'Jumping to external website soon',
    text: 'The link you are about to access does not belong to the software market. Please pay attention to the security of your account.',
    btn: ['Continue ', ' Cancel '],
  },

  // detail
  installImage: {
    title: 'Installing and downloading container images',
    text: 'Pull image to local',
  },
  //Sider
  FilterSider: {
    os: 'openEuler version selection',
    arch: 'Architecture',
    category: 'Domain',
    clear: 'Clear',
  },
};