From cd10365f716f582ab885b1bbf167fabe268cb6f0 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Tue, 8 Apr 2025 17:10:48 +0100 Subject: [PATCH] new translations --- apps/client/public/locales/en-US/translation.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/apps/client/public/locales/en-US/translation.json b/apps/client/public/locales/en-US/translation.json index b69d0b28..3cd9fae6 100644 --- a/apps/client/public/locales/en-US/translation.json +++ b/apps/client/public/locales/en-US/translation.json @@ -351,5 +351,16 @@ "Created at: {{time}}": "Created at: {{time}}", "Edited by {{name}} {{time}}": "Edited by {{name}} {{time}}", "Word count: {{wordCount}}": "Word count: {{wordCount}}", - "Character count: {{characterCount}}": "Character count: {{characterCount}}" + "Character count: {{characterCount}}": "Character count: {{characterCount}}", + "New update": "New update", + "{{latestVersion}} is available": "{{latestVersion}} is available", + "Delete member": "Delete member", + "Member deleted successfully": "Member deleted successfully", + "Are you sure you want to delete this workspace member? This action is irreversible.": "Are you sure you want to delete this workspace member? This action is irreversible." + "Move": "Move", + "Move page": "Move page", + "Move page to a different space.": "Move page to a different space.", + "Real-time editor connection lost. Retrying...": "Real-time editor connection lost. Retrying...", + "Table of contents": "Table of contents", + "Add headings (H1, H2, H3) to generate a table of contents.": "Add headings (H1, H2, H3) to generate a table of contents." }