mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-22 16:44:06 +09:00
Merge branch 'master' into feat/approval-new
# Conflicts: # models/error.go # models/migrations/migrations.go # models/models.go # public/js/index.js
This commit is contained in:
@ -8,6 +8,7 @@ Aleksejs Grocevs <aleksejs AT grocevs DOT pro>
|
||||
Aleksey Tarakin <hukendo AT yandex DOT ru>
|
||||
Alexander Steinhöfer <kontakt AT lx-s DOT de>
|
||||
Alexandre Magno <alexandre DOT mbm AT gmail DOT com>
|
||||
Anderi Azuki <k1nzy AT outlook DOT com>
|
||||
Andrey Nering <andrey AT nering DOT com DOT br>
|
||||
Andrey Solomatin <toadron AT yandex DOT ru>
|
||||
Antoine GIRARD <sapk AT sapk DOT fr>
|
||||
|
@ -16,6 +16,7 @@ signed_in_as=Вписан като
|
||||
username=Потребител
|
||||
password=Парола
|
||||
|
||||
|
||||
repository=Хранилище
|
||||
organization=Организация
|
||||
mirror=Огледало
|
||||
@ -181,6 +182,7 @@ delete_token=Изтрий
|
||||
|
||||
|
||||
|
||||
|
||||
delete_account=Изтриване на собствения профил
|
||||
confirm_delete_account=Потвърди изтриването
|
||||
|
||||
|
@ -16,6 +16,7 @@ signed_in_as=Přihlášen jako
|
||||
username=Uživatelské jméno
|
||||
password=Heslo
|
||||
|
||||
|
||||
repository=Repozitář
|
||||
organization=Organizace
|
||||
mirror=Zrcadlo
|
||||
@ -180,6 +181,7 @@ delete_token=Smazat
|
||||
|
||||
|
||||
|
||||
|
||||
delete_account=Smazat váš účet
|
||||
confirm_delete_account=Potvrdit smazání
|
||||
|
||||
|
@ -31,6 +31,7 @@ twofa=Zwei-Faktor-Authentifizierung
|
||||
twofa_scratch=Zwei-Faktor-Einmalpasswort
|
||||
passcode=PIN
|
||||
|
||||
|
||||
repository=Repository
|
||||
organization=Organisation
|
||||
mirror=Mirror
|
||||
@ -306,11 +307,13 @@ form.name_pattern_not_allowed='%s' ist nicht erlaubt für Benutzernamen.
|
||||
|
||||
[settings]
|
||||
profile=Profil
|
||||
account=Account
|
||||
password=Passwort
|
||||
security=Sicherheit
|
||||
avatar=Profilbild
|
||||
ssh_gpg_keys=SSH / GPG Schlüssel
|
||||
social=Soziale Konten
|
||||
applications=Anwendungen
|
||||
orgs=Organisationen verwalten
|
||||
repos=Repositories
|
||||
delete=Konto löschen
|
||||
@ -447,6 +450,7 @@ then_enter_passcode=Und gebe dann die angezeigte PIN der Anwendung ein:
|
||||
passcode_invalid=Die PIN ist falsch. Probiere es erneut.
|
||||
twofa_enrolled=Die Zwei-Faktor-Authentifizierung wurde für dein Konto aktiviert. Bewahre dein Einmalpasswort (%s) an einem sicheren Ort auf, da es nicht wieder angezeigt werden wird.
|
||||
|
||||
|
||||
manage_account_links=Verknüpfte Accounts verwalten
|
||||
manage_account_links_desc=Diese externen Accounts sind mit deinem Gitea-Account verknüpft.
|
||||
account_links_not_available=Es sind keine externen Accounts mit diesem Gitea-Account verknüpft.
|
||||
@ -998,6 +1002,16 @@ settings.event_send_everything=Alle Events
|
||||
settings.event_choose=Benutzerdefinierte Events…
|
||||
settings.event_create=Erstellen
|
||||
settings.event_create_desc=Branch oder Tag erstellt.
|
||||
settings.event_delete=Löschen
|
||||
settings.event_delete_desc=Branch/Tag gelöscht
|
||||
settings.event_fork=Fork
|
||||
settings.event_fork_desc=Repository geforkt
|
||||
settings.event_issues=Issues
|
||||
settings.event_issues_desc=Issue geöffnet, geschlossen, wieder geöffnet, bearbeitet, zugewiesen, nicht zugewiesen, Label aktualisiert, Label gelöscht, einem Meilenstein zugewiesen oder davon entfernt.
|
||||
settings.event_issue_comment=Issue-Kommentar
|
||||
settings.event_issue_comment_desc=Issue-Kommentar angelegt, geändert oder gelöscht.
|
||||
settings.event_release=Release
|
||||
settings.event_release_desc=Release in Repository veröffentlicht.
|
||||
settings.event_pull_request=Pull-Request
|
||||
settings.event_pull_request_desc=Pull-Request geöffnet, geschlossen, wieder geöffnet, bearbeitet, zugewiesen, nicht zugewiesen, Label aktualisiert, Label gelöscht oder synchronisiert.
|
||||
settings.event_push=Push
|
||||
|
@ -31,6 +31,19 @@ twofa = Two-Factor Authentication
|
||||
twofa_scratch = Two-Factor Scratch Code
|
||||
passcode = Passcode
|
||||
|
||||
u2f_insert_key = Insert your security key
|
||||
u2f_sign_in = Press the button on your security key. If you can't find a button, re-insert it.
|
||||
u2f_press_button = Please press the button on your security key…
|
||||
u2f_use_twofa = Use a two-factor code from your phone
|
||||
u2f_error = We can't read your security key!
|
||||
u2f_unsupported_browser = Your browser don't support U2F keys. Please try another browser.
|
||||
u2f_error_1 = An unknown error occured. Please retry.
|
||||
u2f_error_2 = Please make sure that you're using an encrypted connection (https://) and visiting the correct URL.
|
||||
u2f_error_3 = The server could not proceed your request.
|
||||
u2f_error_4 = The presented key is not eligible for this request. If you try to register it, make sure that the key isn't already registered.
|
||||
u2f_error_5 = Timeout reached before your key could be read. Please reload to retry.
|
||||
u2f_reload = Reload
|
||||
|
||||
repository = Repository
|
||||
organization = Organization
|
||||
mirror = Mirror
|
||||
@ -324,6 +337,7 @@ twofa = Two-Factor Authentication
|
||||
account_link = Linked Accounts
|
||||
organization = Organizations
|
||||
uid = Uid
|
||||
u2f = Security Keys
|
||||
|
||||
public_profile = Public Profile
|
||||
profile_desc = Your email address will be used for notifications and other operations.
|
||||
@ -453,6 +467,14 @@ then_enter_passcode = And enter the passcode shown in the application:
|
||||
passcode_invalid = The passcode is incorrect. Try again.
|
||||
twofa_enrolled = Your account has been enrolled into two-factor authentication. Store your scratch token (%s) in a safe place as it is only shown once!
|
||||
|
||||
u2f_desc = Security keys are hardware devices containing cryptograhic keys. They could be used for two factor authentication. The security key must support the <a href="https://fidoalliance.org/">FIDO U2F</a> standard.
|
||||
u2f_require_twofa = Two-Factor-Authentication must be enrolled in order to use security keys.
|
||||
u2f_register_key = Add Security Key
|
||||
u2f_nickname = Nickname
|
||||
u2f_press_button = Press the button on your security key to register it.
|
||||
u2f_delete_key = Remove Security Key
|
||||
u2f_delete_key_desc= If you remove a security key you cannot login with it anymore. Are you sure?
|
||||
|
||||
manage_account_links = Manage Linked Accounts
|
||||
manage_account_links_desc = These external accounts are linked to your Gitea account.
|
||||
account_links_not_available = There are currently no external accounts linked to your Gitea account.
|
||||
|
@ -19,6 +19,7 @@ username=Nombre de usuario
|
||||
password=Contraseña
|
||||
passcode=Contraseña
|
||||
|
||||
|
||||
repository=Repositorio
|
||||
organization=Organización
|
||||
mirror=Réplica
|
||||
@ -233,6 +234,7 @@ scan_this_image=Analiza esta imagen con la aplicación de autenticación:
|
||||
or_enter_secret=O introduzca el secreto: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=No eres miembro de ninguna organización.
|
||||
repos_none=No posees ningún repositorio
|
||||
|
||||
|
@ -18,6 +18,7 @@ username=Käyttäjätunnus
|
||||
password=Salasana
|
||||
passcode=Tunnuskoodi
|
||||
|
||||
|
||||
repository=Repo
|
||||
organization=Organisaatio
|
||||
mirror=Peili
|
||||
@ -180,6 +181,7 @@ twofa_disabled=Kaksivaiheinen todennus on otettu pois käytöstä.
|
||||
|
||||
|
||||
|
||||
|
||||
delete_account=Poista tilisi
|
||||
confirm_delete_account=Varmista poisto
|
||||
|
||||
|
@ -19,6 +19,7 @@ username=Nom d'utilisateur
|
||||
password=Mot de passe
|
||||
passcode=Code d'accès
|
||||
|
||||
|
||||
repository=Dépôt
|
||||
organization=Organisation
|
||||
mirror=Miroir
|
||||
@ -236,6 +237,7 @@ scan_this_image=Scannez cette image avec votre application d'authentification :
|
||||
or_enter_secret=Ou saisissez le code secret: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=Vous n'êtes membre d'aucune organisation.
|
||||
repos_none=Vous ne possédez aucun dépôt
|
||||
|
||||
|
@ -20,6 +20,7 @@ username=Felhasználónév
|
||||
password=Jelszó
|
||||
passcode=Jelkód
|
||||
|
||||
|
||||
repository=Tároló
|
||||
organization=Szervezet
|
||||
mirror=Tükör
|
||||
@ -240,6 +241,7 @@ scan_this_image=Olvassa be ezt a hitelesítő alkalmazásával:
|
||||
or_enter_secret=Vagy adja meg a titkot: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=Nem tagja egy szervezetnek sem.
|
||||
repos_none=Nincsen egyetlen saját tárolója sem
|
||||
|
||||
|
@ -19,6 +19,7 @@ username=Nama Pengguna
|
||||
password=Kata Sandi
|
||||
passcode=Kode Akses
|
||||
|
||||
|
||||
repository=Repositori
|
||||
organization=Organisasi
|
||||
mirror=Duplikat
|
||||
@ -236,6 +237,7 @@ scan_this_image=Pindai gambar ini dengan aplikasi otentikasi:
|
||||
or_enter_secret=Atau masukkan rahasia: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=Anda bukan anggota dari organisasi apapun.
|
||||
repos_none=Anda tidak memiliki repositori apapun
|
||||
|
||||
|
@ -19,6 +19,7 @@ username=Nome utente
|
||||
password=Password
|
||||
passcode=Codice di sicurezza
|
||||
|
||||
|
||||
repository=Repository
|
||||
organization=Organizzazione
|
||||
mirror=Mirror
|
||||
@ -233,6 +234,7 @@ twofa_disabled=L'autenticazione a due fattori è stata disattivata.
|
||||
or_enter_secret=O immettere il segreto: %s
|
||||
|
||||
|
||||
|
||||
repos_none=Non possiedi alcun repository
|
||||
|
||||
delete_account=Elimina Account
|
||||
|
@ -20,6 +20,7 @@ username=ユーザ名
|
||||
password=パスワード
|
||||
passcode=パスコード
|
||||
|
||||
|
||||
repository=リポジトリ
|
||||
organization=組織
|
||||
mirror=ミラー
|
||||
@ -240,6 +241,7 @@ scan_this_image=この画像を認証アプリケーションで読み取って
|
||||
or_enter_secret=または、シークレットを入力してください: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=あなたはどの組織のメンバーでもありません。
|
||||
repos_none=あなたはリポジトリを所有していません。
|
||||
|
||||
|
@ -19,6 +19,7 @@ username=사용자명
|
||||
password=비밀번호
|
||||
passcode=인증코드
|
||||
|
||||
|
||||
repository=저장소
|
||||
organization=조직
|
||||
mirror=미러
|
||||
@ -223,6 +224,7 @@ scan_this_image=이 이미지를 당신의 인증 애플리케이션에서 스
|
||||
or_enter_secret=또는 이 비밀키를 입력하세요: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=당신은 어떤 조직의 구성원도 아닙니다.
|
||||
repos_none=어떤 레포지터리도 존재하지 않습니다.
|
||||
|
||||
|
@ -18,6 +18,7 @@ username=Vartotojo vardas
|
||||
password=Slaptažodis
|
||||
passcode=PIN kodas
|
||||
|
||||
|
||||
repository=Saugykla
|
||||
organization=Organizacija
|
||||
mirror=Veidrodis
|
||||
@ -159,6 +160,7 @@ delete_token=Pašalinti
|
||||
|
||||
|
||||
|
||||
|
||||
[repo]
|
||||
repo_desc=Aprašymas
|
||||
repo_lang=Kalba
|
||||
|
@ -20,6 +20,7 @@ username=Lietotājvārds
|
||||
password=Parole
|
||||
passcode=Kods
|
||||
|
||||
|
||||
repository=Repozitorijs
|
||||
organization=Organizācija
|
||||
mirror=Spogulis
|
||||
@ -240,6 +241,7 @@ scan_this_image=Noskenējiet šo attēlu ar autentifikācijas lietojumprogrammu:
|
||||
or_enter_secret=Vai ievadiet šo noslēpumu: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=Jūs neesat nevienas organizācijas biedrs.
|
||||
repos_none=Jums nepieder neviens repozitorijs
|
||||
|
||||
|
@ -19,6 +19,7 @@ username=Brukernavn
|
||||
password=Passord
|
||||
passcode=Kode
|
||||
|
||||
|
||||
repository=Kodelager
|
||||
organization=Organisasjon
|
||||
mirror=Speil
|
||||
@ -94,6 +95,7 @@ admin_password=Passord
|
||||
|
||||
|
||||
|
||||
|
||||
[repo]
|
||||
|
||||
|
||||
|
@ -20,6 +20,7 @@ username=Gebruikersnaam
|
||||
password=Wachtwoord
|
||||
passcode=PIN
|
||||
|
||||
|
||||
repository=Repository
|
||||
organization=Organisatie
|
||||
mirror=Kopie
|
||||
@ -240,6 +241,7 @@ scan_this_image=Scan deze afbeelding met je authenticatie applicatie:
|
||||
or_enter_secret=Of voer deze geheime code in: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=U bent geen lid van een organisatie.
|
||||
repos_none=U bezit geen repositories
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
[install]
|
||||
|
||||
|
||||
@ -44,6 +45,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
[repo]
|
||||
|
||||
|
||||
|
@ -18,6 +18,7 @@ username=Brukernavn
|
||||
password=Passord
|
||||
passcode=Kode
|
||||
|
||||
|
||||
repository=Kodelager
|
||||
organization=Organisasjon
|
||||
mirror=Speil
|
||||
@ -82,6 +83,7 @@ smtp_host=SMTP-vert
|
||||
|
||||
|
||||
|
||||
|
||||
[repo]
|
||||
|
||||
|
||||
|
@ -19,6 +19,7 @@ username=Nazwa użytkownika
|
||||
password=Hasło
|
||||
passcode=Kod dostępu
|
||||
|
||||
|
||||
repository=Repozytorium
|
||||
organization=Organizacja
|
||||
mirror=Kopia lustrzana
|
||||
@ -236,6 +237,7 @@ scan_this_image=Zeskanuj ten obraz za pomocą swojej aplikacji uwierzytelniają
|
||||
or_enter_secret=Lub wprowadź sekret: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=Nie jesteś członkiem żadnej organizacji.
|
||||
repos_none=Nie posiadasz żadnych repozytoriów
|
||||
|
||||
|
@ -31,6 +31,7 @@ twofa=Autenticação de dois fatores
|
||||
twofa_scratch=Código de backup da autenticação de dois fatores
|
||||
passcode=Senha
|
||||
|
||||
|
||||
repository=Repositório
|
||||
organization=Organização
|
||||
mirror=Espelho
|
||||
@ -449,6 +450,7 @@ then_enter_passcode=E insira a senha mostrada no aplicativo:
|
||||
passcode_invalid=Esse código de acesso é inválido. Tente novamente.
|
||||
twofa_enrolled=Sua conta foi inscrita na autenticação de dois fatores. Armazene seu token de backup (%s) em um local seguro, pois ele é exibido apenas uma vez!
|
||||
|
||||
|
||||
manage_account_links=Gerenciar contas vinculadas
|
||||
manage_account_links_desc=Estas contas externas estão vinculadas a sua conta de Gitea.
|
||||
account_links_not_available=Não existem contas externas atualmente vinculadas a esta conta.
|
||||
@ -1000,6 +1002,16 @@ settings.event_send_everything=Todos os eventos
|
||||
settings.event_choose=Eventos personalizados...
|
||||
settings.event_create=Criar
|
||||
settings.event_create_desc=Branch ou tag criado.
|
||||
settings.event_delete=Excluir
|
||||
settings.event_delete_desc=Branch ou tag excluída
|
||||
settings.event_fork=Fork
|
||||
settings.event_fork_desc=Feito fork do repositório
|
||||
settings.event_issues=Issues
|
||||
settings.event_issues_desc=Issue aberta, fechada, reaberta, editada, atribuída, desatribuída, etiqueta atualizada, etiqueta limpa, marco definido ou marco indefinido.
|
||||
settings.event_issue_comment=Comentário da issue
|
||||
settings.event_issue_comment_desc=Comentário da issue criado, editado ou excluído.
|
||||
settings.event_release=Versão
|
||||
settings.event_release_desc=Versão publicada em um repositório.
|
||||
settings.event_pull_request=Pull request
|
||||
settings.event_pull_request_desc=Pull request aberto, fechado, reaberto, atribuído, desatribuído, teve etiqueta atualizada ou limpada ou foi sincronizado.
|
||||
settings.event_push=Push
|
||||
|
@ -31,6 +31,7 @@ twofa=Двухфакторная аутентификация
|
||||
twofa_scratch=Двухфакторный scratch-код
|
||||
passcode=Пароль
|
||||
|
||||
|
||||
repository=Репозиторий
|
||||
organization=Организация
|
||||
mirror=Зеркало
|
||||
@ -355,6 +356,7 @@ scan_this_image=Сканируйте это изображение вашим п
|
||||
or_enter_secret=Или введите кодовое слово: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=Вы не состоите ни в одной организации.
|
||||
repos_none=Вы не владеете репозиториями
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
[install]
|
||||
|
||||
|
||||
@ -44,6 +45,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
[repo]
|
||||
|
||||
|
||||
|
@ -16,6 +16,7 @@ signed_in_as=Пријављени сте као
|
||||
username=Корисничко име
|
||||
password=Лозинка
|
||||
|
||||
|
||||
repository=Спремиште
|
||||
organization=Организација
|
||||
mirror=Огледало
|
||||
@ -180,6 +181,7 @@ delete_token=Уклони
|
||||
|
||||
|
||||
|
||||
|
||||
delete_account=Уклоните ваш налог
|
||||
confirm_delete_account=Потврдите брисање
|
||||
|
||||
|
@ -19,6 +19,7 @@ username=Användarnamn
|
||||
password=Lösenord
|
||||
passcode=Kod
|
||||
|
||||
|
||||
repository=Utvecklingskatalog
|
||||
organization=Organisation
|
||||
mirror=Spegel
|
||||
@ -236,6 +237,7 @@ scan_this_image=Skanna denna bild med ditt autentiseringsprogram:
|
||||
or_enter_secret=Eller skriv in följande sträng: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=Du är inte en medlem i någon organisation.
|
||||
repos_none=Du har inga utvecklingskataloger associerade med ditt konto
|
||||
|
||||
@ -328,6 +330,7 @@ commits.message=Meddelande
|
||||
commits.date=Datum
|
||||
commits.older=Äldre
|
||||
commits.newer=Nyare
|
||||
commits.signed_by=Signerad av
|
||||
|
||||
|
||||
issues.new=Nytt Ärende
|
||||
@ -339,6 +342,7 @@ issues.new.no_milestone=Ingen Milsten
|
||||
issues.new.clear_milestone=Rensa milstenar
|
||||
issues.new.open_milestone=Öppna Milstenar
|
||||
issues.new.closed_milestone=Stängda Milstenar
|
||||
issues.no_ref=Ingen branch/Tag specificerad
|
||||
issues.create=Skapa Ärende
|
||||
issues.new_label=Ny etikett
|
||||
issues.create_label=Skapa Etikett
|
||||
@ -348,6 +352,7 @@ issues.label_templates.fail_to_load_file=Laddning av etikettmallen '%s' misslyck
|
||||
issues.add_milestone_at=`lade till denna till milstolpe <b>%s</b> %s`
|
||||
issues.change_milestone_at='modifierade milstolpen från <b>%s</b> till <b>%s</b> %s'
|
||||
issues.remove_milestone_at='tog bort denna från milstolpen <b>%s</b> %s'
|
||||
issues.deleted_milestone=`(raderad)`
|
||||
issues.self_assign_at=`tilldelade denna till sig själv %s`
|
||||
issues.add_assignee_at=`blev tilldelad denna av <b>%s</b> %s`
|
||||
issues.remove_assignee_at=`tog bort sin tilldelning %s`
|
||||
@ -375,6 +380,8 @@ issues.action_close=Stäng
|
||||
issues.action_label=Etikett
|
||||
issues.action_milestone=Milsten
|
||||
issues.action_milestone_no_select=Ingen Milsten
|
||||
issues.action_assignee=Tilldelad
|
||||
issues.action_assignee_no_select=Ingen tilldelad
|
||||
issues.opened_by=öppnade %[1]s av <a href="%[2]s">%[3]s</a>
|
||||
issues.opened_by_fake=öppnade %[1]s av %[2]s
|
||||
issues.previous=Föregående
|
||||
@ -413,6 +420,8 @@ issues.attachment.open_tab=`Klicka för att se "%s" i en ny flik`
|
||||
issues.attachment.download=`Klicka för att hämta "%s"`
|
||||
issues.subscribe=Prenumerera
|
||||
issues.unsubscribe=Avsluta prenumerationen
|
||||
issues.start_tracking_short=Starta
|
||||
issues.start_tracking_history=`började arbeta %s`
|
||||
issues.add_time_hours=Timmar
|
||||
issues.add_time_minutes=Minuter
|
||||
|
||||
|
@ -19,6 +19,7 @@ username=Kullanıcı Adı
|
||||
password=Parola
|
||||
passcode=Şifre
|
||||
|
||||
|
||||
repository=Depo
|
||||
organization=Organizasyon
|
||||
mirror=Yansıma
|
||||
@ -234,6 +235,7 @@ scan_this_image=Kim doğrulama uygulamanızla bu görüntüyü tarayın:
|
||||
or_enter_secret=Veya gizli şeyi girin: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=Herhangi bir organizasyonun bir üyesi değilsiniz.
|
||||
repos_none=Herhangi bir depoya sahip değilsiniz
|
||||
|
||||
|
@ -31,6 +31,7 @@ twofa=Двофакторна авторизація
|
||||
twofa_scratch=Двофакторний одноразовий пароль
|
||||
passcode=Код доступу
|
||||
|
||||
|
||||
repository=Репозиторій
|
||||
organization=Організація
|
||||
mirror=Дзеркало
|
||||
@ -80,6 +81,7 @@ err_empty_admin_password=Пароль адміністратора не може
|
||||
|
||||
general_title=Загальні налаштування
|
||||
app_name=Назва сайту
|
||||
app_name_helper=Тут ви можете ввести назву своєї компанії.
|
||||
repo_path=Кореневий шлях репозиторія
|
||||
repo_path_helper=Всі вилучені Git репозиторії будуть збережені в цей каталог.
|
||||
lfs_path=Кореневої шлях Git LFS
|
||||
@ -127,6 +129,7 @@ default_keep_email_private=Приховати адресу електронно
|
||||
default_keep_email_private_popup=Приховати адресу електронної пошти нових облікових записів за замовчуванням.
|
||||
default_allow_create_organization=Дозволити створення організацій за замовчуванням
|
||||
default_enable_timetracking=Увімкнути відстеження часу за замовчуванням
|
||||
default_enable_timetracking_popup=Включити відстеження часу для нових репозиторіїв за замовчуванням.
|
||||
no_reply_address=Прихований поштовий домен
|
||||
|
||||
[home]
|
||||
@ -344,7 +347,9 @@ ssh_disabled=SSH вимкнено
|
||||
manage_social=Керувати зв'язаними обліковими записами соціальних мереж
|
||||
unbind=Від'єднати
|
||||
|
||||
manage_access_token=Керування токенами доступу
|
||||
generate_new_token=Згенерувати новий токен
|
||||
tokens_desc=Ці токени надають доступ до вашого облікового запису за допомогою Gitea API.
|
||||
token_name=Ім'я токену
|
||||
generate_token=Згенерувати токен
|
||||
delete_token=Видалити
|
||||
@ -352,6 +357,7 @@ delete_token=Видалити
|
||||
twofa_disable=Вимкнути двофакторну автентифікацію
|
||||
or_enter_secret=Або введіть секрет: %s
|
||||
|
||||
|
||||
manage_account_links=Керування обліковими записами
|
||||
remove_account_link=Видалити облікові записи
|
||||
|
||||
@ -458,6 +464,7 @@ editor.new_branch_name_desc=Ім'я нової гілки…
|
||||
editor.cancel=Відміна
|
||||
editor.branch_already_exists=Гілка '%s' вже присутня в репозиторії.
|
||||
editor.fail_to_update_file=Не вдалося оновити/створити файл '%s' через помилку: %v
|
||||
editor.unable_to_upload_files=Не вдалося завантажити файли до '%s' через помилку: %v
|
||||
editor.upload_files_to_dir=Завантажувати файли до '%s'
|
||||
|
||||
commits.commits=Коміти
|
||||
@ -497,6 +504,7 @@ issues.add_milestone_at=`додав(ла) до <b>%s</b> етапу %s`
|
||||
issues.deleted_milestone=`(видалено)`
|
||||
issues.add_assignee_at=`був призначений <b>%s</b> %s`
|
||||
issues.remove_assignee_at=`видалили із призначених %s`
|
||||
issues.change_title_at=`змінив(ла) заголовок з <b>%s</b> на <b>%s</b> %s`
|
||||
issues.open_tab=%d відкрито
|
||||
issues.close_tab=%d закрито
|
||||
issues.filter_label=Мітка
|
||||
@ -557,8 +565,8 @@ issues.label_edit=Редагувати
|
||||
issues.label_delete=Видалити
|
||||
issues.label_modify=Редагувати мітку
|
||||
issues.label_deletion=Видалити мітку
|
||||
issues.label.filter_sort.alphabetically=За абеткою
|
||||
issues.label.filter_sort.reverse_alphabetically=Зворотною абеткою
|
||||
issues.label.filter_sort.alphabetically=За алфавітом
|
||||
issues.label.filter_sort.reverse_alphabetically=З кінця алфавіту
|
||||
issues.label.filter_sort.by_size=Розмір
|
||||
issues.label.filter_sort.reverse_by_size=Зворотний розмір
|
||||
issues.num_participants=%d учасників
|
||||
@ -578,7 +586,7 @@ issues.add_time_hours=Години
|
||||
issues.add_time_minutes=Хвилини
|
||||
issues.add_time_sum_to_small=Час не введено.
|
||||
issues.cancel_tracking=Відміна
|
||||
issues.due_date=Термін дії
|
||||
issues.due_date=Дата завершення
|
||||
issues.due_date_form_add=Додати дату завершення
|
||||
issues.due_date_form_remove=Видалити дату завершення
|
||||
issues.due_date_not_set=Термін виконання не встановлений.
|
||||
@ -589,6 +597,7 @@ pulls.compare_base=злити в
|
||||
pulls.compare_compare=pull з
|
||||
pulls.filter_branch=Фільтр по гілці
|
||||
pulls.no_results=Результатів не знайдено.
|
||||
pulls.nothing_to_compare=Ці гілки однакові. Немає необхідності створювати запитів на злиття.
|
||||
pulls.create=Створити запит на злиття
|
||||
pulls.title_desc=хоче злити %[1]d комітів з <code>%[2]s</code> до <code>%[3]s</code>
|
||||
pulls.merged_title_desc=злито %[1]d комітів з <code>%[2]s</code> до <code>%[3]s</code> %[4]s
|
||||
@ -600,6 +609,7 @@ pulls.merged=Злито
|
||||
pulls.has_merged=Запит на злиття було об'єднано.
|
||||
pulls.can_auto_merge_desc=Цей запит можна об'єднати автоматично.
|
||||
pulls.merge_pull_request=Об'єднати запит на злиття
|
||||
pulls.squash_merge_pull_request=Об'єднати і злити
|
||||
|
||||
milestones.new=Новий етап
|
||||
milestones.open_tab=%d відкрито
|
||||
@ -694,12 +704,15 @@ settings.wiki_desc=Увімкнути репозиторії Wiki
|
||||
settings.use_internal_wiki=Використовувати вбудовані Wiki
|
||||
settings.use_external_wiki=Використовувати зовнішні Wiki
|
||||
settings.external_wiki_url=URL зовнішньої wiki
|
||||
settings.issues_desc=Увімкнути відстеження проблем в репозиторію
|
||||
settings.external_tracker_url=URL зовнішньої системи відстеження проблем
|
||||
settings.tracker_url_format=Формат URL зовнішнього трекера задач
|
||||
settings.tracker_issue_style.numeric=Цифровий
|
||||
settings.tracker_issue_style.alphanumeric=Буквено-цифровий
|
||||
settings.enable_timetracker=Увімкнути відстеження часу
|
||||
settings.pulls.allow_squash_commits=Увімкнути об'єднувати коміти перед злиттям
|
||||
settings.admin_settings=Налаштування адміністратора
|
||||
settings.admin_enable_health_check=Включити перевірки працездатності репозиторію (git fsck)
|
||||
settings.danger_zone=Небезпечна зона
|
||||
settings.new_owner_has_same_repo=Новий власник вже має репозиторій з такою назвою. Будь ласка, виберіть інше ім'я.
|
||||
settings.convert=Перетворити на звичайний репозиторій
|
||||
|
@ -31,6 +31,7 @@ twofa=两步验证
|
||||
twofa_scratch=两步验证口令
|
||||
passcode=验证码
|
||||
|
||||
|
||||
repository=仓库
|
||||
organization=组织
|
||||
mirror=镜像
|
||||
@ -449,6 +450,7 @@ then_enter_passcode=并输入应用程序中显示的密码:
|
||||
passcode_invalid=密码不正确。再试一次。
|
||||
twofa_enrolled=你的账号已经启用了两步验证。请保存初始令牌(%s)到一个安全的地方,此令牌仅当前显示一次。
|
||||
|
||||
|
||||
manage_account_links=管理绑定过的账号
|
||||
manage_account_links_desc=这些外部帐户已经绑定到您的 Gitea 帐户。
|
||||
account_links_not_available=当前没有与您的 Gitea 帐户绑定的外部帐户。
|
||||
|
@ -17,6 +17,7 @@ notifications=訊息
|
||||
password=密碼
|
||||
passcode=驗證碼
|
||||
|
||||
|
||||
repository=儲存庫
|
||||
organization=組織
|
||||
mirror=鏡像
|
||||
@ -228,6 +229,7 @@ scan_this_image=使用您的授權應用程式來掃瞄圖片:
|
||||
or_enter_secret=或者輸入密碼: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=您尚未成為任一組織的成員。
|
||||
repos_none=您不擁有任何存儲庫
|
||||
|
||||
|
@ -19,6 +19,7 @@ username=用戶名稱
|
||||
password=密碼
|
||||
passcode=驗證碼
|
||||
|
||||
|
||||
repository=儲存庫
|
||||
organization=組織
|
||||
mirror=鏡像
|
||||
@ -236,6 +237,7 @@ scan_this_image=使用您的授權應用程式來掃瞄圖片:
|
||||
or_enter_secret=或者輸入密碼: %s
|
||||
|
||||
|
||||
|
||||
orgs_none=您尚未成為任一組織的成員。
|
||||
repos_none=您不擁有任何存儲庫
|
||||
|
||||
|
Reference in New Issue
Block a user