・冒頭にあった↓が削除 /* window title for a standalone image (uses multiplication symbol, not x) */ "%@ %.0f×%.0f pixels" = "%@ %.0f×%.0f pixels";
・364-365 行目 ("accepted" = "accepted"; の下) に追加↓ /* Verb stating the action that will occur when a text field is selected, as used by accessibility */ "activate" = "activate";
・373-374 行目 ("bad request" = "bad request"; の下) に追加↓ /* Verb stating the action that will occur when an unchecked checkbox is clicked, as used by accessibility */ "check" = "check";
・412-413 行目 ("internal server error" = "internal server error"; の下) に追加↓ /* Verb stating the action that will occur when a link is clicked, as used by accessibility */ "jump" = "jump";
・466-467 行目 ("precondition failed" = "precondition failed"; の下) に追加↓ /* Verb stating the action that will occur when a button is pressed, as used by accessibility */ "press" = "press";
・493-494 行目 ("see other" = "see other"; の下) に追加↓ /* Verb stating the action that will occur when a radio button is clicked, as used by accessibility */ "select" = "select";
・517-518 行目 ("unauthorized" = "unauthorized"; の下) に追加↓ /* Verb stating the action that will occur when a checked checkbox is clicked, as used by accessibility */ "uncheck" = "uncheck";