mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-17 00:39:06 +08: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:
parent
a01bb92989
commit
1782618c64
@ -32,7 +32,7 @@ return [
|
||||
'digits_between' => ':attribute debe ser un valor entre :min y :max dígios.',
|
||||
'email' => ':attribute debe ser un correo electrónico válido.',
|
||||
'ends_with' => 'El :attribute debe terminar con uno de los siguientes: :values',
|
||||
'file' => 'The :attribute must be provided as a valid file.',
|
||||
'file' => 'El :attribute debe ser proporcionado como un archivo válido.',
|
||||
'filled' => 'El campo :attribute es requerido.',
|
||||
'gt' => [
|
||||
'numeric' => 'El :attribute debe ser mayor que :value.',
|
||||
|
@ -6,32 +6,32 @@
|
||||
return [
|
||||
|
||||
// Pages
|
||||
'page_create' => 'created page',
|
||||
'page_create_notification' => 'Page successfully created',
|
||||
'page_update' => 'updated page',
|
||||
'page_update_notification' => 'Page successfully updated',
|
||||
'page_delete' => 'deleted page',
|
||||
'page_delete_notification' => 'Page successfully deleted',
|
||||
'page_restore' => 'restored page',
|
||||
'page_restore_notification' => 'Page successfully restored',
|
||||
'page_move' => 'moved page',
|
||||
'page_create' => 'דף נוצר',
|
||||
'page_create_notification' => 'הדף נוצר בהצלחה',
|
||||
'page_update' => 'דף עודכן',
|
||||
'page_update_notification' => 'הדף עודכן בהצלחה',
|
||||
'page_delete' => 'דף נמחק',
|
||||
'page_delete_notification' => 'הדף הוסר בהצלחה',
|
||||
'page_restore' => 'דף שוחזר',
|
||||
'page_restore_notification' => 'הדף שוחזר בהצלחה',
|
||||
'page_move' => 'דף הועבר',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'created chapter',
|
||||
'chapter_create_notification' => 'Chapter successfully created',
|
||||
'chapter_update' => 'updated chapter',
|
||||
'chapter_update_notification' => 'Chapter successfully updated',
|
||||
'chapter_delete' => 'deleted chapter',
|
||||
'chapter_delete_notification' => 'Chapter successfully deleted',
|
||||
'chapter_move' => 'moved chapter',
|
||||
'chapter_create' => 'פרק נוצר',
|
||||
'chapter_create_notification' => 'הפרק נוצר בהצלחה',
|
||||
'chapter_update' => 'פרק עודכן',
|
||||
'chapter_update_notification' => 'הפרק עודכן בהצלחה',
|
||||
'chapter_delete' => 'פרק נמחק',
|
||||
'chapter_delete_notification' => 'הפרק נמחק בהצלחה',
|
||||
'chapter_move' => 'פרק הועבר',
|
||||
|
||||
// Books
|
||||
'book_create' => 'created book',
|
||||
'book_create_notification' => 'Book successfully created',
|
||||
'book_update' => 'updated book',
|
||||
'book_update_notification' => 'Book successfully updated',
|
||||
'book_delete' => 'deleted book',
|
||||
'book_delete_notification' => 'Book successfully deleted',
|
||||
'book_create' => 'ספר נוצר',
|
||||
'book_create_notification' => 'ספר נוצר בהצלחה',
|
||||
'book_update' => 'ספר הועדכן',
|
||||
'book_update_notification' => 'ספר התעדכן בהצלחה',
|
||||
'book_delete' => 'ספר נמחק',
|
||||
'book_delete_notification' => 'ספר נמחק בהצלחה',
|
||||
'book_sort' => 'sorted book',
|
||||
'book_sort_notification' => 'Book successfully re-sorted',
|
||||
|
||||
|
@ -21,7 +21,7 @@ return [
|
||||
'email' => 'אי-מייל',
|
||||
'password' => 'סיסמא',
|
||||
'password_confirm' => 'אימות סיסמא',
|
||||
'password_hint' => 'Must be at least 8 characters',
|
||||
'password_hint' => 'אורך הסיסמה חייב להיות לפחות 8 תווים',
|
||||
'forgot_password' => 'שכחת סיסמא?',
|
||||
'remember_me' => 'זכור אותי',
|
||||
'ldap_email_hint' => 'אנא ציין כתובת אי-מייל לשימוש בחשבון זה',
|
||||
@ -42,7 +42,7 @@ return [
|
||||
'reset_password' => 'איפוס סיסמא',
|
||||
'reset_password_send_instructions' => 'יש להזין את כתובת המייל למטה ואנו נשלח אלייך הוראות לאיפוס הסיסמא',
|
||||
'reset_password_send_button' => 'שלח קישור לאיפוס סיסמא',
|
||||
'reset_password_sent' => 'A password reset link will be sent to :email if that email address is found in the system.',
|
||||
'reset_password_sent' => 'קישור לשחזור סיסמה יישלח ל:email אם כתובת המייל קיימת במערכת.',
|
||||
'reset_password_success' => 'סיסמתך עודכנה בהצלחה',
|
||||
'email_reset_subject' => 'איפוס סיסמא ב :appName',
|
||||
'email_reset_text' => 'קישור זה נשלח עקב בקשה לאיפוס סיסמא בחשבון שלך',
|
||||
@ -64,10 +64,10 @@ return [
|
||||
'email_not_confirmed_resend_button' => 'שלח שוב מייל אימות',
|
||||
|
||||
// User Invite
|
||||
'user_invite_email_subject' => 'You have been invited to join :appName!',
|
||||
'user_invite_email_subject' => 'הוזמנת להצטרף ל:appName!',
|
||||
'user_invite_email_greeting' => 'An account has been created for you on :appName.',
|
||||
'user_invite_email_text' => 'Click the button below to set an account password and gain access:',
|
||||
'user_invite_email_action' => 'Set Account Password',
|
||||
'user_invite_email_action' => 'הגדר סיסמה לחשבון',
|
||||
'user_invite_page_welcome' => 'Welcome to :appName!',
|
||||
'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
|
||||
'user_invite_page_confirm_button' => 'Confirm Password',
|
||||
|
@ -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' => 'תנאי שימוש',
|
||||
];
|
||||
|
@ -28,7 +28,7 @@ return [
|
||||
'my_recent_drafts' => 'הטיוטות האחרונות שלי',
|
||||
'my_recently_viewed' => 'הנצפים לאחרונה שלי',
|
||||
'my_most_viewed_favourites' => 'My Most Viewed Favourites',
|
||||
'my_favourites' => 'My Favourites',
|
||||
'my_favourites' => 'המועדפים שלי',
|
||||
'no_pages_viewed' => 'לא צפית בדפים כלשהם',
|
||||
'no_pages_recently_created' => 'לא נוצרו דפים לאחרונה',
|
||||
'no_pages_recently_updated' => 'לא עודכנו דפים לאחרונה',
|
||||
@ -36,14 +36,14 @@ return [
|
||||
'export_html' => 'דף אינטרנט',
|
||||
'export_pdf' => 'קובץ PDF',
|
||||
'export_text' => 'טקסט רגיל',
|
||||
'export_md' => 'Markdown File',
|
||||
'export_md' => 'קובץ Markdown',
|
||||
|
||||
// Permissions and restrictions
|
||||
'permissions' => 'הרשאות',
|
||||
'permissions_intro' => 'ברגע שמסומן, הרשאות אלו יגברו על כל הרשאת תפקיד שקיימת',
|
||||
'permissions_enable' => 'הפעל הרשאות מותאמות אישית',
|
||||
'permissions_save' => 'שמור הרשאות',
|
||||
'permissions_owner' => 'Owner',
|
||||
'permissions_owner' => 'בעלים',
|
||||
|
||||
// Search
|
||||
'search_results' => 'תוצאות חיפוש',
|
||||
@ -52,8 +52,8 @@ return [
|
||||
'search_no_pages' => 'לא נמצאו דפים התואמים לחיפוש',
|
||||
'search_for_term' => 'חפש את :term',
|
||||
'search_more' => 'תוצאות נוספות',
|
||||
'search_advanced' => 'Advanced Search',
|
||||
'search_terms' => 'Search Terms',
|
||||
'search_advanced' => 'חיפוש מתקדם',
|
||||
'search_terms' => 'מילות חיפוש',
|
||||
'search_content_type' => 'סוג התוכן',
|
||||
'search_exact_matches' => 'התאמות מדויקות',
|
||||
'search_tags' => 'חפש בתגים',
|
||||
@ -63,7 +63,7 @@ return [
|
||||
'search_permissions_set' => 'סט הרשאות',
|
||||
'search_created_by_me' => 'שנוצרו על ידי',
|
||||
'search_updated_by_me' => 'שעודכנו על ידי',
|
||||
'search_owned_by_me' => 'Owned by me',
|
||||
'search_owned_by_me' => 'בבעלות שלי',
|
||||
'search_date_options' => 'אפשרויות תאריך',
|
||||
'search_updated_before' => 'שעודכנו לפני',
|
||||
'search_updated_after' => 'שעודכנו לאחר',
|
||||
@ -143,8 +143,8 @@ return [
|
||||
'books_sort_chapters_last' => 'פרקים בסוף',
|
||||
'books_sort_show_other' => 'הצג ספרים אחרונים',
|
||||
'books_sort_save' => 'שמור את הסדר החדש',
|
||||
'books_copy' => 'Copy Book',
|
||||
'books_copy_success' => 'Book successfully copied',
|
||||
'books_copy' => 'העתק ספר',
|
||||
'books_copy_success' => 'ספר הועתק בהצלחה',
|
||||
|
||||
// Chapters
|
||||
'chapter' => 'פרק',
|
||||
@ -163,8 +163,8 @@ return [
|
||||
'chapters_move' => 'העבר פרק',
|
||||
'chapters_move_named' => 'העבר פרק :chapterName',
|
||||
'chapter_move_success' => 'הפרק הועבר אל :bookName',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_copy' => 'העתק פרק',
|
||||
'chapters_copy_success' => 'פרק הועתק בהצלחה',
|
||||
'chapters_permissions' => 'הרשאות פרק',
|
||||
'chapters_empty' => 'לא נמצאו דפים בפרק זה.',
|
||||
'chapters_permissions_active' => 'הרשאות פרק פעילות',
|
||||
@ -188,7 +188,7 @@ return [
|
||||
'pages_delete_confirm' => 'האם ברצונך למחוק דף זה?',
|
||||
'pages_delete_draft_confirm' => 'האם ברצונך למחוק את טיוטת הדף הזה?',
|
||||
'pages_editing_named' => 'עריכת דף :pageName',
|
||||
'pages_edit_draft_options' => 'Draft Options',
|
||||
'pages_edit_draft_options' => 'אפשרויות טיוטה',
|
||||
'pages_edit_save_draft' => 'שמור טיוטה',
|
||||
'pages_edit_draft' => 'ערוך טיוטת דף',
|
||||
'pages_editing_draft' => 'עריכת טיוטה',
|
||||
@ -238,7 +238,7 @@ return [
|
||||
'pages_initial_name' => 'דף חדש',
|
||||
'pages_editing_draft_notification' => 'הינך עורך טיוטה אשר נשמרה לאחרונה ב :timeDiff',
|
||||
'pages_draft_edited_notification' => 'דף זה עודכן מאז, מומלץ להתעלם מהטיוטה הזו.',
|
||||
'pages_draft_page_changed_since_creation' => 'This page has been updated since this draft was created. It is recommended that you discard this draft or take care not to overwrite any page changes.',
|
||||
'pages_draft_page_changed_since_creation' => 'העמוד התעדכן מאז שהטיוטה נוצרה. מומלץ לבטל את הטיוטה או לשים לב לא לדרוס שינויים בעמוד.',
|
||||
'pages_draft_edit_active' => [
|
||||
'start_a' => ':count משתמשים החלו לערוך דף זה',
|
||||
'start_b' => ':userName החל לערוך דף זה',
|
||||
@ -248,7 +248,7 @@ return [
|
||||
],
|
||||
'pages_draft_discarded' => 'הסקיצה נמחקה, העורך עודכן עם תוכן הדף העכשוי',
|
||||
'pages_specific' => 'דף ספציפי',
|
||||
'pages_is_template' => 'Page Template',
|
||||
'pages_is_template' => 'תבנית דף',
|
||||
|
||||
// Editor Sidebar
|
||||
'page_tags' => 'תגיות דף',
|
||||
@ -257,19 +257,19 @@ return [
|
||||
'shelf_tags' => 'תגיות מדף',
|
||||
'tag' => 'תגית',
|
||||
'tags' => 'תגיות',
|
||||
'tag_name' => 'Tag Name',
|
||||
'tag_name' => 'שם התווית',
|
||||
'tag_value' => 'ערך התגית (אופציונאלי)',
|
||||
'tags_explain' => "הכנס תגיות על מנת לסדר את התוכן שלך. \n ניתן לציין ערך לתגית על מנת לבצע סידור יסודי יותר",
|
||||
'tags_add' => 'הוסף תגית נוספת',
|
||||
'tags_remove' => 'Remove this tag',
|
||||
'tags_remove' => 'מחק תווית',
|
||||
'tags_usages' => 'Total tag usages',
|
||||
'tags_assigned_pages' => 'Assigned to Pages',
|
||||
'tags_assigned_chapters' => 'Assigned to Chapters',
|
||||
'tags_assigned_books' => 'Assigned to Books',
|
||||
'tags_assigned_shelves' => 'Assigned to Shelves',
|
||||
'tags_x_unique_values' => ':count unique values',
|
||||
'tags_all_values' => 'All values',
|
||||
'tags_view_tags' => 'View Tags',
|
||||
'tags_all_values' => 'כל הערכים',
|
||||
'tags_view_tags' => 'הצג תוויות',
|
||||
'tags_view_existing_tags' => 'View existing tags',
|
||||
'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.',
|
||||
'attachments' => 'קבצים מצורפים',
|
||||
@ -298,12 +298,12 @@ return [
|
||||
'attachments_file_uploaded' => 'הקובץ עלה בהצלחה',
|
||||
'attachments_file_updated' => 'הקובץ עודכן בהצלחה',
|
||||
'attachments_link_attached' => 'הקישור צורף לדף בהצלחה',
|
||||
'templates' => 'Templates',
|
||||
'templates_set_as_template' => 'Page is a template',
|
||||
'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.',
|
||||
'templates_replace_content' => 'Replace page content',
|
||||
'templates_append_content' => 'Append to page content',
|
||||
'templates_prepend_content' => 'Prepend to page content',
|
||||
'templates' => 'תבניות',
|
||||
'templates_set_as_template' => 'הגדר עמוד כתבנית',
|
||||
'templates_explain_set_as_template' => 'ניתן להגדיר עמוד כתבנית כך שהתוכן שלו ישומש בעת יצירת עמודים אחרים. משתמשים אחרים יוכלו לראות את התבנית רק אם ברשותם הרשאות צפייה בעמוד הזה.',
|
||||
'templates_replace_content' => 'החלף תוכן עמוד',
|
||||
'templates_append_content' => 'הוסף בסוף תוכן העמוד',
|
||||
'templates_prepend_content' => 'הוסף בתחילת תוכן העמוד',
|
||||
|
||||
// Profile View
|
||||
'profile_user_for_x' => 'משתמש במערכת כ :time',
|
||||
|
@ -18,7 +18,7 @@ return [
|
||||
'ldap_fail_authed' => 'LDAP access failed using given dn & password details',
|
||||
'ldap_extension_not_installed' => 'LDAP PHP extension not installed',
|
||||
'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed',
|
||||
'saml_already_logged_in' => 'Already logged in',
|
||||
'saml_already_logged_in' => 'כבר מחובר',
|
||||
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
|
||||
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
|
||||
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user