From 91d3908eeca4987a325b1b09cd3730e93ccc826e Mon Sep 17 00:00:00 2001 From: Geoffrey POUZET Date: Tue, 27 Oct 2020 21:27:12 +0100 Subject: [PATCH] Sort internationalization files. --- src/main/resources/messages.properties | 206 +++++++++++----------- src/main/resources/messages_en.properties | 202 +++++++++++---------- src/main/resources/messages_fr.properties | 202 +++++++++++---------- 3 files changed, 312 insertions(+), 298 deletions(-) diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties index 5685b74..e7be4f4 100644 --- a/src/main/resources/messages.properties +++ b/src/main/resources/messages.properties @@ -1,112 +1,114 @@ -navbar.language = Language -navbar.signin = Sign in -navbar.signup = Sign up -navbar.logout = Logout -navbar.my_animals = My animals -navbar.cares_and_behaviors = Care and Behaviors - -footer.license = Application under {0} license -footer.source_code = Source code - -progression.value.NOT_TRAINED=Not trained -progression.value.CURRENTLY_TRAINING=Currently training -progression.value.TRAINED=Done -progression.by_me=Progression by me -progression.by_someone_else=Progression by someone else -progression.by_veterinary=Done by veterinary - -register.title=Sign up -register.label.login=Username: -register.placeholder.login=Username -register.label.password=Password: -register.placeholder.password=Password -register.label.password_check=Check password: -register.placeholder.password_check=Password -register.button.submit=Create - -authentication.title=Authentication -authentication.label.login=Username: -authentication.placeholder.login=Username -authentication.label.password=Password: -authentication.placeholder.password=Password -authentication.button.submit=Login -animal_list.delete.modal_body=Do you want to delete this animal? -modal_button.delete=Delete -modal_button.cancel=Cancel -animal_cares_and_behaviors.delete.modal_body.behavior=Do you want to delete this behavior? -animal_cares_and_behaviors.delete.modal_body.care=Do you want to delete this care? -animal_list.title=Your animals' list -animal_list.animal_list.title=Your animals' list -animal_list.animal.delete.tooltip=Delete -animal_list.animal.add.title=Add an animal -animal_list.animal.add.label=Animal's name: -animal_list.animal.add.placeholder=Name -animal_list.animal.add.tooltip=Add -animal_list.change_password.title=Change password -animal_list.change_password.old_password.label=Old password: -animal_list.change_password.old_password.placeholder=Old password -animal_list.change_password.new_password.label=New password: -animal_list.change_password.new_password.placeholder=New password -animal_list.change_password.new_password_check.label=New password: -animal_list.change_password.new_password_check.placeholder=Check new password -animal_list.change_password.submit=Change password -progression.title={0} sheet -progression.table.column.care=Care -progression.table.column.behavior=Consent behavior - - -animal_care_and_behavior.title={0} sheet -animal_care_and_behavior.care_list=Cares list -animal_care_and_behavior.add_care=Add care -animal_care_and_behavior.add_care.care_name.placeholder=Care name -animal_care_and_behavior.add_care.care_description.placeholder=Care description (optional) -animal_care_and_behavior.add_care.button.submit=Add -animal_care_and_behavior.behavior_list=Consent behaviors list -animal_care_and_behavior.add_behavior=Add consent behavior -animal_care_and_behavior.add_behavior.care_name.placeholder=Consent behavior -animal_care_and_behavior.add_behavior.care_description.placeholder=Consent behavior description (optional) -animal_care_and_behavior.add_behavior.button.submit=Add -animal_care_and_behavior.button.delete.tooltip=Delete - -animal_care.title={0} sheet -animal_care.subtitle=Progression of "{0}" -animal_care.table.behavior=Consent behavior -animal_care.table.executed_by_me=Execute by me -animal_care.table.executed_by_someone_else=Execute by someone else -animal_care.table.executed_by_veterinary=Execute by veterinary -animal_care.button.delete.tooltip=Delete -animal_care.button.add.tooltip=Add -animal_care.add_behavior=Add a consent behavior to this care -animal_care.add_behavior.empty_list=No more consent behaviors to add - -animal_behavior.title={0} sheet +animal_behavior.add_care.empty_list=No more cares to add +animal_behavior.add_care=Add care to this consent behavior +animal_behavior.button.add.tooltip=Add +animal_behavior.button.delete.tooltip=Delete animal_behavior.subtitle=Progression of "{0}" animal_behavior.table.care=Care animal_behavior.table.executed_by_me=Execute by me animal_behavior.table.executed_by_someone_else=Execute by someone else animal_behavior.table.executed_by_veterinary=Execute by veterinary -animal_behavior.button.delete.tooltip=Delete -animal_behavior.button.add.tooltip=Add -animal_behavior.add_care=Add care to this consent behavior -animal_behavior.add_care.empty_list=No more cares to add -animal_list.animal.edit.tooltip=Edit -animal_list.edit_animal.modal.label=Animal's name: -animal_list.edit_animal.modal.placeholder=New name -modal_button.edit=Edit +animal_behavior.title={0} sheet + +animal_care.add_behavior.empty_list=No more consent behaviors to add +animal_care.add_behavior=Add a consent behavior to this care +animal_care.button.add.tooltip=Add +animal_care.button.delete.tooltip=Delete +animal_care.button.edit.tooltip=Edit +animal_care.subtitle=Progression of "{0}" +animal_care.table.behavior=Consent behavior +animal_care.table.executed_by_me=Execute by me +animal_care.table.executed_by_someone_else=Execute by someone else +animal_care.table.executed_by_veterinary=Execute by veterinary +animal_care.title={0} sheet + +animal_care_and_behavior.add_behavior.button.submit=Add +animal_care_and_behavior.add_behavior.care_description.placeholder=Consent behavior description (optional) +animal_care_and_behavior.add_behavior.care_name.placeholder=Consent behavior +animal_care_and_behavior.add_behavior=Add consent behavior +animal_care_and_behavior.add_care.button.submit=Add +animal_care_and_behavior.add_care.care_description.placeholder=Care description (optional) +animal_care_and_behavior.add_care.care_name.placeholder=Care name +animal_care_and_behavior.add_care=Add care +animal_care_and_behavior.behavior_list.empty=No consent behaviors yet +animal_care_and_behavior.behavior_list=Consent behaviors list +animal_care_and_behavior.button.delete.tooltip=Delete animal_care_and_behavior.button.edit.tooltip=Edit -animal_list.edit_animal.modal.title=Editing animal's name -animal_care_and_behavior.edit_care.modal.title=Editing care -animal_care_and_behavior.edit_care.modal.name.label=Care name: -animal_care_and_behavior.edit_care.modal.name.placeholder=Care name -animal_care_and_behavior.edit_care.modal.description.label=Care description: -animal_care_and_behavior.edit_care.modal.description.placeholder=Care description (optional) -animal_care_and_behavior.edit_behavior.modal.title=Editing consent behavior -animal_care_and_behavior.edit_behavior.modal.name.label=Consent behavior name: -animal_care_and_behavior.edit_behavior.modal.name.placeholder=Consent behavior name +animal_care_and_behavior.care_list.empty=No cares yet +animal_care_and_behavior.care_list=Cares list animal_care_and_behavior.edit_behavior.modal.description.label=Consent behavior description: animal_care_and_behavior.edit_behavior.modal.description.placeholder=Consent behavior description (optional) -animal_care.button.edit.tooltip=Edit +animal_care_and_behavior.edit_behavior.modal.name.label=Consent behavior name: +animal_care_and_behavior.edit_behavior.modal.name.placeholder=Consent behavior name +animal_care_and_behavior.edit_behavior.modal.title=Editing consent behavior +animal_care_and_behavior.edit_care.modal.description.label=Care description: +animal_care_and_behavior.edit_care.modal.description.placeholder=Care description (optional) +animal_care_and_behavior.edit_care.modal.name.label=Care name: +animal_care_and_behavior.edit_care.modal.name.placeholder=Care name +animal_care_and_behavior.edit_care.modal.title=Editing care +animal_care_and_behavior.title={0} sheet +animal_cares_and_behaviors.delete.modal_body.behavior=Do you want to delete this behavior? +animal_cares_and_behaviors.delete.modal_body.care=Do you want to delete this care? + animal_consent_behavior.button.edit.tooltip=Edit -animal_care_and_behavior.care_list.empty=No cares yet -animal_care_and_behavior.behavior_list.empty=No consent behaviors yet + +animal_list.animal.add.label=Animal's name: +animal_list.animal.add.placeholder=Name +animal_list.animal.add.title=Add an animal +animal_list.animal.add.tooltip=Add +animal_list.animal.delete.tooltip=Delete +animal_list.animal.edit.tooltip=Edit animal_list.animal_list.empty=No animals yet +animal_list.animal_list.title=Your animals' list +animal_list.change_password.new_password.label=New password: +animal_list.change_password.new_password.placeholder=New password +animal_list.change_password.new_password_check.label=New password: +animal_list.change_password.new_password_check.placeholder=Check new password +animal_list.change_password.old_password.label=Old password: +animal_list.change_password.old_password.placeholder=Old password +animal_list.change_password.submit=Change password +animal_list.change_password.title=Change password +animal_list.delete.modal_body=Do you want to delete this animal? +animal_list.edit_animal.modal.label=Animal's name: +animal_list.edit_animal.modal.placeholder=New name +animal_list.edit_animal.modal.title=Editing animal's name +animal_list.title=Your animals' list + +authentication.button.submit=Login +authentication.label.login=Username: +authentication.label.password=Password: +authentication.placeholder.login=Username +authentication.placeholder.password=Password +authentication.title=Authentication + +footer.license = Application under {0} license +footer.source_code = Source code + +modal_button.cancel=Cancel +modal_button.delete=Delete +modal_button.edit=Edit + +navbar.cares_and_behaviors = Care and Behaviors +navbar.language = Language +navbar.logout = Logout +navbar.my_animals = My animals +navbar.signin = Sign in +navbar.signup = Sign up + +progression.by_me=Progression by me +progression.by_someone_else=Progression by someone else +progression.by_veterinary=Done by veterinary +progression.table.column.behavior=Consent behavior +progression.table.column.care=Care +progression.title={0} sheet +progression.value.CURRENTLY_TRAINING=Currently training +progression.value.NOT_TRAINED=Not trained +progression.value.TRAINED=Done + +register.button.submit=Create +register.label.login=Username: +register.label.password=Password: +register.label.password_check=Check password: +register.placeholder.login=Username +register.placeholder.password=Password +register.placeholder.password_check=Password +register.title=Sign up \ No newline at end of file diff --git a/src/main/resources/messages_en.properties b/src/main/resources/messages_en.properties index f0a5de2..4ce8451 100644 --- a/src/main/resources/messages_en.properties +++ b/src/main/resources/messages_en.properties @@ -1,108 +1,114 @@ -navbar.language = Language -navbar.signin = Sign in -navbar.signup = Sign up -navbar.logout = Logout -navbar.my_animals = My animals -navbar.cares_and_behaviors = Care and Behaviors - -footer.source_code=Source code -footer.license=Application under {0} license - -progression.value.NOT_TRAINED=Not trained -progression.value.CURRENTLY_TRAINING=Currently training -progression.value.TRAINED=Done -progression.by_me=Progression by me -progression.by_someone_else=Progression by someone else -progression.by_veterinary=Done by veterinary - -register.title=Sign up -register.label.login=Username: -register.placeholder.login=Username -register.label.password=Password: -register.placeholder.password=Password -register.label.password_check=Check password: -register.placeholder.password_check=Password -register.button.submit=Create - -authentication.title=Authentication -authentication.label.login=Username: -authentication.placeholder.login=Username -authentication.label.password=Password: -authentication.placeholder.password=Password -authentication.button.submit=Login -animal_list.delete.modal_body=Do you want to delete this animal? -modal_button.delete=Delete -modal_button.cancel=Cancel -animal_cares_and_behaviors.delete.modal_body.behavior=Do you want to delete this behavior? -animal_cares_and_behaviors.delete.modal_body.care=Do you want to delete this care? -animal_list.title=Your animals' list -animal_list.animal_list.title=Your animals' list -animal_list.animal.add.title=Add an animal -animal_list.animal.add.label=Animal's name: -animal_list.animal.add.placeholder=Name -animal_list.animal.add.tooltip=Add -animal_list.change_password.title=Change password -animal_list.change_password.old_password.label=Old password: -animal_list.change_password.old_password.placeholder=Old password -animal_list.change_password.new_password.label=New password: -animal_list.change_password.new_password.placeholder=New password -animal_list.change_password.new_password_check.label=New password: -animal_list.change_password.new_password_check.placeholder=Check new password -animal_list.change_password.submit=Change password -progression.title={0} sheet -progression.table.column.care=Care -progression.table.column.behavior=Consent behavior -animal_care_and_behavior.title={0} sheet -animal_care_and_behavior.care_list=Cares list -animal_care_and_behavior.add_care=Add care -animal_care_and_behavior.add_care.care_name.placeholder=Care name -animal_care_and_behavior.add_care.care_description.placeholder=Care description (optional) -animal_care_and_behavior.add_care.button.submit=Add -animal_care_and_behavior.behavior_list=Consent behaviors list -animal_care_and_behavior.add_behavior=Add consent behavior -animal_care_and_behavior.add_behavior.care_name.placeholder=Consent behavior -animal_care_and_behavior.add_behavior.care_description.placeholder=Consent behavior description (optional) -animal_care_and_behavior.add_behavior.button.submit=Add -animal_care_and_behavior.button.delete.tooltip=Delete -animal_care.title={0} sheet -animal_care.subtitle=Progression of "{0}" -animal_behavior.title={0} sheet -animal_list.animal.delete.tooltip=Delete -animal_care.add_behavior.empty_list=No more consent behaviors to add -animal_care.add_behavior=Add a consent behavior to this care -animal_care.button.delete.tooltip=Delete -animal_care.button.add.tooltip=Add -animal_care.table.executed_by_veterinary=Execute by veterinary -animal_care.table.executed_by_someone_else=Execute by someone else -animal_care.table.executed_by_me=Execute by me -animal_care.table.behavior=Consent behavior +animal_behavior.add_care.empty_list=No more cares to add +animal_behavior.add_care=Add care to this consent behavior +animal_behavior.button.add.tooltip=Add +animal_behavior.button.delete.tooltip=Delete animal_behavior.subtitle=Progression of "{0}" animal_behavior.table.care=Care animal_behavior.table.executed_by_me=Execute by me animal_behavior.table.executed_by_someone_else=Execute by someone else animal_behavior.table.executed_by_veterinary=Execute by veterinary -animal_behavior.button.delete.tooltip=Delete -animal_behavior.button.add.tooltip=Add -animal_behavior.add_care=Add care to this consent behavior -animal_behavior.add_care.empty_list=No more cares to add -animal_list.animal.edit.tooltip=Edit -animal_list.edit_animal.modal.label=Animal's name: -animal_list.edit_animal.modal.placeholder=New name -modal_button.edit=Edit +animal_behavior.title={0} sheet + +animal_care.add_behavior.empty_list=No more consent behaviors to add +animal_care.add_behavior=Add a consent behavior to this care +animal_care.button.add.tooltip=Add +animal_care.button.delete.tooltip=Delete +animal_care.button.edit.tooltip=Edit +animal_care.subtitle=Progression of "{0}" +animal_care.table.behavior=Consent behavior +animal_care.table.executed_by_me=Execute by me +animal_care.table.executed_by_someone_else=Execute by someone else +animal_care.table.executed_by_veterinary=Execute by veterinary +animal_care.title={0} sheet + +animal_care_and_behavior.add_behavior.button.submit=Add +animal_care_and_behavior.add_behavior.care_description.placeholder=Consent behavior description (optional) +animal_care_and_behavior.add_behavior.care_name.placeholder=Consent behavior +animal_care_and_behavior.add_behavior=Add consent behavior +animal_care_and_behavior.add_care.button.submit=Add +animal_care_and_behavior.add_care.care_description.placeholder=Care description (optional) +animal_care_and_behavior.add_care.care_name.placeholder=Care name +animal_care_and_behavior.add_care=Add care +animal_care_and_behavior.behavior_list.empty=No consent behaviors yet +animal_care_and_behavior.behavior_list=Consent behaviors list +animal_care_and_behavior.button.delete.tooltip=Delete animal_care_and_behavior.button.edit.tooltip=Edit -animal_list.edit_animal.modal.title=Editing animal's name -animal_care_and_behavior.edit_care.modal.title=Editing care -animal_care_and_behavior.edit_care.modal.name.label=Care name: -animal_care_and_behavior.edit_care.modal.name.placeholder=Care name -animal_care_and_behavior.edit_care.modal.description.label=Care description: -animal_care_and_behavior.edit_care.modal.description.placeholder=Care description (optional) -animal_care_and_behavior.edit_behavior.modal.title=Editing consent behavior -animal_care_and_behavior.edit_behavior.modal.name.label=Consent behavior name: -animal_care_and_behavior.edit_behavior.modal.name.placeholder=Consent behavior name +animal_care_and_behavior.care_list.empty=No cares yet +animal_care_and_behavior.care_list=Cares list animal_care_and_behavior.edit_behavior.modal.description.label=Consent behavior description: animal_care_and_behavior.edit_behavior.modal.description.placeholder=Consent behavior description (optional) -animal_care.button.edit.tooltip=Edit +animal_care_and_behavior.edit_behavior.modal.name.label=Consent behavior name: +animal_care_and_behavior.edit_behavior.modal.name.placeholder=Consent behavior name +animal_care_and_behavior.edit_behavior.modal.title=Editing consent behavior +animal_care_and_behavior.edit_care.modal.description.label=Care description: +animal_care_and_behavior.edit_care.modal.description.placeholder=Care description (optional) +animal_care_and_behavior.edit_care.modal.name.label=Care name: +animal_care_and_behavior.edit_care.modal.name.placeholder=Care name +animal_care_and_behavior.edit_care.modal.title=Editing care +animal_care_and_behavior.title={0} sheet +animal_cares_and_behaviors.delete.modal_body.behavior=Do you want to delete this behavior? +animal_cares_and_behaviors.delete.modal_body.care=Do you want to delete this care? + animal_consent_behavior.button.edit.tooltip=Edit -animal_care_and_behavior.care_list.empty=No cares yet -animal_care_and_behavior.behavior_list.empty=No consent behaviors yet + +animal_list.animal.add.label=Animal's name: +animal_list.animal.add.placeholder=Name +animal_list.animal.add.title=Add an animal +animal_list.animal.add.tooltip=Add +animal_list.animal.delete.tooltip=Delete +animal_list.animal.edit.tooltip=Edit animal_list.animal_list.empty=No animals yet +animal_list.animal_list.title=Your animals' list +animal_list.change_password.new_password.label=New password: +animal_list.change_password.new_password.placeholder=New password +animal_list.change_password.new_password_check.label=New password: +animal_list.change_password.new_password_check.placeholder=Check new password +animal_list.change_password.old_password.label=Old password: +animal_list.change_password.old_password.placeholder=Old password +animal_list.change_password.submit=Change password +animal_list.change_password.title=Change password +animal_list.delete.modal_body=Do you want to delete this animal? +animal_list.edit_animal.modal.label=Animal's name: +animal_list.edit_animal.modal.placeholder=New name +animal_list.edit_animal.modal.title=Editing animal's name +animal_list.title=Your animals' list + +authentication.button.submit=Login +authentication.label.login=Username: +authentication.label.password=Password: +authentication.placeholder.login=Username +authentication.placeholder.password=Password +authentication.title=Authentication + +footer.license=Application under {0} license +footer.source_code=Source code + +modal_button.cancel=Cancel +modal_button.delete=Delete +modal_button.edit=Edit + +navbar.cares_and_behaviors = Care and Behaviors +navbar.language = Language +navbar.logout = Logout +navbar.my_animals = My animals +navbar.signin = Sign in +navbar.signup = Sign up + +progression.by_me=Progression by me +progression.by_someone_else=Progression by someone else +progression.by_veterinary=Done by veterinary +progression.table.column.behavior=Consent behavior +progression.table.column.care=Care +progression.title={0} sheet +progression.value.CURRENTLY_TRAINING=Currently training +progression.value.NOT_TRAINED=Not trained +progression.value.TRAINED=Done + +register.button.submit=Create +register.label.login=Username: +register.label.password=Password: +register.label.password_check=Check password: +register.placeholder.login=Username +register.placeholder.password=Password +register.placeholder.password_check=Password +register.title=Sign up \ No newline at end of file diff --git a/src/main/resources/messages_fr.properties b/src/main/resources/messages_fr.properties index 54afa60..d70d913 100644 --- a/src/main/resources/messages_fr.properties +++ b/src/main/resources/messages_fr.properties @@ -1,108 +1,114 @@ -navbar.language = Langue -navbar.signin = Connexion -navbar.signup = Cr\u00e9er un compte -navbar.logout = D\u00e9connexion -navbar.my_animals = Mes animaux -navbar.cares_and_behaviors = Soins et Comportements - -footer.source_code=Code source -footer.license=Application sous licence {0} - -progression.value.NOT_TRAINED=Non entrainn\u00e9 -progression.value.CURRENTLY_TRAINING=En cours -progression.value.TRAINED=Fait -progression.by_me=Progression par moi -progression.by_someone_else=Progression par quelqu'un d'autre -progression.by_veterinary=R\u00e9alis\u00e9 par le v\u00e9t\u00e9rinaire - -register.title=Cr\u00e9ation du compte -register.label.login=Nom d'utilisateur : -register.placeholder.login=Nom d'utilisateur -register.label.password=Mot de passe : -register.placeholder.password=Mot de passe -register.label.password_check=V\u00e9rification du mot de passe : -register.placeholder.password_check=Mot de passe -register.button.submit=Cr\u00e9er - -authentication.title=Authentification -authentication.label.login=Nom d'utilisateur : -authentication.placeholder.login=Nom d'utilisateur -authentication.label.password=Mot de passe : -authentication.placeholder.password=Mot de passe -authentication.button.submit=Connexion -animal_list.delete.modal_body=Voulez-vous vraiment supprimer cet animal ? -modal_button.delete=Supprimer -modal_button.cancel=Annuler -animal_cares_and_behaviors.delete.modal_body.behavior=Voulez-vous vraiment supprimer ce comportement ? -animal_cares_and_behaviors.delete.modal_body.care=Voulez-vous vraiment supprimer ce soin ? -animal_list.title=Liste de vos animaux -animal_list.animal_list.title=Liste de vos animaux -animal_list.animal.add.title=Ajouter un animal -animal_list.animal.add.label=Nom de l'animal : -animal_list.animal.add.placeholder=Nom -animal_list.animal.add.tooltip=Ajouter -animal_list.change_password.title=Changer de mot de passe -animal_list.change_password.old_password.label=Ancien mot de passe : -animal_list.change_password.old_password.placeholder=Ancien mot de passe -animal_list.change_password.new_password.label=Nouveau mot de passe : -animal_list.change_password.new_password.placeholder=Nouveau mot de passe -animal_list.change_password.new_password_check.label=Nouveau mot de passe : -animal_list.change_password.new_password_check.placeholder=V\u00e9rification nouveau mot de passe -animal_list.change_password.submit=Changer le mot de passe -progression.title=Feuille de {0} -progression.table.column.care=Soin -progression.table.column.behavior=Comportement de consentement -animal_care_and_behavior.title=Feuille de {0} -animal_care_and_behavior.care_list=Liste des soins -animal_care_and_behavior.add_care=Ajouter un soin -animal_care_and_behavior.add_care.care_name.placeholder=Nom du soin -animal_care_and_behavior.add_care.care_description.placeholder=Description du soin (optionelle) -animal_care_and_behavior.add_care.button.submit=Ajouter -animal_care_and_behavior.behavior_list=Liste des comportements de consentements -animal_care_and_behavior.add_behavior=Ajouter un comportement de consentement -animal_care_and_behavior.add_behavior.care_name.placeholder=Comportement de consentement -animal_care_and_behavior.add_behavior.care_description.placeholder=Description du comportement de consentement (optionelle) -animal_care_and_behavior.add_behavior.button.submit=Ajouter -animal_care_and_behavior.button.delete.tooltip=Supprimer -animal_care.title=Feuille de {0} -animal_behavior.title=Feuille de {0} -animal_care.subtitle=Progression de "{0}" -animal_list.animal.delete.tooltip=Supprimer -animal_care.table.behavior=Comportement de consentement -animal_care.table.executed_by_me=Ex\u00e9cut\u00e9 par moi -animal_care.table.executed_by_someone_else=Ex\u00e9cut\u00e9 par quelqu'un d'autre -animal_care.table.executed_by_veterinary=Ex\u00e9cut\u00e9 par le v\u00e9t\u00e9rinaire -animal_care.button.delete.tooltip=Supptimer -animal_care.button.add.tooltip=Ajouter -animal_care.add_behavior=Ajouter un comportement de consentement \u00e0 ce soin -animal_care.add_behavior.empty_list=Aucun comportements de consentement \u00e0 ajouter +animal_behavior.add_care.empty_list=Aucun soins \u00e0 ajouter +animal_behavior.add_care=Ajouter un soin \u00e0 ce comportement de consentement +animal_behavior.button.add.tooltip=Ajouter +animal_behavior.button.delete.tooltip=Supprimer animal_behavior.subtitle=Progression de "{0}" animal_behavior.table.care=Soin animal_behavior.table.executed_by_me=Ex\u00e9cut\u00e9 par moi animal_behavior.table.executed_by_someone_else=Ex\u00e9cut\u00e9 par quelqu'un d'autre animal_behavior.table.executed_by_veterinary=Ex\u00e9cut\u00e9 par le v\u00e9t\u00e9rinaire -animal_behavior.button.delete.tooltip=Supprimer -animal_behavior.button.add.tooltip=Ajouter -animal_behavior.add_care=Ajouter un soin \u00e0 ce comportement de consentement -animal_behavior.add_care.empty_list=Aucun soins \u00e0 ajouter -animal_list.animal.edit.tooltip=Modifier -animal_list.edit_animal.modal.label=Nom de l'animal : -animal_list.edit_animal.modal.placeholder=Nouveau nom -modal_button.edit=Modifier +animal_behavior.title=Feuille de {0} + +animal_care.add_behavior.empty_list=Aucun comportements de consentement \u00e0 ajouter +animal_care.add_behavior=Ajouter un comportement de consentement \u00e0 ce soin +animal_care.button.add.tooltip=Ajouter +animal_care.button.delete.tooltip=Supptimer +animal_care.button.edit.tooltip=Modifier +animal_care.subtitle=Progression de "{0}" +animal_care.table.behavior=Comportement de consentement +animal_care.table.executed_by_me=Ex\u00e9cut\u00e9 par moi +animal_care.table.executed_by_someone_else=Ex\u00e9cut\u00e9 par quelqu'un d'autre +animal_care.table.executed_by_veterinary=Ex\u00e9cut\u00e9 par le v\u00e9t\u00e9rinaire +animal_care.title=Feuille de {0} + +animal_care_and_behavior.add_behavior.button.submit=Ajouter +animal_care_and_behavior.add_behavior.care_description.placeholder=Description du comportement de consentement (optionelle) +animal_care_and_behavior.add_behavior.care_name.placeholder=Comportement de consentement +animal_care_and_behavior.add_behavior=Ajouter un comportement de consentement +animal_care_and_behavior.add_care.button.submit=Ajouter +animal_care_and_behavior.add_care.care_description.placeholder=Description du soin (optionelle) +animal_care_and_behavior.add_care.care_name.placeholder=Nom du soin +animal_care_and_behavior.add_care=Ajouter un soin +animal_care_and_behavior.behavior_list.empty=Pas encore de comportements de consentement +animal_care_and_behavior.behavior_list=Liste des comportements de consentements +animal_care_and_behavior.button.delete.tooltip=Supprimer animal_care_and_behavior.button.edit.tooltip=Modifier -animal_list.edit_animal.modal.title=Modifier le nom de l'animal -animal_care_and_behavior.edit_care.modal.title=Modification du soin -animal_care_and_behavior.edit_care.modal.name.label=Nom du soin : -animal_care_and_behavior.edit_care.modal.name.placeholder=Nom du soin -animal_care_and_behavior.edit_care.modal.description.label=Description du soin : -animal_care_and_behavior.edit_care.modal.description.placeholder=Description du soin (optionelle) -animal_care_and_behavior.edit_behavior.modal.title=Modification du comportement de consentement -animal_care_and_behavior.edit_behavior.modal.name.label=Nom du comportement de consentement : -animal_care_and_behavior.edit_behavior.modal.name.placeholder=Nom du comportement de consentement +animal_care_and_behavior.care_list.empty=Pas encore de soins +animal_care_and_behavior.care_list=Liste des soins animal_care_and_behavior.edit_behavior.modal.description.label=Description du comportement de consentment : animal_care_and_behavior.edit_behavior.modal.description.placeholder=Description du comportement de consentement (optionelle) -animal_care.button.edit.tooltip=Modifier +animal_care_and_behavior.edit_behavior.modal.name.label=Nom du comportement de consentement : +animal_care_and_behavior.edit_behavior.modal.name.placeholder=Nom du comportement de consentement +animal_care_and_behavior.edit_behavior.modal.title=Modification du comportement de consentement +animal_care_and_behavior.edit_care.modal.description.label=Description du soin : +animal_care_and_behavior.edit_care.modal.description.placeholder=Description du soin (optionelle) +animal_care_and_behavior.edit_care.modal.name.label=Nom du soin : +animal_care_and_behavior.edit_care.modal.name.placeholder=Nom du soin +animal_care_and_behavior.edit_care.modal.title=Modification du soin +animal_care_and_behavior.title=Feuille de {0} +animal_cares_and_behaviors.delete.modal_body.behavior=Voulez-vous vraiment supprimer ce comportement ? +animal_cares_and_behaviors.delete.modal_body.care=Voulez-vous vraiment supprimer ce soin ? + animal_consent_behavior.button.edit.tooltip=Modifier -animal_care_and_behavior.care_list.empty=Pas encore de soins -animal_care_and_behavior.behavior_list.empty=Pas encore de comportements de consentement + +animal_list.animal.add.label=Nom de l'animal : +animal_list.animal.add.placeholder=Nom +animal_list.animal.add.title=Ajouter un animal +animal_list.animal.add.tooltip=Ajouter +animal_list.animal.delete.tooltip=Supprimer +animal_list.animal.edit.tooltip=Modifier animal_list.animal_list.empty=Pas encore d'animaux +animal_list.animal_list.title=Liste de vos animaux +animal_list.change_password.new_password.label=Nouveau mot de passe : +animal_list.change_password.new_password.placeholder=Nouveau mot de passe +animal_list.change_password.new_password_check.label=Nouveau mot de passe : +animal_list.change_password.new_password_check.placeholder=V\u00e9rification nouveau mot de passe +animal_list.change_password.old_password.label=Ancien mot de passe : +animal_list.change_password.old_password.placeholder=Ancien mot de passe +animal_list.change_password.submit=Changer le mot de passe +animal_list.change_password.title=Changer de mot de passe +animal_list.delete.modal_body=Voulez-vous vraiment supprimer cet animal ? +animal_list.edit_animal.modal.label=Nom de l'animal : +animal_list.edit_animal.modal.placeholder=Nouveau nom +animal_list.edit_animal.modal.title=Modifier le nom de l'animal +animal_list.title=Liste de vos animaux + +authentication.button.submit=Connexion +authentication.label.login=Nom d'utilisateur : +authentication.label.password=Mot de passe : +authentication.placeholder.login=Nom d'utilisateur +authentication.placeholder.password=Mot de passe +authentication.title=Authentification + +footer.license=Application sous licence {0} +footer.source_code=Code source + +modal_button.cancel=Annuler +modal_button.delete=Supprimer +modal_button.edit=Modifier + +navbar.cares_and_behaviors = Soins et Comportements +navbar.language = Langue +navbar.logout = D\u00e9connexion +navbar.my_animals = Mes animaux +navbar.signin = Connexion +navbar.signup = Cr\u00e9er un compte + +progression.by_me=Progression par moi +progression.by_someone_else=Progression par quelqu'un d'autre +progression.by_veterinary=R\u00e9alis\u00e9 par le v\u00e9t\u00e9rinaire +progression.table.column.behavior=Comportement de consentement +progression.table.column.care=Soin +progression.title=Feuille de {0} +progression.value.CURRENTLY_TRAINING=En cours +progression.value.NOT_TRAINED=Non entrainn\u00e9 +progression.value.TRAINED=Fait + +register.button.submit=Cr\u00e9er +register.label.login=Nom d'utilisateur : +register.label.password=Mot de passe : +register.label.password_check=V\u00e9rification du mot de passe : +register.placeholder.login=Nom d'utilisateur +register.placeholder.password=Mot de passe +register.placeholder.password_check=Mot de passe +register.title=Cr\u00e9ation du compte \ No newline at end of file