Skip to main content
Glama
he.tsโ€ข4.36 kB
/** * Hebrew Translations (RTL) */ import { createBaseTranslation } from './base.js'; export const he = createBaseTranslation({ tools: { pinepaper_create_item: { name: 'ืฆื•ืจ ืคืจื™ื˜', description: '' }, pinepaper_modify_item: { name: 'ืฉื ื” ืคืจื™ื˜', description: '' }, pinepaper_delete_item: { name: 'ืžื—ืง ืคืจื™ื˜', description: '' }, pinepaper_add_relation: { name: 'ื”ื•ืกืฃ ื™ื—ืก', description: '' }, pinepaper_remove_relation: { name: 'ื”ืกืจ ื™ื—ืก', description: '' }, pinepaper_query_relations: { name: 'ืฉืื™ืœืชืช ื™ื—ืกื™ื', description: '' }, pinepaper_animate: { name: 'ื”ื ืคืฉ', description: '' }, pinepaper_keyframe_animate: { name: 'ืื ื™ืžืฆื™ื™ืช ืžืคืชื—', description: '' }, pinepaper_play_timeline: { name: 'ื ื’ืŸ ืฆื™ืจ ื–ืžืŸ', description: '' }, pinepaper_execute_generator: { name: 'ื”ืคืขืœ ืžื—ื•ืœืœ', description: '' }, pinepaper_list_generators: { name: 'ืจืฉื™ืžืช ืžื—ื•ืœืœื™ื', description: '' }, pinepaper_apply_effect: { name: 'ื”ื—ืœ ืืคืงื˜', description: '' }, pinepaper_get_items: { name: 'ืงื‘ืœ ืคืจื™ื˜ื™ื', description: '' }, pinepaper_get_relation_stats: { name: 'ืกื˜ื˜ื™ืกื˜ื™ืงื•ืช ื™ื—ืกื™ื', description: '' }, pinepaper_set_background_color: { name: 'ื”ื’ื“ืจ ืฆื‘ืข ืจืงืข', description: '' }, pinepaper_set_canvas_size: { name: 'ื”ื’ื“ืจ ื’ื•ื“ืœ ื‘ื“', description: '' }, pinepaper_export_svg: { name: 'ื™ื™ืฆื SVG', description: '' }, pinepaper_export_training_data: { name: 'ื™ื™ืฆื ื ืชื•ื ื™ ืื™ืžื•ืŸ', description: '' }, }, errors: { itemNotFound: 'ืคืจื™ื˜ ืœื ื ืžืฆื: {{itemId}}', invalidRelation: 'ื™ื—ืก ืœื ื—ื•ืงื™: {{relationType}}', invalidParams: 'ืคืจืžื˜ืจื™ื ืœื ื—ื•ืงื™ื™ื: {{details}}', generatorNotFound: 'ืžื—ื•ืœืœ ืœื ื ืžืฆื: {{generatorName}}', exportFailed: 'ื”ื™ื™ืฆื•ื ื ื›ืฉืœ: {{reason}}', executionError: 'ืฉื’ื™ืืช ื‘ื™ืฆื•ืข: {{message}}', validationError: 'ืฉื’ื™ืืช ืื™ืžื•ืช: {{message}}', unknownTool: 'ื›ืœื™ ืœื ืžื•ื›ืจ: {{toolName}}', apiKeyRequired: 'ื ื“ืจืฉ ืžืคืชื— API', apiKeyInvalid: 'ืžืคืชื— API ืœื ื—ื•ืงื™', apiKeyExpired: 'ืžืคืชื— API ืคื’ ืชื•ืงืฃ', rateLimitExceeded: 'ื—ืจื™ื’ื” ืžืžื’ื‘ืœืช ื‘ืงืฉื•ืช. ื ืกื” ืฉื•ื‘ ื‘ืขื•ื“ {{seconds}} ืฉื ื™ื•ืช.', }, success: { itemCreated: '{{itemType}} ื ื•ืฆืจ ื‘ืžื™ืงื•ื ({{x}}, {{y}})', itemModified: 'ืคืจื™ื˜ {{itemId}} ืฉื•ื ื”', itemDeleted: 'ืคืจื™ื˜ {{itemId}} ื ืžื—ืง', relationAdded: 'ื™ื—ืก {{relationType}} ื ื•ืกืฃ: {{sourceId}} โ† {{targetId}}', relationRemoved: 'ื™ื—ืก ื‘ื™ืŸ {{sourceId}} ืœ-{{targetId}} ื”ื•ืกืจ', animationApplied: 'ืื ื™ืžืฆื™ื™ืช {{animationType}} ื”ื•ื—ืœื” ืขืœ {{itemId}}', generatorExecuted: 'ืžื—ื•ืœืœ {{generatorName}} ื”ื•ืคืขืœ', effectApplied: 'ืืคืงื˜ {{effectType}} ื”ื•ื—ืœ ืขืœ {{itemId}}', backgroundSet: 'ืฆื‘ืข ืจืงืข ื”ื•ื’ื“ืจ ืœ-{{color}}', canvasSizeSet: 'ื’ื•ื“ืœ ื‘ื“ ื”ื•ื’ื“ืจ ืœ-{{width}}ร—{{height}}', exported: '{{format}} ื™ื•ืฆื ื‘ื”ืฆืœื—ื”', }, itemTypes: { text: 'ื˜ืงืกื˜', circle: 'ืขื™ื’ื•ืœ', star: 'ื›ื•ื›ื‘', rectangle: 'ืžืœื‘ืŸ', triangle: 'ืžืฉื•ืœืฉ', polygon: 'ืžืฆื•ืœืข', ellipse: 'ืืœื™ืคืกื”', path: 'ื ืชื™ื‘', line: 'ืงื•', arc: 'ืงืฉืช', }, relationTypes: { orbits: 'ืžืงื™ืฃ', follows: 'ืขื•ืงื‘', attached_to: 'ืžื—ื•ื‘ืจ ืœ', maintains_distance: 'ืฉื•ืžืจ ืžืจื—ืง', points_at: 'ืžืฆื‘ื™ืข ืขืœ', mirrors: 'ืžืฉืงืฃ', parallax: 'ืคืจืœืงืก', bounds_to: 'ืžื•ื’ื‘ืœ ืœ', }, animationTypes: { pulse: 'ืคืขื™ืžื”', rotate: 'ืกื™ื‘ื•ื‘', bounce: 'ืงืคื™ืฆื”', fade: 'ื“ื”ื™ื™ื”', wobble: 'ื”ืชื ื“ื ื“ื•ืช', slide: 'ื”ื—ืœืงื”', typewriter: 'ืžื›ื•ื ืช ื›ืชื™ื‘ื”', }, generators: { drawSunburst: 'ืงืจื ื™ ืฉืžืฉ', drawSunsetScene: 'ืกืฆื ืช ืฉืงื™ืขื”', drawGrid: 'ืจืฉืช', drawStackedCircles: 'ืขื™ื’ื•ืœื™ื ืžื•ืขืจืžื™ื', drawCircuit: 'ืœื•ื— ืžืขื’ืœื™ื', drawWaves: 'ื’ืœื™ื', drawPattern: 'ื“ืคื•ืก', }, common: { at: 'ื‘', with: 'ืขื', to: 'ืœ', from: 'ืž', position: 'ืžื™ืงื•ื', radius: 'ืจื“ื™ื•ืก', color: 'ืฆื‘ืข', speed: 'ืžื”ื™ืจื•ืช', duration: 'ืžืฉืš', }, }); export default he;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pinepaper/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server