static String? translate(String key) { return _localizedStrings.containsKey(key) ? _localizedStrings[key] : null; }