diff options
author | GiteaBot <teabot@gitea.io> | 2019-05-06 12:18:49 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2019-05-06 12:18:49 +0000 |
commit | 5d5eae6aea258093379be6eab0a83b518e67d446 (patch) | |
tree | 94a0901f2a9262899f1192c9b78ac230269fec3d /options | |
parent | 2382f1b057bb582abc87a030f0463e3b1f6fb118 (diff) | |
download | gitea-5d5eae6aea258093379be6eab0a83b518e67d446.tar.gz gitea-5d5eae6aea258093379be6eab0a83b518e67d446.zip |
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_de-DE.ini | 10 | ||||
-rw-r--r-- | options/locale/locale_fr-FR.ini | 1 | ||||
-rw-r--r-- | options/locale/locale_pt-BR.ini | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/options/locale/locale_de-DE.ini b/options/locale/locale_de-DE.ini index f949b66ac1..0ee03e0313 100644 --- a/options/locale/locale_de-DE.ini +++ b/options/locale/locale_de-DE.ini @@ -1064,17 +1064,17 @@ activity.no_git_activity=In diesem Zeitraum sind keine Commit-Aktivität vorhand activity.git_stats_exclude_merges=Zusammenführungen ausgenommen, activity.git_stats_author_1=%d Autor activity.git_stats_author_n=%d Autoren -activity.git_stats_pushed_1=hat gepushed -activity.git_stats_pushed_n=haben gepushed +activity.git_stats_pushed_1=hat +activity.git_stats_pushed_n=haben activity.git_stats_commit_1=%d Commit activity.git_stats_commit_n=%d Commits -activity.git_stats_push_to_branch=nach %s gepusht und +activity.git_stats_push_to_branch=nach %s und activity.git_stats_push_to_all_branches=auf allen Branches gepusht. activity.git_stats_on_default_branch=Auf %s wurden activity.git_stats_file_1=%d Datei activity.git_stats_file_n=%d Dateien -activity.git_stats_files_changed_1=wurde verändert -activity.git_stats_files_changed_n=wurden geändert +activity.git_stats_files_changed_1=verändert +activity.git_stats_files_changed_n=geändert activity.git_stats_additions=und es gab activity.git_stats_addition_1=%d Einfügung activity.git_stats_addition_n=%d Einfügungen diff --git a/options/locale/locale_fr-FR.ini b/options/locale/locale_fr-FR.ini index f6efb4702b..4b9e8fa72c 100644 --- a/options/locale/locale_fr-FR.ini +++ b/options/locale/locale_fr-FR.ini @@ -1191,6 +1191,7 @@ settings.githook_content=Contenu du Hook settings.update_githook=Mettre le Hook à jour settings.add_webhook_desc=Gitea enverra à l'URL cible des requêtes <code>POST</code> avec un type de contenu spécifié. Lire la suite dans le <a target="_blank" rel="noopener noreferrer" href="%s">guide des Webhooks</a>. settings.payload_url=URL cible +settings.http_method=Méthode HTTP settings.content_type=Type de contenu POST settings.secret=Confidentiel settings.slack_username=Nom d'utilisateur diff --git a/options/locale/locale_pt-BR.ini b/options/locale/locale_pt-BR.ini index 1c7276dc83..e870cad6fc 100644 --- a/options/locale/locale_pt-BR.ini +++ b/options/locale/locale_pt-BR.ini @@ -1191,6 +1191,7 @@ settings.githook_content=Conteúdo do Hook settings.update_githook=Atualizar Hook settings.add_webhook_desc=Gitea enviará requisições <code>POST</code> com um tipo de conteúdo especificado para a URL de destino. Leia mais no <a target="_blank" rel="noopener noreferrer" href="%s">guia de webhooks</a>. settings.payload_url=URL de destino +settings.http_method=Método HTTP settings.content_type=Tipo de conteúdo POST settings.secret=Senha settings.slack_username=Nome de usuário |