From 462fba4dcb3b58d4b45ebfb3b404947450628b43 Mon Sep 17 00:00:00 2001 From: Alexandru Emil Lupu Date: Mon, 16 Sep 2024 15:15:38 +0300 Subject: [PATCH 1/4] New translations en.yml (Romanian) --- config/locales/ro.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 4ce37cb..9b81250 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -1,5 +1,18 @@ --- ro: + 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: From 83fc35ad6c189665b4676b9fdc6951f7ad44df91 Mon Sep 17 00:00:00 2001 From: Alexandru Emil Lupu Date: Mon, 16 Sep 2024 15:15:39 +0300 Subject: [PATCH 2/4] New translations en.yml (French) --- config/locales/fr.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/locales/fr.yml b/config/locales/fr.yml index f783943..0ad8e6b 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -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: From d4ab87f00ddfb12629ba4029a8a853746043583c Mon Sep 17 00:00:00 2001 From: Alexandru Emil Lupu Date: Mon, 16 Sep 2024 15:15:41 +0300 Subject: [PATCH 3/4] New translations en.yml (German) --- config/locales/de.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/locales/de.yml b/config/locales/de.yml index f4b3d88..6ccae4e 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -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: From 0e6189674b3d283b1b51b084f4703a0406187860 Mon Sep 17 00:00:00 2001 From: Alexandru Emil Lupu Date: Mon, 16 Sep 2024 22:10:05 +0300 Subject: [PATCH 4/4] New translations en.yml (Romanian) --- config/locales/ro.yml | 54 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 9b81250..b3c5ec3 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -3,15 +3,15 @@ ro: 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 + 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: @@ -21,7 +21,7 @@ ro: label: Stare components: custom_proposal_states: - name: CustomProposalStates + name: Stări personalizate pentru propuneri custom_proposal_states: admin: proposal_states: @@ -43,13 +43,13 @@ ro: notification_title: Propunerea dumneavoastră %{resource_title} ș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 %{resource_title} 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 %{resource_title} ș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 @@ -57,25 +57,25 @@ ro: 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