themes/hugo-coder/i18n/he.toml
564f36e0fffbe296c499cb33322d59b49ead4913
· 593 B · 34 lines
raw
| 1 | [category] |
| 2 | other = "קטגוריה" |
| 3 | |
| 4 | [tag] |
| 5 | other = "תגית" |
| 6 | |
| 7 | [series] |
| 8 | other = "סדרה" |
| 9 | |
| 10 | [author] |
| 11 | other = "סופר" |
| 12 | |
| 13 | [reading_time] |
| 14 | one = "דקה אחת לקרוא" |
| 15 | other = "דקות לקרוא {{ .Count }}" |
| 16 | |
| 17 | [page_not_found] |
| 18 | other = "דף האינטרנט שביקשת לא נמצא" |
| 19 | |
| 20 | [page_does_not_exist] |
| 21 | other = "מצטערים, דף אינטרנט זה אינו קיים" |
| 22 | |
| 23 | [head_back] |
| 24 | other = " אתה יכול לחזור<a href=\"{{ . }}\">לדף הבית</a>." |
| 25 | |
| 26 | [powered_by] |
| 27 | other = "מופעל על ידי" |
| 28 | |
| 29 | [see_also] |
| 30 | other = "רואה עוד ב" |
| 31 | |
| 32 | [posts] |
| 33 | other = "פוסטים" |
| 34 |