diff --git a/resources/lang/sv/notification.php b/resources/lang/sv/notification.php new file mode 100644 index 000000000..bbd658bce --- /dev/null +++ b/resources/lang/sv/notification.php @@ -0,0 +1,8 @@ + 'gillade ditt foto.', + 'startedFollowingYou' => 'började följa dig.', + +]; diff --git a/resources/lang/sv/profile.php b/resources/lang/sv/profile.php new file mode 100644 index 000000000..c7dda1d4d --- /dev/null +++ b/resources/lang/sv/profile.php @@ -0,0 +1,8 @@ + 'Den här användaren har inga inlägg än!', + 'emptyFollowers' => 'Den här användaren har inga följare än!', + 'emptyFollowing' => 'Den här användaren följer inte någon än!', + 'savedWarning' => 'Du är den enda som kan se vad du har sparat', +]; diff --git a/resources/lang/sv/timeline.php b/resources/lang/sv/timeline.php new file mode 100644 index 000000000..9c1c8bae8 --- /dev/null +++ b/resources/lang/sv/timeline.php @@ -0,0 +1,7 @@ + 'Din tidslinje är tom.' + +];