diff options
author | metamuffin <metamuffin@noreply.codeberg.org> | 2025-05-13 16:53:04 +0000 |
---|---|---|
committer | metamuffin <metamuffin@noreply.codeberg.org> | 2025-05-13 16:53:04 +0000 |
commit | 3ce49a6702993a31fa7431c6cb711e9a523586c1 (patch) | |
tree | 7c8f6bc76ebb3695c00331aa270e4dc8d2a00794 | |
parent | f7493a117a300440b80390c865e335188295d9b1 (diff) | |
parent | 1a260d2893a7b061da2a47490694b036edbf3032 (diff) | |
download | abrechenbarkeit-3ce49a6702993a31fa7431c6cb711e9a523586c1.tar abrechenbarkeit-3ce49a6702993a31fa7431c6cb711e9a523586c1.tar.bz2 abrechenbarkeit-3ce49a6702993a31fa7431c6cb711e9a523586c1.tar.zst |
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
-rw-r--r-- | locale/de.ini | 10 | ||||
-rw-r--r-- | locale/es.ini | 1 | ||||
-rw-r--r-- | locale/nl.ini | 1 | ||||
-rw-r--r-- | locale/zh_Hans.ini | 8 |
4 files changed, 16 insertions, 4 deletions
diff --git a/locale/de.ini b/locale/de.ini index 139d272..2781f69 100644 --- a/locale/de.ini +++ b/locale/de.ini @@ -2,14 +2,14 @@ appname=Abrechenbarkeit about=Über field.destination=Ziel -field.amount=Menge +field.amount=Menge (ct) field.barcode=Barcode field.comment=Kommentar field.count=Anzahl field.name=Name field.price=Preis field.upstream_price=Aussenpreis -field.username=Username +field.username=Benutzername index.form.create_user.submit=Weiter index.form.create_user=Konto erstellen log.actions.revert=Revertieren (sic) @@ -72,3 +72,9 @@ error.no_path = Kein Pfad users.filter = Filter users.inactive_list = Inaktive Konten 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 diff --git a/locale/es.ini b/locale/es.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/locale/es.ini @@ -0,0 +1 @@ + diff --git a/locale/nl.ini b/locale/nl.ini new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/locale/nl.ini @@ -0,0 +1 @@ + diff --git a/locale/zh_Hans.ini b/locale/zh_Hans.ini index f03912a..cadbf79 100644 --- a/locale/zh_Hans.ini +++ b/locale/zh_Hans.ini @@ -33,7 +33,7 @@ products = 产品 time.day = 天 time.days = 天 time.delta_past = {n} {unit} 前 -field.amount = 金额 +field.amount = 金额(克拉) time.hour = 小时 time.hours = 小时 time.minute = 分钟 @@ -76,4 +76,8 @@ field.not_set = 未设置 products.form.removebarcode = 移除条形码 error.unknown_barcode = 未知条形码 error.open_new_barcodes = 无法打开新条形码文件 -error.open_barcodes = 无法打开条形码文件
\ No newline at end of file +error.open_barcodes = 无法打开条形码文件 +user.form.transfer.submit = 提交 +user.form.transfer = 转账 +user.shortcuts = 快捷键 +field.destination = 收款方
\ No newline at end of file |