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>
17 lines
902 B
JSON
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"
|
|
}
|
|
}
|