···26262727[options/locale/locale_*.ini]
2828insert_final_newline = false
2929+3030+# Weblate JSON output defaults to four spaces
3131+[options/locale_next/locale_*.json]
3232+indent_style = space
3333+indent_size = 4
+18-18
options/locale_next/locale_en-US.json
···11{
22- "home.welcome.no_activity": "No activity",
33- "home.welcome.activity_hint": "There is nothing in your feed yet. Your actions and activity from repositories that you watch will show up here.",
44- "home.explore_repos": "Explore repositories",
55- "home.explore_users": "Explore users",
66- "home.explore_orgs": "Explore organizations",
77- "repo.pulls.merged_title_desc": {
88- "one": "merged %[1]d commit from <code>%[2]s</code> into <code>%[3]s</code> %[4]s",
99- "other": "merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s"
1010- },
1111- "repo.pulls.title_desc": {
1212- "one": "wants to merge %[1]d commit from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>",
1313- "other": "wants to merge %[1]d commits from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>"
1414- },
1515- "search.milestone_kind": "Search milestones…",
1616- "incorrect_root_url": "This Forgejo instance is configured to be served on \"%s\". You are currently viewing Forgejo through a different URL, which may cause parts of the application to break. The canonical URL is controlled by Forgejo admins via the ROOT_URL setting in the app.ini.",
1717- "themes.names.forgejo-auto": "Forgejo (follow system theme)",
1818- "themes.names.forgejo-light": "Forgejo light",
1919- "themes.names.forgejo-dark": "Forgejo dark"
22+ "home.welcome.no_activity": "No activity",
33+ "home.welcome.activity_hint": "There is nothing in your feed yet. Your actions and activity from repositories that you watch will show up here.",
44+ "home.explore_repos": "Explore repositories",
55+ "home.explore_users": "Explore users",
66+ "home.explore_orgs": "Explore organizations",
77+ "repo.pulls.merged_title_desc": {
88+ "one": "merged %[1]d commit from <code>%[2]s</code> into <code>%[3]s</code> %[4]s",
99+ "other": "merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s"
1010+ },
1111+ "repo.pulls.title_desc": {
1212+ "one": "wants to merge %[1]d commit from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>",
1313+ "other": "wants to merge %[1]d commits from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>"
1414+ },
1515+ "search.milestone_kind": "Search milestones…",
1616+ "incorrect_root_url": "This Forgejo instance is configured to be served on \"%s\". You are currently viewing Forgejo through a different URL, which may cause parts of the application to break. The canonical URL is controlled by Forgejo admins via the ROOT_URL setting in the app.ini.",
1717+ "themes.names.forgejo-auto": "Forgejo (follow system theme)",
1818+ "themes.names.forgejo-light": "Forgejo light",
1919+ "themes.names.forgejo-dark": "Forgejo dark"
2020}