Skip to content

Commit

Permalink
feat: fix messages
Browse files Browse the repository at this point in the history
  • Loading branch information
katerina20 committed Sep 6, 2023
1 parent 7f1d9fe commit 0835b77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/resources/messages/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -351,12 +351,12 @@ crowdin.distribution.release.usage.customSynopsis=@|fg(green) crowdin distributi
crowdin.distribution.release.hash=Distribution hash

# CROWDIN SCREENSHOT COMMAND
crowdin.screenshot.usage.description=Manage screenshots
crowdin.screenshot.usage.description=Manage screenshots in a Crowdin project
crowdin.screenshot.usage.customSynopsis=@|fg(green) crowdin screenshot|@ [SUBCOMMAND] [CONFIG OPTIONS] [OPTIONS]

# CROWDIN SCREENSHOT LIST
crowdin.screenshot.list.usage.description=List screenshots
crowdin.screenshot.list.usage.customSynopsis=@|fg(green) crowdin screenshot list|@ <name> [CONFIG OPTIONS] [OPTIONS]
crowdin.screenshot.list.usage.customSynopsis=@|fg(green) crowdin screenshot list|@ [CONFIG OPTIONS] [OPTIONS]
crowdin.screenshot.list.string-id=Numeric string identifier

# CROWDIN SCREENSHOT DELETE
Expand All @@ -366,12 +366,12 @@ crowdin.screenshot.delete.name=Screenshot name

# CROWDIN SCREENSHOT UPLOAD
crowdin.screenshot.upload.usage.description=Add screenshot
crowdin.screenshot.upload.usage.customSynopsis=@|fg(green) crowdin screenshot add|@ <name> [CONFIG OPTIONS] [OPTIONS]
crowdin.screenshot.upload.usage.customSynopsis=@|fg(green) crowdin screenshot add|@ <file> [CONFIG OPTIONS] [OPTIONS]
crowdin.screenshot.upload.file=File path to add
crowdin.screenshot.upload.auto-tag=Choose whether or not to tag screenshot automatically
crowdin.screenshot.upload.file-path=Path to source file in Crowdin
crowdin.screenshot.upload.branch-name=Branch name
crowdin.screenshot.upload.directory-path=Path to directory in Crowdin
crowdin.screenshot.upload.file-path=Path to the source file in Crowdin. Requires the '--auto-tag' to be passed
crowdin.screenshot.upload.branch-name=Branch name. Requires the '--auto-tag' to be passed
crowdin.screenshot.upload.directory-path=Path to the directory in Crowdin. Requires the '--auto-tag' to be passed

error.collect_project_info=Failed to collect project info. Please contact our support team for help
error.no_sources=No sources found for '%s' pattern. Check the source paths in your configuration file
Expand Down Expand Up @@ -503,7 +503,7 @@ error.screenshot.auto-tag_required_for_file='--auto-tag' is required for '--file
error.screenshot.auto-tag_required_for_branch='--auto-tag' is required for '--branch' option
error.screenshot.auto-tag_required_for_directory='--auto-tag' is required for '--directory' option
error.screenshot.only_one_allowed=Only one of the following options can be used at a time: '--file', '--branch' or '--directory'
error.screenshot.not_found=Screenshot %s not found
error.screenshot.not_found=Screenshot %s not found in the Crowdin project
error.screenshot.not_uploaded=Screenshot was not uploaded
error.screenshot.not_updated=Screenshot was not updated

Expand Down

0 comments on commit 0835b77

Please sign in to comment.