Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(i18n): New Crowdin updates #876

Merged
merged 13 commits into from
Oct 1, 2022
5 changes: 4 additions & 1 deletion static/lang/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "Předpověď"
},
"sortie": {
"header": "Sortie"
"header": "Sortie",
"hunt": {
"header": "Archon Hunt"
}
},
"steelPath": {
"header": "Steel Path"
Expand Down
5 changes: 4 additions & 1 deletion static/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "Vorhersage"
},
"sortie": {
"header": "Einsätze"
"header": "Einsätze",
"hunt": {
"header": "Archon Hunt"
}
},
"steelPath": {
"header": "Stählerner Pfad"
Expand Down
5 changes: 4 additions & 1 deletion static/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "Prediction"
},
"sortie": {
"header": "Incursión"
"header": "Incursión",
"hunt": {
"header": "Archon Hunt"
}
},
"steelPath": {
"header": "Steel Path"
Expand Down
5 changes: 4 additions & 1 deletion static/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "Prédiction"
},
"sortie": {
"header": "Sortie"
"header": "Sortie",
"hunt": {
"header": "Archon Hunt"
}
},
"steelPath": {
"header": "Route de l'Acier"
Expand Down
5 changes: 4 additions & 1 deletion static/lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "Predizione"
},
"sortie": {
"header": "Sortita"
"header": "Sortita",
"hunt": {
"header": "Archon Hunt"
}
},
"steelPath": {
"header": "Percorso d'Acciaio"
Expand Down
5 changes: 4 additions & 1 deletion static/lang/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "예측"
},
"sortie": {
"header": "출격"
"header": "출격",
"hunt": {
"header": "Archon Hunt"
}
},
"steelPath": {
"header": "강철의 길"
Expand Down
5 changes: 4 additions & 1 deletion static/lang/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "Prediction"
},
"sortie": {
"header": "Sortie"
"header": "Sortie",
"hunt": {
"header": "Archon Hunt"
}
},
"steelPath": {
"header": "Steel Path"
Expand Down
5 changes: 4 additions & 1 deletion static/lang/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "Prediction"
},
"sortie": {
"header": "Sortie"
"header": "Sortie",
"hunt": {
"header": "Archon Hunt"
}
},
"steelPath": {
"header": "Steel Path"
Expand Down
5 changes: 4 additions & 1 deletion static/lang/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "Возможно"
},
"sortie": {
"header": "Вылазка"
"header": "Вылазка",
"hunt": {
"header": "Archon Hunt"
}
},
"steelPath": {
"header": "Стальной Путь"
Expand Down
5 changes: 4 additions & 1 deletion static/lang/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "Prediction"
},
"sortie": {
"header": "Sortie"
"header": "Sortie",
"hunt": {
"header": "Archon Hunt"
}
},
"steelPath": {
"header": "Steel Path"
Expand Down
5 changes: 4 additions & 1 deletion static/lang/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "Prediction"
},
"sortie": {
"header": "Sortie"
"header": "Sortie",
"hunt": {
"header": "Archon Hunt"
}
},
"steelPath": {
"header": "Steel Path"
Expand Down
5 changes: 4 additions & 1 deletion static/lang/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"prediction": "预测"
},
"sortie": {
"header": "突击"
"header": "突击",
"hunt": {
"header": "执刑官猎杀"
}
},
"steelPath": {
"header": "钢铁之路"
Expand Down