mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
add Swedish
This commit is contained in:
11
resources/lang/sv/Loading.php
Normal file
11
resources/lang/sv/Loading.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'' =>
|
||||
array (
|
||||
'' =>
|
||||
array (
|
||||
'' => '',
|
||||
),
|
||||
),
|
||||
);
|
||||
6
resources/lang/sv/auth.php
Normal file
6
resources/lang/sv/auth.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'failed' => '',
|
||||
'throttle' => '',
|
||||
);
|
||||
6
resources/lang/sv/pagination.php
Normal file
6
resources/lang/sv/pagination.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'next' => '',
|
||||
'previous' => '',
|
||||
);
|
||||
6
resources/lang/sv/trans.php
Normal file
6
resources/lang/sv/trans.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'first_match' => '',
|
||||
'third_match' => '',
|
||||
);
|
||||
6
resources/lang/sv/validation.php
Normal file
6
resources/lang/sv/validation.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'enum' => '',
|
||||
'uploaded' => '',
|
||||
);
|
||||
Reference in New Issue
Block a user