mirror of
https://github.com/YuzuZensai/Pien-Studio.git
synced 2026-09-02 14:18:35 +00:00
✨ feat: initial app
This commit is contained in:
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"home": {
|
||||
"title": "Make your mood visible",
|
||||
"subtitle": "Local-first editing, expressive presets, share when you want.",
|
||||
"start": "Start New Project",
|
||||
"moods": "Mood presets",
|
||||
"soft": "Soft",
|
||||
"pien": "Pien",
|
||||
"darkCute": "Dark Cute",
|
||||
"stage": "Stage",
|
||||
"custom": "Custom",
|
||||
"open": "Open",
|
||||
"duplicate": "Duplicate",
|
||||
"delete": "Delete",
|
||||
"projectHub": "Project Hub",
|
||||
"createOpenManage": "Create, open, and manage local projects.",
|
||||
"newProject": "New Project",
|
||||
"openProjectFile": "Open Project File",
|
||||
"openImage": "Open Image",
|
||||
"myProjects": "My Projects",
|
||||
"noProjectsYet": "No projects yet",
|
||||
"untitledProject": "Untitled Project",
|
||||
"imageProject": "Image Project",
|
||||
"wipTitle": "Heavy WIP Warning",
|
||||
"wipBody": "This app is in very early development and heavily work in progress. Features may be broken, missing, unstable, or changed at any time.",
|
||||
"wipSupportPrefix": "If you want to support development, you can sponsor the project on GitHub:",
|
||||
"wipAcknowledge": "I Understand"
|
||||
},
|
||||
"editor": {
|
||||
"file": "File",
|
||||
"edit": "Edit",
|
||||
"view": "View",
|
||||
"settings": "Settings",
|
||||
"save": "Save",
|
||||
"exportPng": "Export PNG",
|
||||
"exportProjectFile": "Export Project File",
|
||||
"importImage": "Import image",
|
||||
"canvasSize": "Canvas size",
|
||||
"undo": "Undo",
|
||||
"redo": "Redo",
|
||||
"copy": "Copy",
|
||||
"cut": "Cut",
|
||||
"paste": "Paste",
|
||||
"preferences": "Preferences",
|
||||
"panTool": "Pan tool",
|
||||
"pointerTool": "Pointer tool",
|
||||
"unsavedChanges": "Unsaved changes",
|
||||
"saved": "Saved",
|
||||
"layers": "Layers",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"delete": "Delete",
|
||||
"noLayersYet": "No layers yet. Add text or image.",
|
||||
"faceTool": "Face Tool",
|
||||
"faceMlFailed": "Face ML model failed to load on this device/browser.",
|
||||
"detectingFaces": "Detecting faces on selected image...",
|
||||
"selectImageLayer": "Select an image layer to scan faces.",
|
||||
"noFacesFound": "No faces found in selected image.",
|
||||
"facesDetected": "Faces detected and highlighted on canvas.",
|
||||
"person": "Person",
|
||||
"unknown": "unknown",
|
||||
"neutral": "neutral",
|
||||
"blurMethod": "Blur method",
|
||||
"soft": "Soft",
|
||||
"pixelate": "Pixelate",
|
||||
"censor": "Censor",
|
||||
"strength": "Strength",
|
||||
"color": "Color",
|
||||
"selectFacesToBlur": "Select faces to blur",
|
||||
"blurFaces": "Blur {count} face(s)",
|
||||
"clearBlur": "Clear blur",
|
||||
"history": "History",
|
||||
"beforeLastAction": "Before last action",
|
||||
"step": "Step",
|
||||
"now": "Now",
|
||||
"undoneStep": "Undone step",
|
||||
"noHistoryYet": "No history yet",
|
||||
"resize": "Resize",
|
||||
"import": "Import",
|
||||
"mood": "Mood",
|
||||
"quick": "Quick",
|
||||
"face": "Face",
|
||||
"decor": "Decor",
|
||||
"faceMlFailedShort": "Face ML model failed to load on this device/browser.",
|
||||
"detectingFacesShort": "Detecting faces on-device...",
|
||||
"faceDetectionTip": "{count} face(s) found. Select an image layer with a clear, front-facing face for best results.",
|
||||
"toolPointer": "Pointer",
|
||||
"toolPan": "Pan",
|
||||
"toolFace": "Face",
|
||||
"toolText": "Text",
|
||||
"toolImage": "Image",
|
||||
"canvasSizeTitle": "Canvas Size",
|
||||
"modePreset": "Preset",
|
||||
"modeCustom": "Custom",
|
||||
"presetSquare": "Square",
|
||||
"presetPortrait45": "Portrait 4:5",
|
||||
"presetStory916": "Story 9:16",
|
||||
"presetWidescreen": "Widescreen",
|
||||
"presetPhoto43": "Photo 4:3",
|
||||
"presetClassic32": "Classic 3:2",
|
||||
"widthShort": "W",
|
||||
"heightShort": "H",
|
||||
"cancel": "Cancel",
|
||||
"dismiss": "Dismiss",
|
||||
"apply": "Apply",
|
||||
"rotate": "Rotate",
|
||||
"layer": "layer"
|
||||
},
|
||||
"ui": {
|
||||
"locale": "Locale",
|
||||
"darkMode": "Dark mode",
|
||||
"lightMode": "Light mode"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user