From f8e8b1ca6175fea630fb70637124635c38b2edd5 Mon Sep 17 00:00:00 2001 From: Alexandru Emil Lupu Date: Sat, 6 Jan 2024 11:43:34 +0200 Subject: [PATCH] New Crowdin updates (#15) * New translations en.yml (Romanian) * New translations en.yml (French) * New translations en.yml (German) * New translations en.yml (Romanian) --- config/locales/de.yml | 57 +++++++++++++++++++++++++++++++++++++++++++ config/locales/fr.yml | 57 +++++++++++++++++++++++++++++++++++++++++++ config/locales/ro.yml | 57 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 171 insertions(+) create mode 100644 config/locales/de.yml create mode 100644 config/locales/fr.yml create mode 100644 config/locales/ro.yml diff --git a/config/locales/de.yml b/config/locales/de.yml new file mode 100644 index 0000000..c649a89 --- /dev/null +++ b/config/locales/de.yml @@ -0,0 +1,57 @@ +--- +de: + decidim: + admin: + filters: + proposals: + proposal_state_id_eq: + label: State + components: + custom_proposal_states: + name: CustomProposalStates + custom_proposal_states: + admin: + proposal_states: + edit: + save: Save + title: Edit state + index: + title: States + new: + create: Create + title: New state + 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 %{resource_title} 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: New state + 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: States + models: + proposal_state: + css_class: CSS class + default: Default + system: System + title: State + token: Token diff --git a/config/locales/fr.yml b/config/locales/fr.yml new file mode 100644 index 0000000..68f32f8 --- /dev/null +++ b/config/locales/fr.yml @@ -0,0 +1,57 @@ +--- +fr: + decidim: + admin: + filters: + proposals: + proposal_state_id_eq: + label: State + components: + custom_proposal_states: + name: CustomProposalStates + custom_proposal_states: + admin: + proposal_states: + edit: + save: Save + title: Edit state + index: + title: States + new: + create: Create + title: New state + 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 %{resource_title} 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: New state + 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: States + models: + proposal_state: + css_class: CSS class + default: Default + system: System + title: State + token: Token diff --git a/config/locales/ro.yml b/config/locales/ro.yml new file mode 100644 index 0000000..e7ee44d --- /dev/null +++ b/config/locales/ro.yml @@ -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 %{resource_title} 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: New state + 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: States + models: + proposal_state: + css_class: CSS class + default: Default + system: System + title: State + token: Token