name change for view PDF to view/edit PDF (#2988)
# Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details.
This commit is contained in:
@@ -262,7 +262,7 @@ home.desc=PDF 관련 모든 작업을 위한 로컬 호스팅 원스톱 솔루
|
||||
home.searchBar=기능 검색...
|
||||
|
||||
|
||||
home.viewPdf.title=PDF 보기
|
||||
home.viewPdf.title=View/Edit PDF
|
||||
home.viewPdf.desc=보기, 주석 달기, 텍스트 또는 이미지 추가
|
||||
viewPdf.tags=보기,읽기,주석,텍스트,이미지
|
||||
|
||||
@@ -1035,7 +1035,7 @@ decrypt.success=파일이 성공적으로 복호화되었습니다.
|
||||
multiTool-advert.message=이 기능은 <a href="{0}">멀티 도구 페이지</a>에서도 사용할 수 있습니다. 향상된 페이지별 UI와 추가 기능을 확인해보세요!
|
||||
|
||||
#view pdf
|
||||
viewPdf.title=PDF 보기
|
||||
viewPdf.title=View/Edit PDF
|
||||
viewPdf.header=PDF 보기
|
||||
|
||||
#pageRemover
|
||||
|
||||
Reference in New Issue
Block a user