From 8a78811a1f8bf052db79639ef431723bdc726f4e Mon Sep 17 00:00:00 2001 From: Uriel Ofir Date: Fri, 30 May 2025 07:57:27 +0300 Subject: [PATCH] Create he.toml Some words don't have good translation to Hebrew so I think it's better to keep them in English. It's common in Israel to use some English in the internet. --- i18n/he.toml | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 i18n/he.toml diff --git a/i18n/he.toml b/i18n/he.toml new file mode 100644 index 0000000000..e20841c06b --- /dev/null +++ b/i18n/he.toml @@ -0,0 +1,90 @@ +# UI strings. Buttons and similar. + +[ui_pager_prev] +other = "הקודם" + +[ui_pager_next] +other = "הבא" + +[ui_read_more] +other = "קרא עוד" + +[ui_search] +other = "חיפוש באתר…" + +# Used in sentences such as "Posted in News" +[ui_in] +other = "ב" + +# Used in sentences such as "All Tags" +[ui_all] +other = "כל" + +# Footer text +[footer_all_rights_reserved] +other = "כל הזכויות שמורות" + +[footer_privacy_policy] +other = "מדיניות פרטיות" + +# Post (blog, articles etc.) +[post_byline_by] +other = "על ידי" +[post_created] +other = "נוצר" +[post_last_mod] +other = "עדכון אחרון" +[post_edit_this] +other = "עריכת העמוד" +[post_view_this] +other = "צפייה בקוד המקור של העמוד" +[post_create_child_page] +other = "צור עמוד משנה" +[post_create_issue] +other = "Create documentation issue" +[post_create_project_issue] +other = "Create project issue" +[post_posts_in] +other = "Posts in" +[post_reading_time] +other = "דקות קריאה" +[post_less_than_a_minute_read] +other = "פחות מדקה" + +# Print support +[print_printable_section] +other = "זוהי גרסה להדפסה" +[print_click_to_print] +other = "לחץ כאן להדפסה" +[print_show_regular] +other = "חזור לתצוגה רגילה" +[print_entire_section] +other = "הדפס הכל" + +# Community +[community_join] +other = "הצטרף על קהילת {{ .Site.Title }}" +[community_introduce] +other = "{{ .Site.Title }} הוא פרוייקט קוד פתוח שכל אחד בקהילה יכול להשתמש, לשפר, ולהינות ממנו. אנחנו נשמח שתצטרף אלינו. הנה כמה דרכים להבין מה קורה פה ולהיות מעורב." +[community_learn] +other = "למד והתחבר" +[community_using] +other = "משתמש או רוצה להשתמש ב{{ .Site.Title }}? למד עוד כאן:" +[community_develop] +other = "פיתוח ותרומה" +[community_contribute] +other = "אם אתה רוצה להיות יותר מעורב על ידי תרומה ל{{ .Site.Title }}, הצטרף אלינו כאן:" +[community_how_to] +other = "אתה יכול ללמוד איך לתרום ל{{ .Site.Title }} ב" +[community_guideline] +other = "Contribution Guidelines" + +# Feedback +[feedback_title] +other = "Feedback" +[feedback_question] +other = "האם העמוד הזה היה מועיל לך?" +[feedback_positive] +other = "כן" +[feedback_negative] +other = "לא"