Update page.json grammar (#2602)

* Update page.json

* semicolons to periods
pull/2653/head
Eric Thomas 2017-02-01 23:45:56 -07:00 committed by 杨奕
parent 41c55ed596
commit a07454845e
1 changed files with 5 additions and 5 deletions

View File

@ -131,24 +131,24 @@
"9": "",
"10": "Consistency",
"11": "Consistent with real life: ",
"12": "in line with the process and logic of real life, and comply with languages and habits that the users are used to;",
"12": "in line with the process and logic of real life, and comply with languages and habits that the users are used to.",
"13": "Consistent within interface: ",
"14": "all elements should be consistent, such as: design style, icons and texts, position of elements, etc.",
"15": "Feedback",
"16": "Operation feedback: ",
"17": "enable the users to clearly perceive their operations by style updates and interactive effects;",
"17": "enable the users to clearly perceive their operations by style updates and interactive effects.",
"18": "Visual feedback: ",
"19": "reflect current state by updating or rearranging elements of the page.",
"20": "Efficiency",
"21": "Simplify the process: ",
"22": "keep operating process simple and intuitive;",
"22": "keep operating process simple and intuitive.",
"23": "Definite and clear: ",
"24": "enunciate your intentions clearly so that the users can quickly understand and make decisions;",
"24": "enunciate your intentions clearly so that the users can quickly understand and make decisions.",
"25": "Easy to identify: ",
"26": "the interface should be straightforward, which helps the users to identify and frees them from memorizing and recalling.",
"27": "Controllability",
"28": "Decision making: ",
"29": "giving advices about operations is acceptable, but do not make decisions for the users;",
"29": "giving advices about operations is acceptable, but do not make decisions for the users.",
"30": "Controlled consequences: ",
"31": "users should be granted the freedom to operate, including canceling, aborting or terminating current operation."
},