| @@ -79,6 +79,7 @@ Retype = Kennwort erneut eingeben | |||
| SSHTitle = SSH Schlüsselname | |||
| HttpsUrl = HTTPS URL | |||
| PayloadUrl = Payload URL | |||
| TeamName = Team name | |||
| require_error = ` darf nicht leer sein.` | |||
| alpha_dash_error = ` must be valid alpha or numeric or dash(-_) characters.` | |||
| @@ -94,16 +95,19 @@ password_not_match = Die Kennwörter stimmen nicht überein. | |||
| username_been_taken = Benutzername ist bereits vergeben. | |||
| repo_name_been_taken = Repository Name ist bereits vergeben. | |||
| org_name_been_taken = Organisationsname ist bereits vergeben. | |||
| team_name_been_taken = Team name has been already taken. | |||
| email_been_used = E-Mail-Adresse ist bereits vergeben. | |||
| ssh_key_been_used = Public-Key Name wird bereits verwendet. | |||
| illegal_username = Ihr Benutzername enthält ungültige Zeichen. | |||
| illegal_repo_name = Repository Name enthält ungültige Zeichen. | |||
| illegal_org_name = Organisationsname enthält ungültige Zeichen. | |||
| illegal_team_name = Team name contains illegal characters. | |||
| username_password_incorrect = Benutzername oder Kennwort ist nicht korrekt. | |||
| enterred_invalid_repo_name = Bitte stellen Sie sicher, dass der eingegeben Repository Name richtig ist. | |||
| enterred_invalid_owner_name = Bitte stellen Sie sicher, dass der eingegeben Eigentümername richtig ist. | |||
| enterred_invalid_password = Bitte stellen Sie sicher, dass das eingegebene Passwort richtig ist. | |||
| user_not_exist = Angegebener Benutzer existiert nicht. | |||
| last_org_owner = The user to remove is the last member in owner team. There must be another owner. | |||
| invalid_ssh_key = Leider sind wir nicht in der Lage, Ihren SSH-Schlüssel zu überprüfen: %s | |||
| auth_failed = Authentifizierung fehlgeschlagen: %v | |||
| @@ -151,8 +155,6 @@ social_desc = This is a list of associated social accounts. Remove any binding t | |||
| unbind = Verknüpfung entfernen | |||
| unbind_success = Die Verknüpfung zum Social Konto wurde entfernt. | |||
| manage_orgs = Organisationen verwalten | |||
| delete_account = Löschen Sie Ihr Konto | |||
| delete_prompt = Die Operation wird Ihr Konto dauerhaft löschen und kann <strong>NICHT</strong> rückgängig gemacht werden! | |||
| confirm_delete_account = Löschung bestätigen | |||
| @@ -237,6 +239,11 @@ lower_members = Mitglieder | |||
| lower_repositories = Repositories | |||
| create_new_team = Neues Team erstellen | |||
| org_desc = Beschreibung | |||
| team_name = Team Name | |||
| team_desc = Description | |||
| team_name_helper = You'll use this name to mention this team in conversations. | |||
| team_desc_helper = What is this team all about? | |||
| team_permission_desc = What permission level should this team have? | |||
| settings = Einstellungen | |||
| settings.options = Optionen | |||
| @@ -250,6 +257,89 @@ settings.delete_account = Diese Organisation löschen | |||
| settings.delete_prompt = Die Operation wird diese Organisation dauerhaft löschen und kann <strong>NICHT</strong> rückgängig gemacht werden! | |||
| settings.confirm_delete_account = Löschung bestätigen | |||
| members.public = Public | |||
| members.public_helper = make private | |||
| members.private = Private | |||
| members.private_helper = make public | |||
| members.owner = Owner | |||
| members.member = Member | |||
| members.conceal = Conceal | |||
| members.remove = Remove | |||
| members.leave = Leave | |||
| members.invite_desc = Start typing a username to invite a new member to %s: | |||
| members.invite_now = Invite Now | |||
| teams.join = Join | |||
| teams.leave = Leave | |||
| teams.read_access = Read Access | |||
| teams.read_access_helper = This team will be able to view and clone its repositories. | |||
| teams.write_access = Write Access | |||
| teams.write_access_helper = This team will be able to read its repositories, as well as push to them. | |||
| teams.admin_access = Admin Access | |||
| teams.admin_access_helper = This team will be able to push/pull to its repositories, as well as add other collaborators to them. | |||
| teams.no_desc = This team has no description | |||
| teams.settings = Settings | |||
| teams.owners_permission_desc = Owners have full access to <strong>all repositories</strong> and have <strong>admin rights</strong> to the organization. | |||
| teams.members = Team Members | |||
| teams.update_settings = Update Settings | |||
| teams.delete_team = Delete This Team | |||
| teams.add_team_member = Add Team Member | |||
| teams.delete_team_success = Given team has been successfully deleted. | |||
| 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. | |||
| teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to, and add collaborators to the team's repositories. | |||
| teams.repositories = Team Repositories | |||
| teams.add_team_repository = Add Team Repository | |||
| teams.remove_repo = Remove | |||
| [admin] | |||
| dashboard = Dashboard | |||
| users = Users | |||
| organizations = Organizations | |||
| repositories = Repositories | |||
| authentication = Authentications | |||
| config = Configuration | |||
| monitor = Monitoring | |||
| dashboard.statistic = Statistic | |||
| dashboard.operations = Operations | |||
| dashboard.system_status = System Monitor Status | |||
| dashboard.statistic_info = Gogs database has <b>%d</b> users, <b>%d</b> organizations, <b>%d</b> public keys, <b>%d</b> repositories, <b>%d</b> watches, <b>%d</b> stars, <b>%d</b> actions, <b>%d</b> accesses, <b>%d</b> issues, <b>%d</b> comments, <b>%d</b> social accounts, <b>%d</b> follows, <b>%d</b> mirrors, <b>%d</b> releases, <b>%d</b> login sources, <b>%d</b> webhooks, <b>%d</b> milestones, <b>%d</b> labels, <b>%d</b> hook tasks, <b>%d</b> teams, <b>%d</b> update tasks, <b>%d</b> attachments. | |||
| dashboard.operation_name = Operation Name | |||
| dashboard.operation_switch = Switch | |||
| dashboard.operation_run = Run | |||
| dashboard.clean_unbind_oauth = Clean unbound OAuthes | |||
| dashboard.delete_inactivate_accounts = Delete all inactivate accounts | |||
| dashboard.server_uptime = Server Uptime | |||
| dashboard.current_goroutine = Current Goroutines | |||
| dashboard.current_memory_usage = Current Memory Usage | |||
| dashboard.total_memory_allocated = Total Memory Allocated | |||
| dashboard.memory_obtained = Memory Obtained | |||
| dashboard.pointer_lookup_times = Pointer Lookup Times | |||
| dashboard.memory_allocate_times = Memory Allocate Times | |||
| dashboard.memory_free_times = Memory Free Times | |||
| dashboard.current_heap_usage = Current Heap Usage | |||
| dashboard.heap_memory_obtained = Heap Memory Obtained | |||
| dashboard.heap_memory_idle = Heap Memory Idle | |||
| dashboard.heap_memory_in_use = Heap Memory In Use | |||
| dashboard.heap_memory_released = Heap Memory Released | |||
| dashboard.heap_objects = Heap Objects | |||
| dashboard.bootstrap_stack_usage = Bootstrap Stack Usage | |||
| dashboard.stack_memory_obtained = Stack Memory Obtained | |||
| dashboard.mspan_structures_usage = MSpan Structures Usage | |||
| dashboard.mspan_structures_obtained = MSpan Structures Obtained | |||
| dashboard.mcache_structures_usage = MCache Structures Usage | |||
| dashboard.mcache_structures_obtained = MCache Structures Obtained | |||
| dashboard.profiling_bucket_hash_table_obtained = Profiling Bucket Hash Table Obtained | |||
| dashboard.gc_metadata_obtained = GC Metadada Obtained | |||
| dashboard.other_system_allocation_obtained = Other System Allocation Obtained | |||
| dashboard.next_gc_recycle = Next GC Recycle | |||
| dashboard.last_gc_time = Since Last GC Time | |||
| dashboard.total_gc_time = Total GC Pause | |||
| dashboard.total_gc_pause = Total GC Pause | |||
| dashboard.last_gc_pause = Last GC Pause | |||
| dashboard.gc_times = GC Times | |||
| [action] | |||
| create_repo = created repository <a href="/%s">%s</a> | |||
| commit_repo = pushed to <a href="/%s/src/%s">%s</a> at <a href="/%s">%s</a> | |||