Replaced one-pager with multiple pages and fixed security bugs
This commit is contained in:
+86
@@ -52,6 +52,49 @@ const I18N_DATA = {
|
||||
username_taken: "Username already taken",
|
||||
prior_penalties: "Prior penalties for this pilot and rule",
|
||||
none: "None",
|
||||
applied: "Applied",
|
||||
apply_by_task: "Apply by task",
|
||||
apply_by_task_explain: "Confirm all open penalties for a task at once. Penalties are only marked applied after confirmation.",
|
||||
apply_n_open: "Apply {n} open",
|
||||
confirm_apply_task: "Mark all {n} open penalties for task '{task}' as applied?",
|
||||
summary: "Summary",
|
||||
penalty_summary: "Penalty summary",
|
||||
rule: "Rule",
|
||||
rule_not_found: "rule not found",
|
||||
close: "Close",
|
||||
count: "#",
|
||||
count_hint: "Number of prior penalties for this pilot and rule",
|
||||
prior_count: "Prior count (this pilot & rule)",
|
||||
search_penalties: "Search penalties…",
|
||||
filter_all: "All",
|
||||
filter_open: "Open only",
|
||||
filter_applied: "Applied only",
|
||||
total: "Total", open: "Open",
|
||||
repeat_password: "Repeat password",
|
||||
password_too_short: "Password must be at least 6 characters",
|
||||
passwords_dont_match: "Passwords do not match",
|
||||
too_many_attempts: "Too many login attempts — please wait a few minutes",
|
||||
profile_username_readonly: "Username can only be changed by a system administrator",
|
||||
profile_displayname_readonly: "Display name can only be changed by a system administrator",
|
||||
must_change_password: "Must change password",
|
||||
confirm_force_password: "Force this user to change their password on next request?",
|
||||
force_password_change: "Force password change",
|
||||
force_password_explain: "An administrator has required you to set a new password before you can continue.",
|
||||
user_not_found: "User not found",
|
||||
show_incidents: "Show incidents",
|
||||
hide_incidents: "Hide incidents",
|
||||
apply_select_task: "Pick a task to start applying its open penalties.",
|
||||
no_open_penalties: "No open penalties to apply.",
|
||||
no_task: "(no task)",
|
||||
start_apply: "Start",
|
||||
step_x_of_y: "Pilot {x} of {y}",
|
||||
pilot: "Pilot",
|
||||
next: "Next",
|
||||
to_overview: "To overview",
|
||||
apply_overview: "Overview",
|
||||
apply_overview_explain: "{n} penalty/penalties will be marked applied on save.",
|
||||
nothing_to_apply: "Nothing to apply.",
|
||||
confirm_save_partial: "Save and apply {n} penalty/penalties reviewed so far?",
|
||||
},
|
||||
de: {
|
||||
login_title: "Anmelden",
|
||||
@@ -100,6 +143,49 @@ const I18N_DATA = {
|
||||
username_taken: "Benutzername bereits vergeben",
|
||||
prior_penalties: "Frühere Strafen für diesen Piloten und diese Regel",
|
||||
none: "Keine",
|
||||
applied: "Angewendet",
|
||||
apply_by_task: "Pro Task anwenden",
|
||||
apply_by_task_explain: "Bestätige alle offenen Strafen einer Aufgabe gemeinsam. Erst nach Bestätigung gelten die Strafen als angewendet.",
|
||||
apply_n_open: "{n} offene anwenden",
|
||||
confirm_apply_task: "Alle {n} offenen Strafen der Aufgabe '{task}' als angewendet markieren?",
|
||||
summary: "Übersicht",
|
||||
penalty_summary: "Strafen-Übersicht",
|
||||
rule: "Regel",
|
||||
rule_not_found: "Regel nicht gefunden",
|
||||
close: "Schließen",
|
||||
count: "#",
|
||||
count_hint: "Anzahl früherer Strafen für diesen Piloten und diese Regel",
|
||||
prior_count: "Frühere Anzahl (dieser Pilot & Regel)",
|
||||
search_penalties: "Strafen durchsuchen…",
|
||||
filter_all: "Alle",
|
||||
filter_open: "Nur offene",
|
||||
filter_applied: "Nur angewendete",
|
||||
total: "Gesamt", open: "Offen",
|
||||
repeat_password: "Passwort wiederholen",
|
||||
password_too_short: "Passwort muss mindestens 6 Zeichen lang sein",
|
||||
passwords_dont_match: "Passwörter stimmen nicht überein",
|
||||
too_many_attempts: "Zu viele Anmeldeversuche — bitte ein paar Minuten warten",
|
||||
profile_username_readonly: "Der Benutzername kann nur vom Systemadministrator geändert werden",
|
||||
profile_displayname_readonly: "Der Anzeigename kann nur vom Systemadministrator geändert werden",
|
||||
must_change_password: "Passwortwechsel erforderlich",
|
||||
confirm_force_password: "Diesen Benutzer beim nächsten Zugriff zum Passwortwechsel zwingen?",
|
||||
force_password_change: "Passwortwechsel erzwingen",
|
||||
force_password_explain: "Ein Administrator hat festgelegt, dass du ein neues Passwort vergeben musst, bevor du fortfahren kannst.",
|
||||
user_not_found: "Benutzer nicht gefunden",
|
||||
show_incidents: "Vorfälle anzeigen",
|
||||
hide_incidents: "Vorfälle ausblenden",
|
||||
apply_select_task: "Aufgabe wählen, deren offene Strafen angewendet werden sollen.",
|
||||
no_open_penalties: "Keine offenen Strafen zum Anwenden.",
|
||||
no_task: "(ohne Aufgabe)",
|
||||
start_apply: "Start",
|
||||
step_x_of_y: "Pilot {x} von {y}",
|
||||
pilot: "Pilot",
|
||||
next: "Weiter",
|
||||
to_overview: "Zur Übersicht",
|
||||
apply_overview: "Übersicht",
|
||||
apply_overview_explain: "Beim Speichern werden {n} Strafe(n) als angewendet markiert.",
|
||||
nothing_to_apply: "Nichts anzuwenden.",
|
||||
confirm_save_partial: "{n} bisher überprüfte Strafe(n) jetzt speichern und anwenden?",
|
||||
},
|
||||
pl: {
|
||||
login_title: "Zaloguj się",
|
||||
|
||||
Reference in New Issue
Block a user