From 453f4c74c3301124d6401267e16af81eec0e9982 Mon Sep 17 00:00:00 2001 From: Ari Horesh Date: Fri, 18 Feb 2022 20:41:24 +0000 Subject: [PATCH] feat(translations): update Hebrew (Israel) translation Currently translated at 14.2% (39 of 274 strings) Translation: Discord Tickets/Bot Translate-URL: http://i18n.capestar.net/projects/discord-tickets/bot/he_IL/ --- src/locales/he-IL.json | 112 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 111 insertions(+), 1 deletion(-) diff --git a/src/locales/he-IL.json b/src/locales/he-IL.json index 0967ef4..909081e 100644 --- a/src/locales/he-IL.json +++ b/src/locales/he-IL.json @@ -1 +1,111 @@ -{} +{ + "blacklisted": "❌ אתה חסום", + "bot": { + "missing_permissions": { + "description": "דיסקורד-טיקטס דורש ממך להיות בעל ההרשאות הבאות:\n%s ", + "title": "⚠️" + }, + "version": "[Discord Tickets](%s) v%s ע\"י [eartharoid](%s)" + }, + "collector_expires_in": "פג תוקף בעוד %d שניות", + "command_execution_error": { + "description": "שגיאה לא צפויה התחוללה!\nאנא צרו קשר עם האדמין על מנת שיבדוק את הקונסול לעוד פרטים.", + "title": "⚠️" + }, + "commands": { + "add": { + "description": "הוסף משתמש לטיקט", + "name": "הוסף", + "options": { + "member": { + "description": "המשתמש הוסף לטיקט", + "name": "משתמש" + }, + "ticket": { + "description": "הטיקט שתרצו לצרף אליו משתמש", + "name": "טיקט" + } + }, + "response": { + "added": { + "description": "%s צורף ל %s.", + "title": "✅ משתמש צורף" + }, + "no_member": { + "description": "אנא תייג את המשתמש שתרצה להוסיף.", + "title": "❌ משתמש לא ידוע" + }, + "no_permission": { + "description": "אינך יוצר הטיקט ולא בעל הרשאות אדמין, לכן אינך מורשה להוסיף משתמשים נוספים לטיקט.", + "title": "❌הרשאות לא מספיקות" + }, + "not_a_ticket": { + "description": "אנא השתמש בפקודה זו בערוץ הטיקטים, או ציין את הערוץ.", + "title": "❌ זה איננו ערוץ טיקטים" + } + } + }, + "blacklist": { + "description": "צפה או ערוץ את רשימת החסומים", + "name": "רשימת החסומים", + "options": { + "add": { + "description": "הוסף משתמש או רול לרשימת החסומים", + "name": "הוסף", + "options": { + "member_or_role": { + "description": "המשתמש או הרול להוסיף לרשימת החסומים", + "name": "משתמש_או_רול" + } + } + }, + "remove": { + "description": "הסר משתמש או רול מרשימת החסומים", + "name": "הסר", + "options": { + "member_or_role": { + "description": "המשתמש או הרול להסיר מרשימת החסומים" + } + } + } + } + }, + "settings": { + "options": { + "categories": { + "options": { + "edit": { + "name": "ערוך", + "options": { + "id": { + "name": "איידי" + }, + "image": { + "name": "תמונה" + }, + "max_per_member": { + "name": "מקס_עבור_משתמש" + }, + "name": { + "name": "שם" + }, + "name_format": { + "name": "פורמט_שם" + }, + "opening_message": { + "name": "הודעת_פתיחה" + }, + "opening_questions": { + "name": "שאלות_פתיחה" + }, + "ping": { + "name": "פינג" + } + } + } + } + } + } + } + } +}