Skip to content

Commit

Permalink
Merge branch 'dev' for release 6.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
gnepud committed Jul 22, 2024
2 parents 18f6c52 + 081c77b commit f61b64a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next release

## v6.3.31 2024 July 22

- updates translations

## v6.3.30 2024 July 19

- Fix a bug: unable to change training reservation slot to another slot
Expand Down
2 changes: 1 addition & 1 deletion config/locales/app.admin.zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ zh-CN:
select_period: "请选择重复周期"
select_nb_period: "请选择重复周期数"
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} 分钟的间隔开放供预订。"
reservable: "可预订:"
labels: "标签:"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/app.public.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ fr:
all_machines: "Toutes les machines"
machine_card:
book: "Réserver"
consult: "View"
consult: "Consulter"
#details of a machine
machines_show:
book_this_machine: "Réserver cette machine"
Expand Down
5 changes: 5 additions & 0 deletions config/locales/zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ zh-CN:
#subscription plan duration
duration:
year:
one: '一年'
other: '%{count}年'
month:
one: '一个月'
other: '%{count}个月'
week:
one: '一周'
other: '%{count}周'
activerecord:
attributes:
Expand Down Expand Up @@ -103,8 +106,10 @@ zh-CN:
from_payment_schedule: "第%{NUMBER}次,共%{TOTAL}次,从%{DATE}开始。还款计划%{SCHEDULE}"
null_invoice: "零金额发票,由于Fab Manager软件故障导致的账单跳转"
full_price_ticket:
one: "一张全价票"
other: "%{count}张全价票"
other_rate_ticket:
one: "一张%{NAME}票"
other: "%{count}张%{NAME}票"
coupon_CODE_discount_of_DISCOUNT: "优惠券{CODE}:折扣{DISCOUNT}{TYPE, select, percent_off{%} other{}}" #messageFormat interpolation
total_including_all_taxes: "总额(含所有税)"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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.",
"keywords": [
"fablab",
Expand Down

0 comments on commit f61b64a

Please sign in to comment.