Skip to content

Commit

Permalink
fix: updated docs (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ authored Mar 18, 2024
1 parent b83624b commit 732cf48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/messages/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ crowdin.glossary.upload.first-line-contains-header=Defines whether the file cont

# CROWDIN GLOSSARY DOWNLOAD COMMAND
crowdin.glossary.download.usage.description=Download glossary
crowdin.glossary.download.usage.customSynopsis=@|fg(green) crowdin glossary download|@ [CONFIG OPTIONS] [OPTIONS]
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
Expand All @@ -282,7 +282,7 @@ crowdin.tm.upload.first-line-contains-header=Defines whether the file contains t

# CROWDIN TM DOWNLOAD COMMAND
crowdin.tm.download.usage.description=Download translation memory
crowdin.tm.download.usage.customSynopsis=@|fg(green) crowdin tm download|@ [CONFIG OPTIONS] [OPTIONS]
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
Expand Down Expand Up @@ -396,7 +396,7 @@ crowdin.screenshot.list.string-id=Numeric string identifier

# CROWDIN SCREENSHOT DELETE
crowdin.screenshot.delete.usage.description=Delete screenshot
crowdin.screenshot.delete.usage.customSynopsis=@|fg(green) crowdin screenshot delete|@ <name> [CONFIG OPTIONS] [OPTIONS]
crowdin.screenshot.delete.usage.customSynopsis=@|fg(green) crowdin screenshot delete|@ <id> [CONFIG OPTIONS] [OPTIONS]
crowdin.screenshot.delete.id=Screenshot id

# CROWDIN SCREENSHOT UPLOAD
Expand Down

0 comments on commit 732cf48

Please sign in to comment.