diff options
author | Unknwon <u@gogs.io> | 2015-03-20 01:58:28 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-20 01:58:28 -0400 |
commit | 62e436e6b7a41bac2e17a26f08649c144cef5b57 (patch) | |
tree | 379be1b74989d5be2aacc68753b0d3d12597d400 /conf | |
parent | 4b9fb43a708d0aaaf710a060f7b2dd0b7ad959d0 (diff) | |
parent | e312634286e68d8fac4d20adb729661f8a444b2a (diff) | |
download | gitea-62e436e6b7a41bac2e17a26f08649c144cef5b57.tar.gz gitea-62e436e6b7a41bac2e17a26f08649c144cef5b57.zip |
Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1
Diffstat (limited to 'conf')
-rw-r--r-- | conf/README | 7 | ||||
-rw-r--r-- | conf/app.ini | 6 | ||||
-rw-r--r-- | conf/content/git-bare.zip | bin | 9910 -> 0 bytes | |||
-rw-r--r-- | conf/locale/TRANSLATORS | 3 | ||||
-rwxr-xr-x | conf/locale/locale_de-DE.ini | 21 | ||||
-rw-r--r-- | conf/locale/locale_en-US.ini | 93 | ||||
-rwxr-xr-x | conf/locale/locale_es-ES.ini | 21 | ||||
-rwxr-xr-x | conf/locale/locale_fr-CA.ini | 21 | ||||
-rwxr-xr-x | conf/locale/locale_ja-JP.ini | 21 | ||||
-rwxr-xr-x | conf/locale/locale_lv-LV.ini | 21 | ||||
-rwxr-xr-x | conf/locale/locale_nl-NL.ini | 21 | ||||
-rwxr-xr-x | conf/locale/locale_pt-BR.ini | 727 | ||||
-rwxr-xr-x | conf/locale/locale_ru-RU.ini | 27 | ||||
-rwxr-xr-x | conf/locale/locale_zh-CN.ini | 21 | ||||
-rwxr-xr-x | conf/locale/locale_zh-HK.ini | 27 |
15 files changed, 900 insertions, 137 deletions
diff --git a/conf/README b/conf/README new file mode 100644 index 0000000000..e1e21f2031 --- /dev/null +++ b/conf/README @@ -0,0 +1,7 @@ +Execute following command in ROOT directory when anything is changed: + +$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/... + +Add -debug flag to make life easier in development(somehow isn't working): + +$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/...
\ No newline at end of file diff --git a/conf/app.ini b/conf/app.ini index ad38c42e71..c2f7495da4 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -82,7 +82,7 @@ ENABLE_CACHE_AVATAR = false ENABLE_NOTIFY_MAIL = false ; More detail: https://github.com/gogits/gogs/issues/165 ENABLE_REVERSE_PROXY_AUTHENTICATION = false -ENABLE_REVERSE_PROXY_AUTO_REGISTERATION = false +ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false [webhook] ; Cron task interval in minutes @@ -286,5 +286,5 @@ INTERVAL = 24 ARGS = [i18n] -LANGS = en-US,zh-CN,zh-HK,de-DE,fr-CA,nl-NL,lv-LV,ru-RU,ja-JP,es-ES -NAMES = English,简体中文,繁體中文,Deutsch,Français,Nederlands,Latviešu,Русский,日本语,Español +LANGS = en-US,zh-CN,zh-HK,de-DE,fr-CA,nl-NL,lv-LV,ru-RU,ja-JP,es-ES,pt-BR +NAMES = English,简体中文,繁體中文,Deutsch,Français,Nederlands,Latviešu,Русский,日本语,Español,Português diff --git a/conf/content/git-bare.zip b/conf/content/git-bare.zip Binary files differdeleted file mode 100644 index fde0a1f96e..0000000000 --- a/conf/content/git-bare.zip +++ /dev/null diff --git a/conf/locale/TRANSLATORS b/conf/locale/TRANSLATORS index 4cd8bf6a4e..6680539e08 100644 --- a/conf/locale/TRANSLATORS +++ b/conf/locale/TRANSLATORS @@ -7,4 +7,5 @@ Huimin Wang <wanghm2009@hotmail.co.jp> Thomas Fanninger <gogs.thomas@fanninger.at> Łukasz Jan Niemier <lukasz@niemier.pl> Lafriks <lafriks@gmail.com> -Miguel de la Cruz <miguel@mcrx.me>
\ No newline at end of file +Miguel de la Cruz <miguel@mcrx.me> +Natan Albuquerque <natanalbuquerque5@gmail.com>
\ No newline at end of file diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini index 0254207fc6..228817ee2c 100755 --- a/conf/locale/locale_de-DE.ini +++ b/conf/locale/locale_de-DE.ini @@ -281,13 +281,13 @@ init_readme=Repository mit README.md initialisieren create_repo=Repository erstellen
default_branch=Standard-Branch
mirror_interval=Spiegel-Intervall (in Stunden)
-goget_meta=Go-Get Meta
-goget_meta_helper=Dieses Repository wird man mit <span class="label label-blue label-radius">go get</span> klonen können.
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=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,7 +595,10 @@ auths.domain=Domain auths.host=Host
auths.port=Port
auths.base_dn=Base DN
-auths.attributes=Suchattribute
+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
@@ -693,12 +696,12 @@ notices.op=Op. notices.delete_success=System-Mitteilung erfolgreich gelöscht.
[action]
-create_repo=hat Repository <a href="%s/%s">%s</a> erstellt
-commit_repo=hat nach <a href="%s/%s/src/%s">%s</a> in <a href="%s/%s">%s</a> gepusht
-create_issue=`hat Issue <a href="%s/issues/%s">%[1]s#%[2]s</a> eröffnet`
-comment_issue=`hat Issue <a href="%s/issues/%s">%[1]s#%[2]s</a> kommentiert`
-transfer_repo=hat Repository <code>%s</code> transferiert an <a href="/%s%s">%s</a>
-push_tag=hat nach <a href="%s/%s/src/%s">%s</a> in <a href="%s/%s">%s</a> gepusht
+create_repo=hat Repository <a href="%s">%s</a> erstellt
+commit_repo=hat nach <a href="%s/src/%s">%[2]s</a> in <a href="%[1]s">%[3]s</a> gepusht
+create_issue=`hat Issue <a href="%s/issues/%s">%s#%[2]s</a> eröffnet`
+comment_issue=`hat Issue <a href="%s/issues/%s">%s#%[2]s</a> kommentiert`
+transfer_repo=hat Repository <code>%s</code> transferiert an <a href="%s">%s</a>
+push_tag=hat nach <a href="%s/src/%s">%[2]s</a> in <a href="%[1]s">%[3]s</a> gepusht
compare_2_commits=Zeige Vergleich dieser 2 Commits
[tool]
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 7f9f02c41e..db0c40c79e 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -114,13 +114,13 @@ remember_me = Remember Me forgot_password= Forgot Password forget_password = Forgot password? sign_up_now = Need an account? Sign up now. -confirmation_mail_sent_prompt = A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete your registration. +confirmation_mail_sent_prompt = A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete the registration process. sign_in_email = Sign in to your e-mail active_your_account = Activate Your Account -resent_limit_prompt = Sorry, you are sending an activation e-mail too frequently. Please wait 3 minutes. +resent_limit_prompt = Sorry, you already requested an activation email recently. Please wait 3 minutes then try again. has_unconfirmed_mail = Hi %s, you have an unconfirmed e-mail address (<b>%s</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click on the button below. resend_mail = Click here to resend your activation e-mail -email_not_associate = This e-mail address does not associate to any account. +email_not_associate = This e-mail address is not associated with any account. send_reset_mail = Click here to (re)send your password reset e-mail reset_password = Reset Your Password invalid_code = Sorry, your confirmation code has expired or not valid. @@ -162,23 +162,23 @@ illegal_repo_name = Repository name contains illegal characters. illegal_org_name = Organization name contains illegal characters. illegal_team_name = Team name contains illegal characters. username_password_incorrect = Username or password is not correct. -enterred_invalid_repo_name = Please make sure you entered repository name is correct. -enterred_invalid_owner_name = Please make sure you entered owner name is correct. -enterred_invalid_password = Please make sure you entered password is correct. +enterred_invalid_repo_name = Please make sure that the repository name you entered is correct. +enterred_invalid_owner_name = Please make sure that the owner name you entered is correct. +enterred_invalid_password = Please make sure the that password you entered is correct. user_not_exist = Given user does not exist. -last_org_owner = The user to remove is the last member in owner team. There must be another owner. +last_org_owner = Removing the last user from a owner team isn't allowed, as there must always be at least one owner in any given organization. invalid_ssh_key = Sorry, we're not able to verify your SSH key: %s -unable_verify_ssh_key = Gogs cannot verify your SSH key, but we assume that is valid, please make sure yourself. +unable_verify_ssh_key = Gogs cannot verify your SSH key, but we assume that it is valid, please double-check it. auth_failed = Authentication failed: %v -still_own_repo = Your account still have ownership of repository, you have to delete or transfer them first. -still_has_org = Your account still have membership of organization, you have to left or delete them first. +still_own_repo = Your account still has ownership over at least one repository, you have to delete or transfer them first. +still_has_org = Your account still has membership in at least one organization, you have to leave or delete your memberships first. org_still_own_repo = This organization still have ownership of repository, you have to delete or transfer them first. -still_own_user = This authentication still has used by some users, you should move them and then delete again. +still_own_user = This authentication still is in use by at least one user, please remove them from the authentication and try again. -target_branch_not_exist = Target branch does not exist +target_branch_not_exist = Target branch does not exist. [user] change_avatar = Change your avatar at gravatar.com @@ -208,7 +208,7 @@ location = Location update_profile = Update Profile update_profile_success = Your profile has been updated successfully. change_username = Username Changed -change_username_desc = Username has been changed, do you want to continue? This will affect all links relate to your account. +change_username_desc = You changed your username. This will affect the way how links relate to your account. Do you want to continue? continue = Continue cancel = Cancel @@ -224,7 +224,7 @@ change_password = Change Password old_password = Current Password new_password = New Password password_incorrect = Current password is not correct. -change_password_success = Password is changed successfully. You can now sign in via new password. +change_password_success = Your password was successfully changed. You can now sign using this new password. emails = E-mail Addresses manage_emails = Manage e-mail addresses @@ -234,12 +234,13 @@ primary_email = Set as primary delete_email = Delete add_new_email = Add new e-mail address add_email = Add e-mail +add_email_confirmation_sent = A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete the confirmation process. add_email_success = Your new E-mail address was successfully added. manage_ssh_keys = Manage SSH Keys add_key = Add Key -ssh_desc = This is a list of SSH keys associated with your account. Remove any keys that you do not recognize. -ssh_helper = <strong>Need help?</strong> Check out our guide to <a href="%s">generating SSH keys</a> or troubleshoot <a href="%s">common SSH Problems</a>. +ssh_desc = This is a list of SSH keys associated with your account. As these keys allow anyone using them to gain access to your repositories, it is highly important that you make sure you recognize them. +ssh_helper = <strong>Don't know how?</strong> Check out GitHub's guide to <a href="%s">create your own SSH keys</a> or solve <a href="%s">common problems</a> you might encounter using SSH. add_new_key = Add SSH Key key_name = Key Name key_content = Content @@ -257,12 +258,12 @@ unbind_success = Social account has been unbound. manage_access_token = Manage Personal Access Tokens generate_new_token = Generate New Token tokens_desc = Tokens you have generated that can be used to access the Gogs API. -new_token_desc = As for now, every token will have full access to your account. +new_token_desc = Each token will have full access to your account. token_name = Token Name generate_token = Generate Token -generate_token_succees = New access token has been generated successfully! Make sure to copy your new personal access token now. You won't be able to see it again! +generate_token_succees = Your access token was successfully generated! Make sure to copy it right now, as you won't be able to see it again later! delete_token = Delete -delete_token_success = Personal access token has been deleted successfully! Don't forget to update your applications as well. +delete_token_success = This personal access token has been successfully removed successfully! Don't forget to update your applications as well. delete_account = Delete Your Account delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undone! @@ -273,12 +274,12 @@ delete_account_desc = This account is going to be deleted permanently, do you wa [repo] owner = Owner repo_name = Repository Name -repo_name_helper = Great repository names are short, memorable and <strong>unique</strong>. +repo_name_helper = A good repository name is usually composed of short, memorable and unique keywords. visibility = Visibility visiblity_helper = This repository is <span class="label label-red label-radius">Private</span> fork_repo = Fork Repository fork_from = Fork From -fork_visiblity_helper = Forked repository cannot change its visiblity +fork_visiblity_helper = You cannot alter the visibility of a forked repository. repo_desc = Description repo_lang = Language repo_lang_helper = Select a .gitignore file @@ -291,7 +292,7 @@ mirror_interval = Mirror Interval (hour) need_auth = Need Authorization migrate_type = Migration Type -migrate_type_helper = This repository will be a <span class="label label-blue label-radius">Mirror</span> +migrate_type_helper = This repository will be a <span class="label label-blue label-radius">mirror</span> migrate_repo = Migrate Repository migrate.clone_address = Clone Address migrate.invalid_local_path = Invalid local path, it does not exist or not a directory. @@ -344,13 +345,13 @@ settings.danger_zone = Danger Zone settings.site = Official Site settings.update_settings = Update Settings settings.change_reponame = Repository Name Changed -settings.change_reponame_desc = Repository name has been changed, do you want to continue? This will affect all links relate to this repository. +settings.change_reponame_desc = Repository name was changed. This will affect how links relate to the repository. Do you want to continue? settings.transfer = Transfer Ownership -settings.transfer_desc = Transfer this repo to another user or to an organization where you have admin rights. -settings.new_owner_has_same_repo = New owner already has a repository with same name. +settings.transfer_desc = Transfer this repository to another user or to an organization in which you have admin rights. +settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name. settings.delete = Delete This Repository settings.delete_desc = Once you delete a repository, there is no going back. Please be certain. -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>- You will lose access if new owner is a individual user.</p><p>- You will conserve access if new owner is an organization and if you're one of the owners.</p> settings.update_settings_success = Repository options has been updated successfully. settings.transfer_owner = New Owner settings.make_transfer = Make Transfer @@ -361,21 +362,21 @@ settings.add_collaborator_success = New collaborator has been added. settings.remove_collaborator_success = Collaborator has been removed. settings.user_is_org_member = User is organization member who cannot be added as a collaborator. settings.add_webhook = Add 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.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.hooks_desc = Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gogs, we will handle the notification to the target host you specify. Learn more in this <a target="_blank" href="%s">Webhooks Guide</a>. +settings.githooks_desc = Git Hooks are powered by Git itself, you can edit files of supported hooks in the list below to perform custom operations. +settings.githook_edit_desc = If the hook is inactive, sample content will be presented. Leaving content to an empty value will disable this hook. settings.githook_name = Hook Name settings.githook_content = Hook Content settings.update_githook = Update Hook settings.remove_hook_success = Webhook has been removed. -settings.add_webhook_desc = We’ll send a <code>POST</code> request to the URL below with details of any subscribed events. You can also specify which data format you'd like to receive (JSON, <code>x-www-form-urlencoded</code>, <em>etc</em>). More information can be found in <a target="_blank" href="%s">Webhooks Guide</a>. +settings.add_webhook_desc = Gogs will send a <code>POST</code> request to the URL you specify, along with regarding the event that occured. You can also specify what kind of data format you'd like to get upon triggering the hook (JSON, x-www-form-urlencoded, XML, etc). More information can be found in our <a target="_blank" href="%s">Webhooks Guide</a>. settings.payload_url = Payload URL settings.content_type = Content Type settings.secret = Secret -settings.event_desc = Which events would you like to trigger this webhook? +settings.event_desc = Upon which events should this webhook be triggered? settings.event_push_only = Just the <code>push</code> event. settings.active = Active -settings.active_helper = We will deliver event details when this hook is triggered. +settings.active_helper = Details regarding the event which triggered the hook will be delivered as well. settings.add_hook_success = New webhook has been added. settings.update_webhook = Update Webhook settings.update_hook_success = Webhook has been updated. @@ -414,7 +415,7 @@ release.preview = Preview release.content_placeholder = Write some content release.loading = Loading... release.prerelease_desc = This is a pre-release -release.prerelease_helper = We’ll point out that this release is identified as non-production ready. +release.prerelease_helper = We’ll point out that this release is not production-ready. release.publish = Publish Release release.save_draft = Save Draft release.edit_release = Edit Release @@ -446,11 +447,11 @@ settings.website = Website settings.location = Location settings.update_settings = Update Settings settings.change_orgname = Organization Name Changed -settings.change_orgname_desc = Organization name has been changed, do you want to continue? This will affect all links relate to this organization. -settings.update_setting_success = Organization setting has been updated successfully. -settings.delete = Delete Organization +settings.change_orgname_desc = Organization name has been changed. This will affect how links relate to the organization. Do you want to continue? +settings.update_setting_success = Organization settings were successfully updated. + settings.delete = Delete Organization settings.delete_account = Delete This Organization -settings.delete_prompt = The operation will delete this organization permanently, and <strong>CANNOT</strong> be undone! +settings.delete_prompt = The organization will be permanently removed, and this <strong>CANNOT</strong> be undone! settings.confirm_delete_account = Confirm Deletion settings.delete_org_title = Organization Deletion settings.delete_org_desc = This organization is going to be deleted permanently, do you want to continue? @@ -484,7 +485,7 @@ teams.update_settings = Update Settings teams.delete_team = Delete This Team teams.add_team_member = Add Team Member teams.delete_team_title = Team Deletion -teams.delete_team_desc = This team is going to be deleted, do you want to continue? Members of this team may lose access to some repositories. +teams.delete_team_desc = As this team will be deleted, members of this team may lose access to some repositories. Do you want to continue? teams.delete_team_success = Given team has been deleted successfully. teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone the team's repositories. teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to the team's repositories. @@ -574,8 +575,8 @@ users.is_admin = This account has administrator permissions users.allow_git_hook = This account has permissions to create Git hooks users.update_profile = Update Account Profile users.delete_account = Delete This Account -users.still_own_repo = This account still have ownership of repository, you have to delete or transfer them first. -users.still_has_org = This account still have membership of organization, you have to left or delete them first. +users.still_own_repo = This account still has ownership over at least one repository, you have to delete or transfer them first. +users.still_has_org = This account still has membership in at least one organization, you have to leave or delete the organizations first. orgs.org_manage_panel = Organization Manage Panel orgs.name = Name @@ -703,12 +704,12 @@ notices.op = Op. notices.delete_success = System notice has been deleted successfully. [action] -create_repo = created repository <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 = created repository <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 = View comparison for these 2 commits [tool] diff --git a/conf/locale/locale_es-ES.ini b/conf/locale/locale_es-ES.ini index fc235f1530..124548a30e 100755 --- a/conf/locale/locale_es-ES.ini +++ b/conf/locale/locale_es-ES.ini @@ -281,13 +281,13 @@ init_readme=Crear este repositorio con un fichero README.md create_repo=Crear Repositorio
default_branch=Rama por defecto
mirror_interval=Intervalo de mirror(en horas)
-goget_meta=Go-Get Meta
-goget_meta_helper=Este repositorio será <span class="label label-blue label-radius">Go-Getable</span>
need_auth=Requiere Autorización
migrate_type=Tipo de Migración
migrate_type_helper=Este repositorio será un <span class="label label-blue label-radius">Mirror</span>
migrate_repo=Migrar Repositorio
+migrate.clone_address=Clonar Dirección
+migrate.invalid_local_path=Rutal local inválida, no existe o no es un directorio.
copy_link=Copiar
click_to_copy=Copiar al portapapeles
@@ -595,7 +595,10 @@ auths.domain=Dominio auths.host=Host
auths.port=Puerto
auths.base_dn=Base DN
-auths.attributes=Atributos de búsqueda
+auths.attribute_username=Atributo username
+auths.attribute_name=Atributo nombre
+auths.attribute_surname=Atributo apellido
+auths.attribute_mail=Atributo correo electrónico
auths.filter=Filtro de Búsqueda
auths.ms_ad_sa=Ms Ad SA
auths.smtp_auth=Tipo de Autorización SMTP
@@ -693,12 +696,12 @@ notices.op=Op. notices.delete_success=La notificación del sistema se ha eliminado correctamente.
[action]
-create_repo=Repositorio creado <a href="%s/%s">%s</a>
-commit_repo=hizo push a <a href="%s/%s/src/%s">%s</a> en <a href="%s/%s">%s</a>
-create_issue=`incidencia abierta <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-comment_issue=`comentó en la incidencia <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-transfer_repo=transfirió el repositorio <code>%s</code> a <a href="/%s%s">%s</a>
-push_tag=hizo push del tag <a href="%s/%s/src/%s">%s</a> a <a href="%s/%s">%s</a>
+create_repo=Repositorio creado <a href="%s">%s</a>
+commit_repo=hizo push a <a href="%s/src/%s">%[2]s</a> en <a href="%[1]s">%[3]s</a>
+create_issue=`incidencia abierta <a href="%s/issues/%s">%s#%[2]s</a>`
+comment_issue=`comentó en la incidencia <a href="%s/issues/%s">%s#%[2]s</a>`
+transfer_repo=transfirió el repositorio <code>%s</code> a <a href="%s">%s</a>
+push_tag=hizo push del tag <a href="%s/src/%s">%[2]s</a> a <a href="%[1]s">%[3]s</a>
compare_2_commits=Ver la comparación de estos 2 commits
[tool]
diff --git a/conf/locale/locale_fr-CA.ini b/conf/locale/locale_fr-CA.ini index e744b9d97c..b388884d33 100755 --- a/conf/locale/locale_fr-CA.ini +++ b/conf/locale/locale_fr-CA.ini @@ -281,13 +281,13 @@ init_readme=Initialiser ce Référentiel avec un README.md create_repo=Créer un Référentiel
default_branch=Branche par défaut
mirror_interval=Intervalle du miroir (heure)
-goget_meta=Méta Go-Get
-goget_meta_helper=Ce Référentiel sera <span class="label label-blue label-radius">Go-Getable</span>
need_auth=Nécessite une Autorisation
migrate_type=Type de Migration
migrate_type_helper=Ce Référentiel sera un <span class="label label-blue label-radius">Miroir</span>
migrate_repo=Migrer le Référentiel
+migrate.clone_address=Adresse du clone
+migrate.invalid_local_path=Chemin local non valide, non existant ou n'étant pas un dossier.
copy_link=Copier
click_to_copy=Copier dans le presse-papier
@@ -595,7 +595,10 @@ auths.domain=Domaine auths.host=Hôte
auths.port=Port
auths.base_dn=Base DN (Nom Distingué)
-auths.attributes=Rechercher les Attributs
+auths.attribute_username=Attribut du nom d'utilisateur
+auths.attribute_name=Attribut du prénom
+auths.attribute_surname=Attribut du nom de famille
+auths.attribute_mail=Attribut de l'e-mail
auths.filter=Filtre de recherche
auths.ms_ad_sa=Ms Ad SA
auths.smtp_auth=Type d'Autorisation SMTP
@@ -693,12 +696,12 @@ notices.op=Auteur notices.delete_success=Note système supprimée avec succès.
[action]
-create_repo=a crée le Référentiel <a href="%s/%s">%s</a>
-commit_repo=a soumis à <a href="%s/%s/src/%s">%s</a> chez <a href="%s/%s">%s</a>
-create_issue=`a ouvert un problème <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-comment_issue=`a commenté le problème <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-transfer_repo=a transféré le Référentiel <code>%s</code> à <a href="/%s%s">%s</a>
-push_tag=a tagé <a href="%s/%s/src/%s">%s</a> à <a href="%s/%s">%s</a>
+create_repo=a crée le Référentiel <a href="%s">%s</a>
+commit_repo=a soumis à <a href="%s/src/%s">%[2]s</a> chez <a href="%[1]s">%[3]s</a>
+create_issue=`a ouvert un problème <a href="%s/issues/%s">%s#%[2]s</a>`
+comment_issue=`a commenté le problème <a href="%s/issues/%s">%s#%[2]s</a>`
+transfer_repo=a transféré le Référentiel <code>%s</code> à <a href="%s">%s</a>
+push_tag=a tagé <a href="%s/src/%s">%[2]s</a> à <a href="%[1]s">%[3]s</a>
compare_2_commits=Comparer ces 2 commissions
[tool]
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index 441da8feb8..ecea91c87b 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -281,13 +281,13 @@ init_readme=README.md 付きでリポジトリを初期化 create_repo=リポジトリを作成
default_branch=デフォルトのブランチ
mirror_interval=ミラー 間隔(時)
-goget_meta=Go-Get メタ
-goget_meta_helper=このリポジトリは <span class="label label-blue label-radius"> Go-Getable </span> になります
need_auth=認証が必要
migrate_type=マイグレーションの種類
migrate_type_helper=このリポジトリは <span class="label label-blue label-radius"> ミラー</span> になります
migrate_repo=リポジトリを移行
+migrate.clone_address=クローンアドレス
+migrate.invalid_local_path=ローカルパスが無効です。存在しないかディレクトリではありません。
copy_link=コピー
click_to_copy=クリップボードにコピー
@@ -595,7 +595,10 @@ auths.domain=ドメイン auths.host=ホスト
auths.port=ポート
auths.base_dn=ベースのドメイン名
-auths.attributes=属性検索
+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 認証の種類
@@ -693,12 +696,12 @@ notices.op=Op。 notices.delete_success=システム通知が正常に削除されました。
[action]
-create_repo=リポジトリ <a href="%s/%s"> %s</a>を作成しました
-commit_repo=<a href="%s/%s">%s</a>を<a href="%s/%s/src/%s">%s</a>にプッシュしました
-create_issue=`問題 <a href="%s/issues/%s">%[1]s#%[2]s</a> を開きました`
-comment_issue=`問題 <a href="%s/issues/%s">%[1]s#%[2]s</a> のコメント`
-transfer_repo=リポジトリ <code>%s</code> を <a href="/%s%s">%s</a> へ転送しました
-push_tag=<a href="%s/%s">%s</a> に タグ <a href="%s/%s/src/%s">%s</a> をプッシュしました
+create_repo=リポジトリ <a href="%s"> %s</a>を作成しました
+commit_repo=<a href="%[1]s">%[3]s</a>を<a href="%[1]s/src/%[2]s">%[2]s</a>にプッシュしました
+create_issue=`問題 <a href="%s/issues/%s">%s#%[2]s</a> を開きました`
+comment_issue=`問題 <a href="%s/issues/%s">%s#%[2]s</a> のコメント`
+transfer_repo=リポジトリ <code>%s</code> を <a href="%s">%s</a> へ転送しました
+push_tag=<a href="%[1]s">%[3]s</a> に タグ <a href="%[1]s/src/%[2]s">%[2]s</a> をプッシュしました
compare_2_commits=これら 2 のコミットの比較を閲覧する
[tool]
diff --git a/conf/locale/locale_lv-LV.ini b/conf/locale/locale_lv-LV.ini index 23276b4655..35cdd3a830 100755 --- a/conf/locale/locale_lv-LV.ini +++ b/conf/locale/locale_lv-LV.ini @@ -281,13 +281,13 @@ init_readme=Inicializēt šo repozitoriju ar README.md failu create_repo=Izveidot repozitoriju
default_branch=Noklusējuma atzars
mirror_interval=Spoguļošanas intervāls (stundās)
-goget_meta=Go-Get metadati
-goget_meta_helper=Šis repozitorijs saturēs <span class="label label-blue label-radius">Go-Get</span> metadatus
need_auth=Nepieciešama autorizācija
migrate_type=Migrācijas veids
migrate_type_helper=Šis repozitorijs būs <span class="label label-blue label-radius">Spoguļots</span>
migrate_repo=Migrēt repozitoriju
+migrate.clone_address=Clone Address
+migrate.invalid_local_path=Invalid local path, it does not exist or not a directory.
copy_link=Kopēt
click_to_copy=Kopēt uz starpliktuvi
@@ -595,7 +595,10 @@ auths.domain=Domēns auths.host=Resursdators
auths.port=Ports
auths.base_dn=Pamata DN
-auths.attributes=Meklēšanas atribūti
+auths.attribute_username=Username attribute
+auths.attribute_name=First name attribute
+auths.attribute_surname=Surname attribute
+auths.attribute_mail=E-mail attribute
auths.filter=Meklēšanas filtrs
auths.ms_ad_sa=MS Ad SA
auths.smtp_auth=SMTP autorizācijas veids
@@ -693,12 +696,12 @@ notices.op=Op. notices.delete_success=Sistēmas paziņojums tika veiksmīgi izdzēsts.
[action]
-create_repo=izveidoja repozitoriju <a href="%s/%s">%s</a>
-commit_repo=veica izmaiņu nosūtīšanu atzaram <a href="%s/%s/src/%s">%s</a> repozitorijā <a href="%s/%s">%s</a>
-create_issue=`reģistrēja problēmu <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-comment_issue=`pievienoja komentāru problēmai <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-transfer_repo=mainīja repozitorija <code>%s</code> īpašnieku uz <a href="/%s%s">%s</a>
-push_tag=pievienoja tagu <a href="%s/%s/src/%s">%s</a> repozitorijam <a href="%s/%s">%s</a>
+create_repo=izveidoja repozitoriju <a href="%s">%s</a>
+commit_repo=veica izmaiņu nosūtīšanu atzaram <a href="%s/src/%s">%[2]s</a> repozitorijā <a href="%[1]s">%[3]s</a>
+create_issue=`reģistrēja problēmu <a href="%s/issues/%s">%s#%[2]s</a>`
+comment_issue=`pievienoja komentāru problēmai <a href="%s/issues/%s">%s#%[2]s</a>`
+transfer_repo=mainīja repozitorija <code>%s</code> īpašnieku uz <a href="%s">%s</a>
+push_tag=pievienoja tagu <a href="%s/src/%s">%[2]s</a> repozitorijam <a href="%[1]s">%[3]s</a>
compare_2_commits=Veikt salīdzināšanu starp šīm 2 revīzijām
[tool]
diff --git a/conf/locale/locale_nl-NL.ini b/conf/locale/locale_nl-NL.ini index 0a4ecb43a7..c1bc6c3439 100755 --- a/conf/locale/locale_nl-NL.ini +++ b/conf/locale/locale_nl-NL.ini @@ -281,13 +281,13 @@ init_readme=Initialiseer deze repositorie met een README.md create_repo=Nieuwe Repositorie
default_branch=Standaard branch
mirror_interval=Mirror interval(uur)
-goget_meta=Go-Get Meta
-goget_meta_helper=Deze repositorie is nu beschikbaar voor <span class="label label-blue label-radius">Go-Get</span>
need_auth=Autorisatie vereist
migrate_type=Migratie type
migrate_type_helper=Deze repositorie zal een <span class="label label-blue label-radius">mirror</span> worden
migrate_repo=Migreer repositorie
+migrate.clone_address=Clone Address
+migrate.invalid_local_path=Invalid local path, it does not exist or not a directory.
copy_link=Kopieer
click_to_copy=Kopieer link naar plakbord
@@ -595,7 +595,10 @@ auths.domain=Domein auths.host=Host
auths.port=Poort
auths.base_dn=Base DN
-auths.attributes=Zoek attributen
+auths.attribute_username=Username attribute
+auths.attribute_name=First name attribute
+auths.attribute_surname=Surname attribute
+auths.attribute_mail=E-mail attribute
auths.filter=Zoek filter
auths.ms_ad_sa=MS Ad SA
auths.smtp_auth=SMTP authenticatietype
@@ -693,12 +696,12 @@ notices.op=Op. notices.delete_success=Systeem bericht is met succes verwijderd.
[action]
-create_repo=repositorie aangemaakt in <a href="%s/%s">%s</a>
-commit_repo=push update naar <a href="%s/%s/src/%s">%s</a> in <a href="%s/%s">%s</a
-create_issue=`opende issue in <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-comment_issue=`reactie op issue <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-transfer_repo=repositorie verplaatst naar <code>%s</code> naar <a href="/%s%s">%s</a>
-push_tag=geduwd label <a href="%s/%s/src/%s"> %s</a> naar <a href="%s/%s"> %s</a>
+create_repo=repositorie aangemaakt in <a href="%s">%s</a>
+commit_repo=push update naar <a href="%s/src/%s">%[2]s</a> in <a href="%[1]s">%[3]s</a>
+create_issue=`opende issue in <a href="%s/issues/%s">%s#%[2]s</a>`
+comment_issue=`reactie op issue <a href="%s/issues/%s">%s#%[2]s</a>`
+transfer_repo=repositorie verplaatst naar <code>%s</code> naar <a href="%s">%s</a>
+push_tag=geduwd label <a href="%s/src/%s"> %[2]s</a> naar <a href="%[1]s"> %[3]s</a>
compare_2_commits=Weergave vergelijking voor deze 2 commits
[tool]
diff --git a/conf/locale/locale_pt-BR.ini b/conf/locale/locale_pt-BR.ini new file mode 100755 index 0000000000..c0c1f37195 --- /dev/null +++ b/conf/locale/locale_pt-BR.ini @@ -0,0 +1,727 @@ +app_desc=Um serviço de Git auto-hospedado e amigável escrito em Go
+
+home=Página Inicial
+dashboard=Painel de controle
+explore=Explorar
+help=Ajuda
+sign_in=Entrar
+social_sign_in=Entrada Social: 2ª etapa <small>associar uma conta</small>
+sign_out=Sair
+sign_up=Cadastrar
+register=Registrar
+website=Site
+version=Versão
+page=Página
+template=Modelo
+language=Idioma
+
+username=Usuário
+email=E-mail
+password=Senha
+re_type=Redigite
+captcha=Captcha
+
+repository=Repositório
+organization=Organização
+mirror=Espelho
+new_repo=Novo Repositório
+new_migrate=Nova Migração
+new_fork=Novo Fork de Repositório
+new_org=Nova Organização
+manage_org=Gerenciar Organizações
+admin_panel=Painel do Administrador
+account_settings=Configurações da Conta
+settings=Configurações
+
+news_feed=Feed de Notícias
+pull_requests=Solicitações de Pull
+issues=Problemas
+
+cancel=Cancelar
+
+[install]
+install=Instalação
+title=Etapas de instalação para Primeira Execução
+requite_db_desc=Gogs requer MySQL, PostgreSQL ou SQLite3.
+db_type=Tipo do Banco de Dados
+host=Host
+user=Usuário
+password=Senha
+db_name=Nome do Banco de Dados
+db_helper=Por favor, use o mecanismo INNODB com o conjunto de caracteres utf8_general_ci para MySQL.
+ssl_mode=Modo SSL
+path=Caminho
+sqlite_helper=O caminho do arquivo do banco de dados do SQLite3.
+general_title=Configurações Gerais do Gogs
+repo_path=Caminho da Raiz do Repositório
+repo_path_helper=Todos os repositórios remotos do Git serão salvos neste diretório.
+run_user=Executar Usuário
+run_user_helper=O usuário deve ter acesso ao caminho raiz do repositório e executar o Gogs
+domain=Domínio
+domain_helper=Isto afeta URLs para clonagem via SSH.
+http_port=Porta HTTP
+http_port_helper=Número da porta em que a aplicação irá executar.
+app_url=URL do Aplicativo
+app_url_helper=Isto afeta a URL de clonagem via HTTP/HTTPs e também o email.
+email_title=Configurações do Serviço de E-mail(Opcionais)
+smtp_host=Host SMTP
+mailer_user=E-mail do Remetente
+mailer_password=Senha do Remetente
+notify_title=Configurações de Notificação (Opcional)
+register_confirm=Habilitar Confirmação de Registro
+mail_notify=Habilitar Notificação de Correio
+admin_title=Configurações da Conta de Administrador
+admin_name=Nome de Usuário
+admin_password=Senha
+confirm_password=Confirmar Senha
+admin_email=E-mail
+install_gogs=Instalar Gogs
+test_git_failed=Falha ao testar o comando 'git': %v
+sqlite3_not_available=Sua versão não suporta SQLite3, por favor faça o download da versão binária oficial em %s, NÃO da versão gobuild.
+invalid_db_setting=Configuração do banco de dados não está correta: %v
+invalid_repo_path=A raiz do repositório é inválida: %v
+run_user_not_match=O usuário da execução não é o usuário atual: %s -> %s
+save_config_failed=Falha ao salvar a configuração: %v
+invalid_admin_setting=Configuração da conta de administrador está inválida: %v
+install_success=Bem-vindo! Estamos contentes que você escolheu o Gogs, divirta-se e tenha cuidado.
+
+[home]
+uname_holder=Nome de Usuário ou E-mail
+password_holder=Senha
+switch_dashboard_context=Trocar Contexto do Painel de Controle
+my_repos=Meus Repositórios
+collaborative_repos=Repositórios Colaborativos
+my_orgs=Minhas Organizações
+my_mirrors=Meus Espelhos
+
+[explore]
+repos=Repositórios
+
+[auth]
+create_new_account=Criar Nova Conta
+register_hepler_msg=Já tem uma conta? Entre agora!
+social_register_hepler_msg=Já tem uma conta? Junte-se agora!
+disable_register_prompt=Desculpe, novos registros estão desabilitados. Por favor entre em contato com o administrador do site.
+disable_register_mail=Desculpe, a confirmação de registro por email foi desabilitada.
+remember_me=Lembrar de Mim
+forgot_password=Esqueci a Senha
+forget_password=Esqueceu a senha?
+sign_up_now=Precisa de uma conta? Cadastre-se agora.
+confirmation_mail_sent_prompt=Um novo e-mail de confirmação foi enviado para <b>%s</b>, por favor, verifique sua caixa de entrada nas próximas %d horas para completar seu registro.
+sign_in_email=Entre com seu e-mail
+active_your_account=Ativar Sua Conta
+resent_limit_prompt=Desculpe, você está enviando um e-mail de ativação com muita frequência. Por favor, aguarde 3 minutos.
+has_unconfirmed_mail=Oi %s, você possui um endereço de e-mail não confirmado (<b>%s</b>). Se você não recebeu um e-mail de confirmação ou precisa reenviar um novo, clique no botão abaixo.
+resend_mail=Clique aqui para reenviar seu e-mail de ativação
+email_not_associate=Este endereço de e-mail não é associado à nenhuma conta.
+send_reset_mail=Clique aqui para (re)enviar seu e-mail de redefinição da senha
+reset_password=Redefinir Sua Senha
+invalid_code=Desculpe, seu código de confirmação expirou ou não é válido.
+reset_password_helper=Clique aqui para redefinir sua senha
+password_too_short=O comprimento da senha não pode ser menor que 6.
+
+[form]
+UserName=Nome de usuário
+RepoName=Nome do repositório
+Email=Endereço de e-mail
+Password=Senha
+Retype=Redigite a senha
+SSHTitle=Nome da chave SSH
+HttpsUrl=URL HTTPS
+PayloadUrl=URL de carga
+TeamName=Nome da equipe
+AuthName=Nome de autorização
+AdminEmail=E-mail do Administrador
+
+require_error=` não pode estar vazio.`
+alpha_dash_error=` devem ser caracteres alfanuméricos ou hífen (-) ou sublinhado (_).`
+alpha_dash_dot_error=` devem ser caracteres alfanuméricos ou hífen (-) ou sublinhado (_).`
+min_size_error=` deve conter pelo menos %s caracteres.`
+max_size_error=` deve conter no máximo %s caracteres.`
+email_error=` não é um endereço de e-mail válido.`
+url_error=`não é uma URL válida.`
+unknown_error=Erro desconhecido:
+captcha_incorrect=O captcha não correspondeu.
+password_not_match=Senha e confirmar senha não são as mesmas.
+
+username_been_taken=Nome de usuário já foi tomado.
+repo_name_been_taken=Nome do repositório já foi tomado.
+org_name_been_taken=Nome da organização já foi tomado.
+team_name_been_taken=Nome da equipe já foi tomado.
+email_been_used=Endereço de e-mail já foi usado.
+ssh_key_been_used=Nome da chave pública foi usado.
+illegal_username=Seu nome de usuário contém caracteres ilegais.
+illegal_repo_name=Nome do repositório contém caracteres ilegais.
+illegal_org_name=Nome da organização contém caracteres ilegais.
+illegal_team_name=O nome da equipe contém caracteres ilegais.
+username_password_incorrect=Usuário ou senha incorretos.
+enterred_invalid_repo_name=Por favor certifique-se que informou o nome do repositório corretamente.
+enterred_invalid_owner_name=Por favor, verifique se o nome do proprietário está correto.
+enterred_invalid_password=Por favor, verifique se a senha que você digitou está correta.
+user_not_exist=O usuário dado não existe.
+last_org_owner=O usuário a ser removido é o último membro na equipe de proprietários. Deve haver um outro proprietário.
+
+invalid_ssh_key=Desculpe, não conseguimos verificar a sua chave SSH: %s
+unable_verify_ssh_key=Gogs não pode verificar sua chave SSH, mas assumimos que é válida, por favor, verifique a chave pessoalmente.
+auth_failed=A autenticação falhou: %v
+
+still_own_repo=Sua conta ainda tem propriedade do repositório, você tem que excluir ou transferí-la primeiro.
+still_has_org=Sua conta ainda faz parte da organização, você deve sair ou excluí-la primeiro.
+org_still_own_repo=Esta organização ainda tem a propriedade do repositório, você deve excluir ou transferí-la primeiro.
+
+still_own_user=Esta autenticação ainda é usada por alguns usuários, você deve movê-los e depois apagar novamente.
+
+target_branch_not_exist=O ramo de destino não existe.
+
+[user]
+change_avatar=Altere o seu avatar em gravatar.com
+change_custom_avatar=Altere seu avatar nas configurações
+join_on=Inscreveu-se em
+repositories=Repositórios
+activity=Atividade Pública
+followers=Seguidores
+starred=Marcado
+following=Seguindo
+
+[settings]
+profile=Perfil
+password=Senha
+ssh_keys=Chaves SSH
+social=Contas Sociais
+applications=Aplicativos
+orgs=Organizações
+delete=Deletar Conta
+uid=Uid
+
+public_profile=Perfil Público
+profile_desc=Seu endereço de E-mail é publico e será usado para qualquer notificação relacionada à conta, e qualquer operação na web feita através do site.
+full_name=Nome Completo
+website=Site
+location=Localização
+update_profile=Atualizar o Perfil
+update_profile_success=O seu perfil foi atualizado com sucesso.
+change_username=Nome de Usuário Alterado
+change_username_desc=O nome de usuário foi alterado, você quer continuar? Isto afetará todos os links relacionados à sua conta.
+continue=Continuar
+cancel=Cancelar
+
+enable_custom_avatar=Habilitar Avatar Customizado
+enable_custom_avatar_helper=Habilite para desativar a busca no Gravatar
+choose_new_avatar=Escolha um novo avatar
+update_avatar=Atualizar configuração de Avatar
+uploaded_avatar_not_a_image=O arquivo enviado não é uma imagem.
+no_custom_avatar_available=Nenhum avatar personalizado disponível, não pode habilitá-lo.
+update_avatar_success=Sua configuração de avatar foi atualizada com sucesso.
+
+change_password=Alterar a Senha
+old_password=Senha Atual
+new_password=Nova Senha
+password_incorrect=A senha atual não está correta.
+change_password_success=A senha está alterada com sucesso. Você pode agora entrar com a senha nova.
+
+emails=Endereços de E-mail
+manage_emails=Gerenciar endereços de e-mail
+email_desc=Seu endereço de email principal será usado para notificações e outras operações.
+primary=Principal
+primary_email=Definir como principal
+delete_email=Deletar
+add_new_email=Adicionar novo endereço de e-mail
+add_email=Adicionar e-mail
+add_email_success=Seu novo endereço de E-mail foi adicionado com sucesso.
+
+manage_ssh_keys=Gerenciar Chaves SSH
+add_key=Adicionar Chave
+ssh_desc=Esta é uma lista de chaves SSH associadas com a sua conta. Remova quaisquer chaves que você não reconheça.
+ssh_helper=<strong>Precisa de ajuda?</strong> Confira nosso guia para <a href="%s">gerar chaves SSH</a> ou solucionar <a href="%s">problemas comuns com SSH</a>.
+add_new_key=Adicionar Chave SSH
+key_name=Nome da Chave
+key_content=Conteúdo
+add_key_success=Nova Chave SSH foi adicionada!
+delete_key=Deletar
+add_on=Adicionado em
+last_used=Última vez usado em
+no_activity=Nenhuma atividade recente
+
+manage_social=Gerenciar Contas Sociais Associadas
+social_desc=Esta é uma lista de contas sociais. Remova qualquer ligação que você não reconheça.
+unbind=Desvincular
+unbind_success=A conta social foi desvinculada.
+
+manage_access_token=Gerenciar Tokens de Acesso pessoais
+generate_new_token=Gerar novo Token
+tokens_desc=Tokens gerados por você que podem ser usados para acessar a API Gogs.
+new_token_desc=Por enquanto, todo token terá acesso completo à sua conta.
+token_name=Nome do Token
+generate_token=Gerar Token
+generate_token_succees=Novo token de acesso gerado com sucesso! Certifique-se de copiar seu novo token de acesso pessoal agora. Você não poderá vê-lo novamente!
+delete_token=Excluir
+delete_token_success=Token de acesso pessoal deletado com sucesso! Não esqueça-se de atualizar seus aplicativos também.
+
+delete_account=Deletar Sua Conta
+delete_prompt=A operação deletará sua conta permanentemente, e <strong>NÃO PODERÁ</strong> ser desfeita!
+confirm_delete_account=Confirmar Deleção
+delete_account_title=Deleção da Conta
+delete_account_desc=Esta conta será deletada permanentemente, você quer continuar?
+
+[repo]
+owner=Dono
+repo_name=Nome do Repositório
+repo_name_helper=Nomes de repositórios bons são pequenos, memorizáveis e <strong>únicos</strong>.
+visibility=Visibilidade
+visiblity_helper=Este repositório é <span class="label label-red label-radius">Privado</span>
+fork_repo=Fork o Repositório
+fork_from=Fork de
+fork_visiblity_helper=Não é possível alterar a visibilidade de um repositório bifurcado
+repo_desc=Descrição
+repo_lang=Idioma
+repo_lang_helper=Selecione um arquivo .gitignore
+license=Licença
+license_helper=Selecione um arquivo de licença
+init_readme=Inicialize este repositório com um LEIAME.md
+create_repo=Criar Repositório
+default_branch=Ramo padrão
+mirror_interval=Intervalo de Espelho (hora)
+
+need_auth=Precisa de Autorização
+migrate_type=Tipo de Migração
+migrate_type_helper=Este repositório será um <span class="label label-blue label-radius">Espelho</span>
+migrate_repo=Migrar Repositório
+migrate.clone_address=Endereço de Clone
+migrate.invalid_local_path=Caminho local inválido, não existe ou não é um diretório.
+
+copy_link=Copiar
+click_to_copy=Copiar para a área de transferência
+copied=Copiado com sucesso
+clone_helper=Precisa de ajuda com a clonagem? Visite a <a target="_blank" href="%s">Ajuda</a>!
+unwatch=Deixar de Observar
+watch=Observar
+unstar=Remover favorito
+star=Favorito
+fork=Fork
+
+no_desc=Nenhuma Descrição
+quick_guide=Guia Rápido
+clone_this_repo=Clonar este repositório
+create_new_repo_command=Criar um novo repositório na linha de comando
+push_exist_repo=Push um repositório existente na linha de comando
+
+branch=Ramo
+tree=Árvore
+branch_and_tags=Ramos & Tags
+branches=Ramos
+tags=Tags
+issues=Problemas
+commits=Commits
+releases=Lançamentos
+file_raw=Cru
+file_history=Histórico
+file_view_raw=Ver cru
+
+commits.commits=Commits
+commits.search=Pesquisar commits
+commits.find=Buscar
+commits.author=Autor
+commits.message=Mensagem
+commits.date=Data
+commits.older=Mais Antigo
+commits.newer=Mais Novo
+
+settings=Configurações
+settings.options=Opções
+settings.collaboration=Colaboração
+settings.hooks=Hooks da web
+settings.githooks=Hooks do Git
+settings.deploy_keys=Chaves de Deploy
+settings.basic_settings=Configurações Básicas
+settings.danger_zone=Zona de Perigo
+settings.site=Site Oficial
+settings.update_settings=Configurações de Atualização
+settings.change_reponame=Nome do Repositório Alterado
+settings.change_reponame_desc=O nome do repositório foi alterado, você quer continuar? Isto afetará todos os links relacionados à este repositório.
+settings.transfer=Transferir Propriedade
+settings.transfer_desc=Transferir este repositório para outro usuário ou para uma organização onde você tem direitos de administrador.
+settings.new_owner_has_same_repo=O novo dono já tem um repositório com o mesmo nome.
+settings.delete=Deletar Este Repositório
+settings.delete_desc=Uma vez que você deleta um repositório, não tem volta. Por favor, tenha certeza.
+settings.transfer_notices=<p>- Você perderá acesso se o novo dono é um usuário individual.</p><p>- Você permanecerá com o acesso se o novo dono é uma organização e você é um dos donos.</p>
+settings.update_settings_success=As opções do repositório foram atualizadas com sucesso.
+settings.transfer_owner=Novo Dono
+settings.make_transfer=Fazer Transferência
+settings.transfer_succeed=A posse do repositório foi transferido com sucesso.
+settings.confirm_delete=Confirmar Deleção
+settings.add_collaborator=Adicionar um Novo Colaborador
+settings.add_collaborator_success=O novo colaborador foi adicionado.
+settings.remove_collaborator_success=O colaborador foi removido.
+settings.user_is_org_member=O usuário é um membro da organização que não pode ser adicionado como um colaborador.
+settings.add_webhook=Adicionar Webhook
+settings.hooks_desc=Hooks da web ou Webhooks permitem serviços externos serem notificados quando certos eventos acontecem no Gogs. Quando acontecem os eventos especificados, enviaremos uma solicitação POST para cada uma das URLs que você fornecer. Saiba mais no nosso <a target="_blank" href="%s"> Guia de Webhooks</a>.
+settings.githooks_desc=Hooks do Git são ofertados pelo próprio Git, você pode editar arquivos de hooks suportados na lista abaixo para aplicar operações personalizadas.
+settings.githook_edit_desc=Se o hook não estiver ativo, o conteúdo de exemplo será apresentado. Deixar o conteúdo em branco irá desativar esse hook.
+settings.githook_name=Nome do Hook
+settings.githook_content=Conteúdo do Hook
+settings.update_githook=Atualizar Hook
+settings.remove_hook_success=O hook da web foi removido.
+settings.add_webhook_desc=Enviaremos uma solicitação <code>POST</code> para o URL abaixo com detalhes de quaisquer eventos inscritos. Você pode também especificar qual formato de dados você gostaria de receber (JSON, <code>x-www-form-urlencoded</code>, <em>etc</em>). Mais informação pode ser encontrada em <a target="_blank" href="%s">Webhooks Guide</a>.
+settings.payload_url=URL de carga
+settings.content_type=Tipo de Conteúdo
+settings.secret=Secreto
+settings.event_desc=Quais eventos você gostaria de acionar a esse hook da web?
+settings.event_push_only=Apenas o evento <code>push</code>.
+settings.active=Ativar
+settings.active_helper=Enviaremos detalhes do evento quando este hook for acionado.
+settings.add_hook_success=Novos hooks de web foram adicionados.
+settings.update_webhook=Atualizar Hook da Web
+settings.update_hook_success=Hook da web atualizado.
+settings.delete_webhook=Excluir Hook da Web
+settings.recent_deliveries=Entregas Recentes
+settings.hook_type=Tipo de Hook
+settings.add_slack_hook_desc=Adicionar <a href="%s">Slack</a> de integração para o seu repositório.
+settings.slack_token=Token
+settings.slack_domain=Domínio
+settings.slack_channel=Canal
+
+diff.browse_source=Ver Fontes
+diff.parent=pai
+diff.commit=commit
+diff.data_not_available=Dados Diff não disponíveis.
+diff.show_diff_stats=Mostrar estatísticas do Diff
+diff.stats_desc=<strong> %d arquivos alterados</strong> com <strong>%d adições</strong> e <strong>%d exclusões</strong>
+diff.bin=BIN
+diff.view_file=Ver Arquivo
+
+release.releases=Lançamentos
+release.new_release=Novo Lançamento
+release.draft=Rascunho
+release.prerelease=Pré-Lançamento
+release.stable=Estável
+release.edit=editar
+release.ahead=<strong>%d</strong> commits para %s depois desta versão
+release.source_code=Código-fonte
+release.tag_name=Nome da tag
+release.target=Destino
+release.tag_helper=Escolha uma tag existente, ou crie uma nova tag em publicar.
+release.release_title=Título da Versão
+release.content_with_md=Conteúdo com <a href="%s">Markdown</a>
+release.write=Escrever
+release.preview=Visualizar
+release.content_placeholder=Escreva algum conteúdo
+release.loading=Carregando...
+release.prerelease_desc=Esta é uma versão prévia
+release.prerelease_helper=Vou salientar que esta versão é identificada como não pronta para produção.
+release.publish=Publicar Versão
+release.save_draft=Salvar Rascunho
+release.edit_release=Editar Versão
+release.tag_name_already_exist=Já existiu versão com esse nome de tag.
+
+[org]
+org_name_holder=Nome da Organização
+org_name_helper=Nomes de grandes organizações são curtos e memoráveis.
+org_email_helper=O E-mail da organização receberá todas as notificações e as confirmações.
+create_org=Criar Organização
+repo_updated=Atualizado
+people=Pessoas
+invite_someone=Convidar Alguém
+teams=Equipes
+lower_members=membros
+lower_repositories=repositórios
+create_new_team=Criar Nova Equipe
+org_desc=Descrição
+team_name=Nome da Equipe
+team_desc=Descrição
+team_name_helper=Você usará este nome para mencionar esta equipe em conversas.
+team_desc_helper=Do que trata essa equipe?
+team_permission_desc=Que nível de permissão esta equipe deve ter?
+
+settings=Configurações
+settings.options=Opções
+settings.full_name=Nome Completo
+settings.website=Site
+settings.location=Localização
+settings.update_settings=Atualizar Configurações
+settings.change_orgname=Nome da Organização Alterado
+settings.change_orgname_desc=O nome da organização foi alterado, você quer continuar? Isto afetará todos os links que se relacionam a esta organização.
+settings.update_setting_success=Configuração da organização atualizada com sucesso.
+settings.delete=Deletar Organização
+settings.delete_account=Deletar Esta Organização
+settings.delete_prompt=A operação deletará esta organização permanentemente, e <strong>NÃO PODERÁ</strong> ser desfeita!
+settings.confirm_delete_account=Confirmar Deleção
+settings.delete_org_title=Deleção da Organização
+settings.delete_org_desc=Esta organização será deletada permanentemente, você quer continuar?
+settings.hooks_desc=Adicionar Hooks da Web que serão acionados para <strong>todos os repositórios</strong> dessa organização.
+
+members.public=Público
+members.public_helper=tornar privado
+members.private=Privado
+members.private_helper=torar público
+members.owner=Dono
+members.member=Membro
+members.conceal=Ocultar
+members.remove=Remover
+members.leave=Sair
+members.invite_desc=Comece digitando um nome de usuário para convidá-lo como novo membro para %s:
+members.invite_now=Convidar Agora
+
+teams.join=Juntar-se
+teams.leave=Deixar
+teams.read_access=Acesso de Leitura
+teams.read_access_helper=Esta equipe poderá ver e clonar os repositórios dela.
+teams.write_access=Acesso de Escrita
+teams.write_access_helper=Esta equipa será capaz de ler os seus repositórios, bem como fazer push para eles.
+teams.admin_access=Acesso do Administrador
+teams.admin_access_helper=Esta equipe será capaz de fazer push/pull em seus repositórios, bem como adicionar-lhes outros colaboradores.
+teams.no_desc=Esta equipe não tem descrição
+teams.settings=Configurações
+teams.owners_permission_desc=Donos tem acesso total a <strong>todos repositórios</strong> e também <strong>direitos de administrador</strong> para a organização.
+teams.members=Membros da Equipe
+teams.update_settings=Atualizar Configurações
+teams.delete_team=Deletar Esta Equipe
+teams.add_team_member=Adicionar Membro da Equipe
+teams.delete_team_title=Deleção da Equipe
+teams.delete_team_desc=Este equipe será deletada, você quer continuar? Membros desta equipe poderão perder acesso a alguns repositórios.
+teams.delete_team_success=A equipe dada foi deletada com sucesso.
+teams.read_permission_desc=Essa equipe concede acesso para <strong>Leitura</strong>: membros podem ver e clonar os repositórios da equipe.
+teams.write_permission_desc=Esta equipe concede acesso para <strong>escrita</strong>: Membros podem ler e fazer push para os repositórios da equipe.
+teams.admin_permission_desc=Esta equipe concede acesso de <strong>Administrador</strong>: Membros podem ler, fazer push e adicionar outros colaboradores para os repositórios da equipe.
+teams.repositories=Repositórios da Equipe
+teams.add_team_repository=Adicionar Repositório da Equipe
+teams.remove_repo=Remover
+teams.add_nonexistent_repo=O repositório que você está tentando adicionar não existe, por favor, crie-o primeiro.
+
+[admin]
+dashboard=Painel de controle
+users=Usuários
+organizations=Organizações
+repositories=Repositórios
+authentication=Autenticações
+config=Configuração
+notices=Sistema de notificações
+monitor=Monitoramento
+prev=Anterior
+next=Próximo
+
+dashboard.statistic=Estatística
+dashboard.operations=Operações
+dashboard.system_status=Status do Monitor de Sistema
+dashboard.statistic_info=O banco de dados do Gogs contém <b>%d</b> usuários, <b>%d</b> organizações, <b>%d</b> chaves públicas, <b>%d</b> repositórios, <b>%d</b> observadores, <b>%d</b> estrelas, <b>%d</b> ações, <b>%d</b> acessos, <b>%d</b> questões, <b>%d</b> comentários, <b>%d</b> contas sociais, <b>%d</b> seguidores, <b>%d</b> espelhos, <b>%d</b> versões, <b>%d</b> origens de login, <b>%d</b> Hooks da Web, <b>%d</b> milestones, <b>%d</b> labels, <b>%d</b> tarefas hook, <b>%d</b> equipes, <b>%d</b> tarefas de atualização, <b>%d</b> anexos.
+dashboard.operation_name=Nome da Operação
+dashboard.operation_switch=Trocar
+dashboard.operation_run=Executar
+dashboard.clean_unbind_oauth=Limpar OAuthes não acoplados
+dashboard.clean_unbind_oauth_success=Todos OAuthes desvinculados foram excluídos com sucesso.
+dashboard.delete_inactivate_accounts=Excluir todas as contas inativas
+dashboard.delete_inactivate_accounts_success=Todas as contas inativas foram excluídas com sucesso.
+dashboard.delete_repo_archives=Excluir todos os arquivos dos repositórios
+dashboard.delete_repo_archives_success=Todos os arquivos dos repositórios foram excluídos com sucesso.
+dashboard.git_gc_repos=Fazer coleta de lixo nos repositórios
+dashboard.git_gc_repos_success=Em todos repositórios, a coleta de lixo foi realizada com sucesso.
+dashboard.resync_all_sshkeys=Reescrever o arquivo '.ssh/autorized_key' (atenção: chaves que não sejam do Gogs serão perdidas)
+dashboard.resync_all_sshkeys_success=Todas as chaves públicas foram reescritas com sucesso.
+dashboard.resync_all_update_hooks=Reescrever todos os hooks de atualização dos repositórios (necessário quando o caminho de configuração customizado é alterado)
+dashboard.resync_all_update_hooks_success=Os hooks de atualização de todos os repositórios foram reescritos com sucesso.
+
+dashboard.server_uptime=Servidor Ligado
+dashboard.current_goroutine=Goroutines Atuais
+dashboard.current_memory_usage=Uso de Memória Atual
+dashboard.total_memory_allocated=Total de Memória Alocada
+dashboard.memory_obtained=Memória Obtida
+dashboard.pointer_lookup_times=Nº de Consultas a Ponteiros
+dashboard.memory_allocate_times=Nº de Alocações de Memória
+dashboard.memory_free_times=Nº de Liberações de Memória
+dashboard.current_heap_usage=Uso Atual da Heap
+dashboard.heap_memory_obtained=Memória de Heap Obtida
+dashboard.heap_memory_idle=Memória da Heap Ociosa
+dashboard.heap_memory_in_use=Memória da Heap em Uso
+dashboard.heap_memory_released=Memória da Heap Liberada
+dashboard.heap_objects=Objetos na Heap
+dashboard.bootstrap_stack_usage=Uso de Pilha Bootstrap
+dashboard.stack_memory_obtained=Memória de Pilha Obtida
+dashboard.mspan_structures_usage=Uso de Estruturas de MSpan
+dashboard.mspan_structures_obtained=Estruturas de MSpan Obtidas
+dashboard.mcache_structures_usage=Uso de Estruturas de MCache
+dashboard.mcache_structures_obtained=Estruturas de MCache Obtidas
+dashboard.profiling_bucket_hash_table_obtained=Perfil Obtido da Bucket Hash Table
+dashboard.gc_metadata_obtained=Metadados do GC Obtidos
+dashboard.other_system_allocation_obtained=Outra Alocação de Sistema Obtida
+dashboard.next_gc_recycle=Próxima Reciclagem do GC
+dashboard.last_gc_time=Desde da Última Vez do GC
+dashboard.total_gc_time=Pausa Total do GC
+dashboard.total_gc_pause=Pausa Total do GC
+dashboard.last_gc_pause=Última Pausa do GC
+dashboard.gc_times=Nº Execuções do GC
+
+users.user_manage_panel=Painel de Gerenciamento do Usuário
+users.new_account=Criar Nova Conta
+users.name=Nome
+users.activated=Ativado
+users.admin=Administrador
+users.repos=Repos
+users.created=Criado
+users.edit=Editar
+users.auth_source=Fonte de Autorização
+users.local=Local
+users.auth_login_name=Nome de Autorização de Login
+users.update_profile_success=O perfil da conta foi atualizado com sucesso.
+users.edit_account=Editar Conta
+users.is_activated=Esta conta está ativada
+users.is_admin=Esta conta tem permissões de administrador
+users.allow_git_hook=Esta conta tem permissões para criar ganchos Git
+users.update_profile=Atualizar Perfil da Conta
+users.delete_account=Deletar Esta Conta
+users.still_own_repo=Sua conta ainda é proprietária do repositório, você tem que excluir ou transferi-lo primeiro.
+users.still_has_org=Sua conta ainda faz parte da organização, você deve sair ou excluí-la primeiro.
+
+orgs.org_manage_panel=Painel de Gerenciamento da Organização
+orgs.name=Nome
+orgs.teams=Equipes
+orgs.members=Membros
+
+repos.repo_manage_panel=Painel de Gerenciamento do Repositório
+repos.owner=Dono
+repos.name=Nome
+repos.private=Privado
+repos.watches=Observadores
+repos.stars=Estrelas
+repos.issues=Problemas
+
+auths.auth_manage_panel=Painel de Gerenciamento da Autorização
+auths.new=Adicionar Nova Fonte de Autorização
+auths.name=Nome
+auths.type=Tipo
+auths.enabled=Habilitado
+auths.updated=Atualizado
+auths.auth_type=Tipo da Autorização
+auths.auth_name=Nome da Autorização
+auths.domain=Domínio
+auths.host=Host
+auths.port=Porta
+auths.base_dn=Base DN
+auths.attribute_username=Atributo nome de usuário
+auths.attribute_name=Atributo primeiro nome
+auths.attribute_surname=Atributo sobrenome
+auths.attribute_mail=Atributo e-mail
+auths.filter=Filtro de Pesquisa
+auths.ms_ad_sa=Ms Ad SA
+auths.smtp_auth=Tipo de Autorização de SMTP
+auths.smtphost=Host SMTP
+auths.smtpport=Porta SMTP
+auths.enable_tls=Habilitar Criptografia TLS
+auths.enable_auto_register=Habilitar Registro Automático
+auths.tips=Dicas
+auths.edit=Editar Configuração da Autorização
+auths.activated=Esta autenticação foi ativada
+auths.update_success=A configuração da autorização foi atualizada com sucesso.
+auths.update=Atualizar Configuração da Autorização
+auths.delete=Excluir Esta Autorização
+auths.delete_auth_title=Exclusão da Autorização
+auths.delete_auth_desc=Esta autorização será excluída, deseja continuar?
+
+config.server_config=Configuração do Servidor
+config.app_name=Nome do Aplicativo
+config.app_ver=Versão do Aplicativo
+config.app_url=URL do Aplicativo
+config.domain=Domínio
+config.offline_mode=Modo Offline
+config.disable_router_log=Desabilitar o Log do Roteador
+config.run_user=Usuário de Execução
+config.run_mode=Modo de Execução
+config.repo_root_path=Caminho Raiz do Repositório
+config.static_file_root_path=Caminho Raiz para Arquivo Estático
+config.log_file_root_path=Caminho Raiz para Arquivo de Log
+config.script_type=Tipo de Script
+config.reverse_auth_user=Usuário de Autenticação Reversa
+config.db_config=Configuração do Banco de Dados
+config.db_type=Tipo
+config.db_host=Host
+config.db_name=Nome
+config.db_user=Usuário
+config.db_ssl_mode=Modo SSL
+config.db_ssl_mode_helper=(apenas para "postgres")
+config.db_path=Caminho
+config.db_path_helper=(apenas para "sqlite3")
+config.service_config=Configuração do Serviço
+config.register_email_confirm=Requerer Confirmação de E-mail
+config.disable_register=Desabilitar Registro
+config.show_registration_button=Mostrar Botão de Registo
+config.require_sign_in_view=Requerer Entrar no Gogs para Ver
+config.mail_notify=Notificação de Correio
+config.enable_cache_avatar=Habilitar Cache de Avatar
+config.active_code_lives=Ativar Code Lives
+config.reset_password_code_lives=Redefinir Senha de Code Lives
+config.webhook_config=Configuração de Hook da Web
+config.task_interval=Intervalo da Tarefa
+config.deliver_timeout=Intervalo de Entrega
+config.skip_tls_verify=Pular Verificar TLS
+config.mailer_config=Configuração de Correio
+config.mailer_enabled=Habilitado
+config.mailer_name=Nome
+config.mailer_host=Host
+config.mailer_user=Usuário
+config.oauth_config=Configuração do OAuth
+config.oauth_enabled=Habilitado
+config.cache_config=Configuração de Cache
+config.cache_adapter=Adaptador de Cache
+config.cache_interval=Intervalo de Cache
+config.cache_conn=Conexão de Cache
+config.session_config=Configuração da Sessão
+config.session_provider=Provedor da Sessão
+config.provider_config=Configuração do Provedor
+config.cookie_name=Nome do Cookie
+config.enable_set_cookie=Habilitar Uso de Cookie
+config.gc_interval_time=Tempo de Intervalo do GC
+config.session_life_time=Tempo de Vida da Sessão
+config.https_only=Apenas HTTPS
+config.cookie_life_time=Tempo de Vida do Cookie
+config.picture_config=Configuração da Imagem
+config.picture_service=Serviço de Imagens
+config.disable_gravatar=Desativar Gravatar
+config.log_config=Configuração de Log
+config.log_mode=Modo do Log
+
+monitor.cron=Tarefas Cron
+monitor.name=Nome
+monitor.schedule=Cronograma
+monitor.next=Próxima Vez
+monitor.previous=Última Vez
+monitor.execute_times=Nº de Execuções
+monitor.process=Processos em Execução
+monitor.desc=Descrição
+monitor.start=Hora de Início
+monitor.execute_time=Tempo de Execução
+
+notices.system_notice_list=Sistema de Notificações
+notices.type=Tipo
+notices.type_1=Repositório
+notices.desc=Descrição
+notices.op=Op.
+notices.delete_success=Aviso do sistema foi deletado com sucesso.
+
+[action]
+create_repo=repositório criado <a href="%s"> %s</a>
+commit_repo=pushed para <a href="%s/src/%s">%[2]s</a> em <a href="%[1]s">%[3]s</a>
+create_issue='questão aberta <a href="%s/issues/%s">%s#%[2]s</a>'
+comment_issue='comentou sobre a questão <a href="%s/issues/%s">%s#%[2]s</a>'
+transfer_repo=repositório transferido de <code>%s</code> para <a href="%s">%s</a>
+push_tag=Foi feito push na tag <a href="%s/src/%s">%[2]s</a> para <a href="%[1]s">%[3]s</a>
+compare_2_commits=Ver comparação desses 2 commits
+
+[tool]
+ago=atrás
+from_now=a partir de agora
+now=agora
+1s=1 segundo %s
+1m=1 minuto %s
+1h=1 hora %s
+1d=1 dia %s
+1w=1 semana %s
+1mon=1 mês %s
+1y=1 ano %s
+seconds=%d segundos %s
+minutes=%d minutos %s
+hours=%d horas %s
+days=%d dias %s
+weeks=%d semanas %s
+months=%d meses %s
+years=%d anos %s
+raw_seconds=segundos
+raw_minutes=minutos
+
diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini index 731ba469ce..596c7c945f 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=Скопировать адрес
+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
@@ -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]
diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index 3537068228..0e418e254a 100755 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -281,13 +281,13 @@ init_readme=使用 README.md 文件初始化仓库 create_repo=创建仓库
default_branch=默认分支
mirror_interval=镜像同步周期(小时)
-goget_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=克隆地址
+migrate.invalid_local_path=无效的本地路径,不存在或不是一个目录!
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=用户名属性
+auths.attribute_name=名字属性
+auths.attribute_surname=姓氏属性
+auths.attribute_mail=邮箱属性
auths.filter=Search Filter
auths.ms_ad_sa=Ms Ad SA
auths.smtp_auth=SMTP 授权类型
@@ -693,12 +696,12 @@ notices.op=操作 notices.delete_success=系统提示删除成功!
[action]
-create_repo=创建了仓库 <a href="%s/%s">%s</a>
-commit_repo=推送了 <a href="%s/%s/src/%s">%s</a> 分支的代码到 <a href="%s/%s">%s</a>
-create_issue=`创建了工单 <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-comment_issue=`评论了工单 <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-transfer_repo=将仓库 <code>%s</code> 转移至 <a href="/%s%s">%s</a>
-push_tag=推送了标签 <a href="%s/%s/src/%s">%s</a> 到 <a href="%s/%s">%s</a>
+create_repo=创建了仓库 <a href="%s">%s</a>
+commit_repo=推送了 <a href="%s/src/%s">%[2]s</a> 分支的代码到 <a href="%[1]s">%[3]s</a>
+create_issue=`创建了工单 <a href="%s/issues/%s">%s#%[2]s</a>`
+comment_issue=`评论了工单 <a href="%s/issues/%s">%s#%[2]s</a>`
+transfer_repo=将仓库 <code>%s</code> 转移至 <a href="%s">%s</a>
+push_tag=推送了标签 <a href="%s/src/%s">%[2]s</a> 到 <a href="%[1]s">%[3]s</a>
compare_2_commits=查看 2 次提交的内容对比
[tool]
diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini index a9b51a5b0c..407ae9b956 100755 --- a/conf/locale/locale_zh-HK.ini +++ b/conf/locale/locale_zh-HK.ini @@ -281,13 +281,13 @@ init_readme=使用 README.md 文件初始化倉庫 create_repo=創建倉庫
default_branch=默認分支
mirror_interval=鏡像同步周期(小時)
-goget_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=複製地址
+migrate.invalid_local_path=無效的本地路徑,該路徑不存在或不是一個目錄!
copy_link=複製連結
click_to_copy=複製到剪切簿
@@ -516,8 +516,8 @@ dashboard.git_gc_repos=對倉庫進行垃圾回收 dashboard.git_gc_repos_success=所有倉庫的垃圾回收已成功完成!
dashboard.resync_all_sshkeys=重新生成 '.ssh/autorized_key' 文件(警告:不是 Gogs 的密鑰也會被刪除)
dashboard.resync_all_sshkeys_success=所有公鑰重新生成成功!
-dashboard.resync_all_update_hooks=Rewrite all update hook of repositories (needed when custom config path is changed)
-dashboard.resync_all_update_hooks_success=All repositories' update hook have been rewritten successfully.
+dashboard.resync_all_update_hooks=重新生成所有倉庫的 Update 鈎子(用於被修改的自定義配置文件)
+dashboard.resync_all_update_hooks_success=已成功重新生成所有倉庫的 Update 鈎子!
dashboard.server_uptime=服務執行時間
dashboard.current_goroutine=當前 Goroutines 數量
@@ -595,7 +595,10 @@ auths.domain=域名 auths.host=主機地址
auths.port=主機端口
auths.base_dn=Base DN
-auths.attributes=搜尋屬性
+auths.attribute_username=用戶名屬性
+auths.attribute_name=名子屬性
+auths.attribute_surname=姓氏屬性
+auths.attribute_mail=電子郵箱屬性
auths.filter=搜尋過濾
auths.ms_ad_sa=Ms Ad SA
auths.smtp_auth=SMTP 授權類型
@@ -647,7 +650,7 @@ config.reset_password_code_lives=重置密碼連結有效期 config.webhook_config=Web 鉤子配置
config.task_interval=任務周期
config.deliver_timeout=推送超時
-config.skip_tls_verify=Skip TLS Verify
+config.skip_tls_verify=忽略 TLS 驗證
config.mailer_config=郵件配置
config.mailer_enabled=啟用服務
config.mailer_name=發送者名稱
@@ -693,12 +696,12 @@ notices.op=操作 notices.delete_success=系統提示刪除成功!
[action]
-create_repo=創建了倉庫 <a href="%s/%s">%s</a>
-commit_repo=推送了 <a href="%s/%s/src/%s">%s</a> 分支的代碼到 <a href="%s/%s">%s</a>
-create_issue=`創建了問題 <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-comment_issue=`評論了問題 <a href="%s/issues/%s">%[1]s#%[2]s</a>`
-transfer_repo=將倉庫 <code>%s</code> 轉移至 <a href="/%s%s">%s</a>
-push_tag=推送了標籤 <a href="%s/%s/src/%s">%s</a> 到 <a href="%s/%s">%s</a>
+create_repo=創建了倉庫 <a href="%s">%s</a>
+commit_repo=推送了 <a href="%s/src/%s">%[2]s</a> 分支的代碼到 <a href="%[1]s">%[3]s</a>
+create_issue=`創建了問題 <a href="%s/issues/%s">%s#%[2]s</a>`
+comment_issue=`評論了問題 <a href="%s/issues/%s">%s#%[2]s</a>`
+transfer_repo=將倉庫 <code>%s</code> 轉移至 <a href="%s">%s</a>
+push_tag=推送了標籤 <a href="%s/src/%s">%[2]s</a> 到 <a href="%[1]s">%[3]s</a>
compare_2_commits=查看 2 次提交的內容對比
[tool]
|