From 6c4dcbda41f832e3e0f61b8430a8cf7118feed3f Mon Sep 17 00:00:00 2001 From: Armand <4831c0@proton.me> Date: Sat, 12 Jul 2025 01:29:48 +0200 Subject: [PATCH] Update strings --- app_hu.arb | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/app_hu.arb b/app_hu.arb index dd02ece..220b79a 100644 --- a/app_hu.arb +++ b/app_hu.arb @@ -17,6 +17,58 @@ "today": "Ma", "tomorrow": "Holnap", + "@_GREETINGS": {}, + "good_morning": "Jó reggelt, {p}!", + "@good_morning": { + "placeholders": { + "p": { + "type": "String" + } + } + }, + "good_day": "Szép napot, {p}!", + "@good_day": { + "placeholders": { + "p": { + "type": "String" + } + } + }, + "n_left_subtitle": "Tarts ki, már csak {n} óra!", + "@n_left_subtitle": { + "placeholders": { + "n": { + "type": "num" + } + } + }, + "suffering_almost_over_subtitle": "Mindjárt szabad vagy. Figyelj oda a tanárra.", + "school_ending": "Izgulsz, {p}?", + "@school_ending": { + "placeholders": { + "p": { + "type": "String" + } + } + }, + "tomorrow_subtitle": "Itt a holnapi napod.", + "good_afternoon": "Szép délutánt, {p}!", + "@good_afternoon": { + "placeholders": { + "p": { + "type": "String" + } + } + }, + "good_night": "Szép estét, {p}!", + "@good_night": { + "placeholders": { + "p": { + "type": "String" + } + } + }, + "@_HOME": {}, "home": "Kezdőlap", "grades": "Jegyek",