浏览代码

Create site.php

j1t 6 年之前
父节点
当前提交
c4c985bd42
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      resources/lang/he/site.php

+ 16 - 0
resources/lang/he/site.php

@@ -0,0 +1,16 @@
+<?php
+
+return [
+
+	'about'			=> 'אודות',
+	'help'			=> 'עזרה',
+	'language'		=> 'שפה',
+	'fediverse'		=> 'פדיוורס',
+	'opensource'	=> 'קוד פתוח',
+	'terms'			=> 'תנאים',
+	'privacy'		=> 'פרטיות',
+	'l10nWip'		=> 'אנחנו עדיין עובדים על תמיכה לאיזור הנוכחי',
+	'currentLocale' => 'איזור נוכחי',
+	'selectLocale'  => 'בחרו מאחת השפות הנתמכות',
+
+];