1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(i18n) Update translations from Crowdin

This commit is contained in:
Du Peng 2023-04-12 15:21:25 +02:00
parent 58e8a9dff5
commit c552573d35
3 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@
## v6.0.3 2023 April 12
- Fix a bug: unable to install Fab-manager by setup.sh
- Update translations from Crowdin
- Fix a security issue: updated Ruby to 3.2.2 to fix [CVE-2023-28755](https://www.ruby-lang.org/en/news/2023/03/28/redos-in-uri-cve-2023-28755/)
- Fix a security issue: updated Ruby to 3.2.2 to fix [CVE-2023-28756](https://www.ruby-lang.org/en/news/2023/03/30/redos-in-time-cve-2023-28756/)

View File

@ -330,7 +330,7 @@ it:
you_have_settled_a_: "Hai selezionato"
total_: "TOTALE:"
thank_you_your_payment_has_been_successfully_registered: "Grazie. Il tuo pagamento è stato registrato con successo !"
your_invoice_will_be_available_soon_from_your_: "Your invoice will be available soon from your"
your_invoice_will_be_available_soon_from_your_: "La tua fattura sarà disponibile presto dalla tua"
dashboard: "La tua scrivania"
i_want_to_change_the_following_reservation: "Voglio cambiare la seguente prenotazione:"
cancel_my_modification: "Annulla la mia modifica"
@ -355,8 +355,8 @@ it:
slot_restrict_plans: "Questo slot è limitato per i piani sotto indicati:"
slot_restrict_subscriptions_must_select_plan: "Lo slot è limitato per gli abbonati. Si prega di selezionare prima un piano."
slot_restrict_plans_of_others_groups: "Lo slot è limitato per gli abbonati di altri gruppi."
selected_plan_dont_match_slot: "Selected plan don't match this slot"
user_plan_dont_match_slot: "User subscribed plan don't match this slot"
selected_plan_dont_match_slot: "Il piano selezionato non è compatibile con questo slot"
user_plan_dont_match_slot: "L'abbonamento dell'utente non è compatibile con questo slot"
no_plan_match_slot: "Non hai alcun piano valido per questo slot"
slot_at_same_time: "Conflitto con altre prenotazioni"
do_you_really_want_to_book_slot_at_same_time: "Vuoi davvero prenotare questo slot? Altre prenotazioni sono già presenti"

View File

@ -2,4 +2,4 @@ de:
time:
formats:
#See http://apidock.com/ruby/DateTime/strftime for a list of available directives
hour_minute: "%I:%M %p"
hour_minute: "%H:%M"