1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00

New Crowdin updates (#3161)
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions

* New translations en-us.json (Danish)

* New translations en-us.json (Hungarian)
This commit is contained in:
Hayden 2024-02-12 04:24:12 -06:00 committed by GitHub
parent ae03e61bb9
commit 0ce05c781c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

View file

@ -33,12 +33,12 @@
"generic-deleted": "{name} er blevet slettet"
},
"datetime": {
"year": "year|years",
"day": "day|days",
"hour": "hour|hours",
"minute": "minute|minutes",
"second": "second|seconds",
"millisecond": "millisecond|milliseconds",
"microsecond": "microsecond|microseconds"
"year": "år|år",
"day": "dag|dage",
"hour": "time|timer",
"minute": "minut|minutter",
"second": "sekund|sekunder",
"millisecond": "millisekund|millisekunder",
"microsecond": "mikrosekund|mikrosekunder"
}
}

View file

@ -33,12 +33,12 @@
"generic-deleted": "{name} törölve lett"
},
"datetime": {
"year": "év|év",
"day": "nap/nap",
"hour": "óra|óra",
"minute": "perc/perc",
"second": "másodperc|másodperc",
"millisecond": "ezredmásodperc|ezredmásodperc",
"microsecond": "mikroszekundum|mikroszekundum"
"year": "év",
"day": "nap",
"hour": "óra",
"minute": "perc",
"second": "másodperc",
"millisecond": "ezredmásodperc",
"microsecond": "mikroszekundum"
}
}