Skip to content

Commit 8ee14db

Browse files
committed
Update locales
1 parent 5d35578 commit 8ee14db

22 files changed

+1389
-418
lines changed

conf/locale/locale_bg-BG.ini

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,13 @@ TeamName=Име на екипа
189189
AuthName=Име на удостоверението
190190
AdminEmail=Ел. поща на администратора
191191

192+
NewBranchName=New branch name
193+
CommitSummary=Commit summary
194+
CommitMessage=Commit message
195+
CommitChoice=Commit choice
196+
TreeName=File path
197+
Content=Content
198+
192199
require_error=` не може да бъде празен.`
193200
alpha_dash_error=` трябва да e валидна буква, число или тире(-_).`
194201
alpha_dash_dot_error=` трябва да e валидна буква, число, тире(-_) или точка.`
@@ -363,6 +370,7 @@ mirror_prune_desc=Премахва всички препратки за отда
363370
mirror_interval=Интервал на отразяване (часове)
364371
mirror_address=Адрес на огледало
365372
mirror_address_desc=Моля включете потребител и парола в адреса ако са нужни.
373+
mirror_last_synced=Last Synced
366374
watchers=Наблюдаващи
367375
stargazers=Харесващи
368376
forks=Разклонения
@@ -419,6 +427,44 @@ file_view_raw=Виж директен файл
419427
file_permalink=Постоянна връзка
420428
file_too_large=Този файл е твърде голям за да се визуализира
421429

430+
editor.new_file=New file
431+
editor.upload_file=Upload file
432+
editor.edit_file=Edit file
433+
editor.preview_changes=Preview Changes
434+
editor.cannot_edit_non_text_files=Cannot edit non-text files
435+
editor.edit_this_file=Edit this file
436+
editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file
437+
editor.fork_before_edit=You must fork this repository before editing the file
438+
editor.delete_this_file=Delete this file
439+
editor.must_have_write_access=You must have write access to make or propose changes to this file
440+
editor.file_delete_success=File '%s' has been deleted successfully!
441+
editor.name_your_file=Name your file...
442+
editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace.
443+
editor.or=or
444+
editor.cancel_lower=cancel
445+
editor.commit_changes=Commit Changes
446+
editor.add_tmpl=Add '%s/<filename>'
447+
editor.add=Add '%s'
448+
editor.update=Update '%s'
449+
editor.delete=Delete '%s'
450+
editor.commit_message_desc=Add an optional extended description...
451+
editor.commit_directly_to_this_branch=Commit directly to the <strong class="branch-name">%s</strong> branch.
452+
editor.create_new_branch=Create a <strong>new branch</strong> for this commit and start a pull request.
453+
editor.new_branch_name_desc=New branch name...
454+
editor.cancel=Cancel
455+
editor.filename_cannot_be_empty=Filename cannot be empty.
456+
editor.branch_already_exists=Branch '%s' already exists in this repository.
457+
editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository.
458+
editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository.
459+
editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository.
460+
editor.file_changed_while_editing=File content has been changed since you started editing. <a target="_blank" href="%s">Click here</a> to see what have been changed or <strong>press commit again</strong> to overwrite those changes.
461+
editor.file_already_exists=A file with name '%s' already exists in this repository.
462+
editor.no_changes_to_show=There are no changes to show.
463+
editor.fail_to_update_file=Failed to update/create file '%s' with error: %v
464+
editor.add_subdir=Add subdirectory...
465+
editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v
466+
editor.upload_files_to_dir=Upload files to '%s'
467+
422468
commits.commits=Ревизии
423469
commits.search=Търсене в ревизии
424470
commits.find=Намери
@@ -444,6 +490,11 @@ issues.create=Създай задача
444490
issues.new_label=Нов етикет
445491
issues.new_label_placeholder=Име на етикета...
446492
issues.create_label=Създай етикет
493+
issues.label_templates.title=Load a predefined set of labels
494+
issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below.
495+
issues.label_templates.helper=Select a label set
496+
issues.label_templates.use=Use this label set
497+
issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v
447498
issues.open_tab=%d отворени
448499
issues.close_tab=%d затворени
449500
issues.filter_label=Етикет
@@ -485,8 +536,7 @@ issues.commit_ref_at=`посочи тази задача от ревизия <a
485536
issues.poster=Участник
486537
issues.collaborator=Сътрудник
487538
issues.owner=Притежател
488-
issues.sign_up_for_free=Регистрирай се безплатно
489-
issues.sign_in_require_desc=за да се включите в този разговор. Вече имате профил? <a href="%s">Влезте, за да коментирате</a>
539+
issues.sign_in_require_desc=<a href="%s">Sign in</a> to join this conversation.
490540
issues.edit=Редакция
491541
issues.cancel=Отказ
492542
issues.save=Запис
@@ -501,6 +551,8 @@ issues.label_deletion=Изтрий етикет
501551
issues.label_deletion_desc=При изтриване на този етикет ще се премахне информацията за него във всички свързани задачи. Желаете ли да продължите?
502552
issues.label_deletion_success=Етикетът е изтрит успешно!
503553
issues.num_participants=%d участника
554+
issues.attachment.open_tab=`Click to see "%s" in a new tab`
555+
issues.attachment.download=`Click to download "%s"`
504556

505557
pulls.new=Нова заявка за сливане
506558
pulls.compare_changes=Сравни промените
@@ -580,6 +632,9 @@ settings.collaboration.undefined=Недефинирано
580632
settings.hooks=Уеб-куки
581633
settings.githooks=Git куки
582634
settings.basic_settings=Основни настройки
635+
settings.mirror_settings=Mirror Settings
636+
settings.sync_mirror=Sync Now
637+
settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute.
583638
settings.site=Официален сайт
584639
settings.update_settings=Запази настройките
585640
settings.change_reponame_prompt=Тази промяна ще засегне връзките, които се отнасят до това хранилището.
@@ -665,6 +720,8 @@ settings.event_send_everything=При <strong>всички</strong> събити
665720
settings.event_choose=Нека избера от какво имам нужда.
666721
settings.event_create=Създаване
667722
settings.event_create_desc=Създаване на клон или маркер
723+
settings.event_pull_request=Pull Request
724+
settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized.
668725
settings.event_push=Предаване
669726
settings.event_push_desc=Git предаване към хранилището
670727
settings.active=Активна

conf/locale/locale_cs-CZ.ini

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,13 @@ TeamName=Název týmu
189189
AuthName=Název ověření
190190
AdminEmail=E-mailová adresa správce
191191
192+
NewBranchName=New branch name
193+
CommitSummary=Commit summary
194+
CommitMessage=Commit message
195+
CommitChoice=Commit choice
196+
TreeName=File path
197+
Content=Content
198+
192199
require_error=` nemůže být prázdný.`
193200
alpha_dash_error=` musí být pouze písmena, číslice či znaky - a _ .`
194201
alpha_dash_dot_error=` musí být pouze písmena, číslice, tečka či znaky - a _ .`
@@ -363,6 +370,7 @@ mirror_prune_desc=Remove any remote-tracking references that no longer exist on
363370
mirror_interval=Odstup zrcadlení (hodina)
364371
mirror_address=Adresa zrcadla
365372
mirror_address_desc=Prosím, přidejte do adresy potřebné přihlašovací údaje.
373+
mirror_last_synced=Last Synced
366374
watchers=Sledující
367375
stargazers=Sledující
368376
forks=Rozštěpení
@@ -419,6 +427,44 @@ file_view_raw=Zobrazit v surovém stavu
419427
file_permalink=Trvalý odkaz
420428
file_too_large=This file is too large to be shown
421429
430+
editor.new_file=New file
431+
editor.upload_file=Upload file
432+
editor.edit_file=Edit file
433+
editor.preview_changes=Preview Changes
434+
editor.cannot_edit_non_text_files=Cannot edit non-text files
435+
editor.edit_this_file=Edit this file
436+
editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file
437+
editor.fork_before_edit=You must fork this repository before editing the file
438+
editor.delete_this_file=Delete this file
439+
editor.must_have_write_access=You must have write access to make or propose changes to this file
440+
editor.file_delete_success=File '%s' has been deleted successfully!
441+
editor.name_your_file=Name your file...
442+
editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace.
443+
editor.or=or
444+
editor.cancel_lower=cancel
445+
editor.commit_changes=Commit Changes
446+
editor.add_tmpl=Add '%s/<filename>'
447+
editor.add=Add '%s'
448+
editor.update=Update '%s'
449+
editor.delete=Delete '%s'
450+
editor.commit_message_desc=Add an optional extended description...
451+
editor.commit_directly_to_this_branch=Commit directly to the <strong class="branch-name">%s</strong> branch.
452+
editor.create_new_branch=Create a <strong>new branch</strong> for this commit and start a pull request.
453+
editor.new_branch_name_desc=New branch name...
454+
editor.cancel=Cancel
455+
editor.filename_cannot_be_empty=Filename cannot be empty.
456+
editor.branch_already_exists=Branch '%s' already exists in this repository.
457+
editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository.
458+
editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository.
459+
editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository.
460+
editor.file_changed_while_editing=File content has been changed since you started editing. <a target="_blank" href="%s">Click here</a> to see what have been changed or <strong>press commit again</strong> to overwrite those changes.
461+
editor.file_already_exists=A file with name '%s' already exists in this repository.
462+
editor.no_changes_to_show=There are no changes to show.
463+
editor.fail_to_update_file=Failed to update/create file '%s' with error: %v
464+
editor.add_subdir=Add subdirectory...
465+
editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v
466+
editor.upload_files_to_dir=Upload files to '%s'
467+
422468
commits.commits=Revize
423469
commits.search=Hledání revizí
424470
commits.find=Hledat
@@ -444,6 +490,11 @@ issues.create=Vytvořit úkol
444490
issues.new_label=Nový štítek
445491
issues.new_label_placeholder=Název štítku...
446492
issues.create_label=Vytvořit štítek
493+
issues.label_templates.title=Load a predefined set of labels
494+
issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below.
495+
issues.label_templates.helper=Select a label set
496+
issues.label_templates.use=Use this label set
497+
issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v
447498
issues.open_tab=%d otevřených
448499
issues.close_tab=%d zavřených
449500
issues.filter_label=Štítek
@@ -485,8 +536,7 @@ issues.commit_ref_at=`odkázal na tento úkol z revize <a id="%[1]s" href="#%[1]
485536
issues.poster=Autor
486537
issues.collaborator=Spolupracovník
487538
issues.owner=Vlastník
488-
issues.sign_up_for_free=Zaregistrujte se zdarma
489-
issues.sign_in_require_desc=pro zapojení do konverzace. Již máte účet? <a href="%s">Přihlaste se</a>
539+
issues.sign_in_require_desc=<a href="%s">Sign in</a> to join this conversation.
490540
issues.edit=Upravit
491541
issues.cancel=Zrušit
492542
issues.save=Uložit
@@ -501,6 +551,8 @@ issues.label_deletion=Smazání štítku
501551
issues.label_deletion_desc=Smazání tohoto štítku jej smaže také ze všech návazných úkolech. Chcete pokračovat?
502552
issues.label_deletion_success=Štítek byl úspěšně smazán!
503553
issues.num_participants=%d účastníků
554+
issues.attachment.open_tab=`Click to see "%s" in a new tab`
555+
issues.attachment.download=`Click to download "%s"`
504556

505557
pulls.new=Nový požadavek na natažení
506558
pulls.compare_changes=Porovnat změny
@@ -580,6 +632,9 @@ settings.collaboration.undefined=Undefined
580632
settings.hooks=Webové háčky
581633
settings.githooks=Háčky Gitu
582634
settings.basic_settings=Základní nastavení
635+
settings.mirror_settings=Mirror Settings
636+
settings.sync_mirror=Sync Now
637+
settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute.
583638
settings.site=Oficiální stránky
584639
settings.update_settings=Změnit nastavení
585640
settings.change_reponame_prompt=Tato změna ovlivní vztah odkazů k repositáři.
@@ -665,6 +720,8 @@ settings.event_send_everything=Potřebuji <strong>vše</strong>.
665720
settings.event_choose=Nech mne vybrat, co potřebuji.
666721
settings.event_create=Vytvořit
667722
settings.event_create_desc=Větev nebo značka byla vytvořena
723+
settings.event_pull_request=Pull Request
724+
settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized.
668725
settings.event_push=Nahrát
669726
settings.event_push_desc=Nahrání pomocí Gitu do repositáře
670727
settings.active=Aktivní

0 commit comments

Comments
 (0)