mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 14:44:28 +02:00
Corrected the translation of merge
This commit is contained in:
parent
5f3eec895e
commit
3cf37ed933
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ exports.level = {
|
||||||
"uk": "Злиття гілок в Git",
|
"uk": "Злиття гілок в Git",
|
||||||
"vi": "Gộp nhánh trong Git",
|
"vi": "Gộp nhánh trong Git",
|
||||||
"sl_SI": "Merganje v Gitu",
|
"sl_SI": "Merganje v Gitu",
|
||||||
"pl" : "Łączenie w GIT (merge)"
|
"pl" : "Łączenie/Scalanie w GIT (merge)"
|
||||||
},
|
},
|
||||||
"hint": {
|
"hint": {
|
||||||
"en_US": "Remember to commit in the order specified (bugFix before master)",
|
"en_US": "Remember to commit in the order specified (bugFix before master)",
|
||||||
|
@ -1153,7 +1153,7 @@ exports.level = {
|
||||||
"type": "ModalAlert",
|
"type": "ModalAlert",
|
||||||
"options": {
|
"options": {
|
||||||
"markdowns": [
|
"markdowns": [
|
||||||
"## Łączenie Branch-y",
|
"## Łączenie (scalanie) Branch-y",
|
||||||
"",
|
"",
|
||||||
"Świetnie! Już wiemy, jak stworzyć commit-y oraz jak tworzyć branch-e. Teraz musimy się nauczyć jak połączyć pracę dwóch różnych branch-y. Stwórzmy nowy branch, wprowadzamy nową funkcjonalność, a następnie je połączymy.",
|
"Świetnie! Już wiemy, jak stworzyć commit-y oraz jak tworzyć branch-e. Teraz musimy się nauczyć jak połączyć pracę dwóch różnych branch-y. Stwórzmy nowy branch, wprowadzamy nową funkcjonalność, a następnie je połączymy.",
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue