From bbf7bb61e1efe1a7ce377ef7e9b4e188ed4bc42f Mon Sep 17 00:00:00 2001 From: Jimmy Bot <60856788+wfcd-bot-boi@users.noreply.github.com> Date: Fri, 19 Mar 2021 16:30:28 -0500 Subject: [PATCH 1/8] New translations en.json (Czech) --- src/lang/cs.json | 180 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 src/lang/cs.json diff --git a/src/lang/cs.json b/src/lang/cs.json new file mode 100644 index 00000000..0e9d3cb2 --- /dev/null +++ b/src/lang/cs.json @@ -0,0 +1,180 @@ +{ + "acolytes": { + "header": "Acolytes", + "discovered": "Discovered", + "hiding": "Hiding", + "na": "Nowhere", + "health": "Health Remaining" + }, + "alerts": { + "header": "Alerts", + "archwing": "Archwing Required for Mission", + "nightmare": "Nightmare Mission", + "level": "Level:" + }, + "arbitration": { + "header": "Arbitration" + }, + "bounty": { + "standing": "Standing", + "header": "{type} Bounty Cycle", + "type": "Type", + "lrange": "Level Range", + "rewards": "Rewards", + "bounties": "Bounties", + "expires": "Bounties expire in:", + "autoExpand": "Always expand rewards" + }, + "nav": { + "info": "Information", + "discord": "Discord", + "settings": "Settings", + "drops": "Drops", + "genesis": "Genesis", + "docs": "API Docs", + "old": "Old Hub", + "status": "Status", + "riven": "Riven Data (Alpha)", + "synth": "Synthesis Targets", + "map": "Map", + "fish": "Fishing Data", + "howto": "How to Fish", + "owearth": "Plains", + "owvenus": "Orb Vallis", + "owdeimos": "Cambion Drift", + "ow": "Open World", + "projects": "Projects", + "extras": "Extras", + "timers": "Timers", + "nodata": "No Data", + "nodatatxt": "No {text} Present" + }, + "construction": { + "fomorian": "Fomorian", + "razorback": "Razorback", + "unk": "Unknown", + "header": "Construction Progress" + }, + "currency": { + "plat": "Platinum", + "credAbbr": "cr", + "dabloons": "Ducats", + "cred": "Credits" + }, + "darvo": { + "header": "Darvo's Deals", + "off": "% Off", + "left": "% Left", + "leftL": "Left" + }, + "events": { + "header": "Events", + "standStages": "Standing Stages", + "remaining": "{perc}% Remaining", + "completed": "{perc}% Completed", + "rewards": { + "header": "Event Rewards:", + "label": "Rewards" + }, + "completionBonuses": "Completion Bonuses:", + "currentCycle": "Current Cycle:", + "nextCycle": "Next Cycle:" + }, + "factions": { + "sentient": "Sentient" + }, + "fissures": { + "header": "Fissures" + }, + "invasions": { + "header": "Invasions", + "eta": "Ends in:" + }, + "kuva": { + "header": "Kuva Siphons", + "siphon": "Kuva Siphon" + }, + "location": { + "cetus": "Cetus", + "vallis": "Vallis", + "earth": "Earth", + "cambion": "Cambion" + }, + "news": { + "header": "News", + "past": "ago", + "future": "in", + "live": "Live", + "autoprogress": "Auto-progress" + }, + "nightwave": { + "header": "Nightwave", + "weekly": "Weekly", + "elite": "Elite Weekly", + "daily": "Daily" + }, + "conclave": { + "header": "Conclave", + "weekly": "Weekly", + "teamannihilation": "Team Annihilation", + "annihilation": "Annihilation", + "lunaro": "Lunaro", + "cephaloncapture": "Capture the Cephalon" + }, + "notifications": { + "cetus": { + "dayheader": "Cetus - Rise and Shine! Hunting time Over!", + "nightheader": "Cetus - Hunting Time!" + } + }, + "reset": { + "header": "Daily Reward Timer Reset", + "label": "Reward Timer Reset in:" + }, + "sales": { + "header": "Sales and Featured Deals", + "item": "Item" + }, + "sentientoutpost": { + "tooltip1": "This component is in active development because of the recent update.", + "tooltip2": "Estimated cycle is 30 minutes of active time on each node.", + "header": "Anomalies", + "outpostsL": "Outposts", + "none": "No Current Anomalies", + "warn": "Don't forget your Paracesis!", + "prediction": "Prediction" + }, + "sortie": { + "header": "Sortie" + }, + "steelPath": { + "header": "Steel Path" + }, + "time": { + "loading": "Loading...", + "day": "day", + "night": "night", + "warm": "warm", + "cold": "cold", + "vome": "vome", + "fass": "fass", + "Timer": "Cycle Timer", + "startL": "Starts in:", + "endL": "Ends in:", + "ongoingL": "Ongoing for:", + "expiredL": "Expired", + "depart": "Departs", + "arrive": "Arrives at" + }, + "timer": { + "ostron": "Ostron", + "solaris": "Solaris United", + "solaris-united": "Solaris United", + "entrati": "Entrati" + }, + "vt": { + "header": "Void Trader", + "inventory": "Inventory", + "item": "Item" + } +} From 1b790fa15c62e9df2a8b755e80abc5c87ed2a47b Mon Sep 17 00:00:00 2001 From: Jimmy Bot <60856788+wfcd-bot-boi@users.noreply.github.com> Date: Sat, 20 Mar 2021 10:59:26 -0500 Subject: [PATCH 2/8] New translations en.json (Czech) --- src/lang/cs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/cs.json b/src/lang/cs.json index 0e9d3cb2..8c7e7101 100644 --- a/src/lang/cs.json +++ b/src/lang/cs.json @@ -1,8 +1,8 @@ { "acolytes": { - "header": "Acolytes", - "discovered": "Discovered", - "hiding": "Hiding", + "header": "Acolyti", + "discovered": "Objeveni", + "hiding": "Skryti", "na": "Nowhere", "health": "Health Remaining" }, From c3a0454687e3668013a25eb1825655f47613ce73 Mon Sep 17 00:00:00 2001 From: Jimmy Bot <60856788+wfcd-bot-boi@users.noreply.github.com> Date: Sat, 20 Mar 2021 11:11:23 -0500 Subject: [PATCH 3/8] New translations en.json (Czech) --- src/lang/cs.json | 78 ++++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/src/lang/cs.json b/src/lang/cs.json index 8c7e7101..d9dea8cd 100644 --- a/src/lang/cs.json +++ b/src/lang/cs.json @@ -1,69 +1,69 @@ { "acolytes": { "header": "Acolyti", - "discovered": "Objeveni", - "hiding": "Skryti", - "na": "Nowhere", - "health": "Health Remaining" + "discovered": "Objeven", + "hiding": "Skrytý", + "na": "Nenalezeni", + "health": "Zbývacíjí Zdraví" }, "alerts": { - "header": "Alerts", - "archwing": "Archwing Required for Mission", - "nightmare": "Nightmare Mission", - "level": "Level:" + "header": "Upozornění", + "archwing": "Archwing je Vyžadován pro Misi", + "nightmare": "Nightmare Mise", + "level": "Úroveň:" }, "arbitration": { - "header": "Arbitration" + "header": "Arbitrace" }, "bounty": { "standing": "Standing", - "header": "{type} Bounty Cycle", - "type": "Type", - "lrange": "Level Range", - "rewards": "Rewards", - "bounties": "Bounties", - "expires": "Bounties expire in:", - "autoExpand": "Always expand rewards" + "header": "{type} Cyklus Bounty", + "type": "Typ", + "lrange": "Rozsah Úrovně", + "rewards": "Odměny", + "bounties": "Bounty", + "expires": "Bounties vyprší v:", + "autoExpand": "Vždy rozbalit odměny" }, "nav": { - "info": "Information", + "info": "Informace", "discord": "Discord", - "settings": "Settings", - "drops": "Drops", + "settings": "Nastavení", + "drops": "Dropy", "genesis": "Genesis", - "docs": "API Docs", - "old": "Old Hub", + "docs": "API dokumentace", + "old": "Starý Hub", "status": "Status", "riven": "Riven Data (Alpha)", - "synth": "Synthesis Targets", - "map": "Map", - "fish": "Fishing Data", - "howto": "How to Fish", - "owearth": "Plains", + "synth": "Targety Synthesis", + "map": "Mapa", + "fish": "Údaje o rybaření", + "howto": "Jak rybařit", + "owearth": "Pláně", "owvenus": "Orb Vallis", "owdeimos": "Cambion Drift", - "ow": "Open World", - "projects": "Projects", - "extras": "Extras", - "timers": "Timers", - "nodata": "No Data", - "nodatatxt": "No {text} Present" + "ow": "Otevřený Svět", + "projects": "Projekty", + "extras": "Doplňky", + "timers": "Časovače", + "nodata": "Žádna Data", + "nodatatxt": "Žádný {text} Přítomen" }, "construction": { "fomorian": "Fomorian", "razorback": "Razorback", - "unk": "Unknown", - "header": "Construction Progress" + "unk": "Neznámý", + "header": "Průběh Konstrukce" }, "currency": { - "plat": "Platinum", + "plat": "Platina", "credAbbr": "cr", - "dabloons": "Ducats", - "cred": "Credits" + "dabloons": "Dukáty", + "cred": "Kredity" }, "darvo": { - "header": "Darvo's Deals", - "off": "% Off", + "header": "Darvovy Nabídky", + "off": "% Vypnuto", "left": "% Left", "leftL": "Left" }, From dcecfcb08d6d3396afedde01d3d146d208345822 Mon Sep 17 00:00:00 2001 From: Jimmy Bot <60856788+wfcd-bot-boi@users.noreply.github.com> Date: Sat, 20 Mar 2021 11:19:59 -0500 Subject: [PATCH 4/8] New translations en.json (Czech) --- src/lang/cs.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lang/cs.json b/src/lang/cs.json index d9dea8cd..d2dcdf2b 100644 --- a/src/lang/cs.json +++ b/src/lang/cs.json @@ -151,17 +151,17 @@ "header": "Steel Path" }, "time": { - "loading": "Loading...", - "day": "day", - "night": "night", - "warm": "warm", - "cold": "cold", + "loading": "Načítám...", + "day": "den", + "night": "noc", + "warm": "teplo", + "cold": "zima", "vome": "vome", "fass": "fass", - "Timer": "Cycle Timer", - "startL": "Starts in:", - "endL": "Ends in:", - "ongoingL": "Ongoing for:", + "Timer": "Cyklus Časovače", + "startL": "Začíná v:", + "endL": "Končí v:", + "ongoingL": "Probíhá:", "expiredL": "Expired", "depart": "Departs", "arrive": "Arrives at" From 972e80e1b12bbd7235fa1826f43f7f9d7f8d025f Mon Sep 17 00:00:00 2001 From: Jimmy Bot <60856788+wfcd-bot-boi@users.noreply.github.com> Date: Sat, 20 Mar 2021 16:59:39 -0500 Subject: [PATCH 5/8] New translations en.json (Czech) --- src/lang/cs.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/lang/cs.json b/src/lang/cs.json index d2dcdf2b..cb02db60 100644 --- a/src/lang/cs.json +++ b/src/lang/cs.json @@ -64,20 +64,20 @@ "darvo": { "header": "Darvovy Nabídky", "off": "% Vypnuto", - "left": "% Left", - "leftL": "Left" + "left": "% Odešel", + "leftL": "Odešel" }, "events": { - "header": "Events", - "standStages": "Standing Stages", - "remaining": "{perc}% Remaining", - "completed": "{perc}% Completed", + "header": "Události", + "standStages": "Stupně Standingu", + "remaining": "{perc}% Zbývá", + "completed": "{perc} Dokončeno", "rewards": { - "header": "Event Rewards:", - "label": "Rewards" + "header": "Odměny z Události:", + "label": "Odměny" }, - "completionBonuses": "Completion Bonuses:", - "currentCycle": "Current Cycle:", + "completionBonuses": "Bonusy za Dokončení:", + "currentCycle": "Současný Cyklus:", "nextCycle": "Next Cycle:" }, "factions": { From 88776889abc2785dbe3654e08d23ba725ad4963d Mon Sep 17 00:00:00 2001 From: Jimmy Bot <60856788+wfcd-bot-boi@users.noreply.github.com> Date: Sat, 20 Mar 2021 17:10:00 -0500 Subject: [PATCH 6/8] New translations en.json (Czech) --- src/lang/cs.json | 72 ++++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/src/lang/cs.json b/src/lang/cs.json index cb02db60..905e5147 100644 --- a/src/lang/cs.json +++ b/src/lang/cs.json @@ -78,71 +78,71 @@ }, "completionBonuses": "Bonusy za Dokončení:", "currentCycle": "Současný Cyklus:", - "nextCycle": "Next Cycle:" + "nextCycle": "Následující Cyklus:" }, "factions": { "sentient": "Sentient" }, "fissures": { - "header": "Fissures" + "header": "Fissury" }, "invasions": { - "header": "Invasions", - "eta": "Ends in:" + "header": "Invaze", + "eta": "Končí v:" }, "kuva": { - "header": "Kuva Siphons", + "header": "Kuva Siphony", "siphon": "Kuva Siphon" }, "location": { "cetus": "Cetus", "vallis": "Vallis", - "earth": "Earth", + "earth": "Země", "cambion": "Cambion" }, "news": { - "header": "News", - "past": "ago", - "future": "in", - "live": "Live", - "autoprogress": "Auto-progress" + "header": "Novinky", + "past": "před", + "future": "ve", + "live": "Živě", + "autoprogress": "Automatický-postup" }, "nightwave": { "header": "Nightwave", - "weekly": "Weekly", - "elite": "Elite Weekly", - "daily": "Daily" + "weekly": "Týdenní", + "elite": "Elite Týdenní", + "daily": "Denní" }, "conclave": { "header": "Conclave", - "weekly": "Weekly", - "teamannihilation": "Team Annihilation", + "weekly": "Týdenní", + "teamannihilation": "Týmové Annihilation", "annihilation": "Annihilation", "lunaro": "Lunaro", - "cephaloncapture": "Capture the Cephalon" + "cephaloncapture": "Obsazení Cephalonu" }, "notifications": { "cetus": { - "dayheader": "Cetus - Rise and Shine! Hunting time Over!", - "nightheader": "Cetus - Hunting Time!" + "dayheader": "Cetus - Vzestup a Lesk! Čas lovu zkončil!", + "nightheader": "Cetus - Čas lovu!" } }, "reset": { - "header": "Daily Reward Timer Reset", - "label": "Reward Timer Reset in:" + "header": "Obnovení denního časovače odměn", + "label": "Časovač odměn obnoven v:" }, "sales": { - "header": "Sales and Featured Deals", - "item": "Item" + "header": "Slevy a Doporučené nabídky", + "item": "Předmět" }, "sentientoutpost": { - "tooltip1": "This component is in active development because of the recent update.", - "tooltip2": "Estimated cycle is 30 minutes of active time on each node.", - "header": "Anomalies", - "outpostsL": "Outposts", - "none": "No Current Anomalies", - "warn": "Don't forget your Paracesis!", - "prediction": "Prediction" + "tooltip1": "Tato surovina je v aktivním vývoji kvůli poslední aktualizaci.", + "tooltip2": "Odhadovaný cyklus je 30 minut aktivního času na každém uzlu.", + "header": "Anomálie", + "outpostsL": "Základny", + "none": "Žádné Aktuální Anomálie", + "warn": "Nezapomeňte na své Paracesisy!", + "prediction": "Předpověď" }, "sortie": { "header": "Sortie" @@ -162,9 +162,9 @@ "startL": "Začíná v:", "endL": "Končí v:", "ongoingL": "Probíhá:", - "expiredL": "Expired", - "depart": "Departs", - "arrive": "Arrives at" + "expiredL": "Expirováno", + "depart": "Ocestovat", + "arrive": "Objeví za" }, "timer": { "ostron": "Ostron", @@ -173,8 +173,8 @@ "entrati": "Entrati" }, "vt": { - "header": "Void Trader", - "inventory": "Inventory", - "item": "Item" + "header": "Obchodník Voidu", + "inventory": "Inventář", + "item": "Předmět" } } From 829a34501a82ee22e1e862dd309892d35beaceec Mon Sep 17 00:00:00 2001 From: Jimmy Bot <60856788+wfcd-bot-boi@users.noreply.github.com> Date: Wed, 24 Mar 2021 10:18:01 -0500 Subject: [PATCH 7/8] New translations en.json (Russian) --- src/lang/ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/ru.json b/src/lang/ru.json index f2aac81c..0fdcb14e 100644 --- a/src/lang/ru.json +++ b/src/lang/ru.json @@ -148,7 +148,7 @@ "header": "Вылазка" }, "steelPath": { - "header": "Steel Path" + "header": "Стальной Путь" }, "time": { "loading": "Загрузка...", From 9aa70c126261f25d3005d9547e2a3cc2012878e3 Mon Sep 17 00:00:00 2001 From: Jimmy Bot <60856788+wfcd-bot-boi@users.noreply.github.com> Date: Sun, 28 Mar 2021 11:41:45 -0500 Subject: [PATCH 8/8] New translations en.json (Serbian (Latin)) --- src/lang/sr.json | 180 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 src/lang/sr.json diff --git a/src/lang/sr.json b/src/lang/sr.json new file mode 100644 index 00000000..0e9d3cb2 --- /dev/null +++ b/src/lang/sr.json @@ -0,0 +1,180 @@ +{ + "acolytes": { + "header": "Acolytes", + "discovered": "Discovered", + "hiding": "Hiding", + "na": "Nowhere", + "health": "Health Remaining" + }, + "alerts": { + "header": "Alerts", + "archwing": "Archwing Required for Mission", + "nightmare": "Nightmare Mission", + "level": "Level:" + }, + "arbitration": { + "header": "Arbitration" + }, + "bounty": { + "standing": "Standing", + "header": "{type} Bounty Cycle", + "type": "Type", + "lrange": "Level Range", + "rewards": "Rewards", + "bounties": "Bounties", + "expires": "Bounties expire in:", + "autoExpand": "Always expand rewards" + }, + "nav": { + "info": "Information", + "discord": "Discord", + "settings": "Settings", + "drops": "Drops", + "genesis": "Genesis", + "docs": "API Docs", + "old": "Old Hub", + "status": "Status", + "riven": "Riven Data (Alpha)", + "synth": "Synthesis Targets", + "map": "Map", + "fish": "Fishing Data", + "howto": "How to Fish", + "owearth": "Plains", + "owvenus": "Orb Vallis", + "owdeimos": "Cambion Drift", + "ow": "Open World", + "projects": "Projects", + "extras": "Extras", + "timers": "Timers", + "nodata": "No Data", + "nodatatxt": "No {text} Present" + }, + "construction": { + "fomorian": "Fomorian", + "razorback": "Razorback", + "unk": "Unknown", + "header": "Construction Progress" + }, + "currency": { + "plat": "Platinum", + "credAbbr": "cr", + "dabloons": "Ducats", + "cred": "Credits" + }, + "darvo": { + "header": "Darvo's Deals", + "off": "% Off", + "left": "% Left", + "leftL": "Left" + }, + "events": { + "header": "Events", + "standStages": "Standing Stages", + "remaining": "{perc}% Remaining", + "completed": "{perc}% Completed", + "rewards": { + "header": "Event Rewards:", + "label": "Rewards" + }, + "completionBonuses": "Completion Bonuses:", + "currentCycle": "Current Cycle:", + "nextCycle": "Next Cycle:" + }, + "factions": { + "sentient": "Sentient" + }, + "fissures": { + "header": "Fissures" + }, + "invasions": { + "header": "Invasions", + "eta": "Ends in:" + }, + "kuva": { + "header": "Kuva Siphons", + "siphon": "Kuva Siphon" + }, + "location": { + "cetus": "Cetus", + "vallis": "Vallis", + "earth": "Earth", + "cambion": "Cambion" + }, + "news": { + "header": "News", + "past": "ago", + "future": "in", + "live": "Live", + "autoprogress": "Auto-progress" + }, + "nightwave": { + "header": "Nightwave", + "weekly": "Weekly", + "elite": "Elite Weekly", + "daily": "Daily" + }, + "conclave": { + "header": "Conclave", + "weekly": "Weekly", + "teamannihilation": "Team Annihilation", + "annihilation": "Annihilation", + "lunaro": "Lunaro", + "cephaloncapture": "Capture the Cephalon" + }, + "notifications": { + "cetus": { + "dayheader": "Cetus - Rise and Shine! Hunting time Over!", + "nightheader": "Cetus - Hunting Time!" + } + }, + "reset": { + "header": "Daily Reward Timer Reset", + "label": "Reward Timer Reset in:" + }, + "sales": { + "header": "Sales and Featured Deals", + "item": "Item" + }, + "sentientoutpost": { + "tooltip1": "This component is in active development because of the recent update.", + "tooltip2": "Estimated cycle is 30 minutes of active time on each node.", + "header": "Anomalies", + "outpostsL": "Outposts", + "none": "No Current Anomalies", + "warn": "Don't forget your Paracesis!", + "prediction": "Prediction" + }, + "sortie": { + "header": "Sortie" + }, + "steelPath": { + "header": "Steel Path" + }, + "time": { + "loading": "Loading...", + "day": "day", + "night": "night", + "warm": "warm", + "cold": "cold", + "vome": "vome", + "fass": "fass", + "Timer": "Cycle Timer", + "startL": "Starts in:", + "endL": "Ends in:", + "ongoingL": "Ongoing for:", + "expiredL": "Expired", + "depart": "Departs", + "arrive": "Arrives at" + }, + "timer": { + "ostron": "Ostron", + "solaris": "Solaris United", + "solaris-united": "Solaris United", + "entrati": "Entrati" + }, + "vt": { + "header": "Void Trader", + "inventory": "Inventory", + "item": "Item" + } +}