From 209eaa70e2cf8dd66328f26a4ed40be18776b820 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 16:56:56 +0200 Subject: [PATCH 01/37] New translations app.admin.en.yml (French) --- config/locales/app.admin.fr.yml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/config/locales/app.admin.fr.yml b/config/locales/app.admin.fr.yml index db2abfe82..9d8cb6842 100644 --- a/config/locales/app.admin.fr.yml +++ b/config/locales/app.admin.fr.yml @@ -1289,7 +1289,33 @@ fr: report_removed: "Le rapport a bien été supprimé" failed_to_remove: "Une erreur est survenue, impossible de supprimer le rapport" plans_categories: - manage_plans_categories: "Gérer les catégories des formules d'abonnement" + manage_plans_categories: "Manage plans' categories" + plan_categories_list: + categories_list: "List of the plan's categories" + name: "Name" + significance: "Significance" + create_plan_category: + new_category: "New category" + name: "Name" + significance: "Significance" + significance_info: "Categories will be shown ordered by signifiance. The higher you set the significance, the first the category will be shown." + confirm_create: "Create the category" + category_created: "The new category was successfully created" + unable_to_create: "Unable to create the category: " + edit_plan_category: + edit_category: "Edit the category" + name: "Name" + significance: "Significance" + confirm_edition: "Validate" + category_updated: "The category was successfully updated" + unable_to_update: "Unable to update the category: " + significance_info: "Categories will be shown ordered by signifiance. The higher you set the significance, the first the category will be shown." + delete_plan_category: + delete_category: "Delete a category" + confirm_delete: "Delete" + delete_confirmation: "Are you sure you want to delete this category? If you do, the plans associated with this category won't be sorted anymore." + category_deleted: "The category was successfully deleted" + unable_to_delete: "Unable to delete the category: " #feature tour tour: conclusion: From 855c92c4639b80eba618526386a779b24a9d5eb7 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 16:56:57 +0200 Subject: [PATCH 02/37] New translations app.shared.en.yml (French) --- config/locales/app.shared.fr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/app.shared.fr.yml b/config/locales/app.shared.fr.yml index 128ec21bb..c99e13153 100644 --- a/config/locales/app.shared.fr.yml +++ b/config/locales/app.shared.fr.yml @@ -174,7 +174,7 @@ fr: all: "Tous" transversal_all_groups: "Transversal (tout les groupes)" group_is_required: "Le groupe est requis." - category: "Catégorie" + category: "Category" number_of_periods: "Nombre de périodes" number_of_periods_is_required: "Le nombre de périodes est requis." period: "Période" From 46b04e747dc00671931bf9aaa76d1fed2178553f Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 16:56:58 +0200 Subject: [PATCH 03/37] New translations app.admin.en.yml (Spanish) --- config/locales/app.admin.es.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/config/locales/app.admin.es.yml b/config/locales/app.admin.es.yml index 699d4c7c1..79a335682 100644 --- a/config/locales/app.admin.es.yml +++ b/config/locales/app.admin.es.yml @@ -1288,6 +1288,34 @@ es: report_will_be_destroyed: "Once the report has been processed, it will be deleted. This can't be undone, continue?" report_removed: "The report has been deleted" failed_to_remove: "An error occurred, unable to delete the report" + plans_categories: + manage_plans_categories: "Manage plans' categories" + plan_categories_list: + categories_list: "List of the plan's categories" + name: "Name" + significance: "Significance" + create_plan_category: + new_category: "New category" + name: "Name" + significance: "Significance" + significance_info: "Categories will be shown ordered by signifiance. The higher you set the significance, the first the category will be shown." + confirm_create: "Create the category" + category_created: "The new category was successfully created" + unable_to_create: "Unable to create the category: " + edit_plan_category: + edit_category: "Edit the category" + name: "Name" + significance: "Significance" + confirm_edition: "Validate" + category_updated: "The category was successfully updated" + unable_to_update: "Unable to update the category: " + significance_info: "Categories will be shown ordered by signifiance. The higher you set the significance, the first the category will be shown." + delete_plan_category: + delete_category: "Delete a category" + confirm_delete: "Delete" + delete_confirmation: "Are you sure you want to delete this category? If you do, the plans associated with this category won't be sorted anymore." + category_deleted: "The category was successfully deleted" + unable_to_delete: "Unable to delete the category: " #feature tour tour: conclusion: From e7e3053d74f81e1bc117d6b2510a22325be55d34 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 16:56:59 +0200 Subject: [PATCH 04/37] New translations app.shared.en.yml (Spanish) --- config/locales/app.shared.es.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/app.shared.es.yml b/config/locales/app.shared.es.yml index 96b279451..8bda86863 100644 --- a/config/locales/app.shared.es.yml +++ b/config/locales/app.shared.es.yml @@ -174,6 +174,7 @@ es: all: "Todos" transversal_all_groups: "Transversal (todos los grupos)" group_is_required: "Se requiere un grupo." + category: "Category" number_of_periods: "Numero de periodos" number_of_periods_is_required: "El numero de periodos es obligatorio." period: "Periodo" From 0d9f87f5da72b0f6fb000169e01d847a2948a8ff Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 16:57:01 +0200 Subject: [PATCH 05/37] New translations app.admin.en.yml (German) --- config/locales/app.admin.de.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/config/locales/app.admin.de.yml b/config/locales/app.admin.de.yml index 3b2692455..c4a8ac54a 100644 --- a/config/locales/app.admin.de.yml +++ b/config/locales/app.admin.de.yml @@ -1288,6 +1288,34 @@ de: report_will_be_destroyed: "Sobald der Bericht verarbeitet wurde, wird er gelöscht. Dies kann nicht rückgängig gemacht werden. Fortfahren?" report_removed: "Der Bericht wurde gelöscht" failed_to_remove: "Ein Fehler ist aufgetreten, der Bericht konnte nicht gelöscht werden" + plans_categories: + manage_plans_categories: "Manage plans' categories" + plan_categories_list: + categories_list: "List of the plan's categories" + name: "Name" + significance: "Significance" + create_plan_category: + new_category: "New category" + name: "Name" + significance: "Significance" + significance_info: "Categories will be shown ordered by signifiance. The higher you set the significance, the first the category will be shown." + confirm_create: "Create the category" + category_created: "The new category was successfully created" + unable_to_create: "Unable to create the category: " + edit_plan_category: + edit_category: "Edit the category" + name: "Name" + significance: "Significance" + confirm_edition: "Validate" + category_updated: "The category was successfully updated" + unable_to_update: "Unable to update the category: " + significance_info: "Categories will be shown ordered by signifiance. The higher you set the significance, the first the category will be shown." + delete_plan_category: + delete_category: "Delete a category" + confirm_delete: "Delete" + delete_confirmation: "Are you sure you want to delete this category? If you do, the plans associated with this category won't be sorted anymore." + category_deleted: "The category was successfully deleted" + unable_to_delete: "Unable to delete the category: " #feature tour tour: conclusion: From e9430b149886f0795a0985ca1ea95e24e32c4234 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 16:57:02 +0200 Subject: [PATCH 06/37] New translations app.shared.en.yml (German) --- config/locales/app.shared.de.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/app.shared.de.yml b/config/locales/app.shared.de.yml index ec4e1533b..3b530a345 100644 --- a/config/locales/app.shared.de.yml +++ b/config/locales/app.shared.de.yml @@ -174,6 +174,7 @@ de: all: "Alle" transversal_all_groups: "Transversal (alle Gruppen)" group_is_required: "Gruppe ist erforderlich." + category: "Category" number_of_periods: "Anzahl der Zeiträume" number_of_periods_is_required: "Anzahl der Zeiträume ist erforderlich." period: "Zeitraum" From 43d5e7719dff226409e84afd5e23e2056468a0cd Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 16:57:04 +0200 Subject: [PATCH 07/37] New translations app.admin.en.yml (Portuguese) --- config/locales/app.admin.pt.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/config/locales/app.admin.pt.yml b/config/locales/app.admin.pt.yml index 91adecf7f..ab62814d3 100755 --- a/config/locales/app.admin.pt.yml +++ b/config/locales/app.admin.pt.yml @@ -1288,6 +1288,34 @@ pt: report_will_be_destroyed: "Depois que o relatório for processado, ele será excluído. Isso não pode ser desfeito, continuar?" report_removed: "O relatório foi eliminado" failed_to_remove: "Ocorreu um erro, não é possível excluir o relatório" + plans_categories: + manage_plans_categories: "Manage plans' categories" + plan_categories_list: + categories_list: "List of the plan's categories" + name: "Name" + significance: "Significance" + create_plan_category: + new_category: "New category" + name: "Name" + significance: "Significance" + significance_info: "Categories will be shown ordered by signifiance. The higher you set the significance, the first the category will be shown." + confirm_create: "Create the category" + category_created: "The new category was successfully created" + unable_to_create: "Unable to create the category: " + edit_plan_category: + edit_category: "Edit the category" + name: "Name" + significance: "Significance" + confirm_edition: "Validate" + category_updated: "The category was successfully updated" + unable_to_update: "Unable to update the category: " + significance_info: "Categories will be shown ordered by signifiance. The higher you set the significance, the first the category will be shown." + delete_plan_category: + delete_category: "Delete a category" + confirm_delete: "Delete" + delete_confirmation: "Are you sure you want to delete this category? If you do, the plans associated with this category won't be sorted anymore." + category_deleted: "The category was successfully deleted" + unable_to_delete: "Unable to delete the category: " #feature tour tour: conclusion: From d68a25dba118dacf03c555c4bb5be8ec61da8fef Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 16:57:05 +0200 Subject: [PATCH 08/37] New translations app.shared.en.yml (Portuguese) --- config/locales/app.shared.pt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/app.shared.pt.yml b/config/locales/app.shared.pt.yml index e921cb3a9..b9230d0c6 100755 --- a/config/locales/app.shared.pt.yml +++ b/config/locales/app.shared.pt.yml @@ -174,6 +174,7 @@ pt: all: "Todos" transversal_all_groups: "Transversal (todos os grupos)" group_is_required: "Grupo é obrigatório." + category: "Category" number_of_periods: "Número de períodos" number_of_periods_is_required: "Número de períodos é obrigatório." period: "Período" From 0377af7ba231edb82b5eaa16e40259cde078042a Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 16:57:06 +0200 Subject: [PATCH 09/37] New translations app.shared.en.yml (Zulu) --- config/locales/app.shared.zu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/app.shared.zu.yml b/config/locales/app.shared.zu.yml index f9f06180e..b03607bd1 100644 --- a/config/locales/app.shared.zu.yml +++ b/config/locales/app.shared.zu.yml @@ -174,6 +174,7 @@ zu: all: "crwdns20896:0crwdne20896:0" transversal_all_groups: "crwdns9655:0crwdne9655:0" group_is_required: "crwdns9657:0crwdne9657:0" + category: "crwdns21622:0crwdne21622:0" number_of_periods: "crwdns9659:0crwdne9659:0" number_of_periods_is_required: "crwdns9661:0crwdne9661:0" period: "crwdns9663:0crwdne9663:0" From fb3feb4c21ff6176dde05aeb5082cec34771165c Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 16:57:08 +0200 Subject: [PATCH 10/37] New translations app.admin.en.yml (Zulu) --- config/locales/app.admin.zu.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/config/locales/app.admin.zu.yml b/config/locales/app.admin.zu.yml index db90b8e5c..c635e60f2 100644 --- a/config/locales/app.admin.zu.yml +++ b/config/locales/app.admin.zu.yml @@ -1288,6 +1288,34 @@ zu: report_will_be_destroyed: "crwdns8499:0crwdne8499:0" report_removed: "crwdns8501:0crwdne8501:0" failed_to_remove: "crwdns8503:0crwdne8503:0" + plans_categories: + manage_plans_categories: "crwdns21576:0crwdne21576:0" + plan_categories_list: + categories_list: "crwdns21578:0crwdne21578:0" + name: "crwdns21580:0crwdne21580:0" + significance: "crwdns21582:0crwdne21582:0" + create_plan_category: + new_category: "crwdns21584:0crwdne21584:0" + name: "crwdns21586:0crwdne21586:0" + significance: "crwdns21588:0crwdne21588:0" + significance_info: "crwdns21590:0crwdne21590:0" + confirm_create: "crwdns21592:0crwdne21592:0" + category_created: "crwdns21594:0crwdne21594:0" + unable_to_create: "crwdns21596:0crwdne21596:0" + edit_plan_category: + edit_category: "crwdns21598:0crwdne21598:0" + name: "crwdns21600:0crwdne21600:0" + significance: "crwdns21602:0crwdne21602:0" + confirm_edition: "crwdns21604:0crwdne21604:0" + category_updated: "crwdns21606:0crwdne21606:0" + unable_to_update: "crwdns21608:0crwdne21608:0" + significance_info: "crwdns21610:0crwdne21610:0" + delete_plan_category: + delete_category: "crwdns21612:0crwdne21612:0" + confirm_delete: "crwdns21614:0crwdne21614:0" + delete_confirmation: "crwdns21616:0crwdne21616:0" + category_deleted: "crwdns21618:0crwdne21618:0" + unable_to_delete: "crwdns21620:0crwdne21620:0" #feature tour tour: conclusion: From 0480bf576c5fc01a25f132cb7692000bb13191b9 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 18:59:10 +0200 Subject: [PATCH 11/37] New translations app.admin.en.yml (French) --- config/locales/app.admin.fr.yml | 42 ++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/config/locales/app.admin.fr.yml b/config/locales/app.admin.fr.yml index 9d8cb6842..958528e7f 100644 --- a/config/locales/app.admin.fr.yml +++ b/config/locales/app.admin.fr.yml @@ -1289,31 +1289,31 @@ fr: report_removed: "Le rapport a bien été supprimé" failed_to_remove: "Une erreur est survenue, impossible de supprimer le rapport" plans_categories: - manage_plans_categories: "Manage plans' categories" + manage_plans_categories: "Gérer les catégories des formules d'abonnement" plan_categories_list: - categories_list: "List of the plan's categories" - name: "Name" - significance: "Significance" + categories_list: "Liste des catégories des formules d'abonnement" + name: "Nom" + significance: "Importance" create_plan_category: - new_category: "New category" - name: "Name" - significance: "Significance" - significance_info: "Categories will be shown ordered by signifiance. The higher you set the significance, the first the category will be shown." - confirm_create: "Create the category" - category_created: "The new category was successfully created" - unable_to_create: "Unable to create the category: " + new_category: "Nouvelle catégorie" + name: "Nom" + significance: "Importance" + significance_info: "Les catégories seront affichées par ordre d'importance. Plus vous définissez une importance élevée, plus la catégorie sera affichée en premier." + confirm_create: "Créer la catégorie" + category_created: "La nouvelle catégorie a bien été créée" + unable_to_create: "Impossible de créer la catégorie : " edit_plan_category: - edit_category: "Edit the category" - name: "Name" - significance: "Significance" - confirm_edition: "Validate" - category_updated: "The category was successfully updated" - unable_to_update: "Unable to update the category: " - significance_info: "Categories will be shown ordered by signifiance. The higher you set the significance, the first the category will be shown." + edit_category: "Modifier la catégorie" + name: "Nom" + significance: "Importance" + confirm_edition: "Valider" + category_updated: "La catégorie a bien été mise à jour" + unable_to_update: "Impossible de mettre à jour la catégorie : " + significance_info: "Les catégories seront affichées par ordre d'importance. Plus vous définissez une importance élevée, plus la catégorie sera affichée en premier." delete_plan_category: - delete_category: "Delete a category" - confirm_delete: "Delete" - delete_confirmation: "Are you sure you want to delete this category? If you do, the plans associated with this category won't be sorted anymore." + delete_category: "Supprimer une catégorie" + confirm_delete: "Supprimer" + delete_confirmation: "Êtes-vous sûr de vouloir supprimer cette catégorie ? Si vous le faites, les formules associés à cette catégorie ne seront plus triés." category_deleted: "The category was successfully deleted" unable_to_delete: "Unable to delete the category: " #feature tour From 8819d8d23023b4ef28acfce2106da51e65fea2df Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 19:21:34 +0200 Subject: [PATCH 12/37] New translations app.admin.en.yml (French) --- config/locales/app.admin.fr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/app.admin.fr.yml b/config/locales/app.admin.fr.yml index 958528e7f..e8e59cec1 100644 --- a/config/locales/app.admin.fr.yml +++ b/config/locales/app.admin.fr.yml @@ -1314,8 +1314,8 @@ fr: delete_category: "Supprimer une catégorie" confirm_delete: "Supprimer" delete_confirmation: "Êtes-vous sûr de vouloir supprimer cette catégorie ? Si vous le faites, les formules associés à cette catégorie ne seront plus triés." - category_deleted: "The category was successfully deleted" - unable_to_delete: "Unable to delete the category: " + category_deleted: "La catégorie a bien été supprimée" + unable_to_delete: "Impossible de supprimer la catégorie : " #feature tour tour: conclusion: From 42dce8c431748e6611023965bd5fe35ffb58752b Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 9 Jun 2021 19:21:36 +0200 Subject: [PATCH 13/37] New translations app.shared.en.yml (French) --- config/locales/app.shared.fr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/app.shared.fr.yml b/config/locales/app.shared.fr.yml index c99e13153..128ec21bb 100644 --- a/config/locales/app.shared.fr.yml +++ b/config/locales/app.shared.fr.yml @@ -174,7 +174,7 @@ fr: all: "Tous" transversal_all_groups: "Transversal (tout les groupes)" group_is_required: "Le groupe est requis." - category: "Category" + category: "Catégorie" number_of_periods: "Nombre de périodes" number_of_periods_is_required: "Le nombre de périodes est requis." period: "Période" From 29bc7a0f55b10dda2f510665a5ca0bb94571d667 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:10 +0200 Subject: [PATCH 14/37] New translations en.yml (French) --- config/locales/fr.yml | 111 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 4fab61147..2f5669334 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -414,3 +414,114 @@ fr: group: #name of the user's group for administrators admins: 'Administrateurs' + settings: + locked_setting: "the setting is locked." + about_title: "\"About\" page title" + about_body: "\"About\" page content" + about_contacts: "\"About\" page contacts" + privacy_draft: "Privacy policy draft" + privacy_body: "Privacy policy" + privacy_dpo: "Data protection officer address" + twitter_name: "Twitter feed name" + home_blogpost: "Homepage's brief" + machine_explications_alert: "Explanation message on the machine reservation page" + training_explications_alert: "Explanation message on the training reservation page" + training_information_message: "Information message on the machine reservation page" + subscription_explications_alert: "Explanation message on the subscription page" + invoice_logo: "Invoices' logo" + invoice_reference: "Invoice's reference" + invoice_code-active: "Activation of the invoices' code" + invoice_code-value: "Invoices' code" + invoice_order-nb: "Invoice's order number" + invoice_VAT-active: "Activation of the VAT" + invoice_VAT-rate: "VAT rate" + invoice_text: "Invoices' text" + invoice_legals: "Invoices' legal information" + booking_window_start: "Opening time" + booking_window_end: "Closing time" + booking_move_enable: "Activation of reservations moving" + booking_move_delay: "Preventive delay before any reservation move" + booking_cancel_enable: "Activation of reservations cancelling" + booking_cancel_delay: "Preventive delay before any reservation cancellation" + main_color: "Main colour" + secondary_color: "Secondary colour" + fablab_name: "Fablab's name" + name_genre: "Title concordance" + reminder_enable: "Activation of reservations reminding" + reminder_delay: "Delay before sending the reminder" + event_explications_alert: "Explanation message on the event reservation page" + space_explications_alert: "Explanation message on the space reservation page" + visibility_yearly: "Maximum visibility for annual subscribers" + visibility_others: "Maximum visibility for other members" + display_name_enable: "Display names in the calendar" + machines_sort_by: "Machines display order" + accounting_journal_code: "Journal code" + accounting_card_client_code: "Card clients code" + accounting_card_client_label: "Card clients label" + accounting_wallet_client_code: "Wallet clients code" + accounting_wallet_client_label: "Wallet clients label" + accounting_other_client_code: "Other means client code" + accounting_other_client_label: "Other means client label" + accounting_wallet_code: "Wallet code" + accounting_wallet_label: "Wallet label" + accounting_VAT_code: "VAT code" + accounting_VAT_label: "VAT label" + accounting_subscription_code: "Subscriptions code" + accounting_subscription_label: "Subscriptions label" + accounting_Machine_code: "Machines code" + accounting_Machine_label: "Machines label" + accounting_Training_code: "Trainings code" + accounting_Training_label: "Trainings label" + accounting_Event_code: "Events code" + accounting_Event_label: "Events label" + accounting_Space_code: "Spaces code" + accounting_Space_label: "Spaces label" + hub_last_version: "Last Fab-manager's version" + hub_public_key: "Instance public key" + fab_analytics: "Fab Analytics" + link_name: "Link title to the \"About\" page" + home_content: "The home page" + home_css: "Stylesheet of the home page" + origin: "Instance URL" + uuid: "Instance ID" + phone_required: "Phone required?" + tracking_id: "Tracking ID" + book_overlapping_slots: "Book overlapping slots" + slot_duration: "Default duration of booking slots" + events_in_calendar: "Display events in the calendar" + spaces_module: "Spaces module" + plans_module: "Plans modules" + invoicing_module: "Invoicing module" + facebook_app_id: "Facebook App ID" + twitter_analytics: "Twitter analytics account" + recaptcha_site_key: "reCAPTCHA Site Key" + recaptcha_secret_key: "reCAPTCHA Secret Key" + feature_tour_display: "Feature tour display mode" + email_from: "Expeditor's address" + disqus_shortname: "Disqus shortname" + allowed_cad_extensions: "Allowed CAD files extensions" + allowed_cad_mime_types: "Allowed CAD files MIME types" + openlab_app_id: "OpenLab ID" + openlab_app_secret: "OpenLab secret" + openlab_default: "Default projects gallery view" + online_payment_module: "Online payments module" + stripe_public_key: "Stripe public key" + stripe_secret_key: "Stripe secret key" + stripe_currency: "Stripe currency" + invoice_prefix: "Invoices' files prefix" + confirmation_required: "Confirmation required" + wallet_module: "Wallet module" + statistics_module: "Statistics module" + upcoming_events_shown: "Display limit for upcoming events" + payment_schedule_prefix: "Payment schedule's files prefix" + trainings_module: "Trainings module" + address_required: "Address required" + accounting_Error_code: "Errors code" + accounting_Error_label: "Errors label" + payment_gateway: "Payment gateway" + payzen_username: "PayZen username" + payzen_password: "PayZen password" + payzen_endpoint: "PayZen API endpoint" + payzen_public_key: "PayZen client public key" + payzen_hmac: "PayZen HMAC-SHA-256 key" + payzen_currency: "PayZen currency" From 07c57093e24b901a21ffdecd52a0fe635ccf2c98 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:11 +0200 Subject: [PATCH 15/37] New translations app.admin.en.yml (French) --- config/locales/app.admin.fr.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/locales/app.admin.fr.yml b/config/locales/app.admin.fr.yml index e8e59cec1..cd522578d 100644 --- a/config/locales/app.admin.fr.yml +++ b/config/locales/app.admin.fr.yml @@ -530,7 +530,9 @@ fr: logo_successfully_saved: "Le logo bien été enregistré." an_error_occurred_while_saving_the_logo: "Une erreur est survenue lors de l'enregistrement du logo." filename: "Nom de fichier" + schedule_filename: "Schedule file name" prefix_info: "Les factures seront générées sous la forme de fichiers PDF, nommés avec le préfixe suivant." + schedule_prefix_info: "The payment schedules will be generated as PDF files, named with the following prefix." prefix: "Préfixe" prefix_successfully_saved: "Le préfixe de fichier a bien été enregistré" an_error_occurred_while_saving_the_prefix: "Une erreur est survenue lors de l'enregistrement du préfixe de fichier" @@ -650,7 +652,7 @@ fr: currency_info_html: "Veuillez indiquer la devise à utiliser lors des paiements en ligne. Vous devez fournir un code ISO à trois lettres, issu de la liste des devises supportées par Stripe." currency_alert_html: "Attention : la devise ne peut pas être modifiée après que le premier paiement en ligne ait été effectué. Veuillez définir attentivement ce paramètre avant d'ouvrir Fab-manager à vos membres." stripe_currency: "Devise Stripe" - gateway_configuration_error: "Une erreur est survenue lors de la configuration de la passerelle de paiement." + gateway_configuration_error: "An error occurred while configuring the payment gateway: " payzen: payzen_keys: "Clefs PayZen" payzen_username: "Utilisateur" @@ -673,6 +675,7 @@ fr: stripe: "Stripe" payzen: "PayZen" confirm_button: "Valider la passerelle" + successfully_updated: " successfully updated" payment_schedules: filter_schedules: "Filtrer les échéanciers" no_payment_schedules: "Pas d'échéancier à afficher" From 8370bf888b6bc38abcf6fc9e9a93d823abb69f8a Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:12 +0200 Subject: [PATCH 16/37] New translations app.public.en.yml (French) --- config/locales/app.public.fr.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/locales/app.public.fr.yml b/config/locales/app.public.fr.yml index 0a6e258d9..6356daa8d 100644 --- a/config/locales/app.public.fr.yml +++ b/config/locales/app.public.fr.yml @@ -259,6 +259,12 @@ fr: the_user_s_group_was_successfully_changed: "Le groupe de l'utilisateur a bien été changé." an_error_prevented_your_group_from_being_changed: "Une erreur a empêché votre changement de groupe." an_error_prevented_to_change_the_user_s_group: "Une erreur a empêché le changement de groupe de l'utilisateur." + plans_filter: + i_am: "I am" + select_group: "select a group" + i_want_duration: "I want to subscribe for" + all_durations: "All durations" + select_duration: "select a duration" #Fablab's events list events_list: the_fablab_s_events: "Les événements du Fab Lab" From 86d1f8dc2cb5bf9717ecd2ed9dbc69fa10ed6768 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:13 +0200 Subject: [PATCH 17/37] New translations en.yml (Spanish) --- config/locales/es.yml | 111 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) diff --git a/config/locales/es.yml b/config/locales/es.yml index 1620560e9..95b333695 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -414,3 +414,114 @@ es: group: #name of the user's group for administrators admins: 'Administradores' + settings: + locked_setting: "the setting is locked." + about_title: "\"About\" page title" + about_body: "\"About\" page content" + about_contacts: "\"About\" page contacts" + privacy_draft: "Privacy policy draft" + privacy_body: "Privacy policy" + privacy_dpo: "Data protection officer address" + twitter_name: "Twitter feed name" + home_blogpost: "Homepage's brief" + machine_explications_alert: "Explanation message on the machine reservation page" + training_explications_alert: "Explanation message on the training reservation page" + training_information_message: "Information message on the machine reservation page" + subscription_explications_alert: "Explanation message on the subscription page" + invoice_logo: "Invoices' logo" + invoice_reference: "Invoice's reference" + invoice_code-active: "Activation of the invoices' code" + invoice_code-value: "Invoices' code" + invoice_order-nb: "Invoice's order number" + invoice_VAT-active: "Activation of the VAT" + invoice_VAT-rate: "VAT rate" + invoice_text: "Invoices' text" + invoice_legals: "Invoices' legal information" + booking_window_start: "Opening time" + booking_window_end: "Closing time" + booking_move_enable: "Activation of reservations moving" + booking_move_delay: "Preventive delay before any reservation move" + booking_cancel_enable: "Activation of reservations cancelling" + booking_cancel_delay: "Preventive delay before any reservation cancellation" + main_color: "Main colour" + secondary_color: "Secondary colour" + fablab_name: "Fablab's name" + name_genre: "Title concordance" + reminder_enable: "Activation of reservations reminding" + reminder_delay: "Delay before sending the reminder" + event_explications_alert: "Explanation message on the event reservation page" + space_explications_alert: "Explanation message on the space reservation page" + visibility_yearly: "Maximum visibility for annual subscribers" + visibility_others: "Maximum visibility for other members" + display_name_enable: "Display names in the calendar" + machines_sort_by: "Machines display order" + accounting_journal_code: "Journal code" + accounting_card_client_code: "Card clients code" + accounting_card_client_label: "Card clients label" + accounting_wallet_client_code: "Wallet clients code" + accounting_wallet_client_label: "Wallet clients label" + accounting_other_client_code: "Other means client code" + accounting_other_client_label: "Other means client label" + accounting_wallet_code: "Wallet code" + accounting_wallet_label: "Wallet label" + accounting_VAT_code: "VAT code" + accounting_VAT_label: "VAT label" + accounting_subscription_code: "Subscriptions code" + accounting_subscription_label: "Subscriptions label" + accounting_Machine_code: "Machines code" + accounting_Machine_label: "Machines label" + accounting_Training_code: "Trainings code" + accounting_Training_label: "Trainings label" + accounting_Event_code: "Events code" + accounting_Event_label: "Events label" + accounting_Space_code: "Spaces code" + accounting_Space_label: "Spaces label" + hub_last_version: "Last Fab-manager's version" + hub_public_key: "Instance public key" + fab_analytics: "Fab Analytics" + link_name: "Link title to the \"About\" page" + home_content: "The home page" + home_css: "Stylesheet of the home page" + origin: "Instance URL" + uuid: "Instance ID" + phone_required: "Phone required?" + tracking_id: "Tracking ID" + book_overlapping_slots: "Book overlapping slots" + slot_duration: "Default duration of booking slots" + events_in_calendar: "Display events in the calendar" + spaces_module: "Spaces module" + plans_module: "Plans modules" + invoicing_module: "Invoicing module" + facebook_app_id: "Facebook App ID" + twitter_analytics: "Twitter analytics account" + recaptcha_site_key: "reCAPTCHA Site Key" + recaptcha_secret_key: "reCAPTCHA Secret Key" + feature_tour_display: "Feature tour display mode" + email_from: "Expeditor's address" + disqus_shortname: "Disqus shortname" + allowed_cad_extensions: "Allowed CAD files extensions" + allowed_cad_mime_types: "Allowed CAD files MIME types" + openlab_app_id: "OpenLab ID" + openlab_app_secret: "OpenLab secret" + openlab_default: "Default projects gallery view" + online_payment_module: "Online payments module" + stripe_public_key: "Stripe public key" + stripe_secret_key: "Stripe secret key" + stripe_currency: "Stripe currency" + invoice_prefix: "Invoices' files prefix" + confirmation_required: "Confirmation required" + wallet_module: "Wallet module" + statistics_module: "Statistics module" + upcoming_events_shown: "Display limit for upcoming events" + payment_schedule_prefix: "Payment schedule's files prefix" + trainings_module: "Trainings module" + address_required: "Address required" + accounting_Error_code: "Errors code" + accounting_Error_label: "Errors label" + payment_gateway: "Payment gateway" + payzen_username: "PayZen username" + payzen_password: "PayZen password" + payzen_endpoint: "PayZen API endpoint" + payzen_public_key: "PayZen client public key" + payzen_hmac: "PayZen HMAC-SHA-256 key" + payzen_currency: "PayZen currency" From 3d18167f409777372b50cb41b28cbbedb5c5f337 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:14 +0200 Subject: [PATCH 18/37] New translations app.admin.en.yml (Spanish) --- config/locales/app.admin.es.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/locales/app.admin.es.yml b/config/locales/app.admin.es.yml index 79a335682..7d6932cfa 100644 --- a/config/locales/app.admin.es.yml +++ b/config/locales/app.admin.es.yml @@ -530,7 +530,9 @@ es: logo_successfully_saved: "Logo guardado correctamente." an_error_occurred_while_saving_the_logo: "Se ha producido un error al guardar el logotipo.." filename: "File name" + schedule_filename: "Schedule file name" prefix_info: "The invoices will be generated as PDF files, named with the following prefix." + schedule_prefix_info: "The payment schedules will be generated as PDF files, named with the following prefix." prefix: "Prefix" prefix_successfully_saved: "File prefix successfully saved" an_error_occurred_while_saving_the_prefix: "An error occurred while saving the file prefix" @@ -650,7 +652,7 @@ es: currency_info_html: "Please specify below the currency used for online payment. You should provide a three-letter ISO code, from the list of Stripe supported currencies." currency_alert_html: "Warning: the currency cannot be changed after the first online payment was made. Please define this setting carefully before opening Fab-manager to your members." stripe_currency: "Stripe currency" - gateway_configuration_error: "An error occurred while configuring the payment gateway." + gateway_configuration_error: "An error occurred while configuring the payment gateway: " payzen: payzen_keys: "PayZen keys" payzen_username: "Username" @@ -673,6 +675,7 @@ es: stripe: "Stripe" payzen: "PayZen" confirm_button: "Validate the gateway" + successfully_updated: " successfully updated" payment_schedules: filter_schedules: "Filter schedules" no_payment_schedules: "No payment schedules to display" From 9d15e764d902581c5a1891c2aa77f5ba08989d13 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:15 +0200 Subject: [PATCH 19/37] New translations app.public.en.yml (Spanish) --- config/locales/app.public.es.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/locales/app.public.es.yml b/config/locales/app.public.es.yml index 7fb3afd4c..0161e5ae9 100644 --- a/config/locales/app.public.es.yml +++ b/config/locales/app.public.es.yml @@ -259,6 +259,12 @@ es: the_user_s_group_was_successfully_changed: "Los usuarios del grupo han cambiado correctamente." an_error_prevented_your_group_from_being_changed: "Un error impidió que su grupo fuese cambiado." an_error_prevented_to_change_the_user_s_group: "Un error impidió cambiar los componentes del grupo." + plans_filter: + i_am: "I am" + select_group: "select a group" + i_want_duration: "I want to subscribe for" + all_durations: "All durations" + select_duration: "select a duration" #Fablab's events list events_list: the_fablab_s_events: "Los eventos del FabLab" From f55da5af8320f3d4b9d1763a194e73d575bf2095 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:16 +0200 Subject: [PATCH 20/37] New translations en.yml (German) --- config/locales/de.yml | 111 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) diff --git a/config/locales/de.yml b/config/locales/de.yml index f41921e1c..52434a993 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -414,3 +414,114 @@ de: group: #name of the user's group for administrators admins: 'Administratoren' + settings: + locked_setting: "the setting is locked." + about_title: "\"About\" page title" + about_body: "\"About\" page content" + about_contacts: "\"About\" page contacts" + privacy_draft: "Privacy policy draft" + privacy_body: "Privacy policy" + privacy_dpo: "Data protection officer address" + twitter_name: "Twitter feed name" + home_blogpost: "Homepage's brief" + machine_explications_alert: "Explanation message on the machine reservation page" + training_explications_alert: "Explanation message on the training reservation page" + training_information_message: "Information message on the machine reservation page" + subscription_explications_alert: "Explanation message on the subscription page" + invoice_logo: "Invoices' logo" + invoice_reference: "Invoice's reference" + invoice_code-active: "Activation of the invoices' code" + invoice_code-value: "Invoices' code" + invoice_order-nb: "Invoice's order number" + invoice_VAT-active: "Activation of the VAT" + invoice_VAT-rate: "VAT rate" + invoice_text: "Invoices' text" + invoice_legals: "Invoices' legal information" + booking_window_start: "Opening time" + booking_window_end: "Closing time" + booking_move_enable: "Activation of reservations moving" + booking_move_delay: "Preventive delay before any reservation move" + booking_cancel_enable: "Activation of reservations cancelling" + booking_cancel_delay: "Preventive delay before any reservation cancellation" + main_color: "Main colour" + secondary_color: "Secondary colour" + fablab_name: "Fablab's name" + name_genre: "Title concordance" + reminder_enable: "Activation of reservations reminding" + reminder_delay: "Delay before sending the reminder" + event_explications_alert: "Explanation message on the event reservation page" + space_explications_alert: "Explanation message on the space reservation page" + visibility_yearly: "Maximum visibility for annual subscribers" + visibility_others: "Maximum visibility for other members" + display_name_enable: "Display names in the calendar" + machines_sort_by: "Machines display order" + accounting_journal_code: "Journal code" + accounting_card_client_code: "Card clients code" + accounting_card_client_label: "Card clients label" + accounting_wallet_client_code: "Wallet clients code" + accounting_wallet_client_label: "Wallet clients label" + accounting_other_client_code: "Other means client code" + accounting_other_client_label: "Other means client label" + accounting_wallet_code: "Wallet code" + accounting_wallet_label: "Wallet label" + accounting_VAT_code: "VAT code" + accounting_VAT_label: "VAT label" + accounting_subscription_code: "Subscriptions code" + accounting_subscription_label: "Subscriptions label" + accounting_Machine_code: "Machines code" + accounting_Machine_label: "Machines label" + accounting_Training_code: "Trainings code" + accounting_Training_label: "Trainings label" + accounting_Event_code: "Events code" + accounting_Event_label: "Events label" + accounting_Space_code: "Spaces code" + accounting_Space_label: "Spaces label" + hub_last_version: "Last Fab-manager's version" + hub_public_key: "Instance public key" + fab_analytics: "Fab Analytics" + link_name: "Link title to the \"About\" page" + home_content: "The home page" + home_css: "Stylesheet of the home page" + origin: "Instance URL" + uuid: "Instance ID" + phone_required: "Phone required?" + tracking_id: "Tracking ID" + book_overlapping_slots: "Book overlapping slots" + slot_duration: "Default duration of booking slots" + events_in_calendar: "Display events in the calendar" + spaces_module: "Spaces module" + plans_module: "Plans modules" + invoicing_module: "Invoicing module" + facebook_app_id: "Facebook App ID" + twitter_analytics: "Twitter analytics account" + recaptcha_site_key: "reCAPTCHA Site Key" + recaptcha_secret_key: "reCAPTCHA Secret Key" + feature_tour_display: "Feature tour display mode" + email_from: "Expeditor's address" + disqus_shortname: "Disqus shortname" + allowed_cad_extensions: "Allowed CAD files extensions" + allowed_cad_mime_types: "Allowed CAD files MIME types" + openlab_app_id: "OpenLab ID" + openlab_app_secret: "OpenLab secret" + openlab_default: "Default projects gallery view" + online_payment_module: "Online payments module" + stripe_public_key: "Stripe public key" + stripe_secret_key: "Stripe secret key" + stripe_currency: "Stripe currency" + invoice_prefix: "Invoices' files prefix" + confirmation_required: "Confirmation required" + wallet_module: "Wallet module" + statistics_module: "Statistics module" + upcoming_events_shown: "Display limit for upcoming events" + payment_schedule_prefix: "Payment schedule's files prefix" + trainings_module: "Trainings module" + address_required: "Address required" + accounting_Error_code: "Errors code" + accounting_Error_label: "Errors label" + payment_gateway: "Payment gateway" + payzen_username: "PayZen username" + payzen_password: "PayZen password" + payzen_endpoint: "PayZen API endpoint" + payzen_public_key: "PayZen client public key" + payzen_hmac: "PayZen HMAC-SHA-256 key" + payzen_currency: "PayZen currency" From 65cc93a47af77365ebe5b67eef0ac18a46ad5df1 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:17 +0200 Subject: [PATCH 21/37] New translations app.admin.en.yml (German) --- config/locales/app.admin.de.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/locales/app.admin.de.yml b/config/locales/app.admin.de.yml index c4a8ac54a..0625ed745 100644 --- a/config/locales/app.admin.de.yml +++ b/config/locales/app.admin.de.yml @@ -530,7 +530,9 @@ de: logo_successfully_saved: "Logo erfolgreich gespeichert." an_error_occurred_while_saving_the_logo: "Beim Speichern des Logos ist ein Fehler aufgetreten." filename: "Dateiname" + schedule_filename: "Schedule file name" prefix_info: "Die Rechnungen werden als PDF-Dateien generiert, die mit dem folgenden Präfix benannt sind." + schedule_prefix_info: "The payment schedules will be generated as PDF files, named with the following prefix." prefix: "Präfix" prefix_successfully_saved: "Dateipräfix erfolgreich gespeichert" an_error_occurred_while_saving_the_prefix: "Beim Speichern des Dateipräfix ist ein Fehler aufgetreten" @@ -650,7 +652,7 @@ de: currency_info_html: "Bitte geben Sie unten die Währung an, die für Online-Bezahlung verwendet wird. Sie sollten einen ISO-Code mit drei Buchstaben aus der Liste Stripe unterstützter Währungen eingeben." currency_alert_html: "Warnung: Die Währung kann nicht mehr geändert werden, nachdem die erste Online-Zahlung eingegangen ist. Bitte nehmen Sie diese Einstellung sorgfältig vor, bevor Sie Fab-Manager für Mitglieder öffnen." stripe_currency: "Stripe-Währung" - gateway_configuration_error: "An error occurred while configuring the payment gateway." + gateway_configuration_error: "An error occurred while configuring the payment gateway: " payzen: payzen_keys: "PayZen keys" payzen_username: "Benutzername" @@ -673,6 +675,7 @@ de: stripe: "Stripe" payzen: "PayZen" confirm_button: "Validate the gateway" + successfully_updated: " successfully updated" payment_schedules: filter_schedules: "Pläne filtern" no_payment_schedules: "Keine Zahlungspläne zum Anzeigen" From 54edc15b0547750008eadfbd9980abbccbb5c873 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:18 +0200 Subject: [PATCH 22/37] New translations app.public.en.yml (German) --- config/locales/app.public.de.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/locales/app.public.de.yml b/config/locales/app.public.de.yml index 987b82338..f697c5090 100644 --- a/config/locales/app.public.de.yml +++ b/config/locales/app.public.de.yml @@ -259,6 +259,12 @@ de: the_user_s_group_was_successfully_changed: "Die Gruppe des Nutzers wurde erfolgreich geändert." an_error_prevented_your_group_from_being_changed: "Ein Fehler verhinderte das Ändern Ihrer Gruppe." an_error_prevented_to_change_the_user_s_group: "Fehler beim Ändern der Benutzergruppe." + plans_filter: + i_am: "I am" + select_group: "select a group" + i_want_duration: "I want to subscribe for" + all_durations: "All durations" + select_duration: "select a duration" #Fablab's events list events_list: the_fablab_s_events: "Veranstaltungen des Fablabs" From d8c37f3be5e447ea16f7f5e7cc5af86f83570db1 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:19 +0200 Subject: [PATCH 23/37] New translations en.yml (Portuguese) --- config/locales/pt.yml | 111 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 2c004c49d..0014b6677 100755 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -414,3 +414,114 @@ pt: group: #name of the user's group for administrators admins: 'Administradores' + settings: + locked_setting: "the setting is locked." + about_title: "\"About\" page title" + about_body: "\"About\" page content" + about_contacts: "\"About\" page contacts" + privacy_draft: "Privacy policy draft" + privacy_body: "Privacy policy" + privacy_dpo: "Data protection officer address" + twitter_name: "Twitter feed name" + home_blogpost: "Homepage's brief" + machine_explications_alert: "Explanation message on the machine reservation page" + training_explications_alert: "Explanation message on the training reservation page" + training_information_message: "Information message on the machine reservation page" + subscription_explications_alert: "Explanation message on the subscription page" + invoice_logo: "Invoices' logo" + invoice_reference: "Invoice's reference" + invoice_code-active: "Activation of the invoices' code" + invoice_code-value: "Invoices' code" + invoice_order-nb: "Invoice's order number" + invoice_VAT-active: "Activation of the VAT" + invoice_VAT-rate: "VAT rate" + invoice_text: "Invoices' text" + invoice_legals: "Invoices' legal information" + booking_window_start: "Opening time" + booking_window_end: "Closing time" + booking_move_enable: "Activation of reservations moving" + booking_move_delay: "Preventive delay before any reservation move" + booking_cancel_enable: "Activation of reservations cancelling" + booking_cancel_delay: "Preventive delay before any reservation cancellation" + main_color: "Main colour" + secondary_color: "Secondary colour" + fablab_name: "Fablab's name" + name_genre: "Title concordance" + reminder_enable: "Activation of reservations reminding" + reminder_delay: "Delay before sending the reminder" + event_explications_alert: "Explanation message on the event reservation page" + space_explications_alert: "Explanation message on the space reservation page" + visibility_yearly: "Maximum visibility for annual subscribers" + visibility_others: "Maximum visibility for other members" + display_name_enable: "Display names in the calendar" + machines_sort_by: "Machines display order" + accounting_journal_code: "Journal code" + accounting_card_client_code: "Card clients code" + accounting_card_client_label: "Card clients label" + accounting_wallet_client_code: "Wallet clients code" + accounting_wallet_client_label: "Wallet clients label" + accounting_other_client_code: "Other means client code" + accounting_other_client_label: "Other means client label" + accounting_wallet_code: "Wallet code" + accounting_wallet_label: "Wallet label" + accounting_VAT_code: "VAT code" + accounting_VAT_label: "VAT label" + accounting_subscription_code: "Subscriptions code" + accounting_subscription_label: "Subscriptions label" + accounting_Machine_code: "Machines code" + accounting_Machine_label: "Machines label" + accounting_Training_code: "Trainings code" + accounting_Training_label: "Trainings label" + accounting_Event_code: "Events code" + accounting_Event_label: "Events label" + accounting_Space_code: "Spaces code" + accounting_Space_label: "Spaces label" + hub_last_version: "Last Fab-manager's version" + hub_public_key: "Instance public key" + fab_analytics: "Fab Analytics" + link_name: "Link title to the \"About\" page" + home_content: "The home page" + home_css: "Stylesheet of the home page" + origin: "Instance URL" + uuid: "Instance ID" + phone_required: "Phone required?" + tracking_id: "Tracking ID" + book_overlapping_slots: "Book overlapping slots" + slot_duration: "Default duration of booking slots" + events_in_calendar: "Display events in the calendar" + spaces_module: "Spaces module" + plans_module: "Plans modules" + invoicing_module: "Invoicing module" + facebook_app_id: "Facebook App ID" + twitter_analytics: "Twitter analytics account" + recaptcha_site_key: "reCAPTCHA Site Key" + recaptcha_secret_key: "reCAPTCHA Secret Key" + feature_tour_display: "Feature tour display mode" + email_from: "Expeditor's address" + disqus_shortname: "Disqus shortname" + allowed_cad_extensions: "Allowed CAD files extensions" + allowed_cad_mime_types: "Allowed CAD files MIME types" + openlab_app_id: "OpenLab ID" + openlab_app_secret: "OpenLab secret" + openlab_default: "Default projects gallery view" + online_payment_module: "Online payments module" + stripe_public_key: "Stripe public key" + stripe_secret_key: "Stripe secret key" + stripe_currency: "Stripe currency" + invoice_prefix: "Invoices' files prefix" + confirmation_required: "Confirmation required" + wallet_module: "Wallet module" + statistics_module: "Statistics module" + upcoming_events_shown: "Display limit for upcoming events" + payment_schedule_prefix: "Payment schedule's files prefix" + trainings_module: "Trainings module" + address_required: "Address required" + accounting_Error_code: "Errors code" + accounting_Error_label: "Errors label" + payment_gateway: "Payment gateway" + payzen_username: "PayZen username" + payzen_password: "PayZen password" + payzen_endpoint: "PayZen API endpoint" + payzen_public_key: "PayZen client public key" + payzen_hmac: "PayZen HMAC-SHA-256 key" + payzen_currency: "PayZen currency" From 33070f263eb6a4c50256f265db940cfd74e558ab Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:20 +0200 Subject: [PATCH 24/37] New translations app.admin.en.yml (Portuguese) --- config/locales/app.admin.pt.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/locales/app.admin.pt.yml b/config/locales/app.admin.pt.yml index ab62814d3..b5a4fa31a 100755 --- a/config/locales/app.admin.pt.yml +++ b/config/locales/app.admin.pt.yml @@ -530,7 +530,9 @@ pt: logo_successfully_saved: "Logo salvo com sucesso." an_error_occurred_while_saving_the_logo: "Um erro ocorreu ao salvar o logo." filename: "Nome do arquivo" + schedule_filename: "Schedule file name" prefix_info: "As faturas serão geradas como arquivos PDF, com o seguinte prefixo." + schedule_prefix_info: "The payment schedules will be generated as PDF files, named with the following prefix." prefix: "Prefixo" prefix_successfully_saved: "Prefixo de arquivo salvo com sucesso" an_error_occurred_while_saving_the_prefix: "Ocorreu um erro ao salvar o prefixo do arquivo" @@ -650,7 +652,7 @@ pt: currency_info_html: "Por favor, especifique abaixo da moeda usada para pagamento online. Você deve fornecer um código ISO de três letras, da lista de moedas com suporte a Stripe." currency_alert_html: "Aviso: a moeda não pode ser alterada após o primeiro pagamento online ter sido feito. Defina essa configuração cuidadosamente antes de abrir o Fab-manager para seus membros." stripe_currency: "Moeda do Stripe" - gateway_configuration_error: "An error occurred while configuring the payment gateway." + gateway_configuration_error: "An error occurred while configuring the payment gateway: " payzen: payzen_keys: "PayZen keys" payzen_username: "Username" @@ -673,6 +675,7 @@ pt: stripe: "Stripe" payzen: "PayZen" confirm_button: "Validate the gateway" + successfully_updated: " successfully updated" payment_schedules: filter_schedules: "Filter schedules" no_payment_schedules: "No payment schedules to display" From 70190d9bc73343e8ac17388335713ddaa4be5842 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:22 +0200 Subject: [PATCH 25/37] New translations app.public.en.yml (Portuguese) --- config/locales/app.public.pt.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/locales/app.public.pt.yml b/config/locales/app.public.pt.yml index fb81cacc9..fefe59796 100755 --- a/config/locales/app.public.pt.yml +++ b/config/locales/app.public.pt.yml @@ -259,6 +259,12 @@ pt: the_user_s_group_was_successfully_changed: "O grupo de usuários foi alterado com sucesso." an_error_prevented_your_group_from_being_changed: "Um erro impediu que seu grupo fosse alterado." an_error_prevented_to_change_the_user_s_group: "Um erro impediu que o grupo de usuários fosse alterado com sucesso." + plans_filter: + i_am: "I am" + select_group: "select a group" + i_want_duration: "I want to subscribe for" + all_durations: "All durations" + select_duration: "select a duration" #Fablab's events list events_list: the_fablab_s_events: "Eventos do Fablab" From 0aec367680031af13bf80e6d30c150d98d45b9dd Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:23 +0200 Subject: [PATCH 26/37] New translations en.yml (Zulu) --- config/locales/zu.yml | 111 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) diff --git a/config/locales/zu.yml b/config/locales/zu.yml index bdd166d46..4fddd7d23 100644 --- a/config/locales/zu.yml +++ b/config/locales/zu.yml @@ -414,3 +414,114 @@ zu: group: #name of the user's group for administrators admins: 'crwdns3769:0crwdne3769:0' + settings: + locked_setting: "crwdns21632:0crwdne21632:0" + about_title: "crwdns21634:0crwdne21634:0" + about_body: "crwdns21636:0crwdne21636:0" + about_contacts: "crwdns21638:0crwdne21638:0" + privacy_draft: "crwdns21640:0crwdne21640:0" + privacy_body: "crwdns21642:0crwdne21642:0" + privacy_dpo: "crwdns21644:0crwdne21644:0" + twitter_name: "crwdns21646:0crwdne21646:0" + home_blogpost: "crwdns21648:0crwdne21648:0" + machine_explications_alert: "crwdns21650:0crwdne21650:0" + training_explications_alert: "crwdns21652:0crwdne21652:0" + training_information_message: "crwdns21654:0crwdne21654:0" + subscription_explications_alert: "crwdns21656:0crwdne21656:0" + invoice_logo: "crwdns21658:0crwdne21658:0" + invoice_reference: "crwdns21660:0crwdne21660:0" + invoice_code-active: "crwdns21662:0crwdne21662:0" + invoice_code-value: "crwdns21664:0crwdne21664:0" + invoice_order-nb: "crwdns21666:0crwdne21666:0" + invoice_VAT-active: "crwdns21668:0crwdne21668:0" + invoice_VAT-rate: "crwdns21670:0crwdne21670:0" + invoice_text: "crwdns21672:0crwdne21672:0" + invoice_legals: "crwdns21674:0crwdne21674:0" + booking_window_start: "crwdns21676:0crwdne21676:0" + booking_window_end: "crwdns21678:0crwdne21678:0" + booking_move_enable: "crwdns21680:0crwdne21680:0" + booking_move_delay: "crwdns21682:0crwdne21682:0" + booking_cancel_enable: "crwdns21684:0crwdne21684:0" + booking_cancel_delay: "crwdns21686:0crwdne21686:0" + main_color: "crwdns21688:0crwdne21688:0" + secondary_color: "crwdns21690:0crwdne21690:0" + fablab_name: "crwdns21692:0crwdne21692:0" + name_genre: "crwdns21694:0crwdne21694:0" + reminder_enable: "crwdns21696:0crwdne21696:0" + reminder_delay: "crwdns21698:0crwdne21698:0" + event_explications_alert: "crwdns21700:0crwdne21700:0" + space_explications_alert: "crwdns21702:0crwdne21702:0" + visibility_yearly: "crwdns21704:0crwdne21704:0" + visibility_others: "crwdns21706:0crwdne21706:0" + display_name_enable: "crwdns21708:0crwdne21708:0" + machines_sort_by: "crwdns21710:0crwdne21710:0" + accounting_journal_code: "crwdns21712:0crwdne21712:0" + accounting_card_client_code: "crwdns21714:0crwdne21714:0" + accounting_card_client_label: "crwdns21716:0crwdne21716:0" + accounting_wallet_client_code: "crwdns21718:0crwdne21718:0" + accounting_wallet_client_label: "crwdns21720:0crwdne21720:0" + accounting_other_client_code: "crwdns21722:0crwdne21722:0" + accounting_other_client_label: "crwdns21724:0crwdne21724:0" + accounting_wallet_code: "crwdns21726:0crwdne21726:0" + accounting_wallet_label: "crwdns21728:0crwdne21728:0" + accounting_VAT_code: "crwdns21730:0crwdne21730:0" + accounting_VAT_label: "crwdns21732:0crwdne21732:0" + accounting_subscription_code: "crwdns21734:0crwdne21734:0" + accounting_subscription_label: "crwdns21736:0crwdne21736:0" + accounting_Machine_code: "crwdns21738:0crwdne21738:0" + accounting_Machine_label: "crwdns21740:0crwdne21740:0" + accounting_Training_code: "crwdns21742:0crwdne21742:0" + accounting_Training_label: "crwdns21744:0crwdne21744:0" + accounting_Event_code: "crwdns21746:0crwdne21746:0" + accounting_Event_label: "crwdns21748:0crwdne21748:0" + accounting_Space_code: "crwdns21750:0crwdne21750:0" + accounting_Space_label: "crwdns21752:0crwdne21752:0" + hub_last_version: "crwdns21754:0crwdne21754:0" + hub_public_key: "crwdns21756:0crwdne21756:0" + fab_analytics: "crwdns21758:0crwdne21758:0" + link_name: "crwdns21760:0crwdne21760:0" + home_content: "crwdns21762:0crwdne21762:0" + home_css: "crwdns21764:0crwdne21764:0" + origin: "crwdns21766:0crwdne21766:0" + uuid: "crwdns21768:0crwdne21768:0" + phone_required: "crwdns21770:0crwdne21770:0" + tracking_id: "crwdns21772:0crwdne21772:0" + book_overlapping_slots: "crwdns21774:0crwdne21774:0" + slot_duration: "crwdns21776:0crwdne21776:0" + events_in_calendar: "crwdns21778:0crwdne21778:0" + spaces_module: "crwdns21780:0crwdne21780:0" + plans_module: "crwdns21782:0crwdne21782:0" + invoicing_module: "crwdns21784:0crwdne21784:0" + facebook_app_id: "crwdns21786:0crwdne21786:0" + twitter_analytics: "crwdns21788:0crwdne21788:0" + recaptcha_site_key: "crwdns21790:0crwdne21790:0" + recaptcha_secret_key: "crwdns21792:0crwdne21792:0" + feature_tour_display: "crwdns21794:0crwdne21794:0" + email_from: "crwdns21796:0crwdne21796:0" + disqus_shortname: "crwdns21798:0crwdne21798:0" + allowed_cad_extensions: "crwdns21800:0crwdne21800:0" + allowed_cad_mime_types: "crwdns21802:0crwdne21802:0" + openlab_app_id: "crwdns21804:0crwdne21804:0" + openlab_app_secret: "crwdns21806:0crwdne21806:0" + openlab_default: "crwdns21808:0crwdne21808:0" + online_payment_module: "crwdns21810:0crwdne21810:0" + stripe_public_key: "crwdns21812:0crwdne21812:0" + stripe_secret_key: "crwdns21814:0crwdne21814:0" + stripe_currency: "crwdns21816:0crwdne21816:0" + invoice_prefix: "crwdns21818:0crwdne21818:0" + confirmation_required: "crwdns21820:0crwdne21820:0" + wallet_module: "crwdns21822:0crwdne21822:0" + statistics_module: "crwdns21824:0crwdne21824:0" + upcoming_events_shown: "crwdns21826:0crwdne21826:0" + payment_schedule_prefix: "crwdns21828:0crwdne21828:0" + trainings_module: "crwdns21830:0crwdne21830:0" + address_required: "crwdns21832:0crwdne21832:0" + accounting_Error_code: "crwdns21834:0crwdne21834:0" + accounting_Error_label: "crwdns21836:0crwdne21836:0" + payment_gateway: "crwdns21838:0crwdne21838:0" + payzen_username: "crwdns21840:0crwdne21840:0" + payzen_password: "crwdns21842:0crwdne21842:0" + payzen_endpoint: "crwdns21844:0crwdne21844:0" + payzen_public_key: "crwdns21846:0crwdne21846:0" + payzen_hmac: "crwdns21848:0crwdne21848:0" + payzen_currency: "crwdns21850:0crwdne21850:0" From 318126adb64b2affaadcd96a992940fccf79b268 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:24 +0200 Subject: [PATCH 27/37] New translations app.admin.en.yml (Zulu) --- config/locales/app.admin.zu.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/locales/app.admin.zu.yml b/config/locales/app.admin.zu.yml index c635e60f2..0e3f185b3 100644 --- a/config/locales/app.admin.zu.yml +++ b/config/locales/app.admin.zu.yml @@ -530,7 +530,9 @@ zu: logo_successfully_saved: "crwdns7551:0crwdne7551:0" an_error_occurred_while_saving_the_logo: "crwdns7553:0crwdne7553:0" filename: "crwdns20568:0crwdne20568:0" + schedule_filename: "crwdns21624:0crwdne21624:0" prefix_info: "crwdns20570:0crwdne20570:0" + schedule_prefix_info: "crwdns21626:0crwdne21626:0" prefix: "crwdns20572:0crwdne20572:0" prefix_successfully_saved: "crwdns20574:0crwdne20574:0" an_error_occurred_while_saving_the_prefix: "crwdns20576:0crwdne20576:0" @@ -650,7 +652,7 @@ zu: currency_info_html: "crwdns20606:0crwdne20606:0" currency_alert_html: "crwdns20608:0crwdne20608:0" stripe_currency: "crwdns20610:0crwdne20610:0" - gateway_configuration_error: "crwdns21524:0crwdne21524:0" + gateway_configuration_error: "crwdns21628:0crwdne21628:0" payzen: payzen_keys: "crwdns21526:0crwdne21526:0" payzen_username: "crwdns21528:0crwdne21528:0" @@ -673,6 +675,7 @@ zu: stripe: "crwdns21558:0crwdne21558:0" payzen: "crwdns21560:0crwdne21560:0" confirm_button: "crwdns21562:0crwdne21562:0" + successfully_updated: "crwdns21630:0crwdne21630:0" payment_schedules: filter_schedules: "crwdns21072:0crwdne21072:0" no_payment_schedules: "crwdns21074:0crwdne21074:0" From faa7f241e22de2ef90ec0b9a1500882e8af88b0a Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:08:25 +0200 Subject: [PATCH 28/37] New translations app.public.en.yml (Zulu) --- config/locales/app.public.zu.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/locales/app.public.zu.yml b/config/locales/app.public.zu.yml index 4a5c6c325..ee83c415f 100644 --- a/config/locales/app.public.zu.yml +++ b/config/locales/app.public.zu.yml @@ -259,6 +259,12 @@ zu: the_user_s_group_was_successfully_changed: "crwdns9207:0crwdne9207:0" an_error_prevented_your_group_from_being_changed: "crwdns9209:0crwdne9209:0" an_error_prevented_to_change_the_user_s_group: "crwdns9211:0crwdne9211:0" + plans_filter: + i_am: "crwdns21852:0crwdne21852:0" + select_group: "crwdns21854:0crwdne21854:0" + i_want_duration: "crwdns21856:0crwdne21856:0" + all_durations: "crwdns21858:0crwdne21858:0" + select_duration: "crwdns21860:0crwdne21860:0" #Fablab's events list events_list: the_fablab_s_events: "crwdns9223:0crwdne9223:0" From 2870eba19885500b1edbd84928f71c4ecf24cbda Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:29:31 +0200 Subject: [PATCH 29/37] New translations app.admin.en.yml (Portuguese) --- config/locales/app.admin.pt.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/locales/app.admin.pt.yml b/config/locales/app.admin.pt.yml index b5a4fa31a..0d998d4c4 100755 --- a/config/locales/app.admin.pt.yml +++ b/config/locales/app.admin.pt.yml @@ -675,7 +675,6 @@ pt: stripe: "Stripe" payzen: "PayZen" confirm_button: "Validate the gateway" - successfully_updated: " successfully updated" payment_schedules: filter_schedules: "Filter schedules" no_payment_schedules: "No payment schedules to display" From 8da92a4250a5a80c6b05722144bd996d491ed608 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:29:40 +0200 Subject: [PATCH 30/37] New translations app.admin.en.yml (Zulu) --- config/locales/app.admin.zu.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/locales/app.admin.zu.yml b/config/locales/app.admin.zu.yml index 0e3f185b3..14be47a33 100644 --- a/config/locales/app.admin.zu.yml +++ b/config/locales/app.admin.zu.yml @@ -675,7 +675,6 @@ zu: stripe: "crwdns21558:0crwdne21558:0" payzen: "crwdns21560:0crwdne21560:0" confirm_button: "crwdns21562:0crwdne21562:0" - successfully_updated: "crwdns21630:0crwdne21630:0" payment_schedules: filter_schedules: "crwdns21072:0crwdne21072:0" no_payment_schedules: "crwdns21074:0crwdne21074:0" From 9d062c0c66759a4df4a85deb93783fe6cf2b5fd2 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:29:45 +0200 Subject: [PATCH 31/37] New translations app.admin.en.yml (Spanish) --- config/locales/app.admin.es.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/locales/app.admin.es.yml b/config/locales/app.admin.es.yml index 7d6932cfa..a11705189 100644 --- a/config/locales/app.admin.es.yml +++ b/config/locales/app.admin.es.yml @@ -675,7 +675,6 @@ es: stripe: "Stripe" payzen: "PayZen" confirm_button: "Validate the gateway" - successfully_updated: " successfully updated" payment_schedules: filter_schedules: "Filter schedules" no_payment_schedules: "No payment schedules to display" From b3d723a97771b47afb05def867354b1e3a0a0f54 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:29:46 +0200 Subject: [PATCH 32/37] New translations app.admin.en.yml (French) --- config/locales/app.admin.fr.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/locales/app.admin.fr.yml b/config/locales/app.admin.fr.yml index cd522578d..de83857b9 100644 --- a/config/locales/app.admin.fr.yml +++ b/config/locales/app.admin.fr.yml @@ -530,9 +530,9 @@ fr: logo_successfully_saved: "Le logo bien été enregistré." an_error_occurred_while_saving_the_logo: "Une erreur est survenue lors de l'enregistrement du logo." filename: "Nom de fichier" - schedule_filename: "Schedule file name" + schedule_filename: "Nom de fichier des échéanciers" prefix_info: "Les factures seront générées sous la forme de fichiers PDF, nommés avec le préfixe suivant." - schedule_prefix_info: "The payment schedules will be generated as PDF files, named with the following prefix." + schedule_prefix_info: "Les échéanciers de paiement seront générées sous la forme de fichiers PDF, nommés avec le préfixe suivant." prefix: "Préfixe" prefix_successfully_saved: "Le préfixe de fichier a bien été enregistré" an_error_occurred_while_saving_the_prefix: "Une erreur est survenue lors de l'enregistrement du préfixe de fichier" @@ -652,7 +652,7 @@ fr: currency_info_html: "Veuillez indiquer la devise à utiliser lors des paiements en ligne. Vous devez fournir un code ISO à trois lettres, issu de la liste des devises supportées par Stripe." currency_alert_html: "Attention : la devise ne peut pas être modifiée après que le premier paiement en ligne ait été effectué. Veuillez définir attentivement ce paramètre avant d'ouvrir Fab-manager à vos membres." stripe_currency: "Devise Stripe" - gateway_configuration_error: "An error occurred while configuring the payment gateway: " + gateway_configuration_error: "Une erreur est survenue lors de la configuration de la passerelle de paiement : " payzen: payzen_keys: "Clefs PayZen" payzen_username: "Utilisateur" @@ -675,7 +675,6 @@ fr: stripe: "Stripe" payzen: "PayZen" confirm_button: "Valider la passerelle" - successfully_updated: " successfully updated" payment_schedules: filter_schedules: "Filtrer les échéanciers" no_payment_schedules: "Pas d'échéancier à afficher" From 9f129c255646acbcceedc1080b77e925cf78f6b2 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:29:54 +0200 Subject: [PATCH 33/37] New translations app.admin.en.yml (German) --- config/locales/app.admin.de.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/locales/app.admin.de.yml b/config/locales/app.admin.de.yml index 0625ed745..058271efb 100644 --- a/config/locales/app.admin.de.yml +++ b/config/locales/app.admin.de.yml @@ -675,7 +675,6 @@ de: stripe: "Stripe" payzen: "PayZen" confirm_button: "Validate the gateway" - successfully_updated: " successfully updated" payment_schedules: filter_schedules: "Pläne filtern" no_payment_schedules: "Keine Zahlungspläne zum Anzeigen" From feeb1d639dc6f053623037509ed93b9393735973 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:35:25 +0200 Subject: [PATCH 34/37] New translations en.yml (French) --- config/locales/fr.yml | 50 +++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 2f5669334..0595ac5ec 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -415,31 +415,31 @@ fr: #name of the user's group for administrators admins: 'Administrateurs' settings: - locked_setting: "the setting is locked." - about_title: "\"About\" page title" - about_body: "\"About\" page content" - about_contacts: "\"About\" page contacts" - privacy_draft: "Privacy policy draft" - privacy_body: "Privacy policy" - privacy_dpo: "Data protection officer address" - twitter_name: "Twitter feed name" - home_blogpost: "Homepage's brief" - machine_explications_alert: "Explanation message on the machine reservation page" - training_explications_alert: "Explanation message on the training reservation page" - training_information_message: "Information message on the machine reservation page" - subscription_explications_alert: "Explanation message on the subscription page" - invoice_logo: "Invoices' logo" - invoice_reference: "Invoice's reference" - invoice_code-active: "Activation of the invoices' code" - invoice_code-value: "Invoices' code" - invoice_order-nb: "Invoice's order number" - invoice_VAT-active: "Activation of the VAT" - invoice_VAT-rate: "VAT rate" - invoice_text: "Invoices' text" - invoice_legals: "Invoices' legal information" - booking_window_start: "Opening time" - booking_window_end: "Closing time" - booking_move_enable: "Activation of reservations moving" + locked_setting: "le paramètre est verrouillé." + about_title: "Le titre de la page \"À propos\"" + about_body: "Le corps de la page \"À propos\"" + about_contacts: "Les contacts sur la page \"À propos\"" + privacy_draft: "Brouillon de la politique de confidentialité" + privacy_body: "Politique de confidentialité" + privacy_dpo: "L'adresse du délégué à La protection des données" + twitter_name: "Nom du flux Twitter" + home_blogpost: "La brève de La page d'accueil" + machine_explications_alert: "L'explication sur la page de réservation d'une machine" + training_explications_alert: "L'explication sur la page de réservation d'une formation" + training_information_message: "L'information sur la page de réservation d'une formation" + subscription_explications_alert: "L'explication sur la page de souscription à un abonnement" + invoice_logo: "Logo des factures" + invoice_reference: "Référence de la facture" + invoice_code-active: "Activation du code des factures" + invoice_code-value: "Code des factures" + invoice_order-nb: "Numéro de commande de la facture" + invoice_VAT-active: "Activation de la TVA" + invoice_VAT-rate: "Taux de TVA" + invoice_text: "Texte des factures" + invoice_legals: "Mentions légales des factures" + booking_window_start: "Heure d'ouverture" + booking_window_end: "Heure de fermeture" + booking_move_enable: "Activation du déplacement des réservations" booking_move_delay: "Preventive delay before any reservation move" booking_cancel_enable: "Activation of reservations cancelling" booking_cancel_delay: "Preventive delay before any reservation cancellation" From bb364d3d8a22c14f961d9e83e32fb32183f75753 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:35:27 +0200 Subject: [PATCH 35/37] New translations app.public.en.yml (French) --- config/locales/app.public.fr.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/app.public.fr.yml b/config/locales/app.public.fr.yml index 6356daa8d..0d80c5578 100644 --- a/config/locales/app.public.fr.yml +++ b/config/locales/app.public.fr.yml @@ -260,11 +260,11 @@ fr: an_error_prevented_your_group_from_being_changed: "Une erreur a empêché votre changement de groupe." an_error_prevented_to_change_the_user_s_group: "Une erreur a empêché le changement de groupe de l'utilisateur." plans_filter: - i_am: "I am" - select_group: "select a group" - i_want_duration: "I want to subscribe for" - all_durations: "All durations" - select_duration: "select a duration" + i_am: "Je suis" + select_group: "sélectionnez un groupe" + i_want_duration: "Je veux m'abonner pour" + all_durations: "Toutes les durées" + select_duration: "sélectionnez une durée" #Fablab's events list events_list: the_fablab_s_events: "Les événements du Fab Lab" From 8b76dbb15ee2b8fde4d34382f9bd523d6aa716bd Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:44:04 +0200 Subject: [PATCH 36/37] New translations en.yml (French) --- config/locales/fr.yml | 158 +++++++++++++++++++++--------------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 0595ac5ec..3c1ba83db 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -440,86 +440,86 @@ fr: booking_window_start: "Heure d'ouverture" booking_window_end: "Heure de fermeture" booking_move_enable: "Activation du déplacement des réservations" - booking_move_delay: "Preventive delay before any reservation move" - booking_cancel_enable: "Activation of reservations cancelling" - booking_cancel_delay: "Preventive delay before any reservation cancellation" - main_color: "Main colour" - secondary_color: "Secondary colour" - fablab_name: "Fablab's name" - name_genre: "Title concordance" - reminder_enable: "Activation of reservations reminding" - reminder_delay: "Delay before sending the reminder" - event_explications_alert: "Explanation message on the event reservation page" - space_explications_alert: "Explanation message on the space reservation page" - visibility_yearly: "Maximum visibility for annual subscribers" - visibility_others: "Maximum visibility for other members" - display_name_enable: "Display names in the calendar" - machines_sort_by: "Machines display order" - accounting_journal_code: "Journal code" - accounting_card_client_code: "Card clients code" - accounting_card_client_label: "Card clients label" - accounting_wallet_client_code: "Wallet clients code" - accounting_wallet_client_label: "Wallet clients label" - accounting_other_client_code: "Other means client code" - accounting_other_client_label: "Other means client label" - accounting_wallet_code: "Wallet code" - accounting_wallet_label: "Wallet label" - accounting_VAT_code: "VAT code" - accounting_VAT_label: "VAT label" - accounting_subscription_code: "Subscriptions code" - accounting_subscription_label: "Subscriptions label" - accounting_Machine_code: "Machines code" - accounting_Machine_label: "Machines label" - accounting_Training_code: "Trainings code" - accounting_Training_label: "Trainings label" - accounting_Event_code: "Events code" - accounting_Event_label: "Events label" - accounting_Space_code: "Spaces code" - accounting_Space_label: "Spaces label" - hub_last_version: "Last Fab-manager's version" - hub_public_key: "Instance public key" + booking_move_delay: "Délai préventif avant tout déplacement de réservation" + booking_cancel_enable: "Activation de l'annulation des réservations" + booking_cancel_delay: "Délai préventif avant toute annulation de réservation" + main_color: "La couleur principale" + secondary_color: "La couleur secondaire" + fablab_name: "Nom du FabLab" + name_genre: "Accord du titre" + reminder_enable: "Activation du rappel des réservations" + reminder_delay: "Délai avant envoi de la notification de rappel" + event_explications_alert: "L'explication sur la page de réservation d'un événement" + space_explications_alert: "L'explication sur la page de réservation d'un espace" + visibility_yearly: "La visibilité maximale pour les abonnées annuels" + visibility_others: "La visibilité maximale pour les autres membres" + display_name_enable: "Afficher les noms dans le calendrier" + machines_sort_by: "Ordre d'affichage des machines" + accounting_journal_code: "Code journal" + accounting_card_client_code: "Code clients par carte" + accounting_card_client_label: "Libellé clients par carte" + accounting_wallet_client_code: "Code clients par porte-monnaie" + accounting_wallet_client_label: "Libellé clients par porte-monnaie" + accounting_other_client_code: "Code clients autre moyen" + accounting_other_client_label: "Libellé clients autre moyen" + accounting_wallet_code: "Code porte-monnaie" + accounting_wallet_label: "Libellé porte-monnaie" + accounting_VAT_code: "Code TVA" + accounting_VAT_label: "Libellé TVA" + accounting_subscription_code: "Code abonnements" + accounting_subscription_label: "Libellé abonnements" + accounting_Machine_code: "Code machines" + accounting_Machine_label: "Libellé machines" + accounting_Training_code: "Code formations" + accounting_Training_label: "Libellé formations" + accounting_Event_code: "Code évènements" + accounting_Event_label: "Libellé évènements" + accounting_Space_code: "Code espaces" + accounting_Space_label: "Libellé espaces" + hub_last_version: "Dernière version de Fab-Manager" + hub_public_key: "Clé publique de l'instance" fab_analytics: "Fab Analytics" - link_name: "Link title to the \"About\" page" - home_content: "The home page" - home_css: "Stylesheet of the home page" - origin: "Instance URL" - uuid: "Instance ID" - phone_required: "Phone required?" - tracking_id: "Tracking ID" - book_overlapping_slots: "Book overlapping slots" - slot_duration: "Default duration of booking slots" - events_in_calendar: "Display events in the calendar" - spaces_module: "Spaces module" - plans_module: "Plans modules" - invoicing_module: "Invoicing module" - facebook_app_id: "Facebook App ID" - twitter_analytics: "Twitter analytics account" - recaptcha_site_key: "reCAPTCHA Site Key" - recaptcha_secret_key: "reCAPTCHA Secret Key" - feature_tour_display: "Feature tour display mode" - email_from: "Expeditor's address" - disqus_shortname: "Disqus shortname" - allowed_cad_extensions: "Allowed CAD files extensions" - allowed_cad_mime_types: "Allowed CAD files MIME types" - openlab_app_id: "OpenLab ID" - openlab_app_secret: "OpenLab secret" - openlab_default: "Default projects gallery view" - online_payment_module: "Online payments module" - stripe_public_key: "Stripe public key" - stripe_secret_key: "Stripe secret key" - stripe_currency: "Stripe currency" - invoice_prefix: "Invoices' files prefix" - confirmation_required: "Confirmation required" - wallet_module: "Wallet module" - statistics_module: "Statistics module" - upcoming_events_shown: "Display limit for upcoming events" - payment_schedule_prefix: "Payment schedule's files prefix" - trainings_module: "Trainings module" - address_required: "Address required" - accounting_Error_code: "Errors code" - accounting_Error_label: "Errors label" - payment_gateway: "Payment gateway" - payzen_username: "PayZen username" + link_name: "Titre du lien vers la page \"À propos\"" + home_content: "La page d'accueil" + home_css: "Feuille de style de la page d'accueil" + origin: "URL de l’instance" + uuid: "Identifiant d'instance" + phone_required: "Téléphone requis ?" + tracking_id: "ID de suivi" + book_overlapping_slots: "Réservation de créneaux simultanés" + slot_duration: "Durée par défaut des créneaux de réservation" + events_in_calendar: "Afficher les événements dans l'agenda" + spaces_module: "Module espace" + plans_module: "Module abonnements" + invoicing_module: "Module facturation" + facebook_app_id: "App ID Facebook" + twitter_analytics: "Compte Twitter analytics" + recaptcha_site_key: "Clé de site reCAPTCHA" + recaptcha_secret_key: "Clé secrète reCAPTCHA" + feature_tour_display: "Mode d'affichage des visites guidées" + email_from: "Adresse de l'expéditeur" + disqus_shortname: "Nom court Disqus" + allowed_cad_extensions: "Extensions de fichiers CAO autorisées" + allowed_cad_mime_types: "Types MIME de fichiers CAO autorisés" + openlab_app_id: "Identifiant OpenLab" + openlab_app_secret: "Secret OpenLab" + openlab_default: "Vue par défaut de la galerie de projets" + online_payment_module: "Module de paiement en ligne" + stripe_public_key: "Clé publique Stripe" + stripe_secret_key: "Clé secrète Stripe" + stripe_currency: "Devise Stripe" + invoice_prefix: "Préfixe des fichiers de factures" + confirmation_required: "Confirmation requise" + wallet_module: "Module porte-monnaie" + statistics_module: "Module de statistiques" + upcoming_events_shown: "Afficher la limite pour les événements à venir" + payment_schedule_prefix: "Préfixe des fichiers d'échéanciers de paiements" + trainings_module: "Module formations" + address_required: "Adresse requise" + accounting_Error_code: "Code erreurs" + accounting_Error_label: "Libellé erreurs" + payment_gateway: "Passerelle de paiement" + payzen_username: "Nom d'utilisateur PayZen" payzen_password: "PayZen password" payzen_endpoint: "PayZen API endpoint" payzen_public_key: "PayZen client public key" From 74cd41b6a962e56605c0ebf0760808d88467e56f Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 10 Jun 2021 14:45:40 +0200 Subject: [PATCH 37/37] New translations en.yml (French) --- config/locales/fr.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 3c1ba83db..f57333eea 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -520,8 +520,8 @@ fr: accounting_Error_label: "Libellé erreurs" payment_gateway: "Passerelle de paiement" payzen_username: "Nom d'utilisateur PayZen" - payzen_password: "PayZen password" - payzen_endpoint: "PayZen API endpoint" - payzen_public_key: "PayZen client public key" - payzen_hmac: "PayZen HMAC-SHA-256 key" - payzen_currency: "PayZen currency" + payzen_password: "Mot de passe PayZen" + payzen_endpoint: "Point d'accès à l'API PayZen" + payzen_public_key: "Clé publique du client PayZen" + payzen_hmac: "Clef HMAC-SHA-256 PayZen" + payzen_currency: "Devise PayZen"