diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml index 37b56f92030078c78bd6917baeb68886edf51acd..4673ddf6fe6c143c4c5ec6630e1453d2aad9d76d 100644 --- a/app/views/help/_shortcuts.html.haml +++ b/app/views/help/_shortcuts.html.haml @@ -3,9 +3,9 @@ .modal-content .modal-header %h4.modal-title - Keyboard Shortcuts + = _("Keyboard Shortcuts") %small - = link_to '(Show all)', '#', class: 'js-more-help-button' + = link_to _('(Show all)'), '#', class: 'js-more-help-button' %button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') } %span{ "aria-hidden": true } × .modal-body @@ -15,170 +15,170 @@ %tbody %tr %th - %th Global Shortcuts + %th= _('Global Shortcuts') %tr %td.shortcut %kbd s - %td Focus Search + %td= _("Focus Search") %tr %td.shortcut %kbd f - %td Focus Filter + %td= _("Focus Filter") - if performance_bar_enabled? %tr %td.shortcut %kbd p b - %td Show/hide the Performance Bar + %td= _("Show/hide the Performance Bar") %tr %td.shortcut %kbd ? - %td Show/hide this dialog + %td= _("Show/hide this dialog") %tr %td.shortcut - if browser.platform.mac? %kbd ⌘ shift p - else %kbd ctrl shift p - %td Toggle Markdown preview + %td= _("Toggle Markdown preview") %tr %td.shortcut %kbd %i.fa.fa-arrow-up - %td Edit last comment (when focused on an empty textarea) + %td= _('Edit last comment (when focused on an empty textarea)') %tr %td.shortcut %kbd shift t %td - Go to todos + = _('Go to todos') %tr %td.shortcut %kbd shift a %td - Go to the activity feed + = _('Go to the activity feed') %tr %td.shortcut %kbd shift p %td - Go to projects + = _('Go to projects') %tr %td.shortcut %kbd shift i %td - Go to issues + = _('Go to issues') %tr %td.shortcut %kbd shift m %td - Go to merge requests + = _('Go to merge requests') %tr %td.shortcut %kbd shift g %td - Go to groups + = _('Go to groups') %tr %td.shortcut %kbd shift l %td - Go to milestones + = _('Go to milestones') %tr %td.shortcut %kbd shift s %td - Go to snippets + = _('Go to snippets') %tbody %tr %th - %th Finding Project File + %th= _('Finding Project File') %tr %td.shortcut %kbd %i.fa.fa-arrow-up - %td Move selection up + %td= _('Move selection up') %tr %td.shortcut %kbd %i.fa.fa-arrow-down - %td Move selection down + %td= _('Move selection down') %tr %td.shortcut %kbd enter - %td Open Selection + %td= _('Open Selection') %tr %td.shortcut %kbd esc - %td Go back + %td= _('Go back') .col-lg-4 %table.shortcut-mappings %tbody %tr %th - %th Project + %th= _('Project') %tr %td.shortcut %kbd g %kbd p %td - Go to the project's overview page + = _("Go to the project's overview page") %tr %td.shortcut %kbd g %kbd v %td - Go to the project's activity feed + = _("Go to the project's activity feed") %tr %td.shortcut %kbd g %kbd f %td - Go to files + = _('Go to files') %tr %td.shortcut %kbd g %kbd c %td - Go to commits + = _('Go to commits') %tr %td.shortcut %kbd g %kbd j %td - Go to jobs + = _('Go to jobs') %tr %td.shortcut %kbd g %kbd n %td - Go to network graph + = _('Go to network graph') %tr %td.shortcut %kbd g %kbd d %td - Go to repository charts + = _('Go to repository charts') %tr %td.shortcut %kbd g %kbd i %td - Go to issues + = _('Go to issues') %tr %td.shortcut %kbd g %kbd b %td - Go to issue boards + = _('Go to issue boards') %tr %td.shortcut %kbd g %kbd m %td - Go to merge requests + = _('Go to merge requests') %tr %td.shortcut %kbd g %kbd e %td - Go to environments + = _('Go to environments') %tr %td.shortcut %kbd g @@ -190,99 +190,99 @@ %kbd g %kbd k %td - Go to kubernetes + = _('Go to kubernetes') %tr %td.shortcut %kbd g %kbd s %td - Go to snippets + = _('Go to snippets') %tr %td.shortcut %kbd g %kbd w %td - Go to wiki + = _('Go to wiki') %tr %td.shortcut %kbd t - %td Go to finding file + %td= _('Go to finding file') %tr %td.shortcut %kbd i - %td New issue + %td= _('New issue') %tbody %tr %th - %th Project Files browsing + %th= _('Project Files browsing') %tr %td.shortcut %kbd %i.fa.fa-arrow-up - %td Move selection up + %td= _('Move selection up') %tr %td.shortcut %kbd %i.fa.fa-arrow-down - %td Move selection down + %td= _('Move selection down') %tr %td.shortcut %kbd enter - %td Open Selection + %td= _('Open Selection') %tbody %tr %th - %th Project File + %th= _('Project File') %tr %td.shortcut %kbd y - %td Go to file permalink + %td= _('Go to file permalink') %tbody %tr %th - %th Web IDE + %th= _('Web IDE') %tr %td.shortcut - if browser.platform.mac? %kbd ⌘ p - else %kbd ctrl p - %td Go to file + %td= _('Go to file') .col-lg-4 %table.shortcut-mappings %tbody.hidden-shortcut{ style: 'display:none' } %tr %th - %th Network Graph + %th= _('Network Graph') %tr %td.shortcut %kbd %i.fa.fa-arrow-left \/ %kbd h - %td Scroll left + %td= _('Scroll left') %tr %td.shortcut %kbd %i.fa.fa-arrow-right \/ %kbd l - %td Scroll right + %td= _('Scroll right') %tr %td.shortcut %kbd %i.fa.fa-arrow-up \/ %kbd k - %td Scroll up + %td= _('Scroll up') %tr %td.shortcut %kbd %i.fa.fa-arrow-down \/ %kbd j - %td Scroll down + %td= _('Scroll down') %tr %td.shortcut %kbd @@ -291,7 +291,7 @@ \/ %kbd shift k - %td Scroll to top + %td= _('Scroll to top') %tr %td.shortcut %kbd @@ -300,60 +300,60 @@ \/ %kbd shift j - %td Scroll to bottom + %td= _('Scroll to bottom') %tbody.hidden-shortcut{ style: 'display:none' } %tr %th - %th Issues + %th= _('Issues') %tr %td.shortcut %kbd a - %td Change assignee + %td= _('Change assignee') %tr %td.shortcut %kbd m - %td Change milestone + %td= _('Change milestone') %tr %td.shortcut %kbd r - %td Reply (quoting selected text) + %td= _('Reply (quoting selected text)') %tr %td.shortcut %kbd e - %td Edit issue + %td= _('Edit issue') %tr %td.shortcut %kbd l - %td Change Label + %td= _('Change Label') %tbody.hidden-shortcut{ style: 'display:none' } %tr %th - %th Merge Requests + %th= _('Merge Requests') %tr %td.shortcut %kbd a - %td Change assignee + %td= _('Change assignee') %tr %td.shortcut %kbd m - %td Change milestone + %td= _('Change milestone') %tr %td.shortcut %kbd r - %td Reply (quoting selected text) + %td= _('Reply (quoting selected text)') %tr %td.shortcut %kbd e - %td Edit merge request + %td= _('Edit merge request') %tr %td.shortcut %kbd l - %td Change Label + %td= _('Change Label') %tbody.hidden-shortcut{ style: 'display:none' } %tr %th - %th Wiki pages + %th= _('Wiki pages') %tr %td.shortcut %kbd e - %td Edit wiki page + %td= _('Edit wiki page') diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index 9264f0380474c9d9dda118ad9543f678f324e5f5..6adc36843aad4d2bfeebbfcc2e9c3b61880475fd 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -5,7 +5,7 @@ %h1 GitLab - Enterprise Edition + = _("Enterprise Edition") - if user_signed_in? %span= Gitlab::VERSION %small= link_to Gitlab.revision, Gitlab::COM_URL + namespace_project_commits_path('gitlab-org', 'gitlab-ee', Gitlab.revision) @@ -14,18 +14,11 @@ - unless Gitlab::CurrentSettings.help_page_hide_commercial_content? %p.slead - GitLab is open source software to collaborate on code. + = _('GitLab is open source software to collaborate on code. %{newline} Manage git repositories with fine-grained access controls that keep your code secure. %{newline} Perform code reviews and enhance collaboration with merge requests. %{newline} Each project can also have an issue tracker and a wiki. %{newline} Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.').html_safe % { newline: '
'.html_safe } %br - Manage git repositories with fine-grained access controls that keep your code secure. - %br - Perform code reviews and enhance collaboration with merge requests. - %br - Each project can also have an issue tracker and a wiki. - %br - Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises. - %br - Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank', rel: 'noopener noreferrer'}. - %p= link_to 'Check the current instance configuration ', help_instance_configuration_url + - link_to_promo = link_to(promo_host, promo_url, target: '_blank', rel: 'noopener noreferrer') + = _("Read more about GitLab at %{link_to_promo}.").html_safe % { link_to_promo: link_to_promo } + %p= link_to _('Check the current instance configuration'), help_instance_configuration_url %hr .row.prepend-top-default @@ -35,15 +28,15 @@ .col-md-4 .card .card-header - Quick help + = _('Quick help') %ul.content-list - %li= link_to 'See our website for getting help', support_url + %li= link_to _('See our website for getting help'), support_url %li %button.btn-blank.btn-link.js-trigger-search-bar{ type: 'button' } - Use the search bar on the top of this page + = _('Use the search bar on the top of this page') %li %button.btn-blank.btn-link.js-trigger-shortcut{ type: 'button' } - Use shortcuts + = _('Use shortcuts') - unless Gitlab::CurrentSettings.help_page_hide_commercial_content? - %li= link_to 'Get a support subscription', 'https://about.gitlab.com/pricing/' - %li= link_to 'Compare GitLab editions', 'https://about.gitlab.com/features/#compare' + %li= link_to _('Get a support subscription'), 'https://about.gitlab.com/pricing/' + %li= link_to _('Compare GitLab editions'), 'https://about.gitlab.com/features/#compare' diff --git a/app/views/help/instance_configuration.html.haml b/app/views/help/instance_configuration.html.haml index f09e3825a4b4df99574bdef9b9f452a6c900bccb..233e7a187fcd2b61a08a6ace6fc2d49f430b2dcd 100644 --- a/app/views/help/instance_configuration.html.haml +++ b/app/views/help/instance_configuration.html.haml @@ -1,15 +1,15 @@ -- page_title 'Instance Configuration' +- page_title _('Instance Configuration') .wiki.documentation - %h1 Instance Configuration + %h1= _('Instance Configuration') %p - In this page you will find information about the settings that are used in your current instance. + = _("In this page you will find information about the settings that are used in your current instance.") = render 'help/instance_configuration/ssh_info' = render 'help/instance_configuration/gitlab_pages' = render 'help/instance_configuration/gitlab_ci' %p - %strong Table of contents + %strong= _("Table of contents") %ul = content_for :table_content diff --git a/app/views/help/instance_configuration/_gitlab_ci.html.haml b/app/views/help/instance_configuration/_gitlab_ci.html.haml index 7fa8bd086d4fb036253135fd194d5231ae20375b..2b300c59037821f349bb187773275066c27a0a0a 100644 --- a/app/views/help/instance_configuration/_gitlab_ci.html.haml +++ b/app/views/help/instance_configuration/_gitlab_ci.html.haml @@ -6,19 +6,19 @@ GitLab CI %p - Below are the current settings regarding - = succeed('.') { link_to('GitLab CI', 'https://about.gitlab.com/gitlab-ci', target: '_blank') } + - link_to_gitlab_ci = link_to('GitLab CI', 'https://about.gitlab.com/gitlab-ci', target: '_blank') + = _("Below are the current settings regarding %{link_to_gitlab_ci}.").html_safe % { link_to_gitlab_ci: link_to_gitlab_ci } .table-responsive %table %thead %tr - %th Setting + %th= _('Setting') %th= instance_configuration_host(@instance_configuration.settings[:host]) - %th Default + %th= _('Default') %tbody %tr - artifacts_size = @instance_configuration.settings[:gitlab_ci][:artifacts_max_size] - %td Artifacts maximum size + %td= _('Artifacts maximum size') %td= instance_configuration_human_size_cell(artifacts_size[:value]) %td= instance_configuration_human_size_cell(artifacts_size[:default]) diff --git a/app/views/help/instance_configuration/_gitlab_pages.html.haml b/app/views/help/instance_configuration/_gitlab_pages.html.haml index bdd77730dccbd7d72eb3321215733540c4f5c85e..cfedd1694ed0335bac746c0330a0cc060d895374 100644 --- a/app/views/help/instance_configuration/_gitlab_pages.html.haml +++ b/app/views/help/instance_configuration/_gitlab_pages.html.haml @@ -7,29 +7,29 @@ GitLab Pages %p - Below are the settings for - = succeed('.') { link_to('Gitlab Pages', gitlab_pages[:url], target: '_blank') } + - link_to_gitlab_pages = link_to('GitLab Pages', gitlab_pages[:url], target: '_blank') + = _('Below are the settings for %{link_to_gitlab_pages}.').html_safe % { link_to_gitlab_pages: link_to_gitlab_pages } .table-responsive %table %thead %tr - %th Setting + %th= _('Setting') %th= instance_configuration_host(@instance_configuration.settings[:host]) %tbody %tr - %td Domain Name + %td= _('Domain Name') %td %code= instance_configuration_cell_html(gitlab_pages[:host]) %tr - %td IP Address + %td= _('IP Address') %td %code= instance_configuration_cell_html(gitlab_pages[:ip_address]) %tr - %td Port + %td= _('Port') %td %code= instance_configuration_cell_html(gitlab_pages[:port]) %br %p - The maximum size of your Pages site is regulated by the artifacts maximum - size which is part of #{succeed('.') { link_to('GitLab CI', '#gitlab-ci') }} + - link_to_gitlab_ci = link_to('GitLab CI', '#gitlab-ci') + = _("The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}.").html_safe % { link_to_gitlab_ci: link_to_gitlab_ci } diff --git a/app/views/help/instance_configuration/_ssh_info.html.haml b/app/views/help/instance_configuration/_ssh_info.html.haml index 987cc61b3f68aa9ca12489320187620c1700b7be..144ad6e23d6df8900b5ec89f95782859a6e43563 100644 --- a/app/views/help/instance_configuration/_ssh_info.html.haml +++ b/app/views/help/instance_configuration/_ssh_info.html.haml @@ -1,22 +1,22 @@ - ssh_info = @instance_configuration.settings[:ssh_algorithms_hashes] - if ssh_info.any? - content_for :table_content do - %li= link_to 'SSH host keys fingerprints', '#ssh-host-keys-fingerprints' + %li= link_to _('SSH host keys fingerprints'), '#ssh-host-keys-fingerprints' - content_for :settings_content do %h2#ssh-host-keys-fingerprints - SSH host keys fingerprints + = _('SSH host keys fingerprints') %p - Below are the fingerprints for the current instance SSH host keys. + = _('Below are the fingerprints for the current instance SSH host keys.') .table-responsive %table %thead %tr - %th Algorithm - %th MD5 - %th SHA256 + %th= _('Algorithm') + %th= _('MD5') + %th= _('SHA256') %tbody - ssh_info.each do |algorithm| %tr diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml index b32b602ceb35c4669aedef8802923b5c13cd8b89..82194b1c0a4480981cb0041e393e7309b8a4ad50 100644 --- a/app/views/help/ui.html.haml +++ b/app/views/help/ui.html.haml @@ -1,40 +1,39 @@ -- page_title "UI Development Kit", "Help" +- page_title _("UI Development Kit"), _("Help") - lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed fermentum nisi sapien, non consequat lectus aliquam ultrices. Suspendisse sodales est euismod nunc condimentum, a consectetur diam ornare." .gitlab-ui-dev-kit - %h1 GitLab UI development kit + %h1= _("GitLab UI development kit") %p.light - Use page inspector in your browser to check element classes and structure - of examples below. + = _("Use page inspector in your browser to check element classes and structure of examples below.") %hr %ul %li - = link_to 'Blocks', '#blocks' + = link_to _('Blocks'), '#blocks' %li - = link_to 'Lists', '#lists' + = link_to _('Lists'), '#lists' %li - = link_to 'Tables', '#tables' + = link_to _('Tables'), '#tables' %li - = link_to 'Nav', '#nav' + = link_to _('Nav'), '#nav' %li - = link_to 'Buttons', '#buttons' + = link_to _('Buttons'), '#buttons' %li - = link_to 'Dropdowns', '#dropdowns' + = link_to _('Dropdowns'), '#dropdowns' %li - = link_to 'Panels', '#panels' + = link_to _('Panels'), '#panels' %li - = link_to 'Alerts', '#alerts' + = link_to _('Alerts'), '#alerts' %li - = link_to 'Forms', '#forms' + = link_to _('Forms'), '#forms' %li - = link_to 'Files', '#file' + = link_to _('Files'), '#file' %li - = link_to 'Markdown', '#markdown' + = link_to _('Markdown'), '#markdown' - %h2#blocks Blocks + %h2#blocks= _("Blocks") .lead - Content block separated with botton border + = _("Content block separated with botton border") %code .content-block .example @@ -47,7 +46,7 @@ = lorem .lead - Gray content block with side padding using + = _("Gray content block with side padding using") %code .row-content-block .example @@ -61,7 +60,7 @@ .lead - Cover block for profile page with avatar, name and description + = _("Cover block for profile page with avatar, name and description") %code .cover-block .example .cover-block @@ -80,10 +79,10 @@ = link_to '#', class: 'btn btn-default' do = icon('rss') - %h2#lists Lists + %h2#lists= _("Lists") .lead - Simple list using + = _("Simple list using") %code .content-list .example @@ -96,7 +95,7 @@ One item .lead - List with avatar, title and description using + = _("List with avatar, title and description using") %code .content-list .example @@ -115,7 +114,7 @@ .description Description .lead - List with hover effect + = _("List with hover effect") %code .hover-list .example %ul.hover-list @@ -127,7 +126,7 @@ One item .lead - List inside panel + = _("List inside panel") .example .card .card-header Your list @@ -139,7 +138,7 @@ %li One item - %h2#tables Tables + %h2#tables= _("Tables") .example %table.table @@ -166,10 +165,10 @@ %td the Bird %td @twitter - %h2#navs Navigation + %h2#navs= _("Navigation") .lead - Holder for top page navigation. Includes navigation, search field, sorting and button + = _("Holder for top page navigation. Includes navigation, search field, sorting and button") %code .top-area .example @@ -192,7 +191,7 @@ = link_to 'New issue', '#', class: 'btn btn-new btn-inverted' .lead - Only nav links without button and search + = _("Only nav links without button and search") %code .nav-links .example %ul.nav-links @@ -202,7 +201,7 @@ %a Closed - %h2#buttons Buttons + %h2#buttons= _("Buttons") .example %button.btn.btn-default{ :type => "button" } Secondary @@ -213,7 +212,7 @@ %button.btn.btn-danger{ :type => "button" } Danger %button.btn.btn-link{ :type => "button" } Link - %h2#dropdowns Dropdowns + %h2#dropdowns= _("Dropdowns") .example .clearfix @@ -411,7 +410,7 @@ %div = dropdown_tag("Projects", options: { title: "Go to project", filter: true, placeholder: "Filter projects" }) - %h2#panels Panels + %h2#panels= _("Panels") .row .col-md-6 @@ -437,7 +436,7 @@ .card-body = lorem - %h2#alerts Alerts + %h2#alerts= _("Alerts") .row .col-md-6 @@ -454,7 +453,7 @@ %h2#forms Forms .lead - Horizontal form when label rendered inline with input + = _("Horizontal form when label rendered inline with input") %code form.horizontal-form .example @@ -478,7 +477,7 @@ %button.btn.btn-default{ :type => "submit" } Sign in .lead - Form when label rendered above input + = _("Form when label rendered above input") %code form .example @@ -495,7 +494,7 @@ Remember me %button.btn.btn-default{ :type => "submit" } Sign in - %h2#file File + %h2#file= _("File") %h4 %code .file-holder diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 0ea8789d6cbfc5b9435051434d264fa0aa5b3903..0b88391c47d4be23730078ddbbf9f2e90b0c4ff8 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -188,6 +188,9 @@ msgstr[1] "" msgid "%{unstaged} unstaged and %{staged} staged changes" msgstr "" +msgid "(Show all)" +msgstr "" + msgid "+ %{moreCount} more" msgstr "" @@ -498,6 +501,12 @@ msgstr "" msgid "Advanced settings" msgstr "" +msgid "Alerts" +msgstr "" + +msgid "Algorithm" +msgstr "" + msgid "All" msgstr "" @@ -735,6 +744,9 @@ msgstr "" msgid "Artifacts" msgstr "" +msgid "Artifacts maximum size" +msgstr "" + msgid "Ascending" msgstr "" @@ -975,6 +987,15 @@ msgstr "" msgid "Below are examples of regex for existing tools:" msgstr "" +msgid "Below are the current settings regarding %{link_to_gitlab_ci}." +msgstr "" + +msgid "Below are the fingerprints for the current instance SSH host keys." +msgstr "" + +msgid "Below are the settings for %{link_to_gitlab_pages}." +msgstr "" + msgid "Below you will find all the groups that are public." msgstr "" @@ -1050,6 +1071,9 @@ msgstr "" msgid "Bitbucket import" msgstr "" +msgid "Blocks" +msgstr "" + msgid "Blog" msgstr "" @@ -1223,6 +1247,9 @@ msgstr "" msgid "Business metrics (Custom)" msgstr "" +msgid "Buttons" +msgstr "" + msgid "ByAuthor|by" msgstr "" @@ -1310,9 +1337,18 @@ msgstr "" msgid "Certificate fingerprint" msgstr "" +msgid "Change Label" +msgstr "" + msgid "Change Weight" msgstr "" +msgid "Change assignee" +msgstr "" + +msgid "Change milestone" +msgstr "" + msgid "Change template" msgstr "" @@ -1349,6 +1385,9 @@ msgstr "" msgid "Check interval" msgstr "" +msgid "Check the current instance configuration" +msgstr "" + msgid "Checking %{text} availability…" msgstr "" @@ -2025,6 +2064,9 @@ msgstr "" msgid "Compare Git revisions" msgstr "" +msgid "Compare GitLab editions" +msgstr "" + msgid "Compare Revisions" msgstr "" @@ -2142,6 +2184,9 @@ msgstr "" msgid "ContainerRegistry|You can also use a %{deploy_token} for read-only access to the registry images." msgstr "" +msgid "Content block separated with botton border" +msgstr "" + msgid "Continue" msgstr "" @@ -2223,6 +2268,9 @@ msgstr "" msgid "Copy token to clipboard" msgstr "" +msgid "Cover block for profile page with avatar, name and description" +msgstr "" + msgid "Create" msgstr "" @@ -2409,6 +2457,9 @@ msgstr "" msgid "Decline and sign out" msgstr "" +msgid "Default" +msgstr "" + msgid "Default classification label" msgstr "" @@ -2639,6 +2690,9 @@ msgstr "" msgid "Domain" msgstr "" +msgid "Domain Name" +msgstr "" + msgid "Don't show again" msgstr "" @@ -2675,6 +2729,9 @@ msgstr "" msgid "Downvotes" msgstr "" +msgid "Dropdowns" +msgstr "" + msgid "Due date" msgstr "" @@ -2708,6 +2765,18 @@ msgstr "" msgid "Edit identity for %{user_name}" msgstr "" +msgid "Edit issue" +msgstr "" + +msgid "Edit last comment (when focused on an empty textarea)" +msgstr "" + +msgid "Edit merge request" +msgstr "" + +msgid "Edit wiki page" +msgstr "" + msgid "Elasticsearch" msgstr "" @@ -2780,6 +2849,9 @@ msgstr "" msgid "Enter in your Bitbucket Server URL and personal access token below" msgstr "" +msgid "Enterprise Edition" +msgstr "" + msgid "Environments" msgstr "" @@ -3056,6 +3128,9 @@ msgstr "" msgid "Fields on this page are now uneditable, you can configure" msgstr "" +msgid "File" +msgstr "" + msgid "Files" msgstr "" @@ -3083,6 +3158,9 @@ msgstr "" msgid "Find the newly extracted Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json file." msgstr "" +msgid "Finding Project File" +msgstr "" + msgid "Fingerprints" msgstr "" @@ -3095,6 +3173,12 @@ msgstr "" msgid "FirstPushedBy|pushed by" msgstr "" +msgid "Focus Filter" +msgstr "" + +msgid "Focus Search" +msgstr "" + msgid "FogBugz Email" msgstr "" @@ -3142,9 +3226,15 @@ msgstr "" msgid "Forking in progress" msgstr "" +msgid "Form when label rendered above input" +msgstr "" + msgid "Format" msgstr "" +msgid "Forms" +msgstr "" + msgid "Found errors in your .gitlab-ci.yml:" msgstr "" @@ -3460,6 +3550,9 @@ msgstr "" msgid "Geo|You need a different license to use Geo replication" msgstr "" +msgid "Get a support subscription" +msgstr "" + msgid "Git" msgstr "" @@ -3493,9 +3586,15 @@ msgstr "" msgid "GitLab Import" msgstr "" +msgid "GitLab UI development kit" +msgstr "" + msgid "GitLab User" msgstr "" +msgid "GitLab is open source software to collaborate on code. %{newline} Manage git repositories with fine-grained access controls that keep your code secure. %{newline} Perform code reviews and enhance collaboration with merge requests. %{newline} Each project can also have an issue tracker and a wiki. %{newline} Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises." +msgstr "" + msgid "GitLab project export" msgstr "" @@ -3523,6 +3622,9 @@ msgstr "" msgid "Gitea Import" msgstr "" +msgid "Global Shortcuts" +msgstr "" + msgid "Go Back" msgstr "" @@ -3532,6 +3634,72 @@ msgstr "" msgid "Go to %{link_to_google_takeout}." msgstr "" +msgid "Go to commits" +msgstr "" + +msgid "Go to environments" +msgstr "" + +msgid "Go to file" +msgstr "" + +msgid "Go to file permalink" +msgstr "" + +msgid "Go to files" +msgstr "" + +msgid "Go to finding file" +msgstr "" + +msgid "Go to groups" +msgstr "" + +msgid "Go to issue boards" +msgstr "" + +msgid "Go to issues" +msgstr "" + +msgid "Go to jobs" +msgstr "" + +msgid "Go to kubernetes" +msgstr "" + +msgid "Go to merge requests" +msgstr "" + +msgid "Go to milestones" +msgstr "" + +msgid "Go to network graph" +msgstr "" + +msgid "Go to projects" +msgstr "" + +msgid "Go to repository charts" +msgstr "" + +msgid "Go to snippets" +msgstr "" + +msgid "Go to the activity feed" +msgstr "" + +msgid "Go to the project's activity feed" +msgstr "" + +msgid "Go to the project's overview page" +msgstr "" + +msgid "Go to todos" +msgstr "" + +msgid "Go to wiki" +msgstr "" + msgid "Go to your fork" msgstr "" @@ -3553,6 +3721,9 @@ msgstr "" msgid "Graph" msgstr "" +msgid "Gray content block with side padding using" +msgstr "" + msgid "Group" msgstr "" @@ -3759,6 +3930,12 @@ msgstr "" msgid "History" msgstr "" +msgid "Holder for top page navigation. Includes navigation, search field, sorting and button" +msgstr "" + +msgid "Horizontal form when label rendered inline with input" +msgstr "" + msgid "Housekeeping successfully started" msgstr "" @@ -3807,6 +3984,9 @@ msgstr "" msgid "IDE|Review" msgstr "" +msgid "IP Address" +msgstr "" + msgid "Identifier" msgstr "" @@ -3912,6 +4092,9 @@ msgstr "" msgid "In the next step, you'll be able to select the projects you want to import." msgstr "" +msgid "In this page you will find information about the settings that are used in your current instance." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -3941,6 +4124,9 @@ msgid_plural "Instances" msgstr[0] "" msgstr[1] "" +msgid "Instance Configuration" +msgstr "" + msgid "Instance Statistics" msgstr "" @@ -4022,6 +4208,9 @@ msgstr "" msgid "June" msgstr "" +msgid "Keyboard Shortcuts" +msgstr "" + msgid "Koding" msgstr "" @@ -4230,12 +4419,24 @@ msgstr "" msgid "List available repositories" msgstr "" +msgid "List inside panel" +msgstr "" + +msgid "List with avatar, title and description using" +msgstr "" + +msgid "List with hover effect" +msgstr "" + msgid "List your Bitbucket Server repositories" msgstr "" msgid "List your GitHub repositories" msgstr "" +msgid "Lists" +msgstr "" + msgid "Live preview" msgstr "" @@ -4278,6 +4479,9 @@ msgstr "" msgid "Logs" msgstr "" +msgid "MD5" +msgstr "" + msgid "Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos." msgstr "" @@ -4341,6 +4545,9 @@ msgstr "" msgid "Mark todo as done" msgstr "" +msgid "Markdown" +msgstr "" + msgid "Markdown enabled" msgstr "" @@ -4623,6 +4830,12 @@ msgstr "" msgid "Move issue" msgstr "" +msgid "Move selection down" +msgstr "" + +msgid "Move selection up" +msgstr "" + msgid "Multiple issue boards" msgstr "" @@ -4638,6 +4851,12 @@ msgstr "" msgid "Name:" msgstr "" +msgid "Nav" +msgstr "" + +msgid "Navigation" +msgstr "" + msgid "Nav|Help" msgstr "" @@ -4653,6 +4872,9 @@ msgstr "" msgid "Network" msgstr "" +msgid "Network Graph" +msgstr "" + msgid "Never" msgstr "" @@ -4966,6 +5188,9 @@ msgstr "" msgid "Only mirror protected branches" msgstr "" +msgid "Only nav links without button and search" +msgstr "" + msgid "Only project members can comment." msgstr "" @@ -4975,6 +5200,9 @@ msgstr "" msgid "Open" msgstr "" +msgid "Open Selection" +msgstr "" + msgid "Open in Xcode" msgstr "" @@ -5050,6 +5278,9 @@ msgstr "" msgid "Pagination|« First" msgstr "" +msgid "Panels" +msgstr "" + msgid "Part of merge request changes" msgstr "" @@ -5290,6 +5521,9 @@ msgstr "" msgid "Please wait while we import the repository for you. Refresh at will." msgstr "" +msgid "Port" +msgstr "" + msgid "Preferences" msgstr "" @@ -5443,6 +5677,12 @@ msgstr "" msgid "Project Badges" msgstr "" +msgid "Project File" +msgstr "" + +msgid "Project Files browsing" +msgstr "" + msgid "Project access must be granted explicitly to each user." msgstr "" @@ -5734,9 +5974,15 @@ msgstr "" msgid "Quick actions can be used in the issues description and comment boxes." msgstr "" +msgid "Quick help" +msgstr "" + msgid "Read more" msgstr "" +msgid "Read more about GitLab at %{link_to_promo}." +msgstr "" + msgid "Read more about project permissions %{link_to_help}" msgstr "" @@ -5823,6 +6069,9 @@ msgstr "" msgid "Repair authentication" msgstr "" +msgid "Reply (quoting selected text)" +msgstr "" + msgid "Reply to this email directly or %{view_it_on_gitlab}." msgstr "" @@ -5984,12 +6233,18 @@ msgstr "" msgid "SHA1 fingerprint of the SAML token signing certificate. Get this from your identity provider, where it can also be called \"Thumbprint\"." msgstr "" +msgid "SHA256" +msgstr "" + msgid "SSH Keys" msgstr "" msgid "SSH host keys" msgstr "" +msgid "SSH host keys fingerprints" +msgstr "" + msgid "SSH public key" msgstr "" @@ -6029,15 +6284,27 @@ msgstr "" msgid "Scoped issue boards" msgstr "" +msgid "Scroll down" +msgstr "" + msgid "Scroll down to Google Code Project Hosting and enable the switch on the right." msgstr "" +msgid "Scroll left" +msgstr "" + +msgid "Scroll right" +msgstr "" + msgid "Scroll to bottom" msgstr "" msgid "Scroll to top" msgstr "" +msgid "Scroll up" +msgstr "" + msgid "Search" msgstr "" @@ -6124,6 +6391,9 @@ msgstr "" msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered" msgstr "" +msgid "See our website for getting help" +msgstr "" + msgid "Select" msgstr "" @@ -6226,6 +6496,9 @@ msgstr "" msgid "SetPasswordToCloneLink|set a password" msgstr "" +msgid "Setting" +msgstr "" + msgid "Settings" msgstr "" @@ -6274,6 +6547,12 @@ msgstr "" msgid "Show whitespace changes" msgstr "" +msgid "Show/hide the Performance Bar" +msgstr "" + +msgid "Show/hide this dialog" +msgstr "" + msgid "Showing %d event" msgid_plural "Showing %d events" msgstr[0] "" @@ -6315,6 +6594,9 @@ msgstr "" msgid "Sign-up restrictions" msgstr "" +msgid "Simple list using" +msgstr "" + msgid "Size and domain settings for static websites" msgstr "" @@ -6603,6 +6885,12 @@ msgstr "" msgid "System metrics (Custom)" msgstr "" +msgid "Table of contents" +msgstr "" + +msgid "Tables" +msgstr "" + msgid "Tag (%{tag_count})" msgid_plural "Tags (%{tag_count})" msgstr[0] "" @@ -6746,6 +7034,9 @@ msgstr "" msgid "The maximum file size allowed is 200KB." msgstr "" +msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}." +msgstr "" + msgid "The number of attempts GitLab will make to access a storage." msgstr "" @@ -7233,6 +7524,9 @@ msgstr "" msgid "Todos" msgstr "" +msgid "Toggle Markdown preview" +msgstr "" + msgid "Toggle Sidebar" msgstr "" @@ -7299,6 +7593,9 @@ msgstr "" msgid "Twitter" msgstr "" +msgid "UI Development Kit" +msgstr "" + msgid "Unable to load the diff. %{button_try_again}" msgstr "" @@ -7413,12 +7710,21 @@ msgstr "" msgid "Use one line per URI" msgstr "" +msgid "Use page inspector in your browser to check element classes and structure of examples below." +msgstr "" + +msgid "Use shortcuts" +msgstr "" + msgid "Use template" msgstr "" msgid "Use the following registration token during setup:" msgstr "" +msgid "Use the search bar on the top of this page" +msgstr "" + msgid "Use your global notification setting" msgstr "" @@ -7557,6 +7863,9 @@ msgstr "" msgid "Wiki" msgstr "" +msgid "Wiki pages" +msgstr "" + msgid "WikiClone|Clone your wiki" msgstr ""