mirror of
https://codeberg.org/forgejo/forgejo
synced 2025-10-19 00:40:51 +02:00
* 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>
14 lines
631 B
JSON
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"
|
|
}
|
|
}
|