From 56381e256b507ddbbc23e79b5cad25daef15bc6d Mon Sep 17 00:00:00 2001 From: Axel Dolce Date: Thu, 14 Sep 2023 11:24:37 -0300 Subject: [PATCH] i18n --- locales/de.yaml | 4 ++++ locales/fr.yaml | 4 ++++ locales/it.yaml | 4 ++++ locales/pt.yaml | 4 ++++ locales/ru.yaml | 4 ++++ locales/uk.yaml | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/locales/de.yaml b/locales/de.yaml index 3f608113..f95979d0 100644 --- a/locales/de.yaml +++ b/locales/de.yaml @@ -537,6 +537,10 @@ community_admin_help: | community_npub_updated: You added the community's pubkey ${npub} successfully! # END modules/community +# START modules/orders +order_not_found: Bestellung nicht gefunden. +# END modules/orders + # START modules/user user_settings: | User settings for @${user.username} diff --git a/locales/fr.yaml b/locales/fr.yaml index b64c32d0..3f71afbe 100644 --- a/locales/fr.yaml +++ b/locales/fr.yaml @@ -537,6 +537,10 @@ npub_not_valid: | /setnpub npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6 # END modules/nostr +# START modules/orders +order_not_found: Ordre non trouvé. +# END modules/orders + # START modules/user user_settings: | Paramètres de l'utilisateur pour @${user.username} diff --git a/locales/it.yaml b/locales/it.yaml index 5577d3fa..45ef7b42 100644 --- a/locales/it.yaml +++ b/locales/it.yaml @@ -534,6 +534,10 @@ community_admin_help: | community_npub_updated: You added the community's pubkey ${npub} successfully! # END modules/community +# START modules/orders +order_not_found: Ordine non trovato. +# END modules/orders + # START modules/user user_settings: | User settings for @${user.username} diff --git a/locales/pt.yaml b/locales/pt.yaml index 9e0fb496..c4aa73ce 100644 --- a/locales/pt.yaml +++ b/locales/pt.yaml @@ -534,6 +534,10 @@ community_admin_help: | community_npub_updated: You added the community's pubkey ${npub} successfully! # END modules/community +# START modules/orders +order_not_found: Ordem não encontrada. +# END modules/orders + # START modules/user user_settings: | User settings for @${user.username} diff --git a/locales/ru.yaml b/locales/ru.yaml index 81e11a46..4ceedc08 100644 --- a/locales/ru.yaml +++ b/locales/ru.yaml @@ -536,6 +536,10 @@ community_admin_help: | community_npub_updated: You added the community's pubkey ${npub} successfully! # END modules/community +# START modules/orders +order_not_found: Заказ не найден. +# END modules/orders + # START modules/user user_settings: | User settings for @${user.username} diff --git a/locales/uk.yaml b/locales/uk.yaml index 7dd0c34f..9ef321e3 100644 --- a/locales/uk.yaml +++ b/locales/uk.yaml @@ -533,6 +533,10 @@ community_admin_help: | community_npub_updated: You added the community's pubkey ${npub} successfully! # END modules/community +# START modules/orders +order_not_found: Замовлення не знайдено. +# END modules/orders + # START modules/user user_settings: | User settings for @${user.username}