From 254cf4000a386503183f4853183ce2cb00785edb Mon Sep 17 00:00:00 2001 From: Platoniq Bot <62356900+platoniq-bot@users.noreply.github.com> Date: Wed, 16 Sep 2020 10:12:55 +0200 Subject: [PATCH 1/4] New translations en.yml (French) --- config/locales/fr.yml | 115 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 config/locales/fr.yml diff --git a/config/locales/fr.yml b/config/locales/fr.yml new file mode 100644 index 000000000..fedaa68fa --- /dev/null +++ b/config/locales/fr.yml @@ -0,0 +1,115 @@ +fr: + activemodel: + attributes: + config: + allow_images_in_full_editor: Allow images in the full HTML editor + allow_images_in_markdown_editor: Allow images in the markdown editor + allow_images_in_proposals: Allow images in the proposals editor + allow_images_in_small_editor: Allow images in the minimal HTML editor + auto_save_forms: Auto save forms in local storage + use_markdown_editor: Use a Markdown editor instead of the HTML editor + constraint: + component_id: or specifically in + component_manifest: Only in components of type + participatory_space_manifest: Apply to participatory spaces of type + participatory_space_slug: Only in + decidim: + admin: + menu: + decidim_awesome: Decidim awesome + components: + awesome_map: + name: Awesome Map + settings: + global: + announcement: Announcement + map_height: Map height (px) + step: + announcement: Announcement + decidim_awesome: + admin: + checks: + index: + decidim-admin: From Admin module + decidim-core: From Core module + decidim-proposals: From Proposals module + decidim_version: Decidim version %{version} + title: System compatibility checks + config: + constraints: + add_condition: Add case + always: Always + delete: Supprimer + edit: Modifier + title: 'Applicable only in these cases:' + experimental: Experimental options + form: + help: + allow_images_in_full_editor: This will add an image uploader icon in all the editors WYSIWYG with the full toolbar enabled. + allow_images_in_markdown_editor: This will allow markdown editor to upload images by copy & paste or drag & drop. + allow_images_in_proposals: This will allow to upload images in the proposals editor, available to any user + allow_images_in_small_editor: This will add an image uploader icon in all the editors WYSIWYG with minimal options in the toolbar enabled. + auto_save_forms: This will use LocalStorage to automatically save data introduced by users in surveys and other forms while they are filling it. Data will be restored in a future visit with the same browser in case the form is not submitted. If the form is submitted, data will be removed. If users remove their LocalStorage data, data won't be restored either. + drag_and_drop_supported: When uploading images, Drag & Drop is supported. Images will be uploaded to the server and inserted as external resources (it doesn't use base64 inline encoding). + use_markdown_editor: This will substitute the Quill WYSIWYG editor, use a Markdown editor in the admin side and a frontend processor to render the text (text in database will be saved as markdown text) + rich_text_editor_in_public_views: 'NOTE: "Rich text editor for participants" is enabled, this option won''t apply. Use the editors hacks instead to enable images in proposals.' + show: + title: Tweaks for %{setting} + update: Update configuration + system: Everywhere except participatory spaces + update: + error: Error updating configuration! %{error} + success: Configuration updated successfully! + constraints: + create: + error: Error creating condition case + success: Condition case created successfully + destroy: + error: Error removing condition case + success: Condition case removed successfully + errors: + not_unique: Same condition already exists + new: + cancel: Cancel + constraint: New condition case + save: Save + show: + cancel: Cancel + constraint: Edit condition case + save: Save + update: + error: Error updating condition case + success: Condition case updated successfully + menu: + checks: System compatibility + editors: Editor hacks + proposals: Proposals hacks + surveys: Surveys & forms + credits: Decidim Awesome %{version} · Made with ♥ by Platoniq + editor_images: + create: + error: Error uploading image! + success: Image uploaded successfully! + map_component: + map: + error: + unavailable: The map is unavailable. Please configure geocoding to enable this component. + show: + view_meeting: View meeting + view_proposal: View proposal + layouts: + decidim: + admin: + decidim_awesome: + title: Decidim Tweaks + decidim_awesome: + awesome_config: + js: + amendments: Amendments + autosaved_error: LocalStorage is not supported in your browser, form cannot be saved automatically. + autosaved_retrieved: Data for this form has been recovered from a previous session + autosaved_success: Data saved in local storage + categories: Categories + drag_and_drop_image: Add images by dragging & dropping or pasting them. + meetings: Meetings + proposals: Proposals From 146b5e1b20c37a7d5ceef67dd283a583899d5e02 Mon Sep 17 00:00:00 2001 From: Platoniq Bot <62356900+platoniq-bot@users.noreply.github.com> Date: Wed, 16 Sep 2020 10:12:56 +0200 Subject: [PATCH 2/4] New translations en.yml (Spanish) --- config/locales/es.yml | 115 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 config/locales/es.yml diff --git a/config/locales/es.yml b/config/locales/es.yml new file mode 100644 index 000000000..75c0f3b62 --- /dev/null +++ b/config/locales/es.yml @@ -0,0 +1,115 @@ +es: + activemodel: + attributes: + config: + allow_images_in_full_editor: Allow images in the full HTML editor + allow_images_in_markdown_editor: Allow images in the markdown editor + allow_images_in_proposals: Allow images in the proposals editor + allow_images_in_small_editor: Allow images in the minimal HTML editor + auto_save_forms: Auto save forms in local storage + use_markdown_editor: Use a Markdown editor instead of the HTML editor + constraint: + component_id: or specifically in + component_manifest: Only in components of type + participatory_space_manifest: Apply to participatory spaces of type + participatory_space_slug: Only in + decidim: + admin: + menu: + decidim_awesome: Decidim awesome + components: + awesome_map: + name: Awesome Map + settings: + global: + announcement: Announcement + map_height: Map height (px) + step: + announcement: Announcement + decidim_awesome: + admin: + checks: + index: + decidim-admin: From Admin module + decidim-core: From Core module + decidim-proposals: From Proposals module + decidim_version: Decidim version %{version} + title: System compatibility checks + config: + constraints: + add_condition: Add case + always: Always + delete: Delete + edit: Edit + title: 'Applicable only in these cases:' + experimental: Experimental options + form: + help: + allow_images_in_full_editor: This will add an image uploader icon in all the editors WYSIWYG with the full toolbar enabled. + allow_images_in_markdown_editor: This will allow markdown editor to upload images by copy & paste or drag & drop. + allow_images_in_proposals: This will allow to upload images in the proposals editor, available to any user + allow_images_in_small_editor: This will add an image uploader icon in all the editors WYSIWYG with minimal options in the toolbar enabled. + auto_save_forms: This will use LocalStorage to automatically save data introduced by users in surveys and other forms while they are filling it. Data will be restored in a future visit with the same browser in case the form is not submitted. If the form is submitted, data will be removed. If users remove their LocalStorage data, data won't be restored either. + drag_and_drop_supported: When uploading images, Drag & Drop is supported. Images will be uploaded to the server and inserted as external resources (it doesn't use base64 inline encoding). + use_markdown_editor: This will substitute the Quill WYSIWYG editor, use a Markdown editor in the admin side and a frontend processor to render the text (text in database will be saved as markdown text) + rich_text_editor_in_public_views: 'NOTE: "Rich text editor for participants" is enabled, this option won''t apply. Use the editors hacks instead to enable images in proposals.' + show: + title: Tweaks for %{setting} + update: Update configuration + system: Everywhere except participatory spaces + update: + error: Error updating configuration! %{error} + success: Configuration updated successfully! + constraints: + create: + error: Error creating condition case + success: Condition case created successfully + destroy: + error: Error removing condition case + success: Condition case removed successfully + errors: + not_unique: Same condition already exists + new: + cancel: Cancel + constraint: New condition case + save: Save + show: + cancel: Cancel + constraint: Edit condition case + save: Save + update: + error: Error updating condition case + success: Condition case updated successfully + menu: + checks: System compatibility + editors: Editor hacks + proposals: Proposals hacks + surveys: Surveys & forms + credits: Decidim Awesome %{version} · Made with ♥ by Platoniq + editor_images: + create: + error: Error uploading image! + success: Image uploaded successfully! + map_component: + map: + error: + unavailable: The map is unavailable. Please configure geocoding to enable this component. + show: + view_meeting: View meeting + view_proposal: View proposal + layouts: + decidim: + admin: + decidim_awesome: + title: Decidim Tweaks + decidim_awesome: + awesome_config: + js: + amendments: Amendments + autosaved_error: LocalStorage is not supported in your browser, form cannot be saved automatically. + autosaved_retrieved: Data for this form has been recovered from a previous session + autosaved_success: Data saved in local storage + categories: Categories + drag_and_drop_image: Add images by dragging & dropping or pasting them. + meetings: Meetings + proposals: Proposals From f9fbf010414de2f32ce088e203d459975cb07598 Mon Sep 17 00:00:00 2001 From: Platoniq Bot <62356900+platoniq-bot@users.noreply.github.com> Date: Wed, 16 Sep 2020 10:12:58 +0200 Subject: [PATCH 3/4] New translations en.yml (Catalan) --- config/locales/ca.yml | 106 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 92 insertions(+), 14 deletions(-) diff --git a/config/locales/ca.yml b/config/locales/ca.yml index c991ef3fa..fd0538fda 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -1,37 +1,115 @@ ---- ca: activemodel: attributes: config: allow_images_in_full_editor: Permet imatge a l'editor HTML complet + allow_images_in_markdown_editor: Permet imatges a l'editor markdown + allow_images_in_proposals: Permet imatges a l'editor de propostes allow_images_in_small_editor: Permet imatge a l'editor HTML reduït + auto_save_forms: Desa automàticament els formularis a l'emmagatzematge local del navegador + use_markdown_editor: Fes servir l'editor Markdown en comptes de l'editor HTML + constraint: + component_id: o específicament a + component_manifest: Només en components de tipus + participatory_space_manifest: Aplica-ho a espais participatius de tipus + participatory_space_slug: Només a decidim: admin: menu: - decidim_awesome: Decidim awesome + decidim_awesome: Decidim Awesome + components: + awesome_map: + name: Awesome Map + settings: + global: + announcement: Anunci + map_height: Alçada del mapa (px) + step: + announcement: Anunci decidim_awesome: admin: - editor_images: - create: - error: Error pujant la imatge! - success: Imatge desada correctament! - editors: + checks: + index: + decidim-admin: Del mòdul Admin + decidim-core: Del mòdul Core + decidim-proposals: Del mòdul Proposals + decidim_version: Versió de Decidim %{version} + title: Anàlisi de compatibilitat amb el sistema + config: + constraints: + add_condition: Afegeix una restricció + always: Sempre + delete: Esborra + edit: Edita + title: 'S''aplica només en aquests casos:' + experimental: Opcions experimentals form: help: - allow_images_in_full_editor: Això afegirà una icona per permetre posar imatges als editors WYSIWYG amb la barra d'eines completa. - allow_images_in_small_editor: Això afegirà una icona per permetre posar imatges als editors WYSIWYG amb la barra d'eines reduïda. - drag_and_drop_supported: Qua s'afegeixi una imatge, arrastrar i deixar anar està suportat. Les imatges es pujaran al servidor i s'introduiran com a recursos externs (no es fa servir la codificació en base64 en línia). + allow_images_in_full_editor: Això afegirà un botó per pujar imatges a l'editor HTML complet. + allow_images_in_markdown_editor: Això permetrà a l'editor markdown pujar imatges "arrastrant i deixant anar". + allow_images_in_proposals: Això permetrà pujar imatges a l'editor de propostes, disponible per qualsevol usuari + allow_images_in_small_editor: Això afegirà un botó per pujar imatges a l'editor HTML mínim. + auto_save_forms: Això farà servir l'emmagatzematge local del navegador per desar automàticament les dades introduïdes pels usuaris a les enquestes i altres formularis mentre les omplen. Les dades es restauraran en una futura visita amb el mateix navegador en cas que no s’enviï el formulari. Si s’envia el formulari, s’eliminaran les dades locals. Si els usuaris eliminen les seves dades del navegador, tampoc es restauraran. + drag_and_drop_supported: Quan es pugin imatges, es pot fer a través del mètode de "arrastrar i deixar anar". Les imatges seran pujades al servidor i inserides com recursos externs (no es fa servir codificació en línia base64). + use_markdown_editor: Això substituirà l'editor HTML (Quill), en el seu lloc s'utilitzarà un editor Markdown tant a l'admin com a la pàgina pública per processar el text (a la base de dades el text es desarà com a markdown) + rich_text_editor_in_public_views: 'NOTA: "Editor de text enriquit per participants" està habilitat a la configuració general, aquesta opció no aplicarà. Feu servir les modificacions d''editor general per afegir imatges a les propostes.' show: - title: Canvis als editors + title: Modificacions per %{setting} update: Actualitza la configuració + system: A tot arreu excepte espais participatius update: - error: Error al actualitzar la configuració! %{error} + error: Error actualitzant la configuració! %{error} success: Configuració actualitzada correctament! + constraints: + create: + error: Error creant una nova restricció + success: Restricció creada correctament + destroy: + error: Error esborrant la restricció + success: Restricció esborrada correctament + errors: + not_unique: La mateixa restricció ja existeix + new: + cancel: Cancel·la + constraint: Nova restricció + save: Desa + show: + cancel: Cancel·la + constraint: Edita la restricció + save: Desa + update: + error: Error actualitzant la restricció + success: Restricció actualitzada correctament menu: - editors: Editor hacks + checks: Compatibilitat de sistema + editors: Modificacions als editors + proposals: Modificacions a propostes + surveys: Formularis i enquestes credits: Decidim Awesome %{version} · Made with ♥ by Platoniq + editor_images: + create: + error: Error en pujar la imatge! + success: La imatge s'ha pujat correctament! + map_component: + map: + error: + unavailable: El mapa no està disponible. SI us plau, configureu la geolocalització en aquesta instal·lació per activar aquest component. + show: + view_meeting: Veure trobada + view_proposal: Veure proposta layouts: decidim: admin: decidim_awesome: - title: Decidim Tweaks + title: Modificacions a Decidim + decidim_awesome: + awesome_config: + js: + amendments: Esmenes + autosaved_error: L'emmagatzematge local no està disponible al teu navegador, el formulari no es podrà desar automàticament. + autosaved_retrieved: Les dades d'aquest formulari s'han recuperat d'una sessió anterior + autosaved_success: Dades desades a l'emmagatzematge local + categories: Categories + drag_and_drop_image: Afegeix imatges "arrastrant i deixant anar" o bé enganxant-les. + meetings: Trobades + proposals: Propostes From 499a96331042f8415cff4b9acd94aa2db915a641 Mon Sep 17 00:00:00 2001 From: Platoniq Bot <62356900+platoniq-bot@users.noreply.github.com> Date: Wed, 16 Sep 2020 11:22:28 +0200 Subject: [PATCH 4/4] New translations en.yml (Catalan) --- config/locales/ca.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/ca.yml b/config/locales/ca.yml index fd0538fda..4fac31f0e 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -19,7 +19,7 @@ ca: decidim_awesome: Decidim Awesome components: awesome_map: - name: Awesome Map + name: Mapa global settings: global: announcement: Anunci