📄 prrm_task.properties
字号:
# ------------------------------------------- Page Setting ---------------------------------------
# -- Tasks Page --
tasks.title=Task List
tasks.heading=List All Tasks
tasks.notfound=<span>No tasks found.</span>
# -- Task Page --
task.title=Task
task.heading=View Task
# -- Add Task Form --
addTask.title=Task Creation
addTask.heading=Add Task
addTask.message=Please fill up the following form to add a new task.
# -- Edit Task Form --
editTask.title=Task Update
editTask.heading=Edit Task
editTask.message=Please edit the entries in the following form to edit the task.
deleteTask.title=Task Delete
deleteTask.heading=Delete Task
# -------------------------------------------- Errors Messages ---------------------------------------------
task.delete.nullid=Fail to delete task with null id.
task.nullid=Fail to view task with null id.
task.null=Fail to view null task.
task.nullmethod=Method parameter value required. Null method parameter not supported.
# -------------------------------------------- Success Messages ---------------------------------------------
task.added=Task <strong>{0}</strong> created.
task.deleted=Task <strong>{0}</strong> deleted.
task.saved=Task <strong>{0}</strong> saved.
task.purged=Successfully purged <strong>{0}</strong> task(s).
task.archived=Successfully archived <strong>{0}</strong> task(s).
task.pictures.uploaded=Successfully uploaded the following files: <strong>{0}</strong>.
# -------------------------------------------- Menu ---------------------------------------------
menu.taskMenu=Task Management
menu.taskMenu.ListRoadDefect=List All Tasks
menu.taskMenu.AddRoadDefect=Create Task
menu.taskMenu.PurgeRoadDefect=Purge Task
menu.taskMenu.ArchiveRoadDefect=Archive Task
# -------------------------------------------- Form Labels ---------------------------------------------
task.fullid=Task ID
task.id=ID
task.creationTime=Creation Time
task.lastModifiedTime=Last Modified Time
task.dueDate=Due Date
task.category=Category
task.priority=Priority
task.status=Status
task.assignedUserId=Assigned UID
task.roadDefectId=Road Defect ID
task.remarks=Remarks
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -