Skip to content

Instantly share code, notes, and snippets.

"SIMULATOR": {
"Progress": "Fortschritt",
"Quality": "Qualität",
"Step_counter": "Schritt",
"Durability": "Durability", //TODO How is it in DE client?
"Hq": "HQ",
"Cp_amount": "HP", // I think? Handwerkspunkte(?)
"Simulate_tooltip": "Im Simulator herstellen", //how to translate "craft" properly?
"Configuration": "Einstellungen",
"Level": "Level", // does DE client translate "level" to "Stufe"?

Moving from jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})