From 9b6744f9c5c191951ad666d405342f80b5f52d33 Mon Sep 17 00:00:00 2001 From: pkazimierowski <pkazimierowski@man.poznan.pl> Date: Wed, 28 May 2025 14:52:46 +0200 Subject: [PATCH] some changes --- src/test/shell/data/i18n/de.json | 4 ++-- src/test/shell/data/i18n/en.json | 4 ++-- src/test/shell/data/i18n/fr.json | 4 ++-- src/test/shell/data/i18n/pl.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/test/shell/data/i18n/de.json b/src/test/shell/data/i18n/de.json index 44301c83b..ba1a92fa2 100644 --- a/src/test/shell/data/i18n/de.json +++ b/src/test/shell/data/i18n/de.json @@ -315,8 +315,8 @@ "POPULAR": "Popularity", "DATE" : "Date added" }, - "SCALE_UP": "Fortsetzen", - "SCALE_DOWN": "Pause" + "SCALED_UP": "Fortsetzen", + "SCALED_DOWN": "Pause" }, "MONITOR": { "TITLE": "Überwachungsservice", diff --git a/src/test/shell/data/i18n/en.json b/src/test/shell/data/i18n/en.json index 4b2db4c1f..ad5555bd1 100644 --- a/src/test/shell/data/i18n/en.json +++ b/src/test/shell/data/i18n/en.json @@ -316,8 +316,8 @@ "POPULAR": "Popularity", "DATE" : "Date added" }, - "SCALE_UP": "Resume", - "SCALE_DOWN": "Pause" + "SCALED_UP": "Resume", + "SCALED_DOWN": "Pause" }, "MONITOR": { "TITLE": "Monitor service", diff --git a/src/test/shell/data/i18n/fr.json b/src/test/shell/data/i18n/fr.json index f5e56f1a4..49995a806 100644 --- a/src/test/shell/data/i18n/fr.json +++ b/src/test/shell/data/i18n/fr.json @@ -317,8 +317,8 @@ "POPULAR": "Popularity", "DATE" : "Date added" }, - "SCALE_UP": "Reprende", - "SCALE_DOWN": "Pause" + "SCALED_UP": "Reprende", + "SCALED_DOWN": "Pause" }, "MONITOR": { "TITLE": "Monitor service", diff --git a/src/test/shell/data/i18n/pl.json b/src/test/shell/data/i18n/pl.json index 445db45ed..76d6f8a01 100644 --- a/src/test/shell/data/i18n/pl.json +++ b/src/test/shell/data/i18n/pl.json @@ -317,8 +317,8 @@ "POPULAR": "Popularność", "DATE" : "Data dodania" }, - "SCALE_UP": "Wznów", - "SCALE_DOWN": "Pauza" + "SCALED_UP": "Wznów", + "SCALED_DOWN": "Pauza" }, "MONITOR": { "TITLE": "Monitorowanie", -- GitLab