Skip to content

Commit 0d7d78d

Browse files
committed
Convert Hebrew translation file to YAML
1 parent f4526dc commit 0d7d78d

File tree

3 files changed

+59
-92
lines changed

3 files changed

+59
-92
lines changed

i18n/he.toml

Lines changed: 0 additions & 91 deletions
This file was deleted.

i18n/he.yaml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# UI strings. Buttons and similar.
2+
ui_pager_prev: הקודם
3+
ui_pager_next: הבא
4+
ui_read_more: קרא עוד
5+
ui_search: חיפוש באתר…
6+
7+
# Used in sentences such as "Posted in News"
8+
ui_in: ב
9+
10+
# Used in sentences such as "All Tags"
11+
ui_all: כל
12+
13+
# Footer text
14+
footer_all_rights_reserved: כל הזכויות שמורות
15+
16+
footer_privacy_policy: מדיניות פרטיות
17+
18+
# Post (blog, articles etc.)
19+
post_byline_by: על ידי
20+
post_created: נוצר
21+
post_last_mod: עדכון אחרון
22+
post_edit_this: עריכת העמוד
23+
post_view_this: צפייה בקוד המקור של העמוד
24+
post_create_child_page: צור עמוד משנה
25+
post_create_issue: Create documentation issue
26+
post_create_project_issue: Create project issue
27+
post_posts_in: Posts in
28+
post_reading_time:
29+
one: דקת קריאה
30+
other: דקות קריאה
31+
post_less_than_a_minute_read: פחות מדקה
32+
33+
# Print support
34+
print_printable_section: זוהי גרסה להדפסה
35+
print_click_to_print: לחץ כאן להדפסה
36+
print_show_regular: חזור לתצוגה רגילה
37+
print_entire_section: הדפס הכל
38+
39+
# Community
40+
community_join: >-
41+
הצטרף לקהילת {{ .Site.Title }}
42+
community_introduce: >-
43+
{{ .Site.Title }} הוא פרוייקט קוד פתוח שכל אחד בקהילה יכול להשתמש, לשפר, ולהינות ממנו. אנחנו נשמח שתצטרף אלינו. הנה כמה דרכים להבין מה קורה פה ולהיות מעורב.
44+
community_learn: למד והתחבר
45+
community_using: >-
46+
משתמש או רוצה להשתמש ב{{ .Site.Title }}? למד עוד כאן:
47+
community_develop: פיתוח ותרומה
48+
community_contribute: >-
49+
אם אתה רוצה להיות יותר מעורב על ידי תרומה ל{{ .Site.Title }}, הצטרף אלינו כאן:
50+
community_how_to: >-
51+
אתה יכול ללמוד איך לתרום ל{{ .Site.Title }} ב
52+
community_guideline: Contribution Guidelines
53+
54+
# Feedback
55+
feedback_title: Feedback
56+
feedback_question: האם העמוד הזה היה מועיל לך?
57+
feedback_positive: כן
58+
feedback_negative: לא

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsy",
3-
"version": "0.14.0-dev+38-g81613ae",
3+
"version": "0.14.0-dev+46-gf4526dc",
44
"repository": "github:google/docsy",
55
"homepage": "https://www.docsy.dev",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)