From 2856abb80be634cc7e86cf198bc3be1cb19360d0 Mon Sep 17 00:00:00 2001 From: 4831c0 <4831c0@proton.me> Date: Wed, 16 Apr 2025 19:00:19 +0200 Subject: [PATCH] Add strings for wear --- app_hu.arb | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/app_hu.arb b/app_hu.arb index 9cbe060..f0f9648 100644 --- a/app_hu.arb +++ b/app_hu.arb @@ -16,5 +16,26 @@ "home": "Kezdőlap", "grades": "Jegyek", "timetable": "Órarend", - "other": "Több" + "other": "Több", + + "@_WEAR": {}, + "breakTxt": "Szünet", + "timeLeft": "Még {mins} perc", + "@timeLeft": { + "placeholders": { + "mins": { + "type": "num" + } + } + }, + "noClasses": "Nincs ma iskola, pihend ki magad!", + "noMoreClasses": "Nincs több órád ma", + "firstIn": "Első órád: {t}", + "@firstIn": { + "placeholders": { + "t": { + "type": "String" + } + } + } } \ No newline at end of file