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

New Crowdin translations #413

Merged
merged 11 commits into from
Mar 17, 2020
11 changes: 8 additions & 3 deletions src/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"standStages": "Standing Stages",
"rewards": "Rewards"
},
"factions": {
"sentient": "Sentient"
},
"fissures": {
"header": "Fissures"
},
Expand Down Expand Up @@ -109,8 +112,10 @@
"sentientoutpost": {
"tooltip1": "This component is in active development because of the recent update.",
"tooltip2": "Estimated cycle is 30 minutes of active time and 3 hours of inactive time.",
"header": "Sentient Outposts (Beta)",
"outpostsL": "Outposts"
"header": "Anomalies (Beta)",
"outpostsL": "Outposts",
"none": "No Current Anomalies",
"warn": "Don't forget your Paracesis!"
},
"sortie": {
"header": "Sortie"
Expand All @@ -124,7 +129,7 @@
"startL": "Starts in:",
"endL": "Ends in:",
"ongoingL": "Ongoing for:",
"expiredL": "Expired:",
"expiredL": "Expired",
"depart": "Departs",
"arrive": "Arrives at"
},
Expand Down
11 changes: 8 additions & 3 deletions src/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"standStages": "Standing Stages",
"rewards": "Rewards"
},
"factions": {
"sentient": "Sentient"
},
"fissures": {
"header": "Fissures"
},
Expand Down Expand Up @@ -109,8 +112,10 @@
"sentientoutpost": {
"tooltip1": "This component is in active development because of the recent update.",
"tooltip2": "Estimated cycle is 30 minutes of active time and 3 hours of inactive time.",
"header": "Sentient Outposts (Beta)",
"outpostsL": "Outposts"
"header": "Anomalies (Beta)",
"outpostsL": "Outposts",
"none": "No Current Anomalies",
"warn": "Don't forget your Paracesis!"
},
"sortie": {
"header": "Sortie"
Expand All @@ -124,7 +129,7 @@
"startL": "Starts in:",
"endL": "Ends in:",
"ongoingL": "Ongoing for:",
"expiredL": "Expired:",
"expiredL": "Expired",
"depart": "Departs",
"arrive": "Arrives at"
},
Expand Down
11 changes: 8 additions & 3 deletions src/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"standStages": "Standing Stages",
"rewards": "Rewards"
},
"factions": {
"sentient": "Sentient"
},
"fissures": {
"header": "Fissures"
},
Expand Down Expand Up @@ -109,8 +112,10 @@
"sentientoutpost": {
"tooltip1": "This component is in active development because of the recent update.",
"tooltip2": "Estimated cycle is 30 minutes of active time and 3 hours of inactive time.",
"header": "Sentient Outposts (Beta)",
"outpostsL": "Outposts"
"header": "Anomalies (Beta)",
"outpostsL": "Outposts",
"none": "No Current Anomalies",
"warn": "Don't forget your Paracesis!"
},
"sortie": {
"header": "Sortie"
Expand All @@ -124,7 +129,7 @@
"startL": "Starts in:",
"endL": "Ends in:",
"ongoingL": "Ongoing for:",
"expiredL": "Expired:",
"expiredL": "Expired",
"depart": "Departs",
"arrive": "Arrives at"
},
Expand Down
11 changes: 8 additions & 3 deletions src/lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"standStages": "Standing Stages",
"rewards": "Rewards"
},
"factions": {
"sentient": "Sentient"
},
"fissures": {
"header": "Fissures"
},
Expand Down Expand Up @@ -109,8 +112,10 @@
"sentientoutpost": {
"tooltip1": "This component is in active development because of the recent update.",
"tooltip2": "Estimated cycle is 30 minutes of active time and 3 hours of inactive time.",
"header": "Sentient Outposts (Beta)",
"outpostsL": "Outposts"
"header": "Anomalies (Beta)",
"outpostsL": "Outposts",
"none": "No Current Anomalies",
"warn": "Don't forget your Paracesis!"
},
"sortie": {
"header": "Sortie"
Expand All @@ -124,7 +129,7 @@
"startL": "Starts in:",
"endL": "Ends in:",
"ongoingL": "Ongoing for:",
"expiredL": "Expired:",
"expiredL": "Expired",
"depart": "Departs",
"arrive": "Arrives at"
},
Expand Down
11 changes: 8 additions & 3 deletions src/lang/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"standStages": "평판 단계",
"rewards": "보상"
},
"factions": {
"sentient": "센티언트"
},
"fissures": {
"header": "균열"
},
Expand Down Expand Up @@ -109,8 +112,10 @@
"sentientoutpost": {
"tooltip1": "이 부분은 최근 업데이트 때문에 개발 중에 있습니다.",
"tooltip2": "예상 주기는 30분의 활성화 시간과 3시간의 비활성화 시간입니다.",
"header": "센티언트 전초기지 (Beta)",
"outpostsL": "전초기지"
"header": "이상 현상 (베타)",
"outpostsL": "전초기지",
"none": "현재 이상 현상 없음",
"warn": "파라세시스를 잊지 마세요!"
},
"sortie": {
"header": "출격"
Expand All @@ -124,7 +129,7 @@
"startL": "시작 시간:",
"endL": "종료 시간:",
"ongoingL": "진행:",
"expiredL": "만료:",
"expiredL": "만료",
"depart": "출발",
"arrive": "도착까지"
},
Expand Down
11 changes: 8 additions & 3 deletions src/lang/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"standStages": "Standing Stages",
"rewards": "Rewards"
},
"factions": {
"sentient": "Sentient"
},
"fissures": {
"header": "Fissures"
},
Expand Down Expand Up @@ -109,8 +112,10 @@
"sentientoutpost": {
"tooltip1": "This component is in active development because of the recent update.",
"tooltip2": "Estimated cycle is 30 minutes of active time and 3 hours of inactive time.",
"header": "Sentient Outposts (Beta)",
"outpostsL": "Outposts"
"header": "Anomalies (Beta)",
"outpostsL": "Outposts",
"none": "No Current Anomalies",
"warn": "Don't forget your Paracesis!"
},
"sortie": {
"header": "Sortie"
Expand All @@ -124,7 +129,7 @@
"startL": "Starts in:",
"endL": "Ends in:",
"ongoingL": "Ongoing for:",
"expiredL": "Expired:",
"expiredL": "Expired",
"depart": "Departs",
"arrive": "Arrives at"
},
Expand Down
11 changes: 8 additions & 3 deletions src/lang/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"standStages": "Standing Stages",
"rewards": "Rewards"
},
"factions": {
"sentient": "Sentient"
},
"fissures": {
"header": "Fissures"
},
Expand Down Expand Up @@ -109,8 +112,10 @@
"sentientoutpost": {
"tooltip1": "This component is in active development because of the recent update.",
"tooltip2": "Estimated cycle is 30 minutes of active time and 3 hours of inactive time.",
"header": "Sentient Outposts (Beta)",
"outpostsL": "Outposts"
"header": "Anomalies (Beta)",
"outpostsL": "Outposts",
"none": "No Current Anomalies",
"warn": "Don't forget your Paracesis!"
},
"sortie": {
"header": "Sortie"
Expand All @@ -124,7 +129,7 @@
"startL": "Starts in:",
"endL": "Ends in:",
"ongoingL": "Ongoing for:",
"expiredL": "Expired:",
"expiredL": "Expired",
"depart": "Departs",
"arrive": "Arrives at"
},
Expand Down
11 changes: 8 additions & 3 deletions src/lang/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"standStages": "Standing Stages",
"rewards": "Rewards"
},
"factions": {
"sentient": "Sentient"
},
"fissures": {
"header": "Fissures"
},
Expand Down Expand Up @@ -109,8 +112,10 @@
"sentientoutpost": {
"tooltip1": "This component is in active development because of the recent update.",
"tooltip2": "Estimated cycle is 30 minutes of active time and 3 hours of inactive time.",
"header": "Sentient Outposts (Beta)",
"outpostsL": "Outposts"
"header": "Anomalies (Beta)",
"outpostsL": "Outposts",
"none": "No Current Anomalies",
"warn": "Don't forget your Paracesis!"
},
"sortie": {
"header": "Sortie"
Expand All @@ -124,7 +129,7 @@
"startL": "Starts in:",
"endL": "Ends in:",
"ongoingL": "Ongoing for:",
"expiredL": "Expired:",
"expiredL": "Expired",
"depart": "Departs",
"arrive": "Arrives at"
},
Expand Down