Skip to content

Commit

Permalink
fix semantic errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kenautomus committed Feb 9, 2024
1 parent c6a8cc1 commit 9190045
Show file tree
Hide file tree
Showing 30 changed files with 63 additions and 63 deletions.
6 changes: 3 additions & 3 deletions lang/de/events/github/branch_protection_rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

return [
'created' => [
'title' => '⚠️ <b>New Branch Protection Rules</b> from 🦑:user',
'title' => '⚠️ <b>New Branch Protection Rules</b> from 🦑:repo',
'link' => '🔗 Link: :link',
],
'edited' => [
'title' => '📝 <b>Branch Protection Rules Have Been Edited</b> from 🦑:user',
'title' => '📝 <b>Branch Protection Rules Have Been Edited</b> from 🦑:repo',
'changes' => [
'title' => [
'name' => '📖 <b>Title</b> has been changed',
Expand All @@ -17,6 +17,6 @@
'link' => '🔗 Link: :link',
],
'deleted' => [
'title' => '🗑 <b>Branch Protection Rules Deleted</b> from 🦑:user',
'title' => '🗑 <b>Branch Protection Rules Deleted</b> from 🦑:repo',
],
];
4 changes: 2 additions & 2 deletions lang/de/events/github/star.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

return [
'created' => [
'title' => '🎉 <b>New Star 🌟</b> from 🦑:user',
'title' => '🎉 <b>New Star 🌟</b> from 🦑:repo',
'seeder' => '👤 Starer: <b>:sender_login</b> 👀',
],

'deleted' => [
'title' => '🚫 <b>Star 🌟 Removed</b> from 🦑:user',
'title' => '🚫 <b>Star 🌟 Removed</b> from 🦑:repo',
'remover' => '👤 Remover: <b>:sender_login</b> 👀',
],
];
2 changes: 1 addition & 1 deletion lang/de/events/github/watch.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'started' => [
'title' => '🎉 (betrachten) <b>Neuer Stern 🌟</b> von 🦑:user',
'title' => '🎉 (betrachten) <b>Neuer Stern 🌟</b> von 🦑:repo',
'watcher' => '👤 Betrachter: <b>:sender_login</b> 👀',
],
];
8 changes: 4 additions & 4 deletions lang/de/events/github/workflow_job.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

return [
'completed' => [
'completed' => '🎉 <b>Action Completed</b> from :user',
'completed' => '🎉 <b>Action Completed</b> from :repo',
'done' => 'Done action: 🎉 <b>:runner_name</b> ✨',

'canceled' => '🚫 <b>Canceled Action</b> from 🦑:user',
'canceled' => '🚫 <b>Canceled Action</b> from 🦑:repo',
'failed' => 'Failed action: 🚫 <b>:runner_name</b> ❌',
],
'in_progress' => [
'progress' => '🔧 <b>Action in progress</b> form🦑:user',
'progress' => '🔧 <b>Action in progress</b> form🦑:repo',
'running' => 'Running action: 💥 <b>:runner_name</b> ⏳',
],
'queued' => [
'title' => ' <b>Action Queued</b> from 🦑:user',
'title' => ' <b>Action Queued</b> from 🦑:repo',
'body' => 'Queued action: 💥 <b>:runner_name</b> ⏰',
],
'link' => '🔗 Workflow job link: :link',
Expand Down
10 changes: 5 additions & 5 deletions lang/de/events/github/workflow_run.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
return [
'completed' => [
'success' => [
'title' => '🎉 <b>Workflow Completed</b> from 🦑 :user',
'title' => '🎉 <b>Workflow Completed</b> from 🦑 :repo',
'body' => 'Done workflow: 🎉 <b>:name</b> ✨ ',
],
'failure' => [
'title' => '🚫 <b>Workflow Failed</b> from 🦑:user',
'title' => '🚫 <b>Workflow Failed</b> from 🦑:repo',
'body' => 'Failed workflow: 🚫 <b>:name</b> ❌',
],
'cancelled' => [
'title' => '❌ <b>Workflow Cancelled</b> from 🦑 :user',
'title' => '❌ <b>Workflow Cancelled</b> from 🦑 :repo',
'body' => 'Cancelled workflow: 🚨 <b>:name</b> ❌ ',
],
'default' => [
'title' => "🚨 <b>Workflow Can't Success</b> from 🦑:user",
'title' => "🚨 <b>Workflow Can't Success</b> from 🦑:repo",
'body' => "Can't Success workflow: 🚨 <b>:name</b> ❌",
],
],
'requested' => [
'title' => ' <b>Workflow Requested</b> from 🦑:user',
'title' => ' <b>Workflow Requested</b> from 🦑:repo',
'body' => 'Running workflow: 💥 <b>:name</b> ⏳',
],
'link' => '🔗 Workflow run link: :link',
Expand Down
6 changes: 3 additions & 3 deletions lang/en/events/github/branch_protection_rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

return [
'created' => [
'title' => '⚠️ <b>New Branch Protection Rules</b> from 🦑:user',
'title' => '⚠️ <b>New Branch Protection Rules</b> from 🦑:repo',
'link' => '🔗 Link: :link',
],
'edited' => [
'title' => '📝 <b>Branch Protection Rules Have Been Edited</b> from 🦑:user',
'title' => '📝 <b>Branch Protection Rules Have Been Edited</b> from 🦑:repo',
'changes' => [
'title' => [
'name' => '📖 <b>Title</b> has been changed',
Expand All @@ -17,6 +17,6 @@
'link' => '🔗 Link: :link',
],
'deleted' => [
'title' => '🗑 <b>Branch Protection Rules Deleted</b> from 🦑:user',
'title' => '🗑 <b>Branch Protection Rules Deleted</b> from 🦑:repo',
],
];
4 changes: 2 additions & 2 deletions lang/en/events/github/star.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

return [
'created' => [
'title' => '🎉 <b>New Star 🌟</b> from 🦑:user',
'title' => '🎉 <b>New Star 🌟</b> from 🦑:repo',
'seeder' => '👤 Starer: <b>:sender_login</b> 👀',
],

'deleted' => [
'title' => '🚫 <b>Star 🌟 Removed</b> from 🦑:user',
'title' => '🚫 <b>Star 🌟 Removed</b> from 🦑:repo',
'remover' => '👤 Remover: <b>:sender_login</b> 👀',
],
];
2 changes: 1 addition & 1 deletion lang/en/events/github/watch.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'started' => [
'title' => '🎉 (Watch) <b>New Star 🌟</b> from 🦑:user',
'title' => '🎉 (Watch) <b>New Star 🌟</b> from 🦑:repo',
'watcher' => '👤 Watcher: <b>:sender_login</b> 👀',
],
];
8 changes: 4 additions & 4 deletions lang/en/events/github/workflow_job.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

return [
'completed' => [
'completed' => '🎉 <b>Action Completed</b> from :user',
'completed' => '🎉 <b>Action Completed</b> from :repo',
'done' => 'Done action: 🎉 <b>:runner_name</b> ✨',

'canceled' => '🚫 <b>Canceled Action</b> from 🦑:user',
'canceled' => '🚫 <b>Canceled Action</b> from 🦑:repo',
'failed' => 'Failed action: 🚫 <b>:runner_name</b> ❌',
],
'in_progress' => [
'progress' => '🔧 <b>Action in progress</b> form🦑:user',
'progress' => '🔧 <b>Action in progress</b> form🦑:repo',
'running' => 'Running action: 💥 <b>:runner_name</b> ⏳',
],
'queued' => [
'title' => ' <b>Action Queued</b> from 🦑:user',
'title' => ' <b>Action Queued</b> from 🦑:repo',
'body' => 'Queued action: 💥 <b>:runner_name</b> ⏰',
],
'link' => '🔗 Workflow job link: :link',
Expand Down
8 changes: 4 additions & 4 deletions lang/en/events/github/workflow_run.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
return [
'completed' => [
'success' => [
'title' => '🎉 <b>Workflow Completed</b> from 🦑 :user',
'title' => '🎉 <b>Workflow Completed</b> from 🦑 :repo',
'body' => 'Done workflow: 🎉 <b>:name</b> ✨ ',
],
'failure' => [
'title' => '🚫 <b>Workflow Failed</b> from 🦑:user',
'title' => '🚫 <b>Workflow Failed</b> from 🦑:repo',
'body' => 'Failed workflow: 🚫 <b>:name</b> ❌',
],
'cancelled' => [
'title' => '❌ <b>Workflow Cancelled</b> from 🦑 :user',
'body' => 'Cancelled workflow: 🚨 <b>:name</b> ❌ ',
],
'default' => [
'title' => "🚨 <b>Workflow Can't Success</b> from 🦑:user",
'title' => "🚨 <b>Workflow Can't Success</b> from 🦑:repo",
'body' => "Can't Success workflow: 🚨 <b>:name</b> ❌",
],
],
'requested' => [
'title' => ' <b>Workflow Requested</b> from 🦑:user',
'title' => ' <b>Workflow Requested</b> from 🦑:repo',
'body' => 'Running workflow: 💥 <b>:name</b> ⏳',
],
'link' => '🔗 Workflow run link: :link',
Expand Down
6 changes: 3 additions & 3 deletions lang/ja/events/github/branch_protection_rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

return [
'created' => [
'title' => '⚠️ <b>New Branch Protection Rules</b> from 🦑:user',
'title' => '⚠️ <b>New Branch Protection Rules</b> from 🦑:repo',
'link' => '🔗 Link: :link',
],
'edited' => [
'title' => '📝 <b>Branch Protection Rules Have Been Edited</b> from 🦑:user',
'title' => '📝 <b>Branch Protection Rules Have Been Edited</b> from 🦑:repo',
'changes' => [
'title' => [
'name' => '📖 <b>Title</b> has been changed',
Expand All @@ -17,6 +17,6 @@
'link' => '🔗 Link: :link',
],
'deleted' => [
'title' => '🗑 <b>Branch Protection Rules Deleted</b> from 🦑:user',
'title' => '🗑 <b>Branch Protection Rules Deleted</b> from 🦑:repo',
],
];
4 changes: 2 additions & 2 deletions lang/ja/events/github/star.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

return [
'created' => [
'title' => '🎉 <b>New Star 🌟</b> from 🦑:user',
'title' => '🎉 <b>New Star 🌟</b> from 🦑:repo',
'seeder' => '👤 Starer: <b>:sender_login</b> 👀',
],

'deleted' => [
'title' => '🚫 <b>Star 🌟 Removed</b> from 🦑:user',
'title' => '🚫 <b>Star 🌟 Removed</b> from 🦑:repo',
'remover' => '👤 Remover: <b>:sender_login</b> 👀',
],
];
2 changes: 1 addition & 1 deletion lang/ja/events/github/watch.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'started' => [
'title' => '🎉 (時計) <b>新しいスター 🌟</b> from 🦑:user',
'title' => '🎉 (時計) <b>新しいスター 🌟</b> from 🦑:repo',
'watcher' => '👤 ウォッチャー: <b>:sender_login</b> 👀',
],
];
4 changes: 2 additions & 2 deletions lang/ja/events/github/workflow_job.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
'completed' => '🎉 <b>Action Completed</b> from :user',
'done' => 'Done action: 🎉 <b>:runner_name</b> ✨',

'canceled' => '🚫 <b>Canceled Action</b> from 🦑:user',
'canceled' => '🚫 <b>Canceled Action</b> from 🦑:repo',
'failed' => 'Failed action: 🚫 <b>:runner_name</b> ❌',
],
'in_progress' => [
'progress' => '🔧 <b>Action in progress</b> form🦑:user',
'running' => 'Running action: 💥 <b>:runner_name</b> ⏳',
],
'queued' => [
'title' => ' <b>Action Queued</b> from 🦑:user',
'title' => ' <b>Action Queued</b> from 🦑:repo',
'body' => 'Queued action: 💥 <b>:runner_name</b> ⏰',
],
'link' => '🔗 Workflow job link: :link',
Expand Down
6 changes: 3 additions & 3 deletions lang/ja/events/github/workflow_run.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
'body' => 'Done workflow: 🎉 <b>:name</b> ✨ ',
],
'failure' => [
'title' => '🚫 <b>Workflow Failed</b> from 🦑:user',
'title' => '🚫 <b>Workflow Failed</b> from 🦑:repo',
'body' => 'Failed workflow: 🚫 <b>:name</b> ❌',
],
'cancelled' => [
'title' => '❌ <b>Workflow Cancelled</b> from 🦑 :user',
'body' => 'Cancelled workflow: 🚨 <b>:name</b> ❌ ',
],
'default' => [
'title' => "🚨 <b>Workflow Can't Success</b> from 🦑:user",
'title' => "🚨 <b>Workflow Can't Success</b> from 🦑:repo",
'body' => "Can't Success workflow: 🚨 <b>:name</b> ❌",
],
],
'requested' => [
'title' => ' <b>Workflow Requested</b> from 🦑:user',
'title' => ' <b>Workflow Requested</b> from 🦑:repo',
'body' => 'Running workflow: 💥 <b>:name</b> ⏳',
],
'link' => '🔗 Workflow run link: :link',
Expand Down
6 changes: 3 additions & 3 deletions lang/vi/events/github/branch_protection_rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

return [
'created' => [
'title' => '⚠️ <b>New Branch Protection Rules</b> from 🦑:user',
'title' => '⚠️ <b>New Branch Protection Rules</b> from 🦑:repo',
'link' => '🔗 Link: :link',
],
'edited' => [
'title' => '📝 <b>Branch Protection Rules Have Been Edited</b> from 🦑:user',
'title' => '📝 <b>Branch Protection Rules Have Been Edited</b> from 🦑:repo',
'changes' => [
'title' => [
'name' => '📖 <b>Title</b> has been changed',
Expand All @@ -17,6 +17,6 @@
'link' => '🔗 Link: :link',
],
'deleted' => [
'title' => '🗑 <b>Branch Protection Rules Deleted</b> from 🦑:user',
'title' => '🗑 <b>Branch Protection Rules Deleted</b> from 🦑:repo',
],
];
4 changes: 2 additions & 2 deletions lang/vi/events/github/star.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

return [
'created' => [
'title' => '🎉 <b>Nhận dấu sao mới 🌟</b> từ 🦑:user',
'title' => '🎉 <b>Nhận dấu sao mới 🌟</b> từ 🦑:repo',
'seeder' => '👤 Người gắn dấu sao: <b>:sender_login</b> 👀',
],

'deleted' => [
'title' => '🚫 <b>Dấu sao đã bị hủy <b> từ 🦑:user',
'title' => '🚫 <b>Dấu sao đã bị hủy <b> từ 🦑:repo',
'remover' => '👤 Người hủy bỏ: <b>:sender_login</b> 👀',
],
];
6 changes: 3 additions & 3 deletions lang/vi/events/github/workflow_job.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

return [
'completed' => [
'completed' => '🎉 <b>Action Completed</b> from :user',
'completed' => '🎉 <b>Action Completed</b> from 🦑:repo',
'done' => 'Done action: 🎉 <b>:runner_name</b> ✨',

'canceled' => '🚫 <b>Canceled Action</b> from 🦑:user',
'canceled' => '🚫 <b>Canceled Action</b> from 🦑:repo',
'failed' => 'Failed action: 🚫 <b>:runner_name</b> ❌',
],
'in_progress' => [
'progress' => '🔧 <b>Action in progress</b> form🦑:user',
'running' => 'Running action: 💥 <b>:runner_name</b> ⏳',
],
'queued' => [
'title' => ' <b>Action Queued</b> from 🦑:user',
'title' => ' <b>Action Queued</b> from 🦑:repo',
'body' => 'Queued action: 💥 <b>:runner_name</b> ⏰',
],
'link' => '🔗 Workflow job link: :link',
Expand Down
6 changes: 3 additions & 3 deletions lang/vi/events/github/workflow_run.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
'body' => 'Done workflow: 🎉 <b>:name</b> ✨ ',
],
'failure' => [
'title' => '🚫 <b>Workflow Failed</b> from 🦑:user',
'title' => '🚫 <b>Workflow Failed</b> from 🦑:repo',
'body' => 'Failed workflow: 🚫 <b>:name</b> ❌',
],
'cancelled' => [
'title' => '❌ <b>Workflow Cancelled</b> from 🦑 :user',
'body' => 'Cancelled workflow: 🚨 <b>:name</b> ❌ ',
],
'default' => [
'title' => "🚨 <b>Workflow Can't Success</b> from 🦑:user",
'title' => "🚨 <b>Workflow Can't Success</b> from 🦑:repo",
'body' => "Can't Success workflow: 🚨 <b>:name</b> ❌",
],
],
'requested' => [
'title' => ' <b>Workflow Requested</b> from 🦑:user',
'title' => ' <b>Workflow Requested</b> from 🦑:repo',
'body' => 'Running workflow: 💥 <b>:name</b> ⏳',
],
'link' => '🔗 Workflow run link: :link',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
?>

{!! __('tg-notifier::events/github/branch_protection_rule.deleted.title', [
'user' => "<a href='$repository->html_url'>$repository->full_name</a>"
'repo' => "<a href='$repository->html_url'>$repository->full_name</a>"
]
) !!}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
?>

{!! __('tg-notifier::events/github/branch_protection_rule.deleted.title', [
'user' => "<a href='$repository->html_url'>$repository->full_name</a>"
'repo' => "<a href='$repository->html_url'>$repository->full_name</a>"
]
) !!}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
?>

{!! __('tg-notifier::events/github/branch_protection_rule.edited.title', [
'user' => "<a href='$repository->html_url'>$repository->full_name</a>"
'repo' => "<a href='$repository->html_url'>$repository->full_name</a>"
]
) !!}

Expand Down
Loading

0 comments on commit 9190045

Please sign in to comment.