From 8c61a50868a44b4613912ba98d31f760e7df0ca5 Mon Sep 17 00:00:00 2001 From: otto-the-bot Date: Wed, 1 Apr 2026 09:21:17 +0000 Subject: [PATCH 1/9] chore: Update translations --- apps/webapp/src/i18n/ar-SA.json | 10 +++++++--- apps/webapp/src/i18n/bg-BG.json | 10 +++++++--- apps/webapp/src/i18n/bn-BD.json | 10 +++++++--- apps/webapp/src/i18n/bs-BA.json | 10 +++++++--- apps/webapp/src/i18n/ca-ES.json | 10 +++++++--- apps/webapp/src/i18n/cs-CZ.json | 10 +++++++--- apps/webapp/src/i18n/da-DK.json | 10 +++++++--- apps/webapp/src/i18n/de-DE.json | 10 +++++++--- apps/webapp/src/i18n/el-CY.json | 10 +++++++--- apps/webapp/src/i18n/el-GR.json | 10 +++++++--- apps/webapp/src/i18n/es-ES.json | 10 +++++++--- apps/webapp/src/i18n/et-EE.json | 10 +++++++--- apps/webapp/src/i18n/fa-IR.json | 10 +++++++--- apps/webapp/src/i18n/fi-FI.json | 10 +++++++--- apps/webapp/src/i18n/fr-FR.json | 10 +++++++--- apps/webapp/src/i18n/ga-IE.json | 10 +++++++--- apps/webapp/src/i18n/he-IL.json | 10 +++++++--- apps/webapp/src/i18n/hi-IN.json | 10 +++++++--- apps/webapp/src/i18n/hr-HR.json | 10 +++++++--- apps/webapp/src/i18n/hu-HU.json | 10 +++++++--- apps/webapp/src/i18n/id-ID.json | 10 +++++++--- apps/webapp/src/i18n/is-IS.json | 10 +++++++--- apps/webapp/src/i18n/it-IT.json | 10 +++++++--- apps/webapp/src/i18n/ja-JP.json | 10 +++++++--- apps/webapp/src/i18n/lb-LU.json | 10 +++++++--- apps/webapp/src/i18n/lt-LT.json | 10 +++++++--- apps/webapp/src/i18n/lv-LV.json | 10 +++++++--- apps/webapp/src/i18n/me-ME.json | 10 +++++++--- apps/webapp/src/i18n/mk-MK.json | 10 +++++++--- apps/webapp/src/i18n/ms-MY.json | 10 +++++++--- apps/webapp/src/i18n/mt-MT.json | 10 +++++++--- apps/webapp/src/i18n/nl-NL.json | 10 +++++++--- apps/webapp/src/i18n/no-NO.json | 10 +++++++--- apps/webapp/src/i18n/pl-PL.json | 10 +++++++--- apps/webapp/src/i18n/pt-BR.json | 10 +++++++--- apps/webapp/src/i18n/pt-PT.json | 10 +++++++--- apps/webapp/src/i18n/ro-RO.json | 10 +++++++--- apps/webapp/src/i18n/ru-RU.json | 10 +++++++--- apps/webapp/src/i18n/si-LK.json | 10 +++++++--- apps/webapp/src/i18n/sk-SK.json | 10 +++++++--- apps/webapp/src/i18n/sl-SI.json | 10 +++++++--- apps/webapp/src/i18n/sq-AL.json | 10 +++++++--- apps/webapp/src/i18n/sr-Cyrl-ME.json | 10 +++++++--- apps/webapp/src/i18n/sr-SP.json | 10 +++++++--- apps/webapp/src/i18n/sv-SE.json | 10 +++++++--- apps/webapp/src/i18n/th-TH.json | 10 +++++++--- apps/webapp/src/i18n/tr-CY.json | 10 +++++++--- apps/webapp/src/i18n/tr-TR.json | 10 +++++++--- apps/webapp/src/i18n/uk-UA.json | 10 +++++++--- apps/webapp/src/i18n/uz-UZ.json | 10 +++++++--- apps/webapp/src/i18n/vi-VN.json | 10 +++++++--- apps/webapp/src/i18n/zh-CN.json | 10 +++++++--- apps/webapp/src/i18n/zh-HK.json | 10 +++++++--- apps/webapp/src/i18n/zh-TW.json | 10 +++++++--- 54 files changed, 378 insertions(+), 162 deletions(-) diff --git a/apps/webapp/src/i18n/ar-SA.json b/apps/webapp/src/i18n/ar-SA.json index 43d6709225e..3d917f48dc3 100644 --- a/apps/webapp/src/i18n/ar-SA.json +++ b/apps/webapp/src/i18n/ar-SA.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/bg-BG.json b/apps/webapp/src/i18n/bg-BG.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/bg-BG.json +++ b/apps/webapp/src/i18n/bg-BG.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/bn-BD.json b/apps/webapp/src/i18n/bn-BD.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/bn-BD.json +++ b/apps/webapp/src/i18n/bn-BD.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/bs-BA.json b/apps/webapp/src/i18n/bs-BA.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/bs-BA.json +++ b/apps/webapp/src/i18n/bs-BA.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/ca-ES.json b/apps/webapp/src/i18n/ca-ES.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/ca-ES.json +++ b/apps/webapp/src/i18n/ca-ES.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/cs-CZ.json b/apps/webapp/src/i18n/cs-CZ.json index 65e661531f2..a69fdc9af80 100644 --- a/apps/webapp/src/i18n/cs-CZ.json +++ b/apps/webapp/src/i18n/cs-CZ.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/da-DK.json b/apps/webapp/src/i18n/da-DK.json index 379b5391c48..41f1d8c088c 100644 --- a/apps/webapp/src/i18n/da-DK.json +++ b/apps/webapp/src/i18n/da-DK.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/de-DE.json b/apps/webapp/src/i18n/de-DE.json index acff5a2f245..8270a2d9c8b 100644 --- a/apps/webapp/src/i18n/de-DE.json +++ b/apps/webapp/src/i18n/de-DE.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Löschen", "cells.moveToRecycleBinModal.file.description": "Die Datei {name} wird in den Papierkorb dieser Unterhaltung verschoben.", "cells.newItemMenu.button": "Neu", + "cells.newItemMenu.document": "Dokument", "cells.newItemMenu.file": "Datei erstellen", "cells.newItemMenu.folder": "Ordner erstellen", - "cells.newItemMenuModal.descriptionFile": "Alle Teilnehmer dieser Unterhaltung können diese Datei sehen.", + "cells.newItemMenu.presentation": "Präsentation", + "cells.newItemMenu.spreadsheet": "Tabellenkalkulation", + "cells.newItemMenuModal.descriptionFile": "Alle Teilnehmer dieser Unterhaltung können diese Datei und ihren Inhalt sehen.", "cells.newItemMenuModal.descriptionFolder": "Alle Teilnehmer dieser Unterhaltung können diesen Ordner und dessen Inhalt sehen.", - "cells.newItemMenuModal.headlineFile": "Datei erstellen", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Ordner erstellen", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "Dateiname", + "cells.newItemMenuModal.labelFolder": "Ordnername", "cells.newItemMenuModal.placeholderFile": "Dateinamen eingeben", "cells.newItemMenuModal.placeholderFolder": "Ordnernamen eingeben", "cells.newItemMenuModal.primaryAction": "Erstellen", diff --git a/apps/webapp/src/i18n/el-CY.json b/apps/webapp/src/i18n/el-CY.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/el-CY.json +++ b/apps/webapp/src/i18n/el-CY.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/el-GR.json b/apps/webapp/src/i18n/el-GR.json index 99e4540c2ab..fc5adcbd093 100644 --- a/apps/webapp/src/i18n/el-GR.json +++ b/apps/webapp/src/i18n/el-GR.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/es-ES.json b/apps/webapp/src/i18n/es-ES.json index 14919fe1fdb..f19c5829474 100644 --- a/apps/webapp/src/i18n/es-ES.json +++ b/apps/webapp/src/i18n/es-ES.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/et-EE.json b/apps/webapp/src/i18n/et-EE.json index bec6aaab928..02521bbae04 100644 --- a/apps/webapp/src/i18n/et-EE.json +++ b/apps/webapp/src/i18n/et-EE.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/fa-IR.json b/apps/webapp/src/i18n/fa-IR.json index d53194ab5ce..2132c69fb1f 100644 --- a/apps/webapp/src/i18n/fa-IR.json +++ b/apps/webapp/src/i18n/fa-IR.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/fi-FI.json b/apps/webapp/src/i18n/fi-FI.json index 37753c344f9..b813851e3da 100644 --- a/apps/webapp/src/i18n/fi-FI.json +++ b/apps/webapp/src/i18n/fi-FI.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/fr-FR.json b/apps/webapp/src/i18n/fr-FR.json index ae64753a89f..3fc92a2385c 100644 --- a/apps/webapp/src/i18n/fr-FR.json +++ b/apps/webapp/src/i18n/fr-FR.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/ga-IE.json b/apps/webapp/src/i18n/ga-IE.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/ga-IE.json +++ b/apps/webapp/src/i18n/ga-IE.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/he-IL.json b/apps/webapp/src/i18n/he-IL.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/he-IL.json +++ b/apps/webapp/src/i18n/he-IL.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/hi-IN.json b/apps/webapp/src/i18n/hi-IN.json index 82dcd935959..c9185b727b7 100644 --- a/apps/webapp/src/i18n/hi-IN.json +++ b/apps/webapp/src/i18n/hi-IN.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/hr-HR.json b/apps/webapp/src/i18n/hr-HR.json index f41b423bc5e..7dc34db282e 100644 --- a/apps/webapp/src/i18n/hr-HR.json +++ b/apps/webapp/src/i18n/hr-HR.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/hu-HU.json b/apps/webapp/src/i18n/hu-HU.json index 688760bfe7a..b2a9cee567c 100644 --- a/apps/webapp/src/i18n/hu-HU.json +++ b/apps/webapp/src/i18n/hu-HU.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/id-ID.json b/apps/webapp/src/i18n/id-ID.json index 4260f3dc27f..a2845eecf3b 100644 --- a/apps/webapp/src/i18n/id-ID.json +++ b/apps/webapp/src/i18n/id-ID.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/is-IS.json b/apps/webapp/src/i18n/is-IS.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/is-IS.json +++ b/apps/webapp/src/i18n/is-IS.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/it-IT.json b/apps/webapp/src/i18n/it-IT.json index 3b8f49fbca5..c1c169805ca 100644 --- a/apps/webapp/src/i18n/it-IT.json +++ b/apps/webapp/src/i18n/it-IT.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/ja-JP.json b/apps/webapp/src/i18n/ja-JP.json index f0a67056d40..a01d95b456c 100644 --- a/apps/webapp/src/i18n/ja-JP.json +++ b/apps/webapp/src/i18n/ja-JP.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/lb-LU.json b/apps/webapp/src/i18n/lb-LU.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/lb-LU.json +++ b/apps/webapp/src/i18n/lb-LU.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/lt-LT.json b/apps/webapp/src/i18n/lt-LT.json index f0664c38fd1..7198ce3ba00 100644 --- a/apps/webapp/src/i18n/lt-LT.json +++ b/apps/webapp/src/i18n/lt-LT.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/lv-LV.json b/apps/webapp/src/i18n/lv-LV.json index ad9c1d81466..0a3395e2159 100644 --- a/apps/webapp/src/i18n/lv-LV.json +++ b/apps/webapp/src/i18n/lv-LV.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/me-ME.json b/apps/webapp/src/i18n/me-ME.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/me-ME.json +++ b/apps/webapp/src/i18n/me-ME.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/mk-MK.json b/apps/webapp/src/i18n/mk-MK.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/mk-MK.json +++ b/apps/webapp/src/i18n/mk-MK.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/ms-MY.json b/apps/webapp/src/i18n/ms-MY.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/ms-MY.json +++ b/apps/webapp/src/i18n/ms-MY.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/mt-MT.json b/apps/webapp/src/i18n/mt-MT.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/mt-MT.json +++ b/apps/webapp/src/i18n/mt-MT.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/nl-NL.json b/apps/webapp/src/i18n/nl-NL.json index 32f57418b29..3a166ea8196 100644 --- a/apps/webapp/src/i18n/nl-NL.json +++ b/apps/webapp/src/i18n/nl-NL.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/no-NO.json b/apps/webapp/src/i18n/no-NO.json index 1edd8e76fa5..28c5d0415cd 100644 --- a/apps/webapp/src/i18n/no-NO.json +++ b/apps/webapp/src/i18n/no-NO.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/pl-PL.json b/apps/webapp/src/i18n/pl-PL.json index 7862b38539a..bd42e20566b 100644 --- a/apps/webapp/src/i18n/pl-PL.json +++ b/apps/webapp/src/i18n/pl-PL.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/pt-BR.json b/apps/webapp/src/i18n/pt-BR.json index 13cc071a8c0..4ccec5c0fb0 100644 --- a/apps/webapp/src/i18n/pt-BR.json +++ b/apps/webapp/src/i18n/pt-BR.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/pt-PT.json b/apps/webapp/src/i18n/pt-PT.json index c34a4c1707a..b723d9378a6 100644 --- a/apps/webapp/src/i18n/pt-PT.json +++ b/apps/webapp/src/i18n/pt-PT.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/ro-RO.json b/apps/webapp/src/i18n/ro-RO.json index b3b61a203c1..fee668dd1c7 100644 --- a/apps/webapp/src/i18n/ro-RO.json +++ b/apps/webapp/src/i18n/ro-RO.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/ru-RU.json b/apps/webapp/src/i18n/ru-RU.json index 734fd7adeb3..d1b15bd017e 100644 --- a/apps/webapp/src/i18n/ru-RU.json +++ b/apps/webapp/src/i18n/ru-RU.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Удалить", "cells.moveToRecycleBinModal.file.description": "Файл {name} будет перемещен в корзину этой беседы.", "cells.newItemMenu.button": "Новая", + "cells.newItemMenu.document": "Документ", "cells.newItemMenu.file": "Создать файл", "cells.newItemMenu.folder": "Создать папку", - "cells.newItemMenuModal.descriptionFile": "Все участники этой беседы могут видеть этот файл.", + "cells.newItemMenu.presentation": "Презентация", + "cells.newItemMenu.spreadsheet": "Электронная таблица", + "cells.newItemMenuModal.descriptionFile": "Все участники этой беседы могут видеть этот файл и его содержимое.", "cells.newItemMenuModal.descriptionFolder": "Все участники этой беседы могут видеть эту папку и ее содержимое.", - "cells.newItemMenuModal.headlineFile": "Создать файл", + "cells.newItemMenuModal.headlineFile": "Создать файл {fileType}", "cells.newItemMenuModal.headlineFolder": "Создать папку", - "cells.newItemMenuModal.label": "Название", + "cells.newItemMenuModal.labelFile": "Название файла", + "cells.newItemMenuModal.labelFolder": "Название папки", "cells.newItemMenuModal.placeholderFile": "Введите название файла", "cells.newItemMenuModal.placeholderFolder": "Введите название папки", "cells.newItemMenuModal.primaryAction": "Создать", diff --git a/apps/webapp/src/i18n/si-LK.json b/apps/webapp/src/i18n/si-LK.json index 78cd5302a1b..831d33a56e1 100644 --- a/apps/webapp/src/i18n/si-LK.json +++ b/apps/webapp/src/i18n/si-LK.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/sk-SK.json b/apps/webapp/src/i18n/sk-SK.json index ed89efb2f82..5b8aa585701 100644 --- a/apps/webapp/src/i18n/sk-SK.json +++ b/apps/webapp/src/i18n/sk-SK.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/sl-SI.json b/apps/webapp/src/i18n/sl-SI.json index 9323cae2e34..237d5c6339d 100644 --- a/apps/webapp/src/i18n/sl-SI.json +++ b/apps/webapp/src/i18n/sl-SI.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/sq-AL.json b/apps/webapp/src/i18n/sq-AL.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/sq-AL.json +++ b/apps/webapp/src/i18n/sq-AL.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/sr-Cyrl-ME.json b/apps/webapp/src/i18n/sr-Cyrl-ME.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/sr-Cyrl-ME.json +++ b/apps/webapp/src/i18n/sr-Cyrl-ME.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/sr-SP.json b/apps/webapp/src/i18n/sr-SP.json index 7856c3a43a6..7cd0a233bb8 100644 --- a/apps/webapp/src/i18n/sr-SP.json +++ b/apps/webapp/src/i18n/sr-SP.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/sv-SE.json b/apps/webapp/src/i18n/sv-SE.json index f9b5cc2e289..b4fbecfefb3 100644 --- a/apps/webapp/src/i18n/sv-SE.json +++ b/apps/webapp/src/i18n/sv-SE.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/th-TH.json b/apps/webapp/src/i18n/th-TH.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/th-TH.json +++ b/apps/webapp/src/i18n/th-TH.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/tr-CY.json b/apps/webapp/src/i18n/tr-CY.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/tr-CY.json +++ b/apps/webapp/src/i18n/tr-CY.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/tr-TR.json b/apps/webapp/src/i18n/tr-TR.json index f5f37181834..7e6f08a371f 100644 --- a/apps/webapp/src/i18n/tr-TR.json +++ b/apps/webapp/src/i18n/tr-TR.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/uk-UA.json b/apps/webapp/src/i18n/uk-UA.json index fb930fca010..c161e19dcd7 100644 --- a/apps/webapp/src/i18n/uk-UA.json +++ b/apps/webapp/src/i18n/uk-UA.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/uz-UZ.json b/apps/webapp/src/i18n/uz-UZ.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/uz-UZ.json +++ b/apps/webapp/src/i18n/uz-UZ.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/vi-VN.json b/apps/webapp/src/i18n/vi-VN.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/vi-VN.json +++ b/apps/webapp/src/i18n/vi-VN.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/zh-CN.json b/apps/webapp/src/i18n/zh-CN.json index 2cc25ab7c7e..a6de78e309e 100644 --- a/apps/webapp/src/i18n/zh-CN.json +++ b/apps/webapp/src/i18n/zh-CN.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/zh-HK.json b/apps/webapp/src/i18n/zh-HK.json index 6e49ba83173..2b8ffd1689d 100644 --- a/apps/webapp/src/i18n/zh-HK.json +++ b/apps/webapp/src/i18n/zh-HK.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", diff --git a/apps/webapp/src/i18n/zh-TW.json b/apps/webapp/src/i18n/zh-TW.json index 1c5d10af6f5..caefb1c417e 100644 --- a/apps/webapp/src/i18n/zh-TW.json +++ b/apps/webapp/src/i18n/zh-TW.json @@ -411,13 +411,17 @@ "cells.moveToRecycleBinModal.button": "Delete", "cells.moveToRecycleBinModal.file.description": "The file {name} will move to this conversation's recycling bin.", "cells.newItemMenu.button": "New", + "cells.newItemMenu.document": "Document", "cells.newItemMenu.file": "Create File", "cells.newItemMenu.folder": "Create Folder", - "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file.", + "cells.newItemMenu.presentation": "Presentation", + "cells.newItemMenu.spreadsheet": "Spreadsheet", + "cells.newItemMenuModal.descriptionFile": "All participants in this conversation can see this file and its content.", "cells.newItemMenuModal.descriptionFolder": "All participants in this conversation can see this folder and its content.", - "cells.newItemMenuModal.headlineFile": "Create file", + "cells.newItemMenuModal.headlineFile": "Create {fileType} file", "cells.newItemMenuModal.headlineFolder": "Create folder", - "cells.newItemMenuModal.label": "Name", + "cells.newItemMenuModal.labelFile": "File name", + "cells.newItemMenuModal.labelFolder": "Folder name", "cells.newItemMenuModal.placeholderFile": "Enter file name", "cells.newItemMenuModal.placeholderFolder": "Enter folder name", "cells.newItemMenuModal.primaryAction": "Create", From e12209f59501b9426490bbd22d3ff784ffa7a8cc Mon Sep 17 00:00:00 2001 From: Immad Abdul Jabbar Date: Tue, 31 Mar 2026 18:10:20 +0200 Subject: [PATCH 2/9] chore: use github hoster runners for jobs (#20910) --- .github/workflows/ci.yml | 2 +- .github/workflows/precommit-crit-flows.yml | 2 +- .github/workflows/precommit.yml | 2 +- .github/workflows/publish-and-deploy-webapp.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1de7317ffcd..07a9f5f6517 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ concurrency: jobs: test: - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: ubuntu-latest steps: - name: Checkout (pull_request) diff --git a/.github/workflows/precommit-crit-flows.yml b/.github/workflows/precommit-crit-flows.yml index 44536aef441..9c138a47b18 100644 --- a/.github/workflows/precommit-crit-flows.yml +++ b/.github/workflows/precommit-crit-flows.yml @@ -14,7 +14,7 @@ concurrency: jobs: build: - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: ubuntu-latest timeout-minutes: 20 outputs: diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index 82abca23a86..16a6130d59f 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -11,7 +11,7 @@ concurrency: jobs: build: - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: ubuntu-latest outputs: unit_tests_report: ${{ env.UNIT_TEST_REPORT_FILE }} diff --git a/.github/workflows/publish-and-deploy-webapp.yml b/.github/workflows/publish-and-deploy-webapp.yml index 9853d1d29c2..4d10a4b205e 100644 --- a/.github/workflows/publish-and-deploy-webapp.yml +++ b/.github/workflows/publish-and-deploy-webapp.yml @@ -16,7 +16,7 @@ concurrency: jobs: build: name: Build Docker image and Helm Chart - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: ubuntu-latest outputs: wire_builds_target_branches: ${{ steps.output_target_branches.outputs.targets }} From 1128e653df65f0b50f74d96eb21bfe3a99452afd Mon Sep 17 00:00:00 2001 From: Amir Ghezelbash Date: Wed, 1 Apr 2026 13:11:08 +0200 Subject: [PATCH 3/9] chore: trigger push From a35d88b022893c5d6430a3318d5f52108a3d9dbf Mon Sep 17 00:00:00 2001 From: Ivan Skvortsov Date: Tue, 31 Mar 2026 15:35:46 +0200 Subject: [PATCH 4/9] chore(E2E): Updated calling service API client to use 1Password [WPB-24489] (#20905) --- apps/webapp/test/e2e_tests/.env.fulu.tpl | 2 ++ apps/webapp/test/e2e_tests/.env.imai.tpl | 2 ++ apps/webapp/test/e2e_tests/.env.staging.tpl | 2 ++ .../e2e_tests/backend/callingServiceClient.e2e.ts | 13 +++++++++---- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/apps/webapp/test/e2e_tests/.env.fulu.tpl b/apps/webapp/test/e2e_tests/.env.fulu.tpl index 97b4909185a..82009ddf29b 100644 --- a/apps/webapp/test/e2e_tests/.env.fulu.tpl +++ b/apps/webapp/test/e2e_tests/.env.fulu.tpl @@ -25,6 +25,8 @@ TEST_SERVICE_URL=http://192.168.2.18:8080 # Calling service CALLING_SERVICE_URL=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/website CALLING_SERVICE_BASIC_AUTH=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/basicAuth +CALLING_SERVICE_BACKEND=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/PREDEFINED_BACKEND +CALLING_SERVICE_INSTANCE_VERSION=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/CALLING_INSTANCE_TYPE_VERSION ENV_NAME=fulu INBUCKET_USERNAME=op://Test Automation/BackendConnection fulu/inbucketUsername diff --git a/apps/webapp/test/e2e_tests/.env.imai.tpl b/apps/webapp/test/e2e_tests/.env.imai.tpl index 8cece66e55b..0130c9dea1f 100644 --- a/apps/webapp/test/e2e_tests/.env.imai.tpl +++ b/apps/webapp/test/e2e_tests/.env.imai.tpl @@ -25,6 +25,8 @@ TEST_SERVICE_URL=http://192.168.2.18:8080 # Calling service CALLING_SERVICE_URL=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/website CALLING_SERVICE_BASIC_AUTH=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/basicAuth +CALLING_SERVICE_BACKEND=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/PREDEFINED_BACKEND +CALLING_SERVICE_INSTANCE_VERSION=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/CALLING_INSTANCE_TYPE_VERSION ENV_NAME=imai INBUCKET_USERNAME=op://Test Automation/BackendConnection imai/inbucketUsername diff --git a/apps/webapp/test/e2e_tests/.env.staging.tpl b/apps/webapp/test/e2e_tests/.env.staging.tpl index 6103d46218c..74d1b6f106a 100644 --- a/apps/webapp/test/e2e_tests/.env.staging.tpl +++ b/apps/webapp/test/e2e_tests/.env.staging.tpl @@ -25,6 +25,8 @@ TEST_SERVICE_URL=http://192.168.2.18:8080 # Calling service CALLING_SERVICE_URL=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/website CALLING_SERVICE_BASIC_AUTH=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/basicAuth +CALLING_SERVICE_BACKEND=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/PREDEFINED_BACKEND +CALLING_SERVICE_INSTANCE_VERSION=op://Test Automation/CALLINGSERVICE_BASIC_AUTH/CALLING_INSTANCE_TYPE_VERSION ENV_NAME=staging diff --git a/apps/webapp/test/e2e_tests/backend/callingServiceClient.e2e.ts b/apps/webapp/test/e2e_tests/backend/callingServiceClient.e2e.ts index 218fa93025f..4f1e0b24ec0 100644 --- a/apps/webapp/test/e2e_tests/backend/callingServiceClient.e2e.ts +++ b/apps/webapp/test/e2e_tests/backend/callingServiceClient.e2e.ts @@ -19,16 +19,21 @@ import axios, {AxiosInstance} from 'axios'; +const CALLING_SERVICE_URL = process.env.CALLING_SERVICE_URL; +const CALLING_SERVICE_BASIC_AUTH = process.env.CALLING_SERVICE_BASIC_AUTH; +const CALLING_SERVICE_BACKEND = process.env.CALLING_SERVICE_BACKEND; +const CALLING_SERVICE_INSTANCE_VERSION = process.env.CALLING_SERVICE_INSTANCE_VERSION; + export class CallingServiceClientE2E { private readonly axiosInstance: AxiosInstance; constructor() { this.axiosInstance = axios.create({ - baseURL: process.env.CALLING_SERVICE_URL, + baseURL: CALLING_SERVICE_URL, withCredentials: true, headers: { 'Content-Type': 'application/json', - Authorization: `Basic ${process.env.CALLING_SERVICE_BASIC_AUTH}`, + Authorization: `Basic ${CALLING_SERVICE_BASIC_AUTH}`, }, }); } @@ -38,10 +43,10 @@ export class CallingServiceClientE2E { email, password, verificationCode: '', - backend: 'MASTER', + backend: CALLING_SERVICE_BACKEND, instanceType: { name: 'chrome', - version: '103.0.5060.53', + version: CALLING_SERVICE_INSTANCE_VERSION, path: '/chrome/Contents/MacOS/Google Chrome', zcall: false, firefox: false, From 95483857a97a36a51ff013fd7eac3545223e9164 Mon Sep 17 00:00:00 2001 From: otto-the-bot Date: Thu, 16 Apr 2026 15:13:44 +0000 Subject: [PATCH 5/9] chore: Update translations --- apps/webapp/src/i18n/ar-SA.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/bg-BG.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/bn-BD.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/bs-BA.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/ca-ES.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/cs-CZ.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/da-DK.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/de-DE.json | 34 +++++++++++++++++++++++++--- apps/webapp/src/i18n/el-CY.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/el-GR.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/es-ES.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/et-EE.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/fa-IR.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/fi-FI.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/fr-FR.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/ga-IE.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/he-IL.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/hi-IN.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/hr-HR.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/hu-HU.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/id-ID.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/is-IS.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/it-IT.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/ja-JP.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/lb-LU.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/lt-LT.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/lv-LV.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/me-ME.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/mk-MK.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/ms-MY.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/mt-MT.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/nl-NL.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/no-NO.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/pl-PL.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/pt-BR.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/pt-PT.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/ro-RO.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/ru-RU.json | 34 +++++++++++++++++++++++++--- apps/webapp/src/i18n/si-LK.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/sk-SK.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/sl-SI.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/sq-AL.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/sr-Cyrl-ME.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/sr-SP.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/sv-SE.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/th-TH.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/tr-CY.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/tr-TR.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/uk-UA.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/uz-UZ.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/vi-VN.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/zh-CN.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/zh-HK.json | 28 +++++++++++++++++++++++ apps/webapp/src/i18n/zh-TW.json | 28 +++++++++++++++++++++++ 54 files changed, 1518 insertions(+), 6 deletions(-) diff --git a/apps/webapp/src/i18n/ar-SA.json b/apps/webapp/src/i18n/ar-SA.json index 88c990eb1bb..bd0d320b1a1 100644 --- a/apps/webapp/src/i18n/ar-SA.json +++ b/apps/webapp/src/i18n/ar-SA.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "وصلك بريد", "verify.resendCode": "أعد إرسال الرمز", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/bg-BG.json b/apps/webapp/src/i18n/bg-BG.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/bg-BG.json +++ b/apps/webapp/src/i18n/bg-BG.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/bn-BD.json b/apps/webapp/src/i18n/bn-BD.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/bn-BD.json +++ b/apps/webapp/src/i18n/bn-BD.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/bs-BA.json b/apps/webapp/src/i18n/bs-BA.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/bs-BA.json +++ b/apps/webapp/src/i18n/bs-BA.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/ca-ES.json b/apps/webapp/src/i18n/ca-ES.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/ca-ES.json +++ b/apps/webapp/src/i18n/ca-ES.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/cs-CZ.json b/apps/webapp/src/i18n/cs-CZ.json index ca1a9bedf40..890b09c38e1 100644 --- a/apps/webapp/src/i18n/cs-CZ.json +++ b/apps/webapp/src/i18n/cs-CZ.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/da-DK.json b/apps/webapp/src/i18n/da-DK.json index 0fa6a60a11b..41ffb388b24 100644 --- a/apps/webapp/src/i18n/da-DK.json +++ b/apps/webapp/src/i18n/da-DK.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/de-DE.json b/apps/webapp/src/i18n/de-DE.json index 9712018ca81..e480f02b537 100644 --- a/apps/webapp/src/i18n/de-DE.json +++ b/apps/webapp/src/i18n/de-DE.json @@ -427,9 +427,9 @@ "cells.newItemMenuModal.primaryAction": "Erstellen", "cells.newItemMenuModal.secondaryAction": "Abbrechen", "cells.newItemMenuModalForm.alreadyExistsError": "Eine Datei oder ein Ordner mit diesem Namen ist bereits vorhanden", - "cells.newItemMenuModalForm.genericError": "Something went wrong", - "cells.newItemMenuModalForm.invalidCharactersError": "Don't start with a . and don't use /\\ \"", - "cells.newItemMenuModalForm.maxLengthError": "Use a name shorter than 64 characters", + "cells.newItemMenuModalForm.genericError": "Ein Fehler ist aufgetreten", + "cells.newItemMenuModalForm.invalidCharactersError": "Nicht mit einem . beginnen und kein /\\ \" verwenden", + "cells.newItemMenuModalForm.maxLengthError": "Verwende einen Namen, der kürzer als 64 Zeichen ist", "cells.newItemMenuModalForm.nameRequired": "Namen eingeben", "cells.noNodes.description": "Hier finden Sie alle Dateien und Ordner, die in dieser Unterhaltung geteilt wurden.", "cells.noNodes.global.description": "Bei Unterhaltungen mit Dateiverwaltung finden Sie hier die geteilten Dateien.", @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatische Verstärkungsregelung (AGC)", "preferencesOptionsEnableAgcDetails": "Wenn diese Option aktiviert ist, wird die Lautstärke der Mikrofone automatisch angepasst, um sicherzustellen, dass alle Teilnehmer eines Anrufs mit ähnlicher und angenehmer Lautstärke gehört werden.", + "preferencesOptionsEnableHardwareAcceleration": "Hardwarebeschleunigung", + "preferencesOptionsEnableHardwareAccelerationDetails": "Dies verbessert die Stabilität und die Videoleistung und senkt gleichzeitig die CPU-Auslastung. Wenn Sie die Einstellung ändern, müssen Sie die App neu starten.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Abbrechen", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "Um die Einstellung für die Hardwarebeschleunigung zu aktualisieren, müssen Sie die App neu starten.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "App neu starten", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "App neu starten", "preferencesOptionsEnablePressSpaceToUnmute": "Mikrofon mit Leertaste anschalten", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Heben Sie die Stummschaltung Ihres Mikrofons auf, indem Sie die Leertaste so lange gedrückt halten, wie Sie sprechen möchten. Sie können diese Option in der Vollansicht verwenden.", "preferencesOptionsEnableSoundlessIncomingCalls": "Andere Anrufe stummschalten", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "Sie können nicht mit {selfUserName} kommunizieren, da Ihr Gerät das entsprechende Protokoll nicht unterstützt.", "selfNotSupportMLSMsgPart2": ", um zu telefonieren sowie Nachrichten und Dateien zu senden.", "selfProfileImageAlt": "Ihr Profilbild", + "servicesNotEnabledBody": "Um Ihren Workflow mit Apps zu verbessern, muss Ihr Team angepasst werden. Bitte wenden Sie sich an Ihren Team-Admin.", + "servicesNotEnabledNoteTitle": "Ihr Team verwendet noch keine Apps", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Öffnen Sie diese Unterhaltung für Apps.", "servicesRoomToggleInfoExtended": "Öffnen Sie diese Unterhaltung für Apps. Diese Einstellung kann später jederzeit geändert werden.", @@ -2026,8 +2034,28 @@ "verify.headline": "Posteingang prüfen", "verify.resendCode": "Code erneut senden", "verify.subhead": "Geben Sie den sechsstelligen Bestätigungscode ein, den wir an {newline}{email} gesendet haben.", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Reaktion hinzufügen", "videoCallMenuMoreAudioSettings": "Audio-Einstellungen", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Ansicht ändern", "videoCallMenuMoreCloseReactions": "Reaktionen schließen", "videoCallMenuMoreHideParticipants": "Teilnehmerliste ausblenden", diff --git a/apps/webapp/src/i18n/el-CY.json b/apps/webapp/src/i18n/el-CY.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/el-CY.json +++ b/apps/webapp/src/i18n/el-CY.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/el-GR.json b/apps/webapp/src/i18n/el-GR.json index a311bbc7e4d..9e7298711fb 100644 --- a/apps/webapp/src/i18n/el-GR.json +++ b/apps/webapp/src/i18n/el-GR.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "Έχετε μήνυμα", "verify.resendCode": "Επαναποστολή κωδικού", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/es-ES.json b/apps/webapp/src/i18n/es-ES.json index 8d97452f890..ef43f2ee391 100644 --- a/apps/webapp/src/i18n/es-ES.json +++ b/apps/webapp/src/i18n/es-ES.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "Tienes correo electrónico", "verify.resendCode": "Reenviar código", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/et-EE.json b/apps/webapp/src/i18n/et-EE.json index 3181ae6bef7..4ff4ab5f004 100644 --- a/apps/webapp/src/i18n/et-EE.json +++ b/apps/webapp/src/i18n/et-EE.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "Sulle tuli kiri", "verify.resendCode": "Saada kood uuesti", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/fa-IR.json b/apps/webapp/src/i18n/fa-IR.json index 1543cd8d4c2..1c9396ea152 100644 --- a/apps/webapp/src/i18n/fa-IR.json +++ b/apps/webapp/src/i18n/fa-IR.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/fi-FI.json b/apps/webapp/src/i18n/fi-FI.json index 1b6167a477b..d2b9555cdb7 100644 --- a/apps/webapp/src/i18n/fi-FI.json +++ b/apps/webapp/src/i18n/fi-FI.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/fr-FR.json b/apps/webapp/src/i18n/fr-FR.json index 7716fea7e37..711ccc5ceb8 100644 --- a/apps/webapp/src/i18n/fr-FR.json +++ b/apps/webapp/src/i18n/fr-FR.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Contrôle automatique du gain", "preferencesOptionsEnableAgcDetails": "Activez cette option pour permettre l'ajustement automatique du volume de votre microphone afin que tous les participants à un appel soient entendus avec un niveau d'écoute similaire et confortable.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "Vous avez du courrier", "verify.resendCode": "Renvoyer le code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/ga-IE.json b/apps/webapp/src/i18n/ga-IE.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/ga-IE.json +++ b/apps/webapp/src/i18n/ga-IE.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/he-IL.json b/apps/webapp/src/i18n/he-IL.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/he-IL.json +++ b/apps/webapp/src/i18n/he-IL.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/hi-IN.json b/apps/webapp/src/i18n/hi-IN.json index 914b4d64b26..2c7e92ec8c8 100644 --- a/apps/webapp/src/i18n/hi-IN.json +++ b/apps/webapp/src/i18n/hi-IN.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/hr-HR.json b/apps/webapp/src/i18n/hr-HR.json index 30e06dfe61c..a850afb5e52 100644 --- a/apps/webapp/src/i18n/hr-HR.json +++ b/apps/webapp/src/i18n/hr-HR.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "Imate poštu", "verify.resendCode": "Ponovno pošalji kod", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/hu-HU.json b/apps/webapp/src/i18n/hu-HU.json index 14113099922..b9ad5a4f275 100644 --- a/apps/webapp/src/i18n/hu-HU.json +++ b/apps/webapp/src/i18n/hu-HU.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "Leveled érkezett", "verify.resendCode": "Kód újraküldése", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/id-ID.json b/apps/webapp/src/i18n/id-ID.json index c549d09e217..cdf1fd3d64c 100644 --- a/apps/webapp/src/i18n/id-ID.json +++ b/apps/webapp/src/i18n/id-ID.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/is-IS.json b/apps/webapp/src/i18n/is-IS.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/is-IS.json +++ b/apps/webapp/src/i18n/is-IS.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/it-IT.json b/apps/webapp/src/i18n/it-IT.json index b9099ecf93e..32c4bf0ea07 100644 --- a/apps/webapp/src/i18n/it-IT.json +++ b/apps/webapp/src/i18n/it-IT.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "C'è posta per te", "verify.resendCode": "Reinvia il codice", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/ja-JP.json b/apps/webapp/src/i18n/ja-JP.json index bbb5eb80de4..12ce4a619d5 100644 --- a/apps/webapp/src/i18n/ja-JP.json +++ b/apps/webapp/src/i18n/ja-JP.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → {icon}", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "メール受信しました。", "verify.resendCode": "コードを再送する", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/lb-LU.json b/apps/webapp/src/i18n/lb-LU.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/lb-LU.json +++ b/apps/webapp/src/i18n/lb-LU.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/lt-LT.json b/apps/webapp/src/i18n/lt-LT.json index 39b24455efc..838099a9896 100644 --- a/apps/webapp/src/i18n/lt-LT.json +++ b/apps/webapp/src/i18n/lt-LT.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "Gavote el. laišką", "verify.resendCode": "Siųsti kodą dar kartą", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/lv-LV.json b/apps/webapp/src/i18n/lv-LV.json index 966a2672751..d1eea01b8f9 100644 --- a/apps/webapp/src/i18n/lv-LV.json +++ b/apps/webapp/src/i18n/lv-LV.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/me-ME.json b/apps/webapp/src/i18n/me-ME.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/me-ME.json +++ b/apps/webapp/src/i18n/me-ME.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/mk-MK.json b/apps/webapp/src/i18n/mk-MK.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/mk-MK.json +++ b/apps/webapp/src/i18n/mk-MK.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/ms-MY.json b/apps/webapp/src/i18n/ms-MY.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/ms-MY.json +++ b/apps/webapp/src/i18n/ms-MY.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/mt-MT.json b/apps/webapp/src/i18n/mt-MT.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/mt-MT.json +++ b/apps/webapp/src/i18n/mt-MT.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/nl-NL.json b/apps/webapp/src/i18n/nl-NL.json index f5138d1b857..b6d0d0e7771 100644 --- a/apps/webapp/src/i18n/nl-NL.json +++ b/apps/webapp/src/i18n/nl-NL.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "Je hebt een e-mail ontvangen", "verify.resendCode": "Code opnieuw verzenden", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/no-NO.json b/apps/webapp/src/i18n/no-NO.json index 6e3e65402a8..fa21ebe3563 100644 --- a/apps/webapp/src/i18n/no-NO.json +++ b/apps/webapp/src/i18n/no-NO.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/pl-PL.json b/apps/webapp/src/i18n/pl-PL.json index 6d2bca30f46..1ab1d85b0b6 100644 --- a/apps/webapp/src/i18n/pl-PL.json +++ b/apps/webapp/src/i18n/pl-PL.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Ponownie wyślij kod", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/pt-BR.json b/apps/webapp/src/i18n/pt-BR.json index bccc904727e..ca1fdef6f48 100644 --- a/apps/webapp/src/i18n/pt-BR.json +++ b/apps/webapp/src/i18n/pt-BR.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Controle automático de ganho (AGC)", "preferencesOptionsEnableAgcDetails": "Ative para permitir que o volume do microfone seja ajustado automaticamente para garantir que todos os participantes de uma chamada sejam ouvidos com um volume semelhante e confortável.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silenciar outras chamadas", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Sua foto de perfil", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "Você tem um e-mail", "verify.resendCode": "Reenviar código", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/pt-PT.json b/apps/webapp/src/i18n/pt-PT.json index db381bb4955..58a1272f4ea 100644 --- a/apps/webapp/src/i18n/pt-PT.json +++ b/apps/webapp/src/i18n/pt-PT.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/ro-RO.json b/apps/webapp/src/i18n/ro-RO.json index 7720d4fee7a..314330b4071 100644 --- a/apps/webapp/src/i18n/ro-RO.json +++ b/apps/webapp/src/i18n/ro-RO.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/ru-RU.json b/apps/webapp/src/i18n/ru-RU.json index 04cd73ff1e3..1cae8b120ad 100644 --- a/apps/webapp/src/i18n/ru-RU.json +++ b/apps/webapp/src/i18n/ru-RU.json @@ -427,9 +427,9 @@ "cells.newItemMenuModal.primaryAction": "Создать", "cells.newItemMenuModal.secondaryAction": "Отмена", "cells.newItemMenuModalForm.alreadyExistsError": "Файл или папка с таким названием уже существует", - "cells.newItemMenuModalForm.genericError": "Something went wrong", - "cells.newItemMenuModalForm.invalidCharactersError": "Don't start with a . and don't use /\\ \"", - "cells.newItemMenuModalForm.maxLengthError": "Use a name shorter than 64 characters", + "cells.newItemMenuModalForm.genericError": "Что-то пошло не так", + "cells.newItemMenuModalForm.invalidCharactersError": "Не начинайте с . и не используйте /\\ \"", + "cells.newItemMenuModalForm.maxLengthError": "Используйте имя длиной не более 64 символов", "cells.newItemMenuModalForm.nameRequired": "Название обязательно", "cells.noNodes.description": "Здесь вы найдете все файлы и папки, которыми поделились в этой беседе.", "cells.noNodes.global.description": "Для бесед, в которых используется совместная работа с файлами, вы найдете общие файлы здесь.", @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Автоматическая регулировка усиления (АРУ)", "preferencesOptionsEnableAgcDetails": "Включение позволяет автоматически регулировать громкость микрофона, чтобы все участники разговора были слышны с одинаковой и комфортной громкостью.", + "preferencesOptionsEnableHardwareAcceleration": "Аппаратное ускорение", + "preferencesOptionsEnableHardwareAccelerationDetails": "Это повышает стабильность и качество воспроизведения видео, одновременно снижая загрузку процессора. При изменении настройки необходимо перезапустить приложение.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Отмена", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "Чтобы обновить настройки аппаратного ускорения, необходимо перезапустить приложение.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Перезапустить", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Перезапустить приложение", "preferencesOptionsEnablePressSpaceToUnmute": "Включить звук пробелом", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Нажав и удерживая пробел вы включите микрофон. Эту опцию можно использовать в режиме полноэкранного просмотра.", "preferencesOptionsEnableSoundlessIncomingCalls": "Не уведомлять во время вызова", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "Вы не можете общаться с {selfUserName}, поскольку ваше устройство не поддерживает необходимый протокол.", "selfNotSupportMLSMsgPart2": "звонить, отправлять сообщения и файлы.", "selfProfileImageAlt": "Ваше изображение профиля", + "servicesNotEnabledBody": "Для улучшения рабочего процесса с приложениями, вашей команде требуется настройка. Пожалуйста, свяжитесь с администратором вашей команды.", + "servicesNotEnabledNoteTitle": "Ваша команда еще не использует приложения", "servicesOptionsTitle": "Приложения", "servicesRoomToggleInfo": "Открыть эту беседу для приложений.", "servicesRoomToggleInfoExtended": "Открыть эту беседу для приложений. Вы всегда сможете изменить это позже.", @@ -2026,8 +2034,28 @@ "verify.headline": "Вам письмо", "verify.resendCode": "Запросить код повторно", "verify.subhead": "Введите шестизначный код подтверждения, который мы отправили на {newline}{email}", + "videoCallBackgroundAdd": "Добавить фон...", + "videoCallBackgroundBlurHigh": "Высокий", + "videoCallBackgroundBlurLow": "Низкий", + "videoCallBackgroundBlurSectionLabel": "Размытие", + "videoCallBackgroundEffectsLabel": "Настройки фона", + "videoCallBackgroundEnableHighQualityBlur": "Включить высококачественное размытие", + "videoCallBackgroundNoEffect": "Нет фонового эффекта", + "videoCallBackgroundNone": "Нет", + "videoCallBackgroundOffice1": "Офис 1", + "videoCallBackgroundOffice2": "Офис 2", + "videoCallBackgroundOffice3": "Офис 3", + "videoCallBackgroundOffice4": "Офис 4", + "videoCallBackgroundOffice5": "Офис 5", + "videoCallBackgroundSettings": "Настройки фона", + "videoCallBackgroundUpload": "Загрузить фон", + "videoCallBackgroundVirtual": "Виртуальный фон", + "videoCallBackgroundVirtualSectionLabel": "Виртуальные фоны", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Фон", "videoCallMenuMoreAddReaction": "Добавить реакцию", "videoCallMenuMoreAudioSettings": "Настройки звука", + "videoCallMenuMoreCameraSettings": "Настройки камеры", "videoCallMenuMoreChangeView": "Изменить вид", "videoCallMenuMoreCloseReactions": "Закрыть реакции", "videoCallMenuMoreHideParticipants": "Скрыть участников", diff --git a/apps/webapp/src/i18n/si-LK.json b/apps/webapp/src/i18n/si-LK.json index 880ef1b9cb1..c58c2c0ce9c 100644 --- a/apps/webapp/src/i18n/si-LK.json +++ b/apps/webapp/src/i18n/si-LK.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "ස්වයංක්‍රීය පාලනය (AGC)", "preferencesOptionsEnableAgcDetails": "ඇමතුමක සිටින සියළුම සහභාගීන්ට සමාන සහ සුව පහසු හඬකින් ඇසීමට සැලැස්වීම සඳහා ශබ්දවාහිනියේ ශබ්දය ස්වයංක්‍රීය සීරුමාරුවට සබල කරන්න.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "අන් ඇමතුම් නිහඬව", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "ඔබගේ පැතිකඩ රූපය", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "ඔබට තැපෑලක් ලැබී ඇත.", "verify.resendCode": "කේතය නැවත යවන්න", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/sk-SK.json b/apps/webapp/src/i18n/sk-SK.json index cb4f12c70ce..bc593f537b5 100644 --- a/apps/webapp/src/i18n/sk-SK.json +++ b/apps/webapp/src/i18n/sk-SK.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/sl-SI.json b/apps/webapp/src/i18n/sl-SI.json index 183e7dba8ac..96d4010f5ae 100644 --- a/apps/webapp/src/i18n/sl-SI.json +++ b/apps/webapp/src/i18n/sl-SI.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/sq-AL.json b/apps/webapp/src/i18n/sq-AL.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/sq-AL.json +++ b/apps/webapp/src/i18n/sq-AL.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/sr-Cyrl-ME.json b/apps/webapp/src/i18n/sr-Cyrl-ME.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/sr-Cyrl-ME.json +++ b/apps/webapp/src/i18n/sr-Cyrl-ME.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/sr-SP.json b/apps/webapp/src/i18n/sr-SP.json index 657f93dc82a..0ca3c43bc1c 100644 --- a/apps/webapp/src/i18n/sr-SP.json +++ b/apps/webapp/src/i18n/sr-SP.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "Имате пошту", "verify.resendCode": "Поново пошаљи шифру", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/sv-SE.json b/apps/webapp/src/i18n/sv-SE.json index 2a28df64f55..bf2dbf88c6c 100644 --- a/apps/webapp/src/i18n/sv-SE.json +++ b/apps/webapp/src/i18n/sv-SE.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Din profilbild", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/th-TH.json b/apps/webapp/src/i18n/th-TH.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/th-TH.json +++ b/apps/webapp/src/i18n/th-TH.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/tr-CY.json b/apps/webapp/src/i18n/tr-CY.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/tr-CY.json +++ b/apps/webapp/src/i18n/tr-CY.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/tr-TR.json b/apps/webapp/src/i18n/tr-TR.json index 83a69cb9bb7..de838895708 100644 --- a/apps/webapp/src/i18n/tr-TR.json +++ b/apps/webapp/src/i18n/tr-TR.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "E-posta geldi", "verify.resendCode": "Kodu yeniden gönder", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/uk-UA.json b/apps/webapp/src/i18n/uk-UA.json index a64335a1959..110e52a5e74 100644 --- a/apps/webapp/src/i18n/uk-UA.json +++ b/apps/webapp/src/i18n/uk-UA.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "Ви отримали нового листа", "verify.resendCode": "Надіслати код повторно", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/uz-UZ.json b/apps/webapp/src/i18n/uz-UZ.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/uz-UZ.json +++ b/apps/webapp/src/i18n/uz-UZ.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/vi-VN.json b/apps/webapp/src/i18n/vi-VN.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/vi-VN.json +++ b/apps/webapp/src/i18n/vi-VN.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/zh-CN.json b/apps/webapp/src/i18n/zh-CN.json index 6d6f331b293..016405e5529 100644 --- a/apps/webapp/src/i18n/zh-CN.json +++ b/apps/webapp/src/i18n/zh-CN.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "重新发送验证码", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/zh-HK.json b/apps/webapp/src/i18n/zh-HK.json index 5b92def50ad..0fd8105c800 100644 --- a/apps/webapp/src/i18n/zh-HK.json +++ b/apps/webapp/src/i18n/zh-HK.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", diff --git a/apps/webapp/src/i18n/zh-TW.json b/apps/webapp/src/i18n/zh-TW.json index 352196f12b9..96ff2eb1a96 100644 --- a/apps/webapp/src/i18n/zh-TW.json +++ b/apps/webapp/src/i18n/zh-TW.json @@ -1690,6 +1690,12 @@ "preferencesOptionsEmojiReplaceDetail": ":-) → [icon]", "preferencesOptionsEnableAgcCheckbox": "Automatic gain control (AGC)", "preferencesOptionsEnableAgcDetails": "Enable to allow your microphone volume to be adjusted automatically to ensure all participants in a call are heard with similar and comfortable loudness.", + "preferencesOptionsEnableHardwareAcceleration": "Hardware acceleration", + "preferencesOptionsEnableHardwareAccelerationDetails": "This improves stability and video performance while reducing CPU usage. If you change the setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalCancel": "Cancel", + "preferencesOptionsEnableHardwareAccelerationModalMessage": "To update the hardware acceleration setting, you need to restart the app.", + "preferencesOptionsEnableHardwareAccelerationModalOk": "Restart App", + "preferencesOptionsEnableHardwareAccelerationModalTitle": "Restart app", "preferencesOptionsEnablePressSpaceToUnmute": "Unmute with space bar", "preferencesOptionsEnablePressSpaceToUnmuteDetails": "Enable to unmute your microphone by pressing and holding the space bar as long as you want to speak. You can use this option in full view.", "preferencesOptionsEnableSoundlessIncomingCalls": "Silence other calls", @@ -1852,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", + "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", "servicesRoomToggleInfo": "Open this conversation to apps.", "servicesRoomToggleInfoExtended": "Open this conversation to apps. You can always change it later.", @@ -2026,8 +2034,28 @@ "verify.headline": "You’ve got mail", "verify.resendCode": "Resend code", "verify.subhead": "Enter the six-digit verification code we sent to{newline}{email}", + "videoCallBackgroundAdd": "Add background...", + "videoCallBackgroundBlurHigh": "High", + "videoCallBackgroundBlurLow": "Low", + "videoCallBackgroundBlurSectionLabel": "Blur", + "videoCallBackgroundEffectsLabel": "Background Settings", + "videoCallBackgroundEnableHighQualityBlur": "Enable high quality blur", + "videoCallBackgroundNoEffect": "No background effect", + "videoCallBackgroundNone": "None", + "videoCallBackgroundOffice1": "Office 1", + "videoCallBackgroundOffice2": "Office 2", + "videoCallBackgroundOffice3": "Office 3", + "videoCallBackgroundOffice4": "Office 4", + "videoCallBackgroundOffice5": "Office 5", + "videoCallBackgroundSettings": "Background Settings", + "videoCallBackgroundUpload": "Upload background", + "videoCallBackgroundVirtual": "Virtual Background", + "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", + "videoCallBackgroundWire1": "Wire 1", + "videoCallBackgroundsLabel": "Backgrounds", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", + "videoCallMenuMoreCameraSettings": "Camera Settings", "videoCallMenuMoreChangeView": "Change view", "videoCallMenuMoreCloseReactions": "Close reactions", "videoCallMenuMoreHideParticipants": "Hide participants", From 61398acaba4ed3633b4ead84e1c3a1d148338203 Mon Sep 17 00:00:00 2001 From: otto-the-bot Date: Sun, 19 Apr 2026 08:23:16 +0000 Subject: [PATCH 6/9] chore: Update translations --- apps/webapp/src/i18n/ar-SA.json | 5 +++++ apps/webapp/src/i18n/bg-BG.json | 5 +++++ apps/webapp/src/i18n/bn-BD.json | 5 +++++ apps/webapp/src/i18n/bs-BA.json | 5 +++++ apps/webapp/src/i18n/ca-ES.json | 5 +++++ apps/webapp/src/i18n/cs-CZ.json | 5 +++++ apps/webapp/src/i18n/da-DK.json | 5 +++++ apps/webapp/src/i18n/de-DE.json | 6 +++++- apps/webapp/src/i18n/el-CY.json | 5 +++++ apps/webapp/src/i18n/el-GR.json | 5 +++++ apps/webapp/src/i18n/es-ES.json | 5 +++++ apps/webapp/src/i18n/et-EE.json | 5 +++++ apps/webapp/src/i18n/fa-IR.json | 5 +++++ apps/webapp/src/i18n/fi-FI.json | 5 +++++ apps/webapp/src/i18n/fr-FR.json | 5 +++++ apps/webapp/src/i18n/ga-IE.json | 5 +++++ apps/webapp/src/i18n/he-IL.json | 5 +++++ apps/webapp/src/i18n/hi-IN.json | 5 +++++ apps/webapp/src/i18n/hr-HR.json | 5 +++++ apps/webapp/src/i18n/hu-HU.json | 5 +++++ apps/webapp/src/i18n/id-ID.json | 5 +++++ apps/webapp/src/i18n/is-IS.json | 5 +++++ apps/webapp/src/i18n/it-IT.json | 5 +++++ apps/webapp/src/i18n/ja-JP.json | 5 +++++ apps/webapp/src/i18n/lb-LU.json | 5 +++++ apps/webapp/src/i18n/lt-LT.json | 5 +++++ apps/webapp/src/i18n/lv-LV.json | 5 +++++ apps/webapp/src/i18n/me-ME.json | 5 +++++ apps/webapp/src/i18n/mk-MK.json | 5 +++++ apps/webapp/src/i18n/ms-MY.json | 5 +++++ apps/webapp/src/i18n/mt-MT.json | 5 +++++ apps/webapp/src/i18n/nl-NL.json | 5 +++++ apps/webapp/src/i18n/no-NO.json | 5 +++++ apps/webapp/src/i18n/pl-PL.json | 5 +++++ apps/webapp/src/i18n/pt-BR.json | 5 +++++ apps/webapp/src/i18n/pt-PT.json | 5 +++++ apps/webapp/src/i18n/ro-RO.json | 5 +++++ apps/webapp/src/i18n/ru-RU.json | 5 +++++ apps/webapp/src/i18n/si-LK.json | 5 +++++ apps/webapp/src/i18n/sk-SK.json | 5 +++++ apps/webapp/src/i18n/sl-SI.json | 5 +++++ apps/webapp/src/i18n/sq-AL.json | 5 +++++ apps/webapp/src/i18n/sr-Cyrl-ME.json | 5 +++++ apps/webapp/src/i18n/sr-SP.json | 5 +++++ apps/webapp/src/i18n/sv-SE.json | 5 +++++ apps/webapp/src/i18n/th-TH.json | 5 +++++ apps/webapp/src/i18n/tr-CY.json | 5 +++++ apps/webapp/src/i18n/tr-TR.json | 5 +++++ apps/webapp/src/i18n/uk-UA.json | 5 +++++ apps/webapp/src/i18n/uz-UZ.json | 5 +++++ apps/webapp/src/i18n/vi-VN.json | 5 +++++ apps/webapp/src/i18n/zh-CN.json | 5 +++++ apps/webapp/src/i18n/zh-HK.json | 5 +++++ apps/webapp/src/i18n/zh-TW.json | 5 +++++ 54 files changed, 270 insertions(+), 1 deletion(-) diff --git a/apps/webapp/src/i18n/ar-SA.json b/apps/webapp/src/i18n/ar-SA.json index bd0d320b1a1..c04c4078dff 100644 --- a/apps/webapp/src/i18n/ar-SA.json +++ b/apps/webapp/src/i18n/ar-SA.json @@ -769,9 +769,14 @@ "conversationJustNow": "للتو", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/bg-BG.json b/apps/webapp/src/i18n/bg-BG.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/bg-BG.json +++ b/apps/webapp/src/i18n/bg-BG.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/bn-BD.json b/apps/webapp/src/i18n/bn-BD.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/bn-BD.json +++ b/apps/webapp/src/i18n/bn-BD.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/bs-BA.json b/apps/webapp/src/i18n/bs-BA.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/bs-BA.json +++ b/apps/webapp/src/i18n/bs-BA.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/ca-ES.json b/apps/webapp/src/i18n/ca-ES.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/ca-ES.json +++ b/apps/webapp/src/i18n/ca-ES.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/cs-CZ.json b/apps/webapp/src/i18n/cs-CZ.json index 890b09c38e1..97c2dd6de14 100644 --- a/apps/webapp/src/i18n/cs-CZ.json +++ b/apps/webapp/src/i18n/cs-CZ.json @@ -769,9 +769,14 @@ "conversationJustNow": "Právě teď", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/da-DK.json b/apps/webapp/src/i18n/da-DK.json index 41ffb388b24..6c9cc96b606 100644 --- a/apps/webapp/src/i18n/da-DK.json +++ b/apps/webapp/src/i18n/da-DK.json @@ -769,9 +769,14 @@ "conversationJustNow": "Lige nu", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/de-DE.json b/apps/webapp/src/i18n/de-DE.json index fbf8b6cdf6a..c35874364bf 100644 --- a/apps/webapp/src/i18n/de-DE.json +++ b/apps/webapp/src/i18n/de-DE.json @@ -719,7 +719,6 @@ "conversationFileUploadOverlayDescription": "Drag and Drop nutzen, um Dateien hinzuzufügen", "conversationFileUploadOverlayTitle": "Dateien hochladen", "conversationFileVideoPreviewLabel": "Vorschau der Videodatei für: {src}", - "tabsFilterTooltip": "Sichtbare Tabs anpassen", "conversationFoldersEmptyText": "Fügen Sie Ihre Unterhaltungen Ordnern hinzu, um organisiert zu bleiben.", "conversationFoldersEmptyTextLearnMore": "Mehr erfahren", "conversationFooterArchive": "Archiv", @@ -770,9 +769,14 @@ "conversationJustNow": "Gerade eben", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Unterhaltungen", + "conversationLabelDrafts": "Entwürfe", "conversationLabelFavorites": "Favoriten", "conversationLabelGroups": "Gruppen", + "conversationLabelMentions": "Erwähnungen", "conversationLabelPeople": "Personen", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Antworten", + "conversationLabelUnread": "Ungelesen", "conversationLearnMoreChannels": "Mehr über Channels erfahren", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] und [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] und [showmore]{number} mehr[/showmore]", diff --git a/apps/webapp/src/i18n/el-CY.json b/apps/webapp/src/i18n/el-CY.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/el-CY.json +++ b/apps/webapp/src/i18n/el-CY.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/el-GR.json b/apps/webapp/src/i18n/el-GR.json index 9e7298711fb..57059275a17 100644 --- a/apps/webapp/src/i18n/el-GR.json +++ b/apps/webapp/src/i18n/el-GR.json @@ -769,9 +769,14 @@ "conversationJustNow": "Μόλις τώρα", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/es-ES.json b/apps/webapp/src/i18n/es-ES.json index ef43f2ee391..ff9553f385d 100644 --- a/apps/webapp/src/i18n/es-ES.json +++ b/apps/webapp/src/i18n/es-ES.json @@ -769,9 +769,14 @@ "conversationJustNow": "Justo ahora", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/et-EE.json b/apps/webapp/src/i18n/et-EE.json index 4ff4ab5f004..d7c29588aeb 100644 --- a/apps/webapp/src/i18n/et-EE.json +++ b/apps/webapp/src/i18n/et-EE.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just nüüd", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/fa-IR.json b/apps/webapp/src/i18n/fa-IR.json index 1c9396ea152..71f66279770 100644 --- a/apps/webapp/src/i18n/fa-IR.json +++ b/apps/webapp/src/i18n/fa-IR.json @@ -769,9 +769,14 @@ "conversationJustNow": "همین الان", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/fi-FI.json b/apps/webapp/src/i18n/fi-FI.json index d2b9555cdb7..d4935bdc067 100644 --- a/apps/webapp/src/i18n/fi-FI.json +++ b/apps/webapp/src/i18n/fi-FI.json @@ -769,9 +769,14 @@ "conversationJustNow": "Juuri nyt", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/fr-FR.json b/apps/webapp/src/i18n/fr-FR.json index 711ccc5ceb8..7ad40d25b0d 100644 --- a/apps/webapp/src/i18n/fr-FR.json +++ b/apps/webapp/src/i18n/fr-FR.json @@ -769,9 +769,14 @@ "conversationJustNow": "À l’instant", "conversationLabelChannels": "Channels", "conversationLabelDirects": "Conversations 1:1", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favoris", "conversationLabelGroups": "Groupes", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "Contacts", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/ga-IE.json b/apps/webapp/src/i18n/ga-IE.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/ga-IE.json +++ b/apps/webapp/src/i18n/ga-IE.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/he-IL.json b/apps/webapp/src/i18n/he-IL.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/he-IL.json +++ b/apps/webapp/src/i18n/he-IL.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/hi-IN.json b/apps/webapp/src/i18n/hi-IN.json index 2c7e92ec8c8..302331f5447 100644 --- a/apps/webapp/src/i18n/hi-IN.json +++ b/apps/webapp/src/i18n/hi-IN.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/hr-HR.json b/apps/webapp/src/i18n/hr-HR.json index a850afb5e52..6df579b53c6 100644 --- a/apps/webapp/src/i18n/hr-HR.json +++ b/apps/webapp/src/i18n/hr-HR.json @@ -769,9 +769,14 @@ "conversationJustNow": "Upravo", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/hu-HU.json b/apps/webapp/src/i18n/hu-HU.json index b9ad5a4f275..eb1b05612aa 100644 --- a/apps/webapp/src/i18n/hu-HU.json +++ b/apps/webapp/src/i18n/hu-HU.json @@ -769,9 +769,14 @@ "conversationJustNow": "Épp most", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Kedvencek", "conversationLabelGroups": "Csoportok", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "Partnerek", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/id-ID.json b/apps/webapp/src/i18n/id-ID.json index cdf1fd3d64c..1d7db512152 100644 --- a/apps/webapp/src/i18n/id-ID.json +++ b/apps/webapp/src/i18n/id-ID.json @@ -769,9 +769,14 @@ "conversationJustNow": "Sekarang", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/is-IS.json b/apps/webapp/src/i18n/is-IS.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/is-IS.json +++ b/apps/webapp/src/i18n/is-IS.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/it-IT.json b/apps/webapp/src/i18n/it-IT.json index 32c4bf0ea07..dc881b09574 100644 --- a/apps/webapp/src/i18n/it-IT.json +++ b/apps/webapp/src/i18n/it-IT.json @@ -769,9 +769,14 @@ "conversationJustNow": "Adesso", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Preferiti", "conversationLabelGroups": "Gruppi", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "Persone", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/ja-JP.json b/apps/webapp/src/i18n/ja-JP.json index 12ce4a619d5..d2856211d38 100644 --- a/apps/webapp/src/i18n/ja-JP.json +++ b/apps/webapp/src/i18n/ja-JP.json @@ -769,9 +769,14 @@ "conversationJustNow": "たった今", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "お気に入り", "conversationLabelGroups": "グループ", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "会話", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/lb-LU.json b/apps/webapp/src/i18n/lb-LU.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/lb-LU.json +++ b/apps/webapp/src/i18n/lb-LU.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/lt-LT.json b/apps/webapp/src/i18n/lt-LT.json index 838099a9896..640449900ef 100644 --- a/apps/webapp/src/i18n/lt-LT.json +++ b/apps/webapp/src/i18n/lt-LT.json @@ -769,9 +769,14 @@ "conversationJustNow": "Ką tik", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Grupės", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "Žmonės", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/lv-LV.json b/apps/webapp/src/i18n/lv-LV.json index d1eea01b8f9..64e4897b906 100644 --- a/apps/webapp/src/i18n/lv-LV.json +++ b/apps/webapp/src/i18n/lv-LV.json @@ -769,9 +769,14 @@ "conversationJustNow": "Nupat", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/me-ME.json b/apps/webapp/src/i18n/me-ME.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/me-ME.json +++ b/apps/webapp/src/i18n/me-ME.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/mk-MK.json b/apps/webapp/src/i18n/mk-MK.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/mk-MK.json +++ b/apps/webapp/src/i18n/mk-MK.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/ms-MY.json b/apps/webapp/src/i18n/ms-MY.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/ms-MY.json +++ b/apps/webapp/src/i18n/ms-MY.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/mt-MT.json b/apps/webapp/src/i18n/mt-MT.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/mt-MT.json +++ b/apps/webapp/src/i18n/mt-MT.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/nl-NL.json b/apps/webapp/src/i18n/nl-NL.json index b6d0d0e7771..e80fb109811 100644 --- a/apps/webapp/src/i18n/nl-NL.json +++ b/apps/webapp/src/i18n/nl-NL.json @@ -769,9 +769,14 @@ "conversationJustNow": "Zojuist", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/no-NO.json b/apps/webapp/src/i18n/no-NO.json index fa21ebe3563..466a004fda2 100644 --- a/apps/webapp/src/i18n/no-NO.json +++ b/apps/webapp/src/i18n/no-NO.json @@ -769,9 +769,14 @@ "conversationJustNow": "Akkurat nå", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/pl-PL.json b/apps/webapp/src/i18n/pl-PL.json index 1ab1d85b0b6..f2e4d283da3 100644 --- a/apps/webapp/src/i18n/pl-PL.json +++ b/apps/webapp/src/i18n/pl-PL.json @@ -769,9 +769,14 @@ "conversationJustNow": "Przed chwilą", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/pt-BR.json b/apps/webapp/src/i18n/pt-BR.json index ca1fdef6f48..7aba3bf6252 100644 --- a/apps/webapp/src/i18n/pt-BR.json +++ b/apps/webapp/src/i18n/pt-BR.json @@ -769,9 +769,14 @@ "conversationJustNow": "Agora mesmo", "conversationLabelChannels": "Canais", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favoritos", "conversationLabelGroups": "Grupos", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "Pessoas", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Saiba mais sobre os canais", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/pt-PT.json b/apps/webapp/src/i18n/pt-PT.json index 58a1272f4ea..cfb2683d24b 100644 --- a/apps/webapp/src/i18n/pt-PT.json +++ b/apps/webapp/src/i18n/pt-PT.json @@ -769,9 +769,14 @@ "conversationJustNow": "Agora mesmo", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/ro-RO.json b/apps/webapp/src/i18n/ro-RO.json index 314330b4071..ddeb3e99cb7 100644 --- a/apps/webapp/src/i18n/ro-RO.json +++ b/apps/webapp/src/i18n/ro-RO.json @@ -769,9 +769,14 @@ "conversationJustNow": "Chiar acum", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/ru-RU.json b/apps/webapp/src/i18n/ru-RU.json index 1cae8b120ad..dba0f47daa0 100644 --- a/apps/webapp/src/i18n/ru-RU.json +++ b/apps/webapp/src/i18n/ru-RU.json @@ -769,9 +769,14 @@ "conversationJustNow": "Только что", "conversationLabelChannels": "Каналы", "conversationLabelDirects": "Беседы 1:1", + "conversationLabelDrafts": "Черновики", "conversationLabelFavorites": "Избранное", "conversationLabelGroups": "Группы", + "conversationLabelMentions": "Упоминания", "conversationLabelPeople": "Контакты", + "conversationLabelPings": "Пинги", + "conversationLabelReplies": "Ответы", + "conversationLabelUnread": "Непрочитано", "conversationLearnMoreChannels": "Подробнее о каналах", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] и [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] и еще [showmore]{number}[/showmore]", diff --git a/apps/webapp/src/i18n/si-LK.json b/apps/webapp/src/i18n/si-LK.json index c58c2c0ce9c..91d6aa2f39a 100644 --- a/apps/webapp/src/i18n/si-LK.json +++ b/apps/webapp/src/i18n/si-LK.json @@ -769,9 +769,14 @@ "conversationJustNow": "මේ දැන්", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "ප්‍රියතම", "conversationLabelGroups": "සමූහ", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "පුද්ගලයින්", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] සහ [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] සහ [showmore]{number} තවත් [/showmore]", diff --git a/apps/webapp/src/i18n/sk-SK.json b/apps/webapp/src/i18n/sk-SK.json index bc593f537b5..8ae2556fba2 100644 --- a/apps/webapp/src/i18n/sk-SK.json +++ b/apps/webapp/src/i18n/sk-SK.json @@ -769,9 +769,14 @@ "conversationJustNow": "Práve teraz", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/sl-SI.json b/apps/webapp/src/i18n/sl-SI.json index 96d4010f5ae..911a43983cd 100644 --- a/apps/webapp/src/i18n/sl-SI.json +++ b/apps/webapp/src/i18n/sl-SI.json @@ -769,9 +769,14 @@ "conversationJustNow": "Pravkar", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/sq-AL.json b/apps/webapp/src/i18n/sq-AL.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/sq-AL.json +++ b/apps/webapp/src/i18n/sq-AL.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/sr-Cyrl-ME.json b/apps/webapp/src/i18n/sr-Cyrl-ME.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/sr-Cyrl-ME.json +++ b/apps/webapp/src/i18n/sr-Cyrl-ME.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/sr-SP.json b/apps/webapp/src/i18n/sr-SP.json index 0ca3c43bc1c..7847a7b5c67 100644 --- a/apps/webapp/src/i18n/sr-SP.json +++ b/apps/webapp/src/i18n/sr-SP.json @@ -769,9 +769,14 @@ "conversationJustNow": "управо сада", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Фаворити", "conversationLabelGroups": "Групе", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "Људи", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/sv-SE.json b/apps/webapp/src/i18n/sv-SE.json index bf2dbf88c6c..61f728e8064 100644 --- a/apps/webapp/src/i18n/sv-SE.json +++ b/apps/webapp/src/i18n/sv-SE.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just nu", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favoriter", "conversationLabelGroups": "Grupper", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "Personer", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] och [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/th-TH.json b/apps/webapp/src/i18n/th-TH.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/th-TH.json +++ b/apps/webapp/src/i18n/th-TH.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/tr-CY.json b/apps/webapp/src/i18n/tr-CY.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/tr-CY.json +++ b/apps/webapp/src/i18n/tr-CY.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/tr-TR.json b/apps/webapp/src/i18n/tr-TR.json index de838895708..62386996539 100644 --- a/apps/webapp/src/i18n/tr-TR.json +++ b/apps/webapp/src/i18n/tr-TR.json @@ -769,9 +769,14 @@ "conversationJustNow": "Şimdi", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/uk-UA.json b/apps/webapp/src/i18n/uk-UA.json index 110e52a5e74..f8544dabfe7 100644 --- a/apps/webapp/src/i18n/uk-UA.json +++ b/apps/webapp/src/i18n/uk-UA.json @@ -769,9 +769,14 @@ "conversationJustNow": "Щойно", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Вподобання", "conversationLabelGroups": "Групи", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "Учасники", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/uz-UZ.json b/apps/webapp/src/i18n/uz-UZ.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/uz-UZ.json +++ b/apps/webapp/src/i18n/uz-UZ.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/vi-VN.json b/apps/webapp/src/i18n/vi-VN.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/vi-VN.json +++ b/apps/webapp/src/i18n/vi-VN.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/zh-CN.json b/apps/webapp/src/i18n/zh-CN.json index 016405e5529..4339a492391 100644 --- a/apps/webapp/src/i18n/zh-CN.json +++ b/apps/webapp/src/i18n/zh-CN.json @@ -769,9 +769,14 @@ "conversationJustNow": "刚刚", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "收藏", "conversationLabelGroups": "群组", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "联系人", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/zh-HK.json b/apps/webapp/src/i18n/zh-HK.json index 0fd8105c800..9c69657116b 100644 --- a/apps/webapp/src/i18n/zh-HK.json +++ b/apps/webapp/src/i18n/zh-HK.json @@ -769,9 +769,14 @@ "conversationJustNow": "Just now", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", diff --git a/apps/webapp/src/i18n/zh-TW.json b/apps/webapp/src/i18n/zh-TW.json index 96ff2eb1a96..fef1db780c3 100644 --- a/apps/webapp/src/i18n/zh-TW.json +++ b/apps/webapp/src/i18n/zh-TW.json @@ -769,9 +769,14 @@ "conversationJustNow": "剛剛", "conversationLabelChannels": "Channels", "conversationLabelDirects": "1:1 Conversations", + "conversationLabelDrafts": "Drafts", "conversationLabelFavorites": "Favorites", "conversationLabelGroups": "Groups", + "conversationLabelMentions": "Mentions", "conversationLabelPeople": "People", + "conversationLabelPings": "Pings", + "conversationLabelReplies": "Replies", + "conversationLabelUnread": "Unread", "conversationLearnMoreChannels": "Learn more about channels", "conversationLikesCaptionPlural": "[bold]{firstUser}[/bold] and [bold]{secondUser}[/bold]", "conversationLikesCaptionPluralMoreThan2": "[bold]{userNames}[/bold] and [showmore]{number} more[/showmore]", From 072dc4bf6fb2c02ed5f691e6fe2a673e5a43d923 Mon Sep 17 00:00:00 2001 From: Amir Ghezelbash Date: Mon, 4 May 2026 12:41:31 +0200 Subject: [PATCH 7/9] chore: Revert "fix: Search results are not fetching all files when the search box is empty(WPB-20817) (#21066)" chore: Revert "fix: Search results are not fetching all files when the search box is empty(WPB-20817) (#21066)" --- .../requestVersionGate.test.ts | 45 ----- .../requestVersionGate.ts | 41 ----- .../useConversationSearchFiles.test.ts | 159 ------------------ .../useConversationSearchFiles.ts | 41 +---- 4 files changed, 7 insertions(+), 279 deletions(-) delete mode 100644 apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/requestVersionGate.test.ts delete mode 100644 apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/requestVersionGate.ts delete mode 100644 apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/useConversationSearchFiles.test.ts diff --git a/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/requestVersionGate.test.ts b/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/requestVersionGate.test.ts deleted file mode 100644 index 43bd17270be..00000000000 --- a/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/requestVersionGate.test.ts +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Wire - * Copyright (C) 2026 Wire Swiss GmbH - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/. - * - */ - -import {createRequestVersionGate} from './requestVersionGate'; - -describe('createRequestVersionGate', () => { - it('marks only the latest request as current', () => { - const requestVersionGate = createRequestVersionGate(); - - const firstRequest = requestVersionGate.next(); - expect(requestVersionGate.isStale(firstRequest)).toBe(false); - - const secondRequest = requestVersionGate.next(); - expect(requestVersionGate.isStale(firstRequest)).toBe(true); - expect(requestVersionGate.isStale(secondRequest)).toBe(false); - }); - - it('invalidates in-flight requests when cleared', () => { - const requestVersionGate = createRequestVersionGate(); - - const searchRequest = requestVersionGate.next(); - requestVersionGate.invalidate(); - - expect(requestVersionGate.isStale(searchRequest)).toBe(true); - - const freshRequest = requestVersionGate.next(); - expect(requestVersionGate.isStale(freshRequest)).toBe(false); - }); -}); diff --git a/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/requestVersionGate.ts b/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/requestVersionGate.ts deleted file mode 100644 index 644f6a90ed7..00000000000 --- a/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/requestVersionGate.ts +++ /dev/null @@ -1,41 +0,0 @@ -/* - * Wire - * Copyright (C) 2026 Wire Swiss GmbH - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/. - * - */ - -export interface RequestVersionGate { - next: () => number; - invalidate: () => void; - isStale: (requestId: number) => boolean; -} - -export const createRequestVersionGate = (): RequestVersionGate => { - let currentRequestId = 0; - - return { - next(): number { - currentRequestId += 1; - return currentRequestId; - }, - invalidate(): void { - currentRequestId += 1; - }, - isStale(requestId: number): boolean { - return requestId !== currentRequestId; - }, - }; -}; diff --git a/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/useConversationSearchFiles.test.ts b/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/useConversationSearchFiles.test.ts deleted file mode 100644 index fcd4a57fd59..00000000000 --- a/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/useConversationSearchFiles.test.ts +++ /dev/null @@ -1,159 +0,0 @@ -/* - * Wire - * Copyright (C) 2026 Wire Swiss GmbH - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/. - * - */ - -import {act, renderHook, waitFor} from '@testing-library/react'; -import {RestNode} from 'cells-sdk-ts'; - -import {CellsRepository} from 'Repositories/cells/cellsRepository'; -import {UserRepository} from 'Repositories/user/UserRepository'; - -import {useCellsStore} from '../common/useCellsStore/useCellsStore'; - -import {useConversationSearchFiles} from './useConversationSearchFiles'; - -const createNode = (uuid: string, path: string): RestNode => ({Uuid: uuid, Path: path, Type: 'LEAF'}); - -const createHook = (cellsRepository: jest.Mocked, userRepository: jest.Mocked) => - renderHook(() => - useConversationSearchFiles({ - cellsRepository, - userRepository, - conversationQualifiedId: {id: 'conversation-id', domain: 'wire.com'}, - enabled: true, - debounceMs: 0, - }), - ); - -describe('useConversationSearchFiles', () => { - const conversationId = 'conversation-id'; - - beforeEach(() => { - useCellsStore.setState({ - nodesByConversation: {}, - paginationByConversation: {}, - status: 'idle', - error: null, - pageSize: 50, - }); - }); - - afterEach(() => { - jest.clearAllMocks(); - }); - - it('keeps the latest search results when an older request resolves later', async () => { - let releaseFirstRequest!: () => void; - const firstRequestPending = new Promise(resolve => { - releaseFirstRequest = resolve; - }); - - const cellsRepository = { - searchNodes: jest.fn().mockImplementation(({query}: {query: string}) => { - if (query === 'first') { - return Promise.resolve({Nodes: [createNode('n1', '/wire-cells-web/first.pdf')], Pagination: null}); - } - if (query === 'second') { - return Promise.resolve({Nodes: [createNode('n2', '/wire-cells-web/second.pdf')], Pagination: null}); - } - return Promise.resolve({Nodes: [], Pagination: null}); - }), - } as unknown as jest.Mocked; - - const userRepository = { - getUsersById: jest - .fn() - .mockImplementationOnce(async () => { - await firstRequestPending; - return []; - }) - .mockResolvedValue([]), - } as unknown as jest.Mocked; - - const {result} = createHook(cellsRepository, userRepository); - - act(() => result.current.handleSearch('first')); - - // Wait until the first request is in-flight before firing the second - await waitFor(() => expect(useCellsStore.getState().status).toBe('loading')); - - act(() => result.current.handleSearch('second')); - - await waitFor(() => { - expect(useCellsStore.getState().getNodes({conversationId})[0]?.name).toBe('second.pdf'); - }); - - // Resolve the stale first request — must not overwrite second result - releaseFirstRequest(); - await act(async () => { - await firstRequestPending; - await Promise.resolve(); - }); - - expect(useCellsStore.getState().getNodes({conversationId})[0]?.name).toBe('second.pdf'); - }); - - it('discards in-flight search results when search is cleared', async () => { - let releaseFirstRequest!: () => void; - const firstRequestPending = new Promise(resolve => { - releaseFirstRequest = resolve; - }); - - const cellsRepository = { - searchNodes: jest.fn().mockImplementation(({query}: {query: string}) => { - if (query === 'first') { - return Promise.resolve({Nodes: [createNode('n1', '/wire-cells-web/first.pdf')], Pagination: null}); - } - return Promise.resolve({Nodes: [createNode('n_all', '/wire-cells-web/all.pdf')], Pagination: null}); - }), - } as unknown as jest.Mocked; - - const userRepository = { - getUsersById: jest - .fn() - .mockImplementationOnce(async () => { - await firstRequestPending; - return []; - }) - .mockResolvedValue([]), - } as unknown as jest.Mocked; - - const {result} = createHook(cellsRepository, userRepository); - - act(() => result.current.handleSearch('first')); - - // Wait until the first request is in-flight before clearing - await waitFor(() => expect(useCellsStore.getState().status).toBe('loading')); - - act(() => result.current.handleClearSearch()); - - // FETCH_ALL_QUERY completes with its own result - await waitFor(() => { - expect(useCellsStore.getState().getNodes({conversationId})[0]?.name).toBe('all.pdf'); - }); - - // Resolve the stale first request — must not overwrite the clear result - releaseFirstRequest(); - await act(async () => { - await firstRequestPending; - await Promise.resolve(); - }); - - expect(useCellsStore.getState().getNodes({conversationId})[0]?.name).toBe('all.pdf'); - }); -}); diff --git a/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/useConversationSearchFiles.ts b/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/useConversationSearchFiles.ts index d001d0d9c1b..2cbd19639f1 100644 --- a/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/useConversationSearchFiles.ts +++ b/apps/webapp/src/script/components/Conversation/ConversationCells/useConversationSearch/useConversationSearchFiles.ts @@ -25,8 +25,6 @@ import {useDebouncedCallback} from 'use-debounce'; import {CellsRepository} from 'Repositories/cells/cellsRepository'; import {UserRepository} from 'Repositories/user/UserRepository'; -import {createRequestVersionGate} from './requestVersionGate'; - import {getCellsApiPath} from '../common/getCellsApiPath/getCellsApiPath'; import {useCellsStore} from '../common/useCellsStore/useCellsStore'; import {getUsersFromNodes} from '../useGetAllCellsNodes/getUsersFromNodes'; @@ -38,7 +36,6 @@ interface UseConversationSearchFilesProps { conversationQualifiedId: QualifiedId; enabled: boolean; onClear?: () => void; - debounceMs?: number; } const DEBOUNCE_TIME = 300; @@ -50,7 +47,6 @@ export const useConversationSearchFiles = ({ conversationQualifiedId, enabled, onClear, - debounceMs = DEBOUNCE_TIME, }: UseConversationSearchFilesProps) => { const {setNodes, setStatus, setPagination, clearAll} = useCellsStore(); @@ -58,13 +54,12 @@ export const useConversationSearchFiles = ({ const [searchQuery, setSearchQuery] = useState(''); const isInitialLoad = useRef(true); const shouldPerformSearch = useRef(false); - const requestVersionGate = useRef(createRequestVersionGate()); const {id} = conversationQualifiedId; const conversationPath = getCellsApiPath({conversationQualifiedId}); const searchNodes = useCallback( - async ({query, requestId}: {query: string; requestId: number}) => { + async ({query}: {query: string}) => { try { setStatus('loading'); @@ -78,12 +73,6 @@ export const useConversationSearchFiles = ({ type: 'file', }); - // A newer search request started while this one was in flight. - // Ignore stale results/errors to avoid overwriting current state. - if (requestVersionGate.current.isStale(requestId)) { - return; - } - if (!result.Nodes?.length) { setNodes({conversationId: id, nodes: []}); setPagination({conversationId: id, pagination: null}); @@ -93,10 +82,6 @@ export const useConversationSearchFiles = ({ const users = await getUsersFromNodes({nodes: result.Nodes, userRepository}); - if (requestVersionGate.current.isStale(requestId)) { - return; - } - // filter out draft nodes from results const filteredNodes = result.Nodes.filter(node => !node.IsDraft); @@ -115,11 +100,7 @@ export const useConversationSearchFiles = ({ } setStatus('success'); - } catch { - if (requestVersionGate.current.isStale(requestId)) { - return; - } - + } catch (error: unknown) { setStatus('error'); setNodes({conversationId: id, nodes: []}); setPagination({conversationId: id, pagination: null}); @@ -131,14 +112,11 @@ export const useConversationSearchFiles = ({ ); const searchNodesDebounced = useDebouncedCallback(async (value: string) => { - const requestId = requestVersionGate.current.next(); shouldPerformSearch.current = false; setSearchQuery(value); - await searchNodes({query: value, requestId}); - if (!requestVersionGate.current.isStale(requestId)) { - shouldPerformSearch.current = true; - } - }, debounceMs); + await searchNodes({query: value}); + shouldPerformSearch.current = true; + }, DEBOUNCE_TIME); const handleSearch = (value: string) => { setSearchValue(value); @@ -154,19 +132,15 @@ export const useConversationSearchFiles = ({ const handleClearSearch = () => { searchNodesDebounced.cancel(); - requestVersionGate.current.invalidate(); setSearchValue(''); setSearchQuery(''); shouldPerformSearch.current = false; - const requestId = requestVersionGate.current.next(); - void searchNodes({query: FETCH_ALL_QUERY, requestId}); }; const handleReload = async () => { - const requestId = requestVersionGate.current.next(); setStatus('loading'); clearAll({conversationId: id}); - await searchNodes({query: searchQuery || FETCH_ALL_QUERY, requestId}); + await searchNodes({query: searchQuery || FETCH_ALL_QUERY}); }; useEffect(() => { @@ -174,8 +148,7 @@ export const useConversationSearchFiles = ({ return; } - const requestId = requestVersionGate.current.next(); - void searchNodes({query: searchQuery || FETCH_ALL_QUERY, requestId}); + void searchNodes({query: searchQuery || FETCH_ALL_QUERY}); }, [searchNodes, searchQuery, enabled]); return { From b85420a20e94b383bde3d0c4e6bfe7c21cfa2205 Mon Sep 17 00:00:00 2001 From: Otto the Bot Date: Mon, 4 May 2026 12:48:02 +0200 Subject: [PATCH 8/9] chore: Update translations chore: Update translations --- apps/webapp/src/i18n/ar-SA.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/bg-BG.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/bn-BD.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/bs-BA.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/ca-ES.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/cs-CZ.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/da-DK.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/de-DE.json | 31 ++++++++++++------------ apps/webapp/src/i18n/el-CY.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/el-GR.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/es-ES.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/et-EE.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/fa-IR.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/fi-FI.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/fr-FR.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/ga-IE.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/he-IL.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/hi-IN.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/hr-HR.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/hu-HU.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/id-ID.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/is-IS.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/it-IT.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/ja-JP.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/lb-LU.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/lt-LT.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/lv-LV.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/me-ME.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/mk-MK.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/ms-MY.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/mt-MT.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/nl-NL.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/no-NO.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/pl-PL.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/pt-BR.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/pt-PT.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/ro-RO.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/ru-RU.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/si-LK.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/sk-SK.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/sl-SI.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/sq-AL.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/sr-Cyrl-ME.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/sr-SP.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/sv-SE.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/th-TH.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/tr-CY.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/tr-TR.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/uk-UA.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/uz-UZ.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/vi-VN.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/zh-CN.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/zh-HK.json | 35 ++++++++++++++-------------- apps/webapp/src/i18n/zh-TW.json | 35 ++++++++++++++-------------- 54 files changed, 916 insertions(+), 970 deletions(-) diff --git a/apps/webapp/src/i18n/ar-SA.json b/apps/webapp/src/i18n/ar-SA.json index c04c4078dff..d0c4d5e96f2 100644 --- a/apps/webapp/src/i18n/ar-SA.json +++ b/apps/webapp/src/i18n/ar-SA.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "يجري الإعداد…", "backupImportProgressSecondary": "يستعيد التاريخ · {processed} من {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "اُستعيد التاريخ.", "backupImportVersionErrorHeadline": "نسخة احتياطية غير متوافقة", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "غادر", "modalAccountLeaveGuestRoomHeadline": "غادر غرفة الضيوف؟", "modalAccountLeaveGuestRoomMessage": "تاريخ المحادثة سيُحذف. للاحتفاظ به، أنشئ حسابًا المرة القادمة.", - "modalAccountLogoutAction": "تسجيل الخروج", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "مسح البيانات؟", "modalAccountLogoutOption": "احذف كل معلوماتك الشخصية ومحادثاتك من على هذا الجهاز.", "modalAccountNewDevicesFrom": "من:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "كلمة المرور", "modalAcknowledgeAction": "موافق", "modalAcknowledgeHeadline": "حدث خطأ ما", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "ملفات كثيرة جدًا في وقت واحد", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/bg-BG.json b/apps/webapp/src/i18n/bg-BG.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/bg-BG.json +++ b/apps/webapp/src/i18n/bg-BG.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/bn-BD.json b/apps/webapp/src/i18n/bn-BD.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/bn-BD.json +++ b/apps/webapp/src/i18n/bn-BD.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/bs-BA.json b/apps/webapp/src/i18n/bs-BA.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/bs-BA.json +++ b/apps/webapp/src/i18n/bs-BA.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/ca-ES.json b/apps/webapp/src/i18n/ca-ES.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/ca-ES.json +++ b/apps/webapp/src/i18n/ca-ES.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/cs-CZ.json b/apps/webapp/src/i18n/cs-CZ.json index 97c2dd6de14..b12016c337a 100644 --- a/apps/webapp/src/i18n/cs-CZ.json +++ b/apps/webapp/src/i18n/cs-CZ.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Připravuje se…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Odejít", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Odhlásit se", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Vyčistit data?", "modalAccountLogoutOption": "Smazat všechny osobní informace a konverzace z tohoto přístroje.", "modalAccountNewDevicesFrom": "Od:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Heslo", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/da-DK.json b/apps/webapp/src/i18n/da-DK.json index 6c9cc96b606..fc3b5fc7c79 100644 --- a/apps/webapp/src/i18n/da-DK.json +++ b/apps/webapp/src/i18n/da-DK.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Forbereder…", "backupImportProgressSecondary": "Gendanner historik · {processed} af {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Historik gendannet.", "backupImportVersionErrorHeadline": "Ukompatibel sikkerhedskopi", "backupImportVersionErrorSecondary": "Denne sikkerhedskopi er lavet på en nyere eller uddateret version af {brandName} og kan ikke blive gendannet her.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Forlad", "modalAccountLeaveGuestRoomHeadline": "Forlade gæsterummet?", "modalAccountLeaveGuestRoomMessage": "Samtaleoversigten vil blive slettet. For at beholde det, oprett en konto næste gang.", - "modalAccountLogoutAction": "Log ud", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Ryd Data?", "modalAccountLogoutOption": "Slet alle dine personlige informationer og samtaler på denne enhed.", "modalAccountNewDevicesFrom": "Fra:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Adgangskode", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Noget gik galt", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Alt for mange filer på en gang", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/de-DE.json b/apps/webapp/src/i18n/de-DE.json index c35874364bf..791e7ba2c2c 100644 --- a/apps/webapp/src/i18n/de-DE.json +++ b/apps/webapp/src/i18n/de-DE.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Info zur Unterhaltung schließen", "accessibility.searchInput.cancel": "Eintrag löschen", "accessibility.selfDeletingMessage.timer": "Selbstlöschende Nachricht, Timer läuft ab.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Eintrag löschen", "accountAlreadyExistsModal.changeEmailLink": "E-Mail-Adresse ändern", "accountAlreadyExistsModal.content": "Die Domäne dieser E-Mail gehört zu einem lokalen Backend. Bitte ändern Sie Ihre E-Mail-Adresse in den Einstellungen oder löschen Sie Ihr Benutzerkonto. Wenn Sie Teil eines Teams sind, wenden Sie sich bitte an Ihren Team-Admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Bitte überprüfen Sie Ihre Eingabe und versuchen Sie es erneut", "backupImportProgressHeadline": "Vorbereiten…", "backupImportProgressSecondary": "Gesprächsverlauf wiederherstellen · {processed} von {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Gesprächsverlauf wiederhergestellt.", "backupImportVersionErrorHeadline": "Inkompatibles Backup", "backupImportVersionErrorSecondary": "Diese Backup-Datei wurde von einer anderen Version von {brandName} erstellt und kann deshalb nicht wiederhergestellt werden.", @@ -1274,35 +1276,28 @@ "modalAcknowledgeAction": "OK", "modalAcknowledgeHeadline": "Ein Fehler ist aufgetreten", "modalAppLockForgotGoBackButton": "Zurück", - "modalAppLockForgotMessage": "Auf die gespeicherten Daten auf diesem Gerät kann nur mit dem Kennwort der App-Sperre zugegriffen werden. Wenn Sie Ihr Kennwort vergessen haben, können Sie dieses Gerät zurücksetzen.", - "modalAppLockForgotTitle": "Kennwort der App-Sperre vergessen?", - "modalAppLockForgotWipeCTA": "Diesen Client zurücksetzen", + "modalAppLockForgotMessage": "Sie können auf die auf diesem Gerät gespeicherten Daten kann nur mit Ihrem Kennwort zugreifen.", + "modalAppLockForgotSecondMessage": "Falls Sie Ihr Kennwort vergessen haben, können Sie sich von diesem Konto abmelden und bei der nächsten Anmeldung ein neues Kennwort festlegen.", + "modalAppLockForgotTitle": "Kennwort vergessen?", + "modalAppLockInputPlaceholder": "Kennwort eingeben", "modalAppLockLockedError": "Falsches Kennwort", - "modalAppLockLockedForgotCTA": "Zugang als neues Gerät", + "modalAppLockLockedForgotCTA": "Kennwort vergessen?", "modalAppLockLockedTitle": "Kennwort zum Entsperren von {brandName} eingeben", "modalAppLockLockedUnlockButton": "Entsperren", + "modalAppLockLogoutCancelButton": "Abbrechen", "modalAppLockPasscode": "Kennwort", - "modalAppLockSetupAcceptButton": "Kennwort festlegen", + "modalAppLockSetupAcceptButton": "Kennwort Erstellen", "modalAppLockSetupChangeMessage": "Ihre Organisation muss Ihre App sperren, wenn {brandName} nicht verwendet wird, um die Sicherheit des Teams zu gewährleisten.[br]Erstellen Sie einen Kennwort, um {brandName} zu entsperren. Merken Sie es sich, da es nicht wiederhergestellt werden kann.", "modalAppLockSetupChangeTitle": "Es gab eine Änderung bei {brandName}", "modalAppLockSetupCloseBtn": "Fenster 'Passwort für App-Sperre festlegen?' schließen", "modalAppLockSetupDigit": "Eine Ziffer", "modalAppLockSetupLong": "Mindestens {minPasswordLength} Zeichen lang", "modalAppLockSetupLower": "Ein Kleinbuchstabe", - "modalAppLockSetupMessage": "Die App wird nach einer bestimmten Zeit der Inaktivität gesperrt.[br]Um die App zu entsperren, müssen Sie dieses Kennwort eingeben.[br]Bitte merken Sie es sich unbedingt, da es keine Möglichkeit gibt, es wiederherzustellen.", + "modalAppLockSetupMessage": "Wire wird nach 1 Minute Inaktivität automatisch gesperrt. Um die App wieder zu entsperren, müssen Sie dieses Kennwort eingeben oder die biometrische Authentifizierung verwenden.[br]Merken Sie sich das Kennwort unbedingt, da er nicht wiederhergestellt werden kann.", "modalAppLockSetupSecondPlaceholder": "Kennwort wiederholen", "modalAppLockSetupSpecial": "Ein Sonderzeichen", - "modalAppLockSetupTitle": "Kennwort der App-Sperre festlegen", + "modalAppLockSetupTitle": "Kennwort erstellen", "modalAppLockSetupUppercase": "Ein Großbuchstabe", - "modalAppLockWipeConfirmConfirmButton": "Diesen Client zurücksetzen", - "modalAppLockWipeConfirmGoBackButton": "Zurück", - "modalAppLockWipeConfirmMessage": "Ihr gesamter Gesprächsverlauf wird dauerhaft von diesem Gerät gelöscht. Sie können sich dann erneut anmelden.", - "modalAppLockWipeConfirmTitle": "Soll dieser Client wirklich zurückgesetzt werden?", - "modalAppLockWipePasswordConfirmButton": "Diesen Client zurücksetzen", - "modalAppLockWipePasswordError": "Falsches Passwort", - "modalAppLockWipePasswordGoBackButton": "Zurück", - "modalAppLockWipePasswordPlaceholder": "Passwort", - "modalAppLockWipePasswordTitle": "Bitte Passwort für das {brandName}-Konto eingeben, um diesen Client zurückzusetzen", "modalAssetFileTypeRestrictionHeadline": "Eingeschränkter Dateityp", "modalAssetFileTypeRestrictionMessage": "Der Dateityp von \"{fileName}\" ist nicht erlaubt.", "modalAssetParallelUploadsHeadline": "Zu viele Dateien auf einmal", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "Sie können nicht mit {selfUserName} kommunizieren, da Ihr Gerät das entsprechende Protokoll nicht unterstützt.", "selfNotSupportMLSMsgPart2": ", um zu telefonieren sowie Nachrichten und Dateien zu senden.", "selfProfileImageAlt": "Ihr Profilbild", + "serviceDetailsAuthor": "Erstellt von {author}", + "serviceDetailsDescription": "Beschreibung", "servicesNotEnabledBody": "Um Ihren Workflow mit Apps zu verbessern, muss Ihr Team angepasst werden. Bitte wenden Sie sich an Ihren Team-Admin.", "servicesNotEnabledNoteTitle": "Ihr Team verwendet noch keine Apps", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Reaktion hinzufügen", "videoCallMenuMoreAudioSettings": "Audio-Einstellungen", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/el-CY.json b/apps/webapp/src/i18n/el-CY.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/el-CY.json +++ b/apps/webapp/src/i18n/el-CY.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/el-GR.json b/apps/webapp/src/i18n/el-GR.json index 57059275a17..026e564de64 100644 --- a/apps/webapp/src/i18n/el-GR.json +++ b/apps/webapp/src/i18n/el-GR.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Αποχώρηση", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Αποσύνδεση", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Εκκαθάριση δεδομένων,", "modalAccountLogoutOption": "Διαγράψτε όλα τα προσωπικά σας στοιχεία και συνομιλίες από αυτή την συσκευή.", "modalAccountNewDevicesFrom": "Από:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Κωδικός Πρόσβασης", "modalAcknowledgeAction": "Εντάξει", "modalAcknowledgeHeadline": "Κάτι πήγε στραβά", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Πάρα πολλά αρχεία ταυτόχρονα", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/es-ES.json b/apps/webapp/src/i18n/es-ES.json index ff9553f385d..9bb37609533 100644 --- a/apps/webapp/src/i18n/es-ES.json +++ b/apps/webapp/src/i18n/es-ES.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparando…", "backupImportProgressSecondary": "Restaurando la copia de seguridad. {processed} de {total} - {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Historia restaurada.", "backupImportVersionErrorHeadline": "Copia de seguridad incompatible", "backupImportVersionErrorSecondary": "Esta copia de seguridad fue creada por una versión antigua o más reciente de {brandName} y no se puede restaurar aquí.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Abandonar", "modalAccountLeaveGuestRoomHeadline": "¿Abandonar la sala de invitados?", "modalAccountLeaveGuestRoomMessage": "El historial de conversacion será eliminado. Para guardarlo, cree una cuenta la próxima vez.", - "modalAccountLogoutAction": "Cerrar sesión", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "¿Borrar los Datos?", "modalAccountLogoutOption": "Borrar todos sus datos personales y las conversaciones en este dispositivo.", "modalAccountNewDevicesFrom": "Desde:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Contraseña", "modalAcknowledgeAction": "OK", "modalAcknowledgeHeadline": "Algo salió mal", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Demasiados archivos a la vez", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/et-EE.json b/apps/webapp/src/i18n/et-EE.json index d7c29588aeb..33d2ee68a02 100644 --- a/apps/webapp/src/i18n/et-EE.json +++ b/apps/webapp/src/i18n/et-EE.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Ettevalmistamine…", "backupImportProgressSecondary": "Taastan ajalugu · {processed} / {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Ajalugu taastatud.", "backupImportVersionErrorHeadline": "Ühildumatu varundus", "backupImportVersionErrorSecondary": "See varundus loodi uuema või aegunud Wire’i versiooni kaudu ja seda ei saa siin taastada.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Lahku", "modalAccountLeaveGuestRoomHeadline": "Lahkud külalistetoast?", "modalAccountLeaveGuestRoomMessage": "Vestlusajalugu kustutatakse. Selle säilitamiseks loo järgmine kord konto.", - "modalAccountLogoutAction": "Logi välja", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Tühjendad andmed?", "modalAccountLogoutOption": "Kustuta kõik isikuandmed ja vestlused sellest seadmest.", "modalAccountNewDevicesFrom": "Kohast:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Parool", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Midagi läks valesti", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Liiga palju faile korraga", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/fa-IR.json b/apps/webapp/src/i18n/fa-IR.json index 71f66279770..b7586c2f7cf 100644 --- a/apps/webapp/src/i18n/fa-IR.json +++ b/apps/webapp/src/i18n/fa-IR.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "ترک کردن", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "خروج", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "پاک کردن داده‌ها؟", "modalAccountLogoutOption": "حذف تمام اطلاعات شخصی و مکالمات خود از روی این دستگاه.", "modalAccountNewDevicesFrom": "از:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "پسورد", "modalAcknowledgeAction": "باشه", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/fi-FI.json b/apps/webapp/src/i18n/fi-FI.json index d4935bdc067..654fcefb3f2 100644 --- a/apps/webapp/src/i18n/fi-FI.json +++ b/apps/webapp/src/i18n/fi-FI.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Valmistellaan…", "backupImportProgressSecondary": "Palautetaan historiaa · {processed} / {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Historia palautettu.", "backupImportVersionErrorHeadline": "Epäyhteensopiva varmuuskopio", "backupImportVersionErrorSecondary": "Varmuuskopio on luotu uudemmalla tai vanhentuneella {brandName}:llä ja sitä ei voida palauttaa.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Poistu", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Kirjaudu ulos", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Tyhjennä tiedot?", "modalAccountLogoutOption": "Poista kaikki henkilökohtaiset tiedot ja keskustelut tästä laitteesta.", "modalAccountNewDevicesFrom": "Laite:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Salasana", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/fr-FR.json b/apps/webapp/src/i18n/fr-FR.json index 7ad40d25b0d..ebe063debc0 100644 --- a/apps/webapp/src/i18n/fr-FR.json +++ b/apps/webapp/src/i18n/fr-FR.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "En préparation…", "backupImportProgressSecondary": "Restauration en cours · {processed} sur {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "L’historique a été restauré.", "backupImportVersionErrorHeadline": "Sauvegarde incompatible", "backupImportVersionErrorSecondary": "Cette sauvegarde a été créée par une version plus récente ou expirée de {brandName} et ne peut pas être restaurée ici.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Quitter", "modalAccountLeaveGuestRoomHeadline": "Quitter la conversation ?", "modalAccountLeaveGuestRoomMessage": "L’historique de la conversation sera supprimé. Pour le conserver, créez un compte la prochaine fois.", - "modalAccountLogoutAction": "Se déconnecter", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Supprimer les données ?", "modalAccountLogoutOption": "Supprime toutes vos informations personnelles et conversations de cet appareil.", "modalAccountNewDevicesFrom": "Depuis :", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Mot de passe", "modalAcknowledgeAction": "OK", "modalAcknowledgeHeadline": "Une erreur est survenue", - "modalAppLockForgotGoBackButton": "Retour", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Réinitialiser ce client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Accéder en tant que nouvel appareil", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Entrez le code d'accès pour déverrouiller {brandName}", "modalAppLockLockedUnlockButton": "Déverrouiller", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Code d'accès", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Votre organisation a besoin de verrouiller votre application lorsque {brandName} n'est pas utilisé pour s'assurer de la sécurité de l'équipe.[br]Créez un mot de passe pour déverrouiller {brandName}. Soyez sûr de vous en souvenir, car il ne peut pas être récupéré.", "modalAppLockSetupChangeTitle": "Il y a eu un changement à {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "Un chiffre", "modalAppLockSetupLong": "Au moins {minPasswordLength} caractères", "modalAppLockSetupLower": "Une lettre minuscule", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "Un caractère spécial", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "Une lettre majuscule", - "modalAppLockWipeConfirmConfirmButton": "Réinitialiser ce client", - "modalAppLockWipeConfirmGoBackButton": "Retour", - "modalAppLockWipeConfirmMessage": "L’historique de toutes vos conversations va être définitivement supprimé de cet appareil. Vous pourrez alors vous reconnecter.", - "modalAppLockWipeConfirmTitle": "Voulez-vous vraiment réinitialiser ce client ?", - "modalAppLockWipePasswordConfirmButton": "Réinitialiser ce client", - "modalAppLockWipePasswordError": "Mot de passe incorrect", - "modalAppLockWipePasswordGoBackButton": "Retour", - "modalAppLockWipePasswordPlaceholder": "Mot de passe", - "modalAppLockWipePasswordTitle": "Entrez le mot de passe de votre compte {brandName} pour réinitialiser ce client", "modalAssetFileTypeRestrictionHeadline": "Type de fichier incompatible", "modalAssetFileTypeRestrictionMessage": "Ce type de fichier \"{fileName}\" n'est pas autorisé.", "modalAssetParallelUploadsHeadline": "Trop de fichiers à la fois", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/ga-IE.json b/apps/webapp/src/i18n/ga-IE.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/ga-IE.json +++ b/apps/webapp/src/i18n/ga-IE.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/he-IL.json b/apps/webapp/src/i18n/he-IL.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/he-IL.json +++ b/apps/webapp/src/i18n/he-IL.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/hi-IN.json b/apps/webapp/src/i18n/hi-IN.json index 302331f5447..d8b78400182 100644 --- a/apps/webapp/src/i18n/hi-IN.json +++ b/apps/webapp/src/i18n/hi-IN.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "लॉग आउट करें", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "इस यंत्र पर आपके सभी व्यक्तिगत जानकारी और बातचीत को हटाएं।", "modalAccountNewDevicesFrom": "से:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/hr-HR.json b/apps/webapp/src/i18n/hr-HR.json index 6df579b53c6..7db5d8e94e3 100644 --- a/apps/webapp/src/i18n/hr-HR.json +++ b/apps/webapp/src/i18n/hr-HR.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Priprema…", "backupImportProgressSecondary": "Vraćanje povijesti · {processed} od {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Povijest vraćena.", "backupImportVersionErrorHeadline": "Ne kompatibilna sigurnosna kopija", "backupImportVersionErrorSecondary": "Ova sigurnosna kopija je izrađena od novije ili starije verzije {brandName}-a i kao takva nemože se vratiti ovdje.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Izađi", "modalAccountLeaveGuestRoomHeadline": "Napusti sobu za goste?", "modalAccountLeaveGuestRoomMessage": "Povijest razgovora će biti izbrisana. Da bi ste je sačuvali, stvorite račun idući put.", - "modalAccountLogoutAction": "Odjava", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Obriši podatke?", "modalAccountLogoutOption": "Izbriši sve osobne informacije i razgovore na ovom uređaju.", "modalAccountNewDevicesFrom": "Šalje:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Lozinka", "modalAcknowledgeAction": "U redu", "modalAcknowledgeHeadline": "Nešto je pošlo po zlu", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Previše datoteka odjednom", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/hu-HU.json b/apps/webapp/src/i18n/hu-HU.json index eb1b05612aa..c9b48bcb251 100644 --- a/apps/webapp/src/i18n/hu-HU.json +++ b/apps/webapp/src/i18n/hu-HU.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Előkészítés…", "backupImportProgressSecondary": "Visszaállítás folyamatban · {processed} / {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Az előzmények visszaállítva.", "backupImportVersionErrorHeadline": "A mentés nem kompatibilis", "backupImportVersionErrorSecondary": "Ez a mentés egy újabb vagy elavultabb {brandName} verzióval készült és nem lehet itt visszaállítani.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Kilépés", "modalAccountLeaveGuestRoomHeadline": "Elhagyod a vendégszobát?", "modalAccountLeaveGuestRoomMessage": "A beszélgetés előzményei törlődnek. Ha meg szeretnéd tartani, inkább legközelebb hozz létre egy fiókot.", - "modalAccountLogoutAction": "Kijelentkezés", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Adatok törlése?", "modalAccountLogoutOption": "Ez törli az összes személyes adatodat és beszélgetéseidet erről az eszközről.", "modalAccountNewDevicesFrom": "Eszköz:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Jelszó", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Valami nem stimmel", - "modalAppLockForgotGoBackButton": "Vissza", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Feloldás", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Vissza", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Hibás jelszó", - "modalAppLockWipePasswordGoBackButton": "Vissza", - "modalAppLockWipePasswordPlaceholder": "Jelszó", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Korlátozott fájltípus", "modalAssetFileTypeRestrictionMessage": "A (z) \"{fileName}\" fájltípus nem engedélyezett.", "modalAssetParallelUploadsHeadline": "Egyszerre ez túl sok fájl", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/id-ID.json b/apps/webapp/src/i18n/id-ID.json index 1d7db512152..ea47851e377 100644 --- a/apps/webapp/src/i18n/id-ID.json +++ b/apps/webapp/src/i18n/id-ID.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Keluar", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Keluar", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Hapus Data?", "modalAccountLogoutOption": "Hapus seluruh informasi personal dan percakapan pada perangkat ini.", "modalAccountNewDevicesFrom": "Dari:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Kata sandi", "modalAcknowledgeAction": "Oke", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/is-IS.json b/apps/webapp/src/i18n/is-IS.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/is-IS.json +++ b/apps/webapp/src/i18n/is-IS.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/it-IT.json b/apps/webapp/src/i18n/it-IT.json index dc881b09574..007b7532e82 100644 --- a/apps/webapp/src/i18n/it-IT.json +++ b/apps/webapp/src/i18n/it-IT.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Abbandona", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Logout", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Cancella dati?", "modalAccountLogoutOption": "Elimina tutti i tuoi dati personali e le conversazioni su questo dispositivo.", "modalAccountNewDevicesFrom": "Da:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Qualcosa è andato storto", - "modalAppLockForgotGoBackButton": "Torna indietro", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Sblocca", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Torna indietro", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Password errata", - "modalAppLockWipePasswordGoBackButton": "Torna indietro", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/ja-JP.json b/apps/webapp/src/i18n/ja-JP.json index d2856211d38..8050fe8fdc6 100644 --- a/apps/webapp/src/i18n/ja-JP.json +++ b/apps/webapp/src/i18n/ja-JP.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "準備中…", "backupImportProgressSecondary": "履歴復元中 · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "履歴がリストアされました。", "backupImportVersionErrorHeadline": "互換性のないバックアップ", "backupImportVersionErrorSecondary": "このバックアップデータは、新しいまたは古すぎる {brandName} で作成されたため、リストアできません。", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "退室", "modalAccountLeaveGuestRoomHeadline": "ゲストルームを退出しますか?", "modalAccountLeaveGuestRoomMessage": "会話履歴は削除されます。会話履歴を保存するには、次回アカウントを作成してください。", - "modalAccountLogoutAction": "ログアウト", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "データを削除しますか?", "modalAccountLogoutOption": "あなたのすべての個人情報とこのデバイスの会話を消去する。", "modalAccountNewDevicesFrom": "差出人", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "パスワード", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "何か問題があります", - "modalAppLockForgotGoBackButton": "戻る", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "このクライアントをリセットします", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "ロックを解除", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "このクライアントをリセットします", - "modalAppLockWipeConfirmGoBackButton": "戻る", - "modalAppLockWipeConfirmMessage": "すべての会話履歴がこのクライアントから完全に削除されます。その後、再度ログインできます。", - "modalAppLockWipeConfirmTitle": "このクライアントをリセットしてもよろしいですか?", - "modalAppLockWipePasswordConfirmButton": "このクライアントをリセットします", - "modalAppLockWipePasswordError": "パスワードが間違っています", - "modalAppLockWipePasswordGoBackButton": "戻る", - "modalAppLockWipePasswordPlaceholder": "パスワード", - "modalAppLockWipePasswordTitle": "このクライアントをリセットするための {brandName} アカウントのパスワードを入力してください", "modalAssetFileTypeRestrictionHeadline": "制限されたファイルタイプ", "modalAssetFileTypeRestrictionMessage": "ファイルタイプ \"{fileName}\" は許可されていません。", "modalAssetParallelUploadsHeadline": "1回のファイル数が多すぎます", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/lb-LU.json b/apps/webapp/src/i18n/lb-LU.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/lb-LU.json +++ b/apps/webapp/src/i18n/lb-LU.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/lt-LT.json b/apps/webapp/src/i18n/lt-LT.json index 640449900ef..88ed8aadb91 100644 --- a/apps/webapp/src/i18n/lt-LT.json +++ b/apps/webapp/src/i18n/lt-LT.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Ruošiama…", "backupImportProgressSecondary": "Atkuriama praeitis · {processed} iš {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Praeitis atkurta.", "backupImportVersionErrorHeadline": "Nesuderinama atsarginė kopija", "backupImportVersionErrorSecondary": "Ši atsarginė kopija buvo sukurta naudojant arba naujesnę arba senesnę „{brandName}“ versiją, ir negali būti naudojama atkūrimui.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Išeiti", "modalAccountLeaveGuestRoomHeadline": "Išeiti iš svečių kambario?", "modalAccountLeaveGuestRoomMessage": "Bendravimo praeitis bus ištrinta. Norėdami išsaugoti, kitą kartą susikurkite paskyrą.", - "modalAccountLogoutAction": "Atsijungti", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Išvalyti duomenis?", "modalAccountLogoutOption": "Ištrinti visą jūsų asmeninę informaciją ir pokalbius šiame įrenginyje.", "modalAccountNewDevicesFrom": "Iš:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Slaptažodis", "modalAcknowledgeAction": "Gerai", "modalAcknowledgeHeadline": "Kažkas nutiko", - "modalAppLockForgotGoBackButton": "Grįžti", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Atrakinti", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Grįžti", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Neteisingas slaptažodis", - "modalAppLockWipePasswordGoBackButton": "Grįžti", - "modalAppLockWipePasswordPlaceholder": "Slaptažodis", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Per daug failų vienu metu", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/lv-LV.json b/apps/webapp/src/i18n/lv-LV.json index 64e4897b906..82a52e47bc3 100644 --- a/apps/webapp/src/i18n/lv-LV.json +++ b/apps/webapp/src/i18n/lv-LV.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Iziet", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Izžurnalēties", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Dzēst datus?", "modalAccountLogoutOption": "Dzēst visu personīgo informāciju un sarunas no šīs ierīces.", "modalAccountNewDevicesFrom": "No:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Parole", "modalAcknowledgeAction": "Labi", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/me-ME.json b/apps/webapp/src/i18n/me-ME.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/me-ME.json +++ b/apps/webapp/src/i18n/me-ME.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/mk-MK.json b/apps/webapp/src/i18n/mk-MK.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/mk-MK.json +++ b/apps/webapp/src/i18n/mk-MK.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/ms-MY.json b/apps/webapp/src/i18n/ms-MY.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/ms-MY.json +++ b/apps/webapp/src/i18n/ms-MY.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/mt-MT.json b/apps/webapp/src/i18n/mt-MT.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/mt-MT.json +++ b/apps/webapp/src/i18n/mt-MT.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/nl-NL.json b/apps/webapp/src/i18n/nl-NL.json index e80fb109811..fb087920a65 100644 --- a/apps/webapp/src/i18n/nl-NL.json +++ b/apps/webapp/src/i18n/nl-NL.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Verlaten", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Uitloggen", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Gegevens wissen?", "modalAccountLogoutOption": "Verwijder al je persoonlijke gegevens en gesprekken op dit apparaat.", "modalAccountNewDevicesFrom": "Van:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Wachtwoord", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/no-NO.json b/apps/webapp/src/i18n/no-NO.json index 466a004fda2..b718003e514 100644 --- a/apps/webapp/src/i18n/no-NO.json +++ b/apps/webapp/src/i18n/no-NO.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Forlat", "modalAccountLeaveGuestRoomHeadline": "Forlat gjesterommet?", "modalAccountLeaveGuestRoomMessage": "Samtalelogg vil slettes. For å beholde den, opprett en konto neste gang.", - "modalAccountLogoutAction": "Logg ut", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Slett data?", "modalAccountLogoutOption": "Slett all personlig informasjon og samtaler på denne enheten.", "modalAccountNewDevicesFrom": "Fra:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Passord", "modalAcknowledgeAction": "OK", "modalAcknowledgeHeadline": "Noe gikk galt", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "For mange filer på en gang", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/pl-PL.json b/apps/webapp/src/i18n/pl-PL.json index f2e4d283da3..5e0ccdc45a0 100644 --- a/apps/webapp/src/i18n/pl-PL.json +++ b/apps/webapp/src/i18n/pl-PL.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Opuść", "modalAccountLeaveGuestRoomHeadline": "Opuść pokój gości.", "modalAccountLeaveGuestRoomMessage": "Historia konwersacji zostanie usunięta. Żeby ją zatrzymać, następnym razem utwórz konto.", - "modalAccountLogoutAction": "Wyloguj się", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Usunąć dane?", "modalAccountLogoutOption": "Usuń wszystkie informacje osobiste i historię rozmów na tym urządzeniu.", "modalAccountNewDevicesFrom": "Z:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Hasło", "modalAcknowledgeAction": "OK", "modalAcknowledgeHeadline": "Coś poszło nie tak", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Za dużo plików naraz", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/pt-BR.json b/apps/webapp/src/i18n/pt-BR.json index 7aba3bf6252..c14850c7841 100644 --- a/apps/webapp/src/i18n/pt-BR.json +++ b/apps/webapp/src/i18n/pt-BR.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Fechar informações da conversa", "accessibility.searchInput.cancel": "Excluir entrada", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Excluir entrada", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparando…", "backupImportProgressSecondary": "Restaurando histórico · {processed} de {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Histórico restaurado.", "backupImportVersionErrorHeadline": "Backup incompatível", "backupImportVersionErrorSecondary": "Este backup foi criado por uma versão mais recente ou desatualizada do {brandName} e não pode ser restaurado aqui.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Sair", "modalAccountLeaveGuestRoomHeadline": "Sair da sala de convidados?", "modalAccountLeaveGuestRoomMessage": "Histórico da conversa será deletada. Para continuar, crie uma conta na próxima vez.", - "modalAccountLogoutAction": "Encerrar sessão", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Limpar dados?", "modalAccountLogoutOption": "Excluir todas as informações pessoais e conversas neste dispositivo.", "modalAccountNewDevicesFrom": "De:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Senha", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Algo deu errado", - "modalAppLockForgotGoBackButton": "Voltar", - "modalAppLockForgotMessage": "Os dados armazenados neste dispositivo só podem ser acessados com a senha de bloqueio do aplicativo. Caso tenha esquecido sua senha, você pode redefinir este cliente.", - "modalAppLockForgotTitle": "Esqueceu a senha de bloqueio do aplicativo?", - "modalAppLockForgotWipeCTA": "Redefina este cliente", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Senha de bloqueio incorreta", - "modalAppLockLockedForgotCTA": "Acesso como novo dispositivo", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Digite o código de acesso para desbloquear o {brandName}", "modalAppLockLockedUnlockButton": "Desbloquear", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Código de acesso", - "modalAppLockSetupAcceptButton": "Definir senha de bloqueio", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Sua organização precisa bloquear seu aplicativo quando o {brandName} não estiver em uso para manter a equipe segura.[br]Crie uma senha de bloqueio para desbloquear o {brandName}. Por favor, não a esqueça, pois não poderá ser recuperada.", "modalAppLockSetupChangeTitle": "Houve uma mudança no {brandName}", "modalAppLockSetupCloseBtn": "Fechar a janela 'Definir senha de bloqueio do aplicativo'?", "modalAppLockSetupDigit": "Um dígito", "modalAppLockSetupLong": "Pelo menos {minPasswordLength} caracteres de comprimento", "modalAppLockSetupLower": "Uma letra minúscula", - "modalAppLockSetupMessage": "O aplicativo será bloqueado após um certo tempo de inatividade.[br]Para desbloquear, você precisa inserir esta senha de bloqueio.[br]Certifique-se de lembrar esta credencial, pois não há como recuperá-la.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repita a senha de bloqueio", "modalAppLockSetupSpecial": "Um caractere especial", - "modalAppLockSetupTitle": "Definir a senha de bloqueio do aplicativo", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "Uma letra maiúscula", - "modalAppLockWipeConfirmConfirmButton": "Redefinir este cliente", - "modalAppLockWipeConfirmGoBackButton": "Voltar", - "modalAppLockWipeConfirmMessage": "Todo o seu histórico de conversas será excluído permanentemente deste cliente. Você pode então iniciar sessão novamente.", - "modalAppLockWipeConfirmTitle": "Você realmente deseja redefinir este cliente?", - "modalAppLockWipePasswordConfirmButton": "Redefinir este cliente", - "modalAppLockWipePasswordError": "Senha incorreta", - "modalAppLockWipePasswordGoBackButton": "Voltar", - "modalAppLockWipePasswordPlaceholder": "Senha", - "modalAppLockWipePasswordTitle": "Digite a senha da sua conta {brandName} para redefinir este cliente", "modalAssetFileTypeRestrictionHeadline": "Tipo de arquivo restrito", "modalAssetFileTypeRestrictionMessage": "O tipo de arquivo \"{fileName}\" não é permitido.", "modalAssetParallelUploadsHeadline": "Muitos arquivos de uma só vez", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Sua foto de perfil", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/pt-PT.json b/apps/webapp/src/i18n/pt-PT.json index cfb2683d24b..a2eaf29681a 100644 --- a/apps/webapp/src/i18n/pt-PT.json +++ b/apps/webapp/src/i18n/pt-PT.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Sair", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Terminar sessão", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Limpar Dados?", "modalAccountLogoutOption": "Eliminar a sua informação pessoal e conversas neste dispositivo.", "modalAccountNewDevicesFrom": "De:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Senha", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/ro-RO.json b/apps/webapp/src/i18n/ro-RO.json index ddeb3e99cb7..dde942cd44c 100644 --- a/apps/webapp/src/i18n/ro-RO.json +++ b/apps/webapp/src/i18n/ro-RO.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Ieși", "modalAccountLeaveGuestRoomHeadline": "Ieși din camera de oaspeți?", "modalAccountLeaveGuestRoomMessage": "Istoricul conversațiilor va fi șters. Poți păstra istoricul doar prin crearea unui cont.", - "modalAccountLogoutAction": "Deconectare", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Curăță datele?", "modalAccountLogoutOption": "Șterge toate informațiile personale și conversațiile de pe acest dispozitiv.", "modalAccountNewDevicesFrom": "De la:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Parolă", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Ceva nu a mers bine", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Prea multe fișiere de încărcat", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/ru-RU.json b/apps/webapp/src/i18n/ru-RU.json index dba0f47daa0..c702a11b9e9 100644 --- a/apps/webapp/src/i18n/ru-RU.json +++ b/apps/webapp/src/i18n/ru-RU.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Закрыть информацию о беседе", "accessibility.searchInput.cancel": "Удалить запись", "accessibility.selfDeletingMessage.timer": "Самоудаляющееся сообщение, таймер ведет обратный отсчет.", + "accessibility.unreadMessagesSeparator": "Следующие сообщения не прочитаны", "accessibility.userProfileDeleteEntry": "Удалить запись", "accountAlreadyExistsModal.changeEmailLink": "Изменить свой адрес email", "accountAlreadyExistsModal.content": "Домен этого email принадлежит локальному бэкенду. Пожалуйста, измените свой email в настройках аккаунта или удалите аккаунт. Если вы являетесь частью команды, обратитесь к администратору команды.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Пожалуйста, проверьте введенные данные и повторите попытку", "backupImportProgressHeadline": "Подготовка…", "backupImportProgressSecondary": "Восстановление истории · {processed} из {total} — {progress}%", + "backupImportRestoreHistory": "Восстановить историю", "backupImportSuccessHeadline": "История восстановлена.", "backupImportVersionErrorHeadline": "Несовместимая резервная копия", "backupImportVersionErrorSecondary": "Эта резервная копия была создана в более новой или устаревшей версии {brandName} и не может быть восстановлена.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Покинуть", "modalAccountLeaveGuestRoomHeadline": "Покинуть гостевую комнату?", "modalAccountLeaveGuestRoomMessage": "История беседы будет удалена. В следующий раз создайте учетную запись, если хотите чтобы она сохранялась.", - "modalAccountLogoutAction": "Выход", + "modalAccountLogoutAction": "Выйти", "modalAccountLogoutHeadline": "Очистить данные?", "modalAccountLogoutOption": "Удалить всю личную информацию и беседы на этом устройстве.", "modalAccountNewDevicesFrom": "На:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Пароль", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Что-то пошло не так", - "modalAppLockForgotGoBackButton": "Вернуться", - "modalAppLockForgotMessage": "Доступ к данным, хранящимся на этом устройстве, возможен только с помощью кода доступа. Если вы забыли свой код доступа, вы можете сбросить настройки этого приложения.", - "modalAppLockForgotTitle": "Забыли код доступа к приложению?", - "modalAppLockForgotWipeCTA": "Сбросить этого клиента", + "modalAppLockForgotGoBackButton": "Назад", + "modalAppLockForgotMessage": "Доступ к данным, хранящимся на этом устройстве, возможен только с помощью вашего кода блокировки приложения.", + "modalAppLockForgotSecondMessage": "Если вы забыли пароль, вы можете выйти из этого аккаунта и установить новый пароль при следующей авторизации.", + "modalAppLockForgotTitle": "Забыли пароль?", + "modalAppLockInputPlaceholder": "Введите код доступа", "modalAppLockLockedError": "Неверный код доступа", - "modalAppLockLockedForgotCTA": "Доступ как новое устройство", + "modalAppLockLockedForgotCTA": "Забыли код доступа? ", "modalAppLockLockedTitle": "Введите код доступа для разблокировки {brandName}", "modalAppLockLockedUnlockButton": "Разблокировать", + "modalAppLockLogoutCancelButton": "Отмена", "modalAppLockPasscode": "Код доступа", - "modalAppLockSetupAcceptButton": "Установить код доступа", + "modalAppLockSetupAcceptButton": "Создать кода доступа", "modalAppLockSetupChangeMessage": "Для обеспечения безопасности команды ваша организация требует блокировки приложения, если {brandName} не используется.[br]Создайте код доступа для разблокировки {brandName}. Пожалуйста, запомните его, так как он не может быть восстановлен.", "modalAppLockSetupChangeTitle": "В {brandName} произошло изменение", "modalAppLockSetupCloseBtn": "Закрыть окно 'Установить код доступа к приложению?'", "modalAppLockSetupDigit": "Цифра", "modalAppLockSetupLong": "Не менее {minPasswordLength} символов", "modalAppLockSetupLower": "Строчная буква", - "modalAppLockSetupMessage": "Приложение будет заблокировано спустя определенное время неактивности.[br]Для его разблокировки, вам понадобится ввести код доступа.[br]Убедитесь, что вы запомнили этот код, так как способа его восстановления не существует.", + "modalAppLockSetupMessage": "Приложение Wire блокируется через 1 минуту бездействия. Для разблокировки необходимо ввести этот код доступа или воспользоваться биометрической аутентификацией.[br]Обязательно запомните этот код доступа, поскольку восстановить его невозможно.", "modalAppLockSetupSecondPlaceholder": "Повторить код доступа", "modalAppLockSetupSpecial": "Специальный символ", - "modalAppLockSetupTitle": "Установить код доступа к приложению", + "modalAppLockSetupTitle": "Создать код доступа", "modalAppLockSetupUppercase": "Заглавная буква", - "modalAppLockWipeConfirmConfirmButton": "Сбросить этого клиента", - "modalAppLockWipeConfirmGoBackButton": "Вернуться", - "modalAppLockWipeConfirmMessage": "Вся история бесед будет навсегда удалена из этого клиента. После этого вы можете войти в систему еще раз.", - "modalAppLockWipeConfirmTitle": "Вы действительно хотите удалить этого клиента?", - "modalAppLockWipePasswordConfirmButton": "Сбросить этого клиента", - "modalAppLockWipePasswordError": "Неправильный пароль", - "modalAppLockWipePasswordGoBackButton": "Вернуться", - "modalAppLockWipePasswordPlaceholder": "Пароль", - "modalAppLockWipePasswordTitle": "Введите ваш пароль учетной записи {brandName}, чтобы сбросить этого клиента", "modalAssetFileTypeRestrictionHeadline": "Запрещенный тип файла", "modalAssetFileTypeRestrictionMessage": "Тип файла \"{fileName}\" не допускается.", "modalAssetParallelUploadsHeadline": "Слишком много файлов одновременно", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "Вы не можете общаться с {selfUserName}, поскольку ваше устройство не поддерживает необходимый протокол.", "selfNotSupportMLSMsgPart2": "звонить, отправлять сообщения и файлы.", "selfProfileImageAlt": "Ваше изображение профиля", + "serviceDetailsAuthor": "Создано {author}", + "serviceDetailsDescription": "Описание", "servicesNotEnabledBody": "Для улучшения рабочего процесса с приложениями, вашей команде требуется настройка. Пожалуйста, свяжитесь с администратором вашей команды.", "servicesNotEnabledNoteTitle": "Ваша команда еще не использует приложения", "servicesOptionsTitle": "Приложения", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Виртуальные фоны", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Фон", + "videoCallBackgroundsPerformancePanel": "Панель производительности", + "videoCallBackgroundsPerformancePanelClose": "Закрыть панель производительности", "videoCallMenuMoreAddReaction": "Добавить реакцию", "videoCallMenuMoreAudioSettings": "Настройки звука", "videoCallMenuMoreCameraSettings": "Настройки камеры", diff --git a/apps/webapp/src/i18n/si-LK.json b/apps/webapp/src/i18n/si-LK.json index 91d6aa2f39a..231c99d0ecd 100644 --- a/apps/webapp/src/i18n/si-LK.json +++ b/apps/webapp/src/i18n/si-LK.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "සංවාදයේ තොරතුරු වසන්න", "accessibility.searchInput.cancel": "නිවේශිතය මකන්න", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "නිවේශිතය මකන්න", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "ආදානය පරීක්‍ෂා කර යළි උත්සාහ කරන්න", "backupImportProgressHeadline": "සූදානම් වෙමින්...", "backupImportProgressSecondary": "ඉතිහාසය ප්‍රත්‍යර්පණය වෙමින් · {total} න් {processed} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "ඉතිහාසය ප්‍රත්‍යර්පණය විය.", "backupImportVersionErrorHeadline": "නොගැළපෙන උපස්ථයකි", "backupImportVersionErrorSecondary": "නව හෝ යල් පැන ගිය {brandName} අනුවාදයකින් මෙම උපස්ථය සාදා තිබෙන හෙයින් මෙහි ප්‍රත්‍යර්පණයට නොහැකිය.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "හැරයන්න", "modalAccountLeaveGuestRoomHeadline": "අමුත්තන්ගේ කාමරය හැරයනවා ද?", "modalAccountLeaveGuestRoomMessage": "සංවාද ඉතිහාසය මකා දැමෙනු ඇත. තබා ගැනීමට නම්, ඊළඟ වතාවේ දී ගිණුමක් සාදන්න.", - "modalAccountLogoutAction": "නික්මෙන්න", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "දත්ත හිස් කරන්නද?", "modalAccountLogoutOption": "මෙම උපාංගයේ ඔබගේ සියළුම පෞද්. තොරතුරු හා සංවාද මකන්න.", "modalAccountNewDevicesFrom": "වෙතින්:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "මුරපදය", "modalAcknowledgeAction": "හරි", "modalAcknowledgeHeadline": "යමක් වැරදී ඇත", - "modalAppLockForgotGoBackButton": "ආපසු යන්න", - "modalAppLockForgotMessage": "ඔබගේ යෙදුම අගුළු දමන මුර කේතයෙන් පමණක් මෙම උපාංගයේ ගබඩා කර ඇති දත්ත වෙත ප්‍රවේශ වීමට හැකිය. මුරකේතය අමතක වී ඇත්නම්, මෙම යෙදුම යළි සැකසීමට හැකිය.", - "modalAppLockForgotTitle": "යෙදුමේ මුරකේතය අමතකද?", - "modalAppLockForgotWipeCTA": "අනුග්‍රාහකය නැවත සකසන්න", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "වැරදි මුරකේතයකි", - "modalAppLockLockedForgotCTA": "නව උපාංගයක් ලෙස ප්‍රවේශ වන්න", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "{brandName} අගුළු හැරීමට මුරකේතය යොදන්න", "modalAppLockLockedUnlockButton": "අනවහිර", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "මුරකේතය", - "modalAppLockSetupAcceptButton": "මුරකේතය සකසන්න", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "ඔබගේ සංවිධානයට කණ්ඩායම ආරක්‍ෂිතව තබා ගැනීමට {brandName} භාවිතයේ නැති විට ඔබගේ යෙදුමට අගුළු වැටීම අපේක්‍ෂා කරයි.[br]{brandName} අගුළු හැරීමට මුරපදයක් සාදන්න. එය අප්‍රතිවර්ත්‍ය බැවින් මතක තබා ගන්න.", "modalAppLockSetupChangeTitle": "{brandName} හි වෙනස් වීමක් ඇත", "modalAppLockSetupCloseBtn": "කවුළුව වසන්න, යෙදුමට අගුලක් සකසන්නද?", "modalAppLockSetupDigit": "අංකයක්", "modalAppLockSetupLong": "අවම දිග අකුරු {minPasswordLength} යි", "modalAppLockSetupLower": "කුඩා අකුරක්", - "modalAppLockSetupMessage": "නිශ්චිත නිෂ්ක්‍රියත්‍වයකින් පසුව යෙදුමට අගුළු වැටෙනු ඇත.[br]යෙදුම අගුළු හැරීමට මෙම මුරකේතය යෙදීමට සිදු වේ.[br]මෙය ප්‍රතිසාධනයට ක්‍රමයක් නැති බැවින් මතක තබා ගැනීමට වග බලා ගන්න.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "මුරකේතය නැවතත්", "modalAppLockSetupSpecial": "විශේෂ අකුරක්", - "modalAppLockSetupTitle": "යෙදුමට අගුලක් සකසන්න", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "ලොකු අකුරක්", - "modalAppLockWipeConfirmConfirmButton": "අනුග්‍රාහකය යළි සකසන්න", - "modalAppLockWipeConfirmGoBackButton": "ආපසු යන්න", - "modalAppLockWipeConfirmMessage": "ඔබගේ සියළුම සංවාදවල ඉතිහාසය මෙම අනුග්‍රාහකයෙන් සදහටම මකා දැමෙනු ඇත. ඉන්පසු ඔබට නැවත පිවිසීමට හැකිය.", - "modalAppLockWipeConfirmTitle": "ඔබට මෙම අනුග්‍රාහකය යළි සැකසීමට වුවමනාද?", - "modalAppLockWipePasswordConfirmButton": "අනුග්‍රාහකය යළි සකසන්න", - "modalAppLockWipePasswordError": "වැරදි මුරපදයකි", - "modalAppLockWipePasswordGoBackButton": "ආපසු යන්න", - "modalAppLockWipePasswordPlaceholder": "මුරපදය", - "modalAppLockWipePasswordTitle": "අනුග්‍රාහකය නැවත සැකසීමට ඔබගේ {brandName} ගිණුමේ මුරපදය ඇතුල් කරන්න", "modalAssetFileTypeRestrictionHeadline": "සීමා කළ ගොනු වර්ගයකි", "modalAssetFileTypeRestrictionMessage": "\"{FileName}\" ගොනු වර්ගයට ඉඩ නොදේ.", "modalAssetParallelUploadsHeadline": "එකවර ගොනු බොහොමයකි", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "ඔබගේ පැතිකඩ රූපය", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/sk-SK.json b/apps/webapp/src/i18n/sk-SK.json index 8ae2556fba2..24b276584ef 100644 --- a/apps/webapp/src/i18n/sk-SK.json +++ b/apps/webapp/src/i18n/sk-SK.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Opustiť", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Odhlásenie", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Vymazať údaje?", "modalAccountLogoutOption": "Odstrániť všetky vaše osobné údaje a rozhovory na tomto zariadení.", "modalAccountNewDevicesFrom": "Od:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Heslo", "modalAcknowledgeAction": "OK", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/sl-SI.json b/apps/webapp/src/i18n/sl-SI.json index 911a43983cd..0a851cb9b99 100644 --- a/apps/webapp/src/i18n/sl-SI.json +++ b/apps/webapp/src/i18n/sl-SI.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Zapusti", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Odjava", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Počisti podatke?", "modalAccountLogoutOption": "Izbriši vse vaše osebne podatke in pogovore na tej napravi.", "modalAccountNewDevicesFrom": "Od:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Geslo", "modalAcknowledgeAction": "V redu", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/sq-AL.json b/apps/webapp/src/i18n/sq-AL.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/sq-AL.json +++ b/apps/webapp/src/i18n/sq-AL.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/sr-Cyrl-ME.json b/apps/webapp/src/i18n/sr-Cyrl-ME.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/sr-Cyrl-ME.json +++ b/apps/webapp/src/i18n/sr-Cyrl-ME.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/sr-SP.json b/apps/webapp/src/i18n/sr-SP.json index 7847a7b5c67..60aaa8f055e 100644 --- a/apps/webapp/src/i18n/sr-SP.json +++ b/apps/webapp/src/i18n/sr-SP.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Припрема…", "backupImportProgressSecondary": "Враћање историје · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Историја је враћена.", "backupImportVersionErrorHeadline": "Некомпатибилна резервна копија", "backupImportVersionErrorSecondary": "Ова резервна копија је креирана новијом или застарелом верзијом {brandName} и не може се овде обновити.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Напусти", "modalAccountLeaveGuestRoomHeadline": "Напустити гостинску собу?", "modalAccountLeaveGuestRoomMessage": "Историја разговора биће избрисана. Да бисте га задржали, отворите налог следећи пут.", - "modalAccountLogoutAction": "Одјави се", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Очистити податке?", "modalAccountLogoutOption": "Брисање свих личних података и разговора са овог уређаја.", "modalAccountNewDevicesFrom": "Из:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Лозинка", "modalAcknowledgeAction": "У реду", "modalAcknowledgeHeadline": "Нешто није у реду", - "modalAppLockForgotGoBackButton": "Вратити се", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Ресетујте овог клијента", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Откључај", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Ресетујте овог клијента", - "modalAppLockWipeConfirmGoBackButton": "Вратити се", - "modalAppLockWipeConfirmMessage": "Сва историја разговора биће трајно избрисана са овог клијента. Тада се можете поново пријавити.", - "modalAppLockWipeConfirmTitle": "Да ли заиста желите ресетирати овог клијента?", - "modalAppLockWipePasswordConfirmButton": "Ресетујте овог клијента", - "modalAppLockWipePasswordError": "Погрешна лозинка", - "modalAppLockWipePasswordGoBackButton": "Вратити се", - "modalAppLockWipePasswordPlaceholder": "Лозинка", - "modalAppLockWipePasswordTitle": "Унесите лозинку налога {brandName} да бисте ресетовали овог клијента", "modalAssetFileTypeRestrictionHeadline": "Ограничени тип датотеке", "modalAssetFileTypeRestrictionMessage": "Назив \"{fileName}\" није дозвољен.", "modalAssetParallelUploadsHeadline": "Превише датотека одједном", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/sv-SE.json b/apps/webapp/src/i18n/sv-SE.json index 61f728e8064..dc82771c631 100644 --- a/apps/webapp/src/i18n/sv-SE.json +++ b/apps/webapp/src/i18n/sv-SE.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Förbereder…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Historiken återställdes.", "backupImportVersionErrorHeadline": "Inkompatibel säkerhetskopia", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Lämna", "modalAccountLeaveGuestRoomHeadline": "Lämna gästrummet?", "modalAccountLeaveGuestRoomMessage": "Konversationens historik kommer att raderas. Skapa ett konto nästa gång för att behålla den.", - "modalAccountLogoutAction": "Logga ut", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Rensa data?", "modalAccountLogoutOption": "Ta bort all din personliga information och konversationer från denna enhet.", "modalAccountNewDevicesFrom": "Från:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Lösenord", "modalAcknowledgeAction": "OK", "modalAcknowledgeHeadline": "Någonting gick fel", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Fel lösenkod", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Lås upp", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Lösenkod", - "modalAppLockSetupAcceptButton": "Ställ in lösenkod", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Upprepa lösenkod", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Lösenord", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "För många filer samtidigt", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Din profilbild", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/th-TH.json b/apps/webapp/src/i18n/th-TH.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/th-TH.json +++ b/apps/webapp/src/i18n/th-TH.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/tr-CY.json b/apps/webapp/src/i18n/tr-CY.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/tr-CY.json +++ b/apps/webapp/src/i18n/tr-CY.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/tr-TR.json b/apps/webapp/src/i18n/tr-TR.json index 62386996539..32c706c7fe0 100644 --- a/apps/webapp/src/i18n/tr-TR.json +++ b/apps/webapp/src/i18n/tr-TR.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Hazırlanıyor…", "backupImportProgressSecondary": "Geri yükleme geçmişi · {processed} / {total} - %{progress}", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Geçmiş geri yüklendi.", "backupImportVersionErrorHeadline": "Uyumsuz yedek", "backupImportVersionErrorSecondary": "Bu yedekleme, {brandName} adlı kullanıcının daha yeni veya eski bir sürümü tarafından oluşturuldu ve burada geri yüklenemez.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Ayrıl", "modalAccountLeaveGuestRoomHeadline": "Misafir odasından ayrılmak istiyor musun?", "modalAccountLeaveGuestRoomMessage": "Konuşma geçmişi silinecek. Saklamak için bir dahaki sefere bir hesap oluşturun.", - "modalAccountLogoutAction": "Çıkış yap", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Veriyi Temizle?", "modalAccountLogoutOption": "Bu cihazdaki tüm kişisel bilgileriniz ve görüşme kayıtlarınızı silin.", "modalAccountNewDevicesFrom": "Cihaz:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Şifre", "modalAcknowledgeAction": "Tamam", "modalAcknowledgeHeadline": "Bir şeyler yanlış gitti", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Aynı anda çok fazla dosya var", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/uk-UA.json b/apps/webapp/src/i18n/uk-UA.json index f8544dabfe7..d35ca8c1d09 100644 --- a/apps/webapp/src/i18n/uk-UA.json +++ b/apps/webapp/src/i18n/uk-UA.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Підготовка…", "backupImportProgressSecondary": "Відновлення історії розмов · {processed} з {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "Історію розмов відновлено.", "backupImportVersionErrorHeadline": "Несумісний файл резервної копії", "backupImportVersionErrorSecondary": "Цю резервну копію було створено новішою або застарілою версією {brandName}, тому її неможливо відновити.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Вийти з розмови", "modalAccountLeaveGuestRoomHeadline": "Вийти з гостьової кімнати?", "modalAccountLeaveGuestRoomMessage": "Історію розмови буде видалено. Створіть акаунт, щоб зберегти її наступного разу.", - "modalAccountLogoutAction": "Вийти", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Очистити дані?", "modalAccountLogoutOption": "Видалити всі ваші особисті дані та розмови на цьому пристрої.", "modalAccountNewDevicesFrom": "Від:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Пароль", "modalAcknowledgeAction": "ОК", "modalAcknowledgeHeadline": "Щось пішло не так", - "modalAppLockForgotGoBackButton": "Повернутися назад", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Виконати скидання клієнта до початкових налаштувань", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Розблокувати", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Виконати скидання клієнта до початкових налаштувань", - "modalAppLockWipeConfirmGoBackButton": "Повернутися назад", - "modalAppLockWipeConfirmMessage": "Всю історія ваших розмов буде остаточно видалено з цього клієнта. Ви зможете увійти знову.", - "modalAppLockWipeConfirmTitle": "Ви дійсно хочете виконати скидання для цього акаунту?", - "modalAppLockWipePasswordConfirmButton": "Виконати скидання клієнта до початкових налаштувань", - "modalAppLockWipePasswordError": "Невірний пароль", - "modalAppLockWipePasswordGoBackButton": "Повернутися назад", - "modalAppLockWipePasswordPlaceholder": "Пароль", - "modalAppLockWipePasswordTitle": "Введіть свій пароль облікового запису для {brandName} для скидання цього клієнта", "modalAssetFileTypeRestrictionHeadline": "Тип файлу з обмеженнями", "modalAssetFileTypeRestrictionMessage": "Файл типу \"{fileName}\" не підтримується.", "modalAssetParallelUploadsHeadline": "Занадто багато файлів за один раз", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/uz-UZ.json b/apps/webapp/src/i18n/uz-UZ.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/uz-UZ.json +++ b/apps/webapp/src/i18n/uz-UZ.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/vi-VN.json b/apps/webapp/src/i18n/vi-VN.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/vi-VN.json +++ b/apps/webapp/src/i18n/vi-VN.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/zh-CN.json b/apps/webapp/src/i18n/zh-CN.json index 4339a492391..433e98c2f51 100644 --- a/apps/webapp/src/i18n/zh-CN.json +++ b/apps/webapp/src/i18n/zh-CN.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "准备中...", "backupImportProgressSecondary": "恢复进度:{processed} 了 {total} 中的 {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "历史恢复。", "backupImportVersionErrorHeadline": "不兼容的备份", "backupImportVersionErrorSecondary": "此备份是由较新的或已过期的版本 {brandName} 生成,所以不能恢复记录。", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "退出", "modalAccountLeaveGuestRoomHeadline": "离开房间?", "modalAccountLeaveGuestRoomMessage": "对话历史记录将被删除。要保留它,下次创建一个帐户。", - "modalAccountLogoutAction": "退出", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "清除数据", "modalAccountLogoutOption": "删除在此设备上所以个人信息和会话。", "modalAccountNewDevicesFrom": "来自:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "密码", "modalAcknowledgeAction": "确认", "modalAcknowledgeHeadline": "好像出了点问题。", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "解锁", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "返回", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "返回", - "modalAppLockWipePasswordPlaceholder": "密码", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "一次写入太多文件", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/zh-HK.json b/apps/webapp/src/i18n/zh-HK.json index 9c69657116b..e850c09e2b8 100644 --- a/apps/webapp/src/i18n/zh-HK.json +++ b/apps/webapp/src/i18n/zh-HK.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "Leave", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "Log out", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "Clear Data?", "modalAccountLogoutOption": "Delete all your personal information and conversations on this device.", "modalAccountNewDevicesFrom": "From:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "Password", "modalAcknowledgeAction": "Ok", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", diff --git a/apps/webapp/src/i18n/zh-TW.json b/apps/webapp/src/i18n/zh-TW.json index fef1db780c3..fce1589d5cf 100644 --- a/apps/webapp/src/i18n/zh-TW.json +++ b/apps/webapp/src/i18n/zh-TW.json @@ -160,6 +160,7 @@ "accessibility.rightPanel.close": "Close conversation info", "accessibility.searchInput.cancel": "Delete entry", "accessibility.selfDeletingMessage.timer": "Self-deleting message, timer is counting down.", + "accessibility.unreadMessagesSeparator": "Following messages are unread", "accessibility.userProfileDeleteEntry": "Delete entry", "accountAlreadyExistsModal.changeEmailLink": "Change your email address", "accountAlreadyExistsModal.content": "This email's domain belongs to an on-premises backend. Please change your email in the account settings or delete your account. If you are part of a team please contact your team admin.", @@ -322,6 +323,7 @@ "backupImportPasswordErrorSecondary": "Please verify your input and try again", "backupImportProgressHeadline": "Preparing…", "backupImportProgressSecondary": "Restoring history · {processed} of {total} — {progress}%", + "backupImportRestoreHistory": "Restore history", "backupImportSuccessHeadline": "History restored.", "backupImportVersionErrorHeadline": "Incompatible backup", "backupImportVersionErrorSecondary": "This backup was created by a newer or outdated version of {brandName} and cannot be restored here.", @@ -1256,7 +1258,7 @@ "modalAccountLeaveGuestRoomAction": "離開", "modalAccountLeaveGuestRoomHeadline": "Leave the guest room?", "modalAccountLeaveGuestRoomMessage": "Conversation history will be deleted. To keep it, create an account next time.", - "modalAccountLogoutAction": "登出", + "modalAccountLogoutAction": "Log Out", "modalAccountLogoutHeadline": "確定要清除資料嗎?", "modalAccountLogoutOption": "從此設備中刪除所有您的個人資料以及對話內容。", "modalAccountNewDevicesFrom": "從:", @@ -1273,36 +1275,29 @@ "modalAccountRemoveDevicePlaceholder": "密碼", "modalAcknowledgeAction": "確定", "modalAcknowledgeHeadline": "Something went wrong", - "modalAppLockForgotGoBackButton": "Go back", - "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode. If you have forgotten your passcode, you can reset this client.", - "modalAppLockForgotTitle": "Forgot your app lock passcode?", - "modalAppLockForgotWipeCTA": "Reset this client", + "modalAppLockForgotGoBackButton": "Back", + "modalAppLockForgotMessage": "The data stored on this device can only be accessed with your app lock passcode.", + "modalAppLockForgotSecondMessage": "If you have forgotten your passcode, you can log out of this account and set a new passcode the next time you log in.", + "modalAppLockForgotTitle": "Forgot passcode?", + "modalAppLockInputPlaceholder": "Enter passcode", "modalAppLockLockedError": "Wrong passcode", - "modalAppLockLockedForgotCTA": "Access as new device", + "modalAppLockLockedForgotCTA": "Forgot passcode?", "modalAppLockLockedTitle": "Enter passcode to unlock {brandName}", "modalAppLockLockedUnlockButton": "Unlock", + "modalAppLockLogoutCancelButton": "Cancel", "modalAppLockPasscode": "Passcode", - "modalAppLockSetupAcceptButton": "Set passcode", + "modalAppLockSetupAcceptButton": "Create Passcode", "modalAppLockSetupChangeMessage": "Your organization needs to lock your app when {brandName} is not in use to keep the team safe.[br]Create a passlock to unlock {brandName}. Please, remember it, as it can not be recovered.", "modalAppLockSetupChangeTitle": "There was a change at {brandName}", "modalAppLockSetupCloseBtn": "Close window, Set app lock passcode?", "modalAppLockSetupDigit": "A digit", "modalAppLockSetupLong": "At least {minPasswordLength} characters long", "modalAppLockSetupLower": "A lowercase letter", - "modalAppLockSetupMessage": "The app will lock itself after a certain time of inactivity.[br]To unlock the app you need to enter this passcode.[br]Make sure to remember this passcode as there is no way to recover it.", + "modalAppLockSetupMessage": "Wire will lock itself after 1 minute of inactivity. To unlock the app you need to enter this passcode or use biometric authentication.[br]Make sure to remember this passcode as there is no way to recover it.", "modalAppLockSetupSecondPlaceholder": "Repeat passcode", "modalAppLockSetupSpecial": "A special character", - "modalAppLockSetupTitle": "Set app lock passcode", + "modalAppLockSetupTitle": "Create passcode", "modalAppLockSetupUppercase": "An uppercase letter", - "modalAppLockWipeConfirmConfirmButton": "Reset this client", - "modalAppLockWipeConfirmGoBackButton": "Go back", - "modalAppLockWipeConfirmMessage": "All your conversation history will be permanently deleted from this client. You may then log in again.", - "modalAppLockWipeConfirmTitle": "Do you really want to reset this client?", - "modalAppLockWipePasswordConfirmButton": "Reset this client", - "modalAppLockWipePasswordError": "Wrong password", - "modalAppLockWipePasswordGoBackButton": "Go back", - "modalAppLockWipePasswordPlaceholder": "Password", - "modalAppLockWipePasswordTitle": "Enter your {brandName} account password to reset this client", "modalAssetFileTypeRestrictionHeadline": "Restricted filetype", "modalAssetFileTypeRestrictionMessage": "The filetype of \"{fileName}\" is not allowed.", "modalAssetParallelUploadsHeadline": "Too many files at once", @@ -1863,6 +1858,8 @@ "selfNotSupportMLSMsgPart1": "You can't communicate with {selfUserName}, as your device doesn't support the suitable protocol.", "selfNotSupportMLSMsgPart2": "to call, and send messages and files.", "selfProfileImageAlt": "Your profile picture", + "serviceDetailsAuthor": "Created by {author}", + "serviceDetailsDescription": "Description", "servicesNotEnabledBody": "To improve your workflow with apps, your team needs configuration. Please contact your team admin.", "servicesNotEnabledNoteTitle": "Your team doesn't use apps yet", "servicesOptionsTitle": "Apps", @@ -2058,6 +2055,8 @@ "videoCallBackgroundVirtualSectionLabel": "Virtual Backgrounds", "videoCallBackgroundWire1": "Wire 1", "videoCallBackgroundsLabel": "Backgrounds", + "videoCallBackgroundsPerformancePanel": "Performance Panel", + "videoCallBackgroundsPerformancePanelClose": "Close performance panel", "videoCallMenuMoreAddReaction": "Add reaction", "videoCallMenuMoreAudioSettings": "Audio Settings", "videoCallMenuMoreCameraSettings": "Camera Settings", From 1076d101cd8e72f80ff98bc12e6b947885f70b46 Mon Sep 17 00:00:00 2001 From: otto-the-bot Date: Mon, 4 May 2026 14:53:49 +0000 Subject: [PATCH 9/9] chore: Update translations --- apps/webapp/src/i18n/ar-SA.json | 2 ++ apps/webapp/src/i18n/bg-BG.json | 2 ++ apps/webapp/src/i18n/bn-BD.json | 2 ++ apps/webapp/src/i18n/bs-BA.json | 2 ++ apps/webapp/src/i18n/ca-ES.json | 2 ++ apps/webapp/src/i18n/cs-CZ.json | 2 ++ apps/webapp/src/i18n/da-DK.json | 2 ++ apps/webapp/src/i18n/de-DE.json | 2 ++ apps/webapp/src/i18n/el-CY.json | 2 ++ apps/webapp/src/i18n/el-GR.json | 2 ++ apps/webapp/src/i18n/es-ES.json | 2 ++ apps/webapp/src/i18n/et-EE.json | 2 ++ apps/webapp/src/i18n/fa-IR.json | 2 ++ apps/webapp/src/i18n/fi-FI.json | 2 ++ apps/webapp/src/i18n/fr-FR.json | 2 ++ apps/webapp/src/i18n/ga-IE.json | 2 ++ apps/webapp/src/i18n/he-IL.json | 2 ++ apps/webapp/src/i18n/hi-IN.json | 2 ++ apps/webapp/src/i18n/hr-HR.json | 2 ++ apps/webapp/src/i18n/hu-HU.json | 2 ++ apps/webapp/src/i18n/id-ID.json | 2 ++ apps/webapp/src/i18n/is-IS.json | 2 ++ apps/webapp/src/i18n/it-IT.json | 2 ++ apps/webapp/src/i18n/ja-JP.json | 2 ++ apps/webapp/src/i18n/lb-LU.json | 2 ++ apps/webapp/src/i18n/lt-LT.json | 2 ++ apps/webapp/src/i18n/lv-LV.json | 2 ++ apps/webapp/src/i18n/me-ME.json | 2 ++ apps/webapp/src/i18n/mk-MK.json | 2 ++ apps/webapp/src/i18n/ms-MY.json | 2 ++ apps/webapp/src/i18n/mt-MT.json | 2 ++ apps/webapp/src/i18n/nl-NL.json | 2 ++ apps/webapp/src/i18n/no-NO.json | 2 ++ apps/webapp/src/i18n/pl-PL.json | 2 ++ apps/webapp/src/i18n/pt-BR.json | 2 ++ apps/webapp/src/i18n/pt-PT.json | 2 ++ apps/webapp/src/i18n/ro-RO.json | 2 ++ apps/webapp/src/i18n/ru-RU.json | 2 ++ apps/webapp/src/i18n/si-LK.json | 2 ++ apps/webapp/src/i18n/sk-SK.json | 2 ++ apps/webapp/src/i18n/sl-SI.json | 2 ++ apps/webapp/src/i18n/sq-AL.json | 2 ++ apps/webapp/src/i18n/sr-Cyrl-ME.json | 2 ++ apps/webapp/src/i18n/sr-SP.json | 2 ++ apps/webapp/src/i18n/sv-SE.json | 2 ++ apps/webapp/src/i18n/th-TH.json | 2 ++ apps/webapp/src/i18n/tr-CY.json | 2 ++ apps/webapp/src/i18n/tr-TR.json | 2 ++ apps/webapp/src/i18n/uk-UA.json | 2 ++ apps/webapp/src/i18n/uz-UZ.json | 2 ++ apps/webapp/src/i18n/vi-VN.json | 2 ++ apps/webapp/src/i18n/zh-CN.json | 2 ++ apps/webapp/src/i18n/zh-HK.json | 2 ++ apps/webapp/src/i18n/zh-TW.json | 2 ++ 54 files changed, 108 insertions(+) diff --git a/apps/webapp/src/i18n/ar-SA.json b/apps/webapp/src/i18n/ar-SA.json index d0c4d5e96f2..54146a57cce 100644 --- a/apps/webapp/src/i18n/ar-SA.json +++ b/apps/webapp/src/i18n/ar-SA.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/bg-BG.json b/apps/webapp/src/i18n/bg-BG.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/bg-BG.json +++ b/apps/webapp/src/i18n/bg-BG.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/bn-BD.json b/apps/webapp/src/i18n/bn-BD.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/bn-BD.json +++ b/apps/webapp/src/i18n/bn-BD.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/bs-BA.json b/apps/webapp/src/i18n/bs-BA.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/bs-BA.json +++ b/apps/webapp/src/i18n/bs-BA.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/ca-ES.json b/apps/webapp/src/i18n/ca-ES.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/ca-ES.json +++ b/apps/webapp/src/i18n/ca-ES.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/cs-CZ.json b/apps/webapp/src/i18n/cs-CZ.json index b12016c337a..307c7fde7c4 100644 --- a/apps/webapp/src/i18n/cs-CZ.json +++ b/apps/webapp/src/i18n/cs-CZ.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/da-DK.json b/apps/webapp/src/i18n/da-DK.json index fc3b5fc7c79..9826e0ce1c5 100644 --- a/apps/webapp/src/i18n/da-DK.json +++ b/apps/webapp/src/i18n/da-DK.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/de-DE.json b/apps/webapp/src/i18n/de-DE.json index 791e7ba2c2c..bd37b4a6627 100644 --- a/apps/webapp/src/i18n/de-DE.json +++ b/apps/webapp/src/i18n/de-DE.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Ordner wiederherstellen", "cells.search.closeButton": "Schließen", "cells.search.failed": "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut.", + "cells.search.idle.description": "Geben Sie Suchbegriffe ein oder wenden Sie einen Filter an, um Ergebnisse anzuzeigen.", + "cells.search.idle.heading": "Suchen Sie in Geteiltes Drive und allen darin enthaltenen Ordnern", "cells.search.placeholder": "Dateien und Ordner suchen", "cells.selfDeletingMessage.info": "Die Funktion ist für Unterhaltungen mit Geteiltes Drive nicht verfügbar.", "cells.shareModal.changePassword": "Passwort ändern", diff --git a/apps/webapp/src/i18n/el-CY.json b/apps/webapp/src/i18n/el-CY.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/el-CY.json +++ b/apps/webapp/src/i18n/el-CY.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/el-GR.json b/apps/webapp/src/i18n/el-GR.json index 026e564de64..e9b39be83eb 100644 --- a/apps/webapp/src/i18n/el-GR.json +++ b/apps/webapp/src/i18n/el-GR.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/es-ES.json b/apps/webapp/src/i18n/es-ES.json index 9bb37609533..ed368328386 100644 --- a/apps/webapp/src/i18n/es-ES.json +++ b/apps/webapp/src/i18n/es-ES.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/et-EE.json b/apps/webapp/src/i18n/et-EE.json index 33d2ee68a02..477ecf559b3 100644 --- a/apps/webapp/src/i18n/et-EE.json +++ b/apps/webapp/src/i18n/et-EE.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/fa-IR.json b/apps/webapp/src/i18n/fa-IR.json index b7586c2f7cf..0fd0a8a6f05 100644 --- a/apps/webapp/src/i18n/fa-IR.json +++ b/apps/webapp/src/i18n/fa-IR.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/fi-FI.json b/apps/webapp/src/i18n/fi-FI.json index 654fcefb3f2..23df5727a69 100644 --- a/apps/webapp/src/i18n/fi-FI.json +++ b/apps/webapp/src/i18n/fi-FI.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/fr-FR.json b/apps/webapp/src/i18n/fr-FR.json index ebe063debc0..35517a11d7d 100644 --- a/apps/webapp/src/i18n/fr-FR.json +++ b/apps/webapp/src/i18n/fr-FR.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/ga-IE.json b/apps/webapp/src/i18n/ga-IE.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/ga-IE.json +++ b/apps/webapp/src/i18n/ga-IE.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/he-IL.json b/apps/webapp/src/i18n/he-IL.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/he-IL.json +++ b/apps/webapp/src/i18n/he-IL.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/hi-IN.json b/apps/webapp/src/i18n/hi-IN.json index d8b78400182..ab002d062dd 100644 --- a/apps/webapp/src/i18n/hi-IN.json +++ b/apps/webapp/src/i18n/hi-IN.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/hr-HR.json b/apps/webapp/src/i18n/hr-HR.json index 7db5d8e94e3..5a51749e041 100644 --- a/apps/webapp/src/i18n/hr-HR.json +++ b/apps/webapp/src/i18n/hr-HR.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/hu-HU.json b/apps/webapp/src/i18n/hu-HU.json index c9b48bcb251..9cb0fe8d76d 100644 --- a/apps/webapp/src/i18n/hu-HU.json +++ b/apps/webapp/src/i18n/hu-HU.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/id-ID.json b/apps/webapp/src/i18n/id-ID.json index ea47851e377..396153ca0cb 100644 --- a/apps/webapp/src/i18n/id-ID.json +++ b/apps/webapp/src/i18n/id-ID.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/is-IS.json b/apps/webapp/src/i18n/is-IS.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/is-IS.json +++ b/apps/webapp/src/i18n/is-IS.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/it-IT.json b/apps/webapp/src/i18n/it-IT.json index 007b7532e82..e2bbf6a9573 100644 --- a/apps/webapp/src/i18n/it-IT.json +++ b/apps/webapp/src/i18n/it-IT.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/ja-JP.json b/apps/webapp/src/i18n/ja-JP.json index 8050fe8fdc6..591d36a1ae1 100644 --- a/apps/webapp/src/i18n/ja-JP.json +++ b/apps/webapp/src/i18n/ja-JP.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/lb-LU.json b/apps/webapp/src/i18n/lb-LU.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/lb-LU.json +++ b/apps/webapp/src/i18n/lb-LU.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/lt-LT.json b/apps/webapp/src/i18n/lt-LT.json index 88ed8aadb91..33c0637b43d 100644 --- a/apps/webapp/src/i18n/lt-LT.json +++ b/apps/webapp/src/i18n/lt-LT.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/lv-LV.json b/apps/webapp/src/i18n/lv-LV.json index 82a52e47bc3..e1eacc78392 100644 --- a/apps/webapp/src/i18n/lv-LV.json +++ b/apps/webapp/src/i18n/lv-LV.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/me-ME.json b/apps/webapp/src/i18n/me-ME.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/me-ME.json +++ b/apps/webapp/src/i18n/me-ME.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/mk-MK.json b/apps/webapp/src/i18n/mk-MK.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/mk-MK.json +++ b/apps/webapp/src/i18n/mk-MK.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/ms-MY.json b/apps/webapp/src/i18n/ms-MY.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/ms-MY.json +++ b/apps/webapp/src/i18n/ms-MY.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/mt-MT.json b/apps/webapp/src/i18n/mt-MT.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/mt-MT.json +++ b/apps/webapp/src/i18n/mt-MT.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/nl-NL.json b/apps/webapp/src/i18n/nl-NL.json index fb087920a65..aa66b7420dc 100644 --- a/apps/webapp/src/i18n/nl-NL.json +++ b/apps/webapp/src/i18n/nl-NL.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/no-NO.json b/apps/webapp/src/i18n/no-NO.json index b718003e514..75f2605a8f9 100644 --- a/apps/webapp/src/i18n/no-NO.json +++ b/apps/webapp/src/i18n/no-NO.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/pl-PL.json b/apps/webapp/src/i18n/pl-PL.json index 5e0ccdc45a0..6d41d3e3300 100644 --- a/apps/webapp/src/i18n/pl-PL.json +++ b/apps/webapp/src/i18n/pl-PL.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/pt-BR.json b/apps/webapp/src/i18n/pt-BR.json index c14850c7841..231ab300bc2 100644 --- a/apps/webapp/src/i18n/pt-BR.json +++ b/apps/webapp/src/i18n/pt-BR.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/pt-PT.json b/apps/webapp/src/i18n/pt-PT.json index a2eaf29681a..2d53ff8bce1 100644 --- a/apps/webapp/src/i18n/pt-PT.json +++ b/apps/webapp/src/i18n/pt-PT.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/ro-RO.json b/apps/webapp/src/i18n/ro-RO.json index dde942cd44c..76d6ce39c6a 100644 --- a/apps/webapp/src/i18n/ro-RO.json +++ b/apps/webapp/src/i18n/ro-RO.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/ru-RU.json b/apps/webapp/src/i18n/ru-RU.json index c702a11b9e9..7f1247852b7 100644 --- a/apps/webapp/src/i18n/ru-RU.json +++ b/apps/webapp/src/i18n/ru-RU.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Восстановить папку", "cells.search.closeButton": "Закрыть", "cells.search.failed": "Что-то пошло не так. Пожалуйста, попробуйте еще раз позже", + "cells.search.idle.description": "Введите поисковые слова или примените фильтр, чтобы увидеть результаты.", + "cells.search.idle.heading": "Поиск в общем диске и всех его папках", "cells.search.placeholder": "Поиск файлов и папок", "cells.selfDeletingMessage.info": "Функция недоступна для бесед с общим диском.", "cells.shareModal.changePassword": "Смена пароля", diff --git a/apps/webapp/src/i18n/si-LK.json b/apps/webapp/src/i18n/si-LK.json index 231c99d0ecd..cb8d8d7aea8 100644 --- a/apps/webapp/src/i18n/si-LK.json +++ b/apps/webapp/src/i18n/si-LK.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/sk-SK.json b/apps/webapp/src/i18n/sk-SK.json index 24b276584ef..d7a2a39d7ac 100644 --- a/apps/webapp/src/i18n/sk-SK.json +++ b/apps/webapp/src/i18n/sk-SK.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/sl-SI.json b/apps/webapp/src/i18n/sl-SI.json index 0a851cb9b99..ece366f230f 100644 --- a/apps/webapp/src/i18n/sl-SI.json +++ b/apps/webapp/src/i18n/sl-SI.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/sq-AL.json b/apps/webapp/src/i18n/sq-AL.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/sq-AL.json +++ b/apps/webapp/src/i18n/sq-AL.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/sr-Cyrl-ME.json b/apps/webapp/src/i18n/sr-Cyrl-ME.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/sr-Cyrl-ME.json +++ b/apps/webapp/src/i18n/sr-Cyrl-ME.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/sr-SP.json b/apps/webapp/src/i18n/sr-SP.json index 60aaa8f055e..be3886172f0 100644 --- a/apps/webapp/src/i18n/sr-SP.json +++ b/apps/webapp/src/i18n/sr-SP.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/sv-SE.json b/apps/webapp/src/i18n/sv-SE.json index dc82771c631..8804adc50a8 100644 --- a/apps/webapp/src/i18n/sv-SE.json +++ b/apps/webapp/src/i18n/sv-SE.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/th-TH.json b/apps/webapp/src/i18n/th-TH.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/th-TH.json +++ b/apps/webapp/src/i18n/th-TH.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/tr-CY.json b/apps/webapp/src/i18n/tr-CY.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/tr-CY.json +++ b/apps/webapp/src/i18n/tr-CY.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/tr-TR.json b/apps/webapp/src/i18n/tr-TR.json index 32c706c7fe0..4ac7f72c865 100644 --- a/apps/webapp/src/i18n/tr-TR.json +++ b/apps/webapp/src/i18n/tr-TR.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/uk-UA.json b/apps/webapp/src/i18n/uk-UA.json index d35ca8c1d09..8d0e3a30496 100644 --- a/apps/webapp/src/i18n/uk-UA.json +++ b/apps/webapp/src/i18n/uk-UA.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/uz-UZ.json b/apps/webapp/src/i18n/uz-UZ.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/uz-UZ.json +++ b/apps/webapp/src/i18n/uz-UZ.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/vi-VN.json b/apps/webapp/src/i18n/vi-VN.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/vi-VN.json +++ b/apps/webapp/src/i18n/vi-VN.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/zh-CN.json b/apps/webapp/src/i18n/zh-CN.json index 433e98c2f51..4e8e158d340 100644 --- a/apps/webapp/src/i18n/zh-CN.json +++ b/apps/webapp/src/i18n/zh-CN.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/zh-HK.json b/apps/webapp/src/i18n/zh-HK.json index e850c09e2b8..8cc7402b163 100644 --- a/apps/webapp/src/i18n/zh-HK.json +++ b/apps/webapp/src/i18n/zh-HK.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password", diff --git a/apps/webapp/src/i18n/zh-TW.json b/apps/webapp/src/i18n/zh-TW.json index fce1589d5cf..01c5fc54140 100644 --- a/apps/webapp/src/i18n/zh-TW.json +++ b/apps/webapp/src/i18n/zh-TW.json @@ -481,6 +481,8 @@ "cells.restoreRootNodeModal.folder.headline": "Restore folder", "cells.search.closeButton": "Close", "cells.search.failed": "Something went wrong, please try again later.", + "cells.search.idle.description": "Apply a search terms, or a filter to see results.", + "cells.search.idle.heading": "Searching within Shared Drive and all its folders", "cells.search.placeholder": "Search files and folders", "cells.selfDeletingMessage.info": "The feature is not available for conversations with a shared Drive.", "cells.shareModal.changePassword": "Change Password",