diff --git a/AudioFilter/data/locale/AudioFilter_en.json b/AudioFilter/data/locale/AudioFilter_en.json index e380d457ef8b9a539a79e85d4f7ac6dc3f788ad1..dca6b898c015a9afb51f0137bd21954ce6614aef 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 106224f53f4b46e0d7fb605d04ce8af087a3cc15..e09f37f7ac8744564ddeae9af9b99955c69ba988 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 11851eb875ee281aea5a9ad7211e07b4db5a58be..5c1a68e1ee26f39d32d288ae6a1fb33db780f363 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 0e2f90b519691b1f212de45da7e7c183fdbe3ffd..f8d77fc1700d1460a71f2cdc5c501e329b2ef5f3 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 df422b358085d3459cdb9ee9034b14d49589762f..c8d2da3227b4de3f6c84f3c2f57b56c8e02efe60 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 17385b935afa733933029d1b0c6e58d0ba058929..d33b03ac16ab3a386c276e6409914abda0bb2d2e 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 1aff7702ea64ce1e252bfc8b59c926801b6e5893..6141ed419cdb310fa8b09990b79f6bff3c41b132 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 349f7a5ee73fdef6ab2f81952bec8d23d73ae649..4eda577d24e3b4df5c5ac788fc6b6992db1cc0fa 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 4577ef665470bc0036ff57a4ec7843c7d3136044..aabba80275702e00e4f0896d4082860d628815b4 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 56af5093503eb006bbfc2f1d526e07bf1683403f..39570be8e491ff0326c14d283c9ad82460d0a160 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"