forgejo/options/locale_next/locale_hu-HU.json
0ko 16e66254c6 chore(i18n): move some plural strings to json (#9463)
* move two strings to json so they have good culture aware plurals
* move formatting tags out of the strings
* simplify keys
* add basic testing

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9463
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2025-09-29 09:27:50 +02:00

14 lines
631 B
JSON

{
"repo.pulls.merged_title_desc": "egyesítve %[1]d változás(ok) a <code>%[2]s</code>-ból <code>%[3]s</code>-ba %[4]s",
"repo.pulls.title_desc": "egyesíteni szeretné %[1]d változás(oka)t a(z) <code>%[2]s</code>-ból <code id=\"%[4]s\">%[3]s</code>-ba",
"search.milestone_kind": "Mérföldkövek keresése...",
"moderation.abuse_category.malware": "Malware",
"pulse.n_active_issues": {
"one": "%s Aktív hibajegy",
"other": "%s Aktív hibajegy"
},
"pulse.n_active_prs": {
"one": "%s Aktív Egyesítési Kérés",
"other": "%s Aktív Egyesítési Kérések"
}
}