diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini index 8d1b2de1b1..228817ee2c 100755 --- a/conf/locale/locale_de-DE.ini +++ b/conf/locale/locale_de-DE.ini @@ -286,8 +286,8 @@ need_auth=Authorisierung benötigt migrate_type=Migrationstyp migrate_type_helper=Dieses Repository wird ein Spiegel migrate_repo=Repository migrieren -migrate.clone_address=Clone Address -migrate.invalid_local_path=Invalid local path, it does not exist or not a directory. +migrate.clone_address=Adresse kopieren +migrate.invalid_local_path=Lokaler Pfad ist ungültig, er existiert nicht oder ist kein Ordner. copy_link=Kopieren click_to_copy=In Zwischenablage kopieren @@ -595,10 +595,10 @@ auths.domain=Domain auths.host=Host auths.port=Port auths.base_dn=Base DN -auths.attribute_username=Username attribute -auths.attribute_name=First name attribute -auths.attribute_surname=Surname attribute -auths.attribute_mail=E-mail attribute +auths.attribute_username=Benutzername Attribut +auths.attribute_name=Vorname Attribut +auths.attribute_surname=Nachname Attribut +auths.attribute_mail=E-Mail Attribut auths.filter=Suchfilter auths.ms_ad_sa=Ms Ad SA auths.smtp_auth=SMTP-Authentifizierungstyp diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index ef43362149..ecea91c87b 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -286,8 +286,8 @@ need_auth=認証が必要 migrate_type=マイグレーションの種類 migrate_type_helper=このリポジトリは ミラー になります migrate_repo=リポジトリを移行 -migrate.clone_address=Clone Address -migrate.invalid_local_path=Invalid local path, it does not exist or not a directory. +migrate.clone_address=クローンアドレス +migrate.invalid_local_path=ローカルパスが無効です。存在しないかディレクトリではありません。 copy_link=コピー click_to_copy=クリップボードにコピー @@ -595,10 +595,10 @@ auths.domain=ドメイン auths.host=ホスト auths.port=ポート auths.base_dn=ベースのドメイン名 -auths.attribute_username=Username attribute -auths.attribute_name=First name attribute -auths.attribute_surname=Surname attribute -auths.attribute_mail=E-mail attribute +auths.attribute_username=ユーザー名属性 +auths.attribute_name=名前属性 +auths.attribute_surname=名字属性 +auths.attribute_mail=Eメール属性 auths.filter=検索フィルター auths.ms_ad_sa=Ms Ad SA auths.smtp_auth=SMTP 認証の種類 diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini index c2a50b9da8..596c7c945f 100755 --- a/conf/locale/locale_ru-RU.ini +++ b/conf/locale/locale_ru-RU.ini @@ -286,8 +286,8 @@ need_auth=Требуется авторизация migrate_type=Тип миграции migrate_type_helper=Этот репозиторий будет зеркалом migrate_repo=Перенос репозитория -migrate.clone_address=Clone Address -migrate.invalid_local_path=Invalid local path, it does not exist or not a directory. +migrate.clone_address=Скопировать адрес +migrate.invalid_local_path=Недопустимый локальный путь. Возможно он не существует или является не папкой. copy_link=Копировать click_to_copy=Скопировать в буфер обмена @@ -343,18 +343,18 @@ settings.transfer_desc=Передать репозиторий другому п settings.new_owner_has_same_repo=У нового владельца уже есть хранилище с таким названием. settings.delete=Удалить этот репозиторий settings.delete_desc=Как только вы удалите репозиторий — пути назад не будет. Удостоверьтесь, что вам это точно нужно. -settings.transfer_notices=

- You will lose access if new owner is a individual user.

- You will remain access if new owner is an organization and you're one of the owners.

+settings.transfer_notices=

- Вы потеряете доступ, если новый владелец является индивидуальным пользователем.

- У Вас останется доступ, если новый владелец является организацией, и вы один из её владельцев.

settings.update_settings_success=Настройка репозитория обновлена успешно. settings.transfer_owner=Новый владелец settings.make_transfer=Выполнить передачу -settings.transfer_succeed=Repository ownership has been transferred successfully. +settings.transfer_succeed=Владение репозиторием было успешно передано. settings.confirm_delete=Подтвердить удаление settings.add_collaborator=Добавить нового соавтора settings.add_collaborator_success=Был добавлен новый соавтор. settings.remove_collaborator_success=Соавтор был удален. settings.user_is_org_member=Пользователь является членом организации, члены которой не могут быть добавлены в качестве соавтора. settings.add_webhook=Добавить Webhook -settings.hooks_desc=Webhooks allow external services to be notified when certain events happen on Gogs. When the specified events happen, we'll send a POST request to each of the URLs you provide. Learn more in our Webhooks Guide. +settings.hooks_desc=Webhooks позволяют внешним службам получать уведомления при возникновении определенных событий на Gogs. При возникновении указанных событий мы отправим запрос POST на каждый заданный вами URL. Узнать больше можно в нашем Руководстве по Webhooks. settings.githooks_desc=Git Hooks are powered by Git itself, you can edit files of supported hooks in the list below to apply custom operations. settings.githook_edit_desc=If hook is not active, sample content will be presented. Leave content to be blank will disable this hook. settings.githook_name=Название Hook'a diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index 88fb407536..54b4a95e90 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -28,7 +28,7 @@ {{ $push := ActionContent2Commits .}} {{ $repoLink := .GetRepoLink}} {{range $push.Commits}} -
  • {{ShortSha .Sha1}} {{.Message}}
  • +
  • {{ShortSha .Sha1}} {{.Message}}
  • {{end}} {{if $push.CompareUrl}}
  • {{$.i18n.Tr "action.compare_2_commits"}} »
  • {{end}}