summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-04-23 03:29:20 +0000
committerNextcloud bot <bot@nextcloud.com>2023-04-23 03:29:20 +0000
commit5743fba06a40a9d1d5f7f4f4c1e628f53d334c9c (patch)
tree5b233c07740d6834347b79c73b5abc7dc0a9c29e
parent4ff5646c249d2183346979459c2b35b7fa031dd2 (diff)
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/de_DE.js6
-rw-r--r--l10n/de_DE.json6
-rw-r--r--l10n/en_GB.js6
-rw-r--r--l10n/en_GB.json6
-rw-r--r--l10n/zh_HK.js6
-rw-r--r--l10n/zh_HK.json6
6 files changed, 36 insertions, 0 deletions
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index ac3d7b333..ef903de7a 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -256,6 +256,10 @@ OC.L10N.register(
"Dismiss notification" : "Benachrichtigung verwerfen",
"Call recording now available" : "Anrufaufzeichnung jetzt verfügbar",
"The recording for the call in {call} was uploaded to {file}." : "Aufnahme der Unterhaltung in {call} wurde als {file} hochgeladen.",
+ "Transcript now available" : "Transkript jetzt verfügbar",
+ "The transcript for the call in {call} was uploaded to {file}." : "Das Transkript für den Anruf in {call} wurde als {file} hochgeladen.",
+ "Failed to transcript call recording" : "Transkription der Anrufaufzeichnung fehlgeschlagen",
+ "The server failed to transcript the recording at {file} for the call in {call}. Please reach out to the administration." : "Der Server konnte die Aufzeichnung in {file} für den Anruf in {call} nicht transkribieren. Bitte wenden Sie sich an die Administration.",
"{user1} shared room {roomName} on {remoteServer} with you" : "{user1} hat den Raum {roomName} auf {remoteServer} mit Ihnen geteilt",
"{user} in {call}" : "{user} in {call}",
"Deleted user in {call}" : "Gelöschter Benutzer in {call}",
@@ -1296,6 +1300,8 @@ OC.L10N.register(
"Stop recording" : "Aufnahme stoppen",
"Starting the recording" : "Aufnahme wird gestartet",
"Recording" : "Aufnahme",
+ "Send a reaction" : "Reaktion senden",
+ "React with {reaction}" : "Reagieren mit {reaction}",
"Open sidebar" : "Seitenleiste öffnen",
"You have new unread messages in the chat." : "Sie haben neue ungelesene Nachrichten im Chat.",
"You have been mentioned in the chat." : "Sie wurden im Chat erwähnt.",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index 05dfa69df..d87d41494 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -254,6 +254,10 @@
"Dismiss notification" : "Benachrichtigung verwerfen",
"Call recording now available" : "Anrufaufzeichnung jetzt verfügbar",
"The recording for the call in {call} was uploaded to {file}." : "Aufnahme der Unterhaltung in {call} wurde als {file} hochgeladen.",
+ "Transcript now available" : "Transkript jetzt verfügbar",
+ "The transcript for the call in {call} was uploaded to {file}." : "Das Transkript für den Anruf in {call} wurde als {file} hochgeladen.",
+ "Failed to transcript call recording" : "Transkription der Anrufaufzeichnung fehlgeschlagen",
+ "The server failed to transcript the recording at {file} for the call in {call}. Please reach out to the administration." : "Der Server konnte die Aufzeichnung in {file} für den Anruf in {call} nicht transkribieren. Bitte wenden Sie sich an die Administration.",
"{user1} shared room {roomName} on {remoteServer} with you" : "{user1} hat den Raum {roomName} auf {remoteServer} mit Ihnen geteilt",
"{user} in {call}" : "{user} in {call}",
"Deleted user in {call}" : "Gelöschter Benutzer in {call}",
@@ -1294,6 +1298,8 @@
"Stop recording" : "Aufnahme stoppen",
"Starting the recording" : "Aufnahme wird gestartet",
"Recording" : "Aufnahme",
+ "Send a reaction" : "Reaktion senden",
+ "React with {reaction}" : "Reagieren mit {reaction}",
"Open sidebar" : "Seitenleiste öffnen",
"You have new unread messages in the chat." : "Sie haben neue ungelesene Nachrichten im Chat.",
"You have been mentioned in the chat." : "Sie wurden im Chat erwähnt.",
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 69984cd18..a10f405ab 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -256,6 +256,10 @@ OC.L10N.register(
"Dismiss notification" : "Dismiss notification",
"Call recording now available" : "Call recording now available",
"The recording for the call in {call} was uploaded to {file}." : "The recording for the call in {call} was uploaded to {file}.",
+ "Transcript now available" : "Transcript now available",
+ "The transcript for the call in {call} was uploaded to {file}." : "The transcript for the call in {call} was uploaded to {file}.",
+ "Failed to transcript call recording" : "Failed to create a transcript for call recording",
+ "The server failed to transcript the recording at {file} for the call in {call}. Please reach out to the administration." : "The server failed to create a transcript for the recording at {file} for the call in {call}. Please contact the administrator.",
"{user1} shared room {roomName} on {remoteServer} with you" : "{user1} shared room {roomName} on {remoteServer} with you",
"{user} in {call}" : "{user} in {call}",
"Deleted user in {call}" : "Deleted user in {call}",
@@ -1296,6 +1300,8 @@ OC.L10N.register(
"Stop recording" : "Stop recording",
"Starting the recording" : "Starting the recording",
"Recording" : "Recording",
+ "Send a reaction" : "Send a reaction",
+ "React with {reaction}" : "React with {reaction}",
"Open sidebar" : "Open sidebar",
"You have new unread messages in the chat." : "You have new unread messages in the chat.",
"You have been mentioned in the chat." : "You have been mentioned in the chat.",
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index cef5a1d10..35944f5c6 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -254,6 +254,10 @@
"Dismiss notification" : "Dismiss notification",
"Call recording now available" : "Call recording now available",
"The recording for the call in {call} was uploaded to {file}." : "The recording for the call in {call} was uploaded to {file}.",
+ "Transcript now available" : "Transcript now available",
+ "The transcript for the call in {call} was uploaded to {file}." : "The transcript for the call in {call} was uploaded to {file}.",
+ "Failed to transcript call recording" : "Failed to create a transcript for call recording",
+ "The server failed to transcript the recording at {file} for the call in {call}. Please reach out to the administration." : "The server failed to create a transcript for the recording at {file} for the call in {call}. Please contact the administrator.",
"{user1} shared room {roomName} on {remoteServer} with you" : "{user1} shared room {roomName} on {remoteServer} with you",
"{user} in {call}" : "{user} in {call}",
"Deleted user in {call}" : "Deleted user in {call}",
@@ -1294,6 +1298,8 @@
"Stop recording" : "Stop recording",
"Starting the recording" : "Starting the recording",
"Recording" : "Recording",
+ "Send a reaction" : "Send a reaction",
+ "React with {reaction}" : "React with {reaction}",
"Open sidebar" : "Open sidebar",
"You have new unread messages in the chat." : "You have new unread messages in the chat.",
"You have been mentioned in the chat." : "You have been mentioned in the chat.",
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
index 756076c9c..5737b6d88 100644
--- a/l10n/zh_HK.js
+++ b/l10n/zh_HK.js
@@ -256,6 +256,10 @@ OC.L10N.register(
"Dismiss notification" : "撤銷通告",
"Call recording now available" : "通話錄音現已可用",
"The recording for the call in {call} was uploaded to {file}." : "{call} 中的通話錄音已上傳到 {file}。",
+ "Transcript now available" : "通話抄本現已可用",
+ "The transcript for the call in {call} was uploaded to {file}." : "{call} 中的通話抄本已上傳到 {file}。",
+ "Failed to transcript call recording" : "通話錄音轉抄本失敗",
+ "The server failed to transcript the recording at {file} for the call in {call}. Please reach out to the administration." : "伺服器無法為 {call} 中的通話在 {file} 處創建錄音抄本。請聯絡管理員。",
"{user1} shared room {roomName} on {remoteServer} with you" : "{User1} 與您分享了在 {remoteServer} 上的房間 {roomName}",
"{user} in {call}" : "{call} 中的 {user}",
"Deleted user in {call}" : "{call} 中已刪除的 {user}",
@@ -1296,6 +1300,8 @@ OC.L10N.register(
"Stop recording" : "停止錄音",
"Starting the recording" : "開始錄製",
"Recording" : "錄製",
+ "Send a reaction" : "傳送反應",
+ "React with {reaction}" : "使用 {reaction} 做出反應",
"Open sidebar" : "開啟側邊攔",
"You have new unread messages in the chat." : "您在聊天中有新的未讀消息。",
"You have been mentioned in the chat." : "您已在聊天中被提及。",
diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json
index 71b534aad..e5a72c0aa 100644
--- a/l10n/zh_HK.json
+++ b/l10n/zh_HK.json
@@ -254,6 +254,10 @@
"Dismiss notification" : "撤銷通告",
"Call recording now available" : "通話錄音現已可用",
"The recording for the call in {call} was uploaded to {file}." : "{call} 中的通話錄音已上傳到 {file}。",
+ "Transcript now available" : "通話抄本現已可用",
+ "The transcript for the call in {call} was uploaded to {file}." : "{call} 中的通話抄本已上傳到 {file}。",
+ "Failed to transcript call recording" : "通話錄音轉抄本失敗",
+ "The server failed to transcript the recording at {file} for the call in {call}. Please reach out to the administration." : "伺服器無法為 {call} 中的通話在 {file} 處創建錄音抄本。請聯絡管理員。",
"{user1} shared room {roomName} on {remoteServer} with you" : "{User1} 與您分享了在 {remoteServer} 上的房間 {roomName}",
"{user} in {call}" : "{call} 中的 {user}",
"Deleted user in {call}" : "{call} 中已刪除的 {user}",
@@ -1294,6 +1298,8 @@
"Stop recording" : "停止錄音",
"Starting the recording" : "開始錄製",
"Recording" : "錄製",
+ "Send a reaction" : "傳送反應",
+ "React with {reaction}" : "使用 {reaction} 做出反應",
"Open sidebar" : "開啟側邊攔",
"You have new unread messages in the chat." : "您在聊天中有新的未讀消息。",
"You have been mentioned in the chat." : "您已在聊天中被提及。",