Skip to content
Snippets Groups Projects
en.js 15.8 KiB
Newer Older
  • Learn to ignore specific revisions
  • Pan's avatar
    Pan committed
    export default {
      route: {
    
    Pan's avatar
    Pan committed
        dashboard: 'Dashboard',
        introduction: 'Introduction',
    
    Pan's avatar
    Pan committed
        documentation: 'Documentation',
    
    花裤衩's avatar
    花裤衩 committed
        guide: 'Guide',
    
    Pan's avatar
    Pan committed
        permission: 'Permission',
    
        pagePermission: 'Page Permission',
        directivePermission: 'Directive Permission',
    
    Pan's avatar
    Pan committed
        icons: 'Icons',
        components: 'Components',
        componentIndex: 'Introduction',
    
    Pan's avatar
    Pan committed
        markdown: 'Markdown',
        jsonEditor: 'JSON Editor',
    
    Pan's avatar
    Pan committed
        dndList: 'Dnd List',
        splitPane: 'SplitPane',
        avatarUpload: 'Avatar Upload',
    
    Pan's avatar
    Pan committed
        dropzone: 'Dropzone',
        sticky: 'Sticky',
        countTo: 'CountTo',
        componentMixin: 'Mixin',
    
    Pan's avatar
    Pan committed
        backToTop: 'BackToTop',
    
        dragDialog: 'Drag Dialog',
    
        dragSelect: 'Drag Select',
    
        dragKanban: 'Drag Kanban',
    
    Pan's avatar
    Pan committed
        charts: 'Charts',
        keyboardChart: 'Keyboard Chart',
    
    花裤衩's avatar
    花裤衩 committed
        lineChart: 'Line Chart',
    
    Pan's avatar
    Pan committed
        mixChart: 'Mix Chart',
        example: 'Example',
    
        nested: 'Nested Routes',
    
        menu1: 'Menu 1',
        'menu1-1': 'Menu 1-1',
        'menu1-2': 'Menu 1-2',
        'menu1-2-1': 'Menu 1-2-1',
        'menu1-2-2': 'Menu 1-2-2',
        'menu1-3': 'Menu 1-3',
        menu2: 'Menu 2',
    
    Pan's avatar
    Pan committed
        Table: 'Table',
    
    Pan's avatar
    Pan committed
        dynamicTable: 'Dynamic Table',
        dragTable: 'Drag Table',
        inlineEditTable: 'Inline Edit',
        complexTable: 'Complex Table',
    
    Pan's avatar
    Pan committed
        treeTable: 'Tree Table',
    
        customTreeTable: 'Custom TreeTable',
    
    Pan's avatar
    Pan committed
        tab: 'Tab',
        form: 'Form',
    
    花裤衩's avatar
    花裤衩 committed
        createArticle: 'Create Article',
        editArticle: 'Edit Article',
        articleList: 'Article List',
    
    Pan's avatar
    Pan committed
        errorPages: 'Error Pages',
    
    Pan's avatar
    Pan committed
        page401: '401',
        page404: '404',
    
    Pan's avatar
    Pan committed
        errorLog: 'Error Log',
        excel: 'Excel',
        exportExcel: 'Export Excel',
        selectExcel: 'Export Selected',
        uploadExcel: 'Upload Excel',
    
    Pan's avatar
    Pan committed
        zip: 'Zip',
    
        pdf: 'PDF',
    
    Pan's avatar
    Pan committed
        exportZip: 'Export Zip',
    
    Pan's avatar
    Pan committed
        theme: 'Theme',
        clipboardDemo: 'Clipboard',
    
        i18n: 'I18n',
    
    Maxim Filippov's avatar
    Maxim Filippov committed
        externalLink: 'External Link',
    
        users: 'Users',
    
        reports: 'Reports',
    
        settings: 'Settings',
    
    Maxim Filippov's avatar
    Maxim Filippov committed
        moderationLog: 'Moderation Log',
    
        'emoji-packs': 'Emoji packs',
        stats: 'Stats'
    
    Pan's avatar
    Pan committed
      },
    
    花裤衩's avatar
    花裤衩 committed
      navbar: {
        logOut: 'Log Out',
        dashboard: 'Dashboard',
        github: 'Github',
    
        theme: 'Theme',
        size: 'Global Size'
    
    花裤衩's avatar
    花裤衩 committed
      },
    
    Pan's avatar
    Pan committed
      login: {
        title: 'Login Form',
        logIn: 'Log in',
    
    Maxim Filippov's avatar
    Maxim Filippov committed
        logInViaPleromaFE: 'Log in via PleromaFE',
        username: 'username@host',
        password: 'password',
        omitHostname: 'omit hostname if Pleroma is located on this domain',
    
        errorMessage: 'Username must contain username and host, e.g. john@pleroma.social',
    
    Pan's avatar
    Pan committed
        any: 'any',
        thirdparty: 'Or connect with',
    
    Maxim Filippov's avatar
    Maxim Filippov committed
        pleromaFELoginFailed: 'Failed to login via PleromaFE, please login with username/password',
        pleromaFELoginSucceed: 'Logged in via PleromaFE'
    
    花裤衩's avatar
    花裤衩 committed
      },
      documentation: {
        documentation: 'Documentation',
        github: 'Github Repository'
      },
      permission: {
        roles: 'Your roles',
    
        switchRoles: 'Switch roles',
        tips: 'In some cases it is not suitable to use v-permission, such as element Tab component or el-table-column and other asynchronous rendering dom cases which can only be achieved by manually setting the v-if.'
    
    花裤衩's avatar
    花裤衩 committed
      },
    
    花裤衩's avatar
    花裤衩 committed
      guide: {
        description: 'The guide page is useful for some people who entered the project for the first time. You can briefly introduce the features of the project. Demo is based on ',
        button: 'Show Guide'
      },
    
    花裤衩's avatar
    花裤衩 committed
      components: {
        documentation: 'Documentation',
    
        dropzoneTips: 'Because my business has special needs, and has to upload images to qiniu, so instead of a third party, I chose encapsulate it by myself. It is very simple, you can see the detail code in @/components/element-ui/Dropzone.',
    
    花裤衩's avatar
    花裤衩 committed
        stickyTips: 'when the page is scrolled to the preset position will be sticky on the top.',
        backToTopTips1: 'When the page is scrolled to the specified position, the Back to Top button appears in the lower right corner',
        backToTopTips2: 'You can customize the style of the button, show / hide, height of appearance, height of the return. If you need a text prompt, you can use element-ui el-tooltip elements externally',
        imageUploadTips: 'Since I was using only the vue@1 version, and it is not compatible with mockjs at the moment, I modified it myself, and if you are going to use it, it is better to use official version.'
      },
      table: {
        dynamicTips1: 'Fixed header, sorted by header order',
        dynamicTips2: 'Not fixed header, sorted by click order',
        dragTips1: 'The default order',
        dragTips2: 'The after dragging order',
        title: 'Title',
        importance: 'Imp',
        type: 'Type',
        remark: 'Remark',
        search: 'Search',
        add: 'Add',
        export: 'Export',
        reviewer: 'reviewer',
        id: 'ID',
        date: 'Date',
        author: 'Author',
        readings: 'Readings',
        status: 'Status',
        actions: 'Actions',
        edit: 'Edit',
        publish: 'Publish',
        draft: 'Draft',
        delete: 'Delete',
        cancel: 'Cancel',
        confirm: 'Confirm'
      },
      errorLog: {
        tips: 'Please click the bug icon in the upper right corner',
        description: 'Now the management system are basically the form of the spa, it enhances the user experience, but it also increases the possibility of page problems, a small negligence may lead to the entire page deadlock. Fortunately Vue provides a way to catch handling exceptions, where you can handle errors or report exceptions.',
        documentation: 'Document introduction'
      },
      excel: {
        export: 'Export',
    
        selectedExport: 'Export Selected Items',
    
    花裤衩's avatar
    花裤衩 committed
        placeholder: 'Please enter the file name(default excel-list)'
      },
      zip: {
        export: 'Export',
        placeholder: 'Please enter the file name(default file)'
      },
    
      pdf: {
        tips: 'Here we use window.print() to implement the feature of downloading pdf.'
      },
    
    花裤衩's avatar
    花裤衩 committed
      theme: {
    
        change: 'Change Theme',
    
    花裤衩's avatar
    花裤衩 committed
        documentation: 'Theme documentation',
        tips: 'Tips: It is different from the theme-pick on the navbar is two different skinning methods, each with different application scenarios. Refer to the documentation for details.'
    
    Pan's avatar
    Pan committed
      },
      tagsView: {
    
        refresh: 'Refresh',
    
    Pan's avatar
    Pan committed
        close: 'Close',
        closeOthers: 'Close Others',
        closeAll: 'Close All'
    
    Angelina Filippova's avatar
    Angelina Filippova committed
      },
      users: {
        users: 'Users',
        localUsersOnly: 'Local users only',
        search: 'Search',
        id: 'ID',
        name: 'Name',
        status: 'Status',
        local: 'local',
        external: 'external',
        deactivated: 'deactivated',
        active: 'active',
    
        unconfirmed: 'unconfirmed',
    
    Angelina Filippova's avatar
    Angelina Filippova committed
        actions: 'Actions',
        activate: 'Activate',
        deactivate: 'Deactivate',
        admin: 'admin',
        moderator: 'moderator',
        moderation: 'Moderation',
        revokeAdmin: 'Revoke Admin',
        grantAdmin: 'Grant Admin',
        revokeModerator: 'Revoke Moderator',
        grantModerator: 'Grant Moderator',
        activateAccount: 'Activate Account',
    
        activateAccounts: 'Activate Accounts',
    
    Angelina Filippova's avatar
    Angelina Filippova committed
        deactivateAccount: 'Deactivate Account',
    
        deactivateAccounts: 'Deactivate Accounts',
    
    Angelina Filippova's avatar
    Angelina Filippova committed
        deleteAccount: 'Delete Account',
    
        deleteAccounts: 'Delete Accounts',
    
    Angelina Filippova's avatar
    Angelina Filippova committed
        forceNsfw: 'Force posts to be NSFW',
        stripMedia: 'Force posts not to have media',
        forceUnlisted: 'Force posts to be unlisted',
        sandbox: 'Force posts to be followers-only',
        disableRemoteSubscription: 'Disallow following user from remote instances',
    
        disableRemoteSubscriptionForMultiple: 'Disallow following users from remote instances',
    
        disableAnySubscription: 'Disallow following user at all',
    
        disableAnySubscriptionForMultiple: 'Disallow following users at all',
    
        requirePasswordReset: 'Require password reset on next login',
    
    Angelina Filippova's avatar
    Angelina Filippova committed
        selectUsers: 'Select users to apply actions to multiple users',
    
        moderateUsers: 'Moderate multiple users',
    
        createAccount: 'Create new account',
    
        apply: 'apply',
        remove: 'remove',
        grantRightConfirmation: 'Are you sure you want to grant {right} rights to all selected users?',
        revokeRightConfirmation: 'Are you sure you want to revoke {right} rights from all selected users?',
        activateMultipleUsersConfirmation: 'Are you sure you want to activate accounts of all selected users?',
        deactivateMultipleUsersConfirmation: 'Are you sure you want to deactivate accounts of all selected users?',
        deleteMultipleUsersConfirmation: 'Are you sure you want to delete accounts of all selected users?',
        addTagForMultipleUsersConfirmation: 'Are you sure you want to apply tag to all selected users?',
        removeTagFromMultipleUsersConfirmation: 'Are you sure you want to remove tag from all selected users?',
    
        requirePasswordResetConfirmation: 'Are you sure you want to require password reset for all selected users?',
    
        confirmAccountsConfirmation: 'Are you sure you want to confirm emails for all selected users?',
        resendEmailConfirmation: 'Are you sure you want to resend confirmation email for all selected users?',
    
        mailerMustBeEnabled: 'To require user\'s password reset you must enable mailer.',
    
        ok: 'Okay',
        completed: 'Completed',
        cancel: 'Cancel',
        canceled: 'Canceled',
        username: 'Username',
        email: 'E-mail',
        password: 'Password',
        create: 'Create',
    
        submitFormError: 'There are invalid values in the form. Please fix them before continuing.',
    
        emptyEmailError: 'Please input the e-mail',
        invalidEmailError: 'Please input valid e-mail',
        emptyPasswordError: 'Please input the password',
        emptyNicknameError: 'Please input the username',
    
        invalidNicknameError: 'Username can include "a-z", "A-Z" and "0-9" characters',
        getPasswordResetToken: 'Get password reset token',
        passwordResetTokenCreated: 'Password reset token was created',
    
        accountCreated: 'New account was created!',
        unconfirmedEmail: 'User didn\'t confirm the email',
        confirmAccount: 'Confirm account',
        confirmAccounts: 'Confirm accounts',
        resendConfirmation: 'Resend confirmation email'
    
    Maxim Filippov's avatar
    Maxim Filippov committed
      statuses: {
    
    Maxim Filippov's avatar
    Maxim Filippov committed
        statuses: 'Statuses by instance',
    
    Maxim Filippov's avatar
    Maxim Filippov committed
        instanceFilter: 'Instance filter',
    
    Maxim Filippov's avatar
    Maxim Filippov committed
        loadMore: 'Load more',
        noInstances: 'No other instances found'
    
    Maxim Filippov's avatar
    Maxim Filippov committed
      },
    
    Maxim Filippov's avatar
    Maxim Filippov committed
      userProfile: {
        tags: 'Tags',
        moderator: 'Moderator',
        admin: 'Admin',
    
        local: 'local',
        external: 'external',
        localUppercase: 'Local',
    
    Maxim Filippov's avatar
    Maxim Filippov committed
        nickname: 'Nickname',
        recentStatuses: 'Recent Statues',
    
        showPrivateStatuses: 'Show private statuses',
        roles: 'Roles',
        activeUppercase: 'Active',
        active: 'active',
    
        deactivated: 'deactivated',
        noStatuses: 'No statuses to show'
    
      },
      usersFilter: {
        inputPlaceholder: 'Select filter',
        byUserType: 'By user type',
        local: 'Local',
        external: 'External',
        byStatus: 'By status',
        active: 'Active',
        deactivated: 'Deactivated'
    
      },
      reports: {
    
    Angelina Filippova's avatar
    Angelina Filippova committed
        reports: 'Reports',
    
        groupedReports: 'Grouped reports',
    
    Angelina Filippova's avatar
    Angelina Filippova committed
        reply: 'Reply',
        from: 'From',
        showNotes: 'Show notes',
        newNote: 'New note',
    
        submit: 'Submit',
        confirmMsg: 'Are you sure you want to delete this note?',
        delete: 'Delete',
        cancel: 'Cancel',
        deleteCompleted: 'Delete comleted',
    
        deleteCanceled: 'Delete canceled',
    
        noNotes: 'No notes to display',
    
        changeState: "Change report's state",
        changeAllReports: 'Change all reports',
    
        changeScope: 'Change scope',
    
    Maxim Filippov's avatar
    Maxim Filippov committed
        moderateUser: 'Moderate user',
    
        resolve: 'Resolve',
        reopen: 'Reopen',
        close: 'Close',
    
        resolveAll: 'Resolve all',
        reopenAll: 'Reopen all',
        closeAll: 'Close all',
    
        addSensitive: 'Add Sensitive flag',
        removeSensitive: 'Remove Sensitive flag',
        public: 'Make status public',
        private: 'Make status private',
        unlisted: 'Make status unlisted',
    
        sensitive: 'Sensitive',
    
        deleteStatus: 'Delete status',
        reportOn: 'Report on',
        reportsOn: 'Reports on',
        id: 'ID',
        account: 'Account',
        actor: 'Actor',
        actors: 'Actors',
        content: 'Content',
    
        reportedStatus: 'Reported status',
    
    Maxim Filippov's avatar
    Maxim Filippov committed
        statusDeleted: 'This status has been deleted',
        leaveNote: 'Leave a note',
        postNote: 'Send',
        deleteNote: 'Delete'
    
      },
      reportsFilter: {
        inputPlaceholder: 'Select filter',
        open: 'Open',
        closed: 'Closed',
        resolved: 'Resolved'
    
    Maxim Filippov's avatar
    Maxim Filippov committed
      moderationLog: {
        moderationLog: 'Moderation Log'
      },
    
      settings: {
        settings: 'Settings',
        instance: 'Instance',
        upload: 'Upload',
        mailer: 'Mailer',
        logger: 'Logger',
        activityPub: 'ActivityPub',
        auth: 'Authentication',
        autoLinker: 'Auto Linker',
        captcha: 'Captcha',
        frontend: 'Frontend',
        http: 'HTTP',
        mrf: 'MRF',
        mediaProxy: 'Media Proxy',
        metadata: 'Metadata',
        gopher: 'Gopher',
        endpoint: 'Endpoint',
        jobQueue: 'Job queue',
        webPush: 'Web push encryption',
        esshd: 'BBS / SSH access',
        rateLimiters: 'Rate limiters',
        database: 'Database',
        other: 'Other',
    
        relays: 'Relays',
    
    Angelina Filippova's avatar
    Angelina Filippova committed
        follow: 'Follow',
        followRelay: 'Follow new relay',
        instanceUrl: 'Instance URL',
    
        success: 'Settings changed successfully!',
    
        emojiPacks: 'Emoji packs',
        reloadEmoji: 'Reload emoji',
        importPacks: 'Import packs from the server filesystem',
        importEmojiTooltip: 'Importing from the filesystem will scan the directories and import those without pack.json but with emoji.txt or without neither',
        localPacks: 'Local packs',
        refreshLocalPacks: 'Refresh local packs',
        createLocalPack: 'Create a new local pack',
        packs: 'Packs',
        remotePacks: 'Remote packs',
        remoteInstanceAddress: 'Remote instance address',
    
        refreshRemote: 'Refresh remote packs',
        sharePack: 'Share pack',
        homepage: 'Homepage',
        description: 'Description',
        license: 'License',
        fallbackSrc: 'Fallback source',
        fallbackSrcSha: 'Fallback source SHA',
    
        savePackMetadata: 'Save pack metadata',
        addNewEmoji: 'Add new emoji to the pack',
        shortcode: 'Shortcode',
        uploadFile: 'Upload a file',
        customFilename: 'Custom filename',
        optional: 'optional',
        customFilenameDesc: 'Custom file name (optional)',
        url: 'URL',
        required: 'required',
    
        clickToUpload: 'Click to upload',
        showPackContents: 'Show pack contents',
        manageEmoji: 'Manage existing emoji',
        file: 'File',
        update: 'Update',
        remove: 'Remove',
        selectLocalPack: 'Select the local pack to copy to',
        localPack: 'Local pack',
        specifyShortcode: 'Specify a custom shortcode',
        specifyFilename: 'Specify a custom filename',
        leaveEmptyShortcode: 'leave empty to use the same shortcode',
        leaveEmptyFilename: 'leave empty to use the same filename',
        copy: 'Copy',
    
        copyToLocalPack: 'Copy to local pack',
        thisWillDownload: 'This will download the',
        downloadToCurrentInstance: 'pack to the current instance under the name',
        canBeChanged: 'can be changed below',
        willBeUsable: 'It will then be usable and shareable from the current instance',
        downloadPack: 'Download pack',
        deletePack: 'Delete pack',
        downloadSharedPack: 'Download shared pack to current instance',
        downloadAsOptional: 'Download as (optional)',
    
        downloadPackArchive: 'Download pack archive',
        successfullyDownloaded: 'Successfully downloaded',
        successfullyImported: 'Successfully imported',
        nowNewPacksToImport: 'No new packs to import',
        successfullyUpdated: 'Successfully updated',
        metadatLowerCase: 'metadata',
        files: 'files'
    
      },
      invites: {
        inviteTokens: 'Invite tokens',
        createInviteToken: 'Generate invite token',
        pickDate: 'Pick a date',
        maxUse: 'Max use',
        expiresAt: 'Expires at',
        tokenCreated: 'Invite token was created',
        token: 'Token',
        uses: 'Uses',
        used: 'Used',
        cancel: 'Cancel',
        create: 'Create',
        revoke: 'Revoke',
        id: 'ID',
        actions: 'Actions',
        active: 'Active',
        inviteUserViaEmail: 'Invite user via email',
        sendRegistration: 'Send registration invite via email',
        email: 'Email',
        name: 'Name',
        emptyEmailError: 'Please input the e-mail',
        invalidEmailError: 'Please input valid e-mail',
        emailSent: 'Invite was sent',
        submitFormError: 'There are invalid values in the form. Please fix them before continuing.',
        inviteViaEmailAlert: 'To send invite via email make sure to enable `invites_enabled` and disable `registrations_open`'
    
      },
      stats: {
        stats: 'Instance stats',
        statusCounts: 'Status counts',
        all: 'All',
        public: 'Public',
        unlisted: 'Unlisted',
        direct: 'Direct',
        private: 'Private'
    
    Pan's avatar
    Pan committed
      }
    }