Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #40

Merged
merged 4 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading