Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hebrew translation for zod #206

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions packages/core/locales/he/zod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"not_inclusive": "המערך חייב להכיל יותר מ-{{minimum}} איברים"
},
"string": {
"exact": "המחרוזת חייבת להכיל בדיוק {{minimum}} תווים",
"inclusive": "המחרוזת חייבת להכיל לפחות {{minimum}} תווים",
"not_inclusive": "המחרוזת חייבת להכיל מעל {{minimum}} תווים"
"exact": "הטקסט חייב להכיל בדיוק {{minimum}} תווים",
"inclusive": "הטקסט חייב להכיל לפחות {{minimum}} תווים",
"not_inclusive": "הטקסט חייב להכיל מעל {{minimum}} תווים"
},
"number": {
"exact": "המספר חייב להיות בדיוק {{minimum}}",
Expand All @@ -59,9 +59,9 @@
"not_inclusive": "המערך חייב להכיל פחות מ-{{maximum}} איברים"
},
"string": {
"exact": "המחרוזת חייבת להכיל בדיוק {{maximum}} תווים",
"inclusive": "המחרוזת חייבת להכיל לכל היותר {{maximum}} תווים",
"not_inclusive": "המחרוזת חייבת להכיל פחות מ-{{maximum}} תווים"
"exact": "הטקסט חייב להכיל בדיוק {{maximum}} תווים",
"inclusive": "הטקסט חייב להכיל לכל היותר {{maximum}} תווים",
"not_inclusive": "הטקסט חייב להכיל פחות מ-{{maximum}} תווים"
},
"number": {
"exact": "המספר חייב להיות בדיוק {{maximum}}",
Expand Down Expand Up @@ -91,7 +91,7 @@
"types": {
"function": "פונקציה",
"number": "מספר",
"string": "מחרוזת",
"string": "טקסט",
"nan": "NaN",
"integer": "מספר שלם",
"float": "מספר עשרוני",
Expand All @@ -110,4 +110,4 @@
"map": "מפה",
"set": "סט"
}
}
}