-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
ro: | ||
decidim: | ||
admin: | ||
filters: | ||
proposals: | ||
proposal_state_id_eq: | ||
label: Stare | ||
components: | ||
custom_proposal_states: | ||
name: CustomProposalStates | ||
custom_proposal_states: | ||
admin: | ||
proposal_states: | ||
edit: | ||
save: Actualizați | ||
title: Edit state | ||
index: | ||
title: Stări | ||
new: | ||
create: Creați | ||
title: Stare nouă | ||
events: | ||
custom_proposal_states: | ||
proposal_state_changed: | ||
affected_user: | ||
email_intro: 'The proposal "%{resource_title}" has changed its state to "%{state}". You can read the answer in this page:' | ||
email_outro: You have received this notification because you are an author of "%{resource_title}". | ||
email_subject: Your proposal has changed its state (%{state}) | ||
notification_title: Your proposal <a href="%{resource_path}">%{resource_title}</a> has changed its state to "%{state}". | ||
proposals: | ||
actions: | ||
delete_proposal_state_confirm: Are you sure you want to delete this state? | ||
destroy: Destroy | ||
edit_proposal_state: Edit state | ||
new_proposal_state: Stare nouă | ||
title: Actions | ||
admin: | ||
proposal_states: | ||
create: | ||
error: Error creating state | ||
success: State created successfully | ||
destroy: | ||
success: State deleted successfully | ||
update: | ||
error: Error updating state | ||
success: State updated successfully | ||
proposals: | ||
bulk-actions: | ||
statuses: Stări | ||
models: | ||
proposal_state: | ||
css_class: CSS class | ||
default: Default | ||
system: System | ||
title: Stare | ||
token: Token |