Explorar el Código

Add ja translation of notification.php

bsky hace 7 años
padre
commit
3c5b662650
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      resources/lang/ja/notification.php

+ 2 - 2
resources/lang/ja/notification.php

@@ -2,7 +2,7 @@
 
 return [
 
-  'likedPhoto' => 'liked your photo.',
-  'startedFollowingYou' => 'started following you.',
+  'likedPhoto' => '写真がお気に入りされました。',
+  'startedFollowingYou' => 'フォローされました。',
 
 ];