Fix incorrectly quoted translation (#24514)

Looks like crowdin cannot recognize a value starting with a double quote but
not end with a double quote.
This commit is contained in:
Lunny Xiao 2023-05-05 02:46:47 +08:00 committed by GitHub
parent 7abe958f5b
commit 747e9f735c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1181,7 +1181,7 @@ editor.filename_is_invalid = The filename is invalid: "%s".
editor.branch_does_not_exist = Branch "%s" does not exist in this repository.
editor.branch_already_exists = Branch "%s" already exists in this repository.
editor.directory_is_a_file = Directory name "%s" is already used as a filename in this repository.
editor.file_is_a_symlink = "%s" is a symbolic link. Symbolic links cannot be edited in the web editor
editor.file_is_a_symlink = `"%s" is a symbolic link. Symbolic links cannot be edited in the web editor`
editor.filename_is_a_directory = Filename "%s" is already used as a directory name in this repository.
editor.file_editing_no_longer_exists = The file being edited, "%s", no longer exists in this repository.
editor.file_deleting_no_longer_exists = The file being deleted, "%s", no longer exists in this repository.