botlib/locales/en/video.ftl

142 lines
5.5 KiB
Text

# =============================================================================
# General Bots - English Video Editor Translations
# =============================================================================
# -----------------------------------------------------------------------------
# Navigation
# -----------------------------------------------------------------------------
nav-video = Video
# -----------------------------------------------------------------------------
# Video Editor - Main
# -----------------------------------------------------------------------------
video-title = Video Editor
video-new-project = New Project
video-project-info = Project Info
video-duration = Duration
video-clips = Clips
video-layers = Layers
video-resolution = Resolution
# -----------------------------------------------------------------------------
# Video Editor - Add Elements
# -----------------------------------------------------------------------------
video-add-elements = Add Elements
video-add-clip = Video Clip
video-add-text = Text
video-add-image = Image
video-add-shape = Shape
video-add-audio = Audio
video-add-narration = Narration
# -----------------------------------------------------------------------------
# Video Editor - Properties
# -----------------------------------------------------------------------------
video-properties = Properties
video-name = Name
video-volume = Volume
video-opacity = Opacity
video-position-x = Position X
video-position-y = Position Y
video-rotation = Rotation
video-transition-in = Transition In
video-transition-out = Transition Out
# -----------------------------------------------------------------------------
# Video Editor - Timeline
# -----------------------------------------------------------------------------
video-video-track = Video
video-text-track = Text & Overlays
video-audio-track = Audio
# -----------------------------------------------------------------------------
# Video Editor - Preview
# -----------------------------------------------------------------------------
video-preview = Preview
video-add-content = Add clips or elements to start editing
# -----------------------------------------------------------------------------
# Video Editor - Chat
# -----------------------------------------------------------------------------
video-ai-assistant = AI Assistant
video-playhead-at = Playhead:
video-selected = Selected:
video-chat-placeholder = Describe what you want to change...
video-chat-welcome = Hi! I'm your video editing assistant. You can tell me what to change, like "add a title here" or "make it bigger". I'll understand your current selection and playhead position.
# -----------------------------------------------------------------------------
# Video Editor - Export
# -----------------------------------------------------------------------------
video-export = Export
video-export-video = Export Video
video-format = Format
video-quality = Quality
video-start-export = Start Export
video-exporting = Exporting...
video-export-complete = Export Complete
video-export-failed = Export Failed
# -----------------------------------------------------------------------------
# Video Editor - Projects
# -----------------------------------------------------------------------------
video-recent-projects = Recent Projects
video-no-projects = No projects yet
video-create-first = Create your first video project
video-project-name = Project Name
video-aspect-ratio = Aspect Ratio
video-frame-rate = Frame Rate
video-create = Create
# -----------------------------------------------------------------------------
# Video Editor - Text Layer
# -----------------------------------------------------------------------------
video-text-content = Text Content
video-font-family = Font
video-font-size = Size
video-text-color = Color
video-duration-sec = Duration (sec)
video-add = Add
# -----------------------------------------------------------------------------
# Video Editor - Actions
# -----------------------------------------------------------------------------
video-undo = Undo
video-redo = Redo
video-cut = Cut
video-split = Split
video-delete = Delete
video-save = Save
# -----------------------------------------------------------------------------
# Video Editor - Status
# -----------------------------------------------------------------------------
video-status-draft = Draft
video-status-editing = Editing
video-status-exporting = Exporting
video-status-published = Published
video-status-archived = Archived
# -----------------------------------------------------------------------------
# Video Editor - Notifications
# -----------------------------------------------------------------------------
video-project-created = Project created
video-project-saved = Project saved
video-clip-added = Clip added
video-layer-added = Layer added
video-text-added = Text layer added
video-shape-added = Shape added
video-audio-added = Audio track added
video-item-deleted = Item deleted
video-export-started = Export started
video-export-completed = Export completed successfully
video-error-create-project = Failed to create project
video-error-load-project = Failed to load project
video-error-add-clip = Failed to add clip
video-error-add-layer = Failed to add layer
video-error-delete = Failed to delete item
video-error-export = Failed to start export
video-create-project-first = Please create a project first
video-select-clip-to-split = Select a clip to split
video-playhead-within-clip = Playhead must be within the selected clip
video-tts-coming-soon = TTS generation coming soon
video-split-coming-soon = Split feature coming soon