From 6f14a5d45a373ee3d9df1aa252c0ae001f6ebe3b Mon Sep 17 00:00:00 2001 From: Jenkins <jenkins@ring-packaging.cx> Date: Mon, 1 Aug 2022 18:35:18 -0400 Subject: [PATCH] i18n: automatic bump Change-Id: I080ce2d1530108482e7b66fbd2e6a3e59b49ec2d --- AudioFilter/data/locale/AudioFilter_kbd.json | 12 ++++++ AutoAnswer/data/locale/AutoAnswer_kbd.json | 10 +++++ GreenScreen/data/locale/GreenScreen_kbd.json | 13 ++++++ WaterMark/data/locale/WaterMark_kbd.json | 42 ++++++++++++++++++++ 4 files changed, 77 insertions(+) create mode 100644 AudioFilter/data/locale/AudioFilter_kbd.json create mode 100644 AutoAnswer/data/locale/AutoAnswer_kbd.json create mode 100644 GreenScreen/data/locale/GreenScreen_kbd.json create mode 100644 WaterMark/data/locale/WaterMark_kbd.json diff --git a/AudioFilter/data/locale/AudioFilter_kbd.json b/AudioFilter/data/locale/AudioFilter_kbd.json new file mode 100644 index 0000000..e380d45 --- /dev/null +++ b/AudioFilter/data/locale/AudioFilter_kbd.json @@ -0,0 +1,12 @@ +{ + "irfile_title": "Impulse response", + "irfile_entries_1": "Genesis 6 Studio - Live Room Drum Set Up", + "irfile_entries_2": "Jack Lions Concert Hall - University of York", + "irfile_entries_3": "St. Patrick’s Church - Patrington", + "streamlist_title": "Audio stream", + "streamlist_summary": "Select the stream to filter", + "streamlist_entries_1": "Sent", + "streamlist_entries_2": "Received", + "always_summary": "Activate the filter when a call starts", + "always_title": "Automatically activate the filter" +} \ No newline at end of file diff --git a/AutoAnswer/data/locale/AutoAnswer_kbd.json b/AutoAnswer/data/locale/AutoAnswer_kbd.json new file mode 100644 index 0000000..11851eb --- /dev/null +++ b/AutoAnswer/data/locale/AutoAnswer_kbd.json @@ -0,0 +1,10 @@ +{ + "bot_trigger": "Bot trigger", + "trigger_summary": "Text that Bot will respond to", + "bot_answer": "Bot response", + "answer_summary": "Text that Bot will send", + "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." +} \ No newline at end of file diff --git a/GreenScreen/data/locale/GreenScreen_kbd.json b/GreenScreen/data/locale/GreenScreen_kbd.json new file mode 100644 index 0000000..df422b3 --- /dev/null +++ b/GreenScreen/data/locale/GreenScreen_kbd.json @@ -0,0 +1,13 @@ +{ + "background_title": "Background image", + "blur_title": "Blur background", + "acceleration_title": "Use hardware acceleration", + "acceleration_summary": "Use CUDA or NNAPI where applicable", + "blurlevel_title": "Blur level", + "streamslist_title": "Video stream", + "streamslist_summary": "Select the stream to hide the background", + "streamslist_entries_1": "Sent", + "streamslist_entries_2": "Received", + "ForegroundSegmentationAlways_title": "Automatically activate GreenScreen", + "ForegroundSegmentationAlways_summary": "Hide the background when a call starts." +} \ No newline at end of file diff --git a/WaterMark/data/locale/WaterMark_kbd.json b/WaterMark/data/locale/WaterMark_kbd.json new file mode 100644 index 0000000..1aff770 --- /dev/null +++ b/WaterMark/data/locale/WaterMark_kbd.json @@ -0,0 +1,42 @@ +{ + "image_category": "Watermark image", + "text_category": "Watermark text", + "videostream_title": "Video stream", + "videostream_summary": "Select the stream to put the watermark on", + "videostream_entries_1": "Sent", + "videostream_entries_2": "Received", + "showlogo_title": "Enable watermark image", + "logoposition_title": "Image position", + "infosposition_title": "Text position", + "position_entries_1": "Top right", + "position_entries_2": "Top left", + "position_entries_3": "Bottom left", + "position_entries_4": "Bottom right", + "mark_title": "Image file", + "markbackground_title": "Add background color", + "markbackground_summary": "Add a partial transparency to the image background if it isn't visible enough", + "markbackground_entries_1": "None", + "markbackground_entries_2": "Black", + "markbackground_entries_3": "White", + "logosize_title": "Image size", + "showinfos_title": "Enable watermark text", + "location_title": "Text to be displayed", + "location_summary": "Write any text you want to display", + "date_title": "Display date", + "dateformat_title": "Date format", + "timeformat_entries_2": "WeekDay YYYY/MM/DD", + "timeformat_entries_3": "WeekDay MM/DD/YYYY", + "timeformat_entries_4": "WeekDay DD/MM/YYYY", + "timeformat_entries_5": "YYYY/MM/DD", + "timeformat_entries_6": "MM/DD/YYYY", + "timeformat_entries_7": "DD/MM/YYYY", + "timeformat_entries_8": "Month DD YYYY", + "timeformat_entries_9": "DD Month YYYY", + "time_title": "Display time", + "timeformat_title": "Time Format", + "language_pattern": "System default", + "timezone_title": "Display time zone", + "fontsize_title": "Font size", + "WatermarkAlways_title": "Automatically activate WaterMark", + "WatermarkAlways_summary": "Activate the watermark when a call starts." +} \ No newline at end of file -- GitLab