mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-18 08:45:55 +00:00
Translation updates that were relevant to v11 branch were picked from this commit:
414199fc66
(PR #8238)
Changes to strings that are only present in the v12 branch were not picked.
Below is a list of co-authors of the ported commit. It may contain co-authors who's changes were not picked due to only being relevant to v12.
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: AzzyDev <azzydev@noreply.codeberg.org>
Co-authored-by: BarryLhm <barrylhm@outlook.com>
Co-authored-by: Benedikt Straub <benedikt-straub@web.de>
Co-authored-by: Codeberg Translate <translate@codeberg.org>
Co-authored-by: Dirk <dirk@noreply.codeberg.org>
Co-authored-by: Edgarsons <edgarsons@noreply.codeberg.org>
Co-authored-by: EssGeeEich <essgeeeich@noreply.codeberg.org>
Co-authored-by: Fjuro <git@alius.cz>
Co-authored-by: Juno Takano <jutty@noreply.codeberg.org>
Co-authored-by: Laurent FAVOLE <lfavole@noreply.codeberg.org>
Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org>
Co-authored-by: Shihfu Juan <xlion@xlion.tw>
Co-authored-by: SomeTr <sometr@noreply.codeberg.org>
Co-authored-by: VaiTon <vaiton@noreply.codeberg.org>
Co-authored-by: Vyxie <kitakita@disroot.org>
Co-authored-by: mahlzahn <mahlzahn@posteo.de>
Co-authored-by: xtex <xtexchooser@duck.com>
22 lines
1.2 KiB
JSON
22 lines
1.2 KiB
JSON
{
|
|
"repo.pulls.merged_title_desc": {
|
|
"one": "ha fuso %[1]d commit da <code>%[2]s</code> in <code>%[3]s</code> %[4]s",
|
|
"many": "ha unito %[1]d commit da <code>%[2]s</code> a <code>%[3]s</code> %[4]s",
|
|
"other": ""
|
|
},
|
|
"repo.pulls.title_desc": {
|
|
"one": "vuole fondere %[1]d commit da <code>%[2]s</code> in <code id=\"%[4]s\">%[3]s</code>",
|
|
"many": "vuole unire %[1]d commit da <code>%[2]s</code> a <code id=\"%[4]s\">%[3]s</code>",
|
|
"other": ""
|
|
},
|
|
"search.milestone_kind": "Ricerca traguardi…",
|
|
"home.welcome.no_activity": "Nessun'attività",
|
|
"home.explore_repos": "Esplora i repositori",
|
|
"home.explore_users": "Esplora l'utenza",
|
|
"home.explore_orgs": "Esplora le organizzazioni",
|
|
"themes.names.forgejo-light": "Forgejo chiaro",
|
|
"themes.names.forgejo-dark": "Forgejo scuro",
|
|
"home.welcome.activity_hint": "Non c'è nulla nel tuo feed. Le tue azioni e le attività dei repositori che segui verranno mostrate qui.",
|
|
"themes.names.forgejo-auto": "Forgejo (segui le impostazioni di sistema)",
|
|
"install.invalid_lfs_path": "Non è possibile creare una root LFS nel percorso specificato: %[1]s"
|
|
}
|