Skip to content

Commit

Permalink
fix: removed unused strings (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ authored Mar 18, 2024
1 parent 732cf48 commit 9fbf003
Showing 1 changed file with 0 additions and 4 deletions.
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

0 comments on commit 9fbf003

Please sign in to comment.