ggdgsdbsdbbb / translations / en.tr
991 lines · 991 sloc · 14.96 KB · 53a36b4a41aa6dcaa188b940342a2af42a3a96e9
Raw
1welcome_to_gitly
2Welcome to Gitly! Looks like you've just set it up, you'll need to register
3the main administrator account for this server.
4-----
5register
6Register
7-----
8register_admin_account
9Register an admin account
10-----
11new_repository
12New repo
13-----
14repo_being_cloned_plz_wait
15Your repo is being cloned. Please wait a bit...
16-----
17repo_being_cloned_clone_url
18Clone URL:
19-----
20username
21Username
22-----
23password
24Password
25-----
26email
27Email
28-----
29index_intro
30Gitly is an open-source development platform that has the following features
31-----
32index_source_hosting
33Source code hosting
34-----
35index_project_management
36Project management
37-----
38index_ci_cd
39CI & CD
40-----
41index_main_features
42Main features:
43-----
44index_feature_light_fast
45Light and fast
46-----
47index_feature_minimal_ram
48Minimal amount of RAM usage (works great on the cheapest $3.5 AWS Lightsail instance)
49-----
50index_feature_easy_deploy
51Easy to deploy (a single <1 MB binary that includes compiled templates)
52-----
53index_feature_no_js
54Works without JavaScript
55-----
56index_feature_lang_stats
57Detailed language stats for each directory
58-----
59index_feature_top_files
60"Top files" feature to give an overview of the project
61-----
62index_feature_fast_ci
63Very fast CI with pre-cached dependencies
64-----
65index_feature_pr_no_fork
66Submitting a pull request without forking the repository
67-----
68index_open_source
69Open source
70-----
71index_all_open_source
72All features are open source
73-----
74index_min_ram
75Minimum RAM
76-----
77index_cheapest_server
78Cheapest server
79-----
80index_works_no_js
81Works without JS
82-----
83index_detailed_lang_stats
84Detailed language stats
85-----
86index_install_size
87Installation size
88-----
89index_load_time
90Time to load vlang/v repo main page
91-----
92index_ci_features_header
93CI features
94-----
95index_cpu_cores
96# CPU cores
97-----
98index_dep_cache
99Built-in dependency cache
100-----
101index_separate_instance
102A separate instance with an option to SSH to
103-----
104index_instant_start
105Instant start on commit/PR
106-----
107index_stop_ci
108An easy way to stop entire CI run (manually or on new commit/PR/force push)
109-----
110index_logs_storage_time
111CI logs storage time
112-----
113index_basic_ci_minutes
114CI minutes in a basic package
115-----
116index_price_per_user
117Price per user per month
118-----
119index_yes
120Yes
121-----
122index_no
123No
124-----
125index_partially
126Partially
127-----
128index_three_months
1293 months
130-----
131index_six_months
1326 months
133-----
134index_check_action
135Check out Gitly in action by browsing the V language repo:
136-----
137open_source_title
138What GitLab features are not open source
139-----
140open_source_intro
141GitLab is often presented as the open-source alternative to GitHub. In reality, only the Community Edition (CE) is open source under the MIT license. Most of the features GitLab actually advertises and sells live in the proprietary Enterprise Edition (EE), which is released under a non-free source-available license. If you self-host the free CE, you do not get them.
142-----
143open_source_ee_only_title
144A non-exhaustive list of EE-only (proprietary) features:
145-----
146open_source_feat_advanced_search
147Advanced search (Elasticsearch-powered code search across projects)
148-----
149open_source_feat_mr_approvals
150Multiple merge request approval rules and required approvers
151-----
152open_source_feat_security_scanning
153SAST, DAST, container scanning and secret detection
154-----
155open_source_feat_dependency_scanning
156Dependency scanning and license compliance
157-----
158open_source_feat_compliance
159Compliance frameworks and compliance dashboards
160-----
161open_source_feat_audit_events
162Full audit events and audit reports
163-----
164open_source_feat_epics
165Epics and multi-level epics
166-----
167open_source_feat_roadmaps
168Roadmaps and milestone planning views
169-----
170open_source_feat_portfolio
171Portfolio and value stream analytics
172-----
173open_source_feat_protected_envs
174Protected environments and deployment approvals
175-----
176open_source_feat_geo
177Geo replication across multiple regions
178-----
179open_source_feat_dr
180Disaster recovery
181-----
182open_source_feat_group_saml
183Group-level SAML SSO and SCIM provisioning
184-----
185open_source_feat_ldap_sync
186LDAP group sync and Kerberos integration
187-----
188open_source_feat_push_rules
189Push rules and required pipeline configurations
190-----
191open_source_feat_insights
192Insights, value stream dashboards and DORA metrics
193-----
194open_source_outro
195Gitly takes a different approach: every feature is part of the same open-source codebase. There is no Enterprise Edition, no paywalled module, and no separate "premium" repository.
196-----
197new_repo_title
198Create a new repository
199-----
200new_repo_name
201Name
202-----
203new_repo_description
204Description
205-----
206new_repo_optional
207(optional)
208-----
209new_repo_clone_url
210Clone URL
211-----
212new_repo_clone_hint
213(only if you want to clone an existing repository)
214-----
215new_repo_import_issues
216Import issues from GitHub
217-----
218new_repo_visibility
219Repository visibility
220-----
221new_repo_public
222Public
223-----
224new_repo_public_desc
225Anyone on the internet can see this repository.
226-----
227new_repo_private
228Private
229-----
230new_repo_private_desc
231You choose who can see and commit to this repository.
232-----
233new_repo_create
234Create repository
235-----
236commits_count
237commit|commits|commits
238-----
239issues_count
240issue|issues|issues
241-----
242prs_count
243pull request|pull requests|pull requests
244-----
245contributors_count
246contributor|contributors|contributors
247-----
248branches_count
249branch|branches|branches
250-----
251releases_count
252release|releases|releases
253-----
254tags_count
255tag|tags|tags
256-----
257topics_count
258discussion|discussions|discussions
259-----
260stars_count
261star|stars|stars
262-----
263watchers_count
264watcher|watchers|watchers
265-----
266ci_label
267CI
268-----
269pr_pull_requests
270Pull requests
271-----
272pr_new
273New pull request
274-----
275pr_tab_open
276Open
277-----
278pr_tab_merged
279Merged
280-----
281pr_tab_closed
282Closed
283-----
284pr_none
285No pull requests.
286-----
287pr_status_open
288Open
289-----
290pr_status_merged
291Merged
292-----
293pr_status_closed
294Closed
295-----
296pr_wants_to_merge
297wants to merge
298-----
299pr_into
300into
301-----
302pr_conversation
303Conversation
304-----
305pr_files_changed
306Files changed
307-----
308pr_files_changed_label
309files changed
310-----
311pr_commits_label
312commits
313-----
314pr_review_approved
315approved
316-----
317pr_review_changes_requested
318requested changes
319-----
320pr_review_commented
321commented
322-----
323pr_commented
324commented
325-----
326pr_leave_comment
327Leave a comment
328-----
329pr_comment_button
330Comment
331-----
332pr_merge
333Merge pull request
334-----
335pr_close
336Close pull request
337-----
338pr_reopen
339Reopen pull request
340-----
341pr_open_title
342Open a pull request
343-----
344pr_compare_desc
345Compare two branches in this repository and propose a merge. Forks are not required.
346-----
347pr_base
348base
349-----
350pr_compare
351compare
352-----
353pr_choose_branch
354(choose a branch)
355-----
356pr_compare_button
357Compare
358-----
359pr_no_commits_between
360No commits between these branches.
361-----
362pr_title_placeholder
363Title
364-----
365pr_description_placeholder
366Describe the changes (optional)
367-----
368pr_create
369Create pull request
370-----
371pr_commits_heading
372Commits
373-----
374pr_by
375by
376-----
377pr_no_file_changes
378No file changes detected.
379-----
380pr_binary_file
381Binary file not shown.
382-----
383pr_line_comment_placeholder
384Add a review comment on this line (optional)
385-----
386pr_overall_review_placeholder
387Overall review comment (optional)
388-----
389pr_review_action_comment
390Comment
391-----
392pr_review_action_approve
393Approve
394-----
395pr_review_action_request_changes
396Request changes
397-----
398pr_submit_review
399Submit review
400-----
401pr_your_pulls
402Your pull requests
403-----
404pr_none_user
405You haven't opened any pull requests yet.
406-----
407pr_opened
408opened
409-----
410pr_comments_title
411Comments
412-----
413webhooks
414Webhooks
415-----
416webhook_new
417New webhook
418-----
419webhook_none
420No webhooks configured.
421-----
422webhook_url
423Payload URL
424-----
425webhook_secret
426Secret
427-----
428webhook_secret_hint
429Used to compute the X-Gitly-Signature header (HMAC-SHA256). Optional but recommended.
430-----
431webhook_events
432Events to deliver
433-----
434webhook_event_push
435Push
436-----
437webhook_event_issue
438Issues
439-----
440webhook_event_pr
441Pull requests
442-----
443webhook_event_comment
444Comments
445-----
446webhook_event_release
447Releases
448-----
449webhook_create
450Create webhook
451-----
452webhook_delete
453Delete
454-----
455webhook_active
456Active
457-----
458webhook_inactive
459Inactive
460-----
461webhook_last_status
462Last response
463-----
464webhook_never_delivered
465Never delivered
466-----
467webhook_deliveries
468Recent deliveries
469-----
470webhook_back
471Back to webhooks
472-----
473manage_webhooks
474Manage webhooks
475-----
476discussions
477Discussions
478-----
479discussion_new
480New discussion
481-----
482discussion_none
483No discussions yet.
484-----
485discussion_create
486Create discussion
487-----
488discussion_title_placeholder
489Discussion title
490-----
491discussion_body_placeholder
492Start the conversation...
493-----
494discussion_category
495Category
496-----
497discussion_category_general
498General
499-----
500discussion_category_qa
501Q&A
502-----
503discussion_category_announcement
504Announcement
505-----
506discussion_category_idea
507Ideas
508-----
509discussion_locked
510Locked
511-----
512discussion_reply_placeholder
513Reply to this discussion
514-----
515discussion_reply_button
516Post reply
517-----
518discussion_lock
519Lock discussion
520-----
521discussion_unlock
522Unlock discussion
523-----
524discussion_delete
525Delete discussion
526-----
527discussion_answer
528Mark as answer
529-----
530discussion_answered
531Answered
532-----
533discussion_opened
534opened
535-----
536projects
537Projects
538-----
539project_new
540New project
541-----
542project_none
543No projects yet.
544-----
545project_create
546Create project
547-----
548project_name_placeholder
549Project name
550-----
551project_description_placeholder
552Project description (optional)
553-----
554project_delete
555Delete project
556-----
557project_add_column
558Add column
559-----
560project_column_name_placeholder
561Column name (e.g. Todo, In progress, Done)
562-----
563project_add_card
564Add card
565-----
566project_card_title_placeholder
567Card title
568-----
569project_card_note_placeholder
570Notes (optional)
571-----
572project_card_save
573Save card
574-----
575project_card_delete
576Delete
577-----
578project_column_delete
579Delete column
580-----
581project_column_empty
582No cards.
583-----
584milestones
585Milestones
586-----
587milestone_new
588New milestone
589-----
590milestone_none
591No milestones yet.
592-----
593milestone_create
594Create milestone
595-----
596milestone_title_placeholder
597Milestone title
598-----
599milestone_description_placeholder
600Description (optional)
601-----
602milestone_due_date
603Due date
604-----
605milestone_status_open
606Open
607-----
608milestone_status_closed
609Closed
610-----
611milestone_close
612Close milestone
613-----
614milestone_reopen
615Reopen milestone
616-----
617milestone_delete
618Delete milestone
619-----
620milestone_progress
621Progress
622-----
623milestone_issues
624Linked issues
625-----
626milestone_no_issues
627No issues linked yet.
628-----
629twofa_title
630Two-factor authentication
631-----
632twofa_status_enabled
633Two-factor authentication is enabled.
634-----
635twofa_status_disabled
636Two-factor authentication is disabled.
637-----
638twofa_enable
639Enable two-factor authentication
640-----
641twofa_disable
642Disable two-factor authentication
643-----
644twofa_setup_intro
645Scan the QR code with an authenticator app (Aegis, Google Authenticator, 1Password, ...), or enter the secret manually. Then enter the 6-digit code below to confirm.
646-----
647twofa_secret
648Secret
649-----
650twofa_code
6516-digit code
652-----
653twofa_verify
654Verify and enable
655-----
656twofa_login_prompt
657Enter the 6-digit code from your authenticator app to continue.
658-----
659twofa_login_button
660Verify
661-----
662twofa_invalid
663Invalid code, try again.
664-----
665api_tokens
666API tokens
667-----
668api_token_new
669New API token
670-----
671api_token_none
672No API tokens yet.
673-----
674api_token_name
675Token name
676-----
677api_token_create
678Create token
679-----
680api_token_revoke
681Revoke
682-----
683api_token_show_once
684This token is shown only once. Copy it now:
685-----
686api_docs
687API documentation
688-----
689repo_delete_warning
690This repo will be permanently removed with no way to revert this action.
691-----
692repo_delete_public_intro
693It's a public repository with:
694-----
695repo_delete_public_outro
696All of them will be lost.
697-----
698repo_delete_confirm_question
699Are you sure you want to continue?
700-----
701repo_delete_confirm_yes
702Yes, delete repository
703-----
704repo_delete_cancel
705Cancel
706-----
707settings_title
708Settings
709-----
710danger_zone
711Danger zone
712-----
713transfer_ownership
714Transfer ownership
715-----
716transfer_ownership_desc
717Move this repository to another user. Type the full path to confirm.
718-----
719new_owner_username
720New owner username
721-----
722move_repo
723Move repo
724-----
725delete_repo_title
726Delete this repository
727-----
728delete_repo_desc
729Once deleted, the repository is gone. Type the full path to confirm.
730-----
731delete_repo
732Delete repo
733-----
734features_section_title
735Features
736-----
737features_section_desc
738Enable or disable features for this repository.
739-----
740save_features
741Save features
742-----
743wiki
744Wiki
745-----
746header_search_placeholder
747Search...
748-----
749header_login
750Log in
751-----
752header_register
753Register
754-----
755header_profile
756Profile
757-----
758header_repositories
759Repositories
760-----
761header_issues
762Issues
763-----
764header_stars
765Stars
766-----
767header_feed
768Feed
769-----
770header_settings
771Settings
772-----
773header_admin_panel
774Admin Panel
775-----
776header_signed_in_as
777Signed in as
778-----
779header_sign_out
780Sign out
781-----
782issue_issues
783Issues
784-----
785issue_new
786New issue
787-----
788issue_none
789No issues yet.
790-----
791issue_your_issues
792Issues
793-----
794issue_assigned_to_me
795Assigned to me
796-----
797issue_created_by_me
798Created by me
799-----
800issue_mentioned
801Mentioned
802-----
803issue_recent_activity
804Recent activity
805-----
806issue_none_assigned
807No issues are assigned to you.
808-----
809issue_none_created
810You haven't opened any issues yet.
811-----
812issue_none_mentioned
813You haven't been mentioned in any issues.
814-----
815issue_none_activity
816No recent issue activity.
817-----
818issue_opened
819opened
820-----
821issue_by
822by
823-----
824issue_comments_title
825Comments
826-----
827admin_stats_running_since
828Gitly runs since
829-----
830admin_stats_total_users
831Registered users
832-----
833admin_stats_total_repos
834Repositories
835-----
836admin_stats_total_commits
837Commits
838-----
839admin_stats_total_issues
840Issues
841-----
842admin_stats_new_users
843New users
844-----
845admin_stats_new_repos
846New repositories
847-----
848admin_stats_commits
849Commits
850-----
851admin_stats_new_issues
852New issues
853-----
854admin_stats_last_n_days
855Last 30 days
856-----
857commit_committed
858committed
859-----
860commit_view_patch
861View patch
862-----
863commit_files_changed
864files changed
865-----
866commit_additions
867additions
868-----
869commit_deletions
870deletions
871-----
872commit_no_changes
873No file changes in this commit.
874-----
875commit_binary_file
876Binary file not shown.
877-----
878commit_file_new
879new file
880-----
881commit_file_deleted
882deleted
883-----
884commit_file_renamed
885renamed
886-----
887commits_on
888Commits on
889-----
890browse_repo_at_point
891Browse repository at this point
892-----
893about_section
894About
895-----
896no_description
897No description provided.
898-----
899readme_link
900Readme
901-----
902license_link
903License
904-----
905stars_label
906stars
907-----
908watching_label
909watching
910-----
911sponsor_section
912Sponsor this project
913-----
914sponsor_action
915Sponsor
916-----
917releases_section
918Releases
919-----
920contributors_section
921Contributors
922-----
923latest_label
924Latest
925-----
926releases_more
927more releases
928-----
929no_releases
930No releases published
931-----
932no_contributors
933No contributors yet
934-----
935star_action
936Star
937-----
938starred
939Starred
940-----
941watch_action
942Watch
943-----
944unwatch_action
945Unwatch
946-----
947user_edit_profile
948Edit profile
949-----
950user_pinned_repos
951Pinned repositories
952-----
953user_view_all_repos
954View all
955-----
956user_no_repos
957No repositories yet.
958-----
959user_repo_public
960Public
961-----
962user_repo_private
963Private
964-----
965user_contributions_in_year
966contributions in the last year
967-----
968user_commits_label
969commits
970-----
971user_heatmap_less
972Less
973-----
974user_heatmap_more
975More
976-----
977user_contribution_activity
978Contribution activity
979-----
980user_activity_joined
981Joined Gitly
982-----
983user_activity_first_repo
984First repository
985-----
986user_activity_first_issue
987First issue
988-----
989user_activity_on
990on
991-----
992