mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2025-05-23 14:54:46 +00:00
Merge pull request 'Translations update from Codeberg Translate' (#11) from translate/abrechenbarkeit:weblate-abrechenbarkeit-app into master
Reviewed-on: https://codeberg.org/metamuffin/abrechenbarkeit/pulls/11
This commit is contained in:
commit
3ce49a6702
4 changed files with 16 additions and 4 deletions
|
@ -2,14 +2,14 @@
|
||||||
appname=Abrechenbarkeit
|
appname=Abrechenbarkeit
|
||||||
about=Über
|
about=Über
|
||||||
field.destination=Ziel
|
field.destination=Ziel
|
||||||
field.amount=Menge
|
field.amount=Menge (ct)
|
||||||
field.barcode=Barcode
|
field.barcode=Barcode
|
||||||
field.comment=Kommentar
|
field.comment=Kommentar
|
||||||
field.count=Anzahl
|
field.count=Anzahl
|
||||||
field.name=Name
|
field.name=Name
|
||||||
field.price=Preis
|
field.price=Preis
|
||||||
field.upstream_price=Aussenpreis
|
field.upstream_price=Aussenpreis
|
||||||
field.username=Username
|
field.username=Benutzername
|
||||||
index.form.create_user.submit=Weiter
|
index.form.create_user.submit=Weiter
|
||||||
index.form.create_user=Konto erstellen
|
index.form.create_user=Konto erstellen
|
||||||
log.actions.revert=Revertieren (sic)
|
log.actions.revert=Revertieren (sic)
|
||||||
|
@ -72,3 +72,9 @@ error.no_path = Kein Pfad
|
||||||
users.filter = Filter
|
users.filter = Filter
|
||||||
users.inactive_list = Inaktive Konten
|
users.inactive_list = Inaktive Konten
|
||||||
users.embezzlement = Gesamter Fehlbetrag: {amount}.
|
users.embezzlement = Gesamter Fehlbetrag: {amount}.
|
||||||
|
field.not_set = Nicht gesetzt
|
||||||
|
products.form.addbarcode = Barcode hinzufügen
|
||||||
|
products.form.removebarcode = Barcode entfernen
|
||||||
|
error.unknown_barcode = Unbekannter Barcode
|
||||||
|
error.open_new_barcodes = Öffnen der neuen Barcodes-Datei fehlgeschlagen
|
||||||
|
error.open_barcodes = Öffnen der Barcodes-Datei fehlgeschlagen
|
||||||
|
|
1
locale/es.ini
Normal file
1
locale/es.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
1
locale/nl.ini
Normal file
1
locale/nl.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -33,7 +33,7 @@ products = 产品
|
||||||
time.day = 天
|
time.day = 天
|
||||||
time.days = 天
|
time.days = 天
|
||||||
time.delta_past = {n} {unit} 前
|
time.delta_past = {n} {unit} 前
|
||||||
field.amount = 金额
|
field.amount = 金额(克拉)
|
||||||
time.hour = 小时
|
time.hour = 小时
|
||||||
time.hours = 小时
|
time.hours = 小时
|
||||||
time.minute = 分钟
|
time.minute = 分钟
|
||||||
|
@ -77,3 +77,7 @@ products.form.removebarcode = 移除条形码
|
||||||
error.unknown_barcode = 未知条形码
|
error.unknown_barcode = 未知条形码
|
||||||
error.open_new_barcodes = 无法打开新条形码文件
|
error.open_new_barcodes = 无法打开新条形码文件
|
||||||
error.open_barcodes = 无法打开条形码文件
|
error.open_barcodes = 无法打开条形码文件
|
||||||
|
user.form.transfer.submit = 提交
|
||||||
|
user.form.transfer = 转账
|
||||||
|
user.shortcuts = 快捷键
|
||||||
|
field.destination = 收款方
|
Loading…
Add table
Reference in a new issue