mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Translate site.php to Swedish
This commit is contained in:
parent
e4ee904bad
commit
3480b64f0a
1 changed files with 18 additions and 0 deletions
18
resources/lang/sv/site.php
Normal file
18
resources/lang/sv/site.php
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'about' => 'Om',
|
||||||
|
'help' => 'Hjälp',
|
||||||
|
'language' => 'Språk',
|
||||||
|
'fediverse' => 'Fediversum',
|
||||||
|
'opensource' => 'Öppen källkod',
|
||||||
|
'terms' => 'Villkor',
|
||||||
|
'privacy' => 'Integritet',
|
||||||
|
'l10nWip' => 'Vi jobbar fortfarande med lokalisering',
|
||||||
|
'currentLocale' => 'Nuvarande locale',
|
||||||
|
'selectLocale' => 'Välj ett av de språk som stöds',
|
||||||
|
'contact' => 'Kontakt',
|
||||||
|
'contact-us' => 'Kontakta oss',
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in a new issue