|
2477 | 2477 | "essentials.api.api_auth_key.msg_console.ask_key": "Please enter your API key(s).", |
2478 | 2478 | "essentials.api.api_auth_key.msg_console.prompt_enter_key": "Please enter your API key(s).", |
2479 | 2479 | "essentials.api.api_auth_oauth.msg_api_auth.failed_or_cancelled": "Authentication failed or cancelled: {{.Cause}}", |
2480 | | - "essentials.api.api_auth_oauth.msg_api_auth.oauth_seq1": "1. Visit the URL for the auth dialogue:\\n\\n{{.Url}}\\n\\n2. Click 'Allow' (you might have to login first):\\n3. Copy the authorization code:", |
| 2480 | + "essentials.api.api_auth_oauth.msg_api_auth.oauth_seq1": "1. Visit the URL for the auth dialogue:\n\n{{.Url}}\n\n2. Click 'Allow' (you might have to login first):\n3. Copy the authorization code:", |
| 2481 | + "essentials.api.api_auth_oauth.msg_api_auth.oauth_step1_visit": "1. Visit the URL for the auth dialogue:", |
| 2482 | + "essentials.api.api_auth_oauth.msg_api_auth.oauth_step2_allow": "2. Click 'Allow' (you might have to login first)", |
| 2483 | + "essentials.api.api_auth_oauth.msg_api_auth.oauth_step3_copy": "3. Copy the authorization code:", |
2481 | 2484 | "essentials.api.api_auth_oauth.msg_api_auth.oauth_seq2": "Enter the authorization code", |
2482 | 2485 | "essentials.api.api_auth_oauth.msg_api_auth.progress_auth_success": "Successfully authorized.", |
2483 | 2486 | "essentials.api.api_auth_oauth.opt_in_feature_redirect.agreement": "This feature is in an early stage of development. This is not well tested. Please proceed by typing 'yes' to agree & enable this feature.", |
|
2528 | 2531 | "essentials.model.mo_image.exif.desc": "EXIF data", |
2529 | 2532 | "essentials.model.mo_image.exif.make.desc": "The name of the manufacturer", |
2530 | 2533 | "essentials.model.mo_image.exif.model.desc": "The model name or model number", |
2531 | | - "essentials.network.nw_diag.msg_network.error_unreachable": "Network unreachable: {{.Url}}.\\nPlease ensure your network connection or proxy configuration.\\nPlease specify `-proxy` option if your machine is under proxy or firewall.\\n\\nError:\\n{{.Error}}", |
| 2534 | + "essentials.network.nw_diag.msg_network.error_unreachable": "Network unreachable: {{.Url}}.\nPlease ensure your network connection or proxy configuration.\nPlease specify `-proxy` option if your machine is under proxy or firewall.\n\nError:\n{{.Error}}", |
2532 | 2535 | "essentials.network.nw_diag.msg_network.progress_testing": "Testing network connection...", |
2533 | 2536 | "essentials.network.nw_diag.msg_network.progress_testing_done": "Done", |
2534 | 2537 | "essentials.network.nw_diag.msg_network.progress_testing_remind": "Trying...", |
|
3432 | 3435 | "recipe.dev.doc.review.batch.invalid_choice": "Invalid input: {{.Input}}. Please enter 'a' to approve, 's' to skip, or 'q' to quit.", |
3433 | 3436 | "recipe.dev.doc.review.batch.no_unreviewed": "No unreviewed messages found.", |
3434 | 3437 | "recipe.dev.doc.review.batch.prompt_approve": "[a] Approve", |
3435 | | - "recipe.dev.doc.review.batch.prompt_review": "[{{.Index}}/{{.Total}}] Key: {{.Key}}\\nMessage: {{.Message}}", |
| 3438 | + "recipe.dev.doc.review.batch.prompt_review": "[{{.Index}}/{{.Total}}] Key: {{.Key}}\nMessage: {{.Message}}", |
3436 | 3439 | "recipe.dev.doc.review.batch.prompt_skip": "Skipping: {{.Key}}", |
3437 | 3440 | "recipe.dev.doc.review.batch.prompt_stop": "[q] Quit", |
3438 | 3441 | "recipe.dev.doc.review.batch.session_complete": "Review session complete. Approved: {{.Approved}}, Skipped: {{.Skipped}}, Total reviewed: {{.Total}}", |
|
0 commit comments