forgejo/options/locale_next/locale_ga.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

17 lines
902 B
JSON

{
"migrate.git.description": "Aistrigh stór amháin ó aon seirbhís Git.",
"migrate.gitea.description": "Aistrigh sonraí ó gitea.com nó ó chásanna Gitea eile.",
"migrate.gitlab.description": "Aistrigh sonraí ó gitlab.com nó ó chásanna GitLab eile.",
"migrate.gogs.description": "Aistrigh sonraí ó notabug.org nó ó chásanna eile de chuid Gogs.",
"migrate.onedev.description": "Aistrigh sonraí ó code.onedev.io nó ó chásanna OneDev eile.",
"migrate.gitbucket.description": "Aistrigh sonraí ó chásanna GitBucket.",
"migrate.codebase.description": "Aistrigh sonraí ó codebasehq.com.",
"pulse.n_active_issues": {
"one": "%s Eagrán Gníomhach",
"other": "%s Ceisteanna Gníomhacha"
},
"pulse.n_active_prs": {
"one": "%s Iarratas Tarraingthe Gníomhach",
"other": "%s Iarratais Tharraing Ghníomhach"
}
}