Skip to content

Commit c6f55cc

Browse files
author
ekkoitac
committed
fix(i18n): add missing tutorial dialog translation keys
Also remove humble self-deprecating line from README (closes #320)
1 parent 29f3fe3 commit c6f55cc

4 files changed

Lines changed: 21 additions & 17 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ System audio capture relies on Electron's [desktopCapturer](https://www.electron
8888

8989
---
9090

91-
_I'm new to open source, idk what I'm doing lol. If something is wrong please raise an issue 🙏_
92-
9391
## Contributing
9492

9593
Contributions are welcome! If you’d like to help out or see what’s currently being worked on, take a look at the open issues and the [project roadmap](https://github.com/users/siddharthvaddem/projects/3) to understand the current direction of the project and find ways to contribute.

src/i18n/locales/en/dialogs.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
"triggerLabel": "How trimming works",
2828
"title": "How Trimming Works",
2929
"description": "Understanding how to cut out unwanted parts of your video.",
30-
"explanation": "The Trim tool works by defining the segments you want to",
31-
"explanationRemove": "remove",
32-
"explanationCovered": "covered",
33-
"explanationEnd": "by a red trim segment will be cut out when you export.",
30+
"explanationBefore": "The Trim tool works by defining the segments you want to ",
31+
"remove": "remove",
32+
"explanationMiddle": ". Anything ",
33+
"covered": "covered",
34+
"explanationAfter": " by a red trim segment will be cut out when you export.",
3435
"visualExample": "Visual Example",
3536
"removed": "REMOVED",
3637
"kept": "Kept",
@@ -39,7 +40,8 @@
3940
"part3": "Part 3",
4041
"finalVideo": "Final Video",
4142
"step1Title": "1. Add Trim",
42-
"step1Description": "Press T or click the scissors icon to mark a section for removal.",
43+
"step1DescriptionBefore": "Press ",
44+
"step1DescriptionAfter": " or click the scissors icon to mark a section for removal.",
4345
"step2Title": "2. Adjust",
4446
"step2Description": "Drag the edges of the red region to cover exactly what you want to cut out."
4547
},

src/i18n/locales/es/dialogs.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
"triggerLabel": "Cómo funciona el recorte",
2828
"title": "Cómo funciona el recorte",
2929
"description": "Aprende a eliminar las partes no deseadas de tu video.",
30-
"explanation": "La herramienta de recorte funciona definiendo los segmentos que deseas",
31-
"explanationRemove": "eliminar",
32-
"explanationCovered": "cubierto",
33-
"explanationEnd": "por un segmento rojo de recorte será eliminado al exportar.",
30+
"explanationBefore": "La herramienta de recorte funciona definiendo los segmentos que deseas ",
31+
"remove": "eliminar",
32+
"explanationMiddle": ". Cualquier cosa ",
33+
"covered": "cubierta",
34+
"explanationAfter": " por un segmento rojo de recorte será eliminada al exportar.",
3435
"visualExample": "Ejemplo visual",
3536
"removed": "ELIMINADO",
3637
"kept": "Conservado",
@@ -39,7 +40,8 @@
3940
"part3": "Parte 3",
4041
"finalVideo": "Video final",
4142
"step1Title": "1. Agregar recorte",
42-
"step1Description": "Presiona T o haz clic en el ícono de tijeras para marcar una sección a eliminar.",
43+
"step1DescriptionBefore": "Presiona ",
44+
"step1DescriptionAfter": " o haz clic en el icono de tijeras para marcar una sección a eliminar.",
4345
"step2Title": "2. Ajustar",
4446
"step2Description": "Arrastra los bordes de la región roja para cubrir exactamente lo que deseas eliminar."
4547
},

src/i18n/locales/zh-CN/dialogs.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
"triggerLabel": "剪辑功能说明",
2828
"title": "剪辑功能说明",
2929
"description": "了解如何剪掉视频中不需要的部分。",
30-
"explanation": "剪辑工具通过定义您要",
31-
"explanationRemove": "移除",
32-
"explanationCovered": "覆盖",
33-
"explanationEnd": "的片段来工作。被红色剪辑区域覆盖的部分将在导出时被剪掉。",
30+
"explanationBefore": "剪辑工具通过定义您要",
31+
"remove": "移除",
32+
"explanationMiddle": "的片段来工作。任何被红色剪辑区域",
33+
"covered": "覆盖",
34+
"explanationAfter": "的部分将在导出时被剪掉。",
3435
"visualExample": "示例演示",
3536
"removed": "已移除",
3637
"kept": "保留",
@@ -39,7 +40,8 @@
3940
"part3": "第 3 部分",
4041
"finalVideo": "最终视频",
4142
"step1Title": "1. 添加剪辑",
42-
"step1Description": "按 T 或点击剪刀图标来标记要移除的片段。",
43+
"step1DescriptionBefore": "",
44+
"step1DescriptionAfter": " 或点击剪刀图标来标记要移除的片段。",
4345
"step2Title": "2. 调整",
4446
"step2Description": "拖动红色区域的边缘,精确覆盖您要剪掉的部分。"
4547
},

0 commit comments

Comments
 (0)