mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
(i18) update translation
This commit is contained in:
parent
72ebb851f7
commit
bf049ed7f2
@ -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: "标签:"
|
||||
|
@ -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"
|
||||
|
@ -2,10 +2,13 @@ zh-CN:
|
||||
#subscription plan duration
|
||||
duration:
|
||||
year:
|
||||
one: '一年'
|
||||
other: '%{count}年'
|
||||
month:
|
||||
one: '一个月'
|
||||
other: '%{count}个月'
|
||||
week:
|
||||
one: '一周'
|
||||
other: '%{count}周'
|
||||
activerecord:
|
||||
attributes:
|
||||
@ -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: "总额(含所有税)"
|
||||
|
Loading…
Reference in New Issue
Block a user