mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
Add 'uk' and 'ru_RU' translations of the level bar tabs
This commit is contained in:
parent
a8649c4d36
commit
5fdaf2cc9f
2 changed files with 26 additions and 2 deletions
|
@ -532,6 +532,20 @@ exports.strings = {
|
|||
'uk': 'Обери рівень'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'main-levels-tab': {
|
||||
'__desc__': 'The name of main levels tab on the drop down view',
|
||||
'en_US': 'Main',
|
||||
'ru_RU': 'Основы',
|
||||
'uk' : 'Основи'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'remote-levels-tab': {
|
||||
'__desc__': 'The name of remote levels tab on the drop down view',
|
||||
'en_US': 'Remote',
|
||||
'ru_RU': 'Удаленные репозитории',
|
||||
'uk' : 'Віддалені репозиторії'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'branch-name-short': {
|
||||
'__desc__': 'When branch names get too long, we need to truncate them. This is the warning for that',
|
||||
'en_US': 'Sorry, we need to keep branch names short for the visuals. Your branch name was truncated to 9 characters, resulting in "{branch}"',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue