mirror of
https://github.com/gogs/gogs.git
synced 2025-05-24 16:30:51 +00:00
locale: sync from Crowdin (#6367)
This commit is contained in:
parent
7797efe1bb
commit
a6bd00f807
@ -44,8 +44,8 @@ issues=Issues
|
||||
cancel=Abbrechen
|
||||
|
||||
[status]
|
||||
page_not_found=Page Not Found
|
||||
internal_server_error=Internal Server Error
|
||||
page_not_found=Seite nicht gefunden
|
||||
internal_server_error=Interner Serverfehler
|
||||
|
||||
[install]
|
||||
install=Installation
|
||||
@ -789,8 +789,8 @@ settings.remove_collaborator_success=Mitarbeiter wurde entfernt.
|
||||
settings.search_user_placeholder=Benutzer suchen...
|
||||
settings.org_not_allowed_to_be_collaborator=Eine Organisation kann nicht als Mitarbeiter hinzugefügt werden.
|
||||
settings.hooks_desc=Webhooks erlauben es Ihnen, externe Dienste zu informieren, wenn etwas Bestimmtes in Ihrem Repository passiert. Gogs sendet dann einen POST-Request an alle angegebenen URLs. Erfahren Sie mehr in unserem <a target="_blank" href="%s">Webhooks Guide</a>.
|
||||
settings.webhooks.add_new=Add a new webhook:
|
||||
settings.webhooks.choose_a_type=Choose a type...
|
||||
settings.webhooks.add_new=Einen neuen Webhook hinzufügen:
|
||||
settings.webhooks.choose_a_type=Typ auswählen...
|
||||
settings.add_webhook=Webhook hinzufügen
|
||||
settings.webhook_deletion=Webhook entfernen
|
||||
settings.webhook_deletion_desc=Das Löschen dieses Webhooks wird alle zugehörigen Informationen und den Übertragungsverlauf entfernen. Wirklich fortfahren?
|
||||
@ -805,8 +805,8 @@ settings.webhook.response=Antwort
|
||||
settings.webhook.headers=Kopfzeilen
|
||||
settings.webhook.payload=Nutzdaten
|
||||
settings.webhook.body=Inhalt
|
||||
settings.webhook.err_cannot_parse_payload_url=Cannot parse payload URL: %v
|
||||
settings.webhook.err_cannot_use_local_addresses=Non admins are not allowed to use local addresses.
|
||||
settings.webhook.err_cannot_parse_payload_url=Payload URL kann nicht analysiert werden: %v
|
||||
settings.webhook.err_cannot_use_local_addresses=Nicht-Administratoren dürfen keine lokalen Adressen verwenden.
|
||||
settings.githooks_desc=Git-Hooks werden von Git selbst bereitgestellt. Sie können die Dateien der unterstützten Hooks in der Liste unten bearbeiten, um eigene Operationen einzubinden.
|
||||
settings.githook_edit_desc=Wenn ein Hook inaktiv ist, wird der Standardinhalt benutzt. Lassen Sie den Inhalt leer, um den Hook zu deaktivieren.
|
||||
settings.githook_name=Hook-Name
|
||||
@ -1332,9 +1332,9 @@ config.git.clone_timeout=Clone-Timeout
|
||||
config.git.pull_timeout=Pull-Timeout
|
||||
config.git.gc_timeout=GC-Timeout
|
||||
|
||||
config.lfs_config=LFS configuration
|
||||
config.lfs.storage=Storage
|
||||
config.lfs.objects_path=Objects path
|
||||
config.lfs_config=LFS-Konfiguration
|
||||
config.lfs.storage=Speicher
|
||||
config.lfs.objects_path=Objektpfad
|
||||
|
||||
config.log_config=Konfiguration des Loggings
|
||||
config.log_file_root_path=Log-Verzeichnis
|
||||
|
@ -1196,15 +1196,15 @@ config.ssh.root_path=Шлях до кореня
|
||||
config.ssh.keygen_path=Keygen path
|
||||
config.ssh.key_test_path=Key test path
|
||||
config.ssh.minimum_key_size_check=Minimum key size check
|
||||
config.ssh.minimum_key_sizes=Minimum key sizes
|
||||
config.ssh.minimum_key_sizes=Мінімальні розміри ключів
|
||||
config.ssh.rewrite_authorized_keys_at_start=Rewrite "authorized_keys" at start
|
||||
config.ssh.start_builtin_server=Start builtin server
|
||||
config.ssh.listen_host=Listen host
|
||||
config.ssh.listen_port=Listen port
|
||||
config.ssh.start_builtin_server=Запустити вбудований сервер
|
||||
config.ssh.listen_host=Слухати хост
|
||||
config.ssh.listen_port=Слухати порт
|
||||
config.ssh.server_ciphers=Server ciphers
|
||||
|
||||
config.repo_config=Налаштування репозиторія
|
||||
config.repo.root_path=Root path
|
||||
config.repo.root_path=Кореневий шлях
|
||||
config.repo.script_type=Script type
|
||||
config.repo.ansi_chatset=ANSI charset
|
||||
config.repo.force_private=Force private
|
||||
@ -1293,11 +1293,11 @@ config.http_config=Налаштування HTTP
|
||||
config.http.access_control_allow_origin=Access control allow origin
|
||||
|
||||
config.attachment_config=Attachment configuration
|
||||
config.attachment.enabled=Enabled
|
||||
config.attachment.path=Path
|
||||
config.attachment.allowed_types=Allowed types
|
||||
config.attachment.max_size=Size limit
|
||||
config.attachment.max_files=Files limit
|
||||
config.attachment.enabled=Увімкнено
|
||||
config.attachment.path=Шлях
|
||||
config.attachment.allowed_types=Дозволені типи
|
||||
config.attachment.max_size=Ліміт розміру
|
||||
config.attachment.max_files=Ліміт файлів
|
||||
|
||||
config.release_config=Release configuration
|
||||
config.release.attachment.enabled=Attachment enabled
|
||||
@ -1308,8 +1308,8 @@ config.release.attachment.max_files=Attachment files limit
|
||||
config.picture_config=Налаштування зображень
|
||||
config.picture.avatar_upload_path=User avatar upload path
|
||||
config.picture.repo_avatar_upload_path=Repository avatar upload path
|
||||
config.picture.gravatar_source=Gravatar source
|
||||
config.picture.disable_gravatar=Disable Gravatar
|
||||
config.picture.gravatar_source=Джерело граватарів
|
||||
config.picture.disable_gravatar=Вимкнути граватари
|
||||
config.picture.enable_federated_avatar=Enable federated avatars
|
||||
|
||||
config.mirror_config=Mirror configuration
|
||||
@ -1325,16 +1325,16 @@ config.git.disable_diff_highlight=Disable diff syntax highlight
|
||||
config.git.max_diff_lines=Diff lines limit (for a single file)
|
||||
config.git.max_diff_line_characters=Diff characters limit (for a single line)
|
||||
config.git.max_diff_files=Diff files limit (for a single diff)
|
||||
config.git.gc_args=GC arguments
|
||||
config.git.gc_args=Аргументи GC
|
||||
config.git.migrate_timeout=Migration timeout
|
||||
config.git.mirror_timeout=Mirror fetch timeout
|
||||
config.git.clone_timeout=Clone timeout
|
||||
config.git.pull_timeout=Pull timeout
|
||||
config.git.gc_timeout=GC timeout
|
||||
|
||||
config.lfs_config=LFS configuration
|
||||
config.lfs.storage=Storage
|
||||
config.lfs.objects_path=Objects path
|
||||
config.lfs_config=Налаштування LFS
|
||||
config.lfs.storage=Сховище
|
||||
config.lfs.objects_path=Шлях об'єктів
|
||||
|
||||
config.log_config=Конфігурація журналу
|
||||
config.log_file_root_path=Повний шлях до Log-файлу
|
||||
@ -1409,7 +1409,7 @@ months=%d місяців %s
|
||||
years=%d роки %s
|
||||
raw_seconds=секунди
|
||||
raw_minutes=хвилини
|
||||
raw_hours=hours
|
||||
raw_hours=години
|
||||
|
||||
[dropzone]
|
||||
default_message=Перетягніть файли сюди або натисніть "завантажити".
|
||||
|
@ -12,5 +12,6 @@
|
||||
1. Run `task generate-bindata` to generate corresponding bindata.
|
||||
1. Run `task web` to start the web server, then visit the site in the browser to make sure nothing blows up.
|
||||
1. Check out a new branch using `git checkout -b update-locales`.
|
||||
1. Stash changes then run `git commit -m "locale: sync from Crowdin"`.
|
||||
1. Stage changes
|
||||
1. Run `git commit -m "locale: sync from Crowdin"`.
|
||||
1. Push the commit then open up a pull request on GitHub.
|
||||
|
File diff suppressed because one or more lines are too long
@ -19901,7 +19901,7 @@ func jsGogsJs() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "js/gogs.js", size: 47827, mode: os.FileMode(0644), modTime: time.Unix(1600524792, 0)}
|
||||
info := bindataFileInfo{name: "js/gogs.js", size: 47827, mode: os.FileMode(0644), modTime: time.Unix(1601390267, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0x47, 0x7, 0x4a, 0xce, 0xe, 0x74, 0x47, 0x44, 0x13, 0x15, 0xcc, 0x92, 0xdc, 0xee, 0xf8, 0x6, 0x2, 0x8e, 0x58, 0x2b, 0x7d, 0x80, 0x12, 0x4c, 0xd0, 0xde, 0xe8, 0xef, 0x4d, 0xcc, 0x2}}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -232,7 +232,7 @@ func adminAuthEditTmpl() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "admin/auth/edit.tmpl", size: 10554, mode: os.FileMode(0644), modTime: time.Unix(1600500291, 0)}
|
||||
info := bindataFileInfo{name: "admin/auth/edit.tmpl", size: 10554, mode: os.FileMode(0644), modTime: time.Unix(1601390267, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd, 0x78, 0xe5, 0xa6, 0xea, 0x88, 0x50, 0x39, 0xc4, 0x4c, 0x45, 0xf3, 0x62, 0xf9, 0x26, 0xa4, 0x3a, 0x4e, 0xf6, 0x29, 0x48, 0xc2, 0x68, 0xe8, 0xf7, 0xf6, 0xa3, 0x54, 0x6b, 0xc2, 0xba, 0x79}}
|
||||
return a, nil
|
||||
}
|
||||
@ -672,7 +672,7 @@ func exploreRepo_listTmpl() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "explore/repo_list.tmpl", size: 1442, mode: os.FileMode(0644), modTime: time.Unix(1600417296, 0)}
|
||||
info := bindataFileInfo{name: "explore/repo_list.tmpl", size: 1442, mode: os.FileMode(0644), modTime: time.Unix(1601390267, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0x96, 0xf4, 0x9d, 0xb9, 0x48, 0x2d, 0x78, 0xb1, 0xfa, 0x4c, 0x89, 0x51, 0x49, 0xd4, 0x1f, 0x71, 0x64, 0x7c, 0x7f, 0x9, 0x4b, 0xd5, 0x21, 0x40, 0x4a, 0x90, 0xad, 0x61, 0x62, 0x3, 0x38}}
|
||||
return a, nil
|
||||
}
|
||||
@ -752,7 +752,7 @@ func homeTmpl() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "home.tmpl", size: 17579, mode: os.FileMode(0644), modTime: time.Unix(1600417296, 0)}
|
||||
info := bindataFileInfo{name: "home.tmpl", size: 17579, mode: os.FileMode(0644), modTime: time.Unix(1601390267, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0x78, 0xa7, 0xb1, 0x1f, 0x5b, 0x45, 0x2a, 0x1e, 0x14, 0x78, 0x6e, 0xc4, 0xa, 0xec, 0x1a, 0x56, 0x7c, 0x73, 0x2c, 0x0, 0x80, 0xd, 0xa5, 0x86, 0x60, 0x41, 0xb4, 0xe8, 0x63, 0x94, 0x31}}
|
||||
return a, nil
|
||||
}
|
||||
@ -812,7 +812,7 @@ func installTmpl() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "install.tmpl", size: 14405, mode: os.FileMode(0644), modTime: time.Unix(1600417296, 0)}
|
||||
info := bindataFileInfo{name: "install.tmpl", size: 14405, mode: os.FileMode(0644), modTime: time.Unix(1601390267, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x59, 0x27, 0xd6, 0x3a, 0x4f, 0xdd, 0x58, 0x3c, 0x47, 0x4a, 0x25, 0x8c, 0xa9, 0xcc, 0x16, 0xde, 0xc, 0x55, 0x5d, 0x7a, 0x55, 0x4d, 0xdc, 0x2e, 0x18, 0x47, 0x54, 0xd5, 0xff, 0xc7, 0x30, 0x3d}}
|
||||
return a, nil
|
||||
}
|
||||
@ -1412,7 +1412,7 @@ func repoCreateTmpl() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "repo/create.tmpl", size: 4849, mode: os.FileMode(0644), modTime: time.Unix(1600417296, 0)}
|
||||
info := bindataFileInfo{name: "repo/create.tmpl", size: 4849, mode: os.FileMode(0644), modTime: time.Unix(1601390267, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2c, 0xe9, 0x35, 0xae, 0xef, 0xd6, 0xa4, 0x22, 0xe6, 0x40, 0xae, 0xba, 0xc9, 0x37, 0x1e, 0x6f, 0x58, 0xaa, 0x6b, 0x38, 0xc5, 0xdc, 0x5b, 0xae, 0x2c, 0xc8, 0x39, 0xa2, 0x3d, 0xb, 0xbf, 0xa7}}
|
||||
return a, nil
|
||||
}
|
||||
@ -1612,7 +1612,7 @@ func repoHeaderTmpl() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "repo/header.tmpl", size: 4695, mode: os.FileMode(0644), modTime: time.Unix(1600417296, 0)}
|
||||
info := bindataFileInfo{name: "repo/header.tmpl", size: 4695, mode: os.FileMode(0644), modTime: time.Unix(1601390267, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb8, 0xed, 0xf4, 0xe7, 0x81, 0x35, 0xe1, 0x80, 0x8c, 0x63, 0xba, 0x30, 0x16, 0x5a, 0x97, 0xc4, 0xa6, 0xd0, 0xf4, 0x22, 0xcc, 0xba, 0xe6, 0x8f, 0x20, 0x8f, 0xd1, 0xcc, 0x47, 0x5d, 0xe7, 0xc0}}
|
||||
return a, nil
|
||||
}
|
||||
@ -1892,7 +1892,7 @@ func repoMigrateTmpl() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "repo/migrate.tmpl", size: 4435, mode: os.FileMode(0644), modTime: time.Unix(1600417296, 0)}
|
||||
info := bindataFileInfo{name: "repo/migrate.tmpl", size: 4435, mode: os.FileMode(0644), modTime: time.Unix(1601390267, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb2, 0x15, 0x78, 0xa, 0x6, 0x31, 0xbc, 0x99, 0xec, 0x67, 0xd3, 0x99, 0x8a, 0x8d, 0x7b, 0x27, 0x11, 0xde, 0x74, 0x10, 0xeb, 0xcb, 0x84, 0x65, 0xfd, 0xda, 0x3f, 0x3c, 0x51, 0x65, 0x8e, 0xf0}}
|
||||
return a, nil
|
||||
}
|
||||
@ -1972,7 +1972,7 @@ func repoPullsForkTmpl() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "repo/pulls/fork.tmpl", size: 2868, mode: os.FileMode(0644), modTime: time.Unix(1600417296, 0)}
|
||||
info := bindataFileInfo{name: "repo/pulls/fork.tmpl", size: 2868, mode: os.FileMode(0644), modTime: time.Unix(1601390267, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf2, 0x90, 0xd9, 0x47, 0xea, 0xcc, 0xee, 0xf6, 0x80, 0xf9, 0xa1, 0xdb, 0xe, 0x24, 0x59, 0xc6, 0x13, 0x96, 0x73, 0x2b, 0x7f, 0xef, 0x5, 0x60, 0xa1, 0x88, 0xad, 0xf8, 0x4a, 0xb5, 0x1f, 0xf5}}
|
||||
return a, nil
|
||||
}
|
||||
@ -2172,7 +2172,7 @@ func repoSettingsOptionsTmpl() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "repo/settings/options.tmpl", size: 19077, mode: os.FileMode(0644), modTime: time.Unix(1600417296, 0)}
|
||||
info := bindataFileInfo{name: "repo/settings/options.tmpl", size: 19077, mode: os.FileMode(0644), modTime: time.Unix(1601390267, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x58, 0x29, 0x15, 0x6a, 0x9f, 0xf1, 0x59, 0xa1, 0x4, 0xc7, 0x78, 0xd2, 0xbc, 0x92, 0xd9, 0x81, 0x2c, 0x2c, 0xa3, 0x67, 0xb6, 0x31, 0x6f, 0x4e, 0xaf, 0xaa, 0x92, 0x2c, 0x69, 0x78, 0x0, 0x1b}}
|
||||
return a, nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user