mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 18:51:36 +00:00
[web] Add translated phrases to CodeMirror 6 (#5905)
GitOrigin-RevId: e56e20214a99fd14dfb3a2143e815bea0a42ce00
This commit is contained in:
parent
2667e9a11c
commit
43551d3449
2 changed files with 29 additions and 1 deletions
|
@ -300,6 +300,20 @@
|
|||
"revoke_invite": "",
|
||||
"run_syntax_check_now": "",
|
||||
"search": "",
|
||||
"search_all": "",
|
||||
"search_close": "",
|
||||
"search_command_find": "",
|
||||
"search_command_go": "",
|
||||
"search_command_go_to_line": "",
|
||||
"search_command_replace": "",
|
||||
"search_current_match": "",
|
||||
"search_match_case": "",
|
||||
"search_next": "",
|
||||
"search_on_line": "",
|
||||
"search_previous": "",
|
||||
"search_regexp": "",
|
||||
"search_replace": "",
|
||||
"search_replace_all": "",
|
||||
"select_a_file": "",
|
||||
"select_a_project": "",
|
||||
"select_an_output_file": "",
|
||||
|
|
|
@ -1536,5 +1536,19 @@
|
|||
"redirect_to_editor": "Redirect to editor",
|
||||
"layout_processing": "Layout processing",
|
||||
"show_in_code": "Show in code",
|
||||
"show_in_pdf": "Show in PDF"
|
||||
"show_in_pdf": "Show in PDF",
|
||||
"search_all": "all",
|
||||
"search_close": "close",
|
||||
"search_command_find": "Find",
|
||||
"search_command_go": "Go",
|
||||
"search_command_go_to_line": "Go to line",
|
||||
"search_command_replace": "Replace",
|
||||
"search_current_match": "current match",
|
||||
"search_match_case": "match case",
|
||||
"search_next": "next",
|
||||
"search_on_line": "on line",
|
||||
"search_previous": "previous",
|
||||
"search_regexp": "regexp",
|
||||
"search_replace": "replace",
|
||||
"search_replace_all": "replace all"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue