mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
Polished Slovenian translations
This commit is contained in:
parent
1ac4ca93a7
commit
ea30fadf31
38 changed files with 168 additions and 168 deletions
|
@ -141,7 +141,7 @@ exports.dialog = {
|
|||
markdowns: [
|
||||
'## Si prepričan, da hočeš videti rešitev?',
|
||||
'',
|
||||
'Verjamem vate! Maš ti to'
|
||||
'Verjamem vate! Maš ti to! Ali pač ne?'
|
||||
]
|
||||
}
|
||||
}]
|
||||
|
|
|
@ -653,7 +653,7 @@ exports.dialog = {
|
|||
'',
|
||||
'Vidiš lahko vse ukaze, ki so na voljo, z ukazom `show commands` v terminalu.',
|
||||
'',
|
||||
'PS: Bi rad šel naslednjič naravnost v peskovnik?',
|
||||
'PS: Bi šel rad naslednjič naravnost v peskovnik?',
|
||||
'Poizkusi s',
|
||||
'[to posebno povezavo](https://pcottle.github.io/learnGitBranching/?NODEMO)'
|
||||
]
|
||||
|
|
|
@ -599,7 +599,7 @@ exports.strings = {
|
|||
'vi': 'Trạng thái mặc định cho lệnh `reset` của \"Học nhánh Git\" là `--hard`.' +
|
||||
' Nên khi làm bài nếu bạn thấy gõ tham số này hơi tốn công thì cứ bỏ qua.' +
|
||||
' Nhưng mà hãy nhớ rằng thực tế thì `--mixed` mới là trạng thái mặc định của `reset`.',
|
||||
'sl_SI': 'Privzeto delovanje za reset na LearnGitBranching je --hard, zato lahko to izpustiš. Na pravem gitu je --mixed.'
|
||||
'sl_SI': 'Privzeto delovanje za reset na LearnGitBranching je --hard, zato lahko to izpustiš. Na pravem gitu je --mixed.'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'git-error-staging': {
|
||||
|
|
|
@ -6,7 +6,7 @@ var util = require('../util');
|
|||
var EventEmitter = require('events').EventEmitter;
|
||||
|
||||
var ActionTypes = AppConstants.ActionTypes;
|
||||
var DEFAULT_LOCALE = 'sl';
|
||||
var DEFAULT_LOCALE = 'en_US';
|
||||
|
||||
// resolve the messy mapping between browser language
|
||||
// and our supported locales
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue