Skip to content

Commit

Permalink
update translations for watch event
Browse files Browse the repository at this point in the history
  • Loading branch information
kenautomus committed Feb 9, 2024
1 parent 0bb8a11 commit 771f2c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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' => '🎉 <b>New Started</b> form 🦑:user',
'watcher' => '👤 Watcher: <b>:sender_login</b> 👀',
'title' => '🎉 (betrachten) <b>Neuer Stern 🌟</b> von 🦑:user',
'watcher' => '👤 Betrachter: <b>:sender_login</b> 👀',
],
];
4 changes: 2 additions & 2 deletions 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>New Started</b> form 🦑:user',
'watcher' => '👤 Watcher: <b>:sender_login</b> 👀',
'title' => '🎉 (時計) <b>新しいスター 🌟</b> from 🦑:user',
'watcher' => '👤 ウォッチャー: <b>:sender_login</b> 👀',
],
];
4 changes: 2 additions & 2 deletions lang/vi/events/github/watch.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'started' => [
'title' => '🎉 <b>New Started</b> form 🦑:user',
'watcher' => '👤 Watcher: <b>:sender_login</b> 👀',
'title' => '🎉 <b>(Watch) Dấu sao mới 🌟</b> từ 🦑:user',
'watcher' => '👤 Người theo dõi: <b>:sender_login</b> 👀',
],
];

0 comments on commit 771f2c1

Please sign in to comment.