feat(i18n): allow different translations of creation links and titles (#4829)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4829 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
parent
690b63fc74
commit
bad3b32037
13 changed files with 115 additions and 15 deletions
|
@ -55,11 +55,8 @@ webauthn_error_timeout = Timeout reached before your key could be read. Please r
|
|||
repository = Repository
|
||||
organization = Organization
|
||||
mirror = Mirror
|
||||
new_repo = New repository
|
||||
new_migrate = New migration
|
||||
new_mirror = New mirror
|
||||
new_fork = New repository fork
|
||||
new_org = New organization
|
||||
new_project = New project
|
||||
new_project_column = New column
|
||||
admin_panel = Site administration
|
||||
|
@ -68,6 +65,14 @@ your_profile = Profile
|
|||
your_starred = Starred
|
||||
your_settings = Settings
|
||||
|
||||
new_repo.title = New repository
|
||||
new_migrate.title = New migration
|
||||
new_org.title = New organization
|
||||
|
||||
new_repo.link = New repository
|
||||
new_migrate.link = New migration
|
||||
new_org.link = New organization
|
||||
|
||||
all = All
|
||||
sources = Sources
|
||||
mirrors = Mirrors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue