diff options
author | Unknwon <u@gogs.io> | 2015-03-12 16:01:23 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-12 16:01:23 -0400 |
commit | 0720d3988f3e088e527dd857756d6598694494a7 (patch) | |
tree | 2a8985de89e3bece27ec7990d52c5e3cfcf03429 /conf/locale/locale_ru-RU.ini | |
parent | 6b70a0c0d926fd128063ab387820cee31890e556 (diff) | |
download | gitea-0720d3988f3e088e527dd857756d6598694494a7.tar.gz gitea-0720d3988f3e088e527dd857756d6598694494a7.zip |
#988: GetRepoLink already contains AppSubUrl
Diffstat (limited to 'conf/locale/locale_ru-RU.ini')
-rwxr-xr-x | conf/locale/locale_ru-RU.ini | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini index 731ba469ce..c2a50b9da8 100755 --- a/conf/locale/locale_ru-RU.ini +++ b/conf/locale/locale_ru-RU.ini @@ -281,13 +281,13 @@ init_readme=Создать репозиторий с файлом README.md create_repo=Создание репозитория
default_branch=Ветка по умолчанию
mirror_interval=Интервал зеркалирования (час)
-goget_meta=Meta-тег для go get
-goget_meta_helper=Репозиторий будет доступен для <span class="label label-blue label-radius">go get</span>
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.
copy_link=Копировать
click_to_copy=Скопировать в буфер обмена
@@ -595,7 +595,10 @@ auths.domain=Домен auths.host=Хост
auths.port=Порт
auths.base_dn=Base DN
-auths.attributes=Search Attributes
+auths.attribute_username=Username attribute
+auths.attribute_name=First name attribute
+auths.attribute_surname=Surname attribute
+auths.attribute_mail=E-mail attribute
auths.filter=Фильтр поиска
auths.ms_ad_sa=Ms Ad SA
auths.smtp_auth=Тип авторизации SMTP
@@ -693,12 +696,12 @@ notices.op=Op. notices.delete_success=Системное уведомление успешно удалено.
[action]
-create_repo=создан репозиторий <a href="%s/%s"> %s</a>
-commit_repo=pushed to <a href="%s/%s/src/%s">%s</a> at <a href="%s/%s">%s</a>
-create_issue=`opened issue <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-comment_issue=`commented on issue <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-transfer_repo=transfered repository <code>%s</code> to <a href="/%s%s">%s</a>
-push_tag=pushed tag <a href="%s/%s/src/%s">%s</a> to <a href="%s/%s">%s</a>
+create_repo=создан репозиторий <a href="%s"> %s</a>
+commit_repo=pushed to <a href="%s/src/%s">%[2]s</a> at <a href="%[1]s">%[3]s</a>
+create_issue=`opened issue <a href="%s/issues/%s">%s#%[2]s</a>`
+comment_issue=`commented on issue <a href="%s/issues/%s">%s#%[2]s</a>`
+transfer_repo=transfered repository <code>%s</code> to <a href="%s">%s</a>
+push_tag=pushed tag <a href="%s/src/%s">%[2]s</a> to <a href="%[1]s">%[3]s</a>
compare_2_commits=Просмотреть сравнение двух коммитов
[tool]
|