mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
Create site.php
This commit is contained in:
parent
c63e96a83d
commit
c4c985bd42
1 changed files with 16 additions and 0 deletions
16
resources/lang/he/site.php
Normal file
16
resources/lang/he/site.php
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'about' => 'אודות',
|
||||||
|
'help' => 'עזרה',
|
||||||
|
'language' => 'שפה',
|
||||||
|
'fediverse' => 'פדיוורס',
|
||||||
|
'opensource' => 'קוד פתוח',
|
||||||
|
'terms' => 'תנאים',
|
||||||
|
'privacy' => 'פרטיות',
|
||||||
|
'l10nWip' => 'אנחנו עדיין עובדים על תמיכה לאיזור הנוכחי',
|
||||||
|
'currentLocale' => 'איזור נוכחי',
|
||||||
|
'selectLocale' => 'בחרו מאחת השפות הנתמכות',
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in a new issue