Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11302710
GitHub.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
GitHub.php
View Options
<?php
return
[
/*
|--------------------------------------------------------------------------
| GitHub notifications messages
|--------------------------------------------------------------------------
|
| The following language lines are used to localize notifications for events
| fired by GitHub
|
*/
'Separator'
=>
' — '
,
'Commits'
=>
[
'Message'
=>
':committer committed :title'
,
'Authored'
=>
' (authored by :author)'
,
// appended to Message
],
'RepoAndBranch'
=>
':repo (branch :branch)'
,
'EventsDescriptions'
=>
[
'CommitCommentEvent'
=>
':author added a comment to :commit: :excerpt'
,
'CreateEvent'
=>
'New :type on :repository: :ref'
,
'CreateEventUnknown'
=>
'Unknown create reference: :type :ref'
,
'DeleteEvent'
=>
'Removed :type on :repository: :ref'
,
'DeleteEventUnknown'
=>
'Unknown delete reference: :type :ref'
,
'ForkEvent'
=>
':repo_base has been forked to :repo_fork'
,
'PingEvent'
=>
'« :zen » — GitHub Webhooks ping zen aphorism.'
,
'PushEvent'
=>
[
'0'
=>
':user forcely updated :repoAndBranch'
,
'n'
=>
':user pushed :count commits to :repoAndBranch'
,
// n > 1
],
'RepositoryEvent'
=>
'New repository :repository'
,
'RepositoryEventFork'
=>
' (fork)'
,
'StatusEvent'
=>
'Status of :commit: :status'
,
],
'StatusEventState'
=>
[
'pending'
=>
'pending'
,
'success'
=>
'success'
,
'failure'
=>
'failure'
,
'error'
=>
'error'
,
],
];
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Aug 24, 05:09 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2924341
Default Alt Text
GitHub.php (1 KB)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment