diff --git a/Dockerfile b/Dockerfile index 8e3516418..53ffdda5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,3 +58,4 @@ CMD ["/bin/s6-svscan", "/etc/s6"] COPY docker / COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea +RUN ln -s /app/gitea/gitea /usr/local/bin/gitea diff --git a/Gopkg.lock b/Gopkg.lock index 6551354a0..d5b2408bb 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -294,7 +294,7 @@ [[projects]] name = "github.com/go-sql-driver/mysql" packages = ["."] - revision = "ce924a41eea897745442daaa1739089b0f3f561d" + revision = "d523deb1b23d913de5bdada721a6071e71283618" [[projects]] name = "github.com/go-xorm/builder" @@ -873,6 +873,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "036b8c882671cf8d2c5e2fdbe53b1bdfbd39f7ebd7765bd50276c7c4ecf16687" + inputs-digest = "96c83a3502bd50c5ca8e4d9b4145172267630270e587c79b7253156725eeb9b8" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index 1019888c0..42523550f 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -40,6 +40,10 @@ ignored = ["google.golang.org/appengine*"] #version = "0.6.5" revision = "d4149d1eee0c2c488a74a5863fd9caf13d60fd03" +[[override]] + name = "github.com/go-sql-driver/mysql" + revision = "d523deb1b23d913de5bdada721a6071e71283618" + [[override]] name = "github.com/gorilla/mux" revision = "757bef944d0f21880861c2dd9c871ca543023cba" diff --git a/docker/etc/templates/app.ini b/docker/etc/templates/app.ini index 9e0a3dd5c..589271b4a 100644 --- a/docker/etc/templates/app.ini +++ b/docker/etc/templates/app.ini @@ -4,6 +4,9 @@ RUN_MODE = $RUN_MODE [repository] ROOT = /data/git/repositories +[repository.local] +LOCAL_COPY_PATH = /data/gitea/tmp/local-repo + [repository.upload] TEMP_PATH = /data/gitea/uploads @@ -14,6 +17,7 @@ HTTP_PORT = $HTTP_PORT ROOT_URL = $ROOT_URL DISABLE_SSH = $DISABLE_SSH SSH_PORT = $SSH_PORT +LFS_CONTENT_PATH = /data/git/lfs [database] PATH = /data/gitea/gitea.db @@ -23,6 +27,9 @@ NAME = $DB_NAME USER = $DB_USER PASSWD = $DB_PASSWD +[indexer] +ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve + [session] PROVIDER_CONFIG = /data/gitea/sessions diff --git a/models/repo.go b/models/repo.go index d1cc290c4..52325f262 100644 --- a/models/repo.go +++ b/models/repo.go @@ -781,7 +781,7 @@ var ( // DescriptionHTML does special handles to description and return HTML string. func (repo *Repository) DescriptionHTML() template.HTML { sanitize := func(s string) string { - return fmt.Sprintf(`%[1]s`, s) + return fmt.Sprintf(`%[1]s`, s) } return template.HTML(descPattern.ReplaceAllStringFunc(markup.Sanitize(repo.Description), sanitize)) } diff --git a/options/locale/locale_bg-BG.ini b/options/locale/locale_bg-BG.ini index 99aa173e1..ed82e246c 100644 --- a/options/locale/locale_bg-BG.ini +++ b/options/locale/locale_bg-BG.ini @@ -569,7 +569,6 @@ total=Общо: %d dashboard.operation_name=Име на операцията dashboard.operation_switch=Превключи dashboard.operation_run=Изпълни -dashboard.delete_inactivate_accounts=Изтрий всички неактивни профили dashboard.server_uptime=Операционно време dashboard.current_goroutine=Текущи Goroutines dashboard.current_memory_usage=Текущо използвана памет diff --git a/options/locale/locale_cs-CZ.ini b/options/locale/locale_cs-CZ.ini index 1fc7e193d..47e850d77 100644 --- a/options/locale/locale_cs-CZ.ini +++ b/options/locale/locale_cs-CZ.ini @@ -508,7 +508,6 @@ total=Celkem: %d dashboard.operation_name=Název operace dashboard.operation_switch=Přepnout dashboard.operation_run=Spustit -dashboard.delete_inactivate_accounts=Smazat všechny neaktivní účty dashboard.server_uptime=Doba provozu serveru dashboard.current_goroutine=Aktuální Goroutines dashboard.current_memory_usage=Aktuální využití paměti diff --git a/options/locale/locale_de-DE.ini b/options/locale/locale_de-DE.ini index 7f9ad0d03..b5ac216ee 100644 --- a/options/locale/locale_de-DE.ini +++ b/options/locale/locale_de-DE.ini @@ -75,7 +75,6 @@ cancel=Abbrechen [install] install=Installation title=Erstkonfiguration -docker_helper=Wenn du Gitea in einem Docker-Container nutzt, lies bitte die Dokumentation, bevor du irgendwelche Einstellungen veränderst. requite_db_desc=Gitea benötigt MySQL, PostgreSQL, MSSQL, SQLite3 oder TiDB. db_title=Datenbankeinstellungen db_type=Datenbanktyp @@ -495,7 +494,6 @@ visibility=Sichtbarkeit visiblity_helper=privates Repository visiblity_helper_forced=Auf dieser Gitea-Instanz können nur private Repositories angelegt werden. visiblity_fork_helper=(Eine Änderung dieses Wertes wirkt sich auf alle Forks aus) -clone_helper=Brauchst du Hilfe beim Klonen? Öffne die Hilfe. fork_repo=Repository forken fork_from=Fork von fork_visiblity_helper=Die Sichtbarkeit einer geforkten Repository kann nicht geändert werden. @@ -613,7 +611,6 @@ editor.directory_is_a_file=Der Verzeichnisname „%s“ wird bereits als Dateina editor.file_is_a_symlink='%s' ist ein symolischer Link. Symbolische Links können mit dem Web Editor nicht bearbeitet werden. editor.filename_is_a_directory=Der Dateiname „%s“ wird bereits als Verzeichnisname in diesem Repository verwendet. editor.file_editing_no_longer_exists=Die bearbeitete Datei „%s“ existiert nicht mehr in diesem Repository. -editor.file_changed_while_editing=Der Inhalt der Datei hat sich seit dem Beginn der Bearbeitung geändert. Hier klicken, um die Änderungen anzusehen, oder Änderungen erneut comitten, um sie zu überschreiben. editor.file_already_exists=Eine Datei mit dem Namen „%s“ ist bereits in diesem Repository vorhanden. editor.no_changes_to_show=Keine Änderungen vorhanden. editor.fail_to_update_file=Fehler beim Ändern/Erstellen der Datei „%s“. Fehler: %v @@ -994,7 +991,6 @@ settings.search_user_placeholder=Benutzer suchen… settings.org_not_allowed_to_be_collaborator=Organisationen können nicht als Mitarbeiter hinzugefügt werden. settings.user_is_org_member=Der Benutzer ist ein Organisationsmitglied und kann nicht als Mitarbeiter hinzugefügt werden. settings.add_webhook=Webhook hinzufügen -settings.hooks_desc=Webhooks senden bei bestimmten Gitea-Events automatisch „HTTP POST“-Anfragen an einen Server. Lies mehr in unserer Anleitung zu Webhooks (auf Englisch). settings.webhook_deletion=Webhook löschen settings.webhook_deletion_desc=Das Entfernen eines Webhooks löscht seine Einstellungen und Zustellungsverlauf. Fortfahren? settings.webhook_deletion_success=Webhook wurde entfernt. @@ -1011,7 +1007,6 @@ settings.githook_edit_desc=Wenn ein Hook nicht aktiv ist, wird der Standardinhal settings.githook_name=Hook-Name settings.githook_content=Hook-Inhalt settings.update_githook=Hook aktualisieren -settings.add_webhook_desc=Gitea sendet einen POST-Request mit festgelegtem Content-Type an die Ziel-URL. Mehr Informationen findest du in der Anleitung zu Webhooks (Englisch). settings.payload_url=Ziel-URL settings.content_type=POST-Content-Type settings.secret=Secret @@ -1273,8 +1268,6 @@ dashboard.operation_switch=Wechseln dashboard.operation_run=Ausführen dashboard.clean_unbind_oauth=Nicht verbundene OAuth-Verbindungen löschen dashboard.clean_unbind_oauth_success=Alle unverbundene OAuth-Verbindungen wurden gelöscht. -dashboard.delete_inactivate_accounts=Deaktivierte Konten löschen -dashboard.delete_inactivate_accounts_success=Alle deaktivierten Konten wurden erfolgreich gelöscht. dashboard.delete_repo_archives=Alle Repository-Archive löschen dashboard.delete_repo_archives_success=Alle Repository-Archive wurden gelöscht. dashboard.delete_missing_repos=Alle Repository-Datensätze mit verlorenen gegangenen Git-Dateien löschen diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 21ae775e4..2420bd66f 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -75,7 +75,7 @@ cancel = Cancel [install] install = Installation title = Initial Configuration -docker_helper = If you run Gitea inside Docker, please read the documentation before changing any settings. +docker_helper = If you run Gitea inside Docker, please read the documentation before changing any settings. requite_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB. db_title = Database Settings db_type = Database Type @@ -492,13 +492,13 @@ owner = Owner repo_name = Repository Name repo_name_helper = Good repository names use short, memorable and unique keywords. visibility = Visibility -visiblity_helper = Make Repository Private -visiblity_helper_forced = Your site administrator forces new repositories to be private. -visiblity_fork_helper = (Changing this will affect all forks.) -clone_helper = Need help cloning? Visit Help. +visibility_helper = Make Repository Private +visibility_helper_forced = Your site administrator forces new repositories to be private. +visibility_fork_helper = (Changing this will affect all forks.) +clone_helper = Need help cloning? Visit Help. fork_repo = Fork Repository fork_from = Fork From -fork_visiblity_helper = The visibility of a forked repository cannot be changed. +fork_visibility_helper = The visibility of a forked repository cannot be changed. repo_desc = Description repo_lang = Language repo_gitignore_helper = Select .gitignore templates. @@ -613,7 +613,7 @@ editor.directory_is_a_file = Directory name '%s' is already used as a filename i editor.file_is_a_symlink = '%s' is a symbolic link. Symbolic links cannot be edited in the web editor editor.filename_is_a_directory = Filename '%s' is already used as a directory name in this repository. editor.file_editing_no_longer_exists = The file being edited, '%s', no longer exists in this repository. -editor.file_changed_while_editing = The file contents have changed since you started editing. Click here to see them or Commit Changes again to overwrite them. +editor.file_changed_while_editing = The file contents have changed since you started editing. Click here to see them or Commit Changes again to overwrite them. editor.file_already_exists = A file named '%s' already exists in this repository. editor.no_changes_to_show = There are no changes to show. editor.fail_to_update_file = Failed to update/create file '%s' with error: %v @@ -994,7 +994,7 @@ settings.search_user_placeholder = Search user… settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator. settings.user_is_org_member = The user is an organization member who cannot be added as a collaborator. settings.add_webhook = Add Webhook -settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the webhooks guide. +settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the webhooks guide. settings.webhook_deletion = Remove Webhook settings.webhook_deletion_desc = Removing a webhook deletes its settings and delivery history. Continue? settings.webhook_deletion_success = The webhook has been removed. @@ -1011,7 +1011,7 @@ settings.githook_edit_desc = If the hook is inactive, sample content will be pre settings.githook_name = Hook Name settings.githook_content = Hook Content settings.update_githook = Update Hook -settings.add_webhook_desc = Gitea will send POST requests with a specified content type to the target URL. Read more in the webhooks guide. +settings.add_webhook_desc = Gitea will send POST requests with a specified content type to the target URL. Read more in the webhooks guide. settings.payload_url = Target URL settings.content_type = POST Content Type settings.secret = Secret @@ -1273,8 +1273,8 @@ dashboard.operation_switch = Switch dashboard.operation_run = Run dashboard.clean_unbind_oauth = Clean unbound OAuth connections dashboard.clean_unbind_oauth_success = All unbound OAuth connections have been deleted. -dashboard.delete_inactivate_accounts = Delete all inactive accounts -dashboard.delete_inactivate_accounts_success = All inactive accounts have been deleted. +dashboard.delete_inactivate_accounts = Delete all not activated accounts +dashboard.delete_inactivate_accounts_success = All not activated accounts have been deleted. dashboard.delete_repo_archives = Delete all repository archives dashboard.delete_repo_archives_success = All repository archives have been deleted. dashboard.delete_missing_repos = Delete all repositories missing their Git files diff --git a/options/locale/locale_es-ES.ini b/options/locale/locale_es-ES.ini index 44deec04a..65240c87d 100644 --- a/options/locale/locale_es-ES.ini +++ b/options/locale/locale_es-ES.ini @@ -69,7 +69,6 @@ cancel=Cancelar [install] install=Instalación title=Configuración inicial -docker_helper=Si esta ejecutando Gitea dentro de un contenedor Docker, por favor lea la documentaciónn antes de realizar cambios a la configuración. requite_db_desc=Gitea requiere una base de datos MySQL, PostgreSQL, MSSQL, SQLite3 o TiDB. db_title=Configuración de base de datos db_type=Tipo de base de datos @@ -728,8 +727,6 @@ dashboard.operation_name=Nombre de la operación dashboard.operation_switch=Interruptor dashboard.operation_run=Ejecutar dashboard.clean_unbind_oauth_success=Se han eliminado las conexiones de OAuth no vinculadas. -dashboard.delete_inactivate_accounts=Eliminar todas las cuentas inactivas -dashboard.delete_inactivate_accounts_success=Todas las cuentas inactivas han sido eliminadas. dashboard.resync_all_sshkeys=Actualizar el archivo '.ssh/authorized_keys' con las claves SSH de Gitea (no es necesario para el servidor SSH incorporado). dashboard.reinit_missing_repos=Reiniciar todos los repositorios Git faltantes de los que existen registros dashboard.reinit_missing_repos_success=Todos los repositorios Git faltantes para los que existen registros se han reinicializado. diff --git a/options/locale/locale_fi-FI.ini b/options/locale/locale_fi-FI.ini index fe34f0e58..162966dfc 100644 --- a/options/locale/locale_fi-FI.ini +++ b/options/locale/locale_fi-FI.ini @@ -63,7 +63,6 @@ cancel=Peruuta [install] install=Asennus title=Alkuperäiset asetukset -docker_helper=Jos ajat Giteaa Dockerissa, tutustuthan dokumentaatioon ennen asetusten muuttamista. requite_db_desc=Gitea tarvitsee toimiakseen MySQL-, PostgreSQL-, MSSQL-, SQLite3 tai TiDB-tietokannan. db_title=Tietokanta asetukset db_type=Tietokanta tyyppi @@ -589,7 +588,6 @@ total=Yhteensä: %d dashboard.operation_name=Toiminnon nimi dashboard.operation_switch=Vaihda dashboard.operation_run=Suorita -dashboard.delete_inactivate_accounts=Poista kaikki passiiviset tunnukset dashboard.server_uptime=Palvelimen Uptime dashboard.current_goroutine=Nykyiset Goroutinet dashboard.current_memory_usage=Nykyinen muistinkäyttö diff --git a/options/locale/locale_fr-FR.ini b/options/locale/locale_fr-FR.ini index 0870d82ac..7368dfb62 100644 --- a/options/locale/locale_fr-FR.ini +++ b/options/locale/locale_fr-FR.ini @@ -75,7 +75,6 @@ cancel=Annuler [install] install=Installation title=Configuration initiale -docker_helper=Si vous utilisez Gitea avec Docker, veuillez lire la documentation avant de modifier les paramètres. requite_db_desc=Gitea requiert MySQL, PostgreSQL, MSSQL, SQLite3 ou TiDB. db_title=Paramètres de la base de données db_type=Type de base de données @@ -495,7 +494,6 @@ visibility=Visibilité visiblity_helper=Rendre le dépôt privé visiblity_helper_forced=L'administrateur de votre site impose que les nouveaux dépôts soient privés. visiblity_fork_helper=(Les changement de cette valeur affecteront toutes les bifurcations.) -clone_helper=Besoin d'aide pour dupliquer ? Visitez l'aide. fork_repo=Créer une bifurcation du dépôt fork_from=Bifurquer depuis fork_visiblity_helper=La visibilité d'un dépôt bifurqué ne peut être changée. @@ -613,7 +611,6 @@ editor.directory_is_a_file=Le nom de dossier '%s' est déjà utilisé comme nom editor.file_is_a_symlink='%s' est un lien symbolique. Les liens symboliques ne peuvent être édités dans l'interface web editor.filename_is_a_directory=Le nom de fichier '%s' est déjà utilisé comme nom de dossier dans ce dépôt. editor.file_editing_no_longer_exists=Le fichier en cours d'édition, '%s', n'existe plus dans ce dépôt. -editor.file_changed_while_editing=Le contenu de ce fichier a changé depuis le début de l'édition. Cliquez ici pour voir les changements ou soumettez de nouveau pour écraser ces changements. editor.file_already_exists=Un fichier nommé '%s' existe déjà dans ce dépôt. editor.no_changes_to_show=Il n’y a aucun changement à afficher. editor.fail_to_update_file=Échec lors de la mise à jour/création du fichier '%s' avec l’erreur : %v @@ -994,7 +991,6 @@ settings.search_user_placeholder=Rechercher un utilisateur… settings.org_not_allowed_to_be_collaborator=Les organisations ne peuvent être ajoutées en tant que collaborateur. settings.user_is_org_member=L'utilisateur est un membre d'organisation qui ne peut être ajouté comme collaborateur. settings.add_webhook=Ajouter un déclencheur Web -settings.hooks_desc=Les webhooks envoient automatiquement des requêtes HTTP POST vers un serveur lorsque certains événements Gitea sont déclenchés. Apprenez-en plus dans le guide webhooks. settings.webhook_deletion=Retirer le Webhook settings.webhook_deletion_desc=Supprimer un webhook supprime ses paramètres et son historique. Continuer ? settings.webhook_deletion_success=Le webhook a été supprimé. @@ -1011,7 +1007,6 @@ settings.githook_edit_desc=Si un Hook est inactif, un exemple de contenu vous se settings.githook_name=Nom du Hook settings.githook_content=Contenu du Hook settings.update_githook=Mettre le Hook à jour -settings.add_webhook_desc=Gitea enverra des requêtes POST avec un type de contenu donné à l'URL cible. Apprenez-en plus dans le guide webhooks. settings.payload_url=URL cible settings.content_type=Type de contenu POST settings.secret=Confidentiel @@ -1273,8 +1268,6 @@ dashboard.operation_switch=Basculer dashboard.operation_run=Exécuter dashboard.clean_unbind_oauth=Effacer les connexions OAuth associées dashboard.clean_unbind_oauth_success=Toutes les connexions OAuth associées ont été supprimées. -dashboard.delete_inactivate_accounts=Supprimer tous les comptes inactifs -dashboard.delete_inactivate_accounts_success=Tous les comptes inactifs ont été supprimés. dashboard.delete_repo_archives=Supprimer toutes les archives du dépôt dashboard.delete_repo_archives_success=Toutes les archives du dépôt ont été supprimées. dashboard.delete_missing_repos=Supprimer tous les dépôts dont les fichiers Git sont manquants diff --git a/options/locale/locale_hu-HU.ini b/options/locale/locale_hu-HU.ini index 7693a4312..3eee91295 100644 --- a/options/locale/locale_hu-HU.ini +++ b/options/locale/locale_hu-HU.ini @@ -708,8 +708,6 @@ dashboard.operation_switch=Váltás dashboard.operation_run=Futtatás dashboard.clean_unbind_oauth=Megszüntetett OAuth kapcsolatok törlése dashboard.clean_unbind_oauth_success=Az összes megszüntetett OAuth kapcsolat törölve. -dashboard.delete_inactivate_accounts=Minden inaktív fiók törlése -dashboard.delete_inactivate_accounts_success=Minden inaktív fiók törölve. dashboard.reinit_missing_repos=Az összes Git tároló újra-inicializálása amihez léteznek bejegyzések dashboard.reinit_missing_repos_success=Az összes Git tároló amihez létezett bejegyzés újra lett iniciaizálva. dashboard.sync_external_users=Külső felhasználói adatok szinkronizálása diff --git a/options/locale/locale_id-ID.ini b/options/locale/locale_id-ID.ini index 41a56ece8..50aa4c656 100644 --- a/options/locale/locale_id-ID.ini +++ b/options/locale/locale_id-ID.ini @@ -75,7 +75,6 @@ cancel=Batal [install] install=Pemasangan title=Konfigurasi Awal -docker_helper=Jika Anda menjalankan Gitea di dalam Docker, baca dokumentasi sebelum mengubah pengaturan. requite_db_desc=Gitea memerlukan MySQL, PostgreSQL, MSSQL, SQLite3 atau TiDB. db_title=Pengaturan Basis Data db_type=Tipe Basis Data @@ -789,8 +788,6 @@ dashboard.operation_switch=Beralih dashboard.operation_run=Lari dashboard.clean_unbind_oauth=Bersihkan koneksi OAuth yang tidak terikat dashboard.clean_unbind_oauth_success=Semua koneksi OAuth yang tidak terikat telah dihapus. -dashboard.delete_inactivate_accounts=Hapus semua akun yang tidak aktif -dashboard.delete_inactivate_accounts_success=Semua akun yang tidak aktif telah dihapus. dashboard.reinit_missing_repos=Menginstal kembali semua repositori Git yang hilang dimana ada catatan dashboard.reinit_missing_repos_success=Semua repositori Git yang hilang yang catatannya dan telah diinisialisasi ulang. dashboard.sync_external_users=Sinkronkan data pengguna eksternal diff --git a/options/locale/locale_it-IT.ini b/options/locale/locale_it-IT.ini index 494141667..87be4ded7 100644 --- a/options/locale/locale_it-IT.ini +++ b/options/locale/locale_it-IT.ini @@ -75,7 +75,6 @@ cancel=Annulla [install] install=Installazione title=Configurazione Iniziale -docker_helper=Se stai usando Gitea con Docker, si prega di leggere la documentazione prima di cambiare qualsiasi impostazione. requite_db_desc=Gitea necessita di MySQL, PostgreSQL, MSSQL, SQLite3 o TiDB. db_title=Impostazioni Database db_type=Tipo di database @@ -496,7 +495,6 @@ visibility=Visibilità visiblity_helper=Rendi il repository privato visiblity_helper_forced=L'amministratore del sito impone che le nuove repositories siano private. visiblity_fork_helper=(Questa modifica avrà effetto su tutti i fork) -clone_helper=Hai bisogno di aiuto per la clonazione? Visita Aiuto. fork_repo=Forka Repository fork_from=Forka da fork_visiblity_helper=La visibilità di un repository forkato non può essere modificata. @@ -614,7 +612,6 @@ editor.directory_is_a_file=Il nome di directory '%s' è già utilizzato come nom editor.file_is_a_symlink='%s' è un collegamento simbolico. I collegamenti simbolici non possono essere modificati nell'editor web editor.filename_is_a_directory=Il nome di file '%s' è già utilizzato come nome di una directory in questo repository. editor.file_editing_no_longer_exists=Il file in fase di modifica, '%s', non esiste più in questo repository. -editor.file_changed_while_editing=I contenuti di questo file hanno subito dei cambiamento da quando hai iniziato la modifica. Clicca qui per visualizzarli o Committa nuovemente i Cambiamenti per sovrascriverli. editor.file_already_exists=Un file di nome '%s' esiste già in questo repository. editor.no_changes_to_show=Non ci sono cambiamenti da mostrare. editor.fail_to_update_file=Errore durante l'aggiornamento/ creazione del file '%s' con errore: %v @@ -995,7 +992,6 @@ settings.search_user_placeholder=Ricerca utente… settings.org_not_allowed_to_be_collaborator=Le organizzazioni non possono essere aggiunte come un collaboratore. settings.user_is_org_member=L'utente è un membro di organizzazione che non può essere aggiunto come un collaboratore. settings.add_webhook=Aggiungi Webhook -settings.hooks_desc=I Webhook effettuano automaticamente richieste HTTP POST ad un server quando si verificano determinati eventi Gitea. Per saperne di più leggi la guida ai webhooks. settings.webhook_deletion=Rimuovi Webhook settings.webhook_deletion_desc=Rimuovere un webhook rimuove le sue impostazioni e la sua cronologia di consegna. Continuare? settings.webhook_deletion_success=Il webhook è stato rimosso. @@ -1012,7 +1008,6 @@ settings.githook_edit_desc=Se l'hook è inattivo, sarà presentato un contenuto settings.githook_name=Nome hook settings.githook_content=Contenuto hook settings.update_githook=Aggiorna Hook -settings.add_webhook_desc=Gitea enverra des requêtes POST avec un type de contenu donné à l'URL cible. Apprenez-en plus dans le guide webhooks. settings.payload_url=URL di destinazione settings.content_type=Tipo di contenuto POST settings.secret=Segreto @@ -1274,8 +1269,6 @@ dashboard.operation_switch=Cambia dashboard.operation_run=Esegui dashboard.clean_unbind_oauth=Elimina connessione OAuth slegate dashboard.clean_unbind_oauth_success=Tutte le connessione OAuth slegate sono state eliminate. -dashboard.delete_inactivate_accounts=Elimina tutti gli account inattivi -dashboard.delete_inactivate_accounts_success=Tutti gli account inattivi sono stati eliminati. dashboard.delete_repo_archives=Elimina tutti gli archivi dei repository dashboard.delete_repo_archives_success=Tutti gli archivi del repository sono stati eliminati. dashboard.delete_missing_repos=Elimina tutti i repository mancanti dei loro file Git diff --git a/options/locale/locale_ja-JP.ini b/options/locale/locale_ja-JP.ini index c3a610908..05ee2c98f 100644 --- a/options/locale/locale_ja-JP.ini +++ b/options/locale/locale_ja-JP.ini @@ -708,8 +708,6 @@ dashboard.operation_switch=スイッチ dashboard.operation_run=実行 dashboard.clean_unbind_oauth=関連付けられていないOAuth接続を削除 dashboard.clean_unbind_oauth_success=すべての関連付けられていないOAuth接続は削除されました。 -dashboard.delete_inactivate_accounts=非アクティブのアカウントをすべて削除 -dashboard.delete_inactivate_accounts_success=すべての非アクティブなアカウントは削除されました。 dashboard.reinit_missing_repos=レコードが存在するが見当たらないすべてのGitリポジトリを再初期化する dashboard.reinit_missing_repos_success=レコードが存在するが見当たらないすべてのGitリポジトリが再初期化されました。 dashboard.sync_external_users=外部ユーザーデータの同期 diff --git a/options/locale/locale_ko-KR.ini b/options/locale/locale_ko-KR.ini index 6497467f4..0c0eb149c 100644 --- a/options/locale/locale_ko-KR.ini +++ b/options/locale/locale_ko-KR.ini @@ -591,7 +591,6 @@ total=총: %d dashboard.operation_name=작업 명 dashboard.operation_switch=스위치 dashboard.operation_run=실행 -dashboard.delete_inactivate_accounts=활성화되지 않은 모든 계정을 삭제합니다. dashboard.server_uptime=서버를 켠 시간 dashboard.current_goroutine=현재 Go루틴 dashboard.current_memory_usage=현재 메모리 사용율 diff --git a/options/locale/locale_lv-LV.ini b/options/locale/locale_lv-LV.ini index 0a6950b84..de6dfa3e6 100644 --- a/options/locale/locale_lv-LV.ini +++ b/options/locale/locale_lv-LV.ini @@ -75,7 +75,7 @@ cancel=Atcelt [install] install=Instalācija title=Sākotnējā konfigurācija -docker_helper=Ja Gitea ir uzstādīts Docker konteinerī, izlasiet vadlīninas pirms maināt iestatījumus. +docker_helper=Ja Gitea ir uzstādīts Docker konteinerī, izlasiet vadlīninas pirms maināt iestatījumus. requite_db_desc=Gitea nepieciešams MySQL, PostgreSQL, MSSQL, SQLite3 vai TiDB. db_title=Datu bāzes iestatījumi db_type=Datu bāzes veids @@ -495,7 +495,7 @@ visibility=Redzamība visiblity_helper=Padarīt repozitoriju privātu visiblity_helper_forced=Jūsu sistēmas administrators ir noteicis, ka visiem no jauna izveidotajiem repozitorijiem ir jābūt privātiem. visiblity_fork_helper=(Šīs vērtības maiņa ietekmēs arī visus atdalītos repozitorijus) -clone_helper=Nepieciešama palīdzība kā veikt klonēšana? Apmeklējiet Palīdzība lapu. +clone_helper=Nepieciešama palīdzība klonēšanā? Apmeklē palīdzības sadaļu. fork_repo=Atdalīt repozitoriju fork_from=Atdalīt no fork_visiblity_helper=Atdalītam repozitorijam nav iespējams nomainīt tā redzamību. @@ -613,7 +613,7 @@ editor.directory_is_a_file=Ieraksts '%s' vecāka ceļā ir fails nevis direktori editor.file_is_a_symlink=Fails '%s' ir norāde, kuru nav iespējams labot no tīmekļa redaktora editor.filename_is_a_directory=Faila nosaukums '%s' sakrīt ar direktorijas nosaukumu šajā repozitorijā. editor.file_editing_no_longer_exists=Fails '%s', ko labojat, vairs neeksistē šajā repozitorijā. -editor.file_changed_while_editing=Faila saturs ir mainījies kopš sākāt to labot. Noklikšķiniet šeit, lai apskatītu, vai Nosūtiet izmaiņas atkārtoti, lai pārrakstītu. +editor.file_changed_while_editing=Faila saturs ir mainījies kopš sākāt to labot. Noklikšķiniet šeit, lai apskatītu, vai Nosūtiet izmaiņas atkārtoti, lai pārrakstītu. editor.file_already_exists=Fails ar nosaukumu '%s' šajā repozitorijā jau eksistē. editor.no_changes_to_show=Nav izmaiņu, ko rādīt. editor.fail_to_update_file=Neizdevās izmainīt/izveidot failu '%s', kļūda: %v @@ -994,7 +994,7 @@ settings.search_user_placeholder=Meklēt lietotāju… settings.org_not_allowed_to_be_collaborator=Organizācijas nevar tikt pievienotas kā līdzstrādnieki. settings.user_is_org_member=Lietotājs ir organizācijas biedrs, kas nevar tikt pievienots kā līdzstrādnieks. settings.add_webhook=Pievienot tīmekļa āķi -settings.hooks_desc=Tīmekļa āķi ļauj paziņot ārējiem servisiem par noteiktiem notikumiem, kas notiek Gitea. Kad iestāsies kāds notikums, katram ārējā servisa URL tiks nosūtīts POST pieprasījums. Lai uzzinātu sīkāk skatieties tīmekļa āķu rokasgrāmatā. +settings.hooks_desc=Tīmekļa āķi ļauj paziņot ārējiem servisiem par noteiktiem notikumiem, kas notiek Gitea. Kad iestāsies kāds notikums, katram ārējā servisa URL tiks nosūtīts POST pieprasījums. Lai uzzinātu sīkāk skatieties tīmekļa āķu rokasgrāmatā. settings.webhook_deletion=Noņemt tīmekļa āķi settings.webhook_deletion_desc=Noņemot tīmekļa āķi, tiks dzēsti visi tā iestatījumi un piegādes vēsture. Vai turpināt? settings.webhook_deletion_success=Tīmekļa āķis tika noņemts. @@ -1011,7 +1011,7 @@ settings.githook_edit_desc=Ja āķis nav aktīvs, tiks attēlots piemērs kā to settings.githook_name=Āķa nosaukums settings.githook_content=Āķa saturs settings.update_githook=Labot āķi -settings.add_webhook_desc=Uz norādīto URL tiks nosūtīts POST pieprasījums ar notikuma datiem. Detalizētāku informāciju ir iespējams uzzināt tīmekļa āķu rokasgrāmatā. +settings.add_webhook_desc=Uz norādīto URL tiks nosūtīts POST pieprasījums ar notikuma datiem. Detalizētāku informāciju ir iespējams uzzināt tīmekļa āķu rokasgrāmatā. settings.payload_url=Saņēmēja URL settings.content_type=POST satura tips settings.secret=Noslēpums @@ -1273,8 +1273,8 @@ dashboard.operation_switch=Pārslēgt dashboard.operation_run=Palaist dashboard.clean_unbind_oauth=Notīrīt nepiesaistītos OAuth savienojumus dashboard.clean_unbind_oauth_success=Visi nepiesaistītie OAuth savienojumu tika izdzēsti. -dashboard.delete_inactivate_accounts=Dzēst visus neaktīvos kontus -dashboard.delete_inactivate_accounts_success=Visi neaktīvie konti tika izdzēsti. +dashboard.delete_inactivate_accounts=Dzēst visus neaktivizētos kontus +dashboard.delete_inactivate_accounts_success=Visi neaktivizētie konti tika izdzēsti. dashboard.delete_repo_archives=Dzēst visu repozitoriju arhīvus dashboard.delete_repo_archives_success=Visu repozitoriju arhīvi tika izdzēsti. dashboard.delete_missing_repos=Dzēst visus repozitorijus, kam trūkst Git failu diff --git a/options/locale/locale_nl-NL.ini b/options/locale/locale_nl-NL.ini index 576de0d25..26228e941 100644 --- a/options/locale/locale_nl-NL.ini +++ b/options/locale/locale_nl-NL.ini @@ -71,7 +71,6 @@ cancel=Annuleren [install] install=Installatie title=Initiële configuratie -docker_helper=Als u gebruik maakt van Gitea in Docker, lees dan de documentatie voordat u iets verandert op deze pagina. requite_db_desc=Gitea vereist MySQL, PostgreSQL, MSSQL, SQLite3 of TiDB. db_title=Database-instellingen db_type=Database-type @@ -721,8 +720,6 @@ total=Totaal: %d dashboard.operation_name=Bewerking naam dashboard.operation_switch=Omschakelen dashboard.operation_run=Uitvoeren -dashboard.delete_inactivate_accounts=Verwijder alle inactieve accounts -dashboard.delete_inactivate_accounts_success=Alle inactieve accounts zijn verwijderd. dashboard.sync_external_users=Externe gebruikersgegevens synchroniseren dashboard.server_uptime=Uptime server dashboard.current_goroutine=Huidige Goroutines diff --git a/options/locale/locale_pl-PL.ini b/options/locale/locale_pl-PL.ini index 59de43ec9..26b9bf28b 100644 --- a/options/locale/locale_pl-PL.ini +++ b/options/locale/locale_pl-PL.ini @@ -832,8 +832,6 @@ dashboard.operation_switch=Przełącz dashboard.operation_run=Uruchom dashboard.clean_unbind_oauth=Usuń wychodzące połączenia OAuth dashboard.clean_unbind_oauth_success=Wszystkie połączenia wychodzące OAuth zostały usunięte. -dashboard.delete_inactivate_accounts=Usuń wszystkie nieaktywne konta -dashboard.delete_inactivate_accounts_success=Wszystkie nieaktywne konta zostały usunięte. dashboard.reinit_missing_repos=Ponownie zainicjalizuj wszystkie brakujące repozytoria Git, dla których istnieją rekordy dashboard.reinit_missing_repos_success=Wszystkie brakujące repozytoria Git, dla których istnieją rekordy, zostały zainicjalizowane. dashboard.sync_external_users=Synchronizuj zewnętrzne dane użytkownika diff --git a/options/locale/locale_pt-BR.ini b/options/locale/locale_pt-BR.ini index f2ec96dd0..d30faac81 100644 --- a/options/locale/locale_pt-BR.ini +++ b/options/locale/locale_pt-BR.ini @@ -75,7 +75,6 @@ cancel=Cancelar [install] install=Instalação title=Configuração inicial -docker_helper=Se você está rodando o Gitea dentro do Docker, por favor leia a documentação cuidadosamente antes de alterar qualquer coisa nesta página. requite_db_desc=Gitea requer MySQL, PostgreSQL, MSSQL, SQLite3 ou TiDB. db_title=Configurações de banco de dados db_type=Tipo de banco de dados @@ -495,7 +494,6 @@ visibility=Visibilidade visiblity_helper=Tornar este repositório privado visiblity_helper_forced=O administrador do site força novos repositórios a serem privados. visiblity_fork_helper=(Esta alteração irá afetar todos os forks.) -clone_helper=Precisa de ajuda com o clone? Visite a Ajuda. fork_repo=Fork do repositório fork_from=Fork de fork_visiblity_helper=A visibilidade do fork de um repositório não pode ser alterada. @@ -613,7 +611,6 @@ editor.directory_is_a_file=O nome do diretório '%s' já é usado como um nome d editor.file_is_a_symlink='%s' é um link simbólico. Links simbólicos não podem ser editados no editor da web editor.filename_is_a_directory=O nome do arquivo '%s' já é usado como um nome de diretório neste repositório. editor.file_editing_no_longer_exists=O arquivo que está sendo editado, '%s', não existe mais neste repositório. -editor.file_changed_while_editing=O conteúdo do arquivo mudou desde que você começou a editar. Clique aqui para ver o que foi editado ou clique em Commit novamemente para sobreescrever essas mudanças. editor.file_already_exists=Um arquivo com nome '%s' já existe neste repositório. editor.no_changes_to_show=Nenhuma alteração a mostrar. editor.fail_to_update_file=Houve erro ao criar ou atualizar arquivo '%s': %v @@ -994,7 +991,6 @@ settings.search_user_placeholder=Pesquisar usuário... settings.org_not_allowed_to_be_collaborator=Organizações não podem ser adicionadas como um colaborador. settings.user_is_org_member=O usuário é um membro da organização e não pode ser adicionado como um colaborador. settings.add_webhook=Adicionar webhook -settings.hooks_desc=Webhooks automaticamente fazem requisições de HTTP POST para um servidor quando acionados determinados eventos de Gitea. Leia mais no guia de webhooks. settings.webhook_deletion=Remover webhook settings.webhook_deletion_desc=A exclusão de um webhook exclui suas configurações e o histórico de entrega. Continuar? settings.webhook_deletion_success=O webhook foi removido. @@ -1011,7 +1007,6 @@ settings.githook_edit_desc=Se o hook não estiver ativo, o conteúdo de exemplo settings.githook_name=Nome do Hook settings.githook_content=Conteúdo do Hook settings.update_githook=Atualizar Hook -settings.add_webhook_desc=Gitea enviará requisições POST com um tipo de conteúdo especificado para a URL de destino. Leia mais no guia de webhooks. settings.payload_url=URL de destino settings.content_type=Tipo de conteúdo POST settings.secret=Senha @@ -1273,8 +1268,6 @@ dashboard.operation_switch=Trocar dashboard.operation_run=Executar dashboard.clean_unbind_oauth=Limpar conexões OAuth não vinculadas dashboard.clean_unbind_oauth_success=Todas as conexões de OAuth não vinculadas foram excluídas. -dashboard.delete_inactivate_accounts=Excluir todas as contas inativas -dashboard.delete_inactivate_accounts_success=Todas as contas inativas foram excluídas. dashboard.delete_repo_archives=Excluir todos os arquivos do repositório dashboard.delete_repo_archives_success=Todos os arquivos do repositório foram excluídos. dashboard.delete_missing_repos=Excluir todos os repositórios que não possuem seus arquivos Git diff --git a/options/locale/locale_ru-RU.ini b/options/locale/locale_ru-RU.ini index 9df7e4e16..ff8613a24 100644 --- a/options/locale/locale_ru-RU.ini +++ b/options/locale/locale_ru-RU.ini @@ -75,7 +75,7 @@ cancel=Отмена [install] install=Установка title=Начальная конфигурация -docker_helper=Если вы запускаете Gitea внутри Docker, пожалуйста внимательно прочтите документацию перед тем, как что-либо изменить на этой странице. +docker_helper=Если вы запускаете Gitea внутри Docker, пожалуйста внимательно прочтите документацию перед тем, как изменить любые настройки. requite_db_desc=Gitea требует MySQL, PostgreSQL, MSSQL, SQLite3 или TiDB. db_title=Настройки базы данных db_type=Тип базы данных @@ -495,7 +495,7 @@ visibility=Видимость visiblity_helper=Сделать репозиторий приватным visiblity_helper_forced=Администратор сайта настроил параметр видимости новых репозиториев. Репозиторий приватный по умолчанию. visiblity_fork_helper=(Изменение этого повлияет на все форки.) -clone_helper=Нужна помощь в клонировании? Посетите страницу справки. +clone_helper=Нужна помощь в клонировании? Посетите страницу помощи. fork_repo=Форкнуть репозиторий fork_from=Форк от fork_visiblity_helper=Видимость форкнутого репозитория изменить нельзя. @@ -613,7 +613,7 @@ editor.directory_is_a_file=Имя каталога '%s' уже использу editor.file_is_a_symlink='%s' является символической ссылкой. Символические ссылки нельзя редактировать в веб-редакторе editor.filename_is_a_directory=Имя файла '%s' уже используется в качестве имени каталога в этом репозитории. editor.file_editing_no_longer_exists=Редактируемый файл '%s' больше не существует в этом репозитории. -editor.file_changed_while_editing=Содержимое файла изменилось с момента начала редактирования. Нажмите здесь, чтобы увидеть, что было изменено, или Зафиксировать изменения снова, чтобы заменить их. +editor.file_changed_while_editing=Содержимое файла изменилось с момента начала редактирования. Нажмите здесь, чтобы увидеть, что было изменено, или Зафиксировать изменения снова, чтобы заменить их. editor.file_already_exists=Файл с именем '%s' уже существует в репозитории. editor.no_changes_to_show=Нет изменений. editor.fail_to_update_file=Не удалось обновить/создать файл «%s» из-за ошибки: %v @@ -994,7 +994,7 @@ settings.search_user_placeholder=Поиск пользователя… settings.org_not_allowed_to_be_collaborator=Организации не могут быть добавлены как соавторы. settings.user_is_org_member=Пользователь является членом организации, члены которой не могут быть добавлены в качестве соавтора. settings.add_webhook=Добавить Webhook -settings.hooks_desc=Webhooks позволяют внешним службам получать уведомления при возникновении определенных событий на Gitea. При возникновении указанных событий мы отправим запрос POST на каждый заданный вами URL. Узнать больше можно в нашем руководстве по webhooks. +settings.hooks_desc=Webhooks автоматически создает запросы HTTP POST на сервер, при возникновении определенных событий на Gitea. Подробнее читайте в руководство по webhooks. settings.webhook_deletion=Удалить Webhook settings.webhook_deletion_desc=Удаление этого веб-хука приведет к удалению всей связанной с ним информации, включая историю. Хотите продолжить? settings.webhook_deletion_success=Webhook был удалён. @@ -1011,7 +1011,7 @@ settings.githook_edit_desc=Если хук не активен, будет по settings.githook_name=Название Hook'a settings.githook_content=Перехватить содержание settings.update_githook=Обновить Hook -settings.add_webhook_desc=Gitea будет оправлять POST запросы на указанный URL адрес, с информацией о происходящих событиях. Вы также можете указать формат данных (JSON, x-www-form-urlencoded, XML и т.д.). Подробности на странице инструкции по использованию webhooks. +settings.add_webhook_desc=Gitea будет оправлять POST запросы на указанный URL адрес, с информацией о происходящих событиях. Подробности на странице инструкции по использованию webhooks. settings.payload_url=URL обработчика settings.content_type=Тип содержимого settings.secret=Секретный ключ @@ -1274,7 +1274,7 @@ dashboard.operation_run=Запуск dashboard.clean_unbind_oauth=Очистить список незавершённых авторизаций OAuth dashboard.clean_unbind_oauth_success=Все незавершённые связи OAuth были удалены. dashboard.delete_inactivate_accounts=Удалить все неактивированные учетные записи -dashboard.delete_inactivate_accounts_success=Все неактивные учётные записи удалены. +dashboard.delete_inactivate_accounts_success=Все не активированные учетные записи были удалены. dashboard.delete_repo_archives=Удаление всех архивов репозиториев dashboard.delete_repo_archives_success=Все архивы репозиториев удалены. dashboard.delete_missing_repos=Удалить все записи о репозиториях с отсутствующими файлами Git diff --git a/options/locale/locale_sr-SP.ini b/options/locale/locale_sr-SP.ini index e20c9ba91..91b2fd5d8 100644 --- a/options/locale/locale_sr-SP.ini +++ b/options/locale/locale_sr-SP.ini @@ -506,7 +506,6 @@ total=Укупно: %d dashboard.operation_name=Име операције dashboard.operation_switch=Пребаци dashboard.operation_run=Покрени -dashboard.delete_inactivate_accounts=Уклони све неактивне налоге dashboard.server_uptime=Време непрекидног рада сервера dashboard.current_goroutine=Тренутнe Goroutine dashboard.current_memory_usage=Тренутна употреба меморије diff --git a/options/locale/locale_sv-SE.ini b/options/locale/locale_sv-SE.ini index 89103ea48..dc4ebd405 100644 --- a/options/locale/locale_sv-SE.ini +++ b/options/locale/locale_sv-SE.ini @@ -75,7 +75,6 @@ cancel=Avbryt [install] install=Installation title=Ursprunglig konfiguration -docker_helper=Om du kör Gitea inuti Docker, vänligen läs dokumentationen noggrant innan du ändrar några inställningar. requite_db_desc=Gitea behöver MySQL, PostgreSQL, MSSQL, SQLite3 eller TiDB. db_title=Databasinställningar db_type=Databastyp @@ -798,8 +797,6 @@ dashboard.operation_switch=Byt till dashboard.operation_run=Kör dashboard.clean_unbind_oauth=Rena obundna OAuth anslutningar dashboard.clean_unbind_oauth_success=Alla obundna OAuth anslutningar har raderats. -dashboard.delete_inactivate_accounts=Ta bort alla inaktiva konton -dashboard.delete_inactivate_accounts_success=Alla inaktiva konton har tagits bort. dashboard.reinit_missing_repos=Återinitialisera alla saknade utvecklingskataloger som vi känner till dashboard.reinit_missing_repos_success=Alla utvecklingskataloger som det saknades filer från har blivit återinitaliserade. dashboard.sync_external_users=Synkronisera extern användardata diff --git a/options/locale/locale_tr-TR.ini b/options/locale/locale_tr-TR.ini index 17f4fe02b..7727abb85 100644 --- a/options/locale/locale_tr-TR.ini +++ b/options/locale/locale_tr-TR.ini @@ -688,8 +688,6 @@ dashboard.operation_switch=Geç dashboard.operation_run=Çalıştır dashboard.clean_unbind_oauth=Bağsız OAuth bağlantılarını temizle dashboard.clean_unbind_oauth_success=Tüm bağsız OAuth bağlantıları silindi. -dashboard.delete_inactivate_accounts=Etkin olmayan tüm hesapları sil -dashboard.delete_inactivate_accounts_success=Tüm aktif olmayan hesaplar silindi. dashboard.reinit_missing_repos=Kayıtları bulunanlar için tüm eksik Git depolarını yeniden başlat dashboard.reinit_missing_repos_success=Kayıtları bulunanlar için tüm eksik Git depoları yeniden başlatıldı. dashboard.sync_external_users=Harici kullanıcı verisini senkronize et diff --git a/options/locale/locale_uk-UA.ini b/options/locale/locale_uk-UA.ini index 7db2d2481..65d17c4c5 100644 --- a/options/locale/locale_uk-UA.ini +++ b/options/locale/locale_uk-UA.ini @@ -495,7 +495,7 @@ visibility=Видимість visiblity_helper=Зробити репозиторій приватним visiblity_helper_forced=Адміністратор вашого сайту налаштував параметри нових репозиторіїв: всі нові репозиторії будуть приватними. visiblity_fork_helper=(Зміна цього вплине на всі форки.) -clone_helper=Потрібна допомога у клонуванні? Відвідайте Допомогу. +clone_helper=Потрібна допомога у клонуванні? Відвідайте сторінку Допомога. fork_repo=Форкнути репозиторій fork_from=Форк з fork_visiblity_helper=Видимість форкнутого репозиторію змінити не можна. @@ -613,7 +613,7 @@ editor.directory_is_a_file=Ім'я каталогу "%s" уже використ editor.file_is_a_symlink='%s' є символічним посиланням. Символічні посилання не можливо редагувати в веб-редакторі editor.filename_is_a_directory=Назва файлу '%s' вже використовується як ім'я каталогу в цьому репозиторії. editor.file_editing_no_longer_exists=Редагований файл '%s' більше не існує в цьому репозиторії. -editor.file_changed_while_editing=Зміст файлу змінився з моменту початку редагування. Натисніть тут , щоб переглянути що було змінено, або Прийняти зміни ще раз , щоб записати свої зміни. +editor.file_changed_while_editing=Зміст файлу змінився з моменту початку редагування. Натисніть тут , щоб переглянути що було змінено, або закомітьте зміни ще раз, щоб переписати їх. editor.file_already_exists=Файл з назвою "%s" уже існує у цьому репозиторію. editor.no_changes_to_show=Нема змін для показу. editor.fail_to_update_file=Не вдалося оновити/створити файл '%s' через помилку: %v @@ -994,7 +994,7 @@ settings.search_user_placeholder=Пошук користувача… settings.org_not_allowed_to_be_collaborator=Організації не можуть бути додані як співавтори. settings.user_is_org_member=Користувач є учасником організації, учасники якої не можуть бути додані в якості співавтора. settings.add_webhook=Додати веб-хук -settings.hooks_desc=Webhooks автоматично робить HTTP POST-запити на сервер, коли відбуваються певні події Gitea. Дізнайтеся більше в керівництві веб-вузла . +settings.hooks_desc=Веб-хуки автоматично робить HTTP POST-запити на сервер, коли відбуваються певні події Gitea. Дізнайтеся більше в інструкції по використанню web-хуків . settings.webhook_deletion=Видалити веб-хук settings.webhook_deletion_desc=Видалення цього веб-хука призведе до видалення всієї пов'язаної з ним інформації, включаючи історію. Бажаєте продовжити? settings.webhook_deletion_success=Webhook видалено. @@ -1011,7 +1011,7 @@ settings.githook_edit_desc=Якщо хук неактивний, буде пре settings.githook_name=Ім'я хуку settings.githook_content=Зміст хука settings.update_githook=Оновити хук -settings.add_webhook_desc=Gitea буде відправляти POST запити на вказану URL адресу, з інформацією про події, що відбуваються. Подробиці на сторінці інструкції по використанню webhooks . +settings.add_webhook_desc=Gitea буде відправляти POST запити на вказану URL адресу, з інформацією про події, що відбуваються. Подробиці на сторінці інструкції по використанню web-хуків . settings.payload_url=Цільова URL-адреса settings.content_type=Тип вмісту settings.secret=Секрет @@ -1273,8 +1273,8 @@ dashboard.operation_switch=Перемкнути dashboard.operation_run=Запустити dashboard.clean_unbind_oauth=Очистити список незавершених авторизацій OAuth dashboard.clean_unbind_oauth_success=Всі незавершені зв'язки OAuth були видалені. -dashboard.delete_inactivate_accounts=Видалити всі неактивні облікові записи -dashboard.delete_inactivate_accounts_success=Усі неактивні облікові записи успішно видалено. +dashboard.delete_inactivate_accounts=Видалити всі неактивовані облікові записи +dashboard.delete_inactivate_accounts_success=Усі неактивовані облікові записи успішно видалено. dashboard.delete_repo_archives=Видалити всі архіви репозиторіїв dashboard.delete_repo_archives_success=Всі архіви репозиторіїв були видалені. dashboard.delete_missing_repos=Видалити всі записи про репозиторії з відсутніми файлами Git diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 1484e6a8f..40de2a8c6 100644 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -75,7 +75,6 @@ cancel=取消 [install] install=安装页面 title=初始配置 -docker_helper=如果您正在使用 Docker 容器运行 Gitea,请务必先仔细阅读 官方文档 后再对本页面进行填写。 requite_db_desc=Gitea 要求安装 MySQL、PostgreSQL、SQLite3 或 TiDB。 db_title=数据库设置 db_type=数据库类型 @@ -495,7 +494,6 @@ visibility=可见性 visiblity_helper=将仓库设为私有 visiblity_helper_forced=站点管理员强制要求新仓库为私有。 visiblity_fork_helper=(修改该值将会影响到所有派生仓库) -clone_helper=不知道如何克隆?查看帮助 。 fork_repo=派生仓库 fork_from=派生自 fork_visiblity_helper=无法更改派生仓库的可见性。 @@ -613,7 +611,6 @@ editor.directory_is_a_file='%s' 已经作为文件名在此仓库中存在。 editor.file_is_a_symlink='%s' 是一个符号链接,无法在线编辑。 editor.filename_is_a_directory='%s' 已经作为目录名在此仓库中存在。 editor.file_editing_no_longer_exists=正在编辑的文件 '%s' 已不存在。 -editor.file_changed_while_editing=文件内容在您进行编辑时已经发生变动。单击此处 查看变动的具体内容,或者 再次提交 覆盖已发生的变动。 editor.file_already_exists=此仓库已经存在名为 '%s' 的文件。 editor.no_changes_to_show=没有可以显示的变更。 editor.fail_to_update_file=更新/创建文件 '%s' 时发生错误:%v @@ -994,7 +991,6 @@ settings.search_user_placeholder=搜索用户... settings.org_not_allowed_to_be_collaborator=组织不允许被添加为仓库协作者! settings.user_is_org_member=被操作的用户是组织,因此无法添加为协作者! settings.add_webhook=添加 Web 钩子 -settings.hooks_desc=当Gitea事件发生时,Web钩子自动发出HTTP POST请求。在 指南 中阅读更多内容。 settings.webhook_deletion=删除 Web 钩子 settings.webhook_deletion_desc=删除 web钩子 将删除其设置和历史记录。继续? settings.webhook_deletion_success=Web 钩子删除成功! @@ -1011,7 +1007,6 @@ settings.githook_edit_desc=如果钩子未启动,则会显示样例文件中 settings.githook_name=钩子名称 settings.githook_content=钩子文本 settings.update_githook=更新钩子设置 -settings.add_webhook_desc=Gitea 将向目标 URL 发送具有指定内容类型的 POST 请求。在 webhooks 指南 中阅读更多内容。 settings.payload_url=目标 URL settings.content_type=POST Content Type settings.secret=密钥文本 @@ -1273,8 +1268,6 @@ dashboard.operation_switch=开关 dashboard.operation_run=执行 dashboard.clean_unbind_oauth=清理未绑定的 OAuth 连接 dashboard.clean_unbind_oauth_success=所有未绑定的 OAuth 连接已被删除。 -dashboard.delete_inactivate_accounts=删除所有未激活帐户 -dashboard.delete_inactivate_accounts_success=所有未激活帐号清除成功! dashboard.delete_repo_archives=删除所有仓库存档 dashboard.delete_repo_archives_success=所有仓库存档清除成功! dashboard.delete_missing_repos=删除所有丢失 Git 文件的仓库 diff --git a/options/locale/locale_zh-HK.ini b/options/locale/locale_zh-HK.ini index d8b8e210c..4dacd6c84 100644 --- a/options/locale/locale_zh-HK.ini +++ b/options/locale/locale_zh-HK.ini @@ -613,8 +613,6 @@ dashboard.operation_switch=開關 dashboard.operation_run=執行 dashboard.clean_unbind_oauth=清理未綁定OAuth的連結 dashboard.clean_unbind_oauth_success=所有未綁定 OAuth 的連結已刪除。 -dashboard.delete_inactivate_accounts=刪除所有未啟用帳戶 -dashboard.delete_inactivate_accounts_success=成功清除所有未啟用帳號! dashboard.reinit_missing_repos=重新初始化所有遺失具已存在記錄的Git 儲存庫 dashboard.reinit_missing_repos_success=所有遺失具已存在記錄的Git 儲存庫已重新初始化。 dashboard.sync_external_users=同步外部使用者資料 diff --git a/options/locale/locale_zh-TW.ini b/options/locale/locale_zh-TW.ini index dece41485..1155cf396 100644 --- a/options/locale/locale_zh-TW.ini +++ b/options/locale/locale_zh-TW.ini @@ -75,7 +75,6 @@ cancel=取消 [install] install=安裝頁面 title=初始設定 -docker_helper=如果您正在使用 Docker 容器運行 Gitea,請務必先仔細閱讀官方文件後再對本頁面進行填寫。 requite_db_desc=Gitea 需要安裝 MySQL、PostgreSQL、SQLite3、MSSQL 或 TiDB 其中一項。 db_title=資料庫設定 db_type=資料庫類型 @@ -464,7 +463,6 @@ visibility=可見度 visiblity_helper=將儲存庫設為私人 visiblity_helper_forced=您的網站管理員強制新的存儲庫必需設定為私人。 visiblity_fork_helper=(修改該值將會影響到所有派生倉庫) -clone_helper=不知道如何操作?瀏覽 幫助 ! fork_repo=複製儲存庫 fork_from=複製自 repo_desc=儲存庫描述 @@ -1086,8 +1084,6 @@ dashboard.operation_switch=開關 dashboard.operation_run=執行 dashboard.clean_unbind_oauth=清理未綁定OAuth的連結 dashboard.clean_unbind_oauth_success=所有未綁定 OAuth 的連結已刪除。 -dashboard.delete_inactivate_accounts=刪除所有未啟用帳戶 -dashboard.delete_inactivate_accounts_success=成功清除所有未啟用帳號! dashboard.delete_repo_archives=刪除所有儲存庫存檔 dashboard.delete_repo_archives_success=所有儲存庫存檔已刪除。 dashboard.delete_missing_repos=刪除所有遺失 Git 檔案的儲存庫記錄 diff --git a/routers/install.go b/routers/install.go index 84e506c70..c7c9fed28 100644 --- a/routers/install.go +++ b/routers/install.go @@ -58,6 +58,7 @@ func Install(ctx *context.Context) { // Database settings form.DbHost = models.DbCfg.Host form.DbUser = models.DbCfg.User + form.DbPasswd = models.DbCfg.Passwd form.DbName = models.DbCfg.Name form.DbPath = models.DbCfg.Path diff --git a/routers/user/setting/security_twofa.go b/routers/user/setting/security_twofa.go index 55101ed1a..cb61b9e27 100644 --- a/routers/user/setting/security_twofa.go +++ b/routers/user/setting/security_twofa.go @@ -76,6 +76,7 @@ func twofaGenerateSecretAndQr(ctx *context.Context) bool { if otpKey == nil { err = nil // clear the error, in case the URL was invalid otpKey, err = totp.Generate(totp.GenerateOpts{ + SecretSize: 40, Issuer: setting.AppName + " (" + strings.TrimRight(setting.AppURL, "/") + ")", AccountName: ctx.User.Name, }) diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 3ad5358d4..ed4e75ffc 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -17,7 +17,7 @@ diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 5a34d1e7e..9c9ad2d6b 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -177,7 +177,7 @@
@@ -28,7 +28,7 @@ Plattformübergreifend

- Gitea läuft überall. Go kompiliert für: Windows, macOS, Linux, ARM, etc. Wähle dasjenige System, was dir am meisten gefällt! + Gitea läuft überall. Go kompiliert für: Windows, macOS, Linux, ARM, etc. Wähle dasjenige System, was dir am meisten gefällt!

@@ -46,7 +46,7 @@ Quelloffen

- Der komplette Code befindet sich auf GitHub! Unterstütze uns bei der Verbesserung dieses Projekts. Trau dich! + Der komplette Code befindet sich auf GitHub! Unterstütze uns bei der Verbesserung dieses Projekts. Trau dich!

@@ -57,7 +57,7 @@ 易安裝

- 直接用 執行檔安裝,還可以透過 DockerVagrant,以及 套件安装。 + 直接用 執行檔安裝,還可以透過 DockerVagrant,以及 套件安装。

@@ -65,7 +65,7 @@ 跨平台

- Gitea 可以運作在任何 Go 語言能夠編譯的平台: Windows, macOS, Linux, ARM 等等。挑一個您喜歡的就好。 + Gitea 可以運作在任何 Go 語言能夠編譯的平台: Windows, macOS, Linux, ARM 等等。挑一個您喜歡的就好。

@@ -83,7 +83,7 @@ 開源化

- 所有程式碼都在 GitHub 上,加入我們讓 Gitea 更好,別害羞,你可以做到的。 + 所有程式碼都在 GitHub 上,加入我們讓 Gitea 更好,別害羞,你可以做到的。

@@ -94,7 +94,7 @@ 易安装

- 您除了可以根据操作系统平台通过 二进制运行,还可以通过 DockerVagrant,以及 包管理 安装。 + 您除了可以根据操作系统平台通过 二进制运行,还可以通过 DockerVagrant,以及 包管理 安装。

@@ -102,7 +102,7 @@ 跨平台

- 任何 Go 语言 支持的平台都可以运行 Gitea,包括 Windows、Mac、Linux 以及 ARM。挑一个您喜欢的就行! + 任何 Go 语言 支持的平台都可以运行 Gitea,包括 Windows、Mac、Linux 以及 ARM。挑一个您喜欢的就行!

@@ -120,7 +120,7 @@ 开源化

- 所有的代码都开源在 GitHub 上,赶快加入我们来共同发展这个伟大的项目!还等什么?成为贡献者吧! + 所有的代码都开源在 GitHub 上,赶快加入我们来共同发展这个伟大的项目!还等什么?成为贡献者吧!

@@ -131,10 +131,10 @@ Facile à installer

- Il suffit de lancer l'exécutable correspondant à votre système. - Ou d'utiliser Gitea avec Docker ou - Vagrant - ou en l'installant depuis un package. + Il suffit de lancer l'exécutable correspondant à votre système. + Ou d'utiliser Gitea avec Docker ou + Vagrant + ou en l'installant depuis un package.

@@ -142,7 +142,7 @@ Multi-plateforme

- Gitea tourne partout où Go peut être compilé : Windows, macOS, Linux, ARM, etc. Choisissez votre préféré ! + Gitea tourne partout où Go peut être compilé : Windows, macOS, Linux, ARM, etc. Choisissez votre préféré !

@@ -160,7 +160,7 @@ Open Source

- Toutes les sources sont sur GitHub ! Rejoignez-nous et contribuez à rendre ce projet encore meilleur. + Toutes les sources sont sur GitHub ! Rejoignez-nous et contribuez à rendre ce projet encore meilleur.

@@ -171,7 +171,7 @@ Fácil de instalar

- Simplemente arranca el binario para tu plataforma. O usa Gitea con Docker o Vagrant, o utilice el paquete. + Simplemente arranca el binario para tu plataforma. O usa Gitea con Docker o Vagrant, o utilice el paquete.

@@ -179,7 +179,7 @@ Multiplatforma

- Gitea funciona en cualquier parte, Go puede compilarse en: Windows, macOS, Linux, ARM, etc. !Elige tu favorita! + Gitea funciona en cualquier parte, Go puede compilarse en: Windows, macOS, Linux, ARM, etc. !Elige tu favorita!

@@ -197,7 +197,7 @@ Open Source

- ¡Está todo en GitHub! Uniros contribuyendo a hacer este proyecto todavía mejor. ¡No seas tímido y colabora! + ¡Está todo en GitHub! Uniros contribuyendo a hacer este proyecto todavía mejor. ¡No seas tímido y colabora!

@@ -208,7 +208,7 @@ Fácil de instalar

- Simplesmente rode o executável para o seu sistema operacional. Ou obtenha o Gitea com o Docker ou Vagrant, ou baixe o pacote. + Simplesmente rode o executável para o seu sistema operacional. Ou obtenha o Gitea com o Docker ou Vagrant, ou baixe o pacote.

@@ -216,7 +216,7 @@ Multi-plataforma

- Gitea roda em qualquer sistema operacional em que Go consegue compilar: Windows, macOS, Linux, ARM, etc. Escolha qual você gosta mais! + Gitea roda em qualquer sistema operacional em que Go consegue compilar: Windows, macOS, Linux, ARM, etc. Escolha qual você gosta mais!

@@ -234,7 +234,7 @@ Código aberto

- Está tudo no GitHub! Contribua e torne este projeto ainda melhor. Não tenha vergonha de contribuir! + Está tudo no GitHub! Contribua e torne este projeto ainda melhor. Não tenha vergonha de contribuir!

@@ -245,7 +245,7 @@ Простой в установке

- Просто запустите исполняемый файл для вашей платформы. Изпользуйте Gitea с Docker или Vagrant, или загрузите пакет. + Просто запустите исполняемый файл для вашей платформы. Изпользуйте Gitea с Docker или Vagrant, или загрузите пакет.

@@ -253,7 +253,7 @@ Кроссплатформенный

- Gitea работает на любой операционной системе, которая может компилировать Go: Windows, macOS, Linux, ARM и т. д. Выбирайте, что вам больше нравится! + Gitea работает на любой операционной системе, которая может компилировать Go: Windows, macOS, Linux, ARM и т. д. Выбирайте, что вам больше нравится!

@@ -271,7 +271,7 @@ Открытый исходный код

- Всё это на GitHub! Присоединяйтесь к нам, внося вклад, чтобы сделать этот проект еще лучше. Не бойтесь помогать! + Всё это на GitHub! Присоединяйтесь к нам, внося вклад, чтобы сделать этот проект еще лучше. Не бойтесь помогать!

@@ -282,7 +282,7 @@ Makkelijk te installeren

- Je hoeft alleen maar de binary uit te voeren. Of gebruik Gitea met Docker, Vagrant, of download een installatiepakket. + Je hoeft alleen maar de binary uit te voeren. Of gebruik Gitea met Docker, Vagrant, of download een installatiepakket.

@@ -290,7 +290,7 @@ Cross-platform

- Gitea werkt op alles waar Go op kan compileren: Windows, macOS, Linux, ARM, etc. Kies het platform dat bij je past! + Gitea werkt op alles waar Go op kan compileren: Windows, macOS, Linux, ARM, etc. Kies het platform dat bij je past!

@@ -308,7 +308,7 @@ Open Source

- Alles staat op GitHub! Help ons door mee te bouwen aan Gitea, samen maken we dit project nog beter. Aarzel dus niet om een bijdrage te leveren! + Alles staat op GitHub! Help ons door mee te bouwen aan Gitea, samen maken we dit project nog beter. Aarzel dus niet om een bijdrage te leveren!

@@ -319,7 +319,7 @@ Easy to install

- Simply run the binary for your platform. Or ship Gitea with Docker or Vagrant, or get it packaged. + Simply run the binary for your platform. Or ship Gitea with Docker or Vagrant, or get it packaged.

@@ -327,7 +327,7 @@ Cross-platform

- Gitea runs anywhere Go can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love! + Gitea runs anywhere Go can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!

@@ -345,7 +345,7 @@ Open Source

- It's all on GitHub! Join us by contributing to make this project even better. Don't be shy to be a contributor! + It's all on GitHub! Join us by contributing to make this project even better. Don't be shy to be a contributor!

diff --git a/templates/mail/auth/activate.tmpl b/templates/mail/auth/activate.tmpl index ac552ca64..0f6afc196 100644 --- a/templates/mail/auth/activate.tmpl +++ b/templates/mail/auth/activate.tmpl @@ -10,6 +10,6 @@

Please click the following link to activate your account within {{.ActiveCodeLives}}:

{{AppUrl}}user/activate?code={{.Code}}

Not working? Try copying and pasting it to your browser.

-

© {{AppName}}

+

© {{AppName}}

diff --git a/templates/mail/auth/activate_email.tmpl b/templates/mail/auth/activate_email.tmpl index 5111de06c..7c47aaa7b 100644 --- a/templates/mail/auth/activate_email.tmpl +++ b/templates/mail/auth/activate_email.tmpl @@ -10,6 +10,6 @@

Please click the following link to verify your email address within {{.ActiveCodeLives}}:

{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}

Not working? Try copying and pasting it to your browser.

-

© {{AppName}}

+

© {{AppName}}

diff --git a/templates/mail/auth/register_notify.tmpl b/templates/mail/auth/register_notify.tmpl index a896f0e59..4c2a9c43a 100644 --- a/templates/mail/auth/register_notify.tmpl +++ b/templates/mail/auth/register_notify.tmpl @@ -10,6 +10,6 @@

You can now login via username: {{.Username}}.

{{AppUrl}}user/login

If this account has been created for you, please reset your password first.

-

© {{AppName}}

+

© {{AppName}}

diff --git a/templates/mail/auth/reset_passwd.tmpl b/templates/mail/auth/reset_passwd.tmpl index ea233d8f5..0a09c47e8 100644 --- a/templates/mail/auth/reset_passwd.tmpl +++ b/templates/mail/auth/reset_passwd.tmpl @@ -10,6 +10,6 @@

Please click the following link to reset your password within {{.ResetPwdCodeLives}}:

{{AppUrl}}user/reset_password?code={{.Code}}

Not working? Try copying and pasting it to your browser.

-

© {{AppName}}

+

© {{AppName}}

diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index 0b5ae0fac..13b557bd7 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -12,7 +12,7 @@ {{if .Org.Description}}

{{.Org.Description}}

{{end}}
{{if .Org.Location}}
{{.Org.Location}}
{{end}} - {{if .Org.Website}}
{{.Org.Website}}
{{end}} + {{if .Org.Website}}
{{.Org.Website}}
{{end}}
diff --git a/templates/repo/commit_status.tmpl b/templates/repo/commit_status.tmpl index d5f75c132..f5bbbb02d 100644 --- a/templates/repo/commit_status.tmpl +++ b/templates/repo/commit_status.tmpl @@ -1,15 +1,15 @@ {{if eq .State "pending"}} - + {{end}} {{if eq .State "success"}} - + {{end}} {{if eq .State "error"}} - + {{end}} {{if eq .State "failure"}} - + {{end}} {{if eq .State "warning"}} - -{{end}} \ No newline at end of file + +{{end}} diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index ff66bf17a..aa20f0776 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -43,10 +43,10 @@
{{if .IsForcedPrivate}} - + {{else}} - + {{end}}
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 6f54cb9f6..a496b9b91 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -8,7 +8,7 @@ {{.Owner.Name}}
/
{{.Name}} - {{if .IsMirror}}
{{$.i18n.Tr "repo.mirror_from"}} {{$.Mirror.Address}}
{{end}} + {{if .IsMirror}}
{{$.i18n.Tr "repo.mirror_from"}} {{$.Mirror.Address}}
{{end}} {{if .IsFork}}
{{$.i18n.Tr "repo.forked_from"}} {{SubStr .BaseRepo.RelLink 1 -1}}
{{end}} @@ -60,7 +60,7 @@ {{end}} {{if .Repository.UnitEnabled $.UnitTypeExternalTracker}} - + {{.i18n.Tr "repo.issues"}} {{end}} @@ -78,7 +78,7 @@ {{end}} {{if or (.Repository.UnitEnabled $.UnitTypeWiki) (.Repository.UnitEnabled $.UnitTypeExternalWiki)}} - + {{.i18n.Tr "repo.wiki"}} {{end}} diff --git a/templates/repo/issue/labels.tmpl b/templates/repo/issue/labels.tmpl index 3e360cb72..38d914520 100644 --- a/templates/repo/issue/labels.tmpl +++ b/templates/repo/issue/labels.tmpl @@ -63,7 +63,7 @@