diff --git a/exampleSite/content/docs/configuration.md b/exampleSite/content/docs/configuration.md index ebc5dd1b..9f5153a2 100644 --- a/exampleSite/content/docs/configuration.md +++ b/exampleSite/content/docs/configuration.md @@ -54,6 +54,7 @@ The theme currently supports the following languages by default: | :cn: Chinese | `zh` | | :fr: French | `fr` | | :de: German | `de` | +| :israel: Hebrew | `he` | | :brazil: Portuguese (Brazil) | `pt-br` | | :portugal: Portuguese (Portugal) | `pt-pt` | | :es: Spanish (Spain) | `es` | diff --git a/i18n/he.yaml b/i18n/he.yaml new file mode 100644 index 00000000..444084d2 --- /dev/null +++ b/i18n/he.yaml @@ -0,0 +1,55 @@ +article: + anchor_label: "עוגן" + date: "{{ .Date }}" + date_updated: "עודכן: {{ .Date }}" + draft: "טיוטה" + edit_title: "ערוך תוכן" + reading_time: + one: "{{ .Count }} דקה" + other: "{{ .Count }} דקות" + reading_time_title: "זמן קריאה" + table_of_contents: "תוכן עניינים" + word_count: + one: "{{ .Count }} מילה" + other: "{{ .Count }} מילים" + +author: + byline_title: "מחבר" + +code: + copy: "העתק" + copied: "הועתק" + +error: + 404_title: "הדף לא נמצא :confused:" + 404_error: "שגיאה 404" + 404_description: "נראה שהדף שביקשת לא קיים." + +footer: + dark_appearance: "מעבר למצב לילה" + light_appearance: "מעבר למצב יום" + powered_by: "בנוי בעזרת {{ .Hugo }} & {{ .Congo }}" + +list: + externalurl_title: "קישור לאתר חיצוני" + no_articles: "אין כרגע מאמרים ברשימה זו." + +nav: + scroll_to_top_title: "חזרה למעלה" + skip_to_main: "דילוג לתוכן" + +search: + open_button_title: "חיפוש (/)" + close_button_title: "סגירה (Esc)" + input_placeholder: "חיפוש" + +sharing: + email: "שליחת אימייל" + facebook: "שיתוף בפייסבוק" + linkedin: "שיתוף בלינקדאין" + pinterest: "שיתוף בפינטרסט" + reddit: "שליחה לרדיט" + twitter: "ציוץ בטוויטר" + +shortcode: + recent_articles: "חדשים"