-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
130 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
{ | ||
"invalid_param": "invalid parameter", | ||
'parameter': 'parameter', | ||
'parameter_too_little': 'no enough parameters ', | ||
'fill': 'fill', | ||
'clear': 'clear', | ||
'out': 'out' | ||
"invalid_param": "Invalid Parameter", | ||
'parameter': 'Parameter', | ||
'parameter_too_little': 'No Enough Parameters', | ||
'out': 'Out', | ||
'copy': 'Copy' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
{ | ||
"invalid_param": "无效的参数", | ||
'parameter': '参数', | ||
'parameter_too_little': '参数个数不足', | ||
'fill': '填充', | ||
'clear': '清空', | ||
'out': '输出' | ||
"invalid_param": "无效的参数", | ||
'parameter': '参数', | ||
'parameter_too_little': '参数个数不足', | ||
'out': '输出', | ||
'copy': '复制' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters