mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-31 06:34:00 +00:00
103 lines
2.7 KiB
Text
103 lines
2.7 KiB
Text
# translation tooling test keys
|
|
meta.last_line
|
|
translation_meta.test
|
|
|
|
# models/admin/task.go: instances of $TranslatableMessage.Format
|
|
# this also gets instantiate as a Messenger once
|
|
repo.migrate.migrating_failed.error
|
|
|
|
# models/asymkey/gpg_key_object_verification.go: $ObjectVerification.Reason
|
|
# unfortunately, it is non-trivial to parse all the occurences
|
|
gpg.error.extract_sign
|
|
gpg.error.failed_retrieval_gpg_keys
|
|
gpg.error.generate_hash
|
|
gpg.error.no_committer_account
|
|
|
|
# models/actions/runner.go
|
|
actions.runners.status.
|
|
|
|
# models/actions/status.go, templates/repo/actions/status.tmpl
|
|
actions.status.
|
|
|
|
# models/git/commit_status.go
|
|
repo.commitstatus.
|
|
|
|
# models/issues/comment.go
|
|
repo.issues.role.
|
|
|
|
# models/system/notice.go: func (n *Notice) TrStr() string
|
|
admin.notices.type_1
|
|
admin.notices.type_2
|
|
|
|
# modules/setting/ui.go
|
|
themes.names.
|
|
|
|
# modules/translation/translation.go
|
|
munits.data.
|
|
|
|
# modules/web/middleware/binding.go
|
|
form.
|
|
|
|
# routers/web/admin/admin.go
|
|
admin.dashboard.
|
|
|
|
# routers/web/repo/activity.go
|
|
repo.activity.period.
|
|
|
|
# routers/web/repo/helper.go: "repo.tree_path_not_found_"+refType
|
|
repo.
|
|
repo.tree_path_not_found_branch
|
|
repo.tree_path_not_found_commit
|
|
repo.tree_path_not_found_tag
|
|
|
|
# services/context/context.go
|
|
relativetime.
|
|
|
|
# services/cron/setting.go, templates/admin/cron.tmpl
|
|
admin.dashboard.
|
|
|
|
# templates/mail/issue/default.tmpl: $.locale.Tr
|
|
mail.issue.in_tree_path
|
|
|
|
# templates/org/team/new.tmpl: ctx.Locale.Tr (print "repo.permissions." $unit.Name ".read")}, and such
|
|
repo.permissions.
|
|
|
|
# templates/package/metadata/arch.tmpl: $.locale.Tr
|
|
packages.details.license
|
|
|
|
# templates/repo/editor/commit_form.tmpl
|
|
repo.signing.wont_sign.
|
|
|
|
# templates/repo/issue/filter_list.tmpl, tests/integration/repo_test.go
|
|
repo.issues.filter_sort.
|
|
|
|
# templates/repo/issue/view_content.tmpl: indirection via $closeTranslationKey
|
|
repo.issues.close
|
|
repo.pulls.close
|
|
|
|
# templates/repo/issue/view_content/comments.tmpl: indirection via $refTr
|
|
repo.issues.ref_closing_from
|
|
repo.issues.ref_issue_from
|
|
repo.issues.ref_pull_from
|
|
repo.issues.ref_reopening_from
|
|
|
|
# templates/repo/issue/view_content/comments.tmpl: ctx.Locale.Tr (printf "projects.type-%d.display_name" .OldProject.Type)
|
|
projects.
|
|
projects.type-1.display_name
|
|
projects.type-2.display_name
|
|
projects.type-3.display_name
|
|
|
|
# templates/repo/settings/webhook/link_menu.tmpl, templates/webhook/new.tmpl: repo.settings.web_hook_name_
|
|
# tests/integration/repo_archive_text_test.go
|
|
repo.settings.
|
|
|
|
# templates/shared/search/combo_multi.tmpl
|
|
search.
|
|
|
|
# templates/user/dashboard/issues.tmpl
|
|
repo.issues.filter_sort.
|
|
|
|
# modules/migration/messenger.go: invocations of Messenger
|
|
# services/migrations/migrate.go: messenger(...)
|
|
# *: repo.migrate.*.description (unknown where they come from)
|
|
repo.migrate.
|