From f192259f98a8f237e96ab883bc13adc3f0aff465 Mon Sep 17 00:00:00 2001 From: Devydd <68201914+devydd@users.noreply.github.com> Date: Tue, 16 Mar 2021 01:15:20 +0100 Subject: [PATCH] Change not-tranlated Engilsh strings in YUE_HK and ZH_TW to fit in symbol array See: https://github.com/Ralim/IronOS/pull/876#issuecomment-799465859 --- Translations/translation_YUE_HK.json | 4 ++-- Translations/translation_ZH_TW.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Translations/translation_YUE_HK.json b/Translations/translation_YUE_HK.json index 4bcd50c4..fc6a45d3 100644 --- a/Translations/translation_YUE_HK.json +++ b/Translations/translation_YUE_HK.json @@ -311,14 +311,14 @@ "Power pulse", "wait time" ], - "desc": "Time to wait before triggering every keep-awake pulse (x 2.5s)" + "desc": "Time to wait beFore triggering everY power pulse " }, "PowerPulseDuration": { "text2": [ "Power pulse", "duration" ], - "desc": "Keep-awake-pulse duration (x 250ms)" + "desc": "power pulse duration " } } } diff --git a/Translations/translation_ZH_TW.json b/Translations/translation_ZH_TW.json index 1c0d5f6d..707a97c0 100644 --- a/Translations/translation_ZH_TW.json +++ b/Translations/translation_ZH_TW.json @@ -311,14 +311,14 @@ "Power pulse", "wait time" ], - "desc": "Time to wait before triggering every keep-awake pulse (x 2.5s)" + "desc": "Time to wait beFore triggering every keep-awake pulse " }, "PowerPulseDuration": { "text2": [ "Power pulse", "duration" ], - "desc": "Keep-awake-pulse duration (x 250ms)" + "desc": "Keep-awake-pulse duration " } } }