mirror of https://github.com/jpanther/congo.git
🌐 Add he i18n
parent
b2d06c46d7
commit
d6a3d0bfcb
|
@ -54,6 +54,7 @@ The theme currently supports the following languages by default:
|
||||||
| :cn: Chinese | `zh` |
|
| :cn: Chinese | `zh` |
|
||||||
| :fr: French | `fr` |
|
| :fr: French | `fr` |
|
||||||
| :de: German | `de` |
|
| :de: German | `de` |
|
||||||
|
| :israel: Hebrew | `he` |
|
||||||
| :brazil: Portuguese (Brazil) | `pt-br` |
|
| :brazil: Portuguese (Brazil) | `pt-br` |
|
||||||
| :portugal: Portuguese (Portugal) | `pt-pt` |
|
| :portugal: Portuguese (Portugal) | `pt-pt` |
|
||||||
| :es: Spanish (Spain) | `es` |
|
| :es: Spanish (Spain) | `es` |
|
||||||
|
|
|
@ -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: "חדשים"
|
Loading…
Reference in New Issue