Skip to content

Commit

Permalink
chore(lang): updated translations from crowdin (#1797)
Browse files Browse the repository at this point in the history
* New translations en.json (Hebrew)

* New translations en.json (Turkish)

* New translations en.json (Turkish)

---------

Co-authored-by: Meier Lukas <[email protected]>
  • Loading branch information
ajnart and Meierschlumpf authored Dec 28, 2024
1 parent abf7942 commit c8228b9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
80 changes: 40 additions & 40 deletions packages/translation/src/lang/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -1443,83 +1443,83 @@
"description": ""
},
"isMuted": {
"label": ""
"label": "מושתק"
},
"hasControls": {
"label": ""
"label": "הצג פקדים"
}
},
"error": {
"noUrl": "",
"forYoutubeUseIframe": ""
"noUrl": "לא סופק קישור של סרטון",
"forYoutubeUseIframe": "עבור סרטוני YouTube השתמש באפשרות iframe"
}
},
"mediaServer": {
"name": "",
"description": "",
"name": "זרמי שרת מדיה נוכחיים",
"description": "הצג את הזרמים הנוכחיים בשרתי המדיה שלך",
"option": {}
},
"downloads": {
"name": "",
"description": "",
"name": "הורדת לקוח",
"description": "מאפשר לך להציג ולנהל את ההורדות שלך הן מלקוחות Torrent והן מלקוחות Usenet.",
"option": {
"columns": {
"label": ""
"label": "עמודות להצגה"
},
"enableRowSorting": {
"label": ""
"label": "אפשר מיון פריטים"
},
"defaultSort": {
"label": ""
"label": "עמודה המשמשת למיון כברירת מחדל"
},
"descendingDefaultSort": {
"label": ""
"label": "מיון הפוך"
},
"showCompletedUsenet": {
"label": ""
"label": "הצג ערכי usenet שסומנו כהשלמה"
},
"showCompletedTorrent": {
"label": ""
"label": "הצג ערכי טורנט שסומנו כהשלמה"
},
"activeTorrentThreshold": {
"label": ""
"label": "הסתר טורנט שהושלם מתחת לסף הזה (בקיB/s)"
},
"categoryFilter": {
"label": ""
"label": "קטגוריות/תוויות לסינון"
},
"filterIsWhitelist": {
"label": ""
"label": "סנן כרשימת היתרים"
},
"applyFilterToRatio": {
"label": ""
"label": "השתמש במסנן כדי לחשב יחס"
}
},
"errors": {
"noColumns": "",
"noCommunications": ""
"noColumns": "בחר עמודות בפריטים",
"noCommunications": "לא ניתן לטעון נתונים מהאינטגרציה"
},
"items": {
"actions": {
"columnTitle": ""
"columnTitle": "פקדים"
},
"added": {
"columnTitle": "",
"columnTitle": "נוסף",
"detailsTitle": "נוסף בתאריך"
},
"category": {
"columnTitle": "",
"detailsTitle": ""
"columnTitle": "תוספות",
"detailsTitle": "קטגוריות (או מידע נוסף)"
},
"downSpeed": {
"columnTitle": "הורדה",
"detailsTitle": "מהירות הורדה"
},
"index": {
"columnTitle": "",
"columnTitle": "#",
"detailsTitle": ""
},
"id": {
"columnTitle": ""
"columnTitle": "מזהה"
},
"integration": {
"columnTitle": "אינטגרציה"
Expand All @@ -1529,47 +1529,47 @@
},
"progress": {
"columnTitle": "התקדמות",
"detailsTitle": ""
"detailsTitle": "התקדמות ההורדה"
},
"ratio": {
"columnTitle": "יחס",
"detailsTitle": ""
"detailsTitle": "יחס טורנט (התקבל/נשלח)"
},
"received": {
"columnTitle": "",
"detailsTitle": ""
"columnTitle": "סך הכל הורדה",
"detailsTitle": "הורדה כוללת"
},
"sent": {
"columnTitle": "",
"detailsTitle": ""
"columnTitle": "סך הכל העלאה",
"detailsTitle": "העלאה כוללת"
},
"size": {
"columnTitle": "",
"detailsTitle": ""
"columnTitle": "גודל קובץ",
"detailsTitle": "גודל כולל של בחירה/קבצים"
},
"state": {
"columnTitle": "מצב",
"detailsTitle": ""
},
"time": {
"columnTitle": "",
"detailsTitle": ""
"columnTitle": "זמן סיום",
"detailsTitle": "זמן מאז/עד סיום"
},
"type": {
"columnTitle": "",
"detailsTitle": ""
"columnTitle": "סוּג",
"detailsTitle": "סוג לקוח הורדה"
},
"upSpeed": {
"columnTitle": "העלאה",
"detailsTitle": ""
"detailsTitle": "קצב העלאה"
}
},
"states": {
"downloading": "מוריד",
"queued": "בתור",
"paused": "מושהה",
"completed": "הושלם",
"failed": "",
"failed": "נכשל",
"processing": "מעבד",
"leeching": "",
"stalled": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/translation/src/lang/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@
},
"widgetData": {
"title": "Widget verileri",
"text": "Widget (ve sayıları) yapılandırma verilerini gönder. URL'leri, adları veya başka herhangi bir veriyi içermez."
"text": "Widget (ve sayıları) yapılandırma verilerini gönder. URL'leri, alan adlarını veya başka herhangi bir veriyi içermez."
},
"integrationData": {
"title": "Entegrasyon verileri",
Expand Down

0 comments on commit c8228b9

Please sign in to comment.