Files
noise/locales/en/translation.json
T
admin 0573c95179 *** WIP *** Language switching works
public/javascripts/checklang.js
   - better description in comment

views/chglang.pug
   - text for 'h1' changed

routers/index.js
   - more comment

views/index.pug
   - no more action on click at language

package.json
  "version": "3.0.1",
  "date": "2023-04-17 13:00 UTC",

public/stylesheets/style.sass
   - css for 'Loading' on first page

locales/en/translation.json
   - type
2023-04-17 15:04:37 +02:00

22 lines
598 B
JSON

{
"Noise_Measurement": "Noise Measurement",
"Settings": "Settings",
"Info": "Info",
"Start_date": "Start date:",
"Number_of_days": "Number of days",
"Only_for_live_chart": "Only for 'live' chart",
"Count_peaks_over": "Count peaks over",
"Close": "Close",
"Save_changes": "Save changes",
"Language": "Language",
"Map": "Map",
"Live": "Live",
"Hour_AVG": "Hour_AVG",
"Day_AVG": "Day_AVG",
"Day_Night": "Day_Night",
"doReset": "Please reload page to change language.",
"ActualValues": "Actual Values",
"Noise_levels_last_24_hours": "Noise levels last 24 hours"
}