Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removed unused strings #741

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/main/resources/messages/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,13 @@ crowdin.glossary.upload.usage.customSynopsis=@|fg(green) crowdin glossary upload
crowdin.glossary.upload.file=File to upload
crowdin.glossary.upload.id=Glossary identifier
crowdin.glossary.upload.language-id=Glossary language identifier
crowdin.glossary.upload.name=Glossary name
crowdin.glossary.upload.scheme=Defines data columns scheme (used only for CSV or XLS/XLSX files configuration)
crowdin.glossary.upload.first-line-contains-header=Defines whether the file contains the first-row header that shouldn't be imported (used only for CSV or XLS/XLSX files)

# CROWDIN GLOSSARY DOWNLOAD COMMAND
crowdin.glossary.download.usage.description=Download glossary
crowdin.glossary.download.usage.customSynopsis=@|fg(green) crowdin glossary download|@ <id> [CONFIG OPTIONS] [OPTIONS]
crowdin.glossary.download.id=Glossary identifier
crowdin.glossary.download.name=Glossary name
crowdin.glossary.download.format=Format of the file. Supported formats: tbx, csv, xlsx
crowdin.glossary.download.to=Path the glossary should be downloaded to

Expand All @@ -276,15 +274,13 @@ crowdin.tm.upload.usage.customSynopsis=@|fg(green) crowdin tm upload|@ <file> [C
crowdin.tm.upload.file=File to upload
crowdin.tm.upload.id=Translation memory identifier
crowdin.tm.upload.language-id=Translation Memory language identifier
crowdin.tm.upload.name=Translation memory name
crowdin.tm.upload.scheme=Defines data columns scheme (required for CSV or XLS/XLSX files)
crowdin.tm.upload.first-line-contains-header=Defines whether the file contains the first-row header that shouldn't be imported (used only for CSV or XLS/XLSX files)

# CROWDIN TM DOWNLOAD COMMAND
crowdin.tm.download.usage.description=Download translation memory
crowdin.tm.download.usage.customSynopsis=@|fg(green) crowdin tm download|@ <id> [CONFIG OPTIONS] [OPTIONS]
crowdin.tm.download.id=Translation memory identifier
crowdin.tm.download.name=Translation memory name
crowdin.tm.download.format=Format of the file. Supported formats: tmx, csv, xlsx
crowdin.tm.download.source-language-id=Defines source language in the language pair
crowdin.tm.download.target-language-id=Defines target language in the language pair
Expand Down