Browse Source

#988: fix one missing duplicated prefix

- update some locale files
Unknwon 10 years ago
parent
commit
96a95e9dfd

+ 6 - 6
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 <span class="label label-blue label-radius">Spiegel</span>
 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

+ 6 - 6
conf/locale/locale_ja-JP.ini

@@ -286,8 +286,8 @@ need_auth=認証が必要
 migrate_type=マイグレーションの種類
 migrate_type_helper=このリポジトリは <span class="label label-blue label-radius"> ミラー</span> になります
 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 認証の種類

+ 5 - 5
conf/locale/locale_ru-RU.ini

@@ -286,8 +286,8 @@ need_auth=Требуется авторизация
 migrate_type=Тип миграции
 migrate_type_helper=Этот репозиторий будет <span class="label label-blue label-radius">зеркалом</span>
 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=<p>- You will lose access if new owner is a individual user.</p><p>- You will remain access if new owner is an organization and you're one of the owners.</p>
+settings.transfer_notices=<p>- Вы потеряете доступ, если новый владелец является индивидуальным пользователем.</p><p>- У Вас останется доступ, если новый владелец является организацией, и вы один из её владельцев.</p>
 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 <a target="_blank" href="%s">Webhooks Guide</a>.
+settings.hooks_desc=Webhooks позволяют внешним службам получать уведомления при возникновении определенных событий на Gogs. При возникновении указанных событий мы отправим запрос POST на каждый заданный вами URL. Узнать больше можно в нашем <a target="_blank" href="%s">Руководстве по Webhooks</a>.
 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

+ 1 - 1
templates/user/dashboard/feeds.tmpl

@@ -28,7 +28,7 @@
                 {{ $push := ActionContent2Commits .}}
                 {{ $repoLink := .GetRepoLink}}
                 {{range $push.Commits}}
-                <li><img class="avatar-16" src="{{AvatarLink .AuthorEmail}}?s=16"> <a href="{{AppSubUrl}}/{{$repoLink}}/commit/{{.Sha1}}">{{ShortSha .Sha1}}</a> <span class="text-truncate grid-4-5">{{.Message}}</span></li>
+                <li><img class="avatar-16" src="{{AvatarLink .AuthorEmail}}?s=16"> <a href="{{$repoLink}}/commit/{{.Sha1}}">{{ShortSha .Sha1}}</a> <span class="text-truncate grid-4-5">{{.Message}}</span></li>
                 {{end}}
                 {{if $push.CompareUrl}}<li><a href="{{$push.CompareUrl}}">{{$.i18n.Tr "action.compare_2_commits"}} »</a></li>{{end}}
             </ul>