1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-17 11:54:22 +01:00

Merge branch 'dev' for release 6.3.31

This commit is contained in:
Du Peng 2024-07-22 14:18:57 +02:00
commit f61b64a276
5 changed files with 12 additions and 3 deletions

View File

@ -2,6 +2,10 @@
## Next release ## Next release
## v6.3.31 2024 July 22
- updates translations
## v6.3.30 2024 July 19 ## v6.3.30 2024 July 19
- Fix a bug: unable to change training reservation slot to another slot - Fix a bug: unable to change training reservation slot to another slot

View File

@ -360,7 +360,7 @@ zh-CN:
select_period: "请选择重复周期" select_period: "请选择重复周期"
select_nb_period: "请选择重复周期数" select_nb_period: "请选择重复周期数"
select_end_date: "请选择最后一次发生的日期" select_end_date: "请选择最后一次发生的日期"
about_to_create: "您即将创建以下 {TYPE, select, machines{machine} training{training} space{space} other{other}} {NUMBER, plural, one{slot} other{slots}}" about_to_create: "您即将创建以下{TYPE, select, machines{机器} training{培训} space{空间} other{其他}}{NUMBER, plural, =1{时段} other{时段}}"
divided_in_slots: "{COUNT, plural, =1{此时间段} other{这些时间段}} 将以 {DURATION} 分钟的间隔开放供预订。" divided_in_slots: "{COUNT, plural, =1{此时间段} other{这些时间段}} 将以 {DURATION} 分钟的间隔开放供预订。"
reservable: "可预订:" reservable: "可预订:"
labels: "标签:" labels: "标签:"

View File

@ -244,7 +244,7 @@ fr:
all_machines: "Toutes les machines" all_machines: "Toutes les machines"
machine_card: machine_card:
book: "Réserver" book: "Réserver"
consult: "View" consult: "Consulter"
#details of a machine #details of a machine
machines_show: machines_show:
book_this_machine: "Réserver cette machine" book_this_machine: "Réserver cette machine"

View File

@ -2,10 +2,13 @@ zh-CN:
#subscription plan duration #subscription plan duration
duration: duration:
year: year:
one: '一年'
other: '%{count}年' other: '%{count}年'
month: month:
one: '一个月'
other: '%{count}个月' other: '%{count}个月'
week: week:
one: '一周'
other: '%{count}周' other: '%{count}周'
activerecord: activerecord:
attributes: attributes:
@ -103,8 +106,10 @@ zh-CN:
from_payment_schedule: "第%{NUMBER}次,共%{TOTAL}次,从%{DATE}开始。还款计划%{SCHEDULE}" from_payment_schedule: "第%{NUMBER}次,共%{TOTAL}次,从%{DATE}开始。还款计划%{SCHEDULE}"
null_invoice: "零金额发票由于Fab Manager软件故障导致的账单跳转" null_invoice: "零金额发票由于Fab Manager软件故障导致的账单跳转"
full_price_ticket: full_price_ticket:
one: "一张全价票"
other: "%{count}张全价票" other: "%{count}张全价票"
other_rate_ticket: other_rate_ticket:
one: "一张%{NAME}票"
other: "%{count}张%{NAME}票" other: "%{count}张%{NAME}票"
coupon_CODE_discount_of_DISCOUNT: "优惠券{CODE}:折扣{DISCOUNT}{TYPE, select, percent_off{%} other{}}" #messageFormat interpolation coupon_CODE_discount_of_DISCOUNT: "优惠券{CODE}:折扣{DISCOUNT}{TYPE, select, percent_off{%} other{}}" #messageFormat interpolation
total_including_all_taxes: "总额(含所有税)" total_including_all_taxes: "总额(含所有税)"

View File

@ -1,6 +1,6 @@
{ {
"name": "fab-manager", "name": "fab-manager",
"version": "6.3.30", "version": "6.3.31",
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.", "description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
"keywords": [ "keywords": [
"fablab", "fablab",