From 2c821aef7678e30d8807985d6d15547c59e0e47d Mon Sep 17 00:00:00 2001 From: trevorling <53426191+trevorling@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:29:48 +0300 Subject: [PATCH] chore(2017): bump common-gui version & new translations --- GUI/package.json | 2 +- GUI/src/i18n/en/common.json | 1 + GUI/src/i18n/et/common.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/GUI/package.json b/GUI/package.json index ed823940..40bc78c1 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -7,7 +7,7 @@ "@buerokratt-ria/header": "^0.1.52", "@buerokratt-ria/menu": "^0.2.13", "@buerokratt-ria/styles": "^0.0.1", - "@buerokratt-ria/common-gui-components": "^0.0.60", + "@buerokratt-ria/common-gui-components": "^0.0.61", "@fontsource/roboto": "^4.5.8", "@formkit/auto-animate": "^1.0.0-beta.6", "@hookform/resolvers": "^2.9.11", diff --git a/GUI/src/i18n/en/common.json b/GUI/src/i18n/en/common.json index 272714f4..596eea11 100644 --- a/GUI/src/i18n/en/common.json +++ b/GUI/src/i18n/en/common.json @@ -2,6 +2,7 @@ "global": { "save": "Save", "add": "Add", + "apply": "Apply", "edit": "Edit", "delete": "Delete", "cancel": "Cancel", diff --git a/GUI/src/i18n/et/common.json b/GUI/src/i18n/et/common.json index 9272f45f..2b900880 100644 --- a/GUI/src/i18n/et/common.json +++ b/GUI/src/i18n/et/common.json @@ -2,6 +2,7 @@ "global": { "save": "Salvesta", "add": "Lisa", + "apply": "Rakenda", "edit": "Muuda", "delete": "Kustuta", "cancel": "Tühista",