|
| 1 | +{ |
| 2 | + "view_title": "Management", |
| 3 | + "title": "Management", |
| 4 | + "empire": { |
| 5 | + "title": "Empire Configuration", |
| 6 | + "description": "Removing empires will not delete any associated plans — they will simply become unassigned. You can create edit existing empires in the Empire View. To ensure correct plan efficiency calculations, make sure each empire has your Faction and the appropriate Permits.", |
| 7 | + "buttons": { |
| 8 | + "update_cx": "Update CX Assignments", |
| 9 | + "new_empire": "New Empire" |
| 10 | + }, |
| 11 | + "form": { |
| 12 | + "empire_name": "@:terms.empire Name", |
| 13 | + "faction": "@:terms.faction", |
| 14 | + "permits_total": "@:terms.permits_plural Total", |
| 15 | + "permits_used": "@:terms.permits_plural Used" |
| 16 | + }, |
| 17 | + "table": { |
| 18 | + "empire_name": "@:terms.empire", |
| 19 | + "faction": "@:terms.faction", |
| 20 | + "permits": "@:terms.permits", |
| 21 | + "plans": "@:terms.plans_plural", |
| 22 | + "cx": "CX", |
| 23 | + "nodata_title": "No Empires available", |
| 24 | + "nodata_label": "Create your first Empire" |
| 25 | + } |
| 26 | + }, |
| 27 | + "cx": { |
| 28 | + "title": "CX Configuration", |
| 29 | + "description": "Removing a CX preference will delete all its exchange and material settings. Assigned empires will remain unaffected, but they will no longer use the removed preferences. Make sure to assign a new CX preference.", |
| 30 | + "buttons": { |
| 31 | + "new_cx": "New @:terms.cx" |
| 32 | + }, |
| 33 | + "form": { |
| 34 | + "cx_name": "@:terms.cx Name", |
| 35 | + "cx_placeholder": "CX Name (max. 100 characters)" |
| 36 | + }, |
| 37 | + "table": { |
| 38 | + "cx_name": "@:terms.cx Name", |
| 39 | + "assigned_to_empire": "Assigned to Empire?", |
| 40 | + "nodata_title": "No @:terms.cx available.", |
| 41 | + "nodata_label": "Create your first Exchange Preference." |
| 42 | + } |
| 43 | + }, |
| 44 | + "filter": { |
| 45 | + "title": "Filter", |
| 46 | + "plan": "@:terms.plan", |
| 47 | + "active_empire": "Active @:terms.empire" |
| 48 | + }, |
| 49 | + "assignments": { |
| 50 | + "title": "Plan ↔ Empire Assignments", |
| 51 | + "description": "Every planned base can be assigned to multiple empires. This allows you to simultaneously keep track of your existing Prosperous Universe empire, corporation production chains or future expansion plans.", |
| 52 | + "buttons": { |
| 53 | + "update_assignments": "Update Plan Assignments", |
| 54 | + "reload": "@:common.buttons.reload" |
| 55 | + }, |
| 56 | + "deletion": { |
| 57 | + "title": "Confirm Plan Deletion", |
| 58 | + "content": "Are you sure? Deleting the Plan can't be reversed." |
| 59 | + }, |
| 60 | + "table": { |
| 61 | + "plan": "@:terms.plan", |
| 62 | + "planet": "@:terms.planets", |
| 63 | + "configuration": "Configuration", |
| 64 | + "nodata_title": "No @:terms.plans available", |
| 65 | + "nodata_label": "Use Planet Search to create your first @:terms.plans." |
| 66 | + } |
| 67 | + } |
| 68 | +} |
0 commit comments