mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #636 from Aditoo17/dev
L10n: Update Czech translation
This commit is contained in:
commit
07eb40d91b
1 changed files with 16 additions and 0 deletions
16
resources/lang/cs/site.php
Normal file
16
resources/lang/cs/site.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'about' => 'O nás',
|
||||
'help' => 'Nápověda',
|
||||
'language' => 'Jazyk',
|
||||
'fediverse' => 'Fediverse',
|
||||
'opensource' => 'Otevřený zdroj',
|
||||
'terms' => 'Podmínky',
|
||||
'privacy' => 'Soukromí',
|
||||
'l10nWip' => 'Pořád pracujeme na podpoře lokalizace',
|
||||
'currentLocale' => 'Aktuální překlad',
|
||||
'selectLocale' => 'Vyberte si jeden z podporovaných překladů',
|
||||
|
||||
];
|
Loading…
Reference in a new issue