From bf0883adb520a32d0d9d6b15080dae6e7882a372 Mon Sep 17 00:00:00 2001 From: Eran Israeli Date: Sat, 24 Dec 2022 17:19:02 +0200 Subject: [PATCH] Update Hebrew translation (#1104) Signed-off-by: Eran Israeli --- i18n/he.yaml | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/i18n/he.yaml b/i18n/he.yaml index 6d203f4..3912fb8 100644 --- a/i18n/he.yaml +++ b/i18n/he.yaml @@ -1,19 +1,33 @@ - id: prev_page - translation: "לעמוד הקודם" + translation: "קודם" - id: next_page - translation: "לעמוד הבא" + translation: "הבא" - id: read_time translation: one : "דקה אחת" - other: "{{ .Count }} דקות" + other: "דקות {{ .Count }}" + +- id: words + translation: + one : "word" + other: "מילים {{ .Count }} " - id: toc - translation: "תוכן עניינים" + translation: "תוכן העניינים" - id: translations translation: "תרגומים" - id: home - translation: "דף בית" + translation: "בית" + +- id: edit_post + translation: "ערוך" + +- id: code_copy + translation: "העתק" + +- id: code_copied + translation: "!הועתק"