mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2024-12-27 15:44:34 +00:00
Merge pull request 'Translations update from Codeberg Translate' (#9) from translate/abrechenbarkeit:weblate-abrechenbarkeit-app into master
Reviewed-on: https://codeberg.org/metamuffin/abrechenbarkeit/pulls/9
This commit is contained in:
commit
d805af1e78
1 changed files with 73 additions and 0 deletions
73
locale/zh_Hans.ini
Normal file
73
locale/zh_Hans.ini
Normal file
|
@ -0,0 +1,73 @@
|
|||
|
||||
|
||||
|
||||
[abrechenbarkeit]
|
||||
about.desc = Abrechenbarkeit 是简单的基于信任的分类账,用于跟踪产品花费的资金。
|
||||
about.license = Abrechenbarkeit 是自由软件。它仅根据 GNU Affero 通用公共许可证第 3 版许可。
|
||||
about.source = 源代码已在 {codeberg}Codeberg{ae} 上发布。您也可以在此处报告{issues}与此软件相关的问题{ae}。
|
||||
about.thanks = 感谢您选择 Abrechenbarkeit。
|
||||
about.title = 关于 Abrechenbarkeit
|
||||
about = 关于
|
||||
appname = Abrechenbarkeit
|
||||
field.barcode = 条码
|
||||
field.comment = 注释
|
||||
field.count = 数量
|
||||
field.name = 名称
|
||||
field.price = 价格
|
||||
field.time = 时间
|
||||
field.upstream_price = 上游价格
|
||||
field.user = 用户
|
||||
field.username = 用户名
|
||||
index.form.create_user.submit = 继续
|
||||
index.form.create_user = 用户创建
|
||||
log.actions.revert = 还原
|
||||
log.actions = 操作
|
||||
log = 日志
|
||||
products.form.add = 添加产品
|
||||
products.form.add.submit = 添加
|
||||
products.form.remove = 移除产品
|
||||
products.form.remove.submit = 移除
|
||||
products.form.title = 产品列表
|
||||
products.title = 产品列表
|
||||
products = 产品
|
||||
time.day = 天
|
||||
time.days = 天
|
||||
time.delta_past = {n} {unit} 前
|
||||
field.amount = 金额
|
||||
time.hour = 小时
|
||||
time.hours = 小时
|
||||
time.minute = 分钟
|
||||
time.minutes = 分钟
|
||||
time.second = 秒
|
||||
time.seconds = 秒
|
||||
user.balance = 当前余额
|
||||
user.form.buy.submit = 购买
|
||||
user.form.buy = 购买产品
|
||||
user.form.transaction.submit = 更新
|
||||
user.form.transaction.success = 交易成功
|
||||
user.form.transaction = 创建交易
|
||||
user.last_txn = 最后交易添加于 {time}。
|
||||
user.lazy_creation = 此用户账号尚不存在,只有在第一笔交易后才会创建。
|
||||
user.view_log = 查看用户日志
|
||||
price.amount = {sign}{amount}{unit}
|
||||
users = 用户
|
||||
user.special = 这是特殊用户。
|
||||
users.filter = 筛选
|
||||
error.unknown_product = 未知产品
|
||||
error.invalid_amount = 金额无效
|
||||
error.invalid_comment = 注释无效
|
||||
error.invalid_user_src = 源用户无效
|
||||
error.invalid_user_dst = 目标用户无效
|
||||
error.invalid_user = 用户名无效
|
||||
error.open_log = 无法打开日志文件
|
||||
error.invalid_barcode = 条码无效
|
||||
error.open_new_products = 无法打开新产品文件
|
||||
error.invalid_price = 价格无效
|
||||
error.invalid_name = 名称无效
|
||||
error.open_products = 无法打开产品文件
|
||||
error.no_path = 没有路径
|
||||
users.inactive_list = 不活跃用户
|
||||
users.embezzlement = 目前共有 {amount} 被挪用。
|
||||
user.form.restock.submit = 上货
|
||||
user.form.restock = 上货产品
|
||||
spus = SPU
|
Loading…
Reference in a new issue