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

Added Hebrew translation #412

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions js/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const LANGUAGES = {
'es': 'Español',
'fr': 'Français',
'gl': 'Galego',
'he': "עברית",
'hu': 'magyar',
'id': 'Bahasa Indonesia',
'it': 'Italiano',
Expand Down
87 changes: 87 additions & 0 deletions locales/he.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"general": {
"daisy-mae": "דייזי מאי"
},
"welcome": {
"salutation": "שלום, וברוך הבא לאפליקציית <b>נביאות הלפת</b> בטלפון הנוק שלך!",
"description": "האפליקצייה הזו נותנת לך לעקוב אחרי מחירי הלפת באי שלך בכל יום, אך תצטרך להכניס את המחירים בעצמך!",
"conclusion": "לאחר מכן, אפליקציית נביאות הלפת תנבא <b>באופן קסום</b> את מחירי הלפת לשאר השבוע."
},
"first-time": {
"title": "קונה בפעם הראשונה",
"description": "האם זו הפעם הראשונה ששחקן קונה לפת מדייזי מאי <b>באי שלך?</b><i>(נתון זה משפיע על הדפוס הנוכחי)</i>",
"yes": "כן",
"no": "לא"
},
"patterns": {
"title": "דפוס קודם",
"description": "מה היה דפוס מחירי הלפת בשבוע שעבר באי שלך? <i>(נתון זה משפיע על הדפוס הנוכחי)</i>",
"pattern": "דפוס",
"all": "כל הדפוסים",
"decreasing": "בירידה",
"fluctuating": "משתנה",
"unknown": "אני לא יודע",
"large-spike": "עליה חדה",
"small-spike": "עליה מתונה"
},
"prices": {
"description": "מה היה מחיר קניית הלפת השבוע באי שלך?",
"open": {
"am": "בוקר - 8 בבוקר עד 12 בצהריים",
"pm": "ערב - 12 בצהריים עד 10 בערב"
},
"copy-permalink": "העתק פרמלינק",
"permalink-copied": "פרמלינק הועתק!",
"reset": "אפס נביאות לפת",
"reset-warning": "האם אתה בטוח שברצונך לאפס את כל השדות?\n\nפעולה זו היא בלתי הפיכה!"
},
"weekdays": {
"monday": "יום שני",
"tuesday": "יום שלישי",
"wednesday": "יום רביעי",
"thursday": "יום חמישי",
"friday": "יום שישי",
"saturday" : "יום שבת",
"sunday": "יום ראשון",
"abr": {
"monday": "שני",
"tuesday": "שלישי",
"wednesday": "רביעי",
"thursday": "חמישי",
"friday": "שישי",
"saturday" : "שבת"
}
},
"times": {
"morning": "בוקר",
"afternoon": "ערב"
},
"output": {
"title": "תוצאות",
"chance": "% סיכוי",
"to": "עד",
"minimum": "מינימום מובטח",
"maximum": "מקסימום אפשרי",
"chart": {
"input": "המחיר שהוזן",
"minimum": "מינימום מובטח",
"maximum": "מקסימום אפשרי"
}
},
"textbox": {
"description": "לאחר שהזנת חלק ממחירי הלפת, אפליקצית נביאות הלפת תחשב ותציג את כל האפשרויות ומחירי הלפת השונים שתוכל לקבל.",
"development": "האפליקציה הזו נמצאת עדיין תחת שלבי פיתוח, אך אנחנו משתפרים לאורך הזמן!",
"thanks": "כל זה לא היה אפשרי ללא <a href=\"https://twitter.com/_Ninji/status/1244818665851289602?s=20\">העבודה של נינג'י</a> שגילה איך טימי וטומי קובעים את מחירי הלפת שלהם.",
"support": "תמיכה, תגובות ותרומה לפרוייקט זמינים דרך <a href=\"https://github.com/mikebryant/ac-nh-turnip-prices/issues\">גיט-אהב</a>",
"sponsor": "רוצה לתמוך במפתחים מאחורי הפרוייקט הזה? לך ל<a href=\"https://github.com/mikebryant/ac-nh-turnip-prices#sponsor-button-repo\">גיט-אהב</a> שלנו ולחץ על כפתור ה-'❤ Sponser'",
"contributors-text": "הו! ואסור לנו לשכוח להודות לכל מי שעזרו ותרמו לאפליקציה הזו עד עכשיו!",
"contributors": "תורמים",
"language": "שפה",
"theme": {
"title": "ערכת נושא",
"auto": "אוטומטית",
"light": "בהיר",
"dark": "כהה"
}
}
}