ultimatepos/Modules/Project/Resources/lang/ce/lang.php

117 lines
4.3 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'project' => '项目',
'projects' => '项目',
'all_projects' => '所有项目',
'new_project' => '新项目',
'create_project' => '创建项目',
'lead' => '铅',
'end_date' => '结束日期',
'members' => '会员',
'not_started' => '没有开始',
'project_not_found' => '未找到项目!',
'edit_project' => '编辑项目',
'view_project' => '查看项目',
'overview' => '概述',
'create_task' => '创建任务',
'low' => '低',
'qty' => '数量',
'due_date' => '截止日期',
'subject' => '学科',
'incomplete' => '不完整',
'edit_task' => '编辑任务',
'view_task' => '查看任务',
'added_this_task_on' => ' :name 在 上添加了此任务',
'comment' => '评论',
'save_comment' => '保存评论',
'upload_doc' => '上传文档',
'file_upload' => '上传文件',
'time_logs' => '时间日志',
'start_date_time' => '开始日期时间',
'end_date_time' => '结束日期时间',
'work_hour' => '工作时间',
'logged_by' => '登录者',
'add_time_log' => '添加时间日志',
'edit_time_log' => '编辑时间日志',
'documents_and_notes' => '文档和注释',
'added_by' => '添加人',
'updated_at' => '更新于',
'any' => '任何',
'overdue' => '过期',
'less_than_1_week' => '少于1周',
'project_activity' => ' :name :description项目',
'project_task_activity' => ' :name :description任务',
'load_more' => '装载更多',
'project_note_activity' => ' :name :description注释',
'project_timelog_activity' => ' :name :description时间日志',
'field' => '领域',
'old_value' => '旧价值',
'new_value' => '新价值',
'updated_values' => '更新值',
'tasks' => '任务',
'my_tasks' => '我的任务',
'incompleted_tasks' => '未完成的任务',
'total_time' => '总时间日志',
'hour' => '小时',
'minutes' => '分钟',
'enable_timelog' => '启用时间日志',
'enable_notes_documents' => '启用文档和注释',
'add_a_task' => '添加任务',
'add_notes_docs' => '添加/编辑/删除文档和注释',
'add_time_log' => '添加时间日志',
'project_settings_updated' => ' :name 更新了项目设置',
'new_project_assgined_notification' => ' :created_by 为您提供了一个项目::project ',
'new_task_assgined_notification' => ' :created_by 为您分配了一个新任务::subject <code>:task_id</ code>',
'new_comment_on_task_notification' => ' :commented_by 对任务进行了评论::subject <code>:task_id</ code>',
'invoice' => '发票',
'title' => '标题',
'invoice_date' => '发票日期',
'rate' => '率',
'add_a_row' => '添加一行',
'toggle_invoice_task_description' => '显示/隐藏说明',
'terms' => '条款',
'notes' => '注意',
'estimate' => '估计',
'invoice_total' => '发票总额',
'create' => '创建',
'invoice_details' => '发票明细',
'enable_invoice' => '启用发票',
'project_invoice' => '项目发票',
'delete_project' => '删除项目',
'project_module' => '项目模块',
'priority' => '优先',
'completed' => '已完成',
'cancelled' => '取消',
'on_hold' => '等候接听',
'in_progress' => '进行中',
'medium' => '介质',
'high' => '高',
'urgent' => '紧急',
'task' => '任务',
'assigned_to' => '分配给',
'assigned_by' => '分配人',
'change_status' => '更改状态',
'add_comment' => ' 添加评论',
'activity' => '活动',
'invoices' => '发票',
'task_custom_field_1' => '自定义字段1',
'task_custom_field_2' => '自定义字段2',
'task_custom_field_3' => '自定义字段3',
'task_custom_field_4' => '自定义字段4',
'new_comment' => '新评论',
'project_categories' => '项目类别',
'project_category' => '项目类别',
'manage_project_categories' => '管理项目类别',
'category' => '类别',
'task_view' => '任务视图',
'list_view' => '列表显示',
'kanban_board' => '看板委员会',
'project_report' => '项目报告',
'time_log_report' => '时间日志报告',
'no_record_found' => '没有找到记录!',
'by_projects' => '按项目',
'by_employees' => '按员工',
'task_id_prefix' => '任务ID前缀',
];