From 57a5b5b4b347fe2f6426ffce30d018c784a9f90f Mon Sep 17 00:00:00 2001 From: Profitroll Date: Sun, 4 Feb 2024 01:11:47 +0100 Subject: [PATCH 1/3] Fixed uk and added en --- locale/en.json | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++ locale/uk.json | 2 +- 2 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 locale/en.json diff --git a/locale/en.json b/locale/en.json new file mode 100644 index 0000000..48bf143 --- /dev/null +++ b/locale/en.json @@ -0,0 +1,80 @@ +{ + "messages": { + "welcome": { + "morning": [ + "{0} Good morning and welcome! {1}" + ], + "midday": [ + "{0} Good day and welcome! {1}" + ], + "evening": [ + "{0} Good evening and welcome! {1}" + ], + "night": [ + "{0} Good night and welcome! {1}" + ], + "unknown": [ + "{0} Hello and welcome! {1}" + ] + } + }, + "actions": { + "bite": { + "name": "Bite", + "text": "**{user_name}** bites **{target_name}**" + }, + "hug": { + "name": "Hug", + "text": "**{user_name}** hugs **{target_name}**" + }, + "kiss": { + "name": "Kiss", + "text": "**{user_name}** kisses **{target_name}**" + }, + "lick": { + "name": "Lick", + "text": "**{user_name}** licks **{target_name}**" + }, + "pat": { + "name": "Pat", + "text": "**{user_name}** pats **{target_name}**" + }, + "poke": { + "name": "Poke", + "text": "**{user_name}** pokes **{target_name}**" + }, + "wave": { + "name": "Wave", + "text": "**{user_name}** waves **{target_name}**" + }, + "wink": { + "name": "Wink", + "text": "**{user_name}** winks **{target_name}**" + } + }, + "tracking": { + "dhl": { + "statuses": { + "delivered": "Delivered", + "transit": "Transit", + "pre-transit": "Pre-transit", + "failure": "Failure" + }, + "messages": { + "DHL PAKET (parcel)": "DHL PAKET (parcel)", + "The shipment was prepared for onward transport.": "The shipment was prepared for onward transport.", + "Warenpost (Merchandise Shipment)": "Warenpost (Merchandise Shipment)", + "The shipment has been processed in the parcel center": "The shipment has been processed in the parcel center", + "Unfortunately, the shipment could not be delivered today due to a strike action.": "Unfortunately, the shipment could not be delivered today due to a strike action.", + "Die Sendung wurde von DHL abgeholt.": "The shipment has been picked up by DHL.", + "The shipment has been successfully delivered": "The shipment has been successfully delivered", + "The shipment could not be delivered, and the recipient has been notified": "The shipment could not be delivered, and the recipient has been notified", + "The shipment has been loaded onto the delivery vehicle": "The shipment has been loaded onto the delivery vehicle", + "The shipment arrived in the region of recipient and will be transported to the delivery base in the next step.": "The shipment arrived in the region of recipient and will be transported to the delivery base in the next step.", + "The shipment has been processed in the parcel center of origin": "The shipment has been processed in the parcel center of origin", + "The shipment has been posted by the sender at the retail outlet": "The shipment has been posted by the sender at the retail outlet", + "The instruction data for this shipment have been provided by the sender to DHL electronically": "The instruction data for this shipment have been provided by the sender to DHL electronically" + } + } + } +} \ No newline at end of file diff --git a/locale/uk.json b/locale/uk.json index b3a1781..1255853 100644 --- a/locale/uk.json +++ b/locale/uk.json @@ -38,7 +38,7 @@ "text": "**{user_name}** робить кусь **{target_name}**" }, "hug": { - "name": "", + "name": "Обійняти", "text": "**{user_name}** обіймає **{target_name}**" }, "kiss": { From 45573c48ae767699bb863034f745e3c689253fd8 Mon Sep 17 00:00:00 2001 From: Weblate Date: Sun, 4 Feb 2024 02:12:07 +0200 Subject: [PATCH 2/3] Translated using Weblate (English) Currently translated at 73.0% (38 of 52 strings) Co-authored-by: Anonymous Translate-URL: https://weblate.end-play.xyz/projects/hessenuk/javelina/en/ Translation: Hessenuk/Javelina --- locale/en.json | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/locale/en.json b/locale/en.json index 48bf143..4a3b926 100644 --- a/locale/en.json +++ b/locale/en.json @@ -2,16 +2,30 @@ "messages": { "welcome": { "morning": [ - "{0} Good morning and welcome! {1}" + "{0} Good morning and welcome! {1}", + "{0} Доброго ранку та ласкаво просимо! {1}", + "{0} Вітаннячко! Ласкаво просимо! {1}", + "{0} Доброго ранку! Ласкаво просимо! {1}" ], "midday": [ - "{0} Good day and welcome! {1}" + "{0} Good day and welcome! {1}", + "{0} Добридень! Ласкаво просимо! {1}", + "{0} День добрий! Ласкаво просимо! {1}", + "{0} Мої вітання! Ласкаво просимо! {1}", + "{0} Здоровенькі були! Ласкаво просимо! {1}", + "{0} Раді вітати вас! Ласкаво просимо! {1}", + "{0} Доброго здоров’ячка! Ласкаво просимо! {1}" ], "evening": [ - "{0} Good evening and welcome! {1}" + "{0} Good evening and welcome! {1}", + "{0} Доброго вечора! Ласкаво просимо! {1}", + "{0} Добривечір! Ласкаво просимо! {1}", + "{0} Доброго вечора та ласкаво просимо! {1}", + "{0} Добрий вечір та ласкаво просимо! {1}" ], "night": [ - "{0} Good night and welcome! {1}" + "{0} Good night and welcome! {1}", + "{0} Здоровенькі були! Ласкаво просимо! {1}" ], "unknown": [ "{0} Hello and welcome! {1}" @@ -77,4 +91,4 @@ } } } -} \ No newline at end of file +} From 00f907c09c783c1b5490c9020de28ddfa3591936 Mon Sep 17 00:00:00 2001 From: Weblate Date: Sun, 4 Feb 2024 02:12:27 +0200 Subject: [PATCH 3/3] Translated using Weblate (German) Currently translated at 100.0% (0 of 0 strings) Added translation using Weblate (German) Co-authored-by: Anonymous Co-authored-by: Profitroll Co-authored-by: Weblate Translate-URL: https://weblate.end-play.xyz/projects/hessenuk/javelina/de/ Translation: Hessenuk/Javelina --- locale/de.json | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 locale/de.json diff --git a/locale/de.json b/locale/de.json new file mode 100644 index 0000000..ba83e53 --- /dev/null +++ b/locale/de.json @@ -0,0 +1,94 @@ +{ + "actions": { + "bite": { + "name": "Вкусити", + "text": "**{user_name}** робить кусь **{target_name}**" + }, + "poke": { + "name": "Тикнути", + "text": "**{user_name}** тикає в **{target_name}**" + }, + "hug": { + "name": "Обійняти", + "text": "**{user_name}** обіймає **{target_name}**" + }, + "kiss": { + "name": "Поцілувати", + "text": "**{user_name}** цілує **{target_name}**" + }, + "lick": { + "name": "Лизнути", + "text": "**{user_name}** лиже **{target_name}**" + }, + "pat": { + "name": "Погладити", + "text": "**{user_name}** гладить **{target_name}**" + }, + "wave": { + "name": "Помахати", + "text": "**{user_name}** махає **{target_name}**" + }, + "wink": { + "name": "Підморгнути", + "text": "**{user_name}** підморгує **{target_name}**" + } + }, + "messages": { + "welcome": { + "morning": [ + "{0} Добрий ранок та ласкаво просимо! {1}", + "{0} Доброго ранку та ласкаво просимо! {1}", + "{0} Вітаннячко! Ласкаво просимо! {1}", + "{0} Доброго ранку! Ласкаво просимо! {1}" + ], + "midday": [ + "{0} Добрий день! Ласкаво просимо! {1}", + "{0} Добридень! Ласкаво просимо! {1}", + "{0} День добрий! Ласкаво просимо! {1}", + "{0} Мої вітання! Ласкаво просимо! {1}", + "{0} Здоровенькі були! Ласкаво просимо! {1}", + "{0} Раді вітати вас! Ласкаво просимо! {1}", + "{0} Доброго здоров’ячка! Ласкаво просимо! {1}" + ], + "evening": [ + "{0} Добрий вечір! Ласкаво просимо! {1}", + "{0} Доброго вечора! Ласкаво просимо! {1}", + "{0} Добривечір! Ласкаво просимо! {1}", + "{0} Доброго вечора та ласкаво просимо! {1}", + "{0} Добрий вечір та ласкаво просимо! {1}" + ], + "night": [ + "{0} Доброї ночі! Ласкаво просимо! {1}", + "{0} Здоровенькі були! Ласкаво просимо! {1}" + ], + "unknown": [ + "{0} Вітаннячко! Ласкаво просимо! {1}" + ] + } + }, + "tracking": { + "dhl": { + "statuses": { + "delivered": "Доставлено", + "transit": "Транзит", + "pre-transit": "Пре-транзит", + "failure": "Невдача" + }, + "messages": { + "DHL PAKET (parcel)": "DHL PAKET (посилка)", + "The shipment was prepared for onward transport.": "Вантаж підготовлено до подальшого транспортування.", + "Warenpost (Merchandise Shipment)": "Варенпост (відвантаження товарів)", + "The shipment has been processed in the parcel center": "Відправлення пройшло обробку в посилковому центрі", + "Unfortunately, the shipment could not be delivered today due to a strike action.": "На жаль, сьогодні вантаж не вдалося доставити через страйк.", + "Die Sendung wurde von DHL abgeholt.": "Відправлення забрала компанія DHL.", + "The shipment has been successfully delivered": "Відправлення успішно доставлено", + "The shipment could not be delivered, and the recipient has been notified": "Відправлення не вдалося доставити, одержувача було повідомлено про це", + "The shipment has been loaded onto the delivery vehicle": "Вантаж завантажено на транспортний засіб доставки", + "The shipment arrived in the region of recipient and will be transported to the delivery base in the next step.": "Відправлення прибуло в регіон одержувача і буде доставлено на базу доставки на наступному кроці", + "The shipment has been processed in the parcel center of origin": "Відправлення оброблено в центрі відправлення посилок", + "The shipment has been posted by the sender at the retail outlet": "Відправлення відправлено відправником у торговій точці", + "The instruction data for this shipment have been provided by the sender to DHL electronically": "Дані інструкцій для цього відправлення були надані DHL відправником в електронному вигляді" + } + } + } +}