1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

i18n english

This commit is contained in:
Sylvain 2016-08-08 12:14:10 +02:00
parent 23320104c5
commit 13e84f434d
2 changed files with 21 additions and 0 deletions

View File

@ -157,6 +157,15 @@ en:
coupon_was_successfully_deleted: "Coupon was successfully deleted."
unable_to_delete_the_specified_coupon_an_error_occurred: "Unable to delete the specified coupon, an error occurred."
coupons_new:
# ajouter un code promotionnel
add_a_coupon: "Add a coupon"
unable_to_create_the_coupon_an_error_occurred: "Unable to create the coupon: an error occurred."
coupons_edit:
# mettre à jour un code promotionnel
unable_to_update_the_coupon_an_error_occurred: "Unable to update the coupon: an error occurred."
plans:
new:
# add a subscription plan on the platform

View File

@ -331,3 +331,15 @@ en:
debit_reservation_training: "Debit by reservation of training"
debit_reservation_machine: "Debit by reservation of machine"
debit_reservation_event: "Debit by reservation of event"
coupon:
code: "Code"
code_is_required: "Code is required."
code_must_be_composed_of_capital_letters_and_or_digits: "The code must be composed of capital letters and/or digits."
percent_off: "Percentage off"
percent_off_is_required: "Percentage off is required."
percentage_must_be_between_0_and_100: "Percentage must be between 0 and 100."
valid_until: "Valid until (included)"
max_usages: "Maximum usages allowed"
max_usages_must_be_equal_or_greater_than_0: "The maximum usages allowed must be greater than 0."
enabled: "Active"