# Common
common.projects=projects
common.users=users
common.statuses=statuses
common.priorities=priorities
common.not_set=New
common.no=No
common.parent_issue=parent issue
common.empty=Empty
common.project_key=project key
common.version=version
common.category=category
common.issue_type=issue type
common.project_user=project users
common.custom_field=custom field
common.result_failed=FAILED:{0,number,#}
common.result_success=SUCCESSFUL
common.issues=issues
common.issues_info=issues information
common.wikis=wikis
common.groups=groups
common.src=source
common.dst=destination
common.src.uppercase=Source
common.dst.uppercase=Destination
common.url=URL
common.access_key=access key
common.filter=Filter
common.importOnly=Only Import
common.fitIssueKey=Fit Issue Key
common.retryCount=Maximum number of retries

# Message
message.exporting=Exporting
message.exported=Exported
message.converting=Converting
message.converted=Converted
message.importing=Importing
message.imported=Imported
message.execute=Execute {1} {0}.({2,number,#})
message.executed={0} {1}.
message.progress.executed={0} {1}.
message.progress.value=({0,number,#}/{1,number,#})
message.analyzing=Analyzing
message.analyzed=Analyzed
message.collecting=Collecting
message.collected=Collected


# CLI
cli.require_java11=The current version of Java is [{0}]. Java 11 is required for this program.
cli.error.unknown=unknown error
cli.cancel=Migration has been canceled.
cli.confirm=Start migration? (y/n [n]):
cli.project_already_exist=Project [{0}] already exists. Do you want to import issues and wikis to project [{0}]? (Check the manual file for details.)  (y/n [n]):
cli.warn.not.latest=The latest version [{0}] has been released. The current version is [{1}].
cli.error.guide_to_help_page=If the cause or resolution is unclear, please visit the help page: https://support-ja.backlog.com/hc/ja/articles/29471143249817


# CLI Help
cli.help.show_help=Show help message.
cli.help.show_version=Show version of this program.
cli.help.dst.key=Your destination backlog api access key.(required) Example:--dst.key [your backlog api access key]
cli.help.dst.url=Your destination backlog url.(required) Example:--dst.url [your backlog url]
cli.help.src.key=Your source backlog api access key.(required) Example:--src.key [your source backlog api access key]
cli.help.src.url=Your source backlog url.(required) Example:--src.url [your source backlog url]
cli.help.projectKey=Your source backlog project key. To specify the migration destination, separate them with a colon.(required)Example:--projectKey [your project key] Example2:--projectKey [your source project key]:[your destination project key]
cli.help.importOnly=If you set this option, only import will be run by the program.
cli.help.filter=This program will only migrate filtered issues. Specify the parameter "https://developer.nulab-inc.com/en/docs/backlog/api/2/get-issues" with the query string.
cli.help.exclude=Do not migrate the specified items.[issue,wiki]
cli.help.fitIssueKey=Match issue keys as much as possible. It must be an empty project.
cli.help.retryCount=Maximum number of retries when an error occurs.
cli.help.url=Please refer to the following URL for more details.\nhttps://backlog.com/ja/backlog-migration/backlog-migration-manual-latest-en.pdf

# CLI Validate Param
cli.param.error=The parameter has the following error.
cli.param.error.disable.project=The project [{0}] could not be loaded.
cli.param.error.same_project=It can not be imported into the same space and the same project.
cli.param.error.disable.access=The accessing {0} backlog failed. Please check the url or api access key.
cli.param.error.disable.host=The accessing {0} backlog failed. [{1}] is unknown host.
cli.param.error.unmatch.subtasking=The subtasking settings do not match between destination and source.(Please match the check on "Project Settings> Subtasking" on the migration destination and migration source)
cli.param.error.unmatch.grandchild_issue=The 3rd level subtasks settings do not match between destination and source.(Please match the check on "Project Settings> Allow new 3rd level subtasks" on the migration destination and migration source)
cli.param.error.project_key=The project key [{0}] is incorrect.(Uppercase letters (A-Z), numbers (0-9) and underscore (_) can be used.)
cli.param.error.admin.auth=The destination backlog API key is not administrator authority. Please use API key of administrator authority.
cli.param.error.project.admin.auth=The API key of the source Backlog is not more than the project administrator's authority.Please use API key above the project administrator authority.
cli.param.check.access=Checking whether the {0} is accessible ...
cli.param.check.admin=Checking for the presence of admin role ...
cli.param.check.project.admin=Checking for the presence of project admin role ...
cli.param.get.project=Getting the {0} project ...


# CLI Mapping
cli.mapping.add_file=The following {0} was added to the mapping file of {0}.
cli.mapping.merge_file=The following {0} was added to the mapping file of {0}. Check the mapping file and fix it if necessary.
cli.mapping.output_file=The mapping file about {0} is created.
cli.mapping.show=The mapping {0} is as follows.
cli.mapping.configurable=The values accepted for {0} in destination backlog are [{1}].
cli.mapping.fix_file=[{0}] needs to be fixed.\nTo recreate, run the sub-command "init".
cli.mapping.confirm.fix=Check the mapping file and fix it if necessary.
cli.mapping.no_change=There was no change in the mapping file of {0}.
cli.mapping.error=The mapping of {0} has the following error.
cli.mapping.error.broken_file=The mapping file about {0} is broken.
cli.mapping.error.setup=Setup is incomplete. \nPlease complete the set up with the sub-command "init". \nAdd "--help" option to know about the "init" command.
cli.mapping.error.not_exist.item=The {0}[{1}] is not registered in destination {2}.
cli.mapping.error.empty.item=Corresponding item for {0} "{1}" in {2} is not specified.
cli.warn.rate_limit=The API usage limit has been exceeded. Waiting 1 minute before resuming.


# CLI Project Info
cli.project_info.start=Start collecting the information about the project.
cli.project_info.finish=Completed collecting the information about the project.


# Export
export.start=Start export.
export.finish=Export completed.
export.attachment.empty=Attachment: {0} -> {1}


# Convert
convert.start=Start convert.
convert.finish=Convert completed.
convert.user.failed=User not found.[{0}]
convert.commit.changelog=commit: {0}


# Import
import.start=Start import.
import.finish=Import completed.
import.suspend=It will suspend the import.
import.issue.already_exists=The issue [{0}] is skipped because it has already been registered.
import.issue.create_dummy=Created dummy issue.:{0}
import.progress=Progress...({0,number,#}/{1,number,#})
import.date.execute={2} {1} about {0}.
import.remaining_time=[Remaining time:{0}]
import.error.project.not.join=You dont join [{0}]. If you want to move this project, you need to join this project.
import.error.limit.project=You can not import [{0}] of project.\nYou can not add more project, please upgrade your plan.
import.error.wiki.attachment=Failed to attachment to wiki [{0}]. :{1}
import.error.issue.attachment=Attachment file [{0}] upload failed. :{1}
import.error.attachment.too_large=Attachment file upload failed. The size of attached file is too large.:{0}
import.error.attachment.not_exists=Attachment file {0} upload failed.\nFile does not exist in {1}.
import.error.failed.import=Could not register project [{0}]. : {1}
import.error.failed.comment=Could not register comment on issue [{0}]. : {1}
