mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
New Crowdin updates (#3251)
* New translations activities.php (Hebrew) * New translations auth.php (Hebrew) * New translations common.php (Hebrew) * New translations activities.php (Hebrew) * New translations common.php (Hebrew) * New translations entities.php (Hebrew) * New translations errors.php (Hebrew) * New translations validation.php (Spanish)
This commit is contained in:
@@ -33,28 +33,28 @@ return [
|
||||
'copy' => 'העתק',
|
||||
'reply' => 'השב',
|
||||
'delete' => 'מחק',
|
||||
'delete_confirm' => 'Confirm Deletion',
|
||||
'delete_confirm' => 'אשר מחיקה',
|
||||
'search' => 'חיפוש',
|
||||
'search_clear' => 'נקה חיפוש',
|
||||
'reset' => 'איפוס',
|
||||
'remove' => 'הסר',
|
||||
'add' => 'הוסף',
|
||||
'configure' => 'Configure',
|
||||
'fullscreen' => 'Fullscreen',
|
||||
'favourite' => 'Favourite',
|
||||
'unfavourite' => 'Unfavourite',
|
||||
'next' => 'Next',
|
||||
'previous' => 'Previous',
|
||||
'filter_active' => 'Active Filter:',
|
||||
'filter_clear' => 'Clear Filter',
|
||||
'configure' => 'הגדרות',
|
||||
'fullscreen' => 'מסך מלא',
|
||||
'favourite' => 'מועדף',
|
||||
'unfavourite' => 'בטל מועדף',
|
||||
'next' => 'הבא',
|
||||
'previous' => 'קודם',
|
||||
'filter_active' => 'מסנן פעיל:',
|
||||
'filter_clear' => 'נקה מסננים',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => 'Sort Options',
|
||||
'sort_options' => 'אפשרויות מיון',
|
||||
'sort_direction_toggle' => 'Sort Direction Toggle',
|
||||
'sort_ascending' => 'Sort Ascending',
|
||||
'sort_descending' => 'Sort Descending',
|
||||
'sort_ascending' => 'מיין בסדר עולה',
|
||||
'sort_descending' => 'מיין בסדר יורד',
|
||||
'sort_name' => 'שם',
|
||||
'sort_default' => 'Default',
|
||||
'sort_default' => 'ברירת מחדל',
|
||||
'sort_created_at' => 'תאריך יצירה',
|
||||
'sort_updated_at' => 'תאריך עדכון',
|
||||
|
||||
@@ -63,7 +63,7 @@ return [
|
||||
'no_activity' => 'אין פעילות להציג',
|
||||
'no_items' => 'אין פריטים זמינים',
|
||||
'back_to_top' => 'בחזרה ללמעלה',
|
||||
'skip_to_main_content' => 'Skip to main content',
|
||||
'skip_to_main_content' => 'דלג לתוכן העיקרי',
|
||||
'toggle_details' => 'הצג/הסתר פרטים',
|
||||
'toggle_thumbnails' => 'הצג/הסתר תמונות',
|
||||
'details' => 'פרטים',
|
||||
@@ -71,19 +71,19 @@ return [
|
||||
'list_view' => 'תצוגת רשימה',
|
||||
'default' => 'ברירת מחדל',
|
||||
'breadcrumb' => 'Breadcrumb',
|
||||
'status' => 'Status',
|
||||
'status_active' => 'Active',
|
||||
'status_inactive' => 'Inactive',
|
||||
'never' => 'Never',
|
||||
'status' => 'סטטוס',
|
||||
'status_active' => 'פעיל',
|
||||
'status_inactive' => 'לא פעיל',
|
||||
'never' => 'אף פעם',
|
||||
'none' => 'None',
|
||||
|
||||
// Header
|
||||
'header_menu_expand' => 'Expand Header Menu',
|
||||
'header_menu_expand' => 'הרחב תפריט',
|
||||
'profile_menu' => 'Profile Menu',
|
||||
'view_profile' => 'הצג פרופיל',
|
||||
'edit_profile' => 'ערוך פרופיל',
|
||||
'dark_mode' => 'Dark Mode',
|
||||
'light_mode' => 'Light Mode',
|
||||
'dark_mode' => 'מצב לילה',
|
||||
'light_mode' => 'מצב יום',
|
||||
|
||||
// Layout tabs
|
||||
'tab_info' => 'מידע',
|
||||
@@ -97,6 +97,6 @@ return [
|
||||
|
||||
// Footer Link Options
|
||||
// Not directly used but available for convenience to users.
|
||||
'privacy_policy' => 'Privacy Policy',
|
||||
'terms_of_service' => 'Terms of Service',
|
||||
'privacy_policy' => 'מדיניות הפרטיות',
|
||||
'terms_of_service' => 'תנאי שימוש',
|
||||
];
|
||||
|
Reference in New Issue
Block a user