From ae48b69bd965ec8964e14ca8e88c06e1bc0551a4 Mon Sep 17 00:00:00 2001 From: Xavier Jouslin de Noray <xavier.jouslindenoray@savoirfairelinux.com> Date: Thu, 17 Aug 2023 09:46:58 -0400 Subject: [PATCH] manifest: add description and name translations Gitlab: #43 Change-Id: I7f82ad1464f0e098ea1952380c4484c1d2207540 --- AudioFilter/data/locale/AudioFilter_en.json | 4 +++- AudioFilter/manifest.json | 4 ++-- AutoAnswer/data/locale/AutoAnswer_en.json | 4 +++- AutoAnswer/manifest.json | 4 ++-- GreenScreen/data/locale/GreenScreen_en.json | 4 +++- GreenScreen/manifest.json | 4 ++-- WaterMark/data/locale/WaterMark_en.json | 4 +++- WaterMark/manifest.json | 4 ++-- WhisperTranscript/data/locale/WhisperTranscript_en.json | 4 +++- WhisperTranscript/manifest.json | 4 ++-- 10 files changed, 25 insertions(+), 15 deletions(-) diff --git a/AudioFilter/data/locale/AudioFilter_en.json b/AudioFilter/data/locale/AudioFilter_en.json index e380d45..dca6b89 100644 --- a/AudioFilter/data/locale/AudioFilter_en.json +++ b/AudioFilter/data/locale/AudioFilter_en.json @@ -8,5 +8,7 @@ "streamlist_entries_1": "Sent", "streamlist_entries_2": "Received", "always_summary": "Activate the filter when a call starts", - "always_title": "Automatically activate the filter" + "always_title": "Automatically activate the filter", + "name": "Audio Filter", + "description_summary": "Apply a reverb filter to your video. Use Jami for online music sessions and play music online." } \ No newline at end of file diff --git a/AudioFilter/manifest.json b/AudioFilter/manifest.json index 106224f..e09f37f 100644 --- a/AudioFilter/manifest.json +++ b/AudioFilter/manifest.json @@ -1,7 +1,7 @@ { "id": "AudioFilter", - "name": "Audio Filter", - "description": "**Apply a reverb filter to your video.**<br/>Musicians can now use Jami for online music sessions and play music with their friends online.", + "name": "{{name}}", + "description": "{{description_summary}}", "version": "1.0.0", "iconPath" : "icon.svg", "backgroundPath": "background.jpg" diff --git a/AutoAnswer/data/locale/AutoAnswer_en.json b/AutoAnswer/data/locale/AutoAnswer_en.json index 11851eb..5c1a68e 100644 --- a/AutoAnswer/data/locale/AutoAnswer_en.json +++ b/AutoAnswer/data/locale/AutoAnswer_en.json @@ -6,5 +6,7 @@ "default_trigger": "Hi", "default_answer": "Hello, currently I am busy but will answer you as soon as possible.", "always_title": "Automatically activate Bot", - "always_summary": "Bot will be active for all conversations." + "always_summary": "Bot will be active for all conversations.", + "name": "Auto Answer", + "description_summary": "Use an AI model running locally on your device to automatically subtitle the conversation in real time!" } \ No newline at end of file diff --git a/AutoAnswer/manifest.json b/AutoAnswer/manifest.json index 0e2f90b..f8d77fc 100644 --- a/AutoAnswer/manifest.json +++ b/AutoAnswer/manifest.json @@ -1,7 +1,7 @@ { "id": "AutoAnswer", - "name": "Auto Answer", - "description": "Set up a bot that automatically answers with given text.", + "name": "{{name}}", + "description": "{{description_summary}}", "version": "2.0.0", "iconPath": "icon.svg", "backgroundPath": "background.jpg" diff --git a/GreenScreen/data/locale/GreenScreen_en.json b/GreenScreen/data/locale/GreenScreen_en.json index df422b3..c8d2da3 100644 --- a/GreenScreen/data/locale/GreenScreen_en.json +++ b/GreenScreen/data/locale/GreenScreen_en.json @@ -9,5 +9,7 @@ "streamslist_entries_1": "Sent", "streamslist_entries_2": "Received", "ForegroundSegmentationAlways_title": "Automatically activate GreenScreen", - "ForegroundSegmentationAlways_summary": "Hide the background when a call starts." + "ForegroundSegmentationAlways_summary": "Hide the background when a call starts.", + "name": "Green Screen", + "description_summary": "Modify your background during a video call or add a blur effect." } \ No newline at end of file diff --git a/GreenScreen/manifest.json b/GreenScreen/manifest.json index 17385b9..d33b03a 100644 --- a/GreenScreen/manifest.json +++ b/GreenScreen/manifest.json @@ -1,7 +1,7 @@ { "id": "GreenScreen", - "name": "Green Screen", - "description": "**Modify your background with the Greenscreen plugin.**<br/>\"Greenscreen\" allows you to modify your background during a videocall or add a blur effect.", + "name": "{{name}}", + "description": "{{description_summary}}", "version": "2.0.0", "iconPath": "icon.svg", "backgroundPath": "background.jpg" diff --git a/WaterMark/data/locale/WaterMark_en.json b/WaterMark/data/locale/WaterMark_en.json index 1aff770..6141ed4 100644 --- a/WaterMark/data/locale/WaterMark_en.json +++ b/WaterMark/data/locale/WaterMark_en.json @@ -38,5 +38,7 @@ "timezone_title": "Display time zone", "fontsize_title": "Font size", "WatermarkAlways_title": "Automatically activate WaterMark", - "WatermarkAlways_summary": "Activate the watermark when a call starts." + "WatermarkAlways_summary": "Activate the watermark when a call starts.", + "name": "Watermark", + "description_summary": "Add your own logo and additional information (text, the current date and time) to your video." } \ No newline at end of file diff --git a/WaterMark/manifest.json b/WaterMark/manifest.json index 349f7a5..4eda577 100644 --- a/WaterMark/manifest.json +++ b/WaterMark/manifest.json @@ -1,7 +1,7 @@ { "id": "WaterMark", - "name": "WaterMark", - "description": "**Add a Watermark to your video.**<br/>You can now add a Watermark including your own logo and additional information such as a text, the current date and time to your video.", + "name": "{{name}}", + "description": "{{description_summary}}", "version": "2.1.0", "iconPath": "icon.svg", "backgroundPath": "background.jpg" diff --git a/WhisperTranscript/data/locale/WhisperTranscript_en.json b/WhisperTranscript/data/locale/WhisperTranscript_en.json index 4577ef6..aabba80 100644 --- a/WhisperTranscript/data/locale/WhisperTranscript_en.json +++ b/WhisperTranscript/data/locale/WhisperTranscript_en.json @@ -115,5 +115,7 @@ "language_vi": "Vietnamese", "language_cy": "Welsh", "language_yi": "Yiddish", - "language_yo": "Yoruba" + "language_yo": "Yoruba", + "name": "Whisper Transcript", + "description_summary": "Use an AI model running locally on your device to automatically subtitle the conversation in real time!" } \ No newline at end of file diff --git a/WhisperTranscript/manifest.json b/WhisperTranscript/manifest.json index 56af509..39570be 100644 --- a/WhisperTranscript/manifest.json +++ b/WhisperTranscript/manifest.json @@ -1,7 +1,7 @@ { "id": "WhisperTranscript", - "name": "Whisper Transcript", - "description": "**Automatic real-time subtitles with Whisper.**<br/>Use an AI model running locally on your device to automatically subtitle the conversation in real time!", + "name": "{{name}}", + "description": "{{description_summary}}", "version": "1.0.1", "iconPath": "icon.svg", "backgroundPath": "background.jpg" -- GitLab