mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations preference.php (Hebrew)
This commit is contained in:
parent
5911fb5516
commit
35723690cd
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sidebar_hover' => [
|
||||
'name' => 'לרחף הצדדי',
|
||||
'instructions' => 'להרחיב את סרגל הצד במרחף?',
|
||||
],
|
||||
'navigation' => [
|
||||
'name' => 'ניווט',
|
||||
'instructions' => 'ציין שלך <em>אישית</em> סדר הניווט.',
|
||||
'warning' => 'פריט הניווט הראשון הנגיש משמש כאזור <strong>הבית</strong>.',
|
||||
'reorder' => 'גרור ושחרר את הפריטים ניווט העיקרי <strong>הצדדי</strong> כדי לסדר אותן מחדש.',
|
||||
],
|
||||
'display' => [
|
||||
'name' => 'צפיפות תצוגה',
|
||||
'instructions' => 'תצוגה קומפקטית מאפשרת הצגת תוכן רב יותר על המסך בבת אחת.',
|
||||
'option' => [
|
||||
'default' => 'ברירת מחדל',
|
||||
'compact' => 'קומפקטי',
|
||||
],
|
||||
],
|
||||
'sidebars' => [
|
||||
'name' => 'מצב סרגל צידי',
|
||||
'instructions' => 'סרגל צדדי סטטי תמיד יהיה גלוי.',
|
||||
'option' => [
|
||||
'default' => 'ברירת מחדל',
|
||||
'static' => 'סטטי',
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user