Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
dolchi21 committed Sep 14, 2023
1 parent 91c6ea8 commit 56381e2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions locales/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<strong>User settings for @${user.username}</strong>
Expand Down
4 changes: 4 additions & 0 deletions locales/fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<strong>Paramètres de l'utilisateur pour @${user.username}</strong>
Expand Down
4 changes: 4 additions & 0 deletions locales/it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<strong>User settings for @${user.username}</strong>
Expand Down
4 changes: 4 additions & 0 deletions locales/pt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<strong>User settings for @${user.username}</strong>
Expand Down
4 changes: 4 additions & 0 deletions locales/ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<strong>User settings for @${user.username}</strong>
Expand Down
4 changes: 4 additions & 0 deletions locales/uk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<strong>User settings for @${user.username}</strong>
Expand Down

0 comments on commit 56381e2

Please sign in to comment.