forgejo/options/locale_next/locale_ja-JP.json
0ko 220c8d173b chore(i18n): migrate download counts to json (#9625)
Previous such PR: https://codeberg.org/forgejo/forgejo/pulls/9463

As long as changes here do not conflict with https://codeberg.org/forgejo/forgejo/pulls/9597 it is safe to merge without merging that one first.

* removals from the INI are included to preserve traceability of strings being moved around
* in non-base items are prepended to the top to avoid conflict with Weblate
* in English insertion happened in a semi-random place to avoid conflict with PRs that append strings at the end

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9625
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org>
2025-10-10 22:15:36 +02:00

27 lines
1.9 KiB
JSON

{
"release.n_downloads": {
"one": "%s のダウンロード",
"other": "%s のダウンロード"
},
"repo.pulls.merged_title_desc": "が %[1]d 個のコミットを <code>%[2]s</code> から <code>%[3]s</code> へマージ %[4]s",
"repo.pulls.title_desc": "が <code>%[2]s</code> から <code id=\"%[4]s\">%[3]s</code> への %[1]d コミットのマージを希望しています",
"search.milestone_kind": "マイルストーンを検索...",
"moderation.abuse_category.malware": "悪意のコード",
"migrate.github.description": "github.com やその他の GitHub エンタープライズサーバーからデータを移行します。",
"migrate.git.description": "Git サービスからリポジトリのみを移行します。",
"migrate.gitea.description": "gitea.com やその他の Gitea インスタンスからデータを移行します。",
"migrate.gitlab.description": "gitlab.com やその他の GitLab インスタンスからデータを移行します。",
"migrate.gogs.description": "notabug.org やその他の Gogs インスタンスからデータを移行します。",
"migrate.onedev.description": "code.onedev.io やその他の OneDev インスタンスからデータを移行します。",
"migrate.gitbucket.description": "GitBucket インスタンスからデータを移行します。",
"migrate.codebase.description": "codebasehq.com からデータを移行します。",
"migrate.forgejo.description": "codeberg.orgまたは他のインスタンスからデータを移行する。",
"pulse.n_active_issues": {
"one": "%s件のアクティブなイシュー",
"other": "%s件のアクティブなイシュー"
},
"pulse.n_active_prs": {
"one": "%s件のアクティブなプルリクエスト",
"other": "%s件のアクティブなプルリクエスト"
}
}