Skip to content
Snippets Groups Projects
Commit ae48b69b authored by Xavier Jouslin de Noray's avatar Xavier Jouslin de Noray
Browse files

manifest: add description and name translations

Gitlab: #43

Change-Id: I7f82ad1464f0e098ea1952380c4484c1d2207540
parent 8f47441f
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,7 @@ ...@@ -8,5 +8,7 @@
"streamlist_entries_1": "Sent", "streamlist_entries_1": "Sent",
"streamlist_entries_2": "Received", "streamlist_entries_2": "Received",
"always_summary": "Activate the filter when a call starts", "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
{ {
"id": "AudioFilter", "id": "AudioFilter",
"name": "Audio Filter", "name": "{{name}}",
"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.", "description": "{{description_summary}}",
"version": "1.0.0", "version": "1.0.0",
"iconPath" : "icon.svg", "iconPath" : "icon.svg",
"backgroundPath": "background.jpg" "backgroundPath": "background.jpg"
......
...@@ -6,5 +6,7 @@ ...@@ -6,5 +6,7 @@
"default_trigger": "Hi", "default_trigger": "Hi",
"default_answer": "Hello, currently I am busy but will answer you as soon as possible.", "default_answer": "Hello, currently I am busy but will answer you as soon as possible.",
"always_title": "Automatically activate Bot", "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
{ {
"id": "AutoAnswer", "id": "AutoAnswer",
"name": "Auto Answer", "name": "{{name}}",
"description": "Set up a bot that automatically answers with given text.", "description": "{{description_summary}}",
"version": "2.0.0", "version": "2.0.0",
"iconPath": "icon.svg", "iconPath": "icon.svg",
"backgroundPath": "background.jpg" "backgroundPath": "background.jpg"
......
...@@ -9,5 +9,7 @@ ...@@ -9,5 +9,7 @@
"streamslist_entries_1": "Sent", "streamslist_entries_1": "Sent",
"streamslist_entries_2": "Received", "streamslist_entries_2": "Received",
"ForegroundSegmentationAlways_title": "Automatically activate GreenScreen", "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
{ {
"id": "GreenScreen", "id": "GreenScreen",
"name": "Green Screen", "name": "{{name}}",
"description": "**Modify your background with the Greenscreen plugin.**<br/>\"Greenscreen\" allows you to modify your background during a videocall or add a blur effect.", "description": "{{description_summary}}",
"version": "2.0.0", "version": "2.0.0",
"iconPath": "icon.svg", "iconPath": "icon.svg",
"backgroundPath": "background.jpg" "backgroundPath": "background.jpg"
......
...@@ -38,5 +38,7 @@ ...@@ -38,5 +38,7 @@
"timezone_title": "Display time zone", "timezone_title": "Display time zone",
"fontsize_title": "Font size", "fontsize_title": "Font size",
"WatermarkAlways_title": "Automatically activate WaterMark", "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
{ {
"id": "WaterMark", "id": "WaterMark",
"name": "WaterMark", "name": "{{name}}",
"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.", "description": "{{description_summary}}",
"version": "2.1.0", "version": "2.1.0",
"iconPath": "icon.svg", "iconPath": "icon.svg",
"backgroundPath": "background.jpg" "backgroundPath": "background.jpg"
......
...@@ -115,5 +115,7 @@ ...@@ -115,5 +115,7 @@
"language_vi": "Vietnamese", "language_vi": "Vietnamese",
"language_cy": "Welsh", "language_cy": "Welsh",
"language_yi": "Yiddish", "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
{ {
"id": "WhisperTranscript", "id": "WhisperTranscript",
"name": "Whisper Transcript", "name": "{{name}}",
"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!", "description": "{{description_summary}}",
"version": "1.0.1", "version": "1.0.1",
"iconPath": "icon.svg", "iconPath": "icon.svg",
"backgroundPath": "background.jpg" "backgroundPath": "background.jpg"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment