Skip to content

Commit

Permalink
New Crowdin updates (#40)
Browse files Browse the repository at this point in the history
* New translations en.yml (Romanian)

* New translations en.yml (French)

* New translations en.yml (German)

* New translations en.yml (Romanian)
  • Loading branch information
alecslupu authored Sep 16, 2024
1 parent 7c992ea commit e45f50a
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 18 deletions.
13 changes: 13 additions & 0 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
---
de:
activemodel:
attributes:
proposal_state:
announcement_title: Announcement title
answerable: Answerable
css_class: CSS Classes
default: Default
description: Description
gamified: Gamified
notifiable: Notifiable
system: System
title: Title
token: Token
decidim:
admin:
filters:
Expand Down
13 changes: 13 additions & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
---
fr:
activemodel:
attributes:
proposal_state:
announcement_title: Phrase de réponse à la proposition
answerable: État choisisable
css_class: CSS Classes
default: Assigné par défaut
description: Description
gamified: Ludifié
notifiable: Envoie une notification
system: État original Decidim
title: Title
token: Jeton d'identification
decidim:
admin:
filters:
Expand Down
49 changes: 31 additions & 18 deletions config/locales/ro.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
---
ro:
activemodel:
attributes:
proposal_state:
announcement_title: Titlul anunțului
answerable: Stare la care se poate răspunde
css_class: Clase CSS
default: Implicit
description: Descriere
gamified: Gamificat
notifiable: Notificabilă
system: Sistem
title: Titlu
token: Token
decidim:
admin:
filters:
Expand All @@ -8,7 +21,7 @@ ro:
label: Stare
components:
custom_proposal_states:
name: CustomProposalStates
name: Stări personalizate pentru propuneri
custom_proposal_states:
admin:
proposal_states:
Expand All @@ -30,39 +43,39 @@ ro:
notification_title: Propunerea dumneavoastră <a href="%{resource_path}">%{resource_title}</a> și-a schimbat starea în "%{state}".
follower:
email_intro: 'Propunerea "%{resource_title}" și-a modificat starea în "%{state}". Puteți citi răspunsul în această pagină:'
email_outro: You have received this notification because you are following "%{resource_title}". You can unfollow it from the previous link.
email_subject: A proposal you are following has changed its state (%{state})
notification_title: The <a href="%{resource_path}">%{resource_title}</a> proposal has changed its state to "%{state}".
email_outro: Ați primit această notificare deoarece urmăriți "%{resource_title}". Puteți opri urmărirea de la linkul anterior.
email_subject: O propunere pe care o urmăriți și-a modificat starea (%{state})
notification_title: Propunerea <a href="%{resource_path}">%{resource_title}</a> și-a modificat starea în "%{state}".
proposals:
actions:
delete_proposal_state_confirm: Are you sure you want to delete this state?
destroy: Destroy
delete_proposal_state_confirm: Sunteți sigur că doriți să ștergeți această stare?
destroy: Ștergeți
edit_proposal_state: Editați starea
new_proposal_state: Stare nouă
title: Acțiuni
admin:
proposal_states:
create:
error: Eroare la crearea stării
success: State created successfully
success: Stare creată cu succes
destroy:
success: State deleted successfully
success: Stare ștearsă cu succes
update:
error: Eroare la actualizarea stării
success: State updated successfully
success: Stare actualizată cu succes
proposals:
bulk-actions:
statuses: Stări
models:
proposal_state:
announcement_title: Announcement title
answerable: Answerable
css_class: CSS class
default: Default
description: Description
gamified: Gamified
include_in_stats: Include in stats
notifiable: Notifiable
system: System
announcement_title: Titlul anunțului
answerable: Stare la care se poate răspunde
css_class: Clase CSS
default: Implicit
description: Descriere
gamified: Gamificat
include_in_stats: Includeți în statistici
notifiable: Notificabilă
system: Sistem
title: Stare
token: Token

0 comments on commit e45f50a

Please sign in to comment.