semivori

Untitled

May 5th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var translation = {
  2.     tr: {
  3.         appHeader: 'DRI Calculator',
  4.         buttons: {
  5.             Download: 'Download',
  6.             Go: 'Go',
  7.             STANAG: 'STANAG 4347',
  8.         },
  9.         sidebar: {
  10.             Device: 'Device',
  11.             NoDevice: 'No Device',
  12.             SensorResolutionLabel: 'Sensor Resolution',
  13.             SensorPixelPitch: 'Sensor Pixel Pitch',
  14.             LensFocalLength: 'Lens Focal Length',
  15.             Target: 'Target',
  16.             Custom: 'Custom',
  17.             Width: 'Width',
  18.             Height: 'Height',
  19.         },
  20.         driTargets: {
  21.             Header: 'All Targets',
  22.             DetectionProbability: 'Detection probability',
  23.             CDNote: 'CD: Critical Dimension',
  24.             List: {
  25.                 Human: 'Human',
  26.                 Vehicle: 'Vehicle',
  27.                 Tank: 'Tank',
  28.                 RIB: 'RIB',
  29.                 Vessel: 'Vessel',
  30.                 Warship: 'Warship',
  31.                 Drone: 'Drone',
  32.                 Chopper: 'Chopper',
  33.                 Airbus: 'Airbus',
  34.             }
  35.         },
  36.         driInfoHeader: 'Info',
  37.         driInfo: {
  38.             D: 'D', //short for "Detection"
  39.             R: 'R', //short for "Recognition"
  40.             I: 'I', //short for "Identification"
  41.             Assumptions: 'Assumptions',
  42.             Detection: 'Detection',
  43.             DetectionValue: 'Something is there.',
  44.             Recognition: 'Recognition',
  45.             RecognitionValue: 'A vehicle is there.',
  46.             Identification: 'Identification',
  47.             IdentificationValue: 'The vehicle may be a humvee',
  48.             Conditions: 'Conditions',
  49.             ConditionsValue1: 'Thermal Imager- @2⁰@@ temp difference & @σ=0.2 km⁻¹@@ atmospheric attenuation factor.',
  50.             ConditionsValue2: 'Day Imager- @1000 lux@@ illumination and target contrast of @20%.@@',
  51.             Note: 'Note: DRI as per STANAG 4347 of @"+ {detection} + "± 0.5@@ pixels for Detection @"+ {recognition} +" ± 1.5@@ pixels for recognition and @" + {Identification} + "± 2@@ for Identification with @{probability}%@@ probability of achieving the objective, at the specified distance.'
  52.         },
  53.         driInfoTable: {
  54.             FocalLength: 'Focal Length',
  55.             Fov : 'Fov',
  56.             Ifov : 'Ifov',
  57.             degree : 'degree',
  58.             mrad : 'mrad',
  59.         }
  60.     }
  61. };
Add Comment
Please, Sign In to add comment