* Lang update.

This commit is contained in:
reneeteng
2019-05-28 16:25:04 +08:00
parent a45e486725
commit 0d85b8c62d
24 changed files with 117 additions and 117 deletions
+5 -5
View File
@@ -4,7 +4,7 @@ $lang->webhook->list = 'Hook List';
$lang->webhook->api = 'API';
$lang->webhook->entry = 'Entry';
$lang->webhook->log = 'Log';
$lang->webhook->assigned = 'Assigned To';
$lang->webhook->assigned = 'AssignedTo';
$lang->webhook->setting = 'Settings';
$lang->webhook->browse = 'Browse';
@@ -24,9 +24,9 @@ $lang->webhook->project = "{$lang->projectCommon}";
$lang->webhook->params = 'Parameters';
$lang->webhook->action = 'Trigger Action';
$lang->webhook->desc = 'Description';
$lang->webhook->createdBy = 'Created By';
$lang->webhook->createdBy = 'CreatedBy';
$lang->webhook->createdDate = 'Created';
$lang->webhook->editedby = 'Edited By';
$lang->webhook->editedby = 'EditedBy';
$lang->webhook->editedDate = 'Edited';
$lang->webhook->date = 'Sent';
$lang->webhook->data = 'Data';
@@ -45,8 +45,8 @@ $lang->webhook->paramsList['objectID'] = 'Object ID';
$lang->webhook->paramsList['product'] = "{$lang->productCommon}";
$lang->webhook->paramsList['project'] = "{$lang->projectCommon}";
$lang->webhook->paramsList['action'] = 'Action';
$lang->webhook->paramsList['actor'] = 'Acted by';
$lang->webhook->paramsList['date'] = 'Acted on';
$lang->webhook->paramsList['actor'] = 'Acted By';
$lang->webhook->paramsList['date'] = 'Acted On';
$lang->webhook->paramsList['comment'] = 'Comment';
$lang->webhook->paramsList['text'] = 'Action Description';