Skip to content

Commit

Permalink
(feat) O3-2528: Hebrew translations for openmrs-ngx-formentry (#1436)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Y <andrey.yakubyshyn@med.me>
Co-authored-by: Ian <52504170+ibacher@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 26, 2023
1 parent f92059e commit 51883dd
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions packages/esm-form-entry-app/translations/he.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"aDayAgo": "לפני יום",
"aFewSecondsAgo": "לפני מספר שניות",
"aMinuteAgo": "לפני דקה",
"aMonthAgo": "לפני חודש",
"aYearAgo": "לפני שנה",
"add": "הוסף",
"addHour": "הוסף שעה",
"addMinute": "הוסף דקה",
"addSecond": "הוסף שנייה",
"anHourAgo": "לפני שעה",
"cancel": "ביטול",
"changeToMonthView": "שנה לתצוגת חודש",
"chooseMonthAndYear": "בחר חודש ושנה",
"clearEntry": "האם אתה בטוח שברצונך לנקות רשומה זה?",
"closeThisPanel": "סגור לוח זה",
"componentLoadingFailed": "טעינת הרכיב נכשלה...",
"daysAgo": "ימים לפני",
"deleteEntry": "האם אתה בטוח שברצונך למחוק פריט זה?",
"discardButton": "בטל",
"enterMoreCharacters": "אנא הזן 2 או יותר תווים",
"errorFetchingFormData": "אירעה שגיאה באחזור נתוני הטופס. פרטים: {detail}",
"errorLoadingForm": "שגיאה בטעינת הטופס",
"errorWithForm": "אירעה שגיאה בטופס ",
"fix": "תיקון",
"formSubmissionFailed": "אירעה שגיאה בעת הגשת הטופס. שגיאה: {error}",
"formSubmittedSuccessfully": "הטופס הוגש בהצלחה.",
"from": "מ",
"futureDateRestriction": "אין להשתמש בתאריך עתידי!",
"hoursAgo": "שעות לפני",
"invalidDate": "תאריך שגוי!",
"loading": "טוען...",
"loadingComponent": "טוען רכיב...",
"max": "הערך המרבי צריך להיות {max}",
"maxDate": "התאריך המרבי צריך להיות {maxDate}",
"maxEntries": "אינך יכול להכניס יותר מ-{max} רשומות",
"maxLength": "האורך המקסימלי צריך להיות {maxLength}",
"min": "הערך המינימלי צריך להיות {min}",
"minDate": "התאריך המינימלי צריך להיות {minDate}",
"minLength": "האורך המינימלי צריך להיות {minLength}",
"minusHour": "הסר שעה",
"minusMinute": "הסר דקה",
"minusSecond": "הסר שנייה",
"minutesAgo": " דקות לפני",
"monthsAgo": "חודשים לפני",
"next21Years": "21 שנה הבאה",
"nextMonth": "חודש הבא",
"nextYear": "שנה הבאה",
"patientIdentifierDuplication": "שכפול זיהוי המטופל",
"patientIdentifierDuplicationDescription": "הזיהוי שסופק כבר משוייך למטופל קיים. אנא בדוק את הזיהוי ונסה שוב.",
"previous21Years": "21 שנה קודם",
"previousMonth": "חודש קודם",
"previousValue": "ערך קודם",
"previousYear": "שנה קודם",
"remove": "הסר",
"requiredField": "שדה חובה!",
"saveAndCloseButton": "שמור וסגור",
"selectWeeks": "בחר שבועות",
"set": "הגדר",
"submitting": "מגיש",
"to": "עד",
"tryOpeningAnotherForm": "נסה לפתוח טופס אחר",
"useValue": "השתמש בערך",
"weeks": "שבועות",
"yearsAgo": "שנים לפנ"
}

0 comments on commit 51883dd

Please sign in to comment.