From aa73a34c052b72f72639a024f9fc174b812b8f30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:12:46 -0500 Subject: [PATCH] automated update to translation keys (#758) Co-authored-by: Paul's Grist Bot --- static/locales/en.client.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/static/locales/en.client.json b/static/locales/en.client.json index 4f7f690c88..216958f079 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -209,7 +209,13 @@ "Duplicate Table": "Duplicate Table", "Raw Data Tables": "Raw Data Tables", "Table ID copied to clipboard": "Table ID copied to clipboard", - "You do not have edit access to this document": "You do not have edit access to this document" + "You do not have edit access to this document": "You do not have edit access to this document", + "Edit Record Card": "Edit Record Card", + "Record Card": "Record Card", + "Record Card Disabled": "Record Card Disabled", + "Remove Table": "Remove Table", + "Rename Table": "Rename Table", + "{{action}} Record Card": "{{action}} Record Card" }, "DocHistory": { "Activity": "Activity", @@ -616,7 +622,8 @@ "Duplicate rows_other": "Duplicate rows", "Insert row": "Insert row", "Insert row above": "Insert row above", - "Insert row below": "Insert row below" + "Insert row below": "Insert row below", + "View as card": "View as card" }, "SelectionSummary": { "Copied to clipboard": "Copied to clipboard" @@ -1231,5 +1238,13 @@ "FloatingPopup": { "Maximize": "Maximize", "Minimize": "Minimize" + }, + "CardContextMenu": { + "Copy anchor link": "Copy anchor link", + "Delete card": "Delete card", + "Duplicate card": "Duplicate card", + "Insert card": "Insert card", + "Insert card above": "Insert card above", + "Insert card below": "Insert card below" } }