translations.json 590 B

12345678910111213141516171819202122
  1. {
  2. "cs": {
  3. "CALCULATOR": {
  4. "getDates": "VYBRAT DATUM",
  5. "getZones": "ZÍSKAT ZÓNY",
  6. "panelHeader": "Výpočet indexů pole",
  7. "selectDate": "Chci datum",
  8. "selectField": "Pole vyberte kliknutím do mapy",
  9. "selectIndex": "Chci vypočítat index"
  10. }
  11. },
  12. "en": {
  13. "CALCULATOR": {
  14. "getDates": "GET DATES",
  15. "getZones": "GET ZONES",
  16. "panelHeader": "Field calculation",
  17. "selectDate": "I want a datum",
  18. "selectField": "Select a field by clicking in the map",
  19. "selectIndex": "I want to calculate index"
  20. }
  21. }
  22. }