Update promptbar.json (#389)

fix : added missing translation
This commit is contained in:
oznav2 2023-04-03 11:52:12 +03:00 committed by GitHub
parent 6156a2702f
commit e8150e7195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -1,12 +1,12 @@
{ {
"New prompt": "New prompt", "New prompt": "פקודת מכונה חדשה",
"New folder": "New folder", "New folder": "תיקיה חדשה",
"No prompts.": "No prompts.", "No prompts.": "לא נמצאו פקודות מכונות",
"Search prompts...": "Search prompts...", "Search prompts...": "חיפוש פקודות...",
"Name": "Name", "Name": "שם",
"Description": "Description", "Description": "תיאור",
"A description for your prompt.": "A description for your prompt.", "A description for your prompt.": "תיאור שורת הפקודה למכונה",
"Prompt": "Prompt", "Prompt": "פקודה",
"Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}": "Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}", "Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}": "תיאור הפקודה. השתמש {{}} להגדרת משתנים. לדוגמא {{שם משתנה}} הוא {{תואר}} {{שם עצם}}",
"Save": "Save" "Save": "Save"
} }