Update hugo.yaml with GitHub repository links and enable feedback feature; add Hebrew translations for UI strings and error messages
This commit is contained in:
parent
113d8bce87
commit
bd78104a27
|
|
@ -109,10 +109,10 @@ params:
|
|||
url_latest_version: https://example.com
|
||||
|
||||
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
|
||||
github_repo: ""
|
||||
github_repo: "https://github.com/Maakaf/maakaf_home"
|
||||
|
||||
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
|
||||
github_project_repo: ""
|
||||
github_project_repo: "https://github.com/Maakaf/maakaf_home"
|
||||
|
||||
# Specify a value here if your content directory is not in your repo's root directory
|
||||
# github_subdir: ""
|
||||
|
|
@ -154,7 +154,7 @@ params:
|
|||
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
|
||||
# add "hide_feedback: true" to the page's front matter.
|
||||
feedback:
|
||||
enable: false
|
||||
enable: true
|
||||
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
|
||||
'yes': >-
|
||||
Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,120 @@
|
|||
# UI strings. Buttons and similar.
|
||||
|
||||
[ui_pager_prev]
|
||||
other = "הקודם"
|
||||
|
||||
[ui_pager_next]
|
||||
other = "הבא"
|
||||
|
||||
[ui_read_more]
|
||||
other = "קרא עוד"
|
||||
|
||||
[ui_search]
|
||||
other = "חיפוש באתר..."
|
||||
|
||||
[ui_all]
|
||||
other = "הכל"
|
||||
|
||||
[ui_less]
|
||||
other = "פחות"
|
||||
|
||||
[ui_more]
|
||||
other = "עוד"
|
||||
|
||||
# Used in sentences such as "Posted in News"
|
||||
[ui_in]
|
||||
other = "ב"
|
||||
|
||||
# Footer text
|
||||
[footer_all_rights_reserved]
|
||||
other = "כל הזכויות שמורות"
|
||||
|
||||
[post_byline_by]
|
||||
other = "מאת"
|
||||
|
||||
[post_created]
|
||||
other = "נוצר"
|
||||
|
||||
[post_last_mod]
|
||||
other = "עודכן לאחרונה"
|
||||
|
||||
|
||||
[post_view_this]
|
||||
other = "הצג את קוד המקור של דף זה"
|
||||
|
||||
[post_create_child_page]
|
||||
other = "צור עמוד משנה"
|
||||
|
||||
[post_edit_this]
|
||||
other = "ערוך דף זה"
|
||||
|
||||
[post_create_issue]
|
||||
other = "דווח על בעיה בדף"
|
||||
|
||||
[post_create_project_issue]
|
||||
other = "דווח על בעיה בפרויקט"
|
||||
|
||||
[post_posts_in]
|
||||
other = "פוסטים ב"
|
||||
|
||||
[post_reading_time]
|
||||
other = "דקות קריאה"
|
||||
|
||||
[post_less_than_a_minute_read]
|
||||
other = "פחות מדקת קריאה"
|
||||
|
||||
# Taxonomy
|
||||
[taxonomy_posts]
|
||||
other = "פוסטים בנושא"
|
||||
|
||||
[taxonomy_categories]
|
||||
other = "קטגוריות"
|
||||
|
||||
[taxonomy_tags]
|
||||
other = "תגיות"
|
||||
|
||||
# Error pages
|
||||
[error_404_title]
|
||||
other = "הדף לא נמצא :("
|
||||
|
||||
[error_404_text]
|
||||
other = "מצטערים, הדף שחיפשת לא קיים."
|
||||
|
||||
[error_500_title]
|
||||
other = "שגיאה פנימית :("
|
||||
|
||||
[error_500_text]
|
||||
other = "מצטערים, משהו השתבש בשרת."
|
||||
|
||||
# Feedback
|
||||
[feedback_title]
|
||||
other = "משוב"
|
||||
|
||||
[feedback_question]
|
||||
other = "אהבת את התוכן?"
|
||||
|
||||
[feedback_positive]
|
||||
other = "👍"
|
||||
|
||||
[feedback_negative]
|
||||
other = "👎"
|
||||
|
||||
[feedback_submit]
|
||||
other = "שלח משוב"
|
||||
|
||||
# Print
|
||||
[print_entire_section]
|
||||
other = "הדפס את כל הפרק"
|
||||
|
||||
[print_page]
|
||||
other = "הדפס דף זה"
|
||||
|
||||
# Edit options
|
||||
[edit_page]
|
||||
other = "ערוך דף זה"
|
||||
|
||||
[edit_section]
|
||||
other = "ערוך פרק זה"
|
||||
|
||||
[last_modified]
|
||||
other = "עודכן לאחרונה:"
|
||||
Loading…
Reference in New Issue