fix #864 with migration and update locale

This commit is contained in:
Unknwon 2015-07-26 22:06:28 +08:00
parent 6f8e388b55
commit 686dd59916
19 changed files with 587 additions and 96 deletions

View file

@ -143,6 +143,11 @@ invalid_code=Sorry, uw bevestigingscode is verlopen of niet meer geldig.
reset_password_helper=Klik hier om uw wachtwoord opnieuw in te stellen.
password_too_short=De lengte van uw wachtwoord moet minimaal zes karakters zijn.
[modal]
yes=Yes
no=No
modify=Modify
[form]
UserName=Gebruikersnaam
RepoName=Repositorie naam
@ -159,6 +164,7 @@ AdminEmail=E-mail beheerder
require_error=kan niet leeg zijn.
alpha_dash_error=moet een valide alfanumeriek of dash(-_) karakter zijn.
alpha_dash_dot_error=moet een valide alfanumeriek, dash(-_) of (.) punt karakter zijn.
size_error=` must be size %s.`
min_size_error=moet minimaal %s karakters bevatten.
max_size_error=mag maximaal %s karakters bevatten.
email_error=is niet een valide e-mail adres.
@ -316,6 +322,8 @@ migrate_repo=Migreer repositorie
migrate.clone_address=Clone adres
migrate.invalid_local_path=Ongeldig lokaal pad, het pad bestaat niet of het is geen map.
forked_from=forked from
fork_from_self=You cannot fork repository you already owned!
copy_link=Kopieer
click_to_copy=Kopieer link naar plakbord
copied=Gekopieerd
@ -338,6 +346,8 @@ branch_and_tags=Aftakkingen & labels
branches=Aftakkingen
tags=Labels
issues=Kwesties
labels=Labels
milestones=Milestones
commits=Commits
releases=Publicaties
file_raw=Ruwe
@ -354,6 +364,34 @@ commits.date=Datum
commits.older=Ouder
commits.newer=Nieuwer
issues.new=New Issue
issues.new_label=New Label
issues.new_label_placeholder=Label name...
issues.open_tab=%d Open
issues.close_tab=%d Closed
issues.filter_label=Label
issues.filter_label_no_select=No selected label
issues.filter_milestone=Milestone
issues.filter_assignee=Assignee
issues.filter_type=Type
issues.filter_type.all_issues=All issues
issues.filter_type.assigned_to_you=Assigned to you
issues.filter_type.created_by_you=Created by you
issues.filter_type.mentioning_you=Mentioning you
issues.opened_by=opened %[1]s by <a href="/%[2]s">%[2]s</a>
issues.previous=Previous Page
issues.next=Next Page
issues.label_title=Label name
issues.label_color=Label color
issues.label_count=%d labels
issues.label_open_issues=%d open issues
issues.label_edit=Edit
issues.label_delete=Delete
issues.label_modify=Label Modification
issues.label_deletion=Label Deletion
issues.label_deletion_desc=Delete label will remove its information in all related issues. Do you want to continue?
issues.label_deletion_success=Label has been deleted successfully!
settings=Instellingen
settings.options=Opties
settings.collaboration=Samenwerking
@ -680,7 +718,7 @@ config.enable_cache_avatar=Avatar Cache inschakelen
config.active_code_lives=Actieve Code leven
config.reset_password_code_lives=Reset wachtwoord Code leven
config.webhook_config=Webhook configuratie
config.queue_length=Queue Length
config.task_interval=Taakinterval
config.deliver_timeout=Bezorging verlooptijd
config.skip_tls_verify=TLS certificaat controle overslaan
config.mailer_config=Mailerconfiguatie