mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
Move resources/lang folder
This commit is contained in:
committed by
HolgerHatGarKeineNode
parent
df2d3d03ba
commit
7403e0e457
9
lang/sv/Loading.php
Normal file
9
lang/sv/Loading.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'' => [
|
||||
'' => [
|
||||
'' => '',
|
||||
],
|
||||
],
|
||||
];
|
||||
6
lang/sv/auth.php
Normal file
6
lang/sv/auth.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'failed' => '',
|
||||
'throttle' => '',
|
||||
];
|
||||
6
lang/sv/pagination.php
Normal file
6
lang/sv/pagination.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'next' => '',
|
||||
'previous' => '',
|
||||
];
|
||||
6
lang/sv/trans.php
Normal file
6
lang/sv/trans.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'first_match' => '',
|
||||
'third_match' => '',
|
||||
];
|
||||
6
lang/sv/validation.php
Normal file
6
lang/sv/validation.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'enum' => '',
|
||||
'uploaded' => '',
|
||||
];
|
||||
Reference in New Issue
Block a user