locale: update strings

This commit is contained in:
Herculino Trotta
2025-03-01 23:07:04 -03:00
parent dbd9774681
commit e5a9b6e921
4 changed files with 103 additions and 97 deletions

View File

@@ -2,12 +2,12 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-27 23:32-0300\n"
"POT-Creation-Date: 2025-03-01 23:06-0300\n"
"PO-Revision-Date: 2025-03-02 01:59+0000\n"
"Last-Translator: Schmitz Schmitz <stefanschmitz@t-online.de>\n"
"Language-Team: German <https://translations.herculino.com/projects/wygiwyh/"
@@ -436,27 +436,27 @@ msgstr "Umrechnungskurse"
msgid "From and To currencies cannot be the same."
msgstr "Start- und Zielwährung dürfen nicht identisch sein."
#: apps/currencies/models.py:99
#: apps/currencies/models.py:101
msgid "On"
msgstr "An"
#: apps/currencies/models.py:100
#: apps/currencies/models.py:102
msgid "Every X hours"
msgstr "Alle X Stunden"
#: apps/currencies/models.py:101
#: apps/currencies/models.py:103
msgid "Not on"
msgstr "Nicht an"
#: apps/currencies/models.py:103
#: apps/currencies/models.py:105
msgid "Service Name"
msgstr "Dienstname"
#: apps/currencies/models.py:105
#: apps/currencies/models.py:107
msgid "Service Type"
msgstr "Diensttyp"
#: apps/currencies/models.py:107 apps/transactions/models.py:115
#: apps/currencies/models.py:109 apps/transactions/models.py:115
#: apps/transactions/models.py:134 apps/transactions/models.py:153
#: templates/categories/fragments/list.html:21
#: templates/entities/fragments/list.html:21
@@ -465,31 +465,31 @@ msgstr "Diensttyp"
msgid "Active"
msgstr "Aktiv"
#: apps/currencies/models.py:112
#: apps/currencies/models.py:114
msgid "API Key"
msgstr "API-Schlüssel"
#: apps/currencies/models.py:113
#: apps/currencies/models.py:115
msgid "API key for the service (if required)"
msgstr "API-Schlüssel für den Dienst (falls benötigt)"
#: apps/currencies/models.py:118
#: apps/currencies/models.py:120
msgid "Interval Type"
msgstr "Intervalltyp"
#: apps/currencies/models.py:122
#: apps/currencies/models.py:124
msgid "Interval"
msgstr "Intervall"
#: apps/currencies/models.py:125
#: apps/currencies/models.py:127
msgid "Last Successful Fetch"
msgstr "Letzter erfolgreicher Abruf"
#: apps/currencies/models.py:130
#: apps/currencies/models.py:132
msgid "Target Currencies"
msgstr "Zielwährungen"
#: apps/currencies/models.py:132
#: apps/currencies/models.py:134
msgid ""
"Select currencies to fetch exchange rates for. Rates will be fetched for "
"each currency against their set exchange currency."
@@ -497,11 +497,11 @@ msgstr ""
"Währung auswählen, dessen Umrechnungskurs abgerufen werden sollen. Für jede "
"Währung wird der Kurs der entsprechenden Umrechnungs-Währung abgerufen."
#: apps/currencies/models.py:140
#: apps/currencies/models.py:142
msgid "Target Accounts"
msgstr "Zielkonten"
#: apps/currencies/models.py:142
#: apps/currencies/models.py:144
msgid ""
"Select accounts to fetch exchange rates for. Rates will be fetched for each "
"account's currency against their set exchange currency."
@@ -509,23 +509,25 @@ msgstr ""
"Konten auswählen, für die Umrechungskurse abgerufen werden solen. Für jedes "
"Konto wird der Kurs der entsprechenden Umrechnungs-Währung abgerufen."
#: apps/currencies/models.py:149
#: apps/currencies/models.py:151
msgid "Exchange Rate Service"
msgstr "Umrechnungskurs-Dienst"
#: apps/currencies/models.py:150
#: apps/currencies/models.py:152
msgid "Exchange Rate Services"
msgstr "Umrechnungskurs-Dienste"
#: apps/currencies/models.py:202
#: apps/currencies/models.py:204
msgid "'Every X hours' interval type requires a positive integer."
msgstr "\"Jede X Stunden\"-Intervalltyp benötigt eine positive Ganzzahl."
#: apps/currencies/models.py:211
msgid "'Every X hours' interval must be between 0 and 23."
#: apps/currencies/models.py:213
#, fuzzy
#| msgid "'Every X hours' interval must be between 0 and 23."
msgid "'Every X hours' interval must be between 1 and 24."
msgstr "\"Jede X Stunden\"-Intervall muss zwischen 0 und 23 liegen."
#: apps/currencies/models.py:225
#: apps/currencies/models.py:227
msgid ""
"Invalid hour format. Use comma-separated hours (0-23) and/or ranges (e.g., "
"'1-5,8,10-12')."
@@ -533,7 +535,7 @@ msgstr ""
"Ungültiges Stundenformat. Nutze kommagetrennte Stunden (0-23) und/oder "
"Zeiträume (z.B. \"1-5,8,10-12\")."
#: apps/currencies/models.py:236
#: apps/currencies/models.py:238
msgid ""
"Invalid format. Please check the requirements for your selected interval "
"type."