diff --git a/src/locales/archived/en.js b/src/locales/archived/en.js deleted file mode 100644 index 3d798d43..00000000 --- a/src/locales/archived/en.js +++ /dev/null @@ -1,946 +0,0 @@ -const messages = { - app: { - name: "Penguin Statistics", - name_lines: "Penguin Statistics", - }, - server: { - name: "Server", - switch: "Switch Server", - selected: "Selected", - servers: { - CN: "CN", - US: "US", - JP: "JP", - KR: "KR", - }, - }, - menu: { - _beta: "Beta", - home: "Home", - search: "Search", - report: { - _name: "Report Drops", - stage: "Select By Stage", - recognition: "Recognition", - }, - stats: { - _name: "Drop Rates", - stage: "By stage", - item: "By item", - advanced: "Advanced Query", - }, - about: { - _name: "About Penguin Statistics", - members: "Team Members", - contribute: "Contribute", - changelog: "Change Log", - contact: "Contact us", - donate: "Donate", - links: "Link Exchange", - bulletin: "Notice", - credits: "Credits", - }, - siteStats: "Statistics at a Glance", - planner: "Farming Strategy Planner", - v1: "Visit Old Version", - refreshData: "Reload", - languages: "Language", - settings: { - name: "Settings", - themeStyles: { - name: "Change Themes", - disabled: "(Disabled: Active Special Theme)", - default: "Default Theme", - miku2021: "Hatsune Miku 2021 Birthday Theme", - }, - appearances: { - name: "Change Color Appearance", - system: "Follow System", - dark: "Always Dark", - light: "Always Light", - }, - }, - overline: { - planner: "ArkPlanner", - }, - }, - meta: { - details: "Details", - loading: "Loading...", - notfound: "???", - footer: { - copyright: { - title: "License", - content: - "Data was collected by Penguin Statistics, licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. In case of redistribution and transformation towards the material, you must give appropriate credit, provide a link to the license, indicate if changes were made, and may not use the material for commercial purposes.", - }, - credit: "Penguin Statistics | {date}", - }, - separator: ", ", - quotation: { - start: '"', - end: '"', - }, - boolean: { - true: "Yes", - false: "No", - }, - hasNorNot: { - true: "Yes", - false: "No", - }, - dialog: { - cancel: "Cancel", - confirm: "Confirm", - submit: "Submit", - save: "Save", - close: "Close", - }, - time: { - minute: "{m}m", - second: "{s}s", - }, - isAre: "is | are", - copyWarning: "\n\nData from Penguin Statistics ({site})", - }, - stats: { - headers: { - pattern: "Pattern", - stage: "Stage", - apCost: "Sanity", - item: "Item", - itemDrops: "Aggregated Item Drops", - times: "Samples", - quantity: "Loots", - percentage: "Percentage", - apPPR: "Sanity Required Per Item", - clearTime: "Shortest Clear Time", - timeRange: "Time Range", - itemPerTime: "Time Per Item", - recruitTag: "Recruit Tag", - recruitObservations: "Observations", - recruitRecruits: "Recruits", - }, - headerDesc: { - apCost: "The Sanity required for the stage", - quantity: "The sum of all drops in this stage", - times: "The sum of the samples in this stage", - percentage: "Expected drop rate. Calculated as (Loots / Samples)", - patternPercentage: - "Possibility to get this drop pattern. Calculated as (Loots / Samples)", - apPPR: "Expected Sanity required for getting 1x of this item", - clearTime: - "The shortest possible time required to clear this stage, a.k.a. the time duration starting from the beginning of the combat to the appearance of the last enemy. Data source: [PRTS Wiki]({prtsLink}).", - itemPerTime: - 'With the "Percentage" calculated, the expected amount of time required to acquire 1 item is calculated as (ClearTime / (Loots / Samples))', - timeRange: - 'Due to the change of the drop table of this stage, the data in this row will only contain the data from the last change of the drop table, indicated as "Time Range"', - }, - filter: { - title: "Filter", - indicator: - "No Filter Applied | {count} Filter Applied | {count} Filters Applied", - stats: "Post-filtered {filtered} / Original {total}", - overview: "Filter Summary", - type: { - _name: "Stage Type", - showPermanent: "Permanent", - showActivity: "Event", - }, - status: { - _name: "Stage Status", - onlyOpen: "Only show open stages", - }, - }, - itemPreview: { - more: "{count} stage(s) drop this item", - }, - timeRange: { - inBetween: "{0} to {1}", - toPresent: "{date} until now", - endsAt: "Before {date}", - unknown: "Unknown", - notSelected: "(not selected)", - }, - trends: { - name: "Historical Drop Data", - set: { - rate: "Drop Rate", - sample: "Samples", - drops: "Drops", - }, - }, - lastUpdated: "Last updated at: {date}", - site: { - viewMore: "Learn More", - total: { - sanity: "Sanity consumed in all reports", - report: "Total Drop Reports", - items: "Total Item Drops", - }, - stages: "Top Upload Stages", - items: "Top Upload Items", - all: "Full Time", - "24hr": "Last 24hr", - generating: { - title: "Generating Site Statistics...", - subtitle: - "Neural Network Message: Due to high amount of data, site statistics need up to 5 minutes to calculate. Please come back later.", - refresh: "Refresh Site Statistics", - }, - }, - }, - contribute: { - repo: "Project repositories: ", - frontend: "Frontend", - frontendV4: "Frontend v4", - backend: "Backend", - livehouse: "LiveHouse", - recognizer: "Recognizer", - newFolder: "Currently working hard creating the project repo...", - caption: - "Penguin Statistics is a community project and it wouldn't be possible without the support of our community. Please support us by starring our GitHub repositories. Issues and PRs are always welcome!", - contribute_0: - "If you have experience with any of the following, and want to contribute to Penguin Statistics, contact us at QQ group: 747099627 or Discord via the link below.", - contribute_1: "This is a nonprofit and open source project", - skills: { - frontend: "Frontend Development (React)", - backend: "Backend Development (Go, PostgreSQL)", - mobile: "Mobile App Development (iOS, Android)", - maintenance: "DevOps", - design: "UI/UX Design", - analysis: "Data Analysis", - others: "...", - }, - }, - fetch: { - loading: "Fetching Latest Data...", - chunk: { - title: "Establishing connection to Level 2 neural network...", - subtitle: "Fetching page modules and rendering view, please wait...", - }, - failed: { - title: "Failed to fetch resources", - subtitle: - "Unable to establish synchronized connection with neural network. Missing partial or all resources.", - retry: "Retry", - deploying: - "Deploying latest version. This may last at its longest 5 minutes, please wait patiently.", - error: { - zones: "Zones Data", - stages: "Stages Data", - items: "Items Data", - limitations: "Report Validation Rules", - trends: "History Report Trends", - globalMatrix: "Global Drop Data", - personalMatrix: "Personal Drop Data", - globalPatternMatrix: "Global Drop Pattern Data", - personalPatternMatrix: "Personal Drop Pattern Data", - stats: "Site Statistics", - period: "Server Events", - config: "Frontend Configuration", - }, - }, - }, - report: { - alert: { - title: { - first: "Failure Risk Detected", - repeat: "Warning", - }, - continue: { - first: "Are you sure you want to submit this record?", - repeat: "Confirm submitting this record?", - }, - contact: { - before: - "If you are sure you got this drop in-game, submit this report and ", - activator: "contact us.", - after: - "Please indicate the stage name and drops. A screenshot is preferred for verification purposes. Our team will mark your report appropiately after verifying it.", - }, - causes: { - noDrop: "No items selected.", - limitation: - "Your current submission has a large deviation from our existing data. This submission could be marked as a false report, removing it from our data set.", - }, - }, - recognition: { - step: { - select: "Select Images", - recognize: "Recognize", - confirm: "Confirm", - report: "Report", - }, - tips: { - fileTooBig: 'File "{name}" with size of {size}MB is too large', - fileTooOld: 'File "{name}" was created before 36hrs ago', - chooseImage: "Click or drag to add an image", - dragImage: "Drag an image here", - addImage: "Click to add an image", - copyImage: "Right click or long press the image to share it", - abnormal: - '{count} image(s) have been "excluded" because they either failed to pass legibility test, or failed to be recognized', - notImageFile: '"{files}" are not image files, ignored.', - emptyResult: "No results available", - unsatisfiedStart: "Unable to Start", - emptyFile: "No images selected", - hasInvalidFile: "Contains invalid file", - }, - status: { - success: "Success", - warning: "Warning", - error: "Error", - }, - description: - "Boost your upload efficiency by simply choosing your drop screenshots and let us handle the rest.", - recognize: { - noFilename: "No Filename", - elapsed: "Elapsed", - remaining: "Remaining", - speed: "Avg Speed", - imagePerSecond: "{count} images/sec", - }, - confirm: { - loadingImage: "Loading Screenshot Preview", - overview: { - _name: "Overview", - total: "Recognized", - success: "Passed", - error: "Failed", - count: "{count}", - server: "Dataset Server", - duration: "Avg Time Taken", - }, - details: "Details", - unknownStage: "Recognition Failed", - abnormal: { - error: "This image failed to pass the legibility test", - fatal: "This image failed to be recognized", - details: "List of Errors", - hover: "Hover: see recognition results", - }, - cherryPick: { - disabled: "Unable to upload abnormal recognition result", - accepted: "Upload this result", - rejected: "Discard this result", - }, - noResult: "No recognition results", - submit: "Upload Selected (×{count}) Results", - itemsTotal: "Items", - }, - report: { - title: "Report Details", - total: "Total", - submit: "Report {count} battle results", - reporting: "Reporting in bulk...", - allSucceeded: "{count} battle results successfully reported", - partialSucceeded: "Only {count} battle results successfully reported", - partialFailed: - "{count} failed battle result reports. Please follow the troubleshooting steps below", - partialFailedDesc: [ - "Check your network connection: The upload may be failed if the network connection is poor.", - "In order to ensure that the entire site data set is not affected by external attacks, if you still cannot upload after multiple retries, your submission volume may have triggered the reporting limit. Please try again after 24 hours to upload the remaining drop reports.", - "Your IP may be shared with others, because individuals cannot be located due to the nature of IP. In this case, please try to switch your mobile network or WiFi to retry recognition, or you can retry uploading after 24 hours.", - "To prevent retransmission attacks, we will attach a timestamp to your request; if the time of your device is too far from the standard time, the upload may fail. Please try to calibrate the device time and try again.", - ], - caption: - "Thanks for reporting. Your data will be revealed in the global dataset of website in 20 minutes at most because of cache.", - }, - states: { - pending: "Waiting for initialization...", - initializing: "Initializing...", - recognizing: "Recognizing...", - rendering: "Rendering content...", - submitting: "Submitting...", - }, - cost: "Cost", - filename: "Filename", - result: "Result", - queue: "Image Queue", - start: "Recognize {count} images", - progress: "Progress", - submit: "Submit", - retry: "Failed to submit. Retrying...", - filter: "Filter", - notices: { - welcome: [ - "Image files will be recognized **locally** using **WebAssembly** technology. We will not upload images to our server.", - "Please use screenshots taken within 36 hours that contains only 3-stars clear. Duplications will be detected and marked as *excluded*.", - "Please do not report the first-clear of a stage, and do not only report the clears where you were lucky - report all clears.", - ], - confirm: [ - "Click the image to enlarge it for double-checking.", - "Screenshots which passed the legibility test have already been checked for upload.", - "With consideration of dataset accuracy, you are **disallowed** to check a screenshot that failed the legibility test for upload.", - ], - }, - exceptions: { - "Fingerprint::Same": { - title: "Duplicated Images", - subtitle: "Check if you have selected duplicated images", - }, - "FileTimestamp::TooClose": { - title: "Screenshot Interval too close", - subtitle: "Check if you have selected duplicated images", - }, - "DropInfos::Violation": "Failed to pass result validation", - "StageChar::LowConfidence": { - title: "Error in stage recognition", - subtitle: - "Low confidence in the recognition result. Please check if the result is consistent with the screenshot.", - }, - "DropQuantityChar::LowConfidence": { - title: "Error in item quantity recognition", - subtitle: - "Low confidence in the recognition result. Please check if the result is consistent with the screenshot.", - }, - "DropAreaDropsQuantity::NotFound": { - title: "Failed to recognize the drop quantity", - subtitle: - "Pictures with poor resolution or quality may cause this problem. Please check if the image is compressed", - }, - "DropAreaDrops::LowConfidence": { - title: "Low Confidence Drop Item", - subtitle: - "Check if you have selected a screenshot in which its content includes a closed event", - }, - "DropAreaDrops::Illegal": { - title: "Illegal drops found", - subtitle: - "There should be no drop in this stage, but there are some in the screenshot. This is usually caused by event drop during non-event period", - }, - "Result::False": { - title: - "Not a battle result screenshot, or an internal error occurred", - subtitle: - "If this is a battle result screenshot, please make sure the server you select is correct", - }, - "Stage::NotFound": { - title: "Cannot found any valid matching stage", - subtitle: - "Error in stage recognition, or we do not count drop for this stage", - }, - "Stage::Illegal": { - title: "Illegal stage", - subtitle: "This stage is not opening now", - }, - "3stars::False": "Suspected to be a non 3-stars clear", - "Droptypes::Illegal": { - title: "Illegal drop type", - subtitle: - "There are illegal drop types in the screenshot, like first-clear or return AP", - }, - "Droptypes::NotFound": "Failed to find any drop type", - }, - defectReport: { - dialog: { - title: "Send Recognition Defect Feedback", - // subtitle: - // "反馈截图识别缺陷将上传您的截图原图、识别结果与环境信息(包括当前的前端 UI 版本号、识别内核版本号与识别资源版本号)至本站服务器。在上传后,我们将使用提交的数据进行算法优化,以期减少错误率。感谢您帮助我们改进识别效果!", - subtitle: - "Sending recognition defect feedback will upload such screenshot image, recognition result and environment info (including current UI version, recognition core version and recognition resource version) to us. After receiving your feedback, we will use the submitted feedback to optimize algorithm used in screenshot recognition. Thank you for helping us improving the recognition feature!", - section: { - originalImage: "Original Image", - recognitionResult: "Recognition Result", - environment: "Environment", - }, - }, - state: { - preflight: "Uploading feedback metadata...", - uploading: "Uploading screenshot image...", - }, - snackbar: { - succeeded: - "Recognition defect feedback has been submitted. Thank you for your feedback!", - failed: - "Failed to submit recognition defect feedback. Please try again later.", - }, - action: "Send Feedback...", - reported: "Feedback Sent", - }, - }, - rules: { - item: { - _name: "Item Quantities", - now: 'Selected {quantity} {item} in "{stage}"', - gte: 'Should have at minimum {should} "{item}" in "{stage}"', - lte: 'Should have at maximum {should} "{item}" in "{stage}"', - not: 'Should not have exactly {should} "{item}" in "{stage}"', - }, - type: { - _name: "Items", - now: 'Selected {quantity} items in "{stage}"', - gte: 'Should have at minimum {should} items in "{stage}"', - lte: 'Should have at maximum {should} items in "{stage}"', - not: 'Should not have exactly {should} items in "{stage}"', - }, - }, - clear: "Clear", - closedReason: { - INVALID: - "Unable to Report: This stage does not contain drop reporting metadata.", - NOT_FOUND: - "Stage Not Found: The stage does not exist in the server you have selected.", - EXPIRED: - "Not within Reportable Time Range: Either has the stage already closed or has not yet opened.", - }, - furniture: "Furniture Drop: {state}", - name: "Report", - submit: "Submit", - success: "Successfully submitted", - unable: "Failed to submit: ", - undo: "Recall", - undoSuccess: "Successfully recalled submission", - gacha: "Multiple results are allowed for the reports of this stage.", - notices: { - rule_1: - "Report one clear at a time. Please double-check your drop selection.", - rule_2: - "If there are no drops, click submit directly without selecting any drops.", - rule_3: - "Please do not report the first-clear of a stage, and do not only report the clears where you were lucky - report all clears.", - rule_4: "Please make sure that you refresh a 3-stars clear.", - rule_5: "Please only submit drop data from the CN server.", - }, - usage: "Increase drop amount by left click, decrease by right click", - }, - mirrors: { - global: { - notification: - "For performance concerns, we recommend you to use the global site {0}.", - }, - cn: { - notification: - "For performance concerns, we recommend you to use the CN mirror site {0}.", - }, - _notification: { - ignore: { - title: "Ignore Mirror Notification?", - subtitle: - "Are you sure you want to ignore all mirror optimization notifications? Performance issues may occur.", - }, - }, - }, - settings: { - storageIssue: - 'Storage issues detected. Application may malfunction. If this warning keeps showing, try to clear local storage by using "Reset All" under the "Settings" dialog in the menu.', - category: { - appearance: "Appearance", - data: "Data", - about: "About", - }, - iosSystemSettings: "Language & Privacy Settings", - optimization: { - lowData: { - title: "Low Data Mode", - active: "Low Data Mode is Active", - subtitle: - "Low Data Mode will stop fetching nonessential resources, such as the zone backgrounds in stage selector and the website background, to help reduce network data use.", - }, - }, - data: { - server: "Local Data includes servers: ", - size: "Local Data size: ", - reset: { - title: "Reset All", - subtitle: - "This operation will delete all local data and settings you have set. After the deletion, all settings will be reset to default, all data needs to be downloaded again, and the web page will be reloaded. Are you sure to continue?", - }, - }, - }, - zone: { - name: "Zone", - types: { - MAINLINE: "Main Theme", - WEEKLY: "Supplies", - ACTIVITY: "Event", - ACTIVITY_OPEN: "Event (Opening)", - ACTIVITY_CLOSED: "Event (Closed)", - ACTIVITY_PENDING: "Event (Opening Soon)", - ACTIVITY_PERMANENT: "Intermezzi & Side Story", - GACHABOX: "Gachabox", - RECRUIT: "Recruit", - }, - subTypes: { - 2019: "2019", - 2020: "2020", - 2021: "2021", - 2022: "2022", - 2023: "2023", - AWAKENING_HOUR: { - title: "Hour of an Awakening", - subtitle: "Episode 0~3", - }, - VISION_SHATTER: { - title: "Shatter of a Vision", - subtitle: "Episode 4~8", - }, - DYING_SUN: { - title: "Shadow of a Dying Sun", - subtitle: "Episode 9~10", - }, - INTERLUDE: "Intermezzi", - SIDESTORY: "Side Story", - }, - status: { - 0: "Open", - 1: "Closed", - "-1": "Opening Soon", - permanentOpen: "Permanent", - }, - opensAt: "Event period: {0} - {1}", - }, - stage: { - name: "Stage", - about: "About this Stage", - apCost: "{apCost} AP required", - actions: { - _name: { - selector: "Quick Access", - selectorEmpty: "No Quick Access available", - panel: "Quick Actions", - }, - star: { - name: "Starred", - activate: "Star", - activated: "Starred", - deactivate: "Click to Cancel Star", - empty: [ - "Currently you've not starred any stages", - "You can star a stage by going to its 'Quick Access' section in its details panel.", - ], - }, - history: { - name: "Recently Accessed", - empty: [ - "No recent accessed stages available", - "After you've visit any stage pages, a record will appear at here.", - ], - clear: "Clear", - }, - links: { - "prts-wiki": "Wiki", - "map-arknights-com": "Maps", - }, - advanced: { - activator: "Do Advanced Query", - }, - }, - loots: { - NORMAL_DROP: "Regular", - EXTRA_DROP: "Extra", - SPECIAL_DROP: "Special", - FURNITURE: "Furniture", - }, - selector: { - plannerExclude: "Exclude Planning Stages", - excludeAll: "Exclude All", - includeAll: "Include All", - title: "Select Stage", - }, - }, - planner: { - notices: { - autoExistence: - "ArkPlanner will hide non-existing stages automatically now.", - }, - options: { - _name: "Options", - byProduct: "Consider by-products", - requireExp: "Large demand for EXP", - requireLmb: "Large demand for LMD", - excludeStage: { - _name: "Excludes", - title: "Select", - selected: "Excluded {stages} stages", - }, - }, - reset: { - name: "Reset", - success: "Successfully resetted chosen planner data", - dialog: { - title: "Reset Planner", - subtitle: - "This operation will reset the planner data and settings you choose. Are you sure to continue?", - options: { - options: { - name: "Planning Options", - indicator: "Will reset all Options", - }, - excludes: { - name: "Exclude Stages", - indicator: "Will reset all Excludes", - }, - items: { - name: "Item Data", - indicator: "Will reset all Item Data", - }, - }, - }, - }, - actions: { - _name: "Data", - import: "Import", - export: "Export", - importExport: "@:(planner.actions.import)/@:(planner.actions.export)", - calculate: "Calculate", - calculating: "Calculating now...", - link: { - generate: "Generate Share Link", - generating: "Generating...", - share: "Share Link", - }, - config: { - _name: "Configuration Profile", - share: "Share Configuration Profile", - import: "Import from Configuration Profile", - }, - }, - craft: { - do: "Synthesize", - unable: "Missing Mat.", - errors: { - title: "Missing Required Materials to Synthesize", - notEnough: - 'Required {need}×"{item}" to synthesize, but only have {have}', - }, - plans: { - title: "Synthesize Plans", - plan: 'Using {cost}×"{item}" to synthesize, remaining {remain}', - }, - success: "Used {sourceItems} to synthesize {amount} {productItem}", - }, - have: "Have", - need: "Need", - copy: "Copy to Clipboard", - calculation: { - title: "Calculation Result", - tabs: { - stages: "Stages", - syntheses: "Syntheses", - values: "Material Sanity Value", - }, - lmb: "Estimated LMD income", - sanity: "Estimated Sanity required", - exp: "Estimated EXP from Battle Records", - times: "battles", - level: "Material Level", - noStage: "No stage found.", - noSyntheses: "No syntheses found.", - }, - }, - item: { - name: "Item", - choose: { - name: "Choose Item", - }, - categories: { - ACTIVITY_ITEM: "Event Items", - CARD_EXP: "Battle Records", - CHIP: "Chips", - FURN: "Furniture", - MATERIAL: "Materials", - }, - related: "Related Items", - undefined: "Unknown", - }, - query: { - panel: { - builder: "Query Builder", - results: "Query Results", - footer: { - cache: - 'The query result data now displaying is cached data. If you need to get the latest data, please "execute query" again.', - disclaimer: - 'Any data produced by the "Advanced Query" function is protected by the "Data License Agreement" of this site. Penguin Statistics does not make any form of commitment or endorsement of any data produced.', - }, - }, - title: { - main: "Main Query", - comparison: "Comparison Query #{index}", - }, - type: { - matrix: "Statistics", - trend: "Trends", - }, - selector: { - item: { - title: "Choose Item", - subtitle: - "Used to filter the query results by specified materials. When any filter is selected, no other filters can be selected in the same query. If you want to filter other parameters, you can do it by adding a comparison query.", - unspecified: "Show All Item", - selected: "Only Query Selected ({length})", - }, - stage: { - title: "Choose Stage", - subtitle: - "Used to filter the query results by specified materials. When any filter is selected, no other filters can be selected in the same query. If you want to filter other parameters, you can do it by adding a comparison query.", - }, - timeRange: { - title: "Choose Time Range", - subtitle: "(Required) Limit query results in a specific time range.", - presets: { - title: "Presets", - start: "Started", - end: "Ended", - }, - }, - interval: { - title: "Segment Interval", - subtitle: "Interval for segmenting historical trends.", - unspecified: "No Segment", - }, - }, - operation: { - add: "Add Comparison Query", - execute: "Execute Query", - inProgress: "Executing Queries...", - }, - result: { - main: "Main Query Result", - comparison: "Comparison Query #{index} Result", - empty: - "This query returned 0 results. Please check your query parameters.", - hideTime: "Hide Detail Time", - }, - }, - version: { - upgrade: { - title: "Version Outdated", - subtitle: - "The current client version has outdated due to upgrade. Please retry after upgrade", - action: "Upgrade", - unable: "Can't Upgrade?", - }, - }, - notice: { - failed: "Failed to load notice: {error}", - loading: "Loading Notice...", - }, - dataSource: { - switch: "Data Source", - global: "All", - loginNotice: "Please log in before viewing personal drop data.", - personal: "Personal", - title: "Login Required", - }, - matrixCategory: { - switch: "Matrix Category", - all: { - label: "All", - // tooltip: "All", - }, - auto: { - label: "Auto", - tooltip: - "Auto: Such Matrix Category contains data from third-party tools that automatically reports drop data.", - }, - manual: { - label: "Manual", - tooltip: - 'Manual: Such Matrix Category contains data only from the "Report Drops by Stage" and "Report Drops by Recognition" features from Penguin Statistics site.', - }, - }, - validator: { - required: "Required", - }, - quotes: { - doYouKnow: ["Do You Know? Ptilopsis' feather is sooo cute! o(*≧▽≦)ツ"], - }, - credits: { - material: { - title: "Content Credits", - content: [ - "Penguin Statistics utilizes (including but not limited to) pictures, animations, audio, original text and other works for the purpose of better reflecting the corresponding elements in the game and enhance the user experience. The copyright of such works belongs to the provider of the game, Shanghai Hypergryph Network Technology Co., Ltd. and/or its affiliates, including but not limited to YOSTAR (HONG KONG) LIMITED, 株式会社Yostar, YOSTAR LIMITED, 龍成網路, etc,.", - "Penguin Statistics utilizes some assets from PRTS Wiki (http://prts.wiki) and has changed some of the assets without modifying its original meaning.", - 'Penguin Statistics used the slightly self-modified version of the Bender font, provided by the Free Fonts Project under a usage basis claimed on the official website of the Project ( http://jovanny.ru ) of "All fonts from the Free Fonts Project can be used both for commercial and personal purposes without any limitations.". Penguin Statistics hereby specially thanks and appreciates the Bender font for releasing their awesome font under such license.', - ], - }, - source: { - title: "Open Source Licenses", - }, - }, - auth: { - forgot: { - activator: "Forgot PenguinID", - title: "Can't Login?", - subtitle: "Let's recover your login information", - penguinIdHistory: { - title: "Previously used PenguinID", - lastLoginAt: "Last login at {time}", - loginAsUserId: "Login as this PenguinID", - deleteUserId: "Delete this PenguinID record", - noData: "No Data", - tips: "Only able to recover PenguinID that are used in client v3.3.1 or newer versions", - }, - }, - }, - members: { - categories: { - owner: "Webmaster", - maintainer: "Maintainer", - contributors: "Contributors", - others: "Others", - translators: "Translators", - }, - responsibilities: { - _name: "Contributions", - arkplanner: "Author of ArkPlanner", - backend: "Backend", - bulkupload: "Bulk Upload", - customersupport: "User Support", - v1frontend: "v1.0 Frontend", - frontend: "Frontend", - localization_en: "English Localization", - localization_ja: "Japanese Localization", - localization_ko: "Korean Localization", - logo: "Logo Designer", - maintenance: "DevOps", - materials: "Materials Supplier", - statistics: "Statistics and Analysis", - widget: "Widget Development", - native: "App Development", - recognition: "Screenshot Recognition", - }, - socials: { - email: "Email", - github: "GitHub", - qq: "QQ", - twitter: "Twitter", - weibo: "Weibo", - }, - }, - pattern: { - name: "Drop Patterns", - empty: "(No Drops)", - error: ["Drop Patterns for this Stage", "Currently not Available"], - }, - share: { - name: "Share", - shortlink: { - name: "Short Link", - }, - text: { - _tmpl: "{name} Drop Rates on Penguin Statistics", - stage: 'Stage "{name}"', - item: 'Item "{name}"', - }, - success: "Successfully shared", - }, - search: { - placeholder: "Search...", - hint: "Type in Name for Stage, Zone or Item", - }, - confirmLeave: { - title: "Are you sure to leave?", - subtitle: "Unsaved changes may lost.", - }, - specials: { - mikubirthday2021: { - caption: "Happy Birthday Hatsune Miku", - }, - }, -}; - -export default Object.freeze(messages); diff --git a/src/locales/archived/en.json b/src/locales/archived/en.json deleted file mode 100644 index f34c8c5a..00000000 --- a/src/locales/archived/en.json +++ /dev/null @@ -1,981 +0,0 @@ -{ - "app": { - "name": "Penguin Statistics", - "name_lines": "Penguin Statistics" - }, - "server": { - "name": "Server", - "switch": "Switch Server", - "selected": "Selected", - "servers": { - "CN": "CN", - "US": "US", - "JP": "JP", - "KR": "KR" - } - }, - "menu": { - "_beta": "Beta", - "home": "Home", - "search": "Search", - "report": { - "_name": "Report Drops", - "stage": "Select By Stage", - "recognition": "Recognition" - }, - "stats": { - "_name": "Drop Rates", - "stage": "By stage", - "item": "By item", - "advanced": "Advanced Query" - }, - "about": { - "_name": "About Penguin Statistics", - "members": "Team Members", - "contribute": "Contribute", - "changelog": "Change Log", - "contact": "Contact us", - "donate": "Donate", - "links": "Link Exchange", - "bulletin": "Notice", - "credits": "Credits" - }, - "siteStats": "Statistics at a Glance", - "planner": "Farming Strategy Planner", - "v1": "Visit Old Version", - "refreshData": "Reload", - "languages": "Language", - "settings": { - "name": "Settings", - "themeStyles": { - "name": "Change Themes", - "disabled": "(Disabled: Active Special Theme)", - "default": "Default Theme", - "miku2021": "Hatsune Miku 2021 Birthday Theme" - }, - "appearances": { - "name": "Change Color Appearance", - "system": "Follow System", - "dark": "Always Dark", - "light": "Always Light" - } - }, - "overline": { - "planner": "ArkPlanner" - } - }, - "meta": { - "details": "Details", - "loading": "Loading...", - "notfound": "???", - "footer": { - "copyright": { - "title": "License", - "content": "Data was collected by Penguin Statistics, licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. In case of redistribution and transformation towards the material, you must give appropriate credit, provide a link to the license, indicate if changes were made, and may not use the material for commercial purposes." - }, - "credit": "Penguin Statistics | {date}" - }, - "separator": ", ", - "quotation": { - "start": "\"", - "end": "\"" - }, - "boolean": { - "true": "Yes", - "false": "No" - }, - "hasNorNot": { - "true": "Yes", - "false": "No" - }, - "dialog": { - "cancel": "Cancel", - "confirm": "Confirm", - "submit": "Submit", - "save": "Save", - "close": "Close" - }, - "time": { - "minute": "{m}m", - "second": "{s}s" - }, - "isAre": "is | are", - "copyWarning": "\n\nData from Penguin Statistics ({site})", - "confirmLeave": { - "title": "Are you sure to leave?", - "subtitle": "Unsaved changes may lost." - } - }, - "stats": { - "headers": { - "pattern": "Pattern", - "stage": "Stage", - "apCost": "Sanity", - "item": "Item", - "itemDrops": "Aggregated Item Drops", - "times": "Samples", - "quantity": "Loots", - "percentage": "Percentage", - "apPPR": "Sanity Required Per Item", - "clearTime": "Shortest Clear Time", - "timeRange": "Time Range", - "itemPerTime": "Time Per Item", - "recruitTag": "Recruit Tag", - "recruitObservations": "Observations", - "recruitRecruits": "Recruits" - }, - "headerDesc": { - "apCost": "The Sanity required for the stage", - "quantity": "The sum of all drops in this stage", - "times": "The sum of the samples in this stage", - "percentage": "Expected drop rate. Calculated as (Loots / Samples)", - "patternPercentage": "Possibility to get this drop pattern. Calculated as (Loots / Samples)", - "apPPR": "Expected Sanity required for getting 1x of this item", - "clearTime": "The shortest possible time required to clear this stage, a.k.a. the time duration starting from the beginning of the combat to the appearance of the last enemy. Data source: [PRTS Wiki]({prtsLink}).", - "itemPerTime": "With the \"Percentage\" calculated, the expected amount of time required to acquire 1 item is calculated as (ClearTime / (Loots / Samples))", - "timeRange": "Due to the change of the drop table of this stage, the data in this row will only contain the data from the last change of the drop table, indicated as \"Time Range\"" - }, - "filter": { - "title": "Filter", - "indicator": "No Filter Applied | {count} Filter Applied | {count} Filters Applied", - "stats": "Post-filtered {filtered} / Original {total}", - "overview": "Filter Summary", - "type": { - "_name": "Stage Type", - "showPermanent": "Permanent", - "showActivity": "Event" - }, - "status": { - "_name": "Stage Status", - "onlyOpen": "Only show open stages" - } - }, - "itemPreview": { - "more": "{count} stage(s) drop this item" - }, - "timeRange": { - "inBetween": "{0} to {1}", - "toPresent": "{date} until now", - "endsAt": "Before {date}", - "unknown": "Unknown", - "notSelected": "(not selected)" - }, - "trends": { - "name": "Historical Drop Data", - "set": { - "rate": "Drop Rate", - "sample": "Samples", - "drops": "Drops" - } - }, - "lastUpdated": "Last updated at: {date}", - "site": { - "viewMore": "Learn More", - "total": { - "sanity": "Sanity consumed in all reports", - "report": "Total Drop Reports", - "items": "Total Item Drops" - }, - "stages": "Top Upload Stages", - "items": "Top Upload Items", - "all": "Full Time", - "24hr": "Last 24hr", - "generating": { - "title": "Generating Site Statistics...", - "subtitle": "Neural Network Message: Due to high amount of data, site statistics need up to 5 minutes to calculate. Please come back later.", - "refresh": "Refresh Site Statistics" - } - }, - "name": "Statistics", - "title": "Statistics of {stage}", - "scroll": "Scroll to view details" - }, - "contribute": { - "repo": "Project repositories: ", - "frontend": "Frontend", - "frontendV4": "Frontend v4", - "backend": "Backend", - "livehouse": "LiveHouse", - "recognizer": "Recognizer", - "newFolder": "Currently working hard creating the project repo...", - "caption": "Penguin Statistics is a community project and it wouldn't be possible without the support of our community. Please support us by starring our GitHub repositories. Issues and PRs are always welcome!", - "contribute_0": "If you have experience with any of the following, and want to contribute to Penguin Statistics, contact us at QQ group: 747099627 or Discord via the link below.", - "contribute_1": "This is a nonprofit and open source project", - "skills": { - "frontend": "Frontend Development (React)", - "backend": "Backend Development (Go, PostgreSQL)", - "mobile": "Mobile App Development (iOS, Android)", - "maintenance": "DevOps", - "design": "UI/UX Design", - "analysis": "Data Analysis", - "others": "..." - }, - "qqGroup": "QQ Group: " - }, - "fetch": { - "loading": "Fetching Latest Data...", - "chunk": { - "title": "Establishing connection to Level 2 neural network...", - "subtitle": "Fetching page modules and rendering view, please wait..." - }, - "failed": { - "title": "Failed to fetch resources", - "subtitle": "Unable to establish synchronized connection with neural network. Missing partial or all resources.", - "retry": "Retry", - "deploying": "Deploying latest version. This may last at its longest 5 minutes, please wait patiently.", - "error": { - "zones": "Zones Data", - "stages": "Stages Data", - "items": "Items Data", - "limitations": "Report Validation Rules", - "trends": "History Report Trends", - "globalMatrix": "Global Drop Data", - "personalMatrix": "Personal Drop Data", - "globalPatternMatrix": "Global Drop Pattern Data", - "personalPatternMatrix": "Personal Drop Pattern Data", - "stats": "Site Statistics", - "period": "Server Events", - "config": "Frontend Configuration" - } - } - }, - "report": { - "alert": { - "title": { - "first": "Failure Risk Detected", - "repeat": "Warning" - }, - "continue": { - "first": "Are you sure you want to submit this record?", - "repeat": "Confirm submitting this record?" - }, - "contact": { - "before": "If you are sure you got this drop in-game, submit this report and ", - "activator": "contact us.", - "after": "Please indicate the stage name and drops. A screenshot is preferred for verification purposes. Our team will mark your report appropiately after verifying it." - }, - "causes": { - "noDrop": "No items selected.", - "limitation": "Your current submission has a large deviation from our existing data. This submission could be marked as a false report, removing it from our data set." - } - }, - "recognition": { - "step": { - "select": "Select Images", - "recognize": "Recognize", - "confirm": "Confirm", - "report": "Report" - }, - "tips": { - "fileTooBig": "File \"{name}\" with size of {size}MB is too large", - "fileTooOld": "File \"{name}\" was created before 36hrs ago", - "chooseImage": "Click or drag to add an image", - "dragImage": "Drag an image here", - "addImage": "Click to add an image", - "copyImage": "Right click or long press the image to share it", - "abnormal": "{count} image(s) have been \"excluded\" because they either failed to pass legibility test, or failed to be recognized", - "notImageFile": "\"{files}\" are not image files, ignored.", - "emptyResult": "No results available", - "unsatisfiedStart": "Unable to Start", - "emptyFile": "No images selected", - "hasInvalidFile": "Contains invalid file" - }, - "status": { - "success": "Success", - "warning": "Warning", - "error": "Error" - }, - "description": "Boost your upload efficiency by simply choosing your drop screenshots and let us handle the rest.", - "recognize": { - "noFilename": "No Filename", - "elapsed": "Elapsed", - "remaining": "Remaining", - "speed": "Avg Speed", - "imagePerSecond": "{count} images/sec" - }, - "confirm": { - "loadingImage": "Loading Screenshot Preview", - "overview": { - "_name": "Overview", - "total": "Recognized", - "success": "Passed", - "error": "Failed", - "count": "{count}", - "server": "Dataset Server", - "duration": "Avg Time Taken" - }, - "details": "Details", - "unknownStage": "Recognition Failed", - "abnormal": { - "error": "This image failed to pass the legibility test", - "fatal": "This image failed to be recognized", - "details": "List of Errors", - "hover": "Hover: see recognition results" - }, - "cherryPick": { - "disabled": "Unable to upload abnormal recognition result", - "accepted": "Upload this result", - "rejected": "Discard this result" - }, - "noResult": "No recognition results", - "submit": "Upload Selected (×{count}) Results", - "itemsTotal": "Items" - }, - "report": { - "title": "Report Details", - "total": "Total", - "submit": "Report {count} battle results", - "reporting": "Reporting in bulk...", - "allSucceeded": "{count} battle results successfully reported", - "partialSucceeded": "Only {count} battle results successfully reported", - "partialFailed": "{count} failed battle result reports. Please follow the troubleshooting steps below", - "partialFailedDesc": "Check your network connection: The upload may be failed if the network connection is poor.\nIn order to ensure that the entire site data set is not affected by external attacks, if you still cannot upload after multiple retries, your submission volume may have triggered the reporting limit. Please try again after 24 hours to upload the remaining drop reports.\nYour IP may be shared with others, because individuals cannot be located due to the nature of IP. In this case, please try to switch your mobile network or WiFi to retry recognition, or you can retry uploading after 24 hours.\nTo prevent retransmission attacks, we will attach a timestamp to your request; if the time of your device is too far from the standard time, the upload may fail. Please try to calibrate the device time and try again.", - "caption": "Thanks for reporting. Your data will be revealed in the global dataset of website in 20 minutes at most because of cache." - }, - "states": { - "pending": "Waiting for initialization...", - "initializing": "Initializing...", - "recognizing": "Recognizing...", - "rendering": "Rendering content...", - "submitting": "Submitting..." - }, - "cost": "Cost", - "filename": "Filename", - "result": "Result", - "queue": "Image Queue", - "start": "Recognize {count} images", - "progress": "Progress", - "retry": "Failed to submit. Retrying...", - "filter": "Filter", - "notices": { - "welcome": "Image files will be recognized **locally** using **WebAssembly** technology. We will not upload images to our server.\nPlease use screenshots taken within 36 hours that contains only 3-stars clear. Duplications will be detected and marked as *excluded*.\nPlease do not report the first-clear of a stage, and do not only report the clears where you were lucky - report all clears.", - "confirm": "Click the image to enlarge it for double-checking.\nScreenshots which passed the legibility test have already been checked for upload.\nWith consideration of dataset accuracy, you are **disallowed** to check a screenshot that failed the legibility test for upload." - }, - "exceptions": { - "Fingerprint::Same": { - "title": "Duplicated Images", - "subtitle": "Check if you have selected duplicated images" - }, - "FileTimestamp::TooClose": { - "title": "Screenshot Interval too close", - "subtitle": "Check if you have selected duplicated images" - }, - "DropInfos::Violation": "Failed to pass result validation", - "StageChar::LowConfidence": { - "title": "Error in stage recognition", - "subtitle": "Low confidence in the recognition result. Please check if the result is consistent with the screenshot." - }, - "DropQuantityChar::LowConfidence": { - "title": "Error in item quantity recognition", - "subtitle": "Low confidence in the recognition result. Please check if the result is consistent with the screenshot." - }, - "DropAreaDropsQuantity::NotFound": { - "title": "Failed to recognize the drop quantity", - "subtitle": "Pictures with poor resolution or quality may cause this problem. Please check if the image is compressed" - }, - "DropAreaDrops::LowConfidence": { - "title": "Low Confidence Drop Item", - "subtitle": "Check if you have selected a screenshot in which its content includes a closed event" - }, - "DropAreaDrops::Illegal": { - "title": "Illegal drops found", - "subtitle": "There should be no drop in this stage, but there are some in the screenshot. This is usually caused by event drop during non-event period" - }, - "Result::False": { - "title": "Not a battle result screenshot, or an internal error occurred", - "subtitle": "If this is a battle result screenshot, please make sure the server you select is correct" - }, - "Stage::NotFound": { - "title": "Cannot found any valid matching stage", - "subtitle": "Error in stage recognition, or we do not count drop for this stage" - }, - "Stage::Illegal": { - "title": "Illegal stage", - "subtitle": "This stage is not opening now" - }, - "3stars::False": "Suspected to be a non 3-stars clear", - "Droptypes::Illegal": { - "title": "Illegal drop type", - "subtitle": "There are illegal drop types in the screenshot, like first-clear or return AP" - }, - "Droptypes::NotFound": "Failed to find any drop type" - }, - "defectReport": { - "dialog": { - "title": "Send Recognition Defect Feedback", - "subtitle": "Sending recognition defect feedback will upload such screenshot image, recognition result and environment info (including current UI version, recognition core version and recognition resource version) to us. After receiving your feedback, we will use the submitted feedback to optimize algorithm used in screenshot recognition. Thank you for helping us improving the recognition feature!", - "section": { - "originalImage": "Original Image", - "recognitionResult": "Recognition Result", - "environment": "Environment" - } - }, - "state": { - "preflight": "Uploading feedback metadata...", - "uploading": "Uploading screenshot image..." - }, - "snackbar": { - "succeeded": "Recognition defect feedback has been submitted. Thank you for your feedback!", - "failed": "Failed to submit recognition defect feedback. Please try again later." - }, - "action": "Send Feedback...", - "reported": "Feedback Sent" - } - }, - "rules": { - "item": { - "_name": "Item Quantities", - "now": "Selected {quantity} {item} in \"{stage}\"", - "gte": "Should have at minimum {should} \"{item}\" in \"{stage}\"", - "lte": "Should have at maximum {should} \"{item}\" in \"{stage}\"", - "not": "Should not have exactly {should} \"{item}\" in \"{stage}\"" - }, - "type": { - "_name": "Items", - "now": "Selected {quantity} items in \"{stage}\"", - "gte": "Should have at minimum {should} items in \"{stage}\"", - "lte": "Should have at maximum {should} items in \"{stage}\"", - "not": "Should not have exactly {should} items in \"{stage}\"" - } - }, - "clear": "Clear", - "closedReason": { - "INVALID": "Unable to Report: This stage does not contain drop reporting metadata.", - "NOT_FOUND": "Stage Not Found: The stage does not exist in the server you have selected.", - "EXPIRED": "Not within Reportable Time Range: Either has the stage already closed or has not yet opened." - }, - "furniture": "Furniture Drop: {state}", - "name": "Report", - "submit": "Submit", - "success": "Successfully submitted", - "unable": "Failed to submit: ", - "undo": "Recall", - "undoSuccess": "Successfully recalled submission", - "gacha": "Multiple results are allowed for the reports of this stage.", - "notices": { - "rule_1": "Report one clear at a time. Please double-check your drop selection.", - "rule_2": "If there are no drops, click submit directly without selecting any drops.", - "rule_3": "Please do not report the first-clear of a stage, and do not only report the clears where you were lucky - report all clears.", - "rule_4": "Please make sure that you refresh a 3-stars clear.", - "rule_5": "Please only submit drop data from the CN server." - }, - "usage": "Increase drop amount by left click, decrease by right click" - }, - "mirrors": { - "global": { - "notification": "For performance concerns, we recommend you to use the global site {0}." - }, - "cn": { - "notification": "For performance concerns, we recommend you to use the CN mirror site {0}." - }, - "_notification": { - "ignore": { - "title": "Ignore Mirror Notification?", - "subtitle": "Are you sure you want to ignore all mirror optimization notifications? Performance issues may occur." - } - } - }, - "settings": { - "storageIssue": "Storage issues detected. Application may malfunction. If this warning keeps showing, try to clear local storage by using \"Reset All\" under the \"Settings\" dialog in the menu.", - "category": { - "appearance": "Appearance", - "data": "Data", - "about": "About" - }, - "iosSystemSettings": "Language & Privacy Settings", - "optimization": { - "lowData": { - "title": "Low Data Mode", - "active": "Low Data Mode is Active", - "subtitle": "Low Data Mode will stop fetching nonessential resources, such as the zone backgrounds in stage selector and the website background, to help reduce network data use." - } - }, - "data": { - "server": "Local Data includes servers: ", - "size": "Local Data size: ", - "reset": { - "title": "Reset All", - "subtitle": "This operation will delete all local data and settings you have set. After the deletion, all settings will be reset to default, all data needs to be downloaded again, and the web page will be reloaded. Are you sure to continue?" - } - } - }, - "zone": { - "name": "Zone", - "types": { - "MAINLINE": "Main Theme", - "WEEKLY": "Supplies", - "ACTIVITY": "Event", - "ACTIVITY_OPEN": "Event (Opening)", - "ACTIVITY_CLOSED": "Event (Closed)", - "ACTIVITY_PENDING": "Event (Opening Soon)", - "ACTIVITY_PERMANENT": "Intermezzi & Side Story", - "GACHABOX": "Gachabox", - "RECRUIT": "Recruit" - }, - "subTypes": { - "2019": "2019", - "2020": "2020", - "2021": "2021", - "2022": "2022", - "2023": "2023", - "AWAKENING_HOUR": { - "title": "Hour of an Awakening", - "subtitle": "Episode 0~3" - }, - "VISION_SHATTER": { - "title": "Shatter of a Vision", - "subtitle": "Episode 4~8" - }, - "DYING_SUN": { - "title": "Shadow of a Dying Sun", - "subtitle": "Episode 9~10" - }, - "INTERLUDE": "Intermezzi", - "SIDESTORY": "Side Story" - }, - "status": { - "0": "Open", - "1": "Closed", - "-1": "Opening Soon", - "permanentOpen": "Permanent" - }, - "opensAt": "Event period: {0} - {1}" - }, - "stage": { - "name": "Stage", - "about": "About this Stage", - "apCost": "{apCost} AP required", - "actions": { - "_name": { - "selector": "Quick Access", - "selectorEmpty": "No Quick Access available", - "panel": "Quick Actions" - }, - "star": { - "name": "Starred", - "activate": "Star", - "activated": "Starred", - "deactivate": "Click to Cancel Star", - "empty": "Currently you've not starred any stages\nYou can star a stage by going to its 'Quick Access' section in its details panel." - }, - "history": { - "name": "Recently Accessed", - "empty": "No recent accessed stages available\nAfter you've visit any stage pages, a record will appear at here.", - "clear": "Clear" - }, - "links": { - "prts-wiki": "Wiki", - "map-arknights-com": "Maps" - }, - "advanced": { - "activator": "Do Advanced Query" - } - }, - "loots": { - "NORMAL_DROP": "Regular", - "EXTRA_DROP": "Extra", - "SPECIAL_DROP": "Special", - "FURNITURE": "Furniture" - }, - "selector": { - "plannerExclude": "Exclude Planning Stages", - "excludeAll": "Exclude All", - "includeAll": "Include All", - "title": "Select Stage" - } - }, - "planner": { - "notices": { - "autoExistence": "ArkPlanner will hide non-existing stages automatically now." - }, - "options": { - "_name": "Options", - "byProduct": "Consider by-products", - "requireExp": "Large demand for EXP", - "requireLmb": "Large demand for LMD", - "excludeStage": { - "_name": "Excludes", - "title": "Select", - "selected": "Excluded {stages} stages" - } - }, - "reset": { - "name": "Reset", - "success": "Successfully resetted chosen planner data", - "dialog": { - "title": "Reset Planner", - "subtitle": "This operation will reset the planner data and settings you choose. Are you sure to continue?", - "options": { - "options": { - "name": "Planning Options", - "indicator": "Will reset all Options" - }, - "excludes": { - "name": "Exclude Stages", - "indicator": "Will reset all Excludes" - }, - "items": { - "name": "Item Data", - "indicator": "Will reset all Item Data" - } - } - } - }, - "actions": { - "_name": "Data", - "import": "Import", - "export": "Export", - "importExport": "@:(planner.actions.import)/@:(planner.actions.export)", - "calculate": "Calculate", - "calculating": "Calculating now...", - "link": { - "generate": "Generate Share Link", - "generating": "Generating...", - "share": "Share Link" - }, - "config": { - "_name": "Configuration Profile", - "share": "Share Configuration Profile", - "import": "Import from Configuration Profile" - } - }, - "craft": { - "do": "Synthesize", - "unable": "Missing Mat.", - "errors": { - "title": "Missing Required Materials to Synthesize", - "notEnough": "Required {need}×\"{item}\" to synthesize, but only have {have}" - }, - "plans": { - "title": "Synthesize Plans", - "plan": "Using {cost}×\"{item}\" to synthesize, remaining {remain}" - }, - "success": "Used {sourceItems} to synthesize {amount} {productItem}" - }, - "have": "Have", - "need": "Need", - "copy": "Copy to Clipboard", - "calculation": { - "title": "Calculation Result", - "tabs": { - "stages": "Stages", - "syntheses": "Syntheses", - "values": "Material Sanity Value" - }, - "lmb": "Estimated LMD income", - "sanity": "Estimated Sanity required", - "exp": "Estimated EXP from Battle Records", - "times": "battles", - "level": "Material Level", - "noStage": "No stage found.", - "noSyntheses": "No syntheses found." - }, - "calculationError": "Failed to calculate: {error}", - "import": { - "invalidJSON": "Import Failed: Invalid JSON, please check your input", - "unrecognized": "Import Failed: Unable to recognize config file", - "success": "Successfully imported data for {amount} items" - } - }, - "item": { - "name": "Item", - "choose": { - "name": "Choose Item" - }, - "categories": { - "ACTIVITY_ITEM": "Event Items", - "CARD_EXP": "Battle Records", - "CHIP": "Chips", - "FURN": "Furniture", - "MATERIAL": "Materials" - }, - "related": "Related Items", - "undefined": "Unknown" - }, - "query": { - "panel": { - "builder": "Query Builder", - "results": "Query Results", - "footer": { - "cache": "The query result data now displaying is cached data. If you need to get the latest data, please \"execute query\" again.", - "disclaimer": "Any data produced by the \"Advanced Query\" function is protected by the \"Data License Agreement\" of this site. Penguin Statistics does not make any form of commitment or endorsement of any data produced." - } - }, - "title": { - "main": "Main Query", - "comparison": "Comparison Query #{index}" - }, - "type": { - "matrix": "Statistics", - "trend": "Trends" - }, - "selector": { - "item": { - "title": "Choose Item", - "subtitle": "Used to filter the query results by specified materials. When any filter is selected, no other filters can be selected in the same query. If you want to filter other parameters, you can do it by adding a comparison query.", - "unspecified": "Show All Item", - "selected": "Only Query Selected ({length})" - }, - "stage": { - "title": "Choose Stage", - "subtitle": "Used to filter the query results by specified materials. When any filter is selected, no other filters can be selected in the same query. If you want to filter other parameters, you can do it by adding a comparison query." - }, - "timeRange": { - "title": "Choose Time Range", - "subtitle": "(Required) Limit query results in a specific time range.", - "presets": { - "title": "Presets", - "start": "Started", - "end": "Ended" - } - }, - "interval": { - "title": "Segment Interval", - "subtitle": "Interval for segmenting historical trends.", - "unspecified": "No Segment" - } - }, - "operation": { - "add": "Add Comparison Query", - "execute": "Execute Query", - "inProgress": "Executing Queries..." - }, - "result": { - "main": "Main Query Result", - "comparison": "Comparison Query #{index} Result", - "empty": "This query returned 0 results. Please check your query parameters.", - "hideTime": "Hide Detail Time" - } - }, - "version": { - "upgrade": { - "title": "Version Outdated", - "subtitle": "The current client version has outdated due to upgrade. Please retry after upgrade", - "action": "Upgrade", - "unable": "Can't Upgrade?" - } - }, - "notice": { - "failed": "Failed to load notice: {error}", - "loading": "Loading Notice..." - }, - "dataSource": { - "switch": "Data Source", - "global": "All", - "loginNotice": "Please log in before viewing personal drop data.", - "personal": "Personal", - "title": "Login Required" - }, - "matrixCategory": { - "switch": "Matrix Category", - "all": { - "label": "All" - }, - "auto": { - "label": "Auto", - "tooltip": "Auto: Such Matrix Category contains data from third-party tools that automatically reports drop data." - }, - "manual": { - "label": "Manual", - "tooltip": "Manual: Such Matrix Category contains data only from the \"Report Drops by Stage\" and \"Report Drops by Recognition\" features from Penguin Statistics site." - } - }, - "validator": { - "required": "Required" - }, - "quotes": { - "doYouKnow": "Do You Know? Ptilopsis' feather is sooo cute! o(*≧▽≦)ツ" - }, - "credits": { - "material": { - "title": "Content Credits", - "content": "Penguin Statistics utilizes (including but not limited to) pictures, animations, audio, original text and other works for the purpose of better reflecting the corresponding elements in the game and enhance the user experience. The copyright of such works belongs to the provider of the game, Shanghai Hypergryph Network Technology Co., Ltd. and/or its affiliates, including but not limited to YOSTAR (HONG KONG) LIMITED, 株式会社Yostar, YOSTAR LIMITED, 龍成網路, etc,.\nPenguin Statistics utilizes some assets from PRTS Wiki (http://prts.wiki) and has changed some of the assets without modifying its original meaning.\nPenguin Statistics used the slightly self-modified version of the Bender font, provided by the Free Fonts Project under a usage basis claimed on the official website of the Project ( http://jovanny.ru ) of \"All fonts from the Free Fonts Project can be used both for commercial and personal purposes without any limitations.\". Penguin Statistics hereby specially thanks and appreciates the Bender font for releasing their awesome font under such license." - }, - "source": { - "title": "Open Source Licenses" - } - }, - "auth": { - "forgot": { - "activator": "Forgot PenguinID", - "title": "Can't Login?", - "subtitle": "Let's recover your login information", - "penguinIdHistory": { - "title": "Previously used PenguinID", - "lastLoginAt": "Last login at {time}", - "loginAsUserId": "Login as this PenguinID", - "deleteUserId": "Delete this PenguinID record", - "noData": "No Data", - "tips": "Only able to recover PenguinID that are used in client v3.3.1 or newer versions" - } - }, - "failed": { - "message": "Failed to log in: {message}", - "notfound": "This User ID cannot be found. Please note that this is not the ID in the game. You will get one after your first drop report." - }, - "loggedOut": "Logged out", - "login": "Login", - "logout": "Logout", - "logoutPrompt": "Are you sure?", - "notice": "You can connect and manage drop reports using your User ID. If you don't have a User ID yet, you will be automatically assigned one after you've made your first report.", - "success": "Successfully logged in", - "userId": "User ID", - "details": "Account", - "loggedAs": "Logged in as" - }, - "members": { - "categories": { - "owner": "Webmaster", - "maintainer": "Maintainer", - "contributors": "Contributors", - "others": "Others", - "translators": "Translators" - }, - "responsibilities": { - "_name": "Contributions", - "arkplanner": "Author of ArkPlanner", - "backend": "Backend", - "bulkupload": "Bulk Upload", - "customersupport": "User Support", - "v1frontend": "v1.0 Frontend", - "frontend": "Frontend", - "localization_en": "English Localization", - "localization_ja": "Japanese Localization", - "localization_ko": "Korean Localization", - "logo": "Logo Designer", - "maintenance": "DevOps", - "materials": "Materials Supplier", - "statistics": "Statistics and Analysis", - "widget": "Widget Development", - "native": "App Development", - "recognition": "Screenshot Recognition" - }, - "socials": { - "email": "Email", - "github": "GitHub", - "qq": "QQ", - "twitter": "Twitter", - "weibo": "Weibo" - } - }, - "pattern": { - "name": "Drop Patterns", - "empty": "(No Drops)", - "error": "Drop Patterns for this Stage\nCurrently not Available" - }, - "share": { - "name": "Share", - "shortlink": { - "name": "Short Link" - }, - "text": { - "_tmpl": "{name} Drop Rates on Penguin Statistics", - "stage": "Stage \"{name}\"", - "item": "Item \"{name}\"" - }, - "success": "Successfully shared" - }, - "search": { - "placeholder": "Search...", - "hint": "Type in Name for Stage, Zone or Item" - }, - "specials": { - "mikubirthday2021": { - "caption": "Happy Birthday Hatsune Miku" - } - }, - "clipboard": { - "error": "Failed to copy to clipboard, please manually select text and copy it", - "success": "Copied to clipboard" - }, - "network": { - "error": "Network error, please check your internet connection and try again." - }, - "update": { - "refresh": "Refresh", - "success": "Website Updated!" - }, - "switchedTo": "Server switched to", - "link": { - "docs": { - "title": "For Developers", - "subtitle": "Contains resources for developing on top of Penguin Statistics' data" - } - }, - "contact": { - "title": "Contact us", - "body": "If you have any questions or suggestions, feel free to contact the webmaster. (English is fine)", - "contributor": "Team Members Page", - "github": "GitHub Issues", - "nga": "NGA Thread" - }, - "home": { - "quickStart": { - "title": "Quick Start", - "caption": "Click the\nbutton to expand menu and see more features", - "actions": { - "title": { - "report": "Report Drops", - "byItem": "Item Drop Rates", - "byStage": "Stage Drop Rates", - "planner": "Farming Planner" - }, - "subtitle": { - "report": "I wanna report drops", - "byItem": "Where should I farm rocks?", - "byStage": "What are the drop rates of this stage?", - "planner": "Please gimme some farming advice" - } - } - }, - "intro": { - "intro_0": "Welcome to Penguin Statistics!", - "intro_1": "Penguin Statistics is the Department of Data Analysis of Penguin Logistics. We devote ourselves to item drop analysis.", - "intro_2": "The current Penguin Statistics dataset consists reports from manual reports, screenshot recognitions via website and uploads from automated tools via our public APIs. To ensure accuracy of the dataset, Penguin Statistics team will perform automatic, scheduled and manual dataset maintenances for various reasons.", - "intro_3": "To ensure dataset transparency and list out dataset changes, Dataset Invalidation Transparency Report is now planned to be implemented." - } - }, - "links": { - "tags": { - "apRanking": "AP Efficiency Ranking", - "character": "Operators List", - "cn_wiki": "CN Server Wiki", - "dropRateRanking": "Drop Rate Ranking", - "enemy": "Enemies List", - "experience": "Experience", - "generalRanking": "General Ranking", - "hr": "Recruiting Lookup", - "ja_translation": "Japanese Translation of Main Story", - "jp_wiki": "JP Server Wiki", - "levelup": "Level Up Calculator", - "materials": "Material Requirement Calculator", - "planner": "Planner", - "storage": "Inventory Management", - "walkthrough": "Walkthrough", - "map": "Map", - "video": "Clear Guide" - } - }, - "donate": { - "donate_0": "Increasing number of users and server fees are putting Penguin Statistics into crisis. In order to protect our beloved Penguin Statistics, the webmaster decided to...", - "donate_1": "The number of users is increasing. The server is becoming overwhelmed. We will appreciate it a lot if Doctors can donate some", - "donate_2": "server fee", - "donate_3": "pocky or apple pie are also accepted", - "donate_4": ". We greatly appreciate your support!", - "accountBook": "Account Book", - "methods": { - "alipay": "Alipay", - "paypal": "Donate with PayPal", - "wechatPay": "WeChat Pay" - }, - "redirectToApp": "Donate with \"{app}\" App", - "regulation": { - "cnMirror": "Due to regulation policies by law, this card has been temporary disabled on CN mirror.", - "app": "This card is unavailable in the app." - } - }, - "result": { - "name": "Statistics", - "title": "Statistics of {item}" - } -} \ No newline at end of file diff --git a/src/locales/archived/en_US_x_seaborn.json b/src/locales/archived/en_US_x_seaborn.json deleted file mode 100644 index 127fc28c..00000000 --- a/src/locales/archived/en_US_x_seaborn.json +++ /dev/null @@ -1,613 +0,0 @@ -{ - "stats.timeRange.unknown": "Unknown", - "stats.timeRange.endsAt": "Before {date}", - "stats.timeRange.toPresent": "{date} until now", - "stats.timeRange.notSelected": "(not selected)", - "stats.timeRange.inBetween": "{0} to {1}", - "stats.headers.recruitRecruits": "Recruits", - "stats.headers.pattern": "Pattern", - "stats.headers.recruitObservations": "Observations", - "stats.headers.quantity": "Loots", - "stats.headers.recruitTag": "Recruit Tag", - "stats.headers.times": "Samples", - "stats.headers.stage": "Stage", - "stats.headers.itemDrops": "Aggregated Item Drops", - "stats.headers.clearTime": "Shortest Clear Time", - "stats.headers.timeRange": "Time Range", - "stats.headers.percentage": "Percentage", - "stats.headers.apCost": "Sanity", - "stats.headers.itemPerTime": "Time Per Item", - "stats.headers.item": "Item", - "stats.title": "Statistics of {stage}", - "stats.headerDesc.percentage": "Drop rate, expected. Calculated: (Loots / Samples).", - "stats.headerDesc.timeRange": "Drop table changed; Data in this row only includes information from last change, \"Time Range.\"", - "stats.headerDesc.patternPercentage": "Probability of obtaining drop pattern calculated as (Loots / Samples).", - "stats.headerDesc.clearTime": "Shortest possible time to clear stage, i.e. time elapsed from the beginning of combat to the last enemy's appearance. Data source: [PRTS Wiki]({prtsLink}).", - "stats.headerDesc.itemPerTime": "\"Percentage\" calculated. Time required to obtain 1 item, expected, calculated as (ClearTime / (Loots / Samples)).", - "stats.headerDesc.apPPR": "Sanity required, expected for obtaining 1x of this item.", - "stats.site.generating.title": "Generating Site Statistics...", - "stats.site.generating.refresh": "Refresh Site Statistics", - "stats.headerDesc.apCost": "Sanity, required for stage.", - "stats.site.total.items": "Total Item Drops", - "stats.site.total.report": "Total Drop Reports", - "stats.headerDesc.quantity": "All drops' sum, this stage.", - "stats.site.24hr": "Last 24hr", - "stats.site.viewMore": "Learn More", - "stats.site.stages": "Top Upload Stages", - "stats.site.all": "Full Time", - "stats.site.items": "Top Upload Items", - "stats.site.total.sanity": "All reports, consume sanity.", - "stats.filter.type.showActivity": "Event", - "stats.filter.type._name": "Stage Type", - "stats.filter.type.showPermanent": "Permanent", - "stats.filter.title": "Filter", - "stats.filter.overview": "Filter Summary", - "stats.filter.status._name": "Stage Status", - "stats.filter.status.onlyOpen": "Open stages only", - "stats.site.generating.subtitle": "Neural Network Message: Site statistics require up to 5 minutes to calculate due to high data volume. Please return later.", - "stats.filter.stage.onlyCurrent": "Available items only", - "stats.itemPreview.more": "This item dropped by {count} stage(s).", - "stats.trends.name": "Historical Drop Data", - "stats.trends.set.rate": "Drop Rate", - "stats.trends.set.drops": "Drops", - "stats.trends.set.sample": "Samples", - "stats.name": "Statistics", - "stats.filter.indicator": "No Filter Applied. {count} Filter Applied. {count} Filters Applied.", - "stats.scroll": "View details, scroll.", - "planner.calculation.level": "Material Level", - "planner.calculation.sanity": "Estimated Sanity required", - "planner.calculation.noSyntheses": "No syntheses found.", - "planner.calculation.tabs.syntheses": "Syntheses", - "planner.calculation.tabs.stages": "Stages", - "planner.calculation.tabs.values": "Material Sanity Value", - "planner.calculation.times": "battles", - "planner.calculation.lmb": "Estimated LMD income", - "planner.calculation.title": "Calculation Result", - "stats.filter.stats": "{filtered} post-filtered / {total} original.", - "planner.calculation.noStage": "No stage found.", - "stats.lastUpdated": "Date, last updated at: {date}.", - "planner.calculation.exp": "EXP, estimated from Battle Records.", - "planner.craft.plans.title": "Synthesize Plans", - "planner.craft.errors.title": "To Synthesize, Required Materials Missing.", - "planner.craft.do": "Synthesize", - "planner.craft.unable": "Missing Mat.", - "planner.craft.success": "{sourceItems} used to synthesize {amount} {productItem}.", - "planner.reset.dialog.title": "Reset Planner", - "planner.reset.dialog.subtitle": "Reset planner data and settings with this operation. Confirm to proceed?", - "planner.reset.dialog.options.options.indicator": "Reset, all options.", - "planner.reset.dialog.options.options.name": "Planning Options", - "planner.reset.dialog.options.excludes.indicator": "All Excludes, will reset.", - "planner.reset.dialog.options.excludes.name": "Exclude Stages", - "planner.reset.dialog.options.items.indicator": "All Item Data, reset.", - "planner.reset.dialog.options.items.name": "Item Data", - "planner.reset.success": "Chosen planner data, resetted successfully.", - "planner.reset.name": "Reset", - "planner.actions.link.share": "Share Link", - "planner.actions.link.generate": "Generate Share Link", - "planner.actions.link.generating": "Generating...", - "planner.actions.importExport": "@:(planner.actions.import)/@:(planner.actions.export)", - "planner.actions.config._name": "Configuration Profile", - "planner.actions.config.import": "Import, from Configuration Profile.", - "planner.actions.config.share": "Share Configuration Profile", - "planner.actions.export": "Export", - "planner.actions.calculating": "Calculating now...", - "planner.actions.calculate": "Calculate", - "planner.actions._name": "Data", - "planner.actions.import": "Import", - "planner.copy": "Copy to Clipboard", - "stats.headers.apPPR": "Per Item, Sanity Required.", - "stats.headerDesc.times": "Samples in this stage, summed.", - "planner.import.unrecognized": "Unable to recognize config file. Import, failed.", - "planner.import.invalidJSON": "Input, invalid JSON. Please check. Import, failed.", - "planner.options.excludeStage._name": "Excludes", - "planner.options.excludeStage.title": "Select", - "planner.options.excludeStage.selected": "Excluded {stages} stages", - "planner.options._name": "Options", - "planner.options.byProduct": "Consider by-products", - "planner.options.requireLmb": "LMD in high demand.", - "planner.need": "Need", - "planner.options.requireExp": "EXP, in demand.", - "planner.notices.autoExistence": "ArkPlanner, now hides non-existent stages automatically.", - "planner.have": "Have", - "server.servers.JP": "JP", - "server.servers.CN": "CN", - "server.servers.US": "US", - "server.servers.KR": "KR", - "server.name": "Server", - "server.selected": "Selected", - "server.switch": "Switch Server", - "zone.types.GACHABOX": "Gachabox", - "planner.calculationError": "Calculation failed: {error}.", - "zone.types.ACTIVITY_PENDING": "Event (Opening Soon)", - "zone.types.WEEKLY": "Supplies", - "zone.types.ACTIVITY_CLOSED": "Event (Closed)", - "zone.types.ACTIVITY": "Event", - "zone.types.MAINLINE": "Main Theme", - "zone.types.RECRUIT": "Recruit", - "zone.types.ACTIVITY_OPEN": "Event (Opening)", - "zone.subTypes.2019": "2019", - "zone.subTypes.2020": "2020", - "zone.subTypes.2021": "2021", - "zone.subTypes.2022": "2022", - "zone.subTypes.2023": "2023", - "zone.types.ACTIVITY_PERMANENT": "Intermezzi and Side Story.", - "zone.subTypes.DYING_SUN.subtitle": "Episode 9~10", - "zone.subTypes.INTERLUDE": "Intermezzi", - "zone.subTypes.VISION_SHATTER.subtitle": "Episode 4~8", - "zone.subTypes.DYING_SUN.title": "Shadow, dying sun's.", - "zone.subTypes.AWAKENING_HOUR.subtitle": "Episode 0~3", - "zone.subTypes.AWAKENING_HOUR.title": "Awakening Hour", - "zone.subTypes.SIDESTORY": "Side Story", - "zone.status.0": "Open", - "zone.status.1": "Closed", - "zone.status.-1": "Opening Soon", - "zone.status.permanentOpen": "Permanent", - "planner.craft.errors.notEnough": "Need, {need}, of \"{item}\" to synthesize. Have, {have} only.", - "zone.name": "Zone", - "planner.craft.plans.plan": "{item}, synthesized using {cost}, {remain} remaining.", - "report.recognition.exceptions.DropAreaDrops::LowConfidence.title": "Item, drop with low confidence.", - "report.recognition.exceptions.Droptypes::Illegal.title": "Illegal drop type", - "report.recognition.exceptions.DropAreaDrops::LowConfidence.subtitle": "Check screenshot, closed event included in content?", - "report.recognition.exceptions.Droptypes::Illegal.subtitle": "Screenshot contains illegal drop types, e.g. first-clear or return AP.", - "report.recognition.exceptions.StageChar::LowConfidence.subtitle": "Recognition result has low confidence. Check if it matches the screenshot.", - "report.recognition.exceptions.StageChar::LowConfidence.title": "Stage recognition, error.", - "report.recognition.exceptions.DropAreaDrops::Illegal.title": "Illegal drops found", - "report.recognition.exceptions.DropInfos::Violation": "Validation of result failed.", - "report.recognition.exceptions.DropAreaDrops::Illegal.subtitle": "No drop expected in this stage, but screenshot shows drops. Event drop during non-event period, usually the cause.", - "report.recognition.exceptions.DropAreaDropsQuantity::NotFound.title": "Quantity of drop, not recognized, failed.", - "report.recognition.exceptions.Stage::Illegal.title": "Illegal stage", - "report.recognition.exceptions.DropAreaDropsQuantity::NotFound.subtitle": "Problem caused by low-resolution, low-quality pictures. Check if image compressed.", - "report.recognition.exceptions.Result::False.title": "Either not a result screenshot for battle, or internal error occurred.", - "report.recognition.exceptions.Result::False.subtitle": "Battle result screenshot, correct server selected — confirm!", - "report.recognition.exceptions.DropQuantityChar::LowConfidence.title": "Item quantity recognition, error.", - "zone.subTypes.VISION_SHATTER.title": "Vision's shatter", - "zone.opensAt": "Period of event: {0} - {1}", - "report.recognition.exceptions.3stars::False": "Non-3-stars clear, suspected.", - "report.recognition.exceptions.Stage::NotFound.title": "No valid matching stage found.", - "report.recognition.exceptions.Stage::NotFound.subtitle": "Stage recognition error or drop not counted for this stage.", - "report.recognition.exceptions.Fingerprint::Same.title": "Duplicated Images", - "report.recognition.exceptions.Droptypes::NotFound": "No drop type found, failed.", - "report.recognition.exceptions.Fingerprint::Same.subtitle": "Check, duplicated images selected by you.", - "report.recognition.exceptions.FileTimestamp::TooClose.title": "Screenshot interval, too close.", - "report.recognition.cost": "Cost", - "report.recognition.states.submitting": "Submitting...", - "report.recognition.states.initializing": "Initializing...", - "report.recognition.states.pending": "Waiting for initialization...", - "report.recognition.states.rendering": "Rendering content...", - "report.recognition.states.recognizing": "Recognizing...", - "report.recognition.exceptions.FileTimestamp::TooClose.subtitle": "Check for duplicated images selection.", - "report.recognition.report.allSucceeded": "Battle results, {count}, reported successfully.", - "report.recognition.report.partialSucceeded": "Battle results, successfully reported, only {count}.", - "report.recognition.report.reporting": "Reporting in bulk...", - "report.recognition.report.total": "Total", - "report.recognition.report.partialFailed": "{count} failed battle result reports. Troubleshoot with steps below.", - "report.recognition.report.title": "Report Details", - "report.recognition.report.caption": "Report received. Data will appear in global dataset of website in no more than 20 minutes due to cache. Thank you.", - "report.recognition.report.submit": "Battle results, {count}, report.", - "report.recognition.defectReport.dialog.section.environment": "Environment", - "report.recognition.defectReport.dialog.section.originalImage": "Original Image", - "report.recognition.defectReport.dialog.section.recognitionResult": "Recognition Result", - "report.recognition.exceptions.Stage::Illegal.subtitle": "Now, this stage not opening.", - "report.recognition.report.partialFailedDesc": "Check network connection. Poor connection may cause upload failure.\nTo prevent external attacks on the entire data set, if multiple retries fail, your submission volume may have reached the reporting limit. Try again in 24 hours to upload remaining drop reports.\nIP may be shared, as individuals cannot be located by IP. Switch mobile network or WiFi and retry recognition, or retry uploading in 24 hours.\nTo prevent retransmission attacks, a timestamp will be attached to your request. If device time is too far from standard, upload may fail. Calibrate device time and try again.", - "planner.import.success": "Items, {amount}, imported into ArkPlanner, successfully.", - "report.recognition.defectReport.dialog.subtitle": "Recognition defect feedback, send to us. Include screenshot image, recognition result, environment info (current UI version, recognition core version, recognition resource version). We will use your feedback to optimize the screenshot recognition algorithm. Thank you for helping us improve the recognition feature!", - "report.recognition.defectReport.action": "Send Feedback...", - "report.recognition.defectReport.reported": "Feedback Sent", - "report.recognition.defectReport.state.preflight": "Uploading feedback metadata...", - "report.recognition.defectReport.state.uploading": "Uploading screenshot image...", - "report.recognition.confirm.overview.server": "Dataset Server", - "report.recognition.confirm.overview.success": "Passed", - "report.recognition.confirm.overview.error": "Failed", - "report.recognition.confirm.overview.total": "Recognized", - "report.recognition.confirm.overview.count": "{count}", - "report.recognition.confirm.overview.duration": "Avg Time Taken", - "report.recognition.confirm.overview._name": "Overview", - "report.recognition.defectReport.snackbar.succeeded": "Feedback, regarding recognition defects, submitted. Appreciate your feedback!", - "report.recognition.confirm.cherryPick.accepted": "Upload this result", - "report.recognition.confirm.cherryPick.rejected": "Discarded this result", - "report.recognition.confirm.loadingImage": "Loading screenshot preview", - "report.recognition.confirm.abnormal.details": "Errors", - "report.recognition.defectReport.snackbar.failed": "Recognition defect feedback, submission failed. Try again later.", - "report.recognition.confirm.cherryPick.disabled": "Recognition result, illegible. Upload, unable.", - "report.recognition.confirm.abnormal.fatal": "Image, not recognized.", - "report.recognition.confirm.noResult": "No recognition results", - "report.recognition.confirm.itemsTotal": "Items", - "report.recognition.confirm.abnormal.error": "Image, failed legibility test.", - "report.recognition.confirm.details": "Details", - "report.recognition.confirm.unknownStage": "Recognition Failed", - "report.recognition.step.report": "Report", - "report.recognition.step.confirm": "Confirm", - "report.recognition.step.recognize": "Recognize", - "report.recognition.step.select": "Select Images", - "report.recognition.tips.emptyFile": "No images selected", - "report.recognition.tips.unsatisfiedStart": "Unable to Start", - "report.recognition.confirm.submit": "Results, Upload Selected (×{count}).", - "report.recognition.tips.copyImage": "Image, to share, right click or long press.", - "report.recognition.tips.hasInvalidFile": "Contains invalid file", - "report.recognition.tips.fileTooOld": "{Name} file, created over 36hrs ago.", - "report.recognition.tips.addImage": "Add image, click.", - "report.recognition.tips.notImageFile": "Not image files, ignoring \"{files}\".", - "report.recognition.tips.dragImage": "Image, drag here.", - "report.recognition.tips.chooseImage": "Add image by clicking or dragging.", - "report.recognition.tips.fileTooBig": "\"{name}\" file, {size}MB size, too large.", - "report.recognition.tips.emptyResult": "No results available", - "report.recognition.recognize.elapsed": "Elapsed", - "report.recognition.recognize.speed": "Avg Speed", - "report.recognition.recognize.imagePerSecond": "{count} images/sec", - "report.recognition.recognize.remaining": "Remaining", - "report.recognition.recognize.noFilename": "No Filename", - "report.recognition.tips.abnormal": "Count, {count}, images \"excluded.\" Reason, failed legibility test, or recognition failure.", - "report.recognition.defectReport.dialog.title": "Recognition defect feedback, send.", - "report.recognition.queue": "Image Queue", - "report.recognition.start": "Recognize {count} images", - "report.recognition.status.success": "Success", - "report.recognition.status.error": "Error", - "report.recognition.status.warning": "Warning", - "report.recognition.result": "Result", - "report.recognition.description": "Select a settlement page screenshot. Automatically identify and upload all drop results. Simple.", - "report.recognition.filename": "Filename", - "report.recognition.progress": "Progress", - "report.recognition.filter": "Filter", - "report.recognition.retry": "Submission failed. Retry...", - "report.gacha": "Singular report, multiple results allowed for this stage.", - "report.recognition.exceptions.DropQuantityChar::LowConfidence.subtitle": "Recognition result, low confidence. Check if consistent with screenshot.", - "report.recognition.confirm.abnormal.hover": "See recognition results by hovering.", - "report.alert.causes.noDrop": "No items selected.", - "report.usage": "Left click, increase drop amount. Right click, decrease.", - "report.alert.continue.repeat": "Submit report, confirm?", - "report.alert.continue.first": "Submit report? Sure?", - "report.alert.causes.limitation": "Report shows significant discrepancy with current data. Continuing submission may result in flagging as outlier, and exclusion from statistical data.", - "report.alert.contact.activator": "contact us.", - "report.alert.title.first": "Failure Risk Detected", - "report.alert.title.repeat": "Warning", - "report.alert.contact.before": "Sure you got this drop in-game? Submit report.", - "report.alert.contact.after": "Indicate stage name and drops. Screenshot preferred for verification. Our team marks report after verification.", - "report.rules.type.now": "\"{stage}\", items selected: {quantity}.", - "report.rules.type._name": "Items", - "report.rules.type.not": "\"{stage}\" should not have exactly {should} items.", - "report.rules.type.lte": "Maximum {should} items in \"{stage}\", should have.", - "report.rules.item._name": "Item Quantities", - "report.rules.type.gte": "\"{stage}\", minimum {should} items needed.", - "report.rules.item.gte": "Minimum requirement, \"{item}\", \"{stage}\", {should}.", - "report.rules.item.lte": "Maximum of {should} \"{item}\" in \"{stage}\", should have.", - "report.undoSuccess": "Successfully recalled submission", - "report.name": "Report", - "report.rules.item.now": "{quantity} {item} selected in \"{stage}\".", - "report.rules.item.not": "\"{item}\" in \"{stage}\", {should} not be exact.", - "report.recognition.notices.confirm": "Click the image for double-checking. Legible screenshots selected for upload. Not allowed to upload unclear screenshots for dataset accuracy.", - "report.submit": "Submit", - "report.furniture": "Furniture Dropped: {state}", - "report.closedReason.INVALID": "Report, unable to. No drop reporting metadata in this stage.", - "report.closedReason.EXPIRED": "Reportable Time Range not met. Stage either closed or not yet opened.", - "report.closedReason.NOT_FOUND": "Stage, not found. Server selected, lacks existence of stage.", - "report.notices.rule_4": "Refresh a 3-star clear, please ensure.", - "report.notices.rule_5": "Submit drop data, only from CN server.", - "report.unable": "Failed to submit: ", - "report.clear": "Clear", - "report.success": "Successfully submitted", - "report.undo": "Recall", - "home.quickStart.actions.subtitle.report": "Report drops, I want.", - "report.notices.rule_3": "First-clears not to be reported. All clears, including the ones with luck, must be reported.", - "report.notices.rule_1": "Clear, report one at a time. Drop selection, double-check, please.", - "home.quickStart.actions.subtitle.byStage": "Drop rates, this stage?", - "home.quickStart.actions.title.byStage": "Stage Drop Rates", - "home.quickStart.actions.title.byItem": "Item Drop Rates", - "home.quickStart.actions.title.report": "Report Drops", - "home.quickStart.actions.title.planner": "Farming Planner", - "home.quickStart.title": "Quick Start", - "report.recognition.notices.welcome": "Image files, recognized **locally**, with use of **WebAssembly** technology. No image uploads to server.\nScreenshots, taken within 36 hours, only with 3-stars clear. Duplications marked as *excluded*.\nDo not report first-clears or lucky clears, report all clears.", - "home.quickStart.actions.subtitle.planner": "Farming advice, please give.", - "home.quickStart.actions.subtitle.byItem": "Farming rocks, where?", - "home.quickStart.caption": "Expand menu, see more features. Click button.", - "home.intro.intro_0": "Welcome, Penguin Statistics!", - "contribute.livehouse": "LiveHouse", - "contribute.frontend": "Frontend", - "contribute.recognizer": "Recognizer", - "home.intro.intro_1": "Penguin Statistics, Data Analysis Department of Penguin Logistics (jokingly). We dedicate ourselves to analyzing item drops.", - "contribute.skills.frontend": "Frontend Development (React)", - "contribute.skills.design": "UI/UX Design", - "contribute.skills.mobile": "Development of mobile apps (iOS, Android)", - "contribute.skills.maintenance": "DevOps", - "contribute.skills.others": "...", - "contribute.skills.analysis": "Data Analysis", - "contribute.skills.backend": "Development, backend (Go, PostgreSQL)", - "home.intro.intro_2": "Penguin Statistics dataset, current, combination of player reports, screenshot recognition, and tool uploads via public APIs for maintenance. Penguin Statistics team performs various types of maintenance, including automatic, scheduled, and manual methods, to ensure accuracy of dataset.", - "contribute.repo": "Project repositories: ", - "contribute.frontendV4": "Frontend v4", - "contribute.contribute_1": "Project, open source and nonprofit.", - "contribute.backend": "Backend", - "contribute.qqGroup": "QQ Group: ", - "contribute.newFolder": "Working hard, creating project repo currently...", - "menu.search": "Search", - "menu.report.stage": "Select By Stage", - "menu.report.recognition": "Recognition", - "menu.report._name": "Report Drops", - "menu.about.members": "Team Members", - "menu.about._name": "About Penguin Statistics", - "menu.about.contact": "Contact us", - "menu.about.donate": "Donate", - "menu.about.credits": "Credits", - "menu.about.contribute": "Contribute", - "menu.about.bulletin": "Notice", - "menu.about.links": "Link Exchange", - "menu.about.changelog": "Change Log", - "menu.settings.themeStyles.name": "Change Themes", - "contribute.contribute_0": "You, experienced with these skills? Want to contribute to Penguin Statistics? Join our Discord, or our QQ group: 747099627.", - "menu.settings.themeStyles.default": "Default Theme", - "menu.settings.themeStyles.miku2021": "Hatsune Miku 2021 Birthday Theme.", - "menu.settings.themeStyles.seaborn": "Seaborn", - "menu.settings.appearances.dark": "Always Dark", - "menu.settings.appearances.system": "Follow System", - "menu.settings.appearances.light": "Always Light", - "menu.settings.appearances.name": "Change Color Appearance", - "menu.settings.name": "Settings", - "menu.stats._name": "Drop Rates", - "menu.stats.advanced": "Advanced Query", - "menu.stats.stage": "By stage", - "menu.stats.item": "By item", - "menu.planner": "Farming Strategy Planner", - "menu.overline.planner": "ArkPlanner", - "menu.v1": "Visit Old Version", - "menu.languages": "Language", - "menu.refreshData": "Reload", - "menu.home": "Home", - "menu.settings.themeStyles.disabled": "Special theme, active, disabled.", - "menu._beta": "Beta", - "query.operation.add": "Add Comparison Query", - "query.operation.inProgress": "Executing Queries...", - "query.operation.execute": "Execute Query", - "query.selector.item.title": "Choose Item", - "menu.siteStats": "Statistics, glance.", - "contribute.caption": "Penguin Statistics, is a community project. We are non-profit. Joint maintenance and support are required from all. We welcome you to visit our GitHub. Give us a star, and provide feedback and suggestions through Issues. Issues and PRs, welcomed anytime!", - "query.selector.item.unspecified": "Show All Item", - "query.selector.interval.unspecified": "No Segment", - "query.selector.interval.title": "Segment Interval", - "query.selector.item.selected": "Query, only selected ({length}).", - "query.selector.timeRange.presets.title": "Presets", - "query.selector.timeRange.presets.end": "Ended", - "query.selector.timeRange.presets.start": "Started", - "query.selector.interval.subtitle": "Segment historical trends, interval.", - "query.selector.timeRange.title": "Choose Time Range", - "query.selector.stage.title": "Choose Stage", - "query.selector.timeRange.subtitle": "Specific time range, limit query results (required).", - "query.panel.results": "Query Results", - "query.panel.builder": "Query Builder", - "query.selector.item.subtitle": "Filter query results by specified materials. When one filter is selected, no other filters can be chosen for the same query. Want to filter other parameters? Add a comparison query.", - "query.selector.stage.subtitle": "Filter query results, specify materials. Only one filter can be selected per query. To filter other parameters, add a comparison query.", - "query.cancel": "Cancel", - "query.type.matrix": "Statistics", - "query.type.trend": "Trends", - "query.title.main": "Main Query", - "query.title.comparison": "Comparison Query #{index}", - "query.result.main": "Main Query Result", - "query.panel.footer.cache": "Displayed query results, cached data. To acquire the latest data, please \"execute query\" again.", - "query.result.hideTime": "Hide Detail Time", - "query.panel.footer.disclaimer": "Data by \"Advanced Query\" is protected by our site's \"License.\" Commitments and endorsements by Penguin Statistics, regarding data produced by Advanced Query, are not made.", - "item.choose.name": "Choose Item", - "item.categories.CARD_EXP": "Battle Records", - "item.categories.CHIP": "Chips", - "item.categories.FURN": "Furniture", - "item.categories.MATERIAL": "Materials", - "item.categories.ACTIVITY_ITEM": "Event Items", - "item.undefined": "Unknown", - "item.name": "Item", - "item.related": "Related Items", - "fetch.failed.error.globalMatrix": "Global Drop Data", - "fetch.failed.error.personalMatrix": "Personal Drop Data", - "fetch.failed.error.period": "Server Events", - "query.result.comparison": "Result for comparison query #{index}.", - "fetch.failed.error.trends": "History Report Trends", - "fetch.failed.error.config": "Frontend Configuration", - "fetch.failed.error.stats": "Site Statistics", - "query.result.empty": "No results found for query. Check parameters, please.", - "fetch.failed.error.items": "Items Data", - "fetch.failed.error.limitations": "Report Validation Rules", - "fetch.failed.error.stages": "Stages Data", - "fetch.failed.error.zones": "Zones Data", - "fetch.failed.retry": "Retry", - "fetch.failed.error.personalPatternMatrix": "Data, Personal Drop Pattern.", - "fetch.failed.error.globalPatternMatrix": "Data, Global Drop Pattern.", - "fetch.failed.title": "Resources, failed to be fetched.", - "fetch.failed.deploying": "Maintenance, in progress. Bear with us while we deploy latest version.", - "fetch.failed.subtitle": "Connection, synchronized, with neural network, unable to establish. Missing partial or all resources.", - "fetch.loading": "Fetching Latest Data...", - "links.tags.planner": "Planner", - "links.tags.enemy": "Enemies List", - "links.tags.video": "Clear Guide", - "links.tags.walkthrough": "Walkthrough", - "links.tags.materials": "Material Requirement Calculator", - "links.tags.experience": "Experience", - "links.tags.hr": "Recruiting Lookup", - "links.tags.jp_wiki": "JP Server Wiki", - "links.tags.gachaPlanning": "Gacha Planning", - "links.tags.apRanking": "AP Efficiency Ranking", - "fetch.chunk.title": "Connecting to Level 2 neural network, establishing...", - "links.tags.generalRanking": "General Ranking", - "links.tags.levelup": "Level Up Calculator", - "links.tags.cn_wiki": "CN Server Wiki", - "links.tags.character": "Operators List", - "links.tags.dropRateRanking": "Drop Rate Ranking", - "links.tags.map": "Map", - "links.tags.storeEfficiency": "Shop Efficiency", - "links.tags.storage": "Inventory Management", - "meta.dialog.submit": "Submit", - "meta.dialog.save": "Save", - "meta.dialog.close": "Close", - "meta.dialog.confirm": "Confirm", - "meta.dialog.cancel": "Cancel", - "meta.details": "Details", - "meta.loading": "Loading...", - "links.tags.ja_translation": "Main Story, Japanese Translation.", - "meta.footer.copyright.title": "License", - "meta.footer.credit": "{date} | Penguin Statistics", - "meta.time.minute": "{m}m", - "meta.time.second": "{s}s", - "meta.copyWarning": "Data from Penguin Statistics, site: {site}.", - "meta.boolean.false": "No", - "meta.boolean.true": "Yes", - "meta.hasNorNot.false": "No", - "meta.hasNorNot.true": "Yes", - "meta.footer.copyright.content": "Drop rate statistics collected by Penguin Statistics, licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. To redistribute content on this site, credit Penguin Statistics as the source with a link to this site. Commercial use of content or derivatives strictly prohibited without permission.", - "meta.confirmLeave.title": "Leave this page, are you sure?", - "meta.notfound": "???", - "meta.quotation.end": "\"", - "meta.quotation.start": "\"", - "meta.separator": ", ", - "meta.isAre": "is | are", - "matrixCategory.automated.tooltip": "Matrix Category, Auto. Data from third-party tools, reports drop data automatically, contained within.", - "matrixCategory.automated.label": "Auto", - "matrixCategory.all.label": "All", - "matrixCategory.manual.tooltip": "Manual: Data in Such Matrix Category from Penguin Statistics site's \"Report Drops by Stage\" and \"Report Drops by Recognition\" features only.", - "matrixCategory.manual.label": "Manual", - "matrixCategory.switch": "Matrix Category", - "members.responsibilities.v1frontend": "v1.0 Frontend", - "members.responsibilities.customersupport": "User Support", - "members.responsibilities.native": "App Development", - "members.responsibilities.localization_ko": "Korean Localization", - "members.responsibilities.logo": "Logo Designer", - "members.responsibilities.localization_ja": "Japanese Localization", - "members.responsibilities.materials": "Materials Supplier", - "members.responsibilities.frontend": "Frontend", - "members.responsibilities.recognition": "Screenshot Recognition", - "members.responsibilities.widget": "Widget Development", - "members.responsibilities.maintenance": "DevOps", - "members.responsibilities.backend": "Backend", - "members.responsibilities.statistics": "Statistics and Analysis", - "members.responsibilities.localization_en": "English Localization", - "members.responsibilities._name": "Contributions", - "members.responsibilities.bulkupload": "Bulk Upload", - "members.responsibilities.arkplanner": "Author of ArkPlanner", - "members.categories.others": "Others", - "members.categories.owner": "Webmaster", - "members.categories.translators": "Translators", - "members.categories.maintainer": "Maintainer", - "members.categories.contributors": "Contributors", - "members.socials.qq": "QQ", - "members.socials.github": "GitHub", - "members.socials.weibo": "Weibo", - "members.socials.twitter": "Twitter", - "members.socials.email": "Email", - "settings.data.server": "Servers, included in Local Data:", - "settings.data.size": "Local Data size: ", - "settings.data.reset.title": "Reset All", - "settings.data.reset.subtitle": "Delete all local data and settings. After deletion, settings will reset to default, data must be downloaded again, and web page will reload. Continue?", - "settings.category.data": "Data", - "settings.category.about": "About", - "settings.category.appearance": "Appearance", - "settings.optimization.lowData.title": "Low Data Mode", - "report.notices.rule_2": "No drops, submit directly without selecting any drops.", - "fetch.chunk.subtitle": "Fetching page modules, rendering view. Please wait...", - "settings.storageIssue": "Storage issues detected. Malfunction possible. If warning persists, clear local storage using \"Reset All\" in \"Settings\" dialog under menu.", - "settings.iosSystemSettings": "Language, and privacy settings.", - "credits.source.title": "Open Source Licenses", - "meta.confirmLeave.subtitle": "Unsaved changes, may be lost.", - "credits.material.title": "Content Credits", - "version.upgrade.subtitle": "Upgrade required. Current client version outdated. After upgrade, please retry.", - "version.upgrade.unable": "Can't Upgrade?", - "version.upgrade.title": "Version Outdated", - "version.upgrade.action": "Upgrade", - "stage.actions._name.selectorEmpty": "Quick Access, unavailable.", - "stage.actions._name.selector": "Quick Access", - "stage.actions._name.panel": "Quick Actions", - "stage.actions.history.name": "Recently Accessed", - "stage.actions.history.empty": "Recent accessed stages, none available. Visit a stage page to create a record.", - "stage.actions.history.clear": "Clear", - "stage.actions.advanced.activator": "Do Advanced Query", - "credits.material.content": "Penguin Statistics, use various game resources (like pictures, animations, audio, original text, and translations) to reflect game elements and enhance user experience. Copyright for these resources, belong to Shanghai Hypergryph Network Technology Co., Ltd. and/or its affiliates, which include YOSTAR (HONG KONG) LIMITED, 株式会社Yostar, YOSTAR LIMITED, 龍成網路, and others.\n\nPenguin Statistics, utilize assets from PRTS Wiki [http://prts.wiki] and modify some without changing their original meaning.\n\nPenguin Statistics, use a slightly self-modified version of the Bender font, provided by the Free Fonts Project ([http://jovanny.ru]) under the Project's claimed usage basis on its official website. Penguin Statistics, express gratitude to the Free Fonts Project and the licenses it uses, for their openness.", - "stage.actions.star.name": "Starred", - "settings.optimization.lowData.subtitle": "Low Data Mode, reduce network data use by stopping fetching nonessential resources, like zone backgrounds in stage selector and website background.", - "stage.actions.star.activated": "Starred", - "stage.actions.star.activate": "Star", - "stage.actions.links.map-arknights-com": "Maps", - "stage.actions.links.prts-wiki": "Wiki", - "stage.loots.NORMAL_DROP": "Regular", - "stage.loots.SPECIAL_DROP": "Special", - "stage.loots.FURNITURE": "Furniture", - "stage.loots.EXTRA_DROP": "Extra", - "stage.about": "About this Stage", - "stage.selector.excludeAll": "Exclude All", - "stage.selector.title": "Select Stage", - "stage.selector.plannerExclude": "Exclude Planning Stages", - "stage.selector.includeAll": "Include All", - "stage.apCost": "{apCost} AP required", - "stage.name": "Stage", - "notice.loading": "Loading Notice...", - "stage.actions.star.deactivate": "Click, cancel star.", - "contact.contributor": "Team Members", - "contact.nga": "NGA Thread", - "contact.github": "GitHub Issues", - "contact.title": "Contact us", - "contact.body": "Questions, suggestions, contact webmaster, English OK.", - "dataSource.title": "Login Required", - "settings.optimization.lowData.active": "Data Mode, Low. Active.", - "dataSource.global": "All", - "dataSource.switch": "Data Source", - "dataSource.personal": "Personal", - "home.intro.intro_3": "Report, Dataset Invalidation Transparency, planned for implementation. Purpose: to ensure dataset transparency and list dataset changes.", - "stage.actions.star.empty": "Not starred any stages, currently.\nTo star a stage, go to its 'Quick Access' section in the details panel.", - "mirrors._notification.ignore.title": "Ignore Mirror Notification?", - "mirrors._notification.ignore.subtitle": "Ignore all mirror optimization notifications? Sure? Performance issues possible.", - "share.text.item": "Item \"{name}\"", - "share.text._tmpl": "Penguin Statistics, {name} drop rates.", - "share.text.stage": "Stage \"{name}\"", - "share.name": "Share", - "share.success": "Successfully shared", - "share.shortlink.name": "Short Link", - "auth.details": "Account", - "auth.loggedAs": "Logged in as", - "auth.forgot.penguinIdHistory.title": "Previously used PenguinID", - "notice.failed": "Notice, not retrieved: {error}.", - "auth.forgot.penguinIdHistory.deleteUserId": "Record, PenguinID, delete.", - "auth.forgot.penguinIdHistory.tips": "Feature, can retrieve PenguinID only if logged in with client version v3.3.1 or later.", - "auth.forgot.penguinIdHistory.loginAsUserId": "PenguinID, login as this.", - "auth.forgot.penguinIdHistory.noData": "No Data", - "dataSource.loginNotice": "Viewing personal drop data requires logging in.", - "auth.forgot.title": "Can't Login?", - "auth.forgot.activator": "Forgot PenguinID", - "auth.login": "Login", - "auth.logoutPrompt": "Are you sure?", - "auth.logout": "Logout", - "auth.loggedOut": "Logged out", - "auth.success": "Successfully logged in", - "auth.failed.message": "Login Failed: {message}", - "auth.forgot.penguinIdHistory.lastLoginAt": "Login, last occurred at {time}.", - "auth.userId": "User ID", - "auth.forgot.subtitle": "Recover login information, let's.", - "auth.failed.notfound": "User ID not found. Not game ID. Get ID after first drop report.", - "mirrors.global.notification": "To improve loading speed, we suggest using global mirror ({0}).", - "donate.methods.wechatPay": "WeChat Pay", - "donate.methods.paypal": "Donate with PayPal", - "donate.methods.alipay": "Alipay", - "donate.regulation.app": "Card, unavailable in app.", - "auth.notice": "Connect and manage drop reports using User ID. No User ID? After first report, one automatically assigned.", - "donate.regulation.cnMirror": "Card, temporarily disabled on CN mirror, due to regulation policies by law.", - "donate.redirectToApp": "App, \"{app}\", donate with.", - "donate.donate_2": "server fee", - "donate.accountBook": "Account Book", - "donate.donate_4": "Your support, greatly appreciated!", - "app.name": "Penguin Statistics", - "app.name_lines": "Penguin Statistics", - "update.success": "Website Updated!", - "update.refresh": "Refresh", - "result.name": "Statistics", - "result.title": "Statistics of {item}", - "validator.required": "Required", - "pattern.empty": "(No Drops)", - "donate.donate_3": "Pocky and apple pie, accepted.", - "pattern.name": "Drop Patterns", - "pattern.others": "Others", - "donate.donate_1": "Users increase. Server overwhelmed. Doctor donation appreciated.", - "pattern.error": "Drop patterns, not available currently for this stage.", - "search.placeholder": "Search...", - "search.hint": "Name for Stage, Zone or Item, type in.", - "donate.donate_0": "Users increasing, server fees rising, crisis coming to Penguin Statistics. Webmaster decides to act, to save beloved Penguin Statistics.", - "clipboard.success": "Copied to clipboard", - "specials.mikubirthday2021.caption": "Hatsune Miku, Birthday, Happy.", - "link.docs.title": "For Developers", - "clipboard.error": "Copying to clipboard failed. Manually select and copy the text.", - "switchedTo": "Server switched to", - "link.docs.subtitle": "Resources for developing on top of Penguin Statistics' data, contained.", - "quotes.doYouKnow": "Ptilopsis' feather, very cute! Do you know? o(*≧▽≦)ツ", - "network.error": "Internet error. Check connection, try again.", - "mirrors.cn.notification": "Suggestion: Use CN mirror ({0}) for faster loading." -} \ No newline at end of file diff --git a/src/locales/archived/ja.js b/src/locales/archived/ja.js deleted file mode 100644 index 25b1fbec..00000000 --- a/src/locales/archived/ja.js +++ /dev/null @@ -1,748 +0,0 @@ -const messages = { - app: { - name: "ペンギン急便データ統計処理部門", - name_lines: "ペンギン急便\nデータ統計処理部門", - }, - server: { - name: "サーバー", - switch: "ゲームサーバー切替", - servers: { - CN: "大陸版", - US: "英語版", - JP: "日本版", - KR: "韓国版", - }, - }, - menu: { - home: "トップページ", - report: { - _name: "ドロップ報告", - stage: "章别", - recognition: "スクショ認識", - }, - search: "グローバル検索", - stats: { - _name: "ドロップ率", - stage: "作戦別", - item: "素材別", - advanced: "高度なクエリ", - }, - about: { - _name: "当サイトについて", - members: "制作協力者", - contribute: "開発協力者募集中", - changelog: "更新履歴", - contact: "連絡先", - donate: "寄付について", - links: "相互リンク", - bulletin: "お知らせ", - credits: "コピーライト", - }, - siteStats: "全サイト統計データ", - planner: "周回計画作成ツール", - v1: "旧バージョン", - refreshData: "データ更新", - languages: "言語切替", - settings: { - name: "設定", - themeStyles: { - name: "テーマ切替", - disabled: "(無効:アクティブな特殊テーマ)", - default: "デフォルトテーマ", - miku2021: "初音ミク2021誕生日特別テーマ", - }, - appearances: { - name: "外観モード切替", - system: "システム設定に従う", - dark: "常にダークモード", - light: "常にライトモード", - }, - }, - overline: { - planner: "ArkPlanner", - }, - }, - meta: { - details: "詳細を見る", - loading: "読み込み中...", - notfound: "ここはどこ¿¿¿", - footer: { - copyright: { - title: "利用許諾", - content: - "ドロップ統計データはクリエイティブ・コモンズ 表示 - 非営利 4.0 国際 ライセンスの下に提供されています。当サイトのいかなる内容の転載や公開を行う場合は、必ず内容の元となっているページまたはトップページのURLのリンクを行い、データ統計の転載を行ったことを明記しなければなりません。また許可無しに当サイトの内容または派生作品を商業目的で利用することを許可しません。", - }, - credit: "ペンギン急便データ統計処理部門 | {date}", - }, - separator: "、", - quotation: { - start: "「", - end: "」", - }, - boolean: { - true: "はい", - false: "いいえ", - }, - hasNorNot: { - true: "有り", - false: "無し", - }, - dialog: { - cancel: "いいえ", - confirm: "はい", - submit: "送信", - close: "閉じる", - }, - time: { - minute: "{m}分", - second: "{s}秒", - }, - copyWarning: "\n\nCopyright © 2021 Penguin Statistics({site})", - }, - stats: { - headers: { - pattern: "パターン", - stage: "ステージ", - apCost: "理性", - item: "アイテム", - times: "サンプル数", - quantity: "ドロップ数", - percentage: "ドロップ率", - apPPR: "1個あたりの必要理性期待値", - clearTime: "最速クリアタイム", - timeRange: "期間", - itemPerTime: "1個あたりの必要時間期待値", - }, - filter: { - title: "フィルタ", - indicator: - "フィルタ未適用 | {count} フィルタ適用中 | {count} フィルタ適用中", - stats: "フィルタリング後 {filtered} / フィルタリング前 {total}", - overview: "フィルタ結果", - type: { - _name: "ステージタイプ", - showPermanent: "恒常", - showActivity: "イベント", - }, - status: { - _name: "ステージ状態", - onlyOpen: "開放中ステージのみを表示", - }, - }, - timeRange: { - inBetween: "{0} ~ {1}", - toPresent: "{date} ~ 現在", - endsAt: "{date} 以前", - unknown: "不明", - notSelected: "(選択されていない)", - }, - trends: { - name: "歴史ドロップデータ", - set: { - rate: "ドロップ率", - sample: "サンプル数", - drops: "ドロップ数", - }, - }, - lastUpdated: "最終更新日時:{date}", - site: { - viewMore: "さらに詳しく", - total: { - sanity: "すべての報告で消費された理性", - report: "総報告数", - items: "総ドロップ数", - }, - stages: "ステージサンプル数ランキング", - items: "アイテムドロップ数ランキング", - all: "全期間", - "24hr": "過去24時間", - generating: { - title: "Generating Site Statistics...", - subtitle: - "Neural Network Message: Due to high amount of data, site statistics need up to 5 minutes to calculate. Please come back later.", - refresh: "Refresh Site Statistics", - }, - }, - }, - contribute: { - repo: "プロジェクトリポジトリ:", - frontend: "フロントエンド", - frontendV4: "フロントエンド v4", - backend: "バックエンド", - livehouse: "LiveHouse", - recognizer: "スクショ認識", - newFolder: "新規フォルダー鋭意作成中", - caption: - "Penguin Statisticは非営利コミュニティプロジェクトです。本プロジェクトの発展は、皆様のご助力が必要不可欠でございます。宜しければGitHubへ本レポジトリにスターをお付けください。イシューやプルリクエストも心よりお待ちしております。皆様のご支援とご協力を賜りますよう、よろしくお願い申し上げます。", - contribute_0: - "下記の開発経験お持ちの方を募集しています。Penguin Statisticsに自らの力を貢献してみませんか?ご興味のある方は、ぜひこのQQグループにご参加ください:747099627", - contribute_1: "本プロジェクトは無償のオープンソースプロジェクトです", - skills: { - frontend: "フロントエンド開発 React", - backend: "バックエンド開発 Go, PostgreSQL", - mobile: "モバイルアプリ開発 iOS、Android", - maintenance: "DevOps", - design: "UI/UXデザイン", - analysis: "データ統計解析", - others: "...", - }, - }, - fetch: { - loading: "読み込み中...", - chunk: { - title: "拡張ニューラルコネクタにデータが転送されています", - subtitle: "ページモデルを読み込み中、お待ちください…", - }, - failed: { - title: "ニューラルコネクタ接続エラー", - subtitle: - "ニューラルコネクタに同期接続できませんでした。一部のリソースロスが発生しました。", - retry: "再試行", - deploying: "データを最新の状態にしています。最大5分程お待ちください…", - error: { - zones: "ゾーンデータ", - stages: "作戦データ", - items: "素材データ", - limitations: "レポートデータの検証ルール", - trends: "履歴レポートデータ", - globalMatrix: "全体ドロップデータ", - personalMatrix: "個人ドロップデータ", - globalPatternMatrix: "全体ドロップパターンデータ", - personalPatternMatrix: "個人ドロップパターンデータ", - stats: "サイト統計データ", - period: "サーバーイベントデータ", - }, - }, - }, - report: { - alert: { - title: { - first: "障害リスクの検出", - repeat: "警告", - }, - continue: { - first: "本当に送信しますか?", - repeat: "本当にこのデータを送信しますか?", - }, - contact: { - before: "誤った情報であると判断した場合は", - activator: "管理人までご連絡ください", - after: - "(その際はスクリーンショットの添付をお願いいたします)。確認次第速やかに修正を行わせて頂きます。", - }, - causes: { - noDrop: - "ドロップアイテムが何も選択されていません。送信するデータに問題はありませんか?", - limitation: - "今回報告しようとしている内容は既存のデータとの差が大きくなっており、このまま報告するのであれば今回の報告は異常と判定され、全て統計データに反映されることはできません。", - }, - }, - specialSideStory: { - dialog: { - title: "「ドッソレスホリデー」のラベルドロップについて", - cancel: "閉じる", - confirmTimerPending: "わかりました ({timer})", - confirmTimerDone: "わかりました", - }, - }, - recognition: { - step: { - select: "選択", - recognize: "認識", - confirm: "確認", - report: "レポート", - }, - tips: { - fileTooBig: '"{name}" ({size}MB) はサイズの制限を超過しています', - fileTooOld: - '"{name}" のスクリーンショットの作成時刻は36時間以内の制限を超過しています', - chooseImage: "クリックして画像を選択、もしくはボックスに画像をドロップ", - dragImage: "ここに画像をドラッグ&ドロップ", - addImage: "ここにクリックして画像を選択", - copyImage: - "画像を右クリック、もしくは長押しすると、画像をクリップボードにコピー・保存ができます", - abnormal: - "クオリティモニタリング(品質監査)により、ご提出いただいたスクリーンショットのうち、 {count} 枚が基準を満たしていないとして、当該スクリーンショットを「却下」し、サーバーへのレポートはしません", - notImageFile: "{files} は画像ファイルではないので、ご提出できません", - emptyResult: "認識結果はありません", - unsatisfiedStart: "認識をスタートできません", - emptyFile: "選択された画像はありません", - hasInvalidFile: "無効のファイルが含まれています", - }, - status: { - success: "成功", - warning: "警告", - error: "エラー", - }, - description: - "「作戦成果」画面のスクリーンショットを自動認識で、ドロップ報告は楽で簡単にする!", - recognize: { - noFilename: "ファイル名なし", - elapsed: "経過時間", - remaining: "推定残り時間", - speed: "認識速度", - imagePerSecond: "{count} 枚/秒", - }, - confirm: { - loadingImage: "スクリーンショットのプレビューを読み込み中", - overview: { - _name: "結果概要", - total: "総計", - success: "成功", - error: "異常", - count: "{count} 枚", - server: "データサーバー", - duration: "1画像の平均認識時間", - }, - details: "結果詳細", - unknownStage: "認識できません", - abnormal: { - error: "この画像は却下されます", - fatal: "この画像は認識できません", - details: "異常リスト", - hover: "マウスオーバーで認識内容表示", - }, - cherryPick: { - disabled: "異常なので選択不可", - accepted: "この結果をアップロード", - rejected: "この結果を破棄", - }, - noResult: "認識結果はありません", - submit: "選択した {count} 件の認識結果をアップロード", - itemsTotal: "アイテム合計", - }, - report: { - title: "レポート詳細", - total: "総計", - submit: "選択した {count} 件の認識結果をアップロード", - reporting: "結果をアップロード中...", - allSucceeded: "{count} 件の認識結果がアップロード成功", - partialSucceeded: "{count} 件の認識結果のみアップロード成功", - partialFailed: - "{count} 件の認識結果がアップロード失敗しました。以下のチェックリストをしたがって、問題を解決してみてください。", - partialFailedDesc: [ - "● ネットワーク接続の状況を確認:接続不安定・接続中断でアップロード失敗が発生します。", - "● 大量のレポートしましたか:データベースを外部の攻撃から守るために、一日のレポート数には上限があります。何度も試してもアップロードできない場合、上限に達した可能性がありますので、24時間後に再試行してください。", - "● 共有IPアドレスを使用していますか:一部の地域には、ご使用のIPアドレスは他人と共有している可能性があります。この場合、ネット環境の切り替え(ルーター再起動、WiFi・4Gの切り替え)をしてから再試行してください。また、24時間後に再試行してください。", - "● デバイスの時刻を確認:重複レポ攻撃を防止対策として、端末からのリクエストにはタイムスタンプを付与します。ご使用のデバイスの時刻が正確な時刻と大きく異なる場合、アップロード失敗が発生しますので、デバイスの時刻を調整してください。", - ], - caption: - "レポートありがとうございます。キャッシュの原因で、レポートしたデータが反映するまで、20分程度の時間がかかる可能性があります。", - }, - states: { - pending: "初期化準備中...", - initializing: "初期化中...", - recognizing: "認識中...", - rendering: "結果をレンダリング中...", - submitting: "結果をアップロード中...", - }, - cost: "時間コスト", - filename: "ファイル名", - result: "認識結果", - queue: "画像リスト", - start: "{count} 枚画像を認識", - progress: "進捗状況", - retry: "送信失敗、リトライ中", - filter: "結果フィルター", - notices: { - welcome: [ - "ご提供の画像はWebAssembly技術でローカルにて認識しますので、認識段階でサーバーへのデーター送信はございません。", - "スクリーンショットは、作成時刻が**36 時間内**、またクリア評価が**星3**のものをご選択ください。", - "初回クリアのスクリーンショットの選択はご遠慮ください。**偏向的に**一部だけのスクリーンショット(極端にいい・悪いケース)でのレポートはご遠慮ください。", - ], - confirm: [ - "画像をクリックしたら拡大できます、もう一回クリックしたら元に戻せます", - "認識成功のスクリーンショットは自動的にチェックを入れています", - "本サイトのデータの正確度のため、エラーのある画像はご選択できません", - ], - }, - exceptions: { - "Fingerprint::Same": { - title: "完全一致の画像が存在", - subtitle: "重複的なスクリーンショットを選択しましたかご確認ください", - }, - "FileTimestamp::TooClose": { - title: "作成時間間隔が短すぎる画像が存在", - subtitle: "重複的なスクリーンショットを選択しましたかご確認ください", - }, - "DropInfos::Violation": "認識結果が検証失敗", - "StageChar::LowConfidence": { - title: "ステージ認識異常の可能性がある", - subtitle: "認識の信頼性が低い、認識結果を画像と照合してください", - }, - "DropQuantityChar::LowConfidence": { - title: "アイテム数量認識異常の可能性がある", - subtitle: "認識の信頼性が低い、認識結果を画像と照合してください", - }, - "DropAreaDropsQuantity::NotFound": { - title: "数量検出失敗のドロップが存在", - subtitle: - "解像度・品質の低い画像はこの問題を引き起こす可能性があります。画像は圧縮処理されましたかご確認ください", - }, - "DropAreaDrops::LowConfidence": { - title: "未知のドロップが存在", - subtitle: - "この問題は通常、イベント期間外のイベントドロップによるものです", - }, - "DropAreaDrops::Illegal": { - title: "非合法ドロップが存在", - subtitle: - "このステージには今、可能のドロップが存在していませんが、検出されました。これは通常、イベント期間外のイベントドロップによるものです", - }, - "Result::False": { - title: "作戦成果のスクリーンショットではない", - subtitle: - "もしこれは確かに作戦成果のスクリーンショットであれば、ご選択のサーバーは間違いないかご確認ください", - }, - "Stage::NotFound": { - title: "未知のステージ", - subtitle: - "これはステージ認識にはエラーが発生しましたか、又はこのステージは記録されていません(殲滅作戦、絶境作戦など)", - }, - "Stage::Illegal": { - title: "非合法ステージ", - subtitle: "このステージただ今有効していません", - }, - "3stars::False": "星3評価ではない", - "Droptypes::Illegal": { - title: "非合法のドロップタイプ", - subtitle: - "スクリーンショットには初回、理性返却などの非合法なドロップタイプ、又は認識できないドロップタイプが存在しています", - }, - "Droptypes::NotFound": "ドロップタイプ未検出", - }, - }, - rules: { - item: { - _name: "アイテム数量", - now: "{stage}ドロップで選択された {item} ×{quantity}", - gte: "@:(meta.quotation.start){item}@:(meta.quotation.end)の数を{should}個以上の数値で再入力して下さい", - lte: "@:(meta.quotation.start){item}@:(meta.quotation.end)の数を{should}個以下の数値で再入力して下さい", - not: "@:(meta.quotation.start){item}@:(meta.quotation.end)のドロップ数が{should}個になることはありません", - }, - type: { - _name: "アイテム種類数", - now: "{stage}ドロップで選択されたアイテムは{quantity}種類です", - gte: "最少{should}種類のアイテムが必要です", - lte: "最大{should}種類のアイテムが必要です", - not: "{should}種類のアイテムであってはなりません", - }, - }, - clear: "クリア", - furniture: "家具ドロップ:{state}", - name: "報告", - submit: "送信", - success: "送信成功", - unable: "送信失敗:", - undo: "送信キャンセル", - undoSuccess: "キャンセルしました", - gacha: "この操作を行うことでデータに複数の結果を反映させることが出来ます。", - notices: { - rule_1: "ここに追加する内容は1回でドロップした内容です。", - rule_2: "素材がドロップしなかった場合は直接送信をクリックしてください。", - rule_3: - "初回クリア時の報酬を報告しないでください。また、極端なロップ結果(極めてよかった・悪かったなど)を報告しないでください。", - rule_4: "星3クリアした時の結果のみを報告してください。", - rule_5: - "大陸版以外のドロップデータをアップロードしないよう、ご協力をお願いいたします。", - }, - dossolesHoliday: { - title: { - inner: "全種類のラノベを獲得してから", - tmpl: "{0}ご報告ください", - }, - content: - "これまでのデータに基づいて、ラノベのドロップ事件は統計的な独立性を満たしていないと推測されます。全種類のラノベを獲得していないなら、そのドロップ率が動態的に変化し、本来のドロップ率とは異なる可能性があります。本来のドロップ率を正確に計算するため、全種類のラノベを獲得してからご報告ください。", - }, - usage: "左クリックで個数を増やし、右クリックで個数を減らす", - }, - settings: { - category: { - appearance: "スタイル", - data: "設定とデータ", - about: "当サイトについて", - }, - iosSystemSettings: "言語とプライバシーの設定", - optimization: { - lowData: { - title: "軽量モード", - active: "軽量モード有効中", - subtitle: - "軽量モードとは、作戦リストや全ステーションなどの画像リソースを無効し、データ通信量の消費を抑えるモードです。", - }, - }, - data: { - server: "キャッシュされたのサーバー:", - size: "ローカルデータ:", - reset: { - title: "ローカルデータと設定初期化", - subtitle: - "すべてのローカルデータと設定を削除します。その後ローカル設定はすべて初期化され、ページを刷新します。データを再読み込みする必要があります。本当に続けますか?", - }, - }, - }, - zone: { - name: "章", - types: { - MAINLINE: "メインテーマ", - WEEKLY: "物資調達", - ACTIVITY_OPEN: "イベント(開催中)", - ACTIVITY_CLOSED: "イベント(終了)", - ACTIVITY_PENDING: "イベント(近日開催)", - ACTIVITY_PERMANENT: "エピソード & サイドストーリー", - GACHABOX: "補給物資", - }, - subTypes: { - 2019: "2019", - 2020: "2020", - 2021: "2021", - 2022: "2022", - 2023: "2023", - AWAKENING_HOUR: { - title: "覚醒", - subtitle: "0~3 章", - }, - VISION_SHATTER: { - title: "幻滅", - subtitle: "4~8 章", - }, - DYING_SUN: { - title: "残映", - subtitle: "9~10 章", - }, - INTERLUDE: "エピソード", - SIDESTORY: "サイドストーリー", - }, - status: { - 0: "開催中", - 1: "終了", - "-1": "近日開催", - permanentOpen: "恒常", - }, - opensAt: "開催期間:{0} - {1}", - }, - stage: { - name: "作戦", - about: "この作戦について", - apCost: "消費理性:{apCost}", - actions: { - _name: { - selector: "クイックアクセス", - selectorEmpty: "クイックアクセスはありません", - panel: "クイック操作", - }, - star: { - name: "スター付き作戦", - activate: "作戦にスターを追加", - activated: "作戦にスターを追加しました", - deactivate: "クリックしてスターを削除", - empty: [ - "スター付き作戦はありません", - "作戦情報の「クイック操作」で作戦にスターを追加するとここに表示されます", - ], - }, - history: { - name: "最近選択した作戦", - empty: [ - "最近選択した作戦はありません", - "作戦のページをアクセスするとここに表示されます", - ], - clear: "クリア", - }, - links: { - "prts-wiki": "Wiki", - "map-arknights-com": "マップ", - }, - advanced: { - activator: "高度なクエリを実行", - }, - }, - loots: { - NORMAL_DROP: "通常", - EXTRA_DROP: "その他", - SPECIAL_DROP: "レア", - FURNITURE: "家具", - }, - selector: { - plannerExclude: "ステージ除外設定", - excludeAll: "全て除外", - includeAll: "全て含む", - title: "ステージ選択", - }, - }, - planner: { - notices: { - autoExistence: - "ArkPlannerは、選択したサーバーで開いていないステージを自動的に非表示にします", - }, - options: { - _name: "オプション", - byProduct: "加工副産物を考慮する", - requireExp: "大量の経験値が必要", - requireLmb: "大量の龍門幣が必要", - excludeStage: { - _name: "ステージ除外", - title: "選ぶ", - selected: "{stages} ステージ除外中", - }, - }, - reset: { - name: "リセット", - dialog: { - title: "ArkPlannerをリセット", - subtitle: "すべてのデータや設定はリセットされます。続行しますか?", - options: { - options: { - name: "オプション", - indicator: "全てのオプションをオフにします", - }, - excludes: { - name: "ステージ除外", - indicator: "全ての除外をオフにします", - }, - items: { - name: "素材データ", - indicator: "全ての素材個数をリセットします", - }, - }, - }, - }, - actions: { - _name: "データ", - import: "インポート", - export: "エクスポート", - importExport: "@:(planner.actions.import)/@:(planner.actions.export)", - calculate: "計算を行う", - calculating: "少女計算中…", - config: { - _name: "コンフィグレーション", - share: "エクスポート", - import: "インポート", - }, - }, - have: "所持数", - need: "必要数", - copy: "クリップボードにコピー", - craft: { - do: "加工", - unable: "加工できません", - errors: { - title: "加工には必要な素材が欠けています", - notEnough: - "加工には {need} 個の「{item}」が必要ですが、 {have} 個しか保有していません", - }, - plans: { - title: "加工プラン", - plan: "加工には {cost} 個の「{item}」を消耗して、 残り{remain} 個あります", - }, - success: - " {sourceItems} を使って {amount} 個の {productItem} に加工しました", - }, - calculation: { - title: "計算結果", - tabs: { - stages: "ステージ", - syntheses: "素材加工", - values: "素材理性価値", - }, - lmb: "推定獲得龍門幣", - sanity: "推定必要理性", - exp: "戦闘で入手出来る経験値の推定", - times: "回", - level: "素材レベル", - noStage: "入力内容に不備があるため結果を表示出来ません。", - noSyntheses: "入力内容に不備があるため結果を表示出来ません。", - }, - }, - item: { - choose: { - name: "素材選択", - }, - categories: { - ACTIVITY_ITEM: "イベントアイテム", - CARD_EXP: "作戦記録", - CHIP: "SoC", - FURN: "家具", - MATERIAL: "素材", - }, - related: "関連素材", - }, - dataSource: { - switch: "データソース", - global: "全体", - loginNotice: - "個人所有のドロップデータを閲覧するには、ログインする必要があります。", - personal: "個人", - title: "ログインが必要です", - }, - matrixCategory: { - switch: "集計範囲", - all: { - label: "全体", - }, - auto: { - label: "自動", - // tooltip: "自动数据来源:指由第三方工具所自动汇报的掉落数据", - }, - manual: { - label: "手動", - // tooltip: - // "手动数据来源:指由用户使用企鹅物流数据统计的「网页或 App 端」中的「掉落汇报」或「截图识别」汇报的掉落数据", - }, - }, - members: { - categories: { - developers: "開発者", - others: "その他", - owner: "管理人", - translators: "翻訳者", - }, - responsibilities: { - _name: "コントリビューション", - arkplanner: "ArkPlannerの著者", - backend: "バックエンド", - bulkupload: "一括アップロード", - customersupport: "コンサルタント", - frontend: "フロントエンド", - localization_ja: "日本語化", - localization_ko: "韓国語化", - logo: "ロゴデザイナー", - maintenance: "DevOps", - materials: "素材提供", - statistics: "データ統計解析", - widget: "ウィジェット", - native: "アプリ開発", - recognition: "スクショ認識", - }, - socials: { - email: "Email", - github: "GitHub", - qq: "QQ", - twitter: "Twitter", - weibo: "Weibo", - }, - }, - pattern: { - name: "ドロップパターン", - empty: "ドロップなし", - error: ["本作戦のドロップパターンの", "データはありません"], - }, - share: { - name: "共有", - shortlink: { - name: "短縮URL", - }, - text: { - _tmpl: "Penguin Statisticsで「{name}」のドロップデータを確認", - stage: "作戦 {name}", - item: "素材 {name}", - }, - success: "共有しました", - }, - search: { - placeholder: "検索...", - hint: "素材名・作战名・ステージコード・章タイトル・イベント名(漢字・ふりがな・カタカナ・ローマ字)で検索", - }, -}; - -export default Object.freeze(messages); diff --git a/src/locales/archived/ja.json b/src/locales/archived/ja.json deleted file mode 100644 index 76f39a63..00000000 --- a/src/locales/archived/ja.json +++ /dev/null @@ -1,807 +0,0 @@ -{ - "app": { - "name": "ペンギン急便データ統計処理部門", - "name_lines": "ペンギン急便\nデータ統計処理部門" - }, - "server": { - "name": "サーバー", - "switch": "ゲームサーバー切替", - "servers": { - "CN": "大陸版", - "US": "英語版", - "JP": "日本版", - "KR": "韓国版" - } - }, - "menu": { - "home": "トップページ", - "report": { - "_name": "ドロップ報告", - "stage": "章别", - "recognition": "スクショ認識" - }, - "search": "グローバル検索", - "stats": { - "_name": "ドロップ率", - "stage": "作戦別", - "item": "素材別", - "advanced": "高度なクエリ" - }, - "about": { - "_name": "当サイトについて", - "members": "制作協力者", - "contribute": "開発協力者募集中", - "changelog": "更新履歴", - "contact": "連絡先", - "donate": "寄付について", - "links": "相互リンク", - "bulletin": "お知らせ", - "credits": "コピーライト" - }, - "siteStats": "全サイト統計データ", - "planner": "周回計画作成ツール", - "v1": "旧バージョン", - "refreshData": "データ更新", - "languages": "言語切替", - "settings": { - "name": "設定", - "themeStyles": { - "name": "テーマ切替", - "disabled": "(無効:アクティブな特殊テーマ)", - "default": "デフォルトテーマ", - "miku2021": "初音ミク2021誕生日特別テーマ" - }, - "appearances": { - "name": "外観モード切替", - "system": "システム設定に従う", - "dark": "常にダークモード", - "light": "常にライトモード" - } - }, - "overline": { - "planner": "ArkPlanner" - } - }, - "meta": { - "details": "詳細を見る", - "loading": "読み込み中...", - "notfound": "ここはどこ¿¿¿", - "footer": { - "copyright": { - "title": "利用許諾", - "content": "ドロップ統計データはクリエイティブ・コモンズ 表示 - 非営利 4.0 国際 ライセンスの下に提供されています。当サイトのいかなる内容の転載や公開を行う場合は、必ず内容の元となっているページまたはトップページのURLのリンクを行い、データ統計の転載を行ったことを明記しなければなりません。また許可無しに当サイトの内容または派生作品を商業目的で利用することを許可しません。" - }, - "credit": "ペンギン急便データ統計処理部門 | {date}" - }, - "separator": "、", - "quotation": { - "start": "「", - "end": "」" - }, - "boolean": { - "true": "はい", - "false": "いいえ" - }, - "hasNorNot": { - "true": "有り", - "false": "無し" - }, - "dialog": { - "cancel": "いいえ", - "confirm": "はい", - "submit": "送信", - "close": "閉じる" - }, - "time": { - "minute": "{m}分", - "second": "{s}秒" - }, - "copyWarning": "\n\nCopyright © 2021 Penguin Statistics({site})" - }, - "stats": { - "headers": { - "pattern": "パターン", - "stage": "ステージ", - "apCost": "理性", - "item": "アイテム", - "times": "サンプル数", - "quantity": "ドロップ数", - "percentage": "ドロップ率", - "apPPR": "1個あたりの必要理性期待値", - "clearTime": "最速クリアタイム", - "timeRange": "期間", - "itemPerTime": "1個あたりの必要時間期待値" - }, - "filter": { - "title": "フィルタ", - "indicator": "フィルタ未適用 | {count} フィルタ適用中 | {count} フィルタ適用中", - "stats": "フィルタリング後 {filtered} / フィルタリング前 {total}", - "overview": "フィルタ結果", - "type": { - "_name": "ステージタイプ", - "showPermanent": "恒常", - "showActivity": "イベント" - }, - "status": { - "_name": "ステージ状態", - "onlyOpen": "開放中ステージのみを表示" - } - }, - "timeRange": { - "inBetween": "{0} ~ {1}", - "toPresent": "{date} ~ 現在", - "endsAt": "{date} 以前", - "unknown": "不明", - "notSelected": "(選択されていない)" - }, - "trends": { - "name": "歴史ドロップデータ", - "set": { - "rate": "ドロップ率", - "sample": "サンプル数", - "drops": "ドロップ数" - } - }, - "lastUpdated": "最終更新日時:{date}", - "site": { - "viewMore": "さらに詳しく", - "total": { - "sanity": "すべての報告で消費された理性", - "report": "総報告数", - "items": "総ドロップ数" - }, - "stages": "ステージサンプル数ランキング", - "items": "アイテムドロップ数ランキング", - "all": "全期間", - "24hr": "過去24時間", - "generating": { - "title": "Generating Site Statistics...", - "subtitle": "Neural Network Message: Due to high amount of data, site statistics need up to 5 minutes to calculate. Please come back later.", - "refresh": "Refresh Site Statistics" - } - }, - "name": "統計結果", - "title": "{stage} 統計結果", - "scroll": "左右にスクロールでデータを表示" - }, - "contribute": { - "repo": "プロジェクトリポジトリ:", - "frontend": "フロントエンド", - "frontendV4": "フロントエンド v4", - "backend": "バックエンド", - "livehouse": "LiveHouse", - "recognizer": "スクショ認識", - "newFolder": "新規フォルダー鋭意作成中", - "caption": "Penguin Statisticは非営利コミュニティプロジェクトです。本プロジェクトの発展は、皆様のご助力が必要不可欠でございます。宜しければGitHubへ本レポジトリにスターをお付けください。イシューやプルリクエストも心よりお待ちしております。皆様のご支援とご協力を賜りますよう、よろしくお願い申し上げます。", - "contribute_0": "下記の開発経験お持ちの方を募集しています。Penguin Statisticsに自らの力を貢献してみませんか?ご興味のある方は、ぜひこのQQグループにご参加ください:747099627", - "contribute_1": "本プロジェクトは無償のオープンソースプロジェクトです", - "skills": { - "frontend": "フロントエンド開発 React", - "backend": "バックエンド開発 Go, PostgreSQL", - "mobile": "モバイルアプリ開発 iOS、Android", - "maintenance": "DevOps", - "design": "UI/UXデザイン", - "analysis": "データ統計解析", - "others": "..." - }, - "qqGroup": "QQグループ:" - }, - "fetch": { - "loading": "読み込み中...", - "chunk": { - "title": "拡張ニューラルコネクタにデータが転送されています", - "subtitle": "ページモデルを読み込み中、お待ちください…" - }, - "failed": { - "title": "ニューラルコネクタ接続エラー", - "subtitle": "ニューラルコネクタに同期接続できませんでした。一部のリソースロスが発生しました。", - "retry": "再試行", - "deploying": "データを最新の状態にしています。最大5分程お待ちください…", - "error": { - "zones": "ゾーンデータ", - "stages": "作戦データ", - "items": "素材データ", - "limitations": "レポートデータの検証ルール", - "trends": "履歴レポートデータ", - "globalMatrix": "全体ドロップデータ", - "personalMatrix": "個人ドロップデータ", - "globalPatternMatrix": "全体ドロップパターンデータ", - "personalPatternMatrix": "個人ドロップパターンデータ", - "stats": "サイト統計データ", - "period": "サーバーイベントデータ" - } - } - }, - "report": { - "alert": { - "title": { - "first": "障害リスクの検出", - "repeat": "警告" - }, - "continue": { - "first": "本当に送信しますか?", - "repeat": "本当にこのデータを送信しますか?" - }, - "contact": { - "before": "誤った情報であると判断した場合は", - "activator": "管理人までご連絡ください", - "after": "(その際はスクリーンショットの添付をお願いいたします)。確認次第速やかに修正を行わせて頂きます。" - }, - "causes": { - "noDrop": "ドロップアイテムが何も選択されていません。送信するデータに問題はありませんか?", - "limitation": "今回報告しようとしている内容は既存のデータとの差が大きくなっており、このまま報告するのであれば今回の報告は異常と判定され、全て統計データに反映されることはできません。" - } - }, - "specialSideStory": { - "dialog": { - "title": "「ドッソレスホリデー」のラベルドロップについて", - "cancel": "閉じる", - "confirmTimerPending": "わかりました ({timer})", - "confirmTimerDone": "わかりました" - } - }, - "recognition": { - "step": { - "select": "選択", - "recognize": "認識", - "confirm": "確認", - "report": "レポート" - }, - "tips": { - "fileTooBig": "\"{name}\" ({size}MB) はサイズの制限を超過しています", - "fileTooOld": "\"{name}\" のスクリーンショットの作成時刻は36時間以内の制限を超過しています", - "chooseImage": "クリックして画像を選択、もしくはボックスに画像をドロップ", - "dragImage": "ここに画像をドラッグ&ドロップ", - "addImage": "ここにクリックして画像を選択", - "copyImage": "画像を右クリック、もしくは長押しすると、画像をクリップボードにコピー・保存ができます", - "abnormal": "クオリティモニタリング(品質監査)により、ご提出いただいたスクリーンショットのうち、 {count} 枚が基準を満たしていないとして、当該スクリーンショットを「却下」し、サーバーへのレポートはしません", - "notImageFile": "{files} は画像ファイルではないので、ご提出できません", - "emptyResult": "認識結果はありません", - "unsatisfiedStart": "認識をスタートできません", - "emptyFile": "選択された画像はありません", - "hasInvalidFile": "無効のファイルが含まれています" - }, - "status": { - "success": "成功", - "warning": "警告", - "error": "エラー" - }, - "description": "「作戦成果」画面のスクリーンショットを自動認識で、ドロップ報告は楽で簡単にする!", - "recognize": { - "noFilename": "ファイル名なし", - "elapsed": "経過時間", - "remaining": "推定残り時間", - "speed": "認識速度", - "imagePerSecond": "{count} 枚/秒" - }, - "confirm": { - "loadingImage": "スクリーンショットのプレビューを読み込み中", - "overview": { - "_name": "結果概要", - "total": "総計", - "success": "成功", - "error": "異常", - "count": "{count} 枚", - "server": "データサーバー", - "duration": "1画像の平均認識時間" - }, - "details": "結果詳細", - "unknownStage": "認識できません", - "abnormal": { - "error": "この画像は却下されます", - "fatal": "この画像は認識できません", - "details": "異常リスト", - "hover": "マウスオーバーで認識内容表示" - }, - "cherryPick": { - "disabled": "異常なので選択不可", - "accepted": "この結果をアップロード", - "rejected": "この結果を破棄" - }, - "noResult": "認識結果はありません", - "submit": "選択した {count} 件の認識結果をアップロード", - "itemsTotal": "アイテム合計" - }, - "report": { - "title": "レポート詳細", - "total": "総計", - "submit": "選択した {count} 件の認識結果をアップロード", - "reporting": "結果をアップロード中...", - "allSucceeded": "{count} 件の認識結果がアップロード成功", - "partialSucceeded": "{count} 件の認識結果のみアップロード成功", - "partialFailed": "{count} 件の認識結果がアップロード失敗しました。以下のチェックリストをしたがって、問題を解決してみてください。", - "partialFailedDesc": "● ネットワーク接続の状況を確認:接続不安定・接続中断でアップロード失敗が発生します。\n● 大量のレポートしましたか:データベースを外部の攻撃から守るために、一日のレポート数には上限があります。何度も試してもアップロードできない場合、上限に達した可能性がありますので、24時間後に再試行してください。\n● 共有IPアドレスを使用していますか:一部の地域には、ご使用のIPアドレスは他人と共有している可能性があります。この場合、ネット環境の切り替え(ルーター再起動、WiFi・4Gの切り替え)をしてから再試行してください。また、24時間後に再試行してください。\n● デバイスの時刻を確認:重複レポ攻撃を防止対策として、端末からのリクエストにはタイムスタンプを付与します。ご使用のデバイスの時刻が正確な時刻と大きく異なる場合、アップロード失敗が発生しますので、デバイスの時刻を調整してください。", - "caption": "レポートありがとうございます。キャッシュの原因で、レポートしたデータが反映するまで、20分程度の時間がかかる可能性があります。" - }, - "states": { - "pending": "初期化準備中...", - "initializing": "初期化中...", - "recognizing": "認識中...", - "rendering": "結果をレンダリング中...", - "submitting": "結果をアップロード中..." - }, - "cost": "時間コスト", - "filename": "ファイル名", - "result": "認識結果", - "queue": "画像リスト", - "start": "{count} 枚画像を認識", - "progress": "進捗状況", - "retry": "送信失敗、リトライ中", - "filter": "結果フィルター", - "notices": { - "welcome": "ご提供の画像はWebAssembly技術でローカルにて認識しますので、認識段階でサーバーへのデーター送信はございません。\nスクリーンショットは、作成時刻が**36 時間内**、またクリア評価が**星3**のものをご選択ください。\n初回クリアのスクリーンショットの選択はご遠慮ください。**偏向的に**一部だけのスクリーンショット(極端にいい・悪いケース)でのレポートはご遠慮ください。", - "confirm": "画像をクリックしたら拡大できます、もう一回クリックしたら元に戻せます\n認識成功のスクリーンショットは自動的にチェックを入れています\n本サイトのデータの正確度のため、エラーのある画像はご選択できません" - }, - "exceptions": { - "Fingerprint::Same": { - "title": "完全一致の画像が存在", - "subtitle": "重複的なスクリーンショットを選択しましたかご確認ください" - }, - "FileTimestamp::TooClose": { - "title": "作成時間間隔が短すぎる画像が存在", - "subtitle": "重複的なスクリーンショットを選択しましたかご確認ください" - }, - "DropInfos::Violation": "認識結果が検証失敗", - "StageChar::LowConfidence": { - "title": "ステージ認識異常の可能性がある", - "subtitle": "認識の信頼性が低い、認識結果を画像と照合してください" - }, - "DropQuantityChar::LowConfidence": { - "title": "アイテム数量認識異常の可能性がある", - "subtitle": "認識の信頼性が低い、認識結果を画像と照合してください" - }, - "DropAreaDropsQuantity::NotFound": { - "title": "数量検出失敗のドロップが存在", - "subtitle": "解像度・品質の低い画像はこの問題を引き起こす可能性があります。画像は圧縮処理されましたかご確認ください" - }, - "DropAreaDrops::LowConfidence": { - "title": "未知のドロップが存在", - "subtitle": "この問題は通常、イベント期間外のイベントドロップによるものです" - }, - "DropAreaDrops::Illegal": { - "title": "非合法ドロップが存在", - "subtitle": "このステージには今、可能のドロップが存在していませんが、検出されました。これは通常、イベント期間外のイベントドロップによるものです" - }, - "Result::False": { - "title": "作戦成果のスクリーンショットではない", - "subtitle": "もしこれは確かに作戦成果のスクリーンショットであれば、ご選択のサーバーは間違いないかご確認ください" - }, - "Stage::NotFound": { - "title": "未知のステージ", - "subtitle": "これはステージ認識にはエラーが発生しましたか、又はこのステージは記録されていません(殲滅作戦、絶境作戦など)" - }, - "Stage::Illegal": { - "title": "非合法ステージ", - "subtitle": "このステージただ今有効していません" - }, - "3stars::False": "星3評価ではない", - "Droptypes::Illegal": { - "title": "非合法のドロップタイプ", - "subtitle": "スクリーンショットには初回、理性返却などの非合法なドロップタイプ、又は認識できないドロップタイプが存在しています" - }, - "Droptypes::NotFound": "ドロップタイプ未検出" - } - }, - "rules": { - "item": { - "_name": "アイテム数量", - "now": "{stage}ドロップで選択された {item} ×{quantity}", - "gte": "@:(meta.quotation.start){item}@:(meta.quotation.end)の数を{should}個以上の数値で再入力して下さい", - "lte": "@:(meta.quotation.start){item}@:(meta.quotation.end)の数を{should}個以下の数値で再入力して下さい", - "not": "@:(meta.quotation.start){item}@:(meta.quotation.end)のドロップ数が{should}個になることはありません" - }, - "type": { - "_name": "アイテム種類数", - "now": "{stage}ドロップで選択されたアイテムは{quantity}種類です", - "gte": "最少{should}種類のアイテムが必要です", - "lte": "最大{should}種類のアイテムが必要です", - "not": "{should}種類のアイテムであってはなりません" - } - }, - "clear": "クリア", - "furniture": "家具ドロップ:{state}", - "name": "報告", - "submit": "送信", - "success": "送信成功", - "unable": "送信失敗:", - "undo": "送信キャンセル", - "undoSuccess": "キャンセルしました", - "gacha": "この操作を行うことでデータに複数の結果を反映させることが出来ます。", - "notices": { - "rule_1": "ここに追加する内容は1回でドロップした内容です。", - "rule_2": "素材がドロップしなかった場合は直接送信をクリックしてください。", - "rule_3": "初回クリア時の報酬を報告しないでください。また、極端なロップ結果(極めてよかった・悪かったなど)を報告しないでください。", - "rule_4": "星3クリアした時の結果のみを報告してください。", - "rule_5": "大陸版以外のドロップデータをアップロードしないよう、ご協力をお願いいたします。" - }, - "dossolesHoliday": { - "title": { - "inner": "全種類のラノベを獲得してから", - "tmpl": "{0}ご報告ください" - }, - "content": "これまでのデータに基づいて、ラノベのドロップ事件は統計的な独立性を満たしていないと推測されます。全種類のラノベを獲得していないなら、そのドロップ率が動態的に変化し、本来のドロップ率とは異なる可能性があります。本来のドロップ率を正確に計算するため、全種類のラノベを獲得してからご報告ください。" - }, - "usage": "左クリックで個数を増やし、右クリックで個数を減らす" - }, - "settings": { - "category": { - "appearance": "スタイル", - "data": "設定とデータ", - "about": "当サイトについて" - }, - "iosSystemSettings": "言語とプライバシーの設定", - "optimization": { - "lowData": { - "title": "軽量モード", - "active": "軽量モード有効中", - "subtitle": "軽量モードとは、作戦リストや全ステーションなどの画像リソースを無効し、データ通信量の消費を抑えるモードです。" - } - }, - "data": { - "server": "キャッシュされたのサーバー:", - "size": "ローカルデータ:", - "reset": { - "title": "ローカルデータと設定初期化", - "subtitle": "すべてのローカルデータと設定を削除します。その後ローカル設定はすべて初期化され、ページを刷新します。データを再読み込みする必要があります。本当に続けますか?" - } - } - }, - "zone": { - "name": "章", - "types": { - "MAINLINE": "メインテーマ", - "WEEKLY": "物資調達", - "ACTIVITY_OPEN": "イベント(開催中)", - "ACTIVITY_CLOSED": "イベント(終了)", - "ACTIVITY_PENDING": "イベント(近日開催)", - "ACTIVITY_PERMANENT": "エピソード & サイドストーリー", - "GACHABOX": "補給物資" - }, - "subTypes": { - "2019": "2019", - "2020": "2020", - "2021": "2021", - "2022": "2022", - "2023": "2023", - "AWAKENING_HOUR": { - "title": "覚醒", - "subtitle": "0~3 章" - }, - "VISION_SHATTER": { - "title": "幻滅", - "subtitle": "4~8 章" - }, - "DYING_SUN": { - "title": "残映", - "subtitle": "9~10 章" - }, - "INTERLUDE": "エピソード", - "SIDESTORY": "サイドストーリー" - }, - "status": { - "0": "開催中", - "1": "終了", - "-1": "近日開催", - "permanentOpen": "恒常" - }, - "opensAt": "開催期間:{0} - {1}" - }, - "stage": { - "name": "作戦", - "about": "この作戦について", - "apCost": "消費理性:{apCost}", - "actions": { - "_name": { - "selector": "クイックアクセス", - "selectorEmpty": "クイックアクセスはありません", - "panel": "クイック操作" - }, - "star": { - "name": "スター付き作戦", - "activate": "作戦にスターを追加", - "activated": "作戦にスターを追加しました", - "deactivate": "クリックしてスターを削除", - "empty": "スター付き作戦はありません\n作戦情報の「クイック操作」で作戦にスターを追加するとここに表示されます" - }, - "history": { - "name": "最近選択した作戦", - "empty": "最近選択した作戦はありません\n作戦のページをアクセスするとここに表示されます", - "clear": "クリア" - }, - "links": { - "prts-wiki": "Wiki", - "map-arknights-com": "マップ" - }, - "advanced": { - "activator": "高度なクエリを実行" - } - }, - "loots": { - "NORMAL_DROP": "通常", - "EXTRA_DROP": "その他", - "SPECIAL_DROP": "レア", - "FURNITURE": "家具" - }, - "selector": { - "plannerExclude": "ステージ除外設定", - "excludeAll": "全て除外", - "includeAll": "全て含む", - "title": "ステージ選択" - } - }, - "planner": { - "notices": { - "autoExistence": "ArkPlannerは、選択したサーバーで開いていないステージを自動的に非表示にします" - }, - "options": { - "_name": "オプション", - "byProduct": "加工副産物を考慮する", - "requireExp": "大量の経験値が必要", - "requireLmb": "大量の龍門幣が必要", - "excludeStage": { - "_name": "ステージ除外", - "title": "選ぶ", - "selected": "{stages} ステージ除外中" - } - }, - "reset": { - "name": "リセット", - "dialog": { - "title": "ArkPlannerをリセット", - "subtitle": "すべてのデータや設定はリセットされます。続行しますか?", - "options": { - "options": { - "name": "オプション", - "indicator": "全てのオプションをオフにします" - }, - "excludes": { - "name": "ステージ除外", - "indicator": "全ての除外をオフにします" - }, - "items": { - "name": "素材データ", - "indicator": "全ての素材個数をリセットします" - } - } - } - }, - "actions": { - "_name": "データ", - "import": "インポート", - "export": "エクスポート", - "importExport": "@:(planner.actions.import)/@:(planner.actions.export)", - "calculate": "計算を行う", - "calculating": "少女計算中…", - "config": { - "_name": "コンフィグレーション", - "share": "エクスポート", - "import": "インポート" - } - }, - "have": "所持数", - "need": "必要数", - "copy": "クリップボードにコピー", - "craft": { - "do": "加工", - "unable": "加工できません", - "errors": { - "title": "加工には必要な素材が欠けています", - "notEnough": "加工には {need} 個の「{item}」が必要ですが、 {have} 個しか保有していません" - }, - "plans": { - "title": "加工プラン", - "plan": "加工には {cost} 個の「{item}」を消耗して、 残り{remain} 個あります" - }, - "success": " {sourceItems} を使って {amount} 個の {productItem} に加工しました" - }, - "calculation": { - "title": "計算結果", - "tabs": { - "stages": "ステージ", - "syntheses": "素材加工", - "values": "素材理性価値" - }, - "lmb": "推定獲得龍門幣", - "sanity": "推定必要理性", - "exp": "戦闘で入手出来る経験値の推定", - "times": "回", - "level": "素材レベル", - "noStage": "入力内容に不備があるため結果を表示出来ません。", - "noSyntheses": "入力内容に不備があるため結果を表示出来ません。" - }, - "calculationError": "計算失敗:{error}", - "import": { - "invalidJSON": "インポート失敗:無効なJSONです。コードを確認して、もう一度お試しください", - "unrecognized": "インポート失敗:このコードは読み取れません。もう一度お試しください。", - "success": "インポート成功: {amount} アイテムデータがインポートされます" - } - }, - "item": { - "choose": { - "name": "素材選択" - }, - "categories": { - "ACTIVITY_ITEM": "イベントアイテム", - "CARD_EXP": "作戦記録", - "CHIP": "SoC", - "FURN": "家具", - "MATERIAL": "素材" - }, - "related": "関連素材" - }, - "dataSource": { - "switch": "データソース", - "global": "全体", - "loginNotice": "個人所有のドロップデータを閲覧するには、ログインする必要があります。", - "personal": "個人", - "title": "ログインが必要です" - }, - "matrixCategory": { - "switch": "集計範囲", - "all": { - "label": "全体" - }, - "auto": { - "label": "自動" - }, - "manual": { - "label": "手動" - } - }, - "members": { - "categories": { - "others": "その他", - "owner": "管理人", - "translators": "翻訳者" - }, - "responsibilities": { - "_name": "コントリビューション", - "arkplanner": "ArkPlannerの著者", - "backend": "バックエンド", - "bulkupload": "一括アップロード", - "customersupport": "コンサルタント", - "frontend": "フロントエンド", - "localization_ja": "日本語化", - "localization_ko": "韓国語化", - "logo": "ロゴデザイナー", - "maintenance": "DevOps", - "materials": "素材提供", - "statistics": "データ統計解析", - "widget": "ウィジェット", - "native": "アプリ開発", - "recognition": "スクショ認識" - }, - "socials": { - "email": "Email", - "github": "GitHub", - "qq": "QQ", - "twitter": "Twitter", - "weibo": "Weibo" - } - }, - "pattern": { - "name": "ドロップパターン", - "empty": "ドロップなし", - "error": "本作戦のドロップパターンの\nデータはありません" - }, - "share": { - "name": "共有", - "shortlink": { - "name": "短縮URL" - }, - "text": { - "_tmpl": "Penguin Statisticsで「{name}」のドロップデータを確認", - "stage": "作戦 {name}", - "item": "素材 {name}" - }, - "success": "共有しました" - }, - "search": { - "placeholder": "検索...", - "hint": "素材名・作战名・ステージコード・章タイトル・イベント名(漢字・ふりがな・カタカナ・ローマ字)で検索" - }, - "auth": { - "failed": { - "message": "ログイン失敗:{message}", - "notfound": "指定されたユーザーIDが見つかりませんでした。初めてドロップをアップロードすると、ユーザーIDを自動的に取得できます。" - }, - "loggedOut": "ログアウトしました", - "login": "ログイン", - "logout": "ログアウト", - "logoutPrompt": "本当にログアウトしますか?", - "notice": "ユーザーIDはアップロードの際にのみ使用します。このIDを使用し各機器を登録することでデータを1つのアカウントに統合することが可能となり、アップロードの管理や個人のドロップデータを調べることが可能となります。", - "success": "ログイン成功", - "userId": "ユーザーID", - "details": "アカウント", - "loggedAs": "Logged in as" - }, - "clipboard": { - "error": "クリップボードに保存できませんでした。手動でコピーしてください", - "success": "クリップボードに保存しました" - }, - "network": { - "error": "ネットワークエラー。インターネット接続をご確認の上もう一度お試しください" - }, - "update": { - "refresh": "リロード", - "success": "Website Updated!" - }, - "switchedTo": "サーバー切り替え中", - "link": { - "docs": { - "title": "開発者向けのリソース", - "subtitle": "ドロップデータに基づいて開発するためのAPIドキュメントおよびその他のリソース" - } - }, - "contact": { - "title": "連絡先", - "body": "ご質問、ご要望などございましたら、管理人さんにお気軽にお問い合わせください。(日本語でもOKです)", - "contributor": "制作協力者ページ", - "github": "GitHub Issues", - "nga": "NGA スレッド" - }, - "home": { - "quickStart": { - "title": "クイックスタート", - "caption": "左上の\nボタンをクリックしてメニューを展開すると、さらに多くの機能が表示されます。", - "actions": { - "title": { - "report": "ドロップ報告", - "byItem": "素材ドロップ率", - "byStage": "作戦ドロップ率", - "planner": "周回計画" - }, - "subtitle": { - "report": "ドロップを報告したい", - "byItem": "岩ってどこ回ったらいいのかな", - "byStage": "1-7の泥率ってどれくらい?", - "planner": "周回アドバイスをください" - } - } - }, - "intro": { - "intro_0": "ペンギン急便データ統計処理部門へようこそ!", - "intro_1": "Penguin Statisticsはペンギン急便のデータ処理部門であり(嘘)、各作戦での素材ドロップの統計分析を行っています。", - "intro_2": "現在ほとんどのデータはユーザーの手によって手動でアップロードされており、誤った情報による影響を最小限に抑えるため、アップロードされた情報について多角的に審査しています。" - } - }, - "links": { - "tags": { - "apRanking": "理性効率順位表", - "character": "オペレーター一覧", - "cn_wiki": "大陸版Wiki", - "dropRateRanking": "ドロップ率順位表", - "enemy": "レユニオン一覧", - "experience": "ゲームレビュー", - "generalRanking": "総合収益順位表", - "hr": "公募一覧", - "ja_translation": "ストーリー和訳", - "jp_wiki": "日本版Wiki", - "levelup": "レベル計算機", - "materials": "素材必要数計算機", - "planner": "周回計画作成ツール", - "storage": "素材在庫管理", - "walkthrough": "ステージ攻略", - "map": "マップ", - "video": "攻略動画" - } - }, - "donate": { - "donate_0": "ユーザー数が急増し、サーバーの月額は上昇、企鹅数据の運営は危機的状況に...。管理人の紅白は大好きな企鹅数据を守るため、自分に出来ることは何か?紅白が悩んで見つけ出した答えは「アイドルになること」!?", - "donate_1": "アクセス数が増加し、サーバーが負荷に耐えることが出来なくなっています。サーバーの", - "donate_2": "運営費用", - "donate_3": "ポッキーやアップルパイでも可", - "donate_4": "を寄付頂けると非常にありがたいです。", - "accountBook": "帐簿", - "methods": { - "alipay": "Alipay", - "paypal": "PayPal で寄付", - "wechatPay": "WeChat Pay" - }, - "redirectToApp": "{app} アプリで寄付します" - }, - "result": { - "name": "統計結果", - "title": "{item} 統計結果" - } -} \ No newline at end of file diff --git a/src/locales/archived/ja_JP_x_seaborn.json b/src/locales/archived/ja_JP_x_seaborn.json deleted file mode 100644 index af7ab24e..00000000 --- a/src/locales/archived/ja_JP_x_seaborn.json +++ /dev/null @@ -1,515 +0,0 @@ -{ - "stats.timeRange.unknown": "不明", - "stats.timeRange.endsAt": "{date} 以前", - "stats.timeRange.toPresent": "{date} ~ 現在", - "stats.timeRange.notSelected": "(選択されていない)", - "stats.timeRange.inBetween": "{0} ~ {1}", - "stats.title": "{stage} 統計結果", - "stats.headers.pattern": "パターン", - "stats.headers.quantity": "ドロップ数", - "stats.headers.times": "サンプル数", - "stats.headers.stage": "ステージ", - "stats.headers.apPPR": "1個あたりの必要理性期待値", - "stats.headers.clearTime": "最速クリアタイム", - "stats.headers.timeRange": "期間", - "stats.headers.percentage": "ドロップ率", - "stats.headers.apCost": "理性", - "stats.headers.itemPerTime": "1個あたりの必要時間期待値", - "stats.headers.item": "アイテム", - "stats.site.total.items": "総ドロップ数", - "stats.site.total.report": "総報告数", - "stats.site.total.sanity": "すべての報告で消費された理性", - "stats.site.24hr": "過去24時間", - "stats.site.viewMore": "さらに詳しく", - "stats.site.stages": "ステージサンプル数ランキング", - "stats.site.all": "全期間", - "stats.site.items": "アイテムドロップ数ランキング", - "stats.filter.type.showActivity": "イベント", - "stats.filter.type._name": "ステージタイプ", - "stats.filter.type.showPermanent": "恒常", - "stats.filter.title": "フィルタ", - "stats.filter.overview": "フィルタ結果", - "stats.filter.status._name": "ステージ状態", - "stats.filter.status.onlyOpen": "開放中のステージのみ", - "stats.filter.stage.onlyCurrent": "入手可能なアイテムのみ", - "stats.site.generating.refresh": "サイトの統計、更新。", - "stats.trends.name": "歴史ドロップデータ", - "stats.trends.set.rate": "ドロップ率", - "stats.trends.set.drops": "ドロップ数", - "stats.trends.set.sample": "サンプル数", - "stats.name": "統計結果", - "stats.scroll": "左右にスクロールでデータを表示", - "stats.lastUpdated": "最終更新日時:{date}", - "planner.calculation.level": "素材レベル", - "planner.calculation.sanity": "推定必要理性", - "stats.site.generating.title": "サイトの統計情報生成、進行中...", - "planner.calculation.tabs.syntheses": "素材加工", - "planner.calculation.tabs.stages": "ステージ", - "planner.calculation.tabs.values": "素材理性価値", - "planner.calculation.times": "回", - "planner.calculation.lmb": "推定獲得龍門幣", - "planner.calculation.title": "計算結果", - "planner.calculation.exp": "戦闘で入手出来る経験値の推定", - "stats.filter.indicator": "フィルタ、未適用。{count} 個、フィルタ、適用中。", - "stats.filter.stats": "フィルタリング、シタ後、{filtered}。フィルタリング、シタ前、{total}。", - "planner.craft.errors.title": "加工には必要な素材が欠けています", - "planner.craft.plans.title": "加工プラン", - "planner.calculation.noSyntheses": "入力、ダメ。結果、出せナイ。", - "planner.craft.do": "加工", - "planner.craft.unable": "加工できません", - "stats.site.generating.subtitle": "神経ネットワーク、メッセージ。データ、多すぎ。サイトの統計、5分、計算、必要。後で、戻ッテおクレ。", - "planner.reset.dialog.title": "ArkPlannerをリセット", - "planner.calculation.noStage": "入力、ダメ。結果、出せナイ。", - "planner.reset.dialog.options.options.indicator": "全てのオプションをオフにします", - "planner.reset.dialog.options.options.name": "オプション", - "planner.reset.dialog.options.excludes.indicator": "全ての除外をオフにします", - "planner.reset.dialog.options.excludes.name": "ステージ除外", - "planner.reset.dialog.options.items.indicator": "全ての素材個数をリセットします", - "planner.reset.dialog.options.items.name": "素材データ", - "planner.reset.name": "リセット", - "planner.copy": "クリップボードにコピー", - "planner.craft.errors.notEnough": "加工、{need}個、{item}、必要。だが、{have}個しか、持ッテナイ。", - "planner.craft.success": "{sourceItems}、使ッテ、{amount}個、{productItem}、作ッタ。", - "planner.reset.dialog.subtitle": "データ、設定、リセットされル。続ケル?", - "planner.options.requireLmb": "大量の龍門幣が必要", - "planner.options.excludeStage._name": "ステージ除外", - "planner.options.excludeStage.title": "選ぶ", - "planner.options.excludeStage.selected": "{stages} ステージ除外中", - "planner.options._name": "オプション", - "planner.options.byProduct": "加工副産物を考慮する", - "planner.options.requireExp": "大量の経験値が必要", - "planner.craft.plans.plan": "加工、{cost}個の「{item}」ヲ、消耗。残リ、{remain}個。", - "planner.actions.config._name": "コンフィグレーション", - "planner.actions.config.import": "インポート", - "planner.actions.config.share": "エクスポート", - "planner.actions.export": "エクスポート", - "planner.actions.calculating": "少女計算中…", - "planner.actions.calculate": "計算を行う", - "planner.actions._name": "データ", - "planner.actions.import": "インポート", - "planner.need": "必要数", - "planner.import.success": "インポート、成功。アイテムデータ、{amount}、取リ込マレル。", - "planner.calculationError": "計算失敗:{error}", - "planner.have": "所持数", - "server.servers.JP": "日本版", - "server.servers.CN": "大陸版", - "server.servers.US": "英語版", - "server.servers.KR": "韓国版", - "server.name": "サーバー", - "server.switch": "ゲームサーバー切替", - "zone.types.GACHABOX": "補給物資", - "zone.types.ACTIVITY_PERMANENT": "エピソード & サイドストーリー", - "zone.types.ACTIVITY_PENDING": "イベント(近日開催)", - "zone.types.WEEKLY": "物資調達", - "zone.types.ACTIVITY_CLOSED": "イベント(終了)", - "zone.types.MAINLINE": "メインテーマ", - "zone.types.ACTIVITY_OPEN": "イベント(開催中)", - "zone.subTypes.2019": "2019", - "zone.subTypes.2020": "2020", - "zone.subTypes.2021": "2021", - "zone.subTypes.2022": "2022", - "zone.subTypes.2023": "2023", - "zone.subTypes.DYING_SUN.title": "残映", - "zone.subTypes.DYING_SUN.subtitle": "9~10 章", - "zone.subTypes.INTERLUDE": "エピソード", - "zone.subTypes.VISION_SHATTER.subtitle": "4~8 章", - "zone.subTypes.VISION_SHATTER.title": "幻滅", - "zone.subTypes.AWAKENING_HOUR.subtitle": "0~3 章", - "zone.subTypes.AWAKENING_HOUR.title": "覚醒", - "zone.subTypes.SIDESTORY": "サイドストーリー", - "zone.status.0": "開催中", - "zone.status.1": "終了", - "zone.status.-1": "近日開催", - "zone.status.permanentOpen": "恒常", - "zone.opensAt": "開催期間:{0} - {1}", - "zone.name": "章", - "report.recognition.exceptions.DropAreaDrops::LowConfidence.title": "未知のドロップが存在", - "planner.actions.importExport": "@:(planner.actions.import) / @:(planner.actions.export)", - "report.recognition.exceptions.Droptypes::Illegal.title": "非合法のドロップタイプ", - "planner.import.unrecognized": "インポート、失敗。コード、読メタカラズ。もう一度、試シテみル。", - "planner.notices.autoExistence": "ArkPlanner、選んだサーバー、開いテイナイステージ、自動的ニ、非表示ニシマス。", - "report.recognition.exceptions.StageChar::LowConfidence.title": "ステージ認識異常の可能性がある", - "planner.import.invalidJSON": "インポート、ダメ。JSON、イカン。コード、確認シテ、もう一度、試シテクダサイ。", - "report.recognition.exceptions.DropAreaDrops::Illegal.title": "非合法ドロップが存在", - "report.recognition.exceptions.DropInfos::Violation": "認識結果が検証失敗", - "report.recognition.exceptions.DropAreaDropsQuantity::NotFound.title": "数量検出失敗のドロップが存在", - "report.recognition.exceptions.DropAreaDrops::LowConfidence.subtitle": "問題、通常、イベント期間外。ドロップ、原因。", - "report.recognition.exceptions.Stage::Illegal.title": "非合法ステージ", - "report.recognition.exceptions.Stage::Illegal.subtitle": "このステージただ今有効していません", - "report.recognition.exceptions.Result::False.title": "作戦成果のスクリーンショットではない", - "report.recognition.exceptions.StageChar::LowConfidence.subtitle": "信頼、低イ。画像、見比べロ。", - "report.recognition.exceptions.DropQuantityChar::LowConfidence.title": "アイテム数量認識異常の可能性がある", - "report.recognition.exceptions.Droptypes::Illegal.subtitle": "スクリーンショット中、初回、理性返却などの不合法なドロップタイプ、または認識できナイドロップタイプ、存在。", - "report.recognition.exceptions.3stars::False": "星3評価ではない", - "report.recognition.exceptions.Stage::NotFound.title": "未知のステージ", - "report.recognition.exceptions.DropQuantityChar::LowConfidence.subtitle": "信頼、ナイ。画像、使ッテ、照合シテクダサイ。", - "report.recognition.exceptions.Droptypes::NotFound": "ドロップタイプ未検出", - "report.recognition.exceptions.Fingerprint::Same.title": "完全一致の画像が存在", - "report.recognition.exceptions.Result::False.subtitle": "作戦成果、写メだッタラ、選んだサーバー、間違イナイ? 確認、シテみロ。", - "report.recognition.exceptions.FileTimestamp::TooClose.title": "作成時間間隔が短すぎる画像が存在", - "report.recognition.exceptions.DropAreaDropsQuantity::NotFound.subtitle": "画像、低解像度・品質ダト、問題発生。画像、圧縮、されタカ? 確認、ヨロシク。", - "report.recognition.cost": "時間コスト", - "report.recognition.states.submitting": "結果をアップロード中...", - "report.recognition.states.initializing": "初期化中...", - "report.recognition.states.pending": "初期化準備中...", - "report.recognition.states.rendering": "結果をレンダリング中...", - "report.recognition.states.recognizing": "認識中...", - "report.recognition.exceptions.DropAreaDrops::Illegal.subtitle": "今のステージ、可能なドロップ、ナイ。でも、検出、シタ。普通、イベント期間外、イベントドロップ、タメデ、コレヲ、検出、シタノダ。", - "report.recognition.exceptions.Stage::NotFound.subtitle": "ステージ、認識エラーか? 記録、ナイ(殲滅作戦、絶境作戦等)。", - "report.recognition.report.allSucceeded": "{count}、アップロード成功。認識、出来タ。", - "report.recognition.report.reporting": "結果をアップロード中...", - "report.recognition.report.total": "総計", - "report.recognition.exceptions.Fingerprint::Same.subtitle": "重複、スクリーンショット、選んダロウカ? 確認、シロ。", - "report.recognition.report.title": "レポート詳細", - "report.recognition.exceptions.FileTimestamp::TooClose.subtitle": "スクリーンショット、重複シテイル。選択、確認シテイルカ?", - "report.recognition.report.partialSucceeded": "{count}、成功。アップロード、でキタ。認識結果、一部。", - "report.recognition.confirm.overview.server": "データサーバー", - "report.recognition.confirm.overview.success": "成功", - "report.recognition.confirm.overview.error": "異常", - "report.recognition.confirm.overview.total": "総計", - "report.recognition.confirm.overview.count": "{count} 枚", - "report.recognition.confirm.overview.duration": "1画像の平均認識時間", - "report.recognition.confirm.overview._name": "結果概要", - "report.recognition.confirm.cherryPick.disabled": "異常なので選択不可", - "report.recognition.confirm.cherryPick.accepted": "この結果をアップロード", - "report.recognition.confirm.cherryPick.rejected": "この結果を破棄", - "report.recognition.report.submit": "選んだ、{count}件、認識結果、アップロード。", - "report.recognition.confirm.abnormal.details": "異常リスト", - "report.recognition.confirm.abnormal.fatal": "この画像は認識できません", - "report.recognition.confirm.abnormal.hover": "マウスオーバーで認識内容表示", - "report.recognition.confirm.abnormal.error": "この画像は却下されます", - "report.recognition.confirm.noResult": "認識結果はありません", - "report.recognition.confirm.itemsTotal": "アイテム合計", - "report.recognition.report.partialFailed": "{count} 件、認識結果、アップロード失敗。以下、チェックリスト、参考ニシテ、問題、解決、シテみテ。", - "report.recognition.confirm.details": "結果詳細", - "report.recognition.confirm.unknownStage": "認識できません", - "report.recognition.step.report": "レポート", - "report.recognition.step.confirm": "確認", - "report.recognition.step.recognize": "認識", - "report.recognition.step.select": "選択", - "report.recognition.tips.emptyFile": "選択された画像はありません", - "report.recognition.tips.unsatisfiedStart": "認識をスタートできません", - "report.recognition.report.caption": "レポート、ありがとナ。キャッシュノ原因デ、レポートシタデータ、反映スルマデ、20分程度、掛カル可能性、アル。", - "report.recognition.confirm.submit": "選択、{count}件。認識、アップロード。", - "report.recognition.tips.hasInvalidFile": "無効のファイルが含まれています", - "report.recognition.tips.addImage": "ここにクリックして画像を選択", - "report.recognition.tips.copyImage": "画像、右クリック、もしくハ、長押シテ、クリップボード、コピー、保存、出来ル。", - "report.recognition.tips.dragImage": "ここに画像をドラッグ&ドロップ", - "report.recognition.tips.fileTooOld": "\"{name}\" ノスクショ、作成時刻、36時間以内、限界、オオイニ、超過スル。", - "report.recognition.tips.notImageFile": "{files}、画像ファイル、デハナイ。提出、ムリ。", - "report.recognition.tips.fileTooBig": "\"{name}\" ({size}MB)、制限オーバー。", - "report.recognition.tips.emptyResult": "認識結果はありません", - "report.recognition.recognize.elapsed": "経過時間", - "report.recognition.recognize.speed": "認識速度", - "report.recognition.recognize.imagePerSecond": "{count} 枚/秒", - "report.recognition.recognize.remaining": "推定残り時間", - "report.recognition.recognize.noFilename": "ファイル名なし", - "report.recognition.tips.chooseImage": "クリック、画像、選択。ボックス、画像、ドロップ。", - "report.recognition.tips.abnormal": "品質監査、行ッテ、提出スクショ、{count} 枚、基準、満たサナイ。そレト、当該スクショ、却下、サーバーヘ、レポート、シナイ。", - "report.recognition.queue": "画像リスト", - "report.recognition.start": "{count} 枚画像を認識", - "report.recognition.status.success": "成功", - "report.recognition.status.error": "エラー", - "report.recognition.status.warning": "警告", - "report.recognition.result": "認識結果", - "report.recognition.notices.welcome": "画像、WebAssembly、ローカル、認識。データー送信、ナイ。\nスクリーンショット、作成時刻、**36時間以内**、星3、セレクト。\n初回クリア、セレクト、ナシ。**偏向的で、極端なケース**でのレポート、ナシ。", - "report.recognition.filename": "ファイル名", - "report.recognition.progress": "進捗状況", - "report.recognition.filter": "結果フィルター", - "report.recognition.retry": "送信失敗、リトライ中", - "report.recognition.description": "「作戦成果」画面、自動認識。ドロップ報告、楽に、カンタンに、シテミヨウ!", - "report.specialSideStory.dialog.cancel": "閉じる", - "report.recognition.notices.confirm": "画像、クリックシタラ、拡大、出来ル。もう一回、クリックシタラ、元、戻セル。 \n認識、成功ノ、スクリーンショット、自動的ニ、チェック、入レテイル。 \n本サイト、データノ正確度、保障スル為、エラー、アル画像、選択、出来ナイ。", - "report.specialSideStory.dialog.confirmTimerDone": "わかりました", - "report.specialSideStory.dialog.confirmTimerPending": "わかりました ({timer})", - "report.gacha": "コノ操作、行エル。データ、複数、結果、反映、出来ル。", - "report.dossolesHoliday.title.inner": "全種類のラノベを獲得してから", - "report.dossolesHoliday.title.tmpl": "{0}ご報告ください", - "report.specialSideStory.dialog.title": "「ドッソレスホリデー」、ラベルドロップ、ニツイテ。", - "report.usage": "左、クリック、個数増。右、クリック、個数減。", - "report.alert.causes.noDrop": "ドロップアイテム、未選択。データ、問題、アルカ?", - "report.alert.continue.repeat": "本当にこのデータを送信しますか?", - "report.alert.continue.first": "本当に送信しますか?", - "report.alert.causes.limitation": "今回、報告、するコト。既存データ、大幅、なハズレ。報告、しタら、異常、判定。データ、全然、反映でキ、なイ。", - "report.alert.contact.before": "誤った情報であると判断した場合は", - "report.alert.contact.activator": "管理人までご連絡ください", - "report.alert.title.first": "障害リスクの検出", - "report.alert.title.repeat": "警告", - "report.alert.contact.after": "スクショ、添付シテ。確認ノチ修正、急ギョク行ウ。", - "report.recognition.report.partialFailedDesc": "● ネットワーク、接続状況確認。接続不安定、接続中断、アップロード失敗し易イ。\n● レポート、大量に提出シテイル?データベース、外部攻撃から保護スル為、1日のレポート数に上限アリ。何度ト、試シテモ、アップロード出来ナイ場合、上限アリ可能性アリ。24時間後、再試行シテクダサイ。\n● 共有IPアドレス、使ッテイルカ?一部地域、使ッテイルIPアドレス、他人ト共有スル可能性アリ。そダ場合、ネット環境変更(ルーター再起動、WiFi、4G変更)シテカラ、再試行シテクダサイ。あと、24時間後、再試行シテクダサイ。\n● デバイス、時刻確認。重複レポ攻撃、防止対策トシテ、端末からリクエスト、タイムスタンプ付与スル。使ッテイルデバイス、時刻、正確ナ時刻ト大幅異ナル場合、アップロード失敗出来ナイ。それダケダナく、デバイス、時刻調整シテクダサイ。", - "report.rules.type.now": "{stage}、ドロップ。選択、アイテム、{quantity}、タネ。", - "report.rules.type._name": "アイテム種類数", - "report.dossolesHoliday.content": "データ、確認、ラノベドロップ、統計的に独立、否定。全ラノベ、獲得、ナイ場合、ドロップ率、動的に変化、本来のドロップ率と異ナル可能性、アル。正確な本来のドロップ率を計算するため、全種類のラノベを獲得後、報告、シテクダサイ。", - "report.rules.type.lte": "最大、種類、必要。アイテム、{should}。", - "report.rules.item._name": "アイテム数量", - "report.rules.type.gte": "必要、最低{should}種類アイテム。", - "report.rules.item.gte": "「@:(meta.quotation.start){item}@:(meta.quotation.end)」、数、{should}個、以上、数値、改めて入力、ヨロシク。", - "report.rules.item.lte": "{item}の数、{should}個、以下、の数値、再入力、シテ。", - "report.undoSuccess": "キャンセルしました", - "report.name": "報告", - "report.submit": "送信", - "report.furniture": "家具ドロップ:{state}", - "report.rules.item.now": "{stage}のドロップ、{item}を{quantity}個、ゲットした。", - "report.notices.rule_4": "星3、クリアシタ結果、報告シテクダサイ。", - "report.notices.rule_5": "大陸版以外、ドロップ、アップロード禁止。ご協力、オ願イシマス。", - "report.rules.item.not": "@:(meta.quotation.start){item}@:(meta.quotation.end)、ドロップ数、{should}個になラナイ。", - "report.notices.rule_2": "素材、ドロップ、ナッタラ、直接送信、クリックシロ。", - "report.unable": "送信失敗:", - "report.clear": "クリア", - "report.success": "送信成功", - "report.undo": "送信キャンセル", - "home.quickStart.actions.subtitle.report": "ドロップを報告したい", - "home.quickStart.actions.subtitle.byStage": "1-7の泥率ってどれくらい?", - "home.quickStart.actions.subtitle.planner": "周回アドバイスをください", - "home.quickStart.actions.subtitle.byItem": "岩ってどこ回ったらいいのかな", - "home.quickStart.actions.title.byStage": "作戦ドロップ率", - "home.quickStart.actions.title.byItem": "素材ドロップ率", - "home.quickStart.actions.title.report": "ドロップ報告", - "home.quickStart.actions.title.planner": "周回計画", - "home.quickStart.title": "クイックスタート", - "report.notices.rule_1": "ここニ、追加スル、内容、ドロップ、1回分。", - "report.notices.rule_3": "初回クリア、報酬報告、ナシ。極端、ロップ結果も、報告、シナイ。極めて、よかっタか、悪かっタカ、など。", - "home.intro.intro_2": "データ、ほトンド、手動、アップロード。影響、最小、アップロードされタ情報、多角、審査、スル。ユーザー、誤っタ情報、ナクスルニ、アップロード、サレテイル。", - "home.intro.intro_1": "Penguin Statistics、ペンギン急便ノ、データ、処理部門(嘘)。各作戦、素材ドロップ、統計分析、実行スル。", - "contribute.livehouse": "LiveHouse", - "contribute.frontend": "フロントエンド", - "contribute.recognizer": "スクショ認識", - "home.intro.intro_0": "ペンギン急便、データ統計、処理部門ニ、オハヨウ!", - "contribute.skills.frontend": "フロントエンド開発 React", - "contribute.skills.design": "UI/UXデザイン", - "contribute.skills.mobile": "モバイルアプリ開発、iOSノ、Android。", - "contribute.skills.maintenance": "DevOps", - "contribute.skills.others": "...", - "contribute.skills.analysis": "データ統計解析", - "contribute.skills.backend": "バックエンド開発、Go、PostgreSQL。", - "contribute.contribute_1": "このプロジェクト、タダ。オープンソース。", - "contribute.repo": "プロジェクトリポジトリ:", - "contribute.frontendV4": "フロントエンド v4", - "contribute.newFolder": "新規フォルダー鋭意作成中", - "contribute.backend": "バックエンド", - "contribute.qqGroup": "QQグループ:", - "contribute.caption": "Penguin Statistic、非営利コミュニティプロジェクト。プロジェクト、発展、皆様ノ、助力、必要ナリ。GitHub、レポジトリ、スター、付ケテ、欲シイ。イシューやプルリクエスト、お待ちシテイル。皆様、支援、協力、ヨロシクお願い申し上げます。", - "menu.search": "グローバル検索", - "menu.report.stage": "章别", - "menu.report.recognition": "スクショ認識", - "menu.report._name": "ドロップ報告", - "menu.about.members": "制作協力者", - "menu.about._name": "当サイトについて", - "menu.about.contact": "連絡先", - "menu.about.donate": "寄付について", - "menu.about.credits": "コピーライト", - "menu.about.contribute": "開発協力者募集中", - "menu.about.bulletin": "お知らせ", - "menu.about.links": "相互リンク", - "menu.about.changelog": "更新履歴", - "menu.settings.themeStyles.name": "テーマ切替", - "menu.settings.themeStyles.miku2021": "初音ミク2021誕生日特別テーマ", - "menu.settings.themeStyles.default": "デフォルトテーマ", - "menu.settings.themeStyles.disabled": "(無効:アクティブな特殊テーマ)", - "menu.settings.appearances.dark": "常にダークモード", - "menu.settings.appearances.system": "システム設定に従う", - "menu.settings.appearances.light": "常にライトモード", - "menu.settings.appearances.name": "外観モード切替", - "menu.settings.name": "設定", - "menu.stats._name": "ドロップ率", - "menu.stats.advanced": "高度なクエリ", - "menu.stats.stage": "作戦別", - "menu.stats.item": "素材別", - "menu.planner": "周回計画作成ツール", - "menu.overline.planner": "ArkPlanner", - "menu.v1": "旧バージョン", - "menu.languages": "言語切替", - "menu.refreshData": "データ更新", - "menu.home": "トップページ", - "menu.siteStats": "全サイト統計データ", - "item.choose.name": "素材選択", - "item.categories.CARD_EXP": "作戦記録", - "item.categories.CHIP": "SoC", - "item.categories.FURN": "家具", - "item.categories.MATERIAL": "素材", - "item.categories.ACTIVITY_ITEM": "イベントアイテム", - "item.related": "関連素材", - "fetch.failed.error.globalMatrix": "全体ドロップデータ", - "fetch.failed.error.personalMatrix": "個人ドロップデータ", - "fetch.failed.error.period": "サーバーイベントデータ", - "fetch.failed.error.personalPatternMatrix": "個人ドロップパターンデータ", - "fetch.failed.error.trends": "履歴レポートデータ", - "fetch.failed.error.stats": "サイト統計データ", - "fetch.failed.error.globalPatternMatrix": "全体ドロップパターンデータ", - "fetch.failed.error.items": "素材データ", - "fetch.failed.error.limitations": "レポートデータの検証ルール", - "fetch.failed.error.stages": "作戦データ", - "fetch.failed.error.zones": "ゾーンデータ", - "fetch.failed.retry": "再試行", - "fetch.failed.title": "ニューラルコネクタ接続エラー", - "fetch.failed.subtitle": "ニューラルコネクタ、接続出来ナカッタ。リソース、一部、失ッタ。", - "fetch.failed.deploying": "皆様、迷惑、申し訳ナイ。メンテナンス、終了、マテテくダサイ。", - "fetch.chunk.title": "拡張ニューラルコネクタ、データ転送中。", - "fetch.chunk.subtitle": "ページモデル、読み込ミ中。待ッテ、ナ。", - "fetch.loading": "読み込み中...", - "links.tags.planner": "周回計画作成ツール", - "links.tags.enemy": "レユニオン一覧", - "links.tags.video": "攻略動画", - "links.tags.walkthrough": "ステージ攻略", - "links.tags.materials": "素材必要数計算機", - "links.tags.experience": "ゲームレビュー", - "links.tags.hr": "公募一覧", - "links.tags.jp_wiki": "日本版Wiki", - "links.tags.gachaPlanning": "ガチャプランニング", - "links.tags.apRanking": "理性効率順位表", - "links.tags.ja_translation": "ストーリー和訳", - "links.tags.generalRanking": "総合収益順位表", - "links.tags.levelup": "レベル計算機", - "links.tags.cn_wiki": "大陸版Wiki", - "links.tags.character": "オペレーター一覧", - "links.tags.dropRateRanking": "ドロップ率順位表", - "links.tags.map": "マップ", - "links.tags.storeEfficiency": "購買部のパフォーマンス", - "links.tags.storage": "素材在庫管理", - "meta.dialog.submit": "送信", - "meta.dialog.save": "保存する", - "meta.dialog.close": "閉じる", - "meta.dialog.confirm": "はい", - "meta.dialog.cancel": "いいえ", - "meta.details": "詳細を見る", - "meta.loading": "読み込み中...", - "contribute.contribute_0": "開発経験、あル方、募集スル。Penguin Statistics、力、貢献、シテみナイ?興味、アル方、必シ、此ノQQグループ、参加シテクダサイ:747099627。", - "meta.footer.copyright.title": "利用許諾", - "meta.footer.credit": "ペンギン急便、データ、統計処理部門 | {日付}", - "meta.time.minute": "{m}分", - "meta.time.second": "{s}秒", - "meta.copyWarning": "ペンギン統計のデータ({サイト})だ。", - "meta.boolean.false": "いいえ", - "meta.boolean.true": "はい", - "meta.hasNorNot.false": "無し", - "meta.hasNorNot.true": "有り", - "meta.confirmLeave.title": "このページを離れてもよろしいですか?", - "meta.notfound": "ここはどこ¿¿¿", - "meta.quotation.end": "」", - "meta.quotation.start": "「", - "meta.separator": "、", - "settings.data.server": "キャッシュされたのサーバー:", - "settings.data.size": "ローカルデータ:", - "settings.data.reset.title": "ローカルデータと設定初期化", - "meta.footer.copyright.content": "ドロップ、統計データ。クリエイティブ・コモンズ、表示 - 非営利 4.0 国際 ライセンス、提供。当サイト、内容の転載、公開、する場合は、必ず元となっているページまたはトップページのURL、リンク。データ統計の転載を行ったこと、明記。また、許可無しに当サイトの内容または派生作品を、商業目的で利用すること、許可しなイ。", - "settings.category.data": "設定とデータ", - "settings.category.about": "当サイトについて", - "settings.category.appearance": "スタイル", - "settings.optimization.lowData.title": "軽量モード", - "settings.data.reset.subtitle": "ローカルデータ、設定、全部、消す。ローカル設定、初期化。ページ、再読み込み。データ、再度、読み込む必要、アル。本当、続けル?", - "settings.optimization.lowData.active": "軽量モード有効中", - "settings.iosSystemSettings": "言語とプライバシーの設定", - "members.responsibilities.customersupport": "コンサルタント", - "members.responsibilities.native": "アプリ開発", - "members.responsibilities.localization_ko": "韓国語化", - "members.responsibilities.logo": "ロゴデザイナー", - "members.responsibilities.localization_ja": "日本語化", - "members.responsibilities.materials": "素材提供", - "members.responsibilities.frontend": "フロントエンド", - "members.responsibilities.recognition": "スクショ認識", - "members.responsibilities.widget": "ウィジェット", - "members.responsibilities.maintenance": "DevOps", - "members.responsibilities.backend": "バックエンド", - "members.responsibilities.statistics": "データ統計解析", - "members.responsibilities._name": "コントリビューション", - "members.responsibilities.bulkupload": "一括アップロード", - "members.responsibilities.arkplanner": "ArkPlannerの著者", - "members.categories.others": "その他", - "members.categories.owner": "管理人", - "members.categories.translators": "翻訳者", - "members.socials.qq": "QQ", - "members.socials.github": "GitHub", - "members.socials.weibo": "Weibo", - "members.socials.twitter": "Twitter", - "members.socials.email": "Email", - "stage.actions._name.selectorEmpty": "クイックアクセスはありません", - "stage.actions._name.selector": "クイックアクセス", - "stage.actions._name.panel": "クイック操作", - "stage.actions.history.name": "最近選択した作戦", - "settings.optimization.lowData.subtitle": "軽量モード、画像リソース、無効。通信、節約。", - "stage.actions.history.clear": "クリア", - "stage.actions.advanced.activator": "高度なクエリを実行", - "stage.actions.history.empty": "最近、選択シタ作戦、ナイ。作戦ページ、アクセスシテ、ココ、表示されル。", - "stage.actions.star.name": "スター付き作戦", - "stage.actions.star.deactivate": "クリックしてスターを削除", - "stage.actions.star.activated": "作戦にスターを追加しました", - "stage.actions.star.activate": "作戦にスターを追加", - "stage.actions.links.map-arknights-com": "マップ", - "stage.actions.links.prts-wiki": "Wiki", - "stage.loots.NORMAL_DROP": "通常", - "stage.loots.SPECIAL_DROP": "レア", - "stage.loots.FURNITURE": "家具", - "stage.loots.EXTRA_DROP": "その他", - "stage.about": "この作戦について", - "stage.selector.excludeAll": "全て除外", - "stage.selector.title": "ステージ選択", - "stage.selector.plannerExclude": "ステージ除外設定", - "stage.selector.includeAll": "全て含む", - "stage.apCost": "消費理性:{apCost}", - "stage.name": "作戦", - "notice.loading": "お知らせを読み込んでいます...", - "notice.failed": "お知らせを読み込めませんでした:", - "contact.contributor": "制作協力者ページ", - "contact.nga": "NGA スレッド", - "contact.github": "GitHub Issues", - "contact.title": "連絡先", - "contact.body": "質問、要望、あル場合、管理人に、気軽ニ問い合わせロ。日本語、OK。", - "dataSource.title": "ログインが必要です", - "stage.actions.star.empty": "スター付キ、作戦、ナイ。\n作戦情報、クイック操作、デ、作戦、スター、追加、スルト、ココ、表示、スル。", - "dataSource.global": "全体", - "dataSource.switch": "データソース", - "dataSource.personal": "個人", - "share.text.item": "素材 {name}", - "dataSource.loginNotice": "個人、ドロップデータ、チェック、ログイン、必要。", - "share.text.stage": "作戦 {name}", - "share.name": "共有", - "share.success": "共有しました", - "share.shortlink.name": "短縮URL", - "auth.details": "アカウント", - "auth.loggedAs": "Logged in as", - "auth.login": "ログイン", - "auth.logoutPrompt": "本当にログアウトしますか?", - "auth.logout": "ログアウト", - "auth.loggedOut": "ログアウトしました", - "auth.success": "ログイン成功", - "auth.failed.message": "ログイン失敗:{message}", - "share.text._tmpl": "Penguin Statistics、{name}、ドロップデータ、確認。", - "auth.userId": "ユーザーID", - "auth.failed.notfound": "ユーザーID、見つかラナカッタ。初めてのドロップのアップロードで、ユーザーIDを自動的に取得できル。", - "app.name": "ペンギン急便データ統計処理部門", - "app.name_lines": "ペンギン急便\nデータ統計処理部門", - "update.success": "Website Updated!", - "update.refresh": "リロード", - "result.name": "統計結果", - "result.title": "{item} 統計結果", - "donate.methods.wechatPay": "WeChat Pay", - "donate.methods.paypal": "PayPal で寄付", - "donate.methods.alipay": "Alipay", - "donate.redirectToApp": "{app} アプリで寄付します", - "donate.donate_3": "ポッキーやアップルパイでも可", - "donate.donate_4": "を寄付頂けると非常にありがたいです。", - "donate.donate_1": "アクセス、増加。サーバー、負荷、耐エナクナッタ。サーバー、...", - "donate.donate_2": "運営費用", - "donate.accountBook": "帐簿", - "auth.notice": "ユーザーID、アップロード時、使ウ。ID、使ッテ、各機器、登録シ、データ、アカウント、1つ、統合、可能。アップロード、管理、個人、ドロップデータ、調査、可能。", - "pattern.empty": "ドロップなし", - "pattern.error": "作戦、ドロップパターン、データナシ。", - "pattern.name": "ドロップパターン", - "pattern.others": "その他", - "network.error": "ネットワーク、エラー。インターネット接続、確認シテ、もう一度、試シテみル。", - "donate.donate_0": "ユーザー、急増。サーバー代、上昇。企鹅データ、ピンチ、ダ! 管理人の紅白、大好きな企鹅データ、守ル為、何、出来ル? 答エ、見ツケタ、「アイドルにナル」!?", - "search.placeholder": "検索...", - "matrixCategory.automated.label": "自動", - "matrixCategory.all.label": "全体", - "matrixCategory.manual.label": "手動", - "matrixCategory.switch": "集計範囲", - "clipboard.success": "クリップボードに保存しました", - "clipboard.error": "クリップボード、保存、ムリ。手動、コピー、シテクダサイ。", - "link.docs.title": "開発者向けのリソース", - "search.hint": "素材、作戦、ステージコード、章タイトル、イベント名、全部、漢字・ふりがな・カタカナ・ローマ字、で検索シロ。", - "switchedTo": "サーバー切り替え中", - "link.docs.subtitle": "開発、ドロップデータ、基ツイテ。APIドキュメント、リソース、ゲット。", - "report.recognition.confirm.loadingImage": "スクリーンショット、プレビュー、読み込ミ中。", - "home.quickStart.caption": "左上、ボタン、クリック。メニュー、開キ、多ク機能、見エル。", - "report.rules.type.not": "{should}アイテム、種類、ダメ。" -} \ No newline at end of file diff --git a/src/locales/archived/ko.js b/src/locales/archived/ko.js deleted file mode 100644 index 9657820e..00000000 --- a/src/locales/archived/ko.js +++ /dev/null @@ -1,885 +0,0 @@ -const messages = { - app: { - name: "펭귄 물류 데이터 분석 부서", - name_lines: "펭귄 물류\n데이터 분석 부서", - }, - server: { - name: "서버", - switch: "서버 변경", - selected: "선택됨", - servers: { - CN: "CN", - US: "US", - JP: "JP", - KR: "KR", - }, - }, - menu: { - _beta: "베타", - home: "홈", - search: "검색", - report: { - _name: "보고서 작성", - stage: "스테이지 선택", - recognition: "스크린샷 인식", - }, - stats: { - _name: "드랍률", - stage: "스테이지별 통계", - item: "아이템별 통계", - advanced: "고급 쿼리", - }, - about: { - _name: "펭귄 통계에 대해서", - members: "팀 구성원", - contribute: "기여", - changelog: "변경 로그", - contact: "문의", - donate: "기부", - links: "링크", - bulletin: "공지", - credits: "크레딧", - }, - siteStats: "사이트 데이터", - planner: "파밍 플래너", - v1: "구 버전 방문", - refreshData: "데이터 새로고침", - languages: "언어 변경", - settings: { - name: "설정", - themeStyles: { - name: "테마 변경", - disabled: "(비활성화됨: 특수 테마 활성화)", - default: "기본 테마", - miku2021: "하츠네 미쿠 2021년 생일 테마", - }, - appearances: { - name: "색상 변경", - system: "시스템 연동", - dark: "다크 모드", - light: "라이트 모드", - }, - }, - overline: { - planner: "ArkPlanner", - }, - }, - meta: { - details: "세부사항", - loading: "데이터 새로고침 중...", - notfound: "???", - footer: { - copyright: { - title: "라이센스", - content: - "데이터는 펭귄 물류 데이터 분석 부서에 의하여 수집되었으며, 크리에이티브 커먼즈 저작자표시-비영리 4.0 국제 라이센스를 따릅니다. 재배포 혹은 변경시 적절한 출처와 라이센스 링크를 제공하여야 하며, 상업적 용도로 사용할 수 없습니다.", - }, - credit: "펭귄 물류 데이터 분석 부서 | {date}", - }, - separator: ", ", - quotation: { - start: "“", - end: "”", - }, - boolean: { - true: "네", - false: "아니오", - }, - hasNorNot: { - true: "드랍됨", - false: "드랍되지 않음", - }, - dialog: { - cancel: "취소", - confirm: "확인", - submit: "제출", - save: "저장", - close: "닫기", - }, - time: { - minute: "{m}분", - second: "{s}초", - }, - copyWarning: "\n\n펭귄 물류 데이터 분석 부서의 데이터 ({site})", - }, - stats: { - headers: { - pattern: "패턴", - stage: "스테이지", - apCost: "이성", - item: "아이템", - itemDrops: "아이템 드랍 합계", - times: "표본 수", - quantity: "드랍 수", - percentage: "백분율", - apPPR: "아이템당 필요 이성", - clearTime: "최단 클리어 시간", - timeRange: "집계 기간", - itemPerTime: "아이템당 시간", - }, - headerDesc: { - apCost: "이 스테이지에 필요한 이성", - quantity: "이 스테이지에서의 모든 드랍 합계", - times: "이 스테이지에서의 보고서 수", - percentage: "드랍률 기대치. (드랍 수 / 표본 수)", - patternPercentage: "드랍 패턴이 나올 확률. (드랍 수 / 표본 수)", - apPPR: "1개의 아이템을 얻기 위해 필요한 이성의 기대치", - clearTime: - "이 스테이지를 클리어하기 위해 필요한 가장 짧은 시간 - 작전 시작과 마지막 적 출현의 시간 간격. 출처: [PRTS Wiki]({prtsLink}).", - itemPerTime: - "“백분율”을 계산해 두었으므로 시간 기대치를 계산할 수 있습니다. (클리어 시간 / (드랍 수 / 표본 수))", - timeRange: - "이 스테이지의 드랍 테이블 변화로 인해서, 해당하는 줄의 데이터는 드랍 테이블의 가장 마지막 변화 시점 이후의 데이터만 집계되며, “집계 기간”으로 표시됩니다.", - }, - filter: { - title: "필터", - indicator: "필터 {count}개 적용됨", - stats: "필터링 후 {filtered} / 필터링 전 {total}", - overview: "필터 개요", - type: { - _name: "스테이지 종류", - showPermanent: "영구", - showActivity: "이벤트", - }, - status: { - _name: "스테이지 상태", - onlyOpen: "개방된 스테이지만 표시", - }, - }, - timeRange: { - inBetween: "{0} - {1}", - toPresent: "{date} - 현재", - endsAt: "출시 - {date}", - unknown: "미확인", - notSelected: "(선택되지 않음)", - }, - trends: { - name: "드랍 데이터 역사", - set: { - rate: "드랍률", - sample: "표본 수", - drops: "드랍 수", - }, - }, - lastUpdated: "마지막 업데이트: {date}", - site: { - viewMore: "더 보기", - total: { - sanity: "보고서의 사용된 이성 총합", - report: "보고서 수 총합", - items: "드랍 수 총합", - }, - stages: "스테이지 순위", - items: "아이템 순위", - all: "전체 시간", - "24hr": "지난 24시간", - generating: { - title: "사이트 통계 생성 중...", - subtitle: - "신경 네트워크 메시지: 데이터의 양이 많아 약 5분간의 계산이 필요합니다. 조금 뒤 다시 접속해 주세요.", - refresh: "사이트 통계 새로고침", - }, - }, - }, - contribute: { - repo: "프로젝트 저장소: ", - frontend: "프론트엔드", - frontendV4: "프론트엔드 v4", - backend: "백엔드", - livehouse: "LiveHouse", - recognizer: "인식기", - newFolder: "새로운 프로젝트 저장소 생성을 위해 노력 중입니다...", - caption: - "펭귄 통계는 공동 프로젝트로, 커뮤니티의 지원 없이는 존재할 수 없습니다. GitHub 저장소에서 별을 눌러주시면 도움이 됩니다. 이슈 생성이나 수정 요청은 언제든지 환영합니다!", - contribute_0: - "다음 기술 중 하나라도 경험이 있고, 펭귄 물류에 기여하고자 한다면. QQ 그룹: 747099627로 연락하여 주십시오.", - contribute_1: "펭귄 물류 데이터 분석 부서는 비영리 오픈소스 프로젝트입니다", - skills: { - frontend: "프론트엔드 개발 (React)", - backend: "백엔드 개발 (Go, PostgreSQL)", - mobile: "모바일 앱 개발 (iOS, Android)", - maintenance: "데브옵스", - design: "UI/UX 디자인", - analysis: "데이터 분석", - others: "...", - }, - }, - fetch: { - loading: "데이터를 불러오는 중...", - chunk: { - title: "레벨 2 신경 네트워크와 연결하는 중...", - subtitle: "페이지 모듈과 그래픽을 불러오는 중입니다. 기다려 주세요...", - }, - failed: { - title: "신경 네트워크와 연결할 수 없습니다", - subtitle: - "신경 네트워크와 연결할 수 없습니다. 일부 혹은 모든 정보를 불러올 수 없습니다.", - retry: "재시도", - deploying: - "최신 버전을 배포하는 중입니다. 최대 5분이 걸릴 수 있으니 인내심을 갖고 기다려 주세요.", - error: { - zones: "구역 데이터", - stages: "스테이지 데이터", - items: "아이템 데이터", - limitations: "보고서 검수 기준", - trends: "보고서 추세 역사", - globalMatrix: "전체 드랍 데이터", - personalMatrix: "개인 드랍 데이터", - globalPatternMatrix: "전체 드랍 패턴 데이터", - personalPatternMatrix: "개인 드랍 패턴 데이터", - stats: "사이트 통계", - period: "서버 이벤트", - config: "프론트엔드 설정", - }, - }, - }, - report: { - alert: { - title: { - first: "거짓 보고 감지", - repeat: "주의", - }, - continue: { - first: "이대로 보고서를 제출하시겠습니까?", - repeat: "보고서를 제출하시겠습니까?", - }, - contact: { - before: "만약 이 오류가 잘못됐다면, ", - activator: "저희에게 문의", - after: - "해주시면 더없이 기쁠 것입니다. (검증을 위해 스테이지 이름과 드랍 목록을 볼 수 있는 스크린샷을 보내 주십시오)저희 팀이 잘못됐음을 확인하면, 최대치를 수정할 것입니다.", - }, - causes: { - noDrop: "드랍된 아이템이 선택되지 않았습니다.", - limitation: - "지금 제출되려는 보고서는 저희가 가진 데이터와 큰 차이가 있습니다, 이 보고서를 제출하면, 거짓 보고서로 판단되어 삭제될 수 있습니다.", - }, - }, - recognition: { - step: { - select: "이미지 선택", - recognize: "인식", - confirm: "확인", - report: "제출", - }, - tips: { - fileTooBig: "파일 “{name}”({size}MB)는 너무 큽니다", - fileTooOld: "파일 “{name}”은 36시간 전보다 이전에 생성되었습니다", - chooseImage: "클릭하거나 드래그해 사진을 추가하세요", - dragImage: "이미지를 이곳으로 드래그하세요", - addImage: "클릭해 이미지를 추가하세요", - copyImage: "우클릭하거나 길게 눌러서 사진을 공유하세요", - abnormal: - "{count}개의 이미지가 판독성 검사를 통과하지 못하거나 인식되지 않아 “제외” 처리되었습니다", - notImageFile: "“{files}”은/는 이미지 파일이 아니므로 무시되었습니다", - emptyResult: "유효한 결과 없음", - unsatisfiedStart: "시작 불가", - emptyFile: "선택된 이미지 없음", - hasInvalidFile: "유효하지 않은 파일 있음", - }, - status: { - success: "성공", - warning: "경고", - error: "오류", - }, - description: - "클리어 스크린샷을 올리기만 하면 자동으로 결과가 식별되어 보고서를 작성할 수 있습니다.", - recognize: { - noFilename: "파일 이름 없음", - elapsed: "소모 시간", - remaining: "남은 시간", - speed: "평균 속도", - imagePerSecond: "{count}개/초", - }, - confirm: { - loadingImage: "스크린샷 미리보기 불러오는 중", - overview: { - _name: "개요", - total: "인식됨", - success: "성공", - error: "실패", - count: "{count}", - server: "데이터 서버", - duration: "평균 소모 시간", - }, - details: "세부사항", - unknownStage: "인식 실패", - abnormal: { - error: "이 이미지는 판독성 검사를 통과하지 못했습니다", - fatal: "이 이미지는 정상적으로 인식되지 못했습니다", - details: "오류 목록", - hover: "마우스를 올려 인식 결과를 확인하세요", - }, - cherryPick: { - disabled: "비정상적인 인식 결과를 업로드할 수 없습니다", - accepted: "이미지 결과 업로드", - rejected: "이미지 결과 삭제", - }, - noResult: "인식 결과 없음", - submit: "선택된 {count}개의 결과 업로드", - itemsTotal: "아이템 총합", - }, - report: { - title: "보고서 세부 정보", - total: "총합", - submit: "{count}개의 작전 결과 제출", - reporting: "보고서를 제출하는 중...", - allSucceeded: "{count}개의 작전 결과가 성공적으로 제출되었습니다.", - partialSucceeded: - "{count}개의 작전 결과만이 성공적으로 제출되었습니다.", - partialFailed: - "{count}개의 작전 결과를 제출하지 못했습니다. 오류를 해결하기 위해서 다음을 확인해 주세요", - partialFailedDesc: [ - "네트워크 연결을 확인하세요: 좋지 않은 네트워크 환경에서는 업로드에 실패할 수 있습니다.", - "외부 공격으로부터 데이터가 오염되는 것을 막기 위한 제출 가능 횟수 제한에 도달했을 수 있습니다. 남은 보고서는 24시간 후에 다시 시도해 주세요.", - "IP의 특성상 개개인을 추적할 수 없으므로 대중망에서 IP가 다른 사람들과 공유되고 있을 수 있습니다. 모바일 네트워크나 Wi-Fi를 전환하고 다시 시도하거나, 24시간 후에 다시 시도해 주세요.", - "재전송 공격을 방지하기 위해, 요청에 타임스탬프가 부여되고 있습니다. 기기의 시간이 표준 시간과 크게 다를 경우 업로드가 실패할 수 있습니다. 기기의 시간을 조정하고 다시 시도해 주세요.", - ], - caption: - "제출에 감사드립니다. 캐시로 인해서 전체 데이터에 추가되어 나타나는 데 최대 20분이 소요될 수 있습니다.", - }, - states: { - pending: "초기화 대기 중...", - initializing: "초기화 중...", - recognizing: "인식 중...", - rendering: "내용 불러오는 중...", - submitting: "제출 중...", - }, - cost: "소모 시간", - filename: "파일 이름", - result: "결과", - queue: "대기열", - start: "{count}개의 이미지 식별", - progress: "진행도", - submit: "제출", - retry: "제출에 실패했습니다. 다시 시도하는 중...", - filter: "필터", - notices: { - welcome: [ - "이미지 파일은 **WebAssembly** 기술로 **기기에서** 처리되며, 서버로 업로드되지 않습니다.", - "36시간 이내에 생성된 스크린샷만을 사용해 주세요. 중복 파일은 감지되어 *제외* 처리됩니다.", - "스테이지의 첫 드랍이 포함된 결과를 제출하지 말고, 또한 운이 좋았던 결과들만 제출하지 말고 모든 결과를 제출해 주세요.", - ], - confirm: [ - "다시 확인하려면 이미지를 눌러서 확대하세요.", - "판독성 검사를 통과한 스크린샷은 이미 업로드되도록 선택되어 있습니다.", - "데이터 정확성을 고려하여, 판독성 검사를 통과하지 못한 스크린샷의 업로드는 금지되어 있습니다.", - ], - }, - exceptions: { - "Fingerprint::Same": { - title: "중복 이미지", - subtitle: "중복된 이미지가 있는지 확인하세요", - }, - "FileTimestamp::TooClose": { - title: "스크린샷 간격이 너무 짧음", - subtitle: "중복된 이미지가 있는지 확인하세요", - }, - "DropInfos::Violation": "결과 검수 통과 실패", - "StageChar::LowConfidence": { - title: "스테이지 인식 오류", - subtitle: - "인식 결과의 신뢰성이 낮습니다. 인식 결과가 이미지와 일치하는지 확인하세요.", - }, - "DropQuantityChar::LowConfidence": { - title: "아이템 개수 인식 오류", - subtitle: - "인식 결과의 신뢰성이 낮습니다. 인식 결과가 이미지와 일치하는지 확인하세요.", - }, - "DropAreaDropsQuantity::NotFound": { - title: "드랍 인식 실패", - subtitle: - "낮은 해상도 또는 화질의 이미지로 인해 발생할 수 있습니다. 이미지가 압축되지는 않았는지 확인하세요.", - }, - "DropAreaDrops::LowConfidence": { - title: "신뢰성이 낮은 아이템 드랍", - subtitle: "종료된 이벤트의 드랍을 포함하고 있지는 않은지 확인하세요.", - }, - "DropAreaDrops::Illegal": { - title: "잘못된 드랍", - subtitle: - "스테이지에서 드랍되어서는 안 되는 드랍이 스크린샷에 있습니다. 주로 이벤트 기간이 아닐 때 이벤트 드랍이 있는 경우입니다.", - }, - "Result::False": { - title: "작전 결과 화면이 아님", - subtitle: - "작전 결과 화면이 맞는다면, 데이터 서버가 정확한지 확인해 주세요.", - }, - "Stage::NotFound": { - title: "유효한 스테이지를 찾을 수 없음", - subtitle: - "스테이지 식별 오류이거나, 펭귄 물류가 해당 스테이지의 드랍을 집계하지 않는 경우입니다.", - }, - "Stage::Illegal": { - title: "잘못된 스테이지", - subtitle: "스테이지가 열려 있지 않습니다", - }, - "3stars::False": "3성 클리어가 아님", - "Droptypes::Illegal": { - title: "잘못된 드랍 분류", - subtitle: - "첫 드랍이나 이성 반환 등 잘못된 드랍 분류가 스크린샷에 있습니다.", - }, - "Droptypes::NotFound": "드랍 분류를 찾을 수 없음", - }, - }, - rules: { - item: { - _name: "아이템 수", - now: "“{stage}”에서 “{item}” {quantity}개가 선택되었습니다", - gte: "“{item}” {should}개보다 많아야 합니다", - lte: "“{item}” {should}개보다 적어야 합니다", - not: "“{item}” {should}개가 아니어야 합니다", - }, - type: { - _name: "아이템 종류", - now: "“{stage}”에서 {quantity}가지의 아이템이 선택되었습니다", - gte: "“{stage}”에서는 최소 {quantity}가지의 아이템이 드랍됩니다", - lte: "“{stage}”에서는 최대 {quantity}가지의 아이템만 드랍됩니다", - not: "“{stage}”에서는 {quantity}가지의 아이템이 드랍될 수 없습니다", - }, - }, - clear: "초기화", - closedReason: { - INVALID: "제출 불가: 이 스테이지의 메타데이터가 존재하지 않습니다.", - NOT_FOUND: - "스테이지 없음: 선택된 서버에 해당 스테이지가 존재하지 않습니다.", - EXPIRED: - "제출 가능 기간이 아님: 스테이지가 이미 닫혔거나 아직 열리지 않았습니다.", - }, - furniture: "럭키 드랍: {state}", - name: "보고", - submit: "제출", - success: "성공적으로 제출되었습니다", - unable: "제출 실패: ", - undo: "제출 취소", - undoSuccess: "성공적으로 취소되었습니다", - gacha: "이 스테이지에서는 여러 개의 결과를 보고서에 제출할 수 있습니다.", - notices: { - rule_1: - "한 번에 하나의 전투에 대한 보고서를 작성하여야 합니다, 제출 전에 입력 내용을 한번 더 확인해 주십시오.", - rule_2: - "드랍이 없는 경우에는, 아무것도 누르지 않은 채로 제출을 눌러 주십시오.", - rule_3: - "처음으로 클리어한 작전은 보고하지 마시고, 운이 좋았던 작전만 보고하지 마십시오 - 모든 드랍을 보고해 주십시오.", - rule_4: "3성으로 클리어하여 주십시오.", - rule_5: "CN 서버에서의 드랍만 보고하여 주십시오.", - }, - usage: "좌클릭시 드랍 개수가 증가하며, 우클릭시 감소합니다", - }, - mirrors: { - global: { - notification: "접속 문제로 인해 글로벌 사이트 사용을 권장합니다. {0}", - }, - cn: { - notification: "접속 문제로 인해 CN 미러 사용을 권장합니다. {0}", - }, - _notification: { - ignore: { - title: "미러 사용 알림을 무시할까요?", - subtitle: - "정말로 모든 미러 최적화 알림을 끄시겠습니까? 접속 속도 문제가 발생할 수 있습니다.", - }, - }, - }, - settings: { - storageIssue: - "데이터 오류가 감지되었습니다. 비정상적으로 작동할 수 있습니다. 이 경고가 계속 표시된다면, “설정”에서 “전부 초기화”를 사용해 로컬 데이터를 초기화해보세요.", - category: { - appearance: "페이지", - data: "데이터", - about: "정보", - }, - optimization: { - lowData: { - title: "데이터 절약 모드", - active: "데이터 절약 모드 활성화됨", - subtitle: - "데이터 절약 모드는 스테이지 선택 시의 구역 배경 이미지나 웹사이트의 배경 이미지같은 불필요한 리소스 요청을 줄여 데이터 사용량을 줄이도록 도와줍니다.", - }, - }, - data: { - server: "로컬 데이터의 서버 목록: ", - size: "로컬 데이터 크기: ", - reset: { - title: "전부 초기화", - subtitle: - "이 작업은 모든 로컬 데이터를 삭제하고 설정을 초기화할 것입니다. 초기화 후, 모든 설정이 기본값으로 돌아가며, 모든 데이터를 다시 다운로드해야 하고, 웹페이지가 새로고침될 것입니다. 정말로 계속하시겠습니까?", - }, - }, - }, - zone: { - name: "구역", - types: { - MAINLINE: "메인", - WEEKLY: "물자 비축", - ACTIVITY: "이벤트", - ACTIVITY_OPEN: "이벤트 (개방 중)", - ACTIVITY_CLOSED: "이벤트 (종료)", - ACTIVITY_PENDING: "이벤트 (개방 예정)", - ACTIVITY_PERMANENT: "에피소드 & 사이드 스토리", - GACHABOX: "보급 물자", - }, - subTypes: { - 2019: "2019", - 2020: "2020", - 2021: "2021", - 2022: "2022", - 2023: "2023", - AWAKENING_HOUR: { - title: "각성", - subtitle: "에피소드 0-3", - }, - VISION_SHATTER: { - title: "환멸", - subtitle: "에피소드 4-8", - }, - DYING_SUN: { - title: "석양", - subtitle: "에피소드 9-10", - }, - INTERLUDE: "에피소드", - SIDESTORY: "사이드 스토리", - }, - status: { - 0: "개방 중", - 1: "닫힘", - "-1": "개방 예정", - permanentOpen: "영구", - }, - opensAt: "이벤트 기간: {0} - {1}", - }, - stage: { - name: "스테이지", - about: "스테이지 관련 정보", - apCost: "{apCost} 이성 필요", - actions: { - _name: { - selector: "빠른 액세스", - selectorEmpty: "사용 가능한 빠른 액세스 없음", - panel: "빠른 액션", - }, - star: { - name: "북마크", - activate: "북마크", - activated: "북마크됨", - deactivate: "클릭해서 북마크를 제거", - empty: [ - "북마크된 스테이지가 없습니다.", - "스테이지의 빠른 액션 패널에서 북마크를 추가할 수 있습니다.", - ], - }, - history: { - name: "최근 액세스", - empty: [ - "최근에 액세스한 스테이지가 없습니다.", - "스테이지 페이지를 방문하면 기록이 표시될 것입니다.", - ], - clear: "초기화", - }, - links: { - "prts-wiki": "위키", - "map-arknights-com": "맵", - }, - advanced: { - activator: "고급 쿼리", - }, - }, - loots: { - NORMAL_DROP: "일반 드랍", - EXTRA_DROP: "추가 드랍", - SPECIAL_DROP: "특수 드랍", - FURNITURE: "럭키 드랍", - }, - selector: { - plannerExclude: "플래너 스테이지 제외", - excludeAll: "전부 제외", - includeAll: "전부 포함", - title: "스테이지 선택", - }, - }, - planner: { - notices: { - autoExistence: - "ArkPlanner는 이제 존재하지 않거나 닫혀 있는 스테이지를 자동으로 숨깁니다.", - }, - options: { - _name: "설정", - byProduct: "부산물 획득 고려", - requireExp: "경험치 획득 고려", - requireLmb: "용문폐 획득 고려", - excludeStage: { - _name: "제외", - title: "선택", - selected: "{stages}개의 스테이지 제외됨", - }, - }, - reset: { - name: "초기화", - success: "성공적으로 플래너 데이터를 초기화했습니다.", - dialog: { - title: "플래너 초기화", - subtitle: - "이 작업은 플래너 데이터와 선택한 설정을 초기화할 것입니다. 정말로 계속하시겠습니까?", - options: { - options: { - name: "플래너 옵션", - indicator: "옵션 모두 초기화", - }, - excludes: { - name: "제외 스테이지", - indicator: "제외 스테이지 모두 초기화", - }, - items: { - name: "아이템 데이터", - indicator: "아이템 데이터 모두 초기화", - }, - }, - }, - }, - actions: { - _name: "데이터", - import: "불러오기", - export: "내보내기", - importExport: "@:(planner.actions.import)/@:(planner.actions.export)", - calculate: "계산", - calculating: "계산 중...", - link: { - generate: "공유 링크 생성", - generating: "생성 중...", - share: "링크 공유", - }, - config: { - _name: "구성 코드", - share: "구성 코드 공유", - import: "구성 코드로부터 불러오기", - }, - }, - craft: { - do: "가공", - unable: "재료 없음", - errors: { - title: "가공에 필요한 재료 부족", - notEnough: "{need}개의 “{item}”이/가 필요하지만, {have}개만 보유 중", - }, - plans: { - title: "가공 플랜", - plan: "{cost}개의 “{item}”(으)로 가공, {remain}개 남음", - }, - success: "{sourceItems}을/를 사용해 {amount}개의 {productItem}을 생성함", - }, - have: "보유량", - need: "필요량", - copy: "클립보드로 복사", - calculation: { - title: "계산 결과", - tabs: { - stages: "스테이지", - syntheses: "가공", - values: "재료 이성 가치", - }, - lmb: "예상 용문폐 획득량", - sanity: "예상 이성 필요량", - exp: "예상 경험치 획득량", - times: "회", - level: "T", - noStage: "스테이지 없음", - noSyntheses: "가공 없음", - }, - }, - item: { - name: "아이템", - choose: { - name: "아이템 선택", - }, - categories: { - ACTIVITY_ITEM: "이벤트 아이템", - CARD_EXP: "작전 기록", - CHIP: "칩", - FURN: "가구", - MATERIAL: "재료", - }, - related: "관련 아이템", - undefined: "미확인", - }, - query: { - panel: { - builder: "쿼리 빌더", - results: "쿼리 결과", - footer: { - cache: - "현재 표시되는 쿼리 결과는 캐시 데이터입니다. 최신 데이터를 얻으려면 “쿼리 실행”을 다시 눌러주세요.", - disclaimer: - "“고급 쿼리” 기능으로 생성된 모든 데이터는 이 사이트의 “데이터 라이센스 협약”으로 보호됩니다. 펭귄 통계는 “고급 쿼리” 기능으로 생성된 데이터에 대하여 어떠한 형태의 약속이나 보증도 하지 않습니다.", - }, - }, - title: { - main: "메인 쿼리", - comparison: "비교용 쿼리 #{index}", - }, - type: { - matrix: "통계", - trend: "추세", - }, - selector: { - item: { - title: "아이템 선택", - subtitle: "선택된 아이템으로 쿼리 결과를 필터링합니다.", - unspecified: "모든 아이템 표시", - selected: "{length}개의 아이템 쿼리", - }, - stage: { - title: "스테이지 선택", - subtitle: "(필수) 선택된 스테이지로 쿼리 결과를 필터링합니다.", - }, - timeRange: { - title: "기간 설정", - subtitle: "(필수) 특정 기간으로 쿼리 결과를 제한합니다.", - presets: { - title: "프리셋", - start: "시작", - end: "끝", - }, - }, - interval: { - title: "추세 간격 단위", - subtitle: "추세 확인을 위해 시간 간격을 설정합니다.", - unspecified: "추세를 확인하지 않음", - }, - }, - operation: { - add: "비교용 쿼리 추가", - execute: "쿼리 실행", - inProgress: "쿼리 실행 중...", - }, - result: { - main: "메인 쿼리 결과", - comparison: "비교용 쿼리 #{index} 결과", - empty: "이 쿼리는 0개의 결과를 반환했습니다. 매개변수를 확인하세요.", - hideTime: "상세한 시간 숨기기", - }, - }, - version: { - upgrade: { - title: "오래된 버전", - subtitle: - "클라이언트 버전이 업데이트로 인해 만료되었습니다. 업데이트 후 다시 시도해 주세요.", - action: "업데이트", - unable: "업데이트할 수 없나요?", - }, - }, - notice: { - failed: "공지 불러오기 실패 : {error}", - loading: "공지 불러오는 중...", - }, - dataSource: { - switch: "데이터 출처", - global: "전부", - loginNotice: "개인 드랍 데이터를 확인하려면 먼저 로그인해주세요.", - personal: "개인", - title: "로그인 필요", - }, - validator: { - required: "필수", - }, - quotes: { - doYouKnow: [ - "그거 아시나요? 프틸롭시스의 깃털은 너어어무 귀엽답니다! o(*≧▽≦)ツ", - ], - }, - credits: { - material: { - title: "콘텐츠 크레딧", - content: [ - "펭귄 통계는 이미지, 애니메이션, 오디오, 원본 텍스트를 포함하며 이들에 한정되지 않는 리소스를 게임의 요소를 더 잘 반영하고 사용자의 경험을 향상시키기 위해 사용합니다. 이러한 작업물의 저작권은 게임 서비스를 제공하는 Shanghai Hypergryph Network Technology Co., Ltd. 및/또는 YOSTAR (HONG KONG) LIMITED, 株式会社Yostar, YOSTAR LIMITED, 龍成網路 등을 포함하는 관련사들에게 있습니다.", - "펭귄 통계는 PRTS Wiki([http://prts.wiki](http://prts.wiki))의 일부 리소스를 사용하며 그 중 일부를 원본의 내용이 변하지 않는 선에서 수정했습니다.", - "펭귄 통계는 개인/상업 이용이 전부 가능하다고 공식 페이지([http://jovanny.ru](http://jovanny.ru))에서 밝히고 있는 Free Fonts Project에서 제공하는 Bender 글꼴을 직접 조금 수정한 글꼴을 사용하고 있습니다. 따라서 펭귄 통계는 Bender 글꼴이 이러한 라이센스 하에 배포된 것에 특별히 감사를 표합니다.", - ], - }, - source: { - title: "오픈소스 라이센스", - }, - }, - auth: { - forgot: { - activator: "PenguinID를 잊음", - title: "로그인할 수 없나요?", - subtitle: "로그인 정보를 복원합니다", - penguinIdHistory: { - title: "기존에 사용한 PenguinID", - lastLoginAt: "마지막 로그인: {time}", - loginAsUserId: "이 PenguinID로 로그인", - deleteUserId: "이 PenguinID 기록 제거", - noData: "데이터 없음", - tips: "클라이언트 v3.3.1 또는 그 이상의 버전에서 사용된 PenguinID만 복원할 수 있습니다.", - }, - }, - }, - members: { - categories: { - owner: "웹마스터", - maintainer: "메인테이너", - contributors: "기여자", - others: "그 외", - translators: "번역가", - }, - responsibilities: { - _name: "기여사항", - arkplanner: "ArkPlanner 제작", - backend: "백엔드", - bulkupload: "동시 업로드", - customersupport: "고객 지원", - v1frontend: "v1.0 프론트엔드", - frontend: "프론트엔드", - localization_en: "영어 현지화", - localization_ja: "일본어 현지화", - localization_ko: "한국어 현지화", - logo: "로고 디자이너", - maintenance: "데브옵스", - materials: "재료 이미지 제공", - statistics: "분석 및 통계", - widget: "위젯 개발", - native: "앱 개발", - recognition: "스크린샷 인식", - }, - socials: { - email: "Email", - github: "GitHub", - qq: "QQ", - twitter: "Twitter", - weibo: "Weibo", - }, - }, - pattern: { - name: "드랍 패턴", - empty: "(드랍 없음)", - error: ["이 스테이지의 드랍 패턴", "현재 이용 불가능"], - }, - share: { - name: "공유", - shortlink: { - name: "짧은 링크", - }, - text: { - _tmpl: "펭귄 통계 - {name}의 드랍률", - stage: '스테이지 "{name}"', - item: '아이템 "{name}"', - }, - success: "성공적으로 공유됨", - }, - search: { - placeholder: "검색...", - hint: "스테이지, 구역 또는 아이템 이름 입력", - }, - confirmLeave: { - title: "정말로 떠나시겠습니까?", - subtitle: "저장되지 않은 내용이 소실될 수 있습니다.", - }, - specials: { - mikubirthday2021: { - caption: "생일 축하해 하츠네 미쿠", - }, - }, -}; - -export default Object.freeze(messages); diff --git a/src/locales/archived/ko.json b/src/locales/archived/ko.json deleted file mode 100644 index 14f5acf4..00000000 --- a/src/locales/archived/ko.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "app": { - "name": "펭귄 물류 데이터 분석 부서", - "name_lines": "펭귄 물류\n데이터 분석 부서" - }, - "server": { - "name": "서버", - "switch": "서버 변경", - "selected": "선택됨", - "servers": { - "CN": "CN", - "US": "US", - "JP": "JP", - "KR": "KR" - } - }, - "menu": { - "_beta": "베타", - "home": "홈", - "search": "검색", - "report": { - "_name": "보고서 작성", - "stage": "스테이지 선택", - "recognition": "스크린샷 인식" - }, - "stats": { - "_name": "드랍률", - "stage": "스테이지별 통계", - "item": "아이템별 통계", - "advanced": "고급 쿼리" - }, - "about": { - "_name": "펭귄 통계에 대해서", - "members": "팀 구성원", - "contribute": "기여", - "changelog": "변경 로그", - "contact": "문의", - "donate": "기부", - "links": "링크", - "bulletin": "공지", - "credits": "크레딧" - }, - "siteStats": "사이트 데이터", - "planner": "파밍 플래너", - "v1": "구 버전 방문", - "refreshData": "데이터 새로고침", - "languages": "언어 변경", - "settings": { - "name": "설정", - "themeStyles": { - "name": "테마 변경", - "disabled": "(비활성화됨: 특수 테마 활성화)", - "default": "기본 테마", - "miku2021": "하츠네 미쿠 2021년 생일 테마" - }, - "appearances": { - "name": "색상 변경", - "system": "시스템 연동", - "dark": "다크 모드", - "light": "라이트 모드" - } - }, - "overline": { - "planner": "ArkPlanner" - } - }, - "meta": { - "details": "세부사항", - "loading": "데이터 새로고침 중...", - "notfound": "???", - "footer": { - "copyright": { - "title": "라이센스", - "content": "데이터는 펭귄 물류 데이터 분석 부서에 의하여 수집되었으며, 크리에이티브 커먼즈 저작자표시-비영리 4.0 국제 라이센스를 따릅니다. 재배포 혹은 변경시 적절한 출처와 라이센스 링크를 제공하여야 하며, 상업적 용도로 사용할 수 없습니다." - }, - "credit": "펭귄 물류 데이터 분석 부서 | {date}" - }, - "separator": ", ", - "quotation": { - "start": "“", - "end": "”" - }, - "boolean": { - "true": "네", - "false": "아니오" - }, - "hasNorNot": { - "true": "드랍됨", - "false": "드랍되지 않음" - }, - "dialog": { - "cancel": "취소", - "confirm": "확인", - "submit": "제출", - "save": "저장", - "close": "닫기" - }, - "time": { - "minute": "{m}분", - "second": "{s}초" - }, - "copyWarning": "\n\n펭귄 물류 데이터 분석 부서의 데이터 ({site})", - "confirmLeave": { - "title": "정말로 떠나시겠습니까?", - "subtitle": "저장되지 않은 내용이 소실될 수 있습니다." - } - }, - "stats": { - "headers": { - "pattern": "패턴", - "stage": "스테이지", - "apCost": "이성", - "item": "아이템", - "itemDrops": "아이템 드랍 합계", - "times": "표본 수", - "quantity": "드랍 수", - "percentage": "백분율", - "apPPR": "아이템당 필요 이성", - "clearTime": "최단 클리어 시간", - "timeRange": "집계 기간", - "itemPerTime": "아이템당 시간" - }, - "headerDesc": { - "apCost": "이 스테이지에 필요한 이성", - "quantity": "이 스테이지에서의 모든 드랍 합계", - "times": "이 스테이지에서의 보고서 수", - "percentage": "드랍률 기대치. (드랍 수 / 표본 수)", - "patternPercentage": "드랍 패턴이 나올 확률. (드랍 수 / 표본 수)", - "apPPR": "1개의 아이템을 얻기 위해 필요한 이성의 기대치", - "clearTime": "이 스테이지를 클리어하기 위해 필요한 가장 짧은 시간 - 작전 시작과 마지막 적 출현의 시간 간격. 출처: [PRTS Wiki]({prtsLink}).", - "itemPerTime": "“백분율”을 계산해 두었으므로 시간 기대치를 계산할 수 있습니다. (클리어 시간 / (드랍 수 / 표본 수))", - "timeRange": "이 스테이지의 드랍 테이블 변화로 인해서, 해당하는 줄의 데이터는 드랍 테이블의 가장 마지막 변화 시점 이후의 데이터만 집계되며, “집계 기간”으로 표시됩니다." - }, - "filter": { - "title": "필터", - "indicator": "필터 {count}개 적용됨", - "stats": "필터링 후 {filtered} / 필터링 전 {total}", - "overview": "필터 개요", - "type": { - "_name": "스테이지 종류", - "showPermanent": "영구", - "showActivity": "이벤트" - }, - "status": { - "_name": "스테이지 상태", - "onlyOpen": "개방된 스테이지만 표시" - } - }, - "timeRange": { - "inBetween": "{0} - {1}", - "toPresent": "{date} - 현재", - "endsAt": "출시 - {date}", - "unknown": "미확인", - "notSelected": "(선택되지 않음)" - }, - "trends": { - "name": "드랍 데이터 역사", - "set": { - "rate": "드랍률", - "sample": "표본 수", - "drops": "드랍 수" - } - }, - "lastUpdated": "마지막 업데이트: {date}", - "site": { - "viewMore": "더 보기", - "total": { - "sanity": "보고서의 사용된 이성 총합", - "report": "보고서 수 총합", - "items": "드랍 수 총합" - }, - "stages": "스테이지 순위", - "items": "아이템 순위", - "all": "전체 시간", - "24hr": "지난 24시간", - "generating": { - "title": "사이트 통계 생성 중...", - "subtitle": "신경 네트워크 메시지: 데이터의 양이 많아 약 5분간의 계산이 필요합니다. 조금 뒤 다시 접속해 주세요.", - "refresh": "사이트 통계 새로고침" - } - }, - "name": "통계 결과", - "title": "{stage}의 통계 결과", - "scroll": "스크롤로 세부 사항을 볼 수 있습니다" - }, - "contribute": { - "repo": "프로젝트 저장소: ", - "frontend": "프론트엔드", - "frontendV4": "프론트엔드 v4", - "backend": "백엔드", - "livehouse": "LiveHouse", - "recognizer": "인식기", - "newFolder": "새로운 프로젝트 저장소 생성을 위해 노력 중입니다...", - "caption": "펭귄 통계는 공동 프로젝트로, 커뮤니티의 지원 없이는 존재할 수 없습니다. GitHub 저장소에서 별을 눌러주시면 도움이 됩니다. 이슈 생성이나 수정 요청은 언제든지 환영합니다!", - "contribute_0": "다음 기술 중 하나라도 경험이 있고, 펭귄 물류에 기여하고자 한다면. QQ 그룹: 747099627로 연락하여 주십시오.", - "contribute_1": "펭귄 물류 데이터 분석 부서는 비영리 오픈소스 프로젝트입니다", - "skills": { - "frontend": "프론트엔드 개발 (React)", - "backend": "백엔드 개발 (Go, PostgreSQL)", - "mobile": "모바일 앱 개발 (iOS, Android)", - "maintenance": "데브옵스", - "design": "UI/UX 디자인", - "analysis": "데이터 분석", - "others": "..." - }, - "qqGroup": "QQ 그룹 : " - }, - "fetch": { - "loading": "데이터를 불러오는 중...", - "chunk": { - "title": "레벨 2 신경 네트워크와 연결하는 중...", - "subtitle": "페이지 모듈과 그래픽을 불러오는 중입니다. 기다려 주세요..." - }, - "failed": { - "title": "신경 네트워크와 연결할 수 없습니다", - "subtitle": "신경 네트워크와 연결할 수 없습니다. 일부 혹은 모든 정보를 불러올 수 없습니다.", - "retry": "재시도", - "deploying": "최신 버전을 배포하는 중입니다. 최대 5분이 걸릴 수 있으니 인내심을 갖고 기다려 주세요.", - "error": { - "zones": "구역 데이터", - "stages": "스테이지 데이터", - "items": "아이템 데이터", - "limitations": "보고서 검수 기준", - "trends": "보고서 추세 역사", - "globalMatrix": "전체 드랍 데이터", - "personalMatrix": "개인 드랍 데이터", - "globalPatternMatrix": "전체 드랍 패턴 데이터", - "personalPatternMatrix": "개인 드랍 패턴 데이터", - "stats": "사이트 통계", - "period": "서버 이벤트", - "config": "프론트엔드 설정" - } - } - }, - "report": { - "alert": { - "title": { - "first": "거짓 보고 감지", - "repeat": "주의" - }, - "continue": { - "first": "이대로 보고서를 제출하시겠습니까?", - "repeat": "보고서를 제출하시겠습니까?" - }, - "contact": { - "before": "만약 이 오류가 잘못됐다면, ", - "activator": "저희에게 문의", - "after": "해주시면 더없이 기쁠 것입니다. (검증을 위해 스테이지 이름과 드랍 목록을 볼 수 있는 스크린샷을 보내 주십시오)저희 팀이 잘못됐음을 확인하면, 최대치를 수정할 것입니다." - }, - "causes": { - "noDrop": "드랍된 아이템이 선택되지 않았습니다.", - "limitation": "지금 제출되려는 보고서는 저희가 가진 데이터와 큰 차이가 있습니다, 이 보고서를 제출하면, 거짓 보고서로 판단되어 삭제될 수 있습니다." - } - }, - "recognition": { - "step": { - "select": "이미지 선택", - "recognize": "인식", - "confirm": "확인", - "report": "제출" - }, - "tips": { - "fileTooBig": "파일 “{name}”({size}MB)는 너무 큽니다", - "fileTooOld": "파일 “{name}”은 36시간 전보다 이전에 생성되었습니다", - "chooseImage": "클릭하거나 드래그해 사진을 추가하세요", - "dragImage": "이미지를 이곳으로 드래그하세요", - "addImage": "클릭해 이미지를 추가하세요", - "copyImage": "우클릭하거나 길게 눌러서 사진을 공유하세요", - "abnormal": "{count}개의 이미지가 판독성 검사를 통과하지 못하거나 인식되지 않아 “제외” 처리되었습니다", - "notImageFile": "“{files}”은/는 이미지 파일이 아니므로 무시되었습니다", - "emptyResult": "유효한 결과 없음", - "unsatisfiedStart": "시작 불가", - "emptyFile": "선택된 이미지 없음", - "hasInvalidFile": "유효하지 않은 파일 있음" - }, - "status": { - "success": "성공", - "warning": "경고", - "error": "오류" - }, - "description": "클리어 스크린샷을 올리기만 하면 자동으로 결과가 식별되어 보고서를 작성할 수 있습니다.", - "recognize": { - "noFilename": "파일 이름 없음", - "elapsed": "소모 시간", - "remaining": "남은 시간", - "speed": "평균 속도", - "imagePerSecond": "{count}개/초" - }, - "confirm": { - "loadingImage": "스크린샷 미리보기 불러오는 중", - "overview": { - "_name": "개요", - "total": "인식됨", - "success": "성공", - "error": "실패", - "count": "{count}", - "server": "데이터 서버", - "duration": "평균 소모 시간" - }, - "details": "세부사항", - "unknownStage": "인식 실패", - "abnormal": { - "error": "이 이미지는 판독성 검사를 통과하지 못했습니다", - "fatal": "이 이미지는 정상적으로 인식되지 못했습니다", - "details": "오류 목록", - "hover": "마우스를 올려 인식 결과를 확인하세요" - }, - "cherryPick": { - "disabled": "비정상적인 인식 결과를 업로드할 수 없습니다", - "accepted": "이미지 결과 업로드", - "rejected": "이미지 결과 삭제" - }, - "noResult": "인식 결과 없음", - "submit": "선택된 {count}개의 결과 업로드", - "itemsTotal": "아이템 총합" - }, - "report": { - "title": "보고서 세부 정보", - "total": "총합", - "submit": "{count}개의 작전 결과 제출", - "reporting": "보고서를 제출하는 중...", - "allSucceeded": "{count}개의 작전 결과가 성공적으로 제출되었습니다.", - "partialSucceeded": "{count}개의 작전 결과만이 성공적으로 제출되었습니다.", - "partialFailed": "{count}개의 작전 결과를 제출하지 못했습니다. 오류를 해결하기 위해서 다음을 확인해 주세요", - "partialFailedDesc": "네트워크 연결을 확인하세요: 좋지 않은 네트워크 환경에서는 업로드에 실패할 수 있습니다.\n외부 공격으로부터 데이터가 오염되는 것을 막기 위한 제출 가능 횟수 제한에 도달했을 수 있습니다. 남은 보고서는 24시간 후에 다시 시도해 주세요.\nIP의 특성상 개개인을 추적할 수 없으므로 대중망에서 IP가 다른 사람들과 공유되고 있을 수 있습니다. 모바일 네트워크나 Wi-Fi를 전환하고 다시 시도하거나, 24시간 후에 다시 시도해 주세요.\n재전송 공격을 방지하기 위해, 요청에 타임스탬프가 부여되고 있습니다. 기기의 시간이 표준 시간과 크게 다를 경우 업로드가 실패할 수 있습니다. 기기의 시간을 조정하고 다시 시도해 주세요.", - "caption": "제출에 감사드립니다. 캐시로 인해서 전체 데이터에 추가되어 나타나는 데 최대 20분이 소요될 수 있습니다." - }, - "states": { - "pending": "초기화 대기 중...", - "initializing": "초기화 중...", - "recognizing": "인식 중...", - "rendering": "내용 불러오는 중...", - "submitting": "제출 중..." - }, - "cost": "소모 시간", - "filename": "파일 이름", - "result": "결과", - "queue": "대기열", - "start": "{count}개의 이미지 식별", - "progress": "진행도", - "retry": "제출에 실패했습니다. 다시 시도하는 중...", - "filter": "필터", - "notices": { - "welcome": "이미지 파일은 **WebAssembly** 기술로 **기기에서** 처리되며, 서버로 업로드되지 않습니다.\n36시간 이내에 생성된 스크린샷만을 사용해 주세요. 중복 파일은 감지되어 *제외* 처리됩니다.\n스테이지의 첫 드랍이 포함된 결과를 제출하지 말고, 또한 운이 좋았던 결과들만 제출하지 말고 모든 결과를 제출해 주세요.", - "confirm": "다시 확인하려면 이미지를 눌러서 확대하세요.\n판독성 검사를 통과한 스크린샷은 이미 업로드되도록 선택되어 있습니다.\n데이터 정확성을 고려하여, 판독성 검사를 통과하지 못한 스크린샷의 업로드는 금지되어 있습니다." - }, - "exceptions": { - "Fingerprint::Same": { - "title": "중복 이미지", - "subtitle": "중복된 이미지가 있는지 확인하세요" - }, - "FileTimestamp::TooClose": { - "title": "스크린샷 간격이 너무 짧음", - "subtitle": "중복된 이미지가 있는지 확인하세요" - }, - "DropInfos::Violation": "결과 검수 통과 실패", - "StageChar::LowConfidence": { - "title": "스테이지 인식 오류", - "subtitle": "인식 결과의 신뢰성이 낮습니다. 인식 결과가 이미지와 일치하는지 확인하세요." - }, - "DropQuantityChar::LowConfidence": { - "title": "아이템 개수 인식 오류", - "subtitle": "인식 결과의 신뢰성이 낮습니다. 인식 결과가 이미지와 일치하는지 확인하세요." - }, - "DropAreaDropsQuantity::NotFound": { - "title": "드랍 인식 실패", - "subtitle": "낮은 해상도 또는 화질의 이미지로 인해 발생할 수 있습니다. 이미지가 압축되지는 않았는지 확인하세요." - }, - "DropAreaDrops::LowConfidence": { - "title": "신뢰성이 낮은 아이템 드랍", - "subtitle": "종료된 이벤트의 드랍을 포함하고 있지는 않은지 확인하세요." - }, - "DropAreaDrops::Illegal": { - "title": "잘못된 드랍", - "subtitle": "스테이지에서 드랍되어서는 안 되는 드랍이 스크린샷에 있습니다. 주로 이벤트 기간이 아닐 때 이벤트 드랍이 있는 경우입니다." - }, - "Result::False": { - "title": "작전 결과 화면이 아님", - "subtitle": "작전 결과 화면이 맞는다면, 데이터 서버가 정확한지 확인해 주세요." - }, - "Stage::NotFound": { - "title": "유효한 스테이지를 찾을 수 없음", - "subtitle": "스테이지 식별 오류이거나, 펭귄 물류가 해당 스테이지의 드랍을 집계하지 않는 경우입니다." - }, - "Stage::Illegal": { - "title": "잘못된 스테이지", - "subtitle": "스테이지가 열려 있지 않습니다" - }, - "3stars::False": "3성 클리어가 아님", - "Droptypes::Illegal": { - "title": "잘못된 드랍 분류", - "subtitle": "첫 드랍이나 이성 반환 등 잘못된 드랍 분류가 스크린샷에 있습니다." - }, - "Droptypes::NotFound": "드랍 분류를 찾을 수 없음" - } - }, - "rules": { - "item": { - "_name": "아이템 수", - "now": "“{stage}”에서 “{item}” {quantity}개가 선택되었습니다", - "gte": "“{item}” {should}개보다 많아야 합니다", - "lte": "“{item}” {should}개보다 적어야 합니다", - "not": "“{item}” {should}개가 아니어야 합니다" - }, - "type": { - "_name": "아이템 종류", - "now": "“{stage}”에서 {quantity}가지의 아이템이 선택되었습니다", - "gte": "“{stage}”에서는 최소 {quantity}가지의 아이템이 드랍됩니다", - "lte": "“{stage}”에서는 최대 {quantity}가지의 아이템만 드랍됩니다", - "not": "“{stage}”에서는 {quantity}가지의 아이템이 드랍될 수 없습니다" - } - }, - "clear": "초기화", - "closedReason": { - "INVALID": "제출 불가: 이 스테이지의 메타데이터가 존재하지 않습니다.", - "NOT_FOUND": "스테이지 없음: 선택된 서버에 해당 스테이지가 존재하지 않습니다.", - "EXPIRED": "제출 가능 기간이 아님: 스테이지가 이미 닫혔거나 아직 열리지 않았습니다." - }, - "furniture": "럭키 드랍: {state}", - "name": "보고", - "submit": "제출", - "success": "성공적으로 제출되었습니다", - "unable": "제출 실패: ", - "undo": "제출 취소", - "undoSuccess": "성공적으로 취소되었습니다", - "gacha": "이 스테이지에서는 여러 개의 결과를 보고서에 제출할 수 있습니다.", - "notices": { - "rule_1": "한 번에 하나의 전투에 대한 보고서를 작성하여야 합니다, 제출 전에 입력 내용을 한번 더 확인해 주십시오.", - "rule_2": "드랍이 없는 경우에는, 아무것도 누르지 않은 채로 제출을 눌러 주십시오.", - "rule_3": "처음으로 클리어한 작전은 보고하지 마시고, 운이 좋았던 작전만 보고하지 마십시오 - 모든 드랍을 보고해 주십시오.", - "rule_4": "3성으로 클리어하여 주십시오.", - "rule_5": "CN 서버에서의 드랍만 보고하여 주십시오." - }, - "usage": "좌클릭시 드랍 개수가 증가하며, 우클릭시 감소합니다" - }, - "mirrors": { - "global": { - "notification": "접속 문제로 인해 글로벌 사이트 사용을 권장합니다. {0}" - }, - "cn": { - "notification": "접속 문제로 인해 CN 미러 사용을 권장합니다. {0}" - }, - "_notification": { - "ignore": { - "title": "미러 사용 알림을 무시할까요?", - "subtitle": "정말로 모든 미러 최적화 알림을 끄시겠습니까? 접속 속도 문제가 발생할 수 있습니다." - } - } - }, - "settings": { - "storageIssue": "데이터 오류가 감지되었습니다. 비정상적으로 작동할 수 있습니다. 이 경고가 계속 표시된다면, “설정”에서 “전부 초기화”를 사용해 로컬 데이터를 초기화해보세요.", - "category": { - "appearance": "페이지", - "data": "데이터", - "about": "정보" - }, - "optimization": { - "lowData": { - "title": "데이터 절약 모드", - "active": "데이터 절약 모드 활성화됨", - "subtitle": "데이터 절약 모드는 스테이지 선택 시의 구역 배경 이미지나 웹사이트의 배경 이미지같은 불필요한 리소스 요청을 줄여 데이터 사용량을 줄이도록 도와줍니다." - } - }, - "data": { - "server": "로컬 데이터의 서버 목록: ", - "size": "로컬 데이터 크기: ", - "reset": { - "title": "전부 초기화", - "subtitle": "이 작업은 모든 로컬 데이터를 삭제하고 설정을 초기화할 것입니다. 초기화 후, 모든 설정이 기본값으로 돌아가며, 모든 데이터를 다시 다운로드해야 하고, 웹페이지가 새로고침될 것입니다. 정말로 계속하시겠습니까?" - } - } - }, - "zone": { - "name": "구역", - "types": { - "MAINLINE": "메인", - "WEEKLY": "물자 비축", - "ACTIVITY": "이벤트", - "ACTIVITY_OPEN": "이벤트 (개방 중)", - "ACTIVITY_CLOSED": "이벤트 (종료)", - "ACTIVITY_PENDING": "이벤트 (개방 예정)", - "ACTIVITY_PERMANENT": "에피소드 & 사이드 스토리", - "GACHABOX": "보급 물자" - }, - "subTypes": { - "2019": "2019", - "2020": "2020", - "2021": "2021", - "2022": "2022", - "2023": "2023", - "AWAKENING_HOUR": { - "title": "각성", - "subtitle": "에피소드 0-3" - }, - "VISION_SHATTER": { - "title": "환멸", - "subtitle": "에피소드 4-8" - }, - "DYING_SUN": { - "title": "석양", - "subtitle": "에피소드 9-10" - }, - "INTERLUDE": "에피소드", - "SIDESTORY": "사이드 스토리" - }, - "status": { - "0": "개방 중", - "1": "닫힘", - "-1": "개방 예정", - "permanentOpen": "영구" - }, - "opensAt": "이벤트 기간: {0} - {1}" - }, - "stage": { - "name": "스테이지", - "about": "스테이지 관련 정보", - "apCost": "{apCost} 이성 필요", - "actions": { - "_name": { - "selector": "빠른 액세스", - "selectorEmpty": "사용 가능한 빠른 액세스 없음", - "panel": "빠른 액션" - }, - "star": { - "name": "북마크", - "activate": "북마크", - "activated": "북마크됨", - "deactivate": "클릭해서 북마크를 제거", - "empty": "북마크된 스테이지가 없습니다.\n스테이지의 빠른 액션 패널에서 북마크를 추가할 수 있습니다." - }, - "history": { - "name": "최근 액세스", - "empty": "최근에 액세스한 스테이지가 없습니다.\n스테이지 페이지를 방문하면 기록이 표시될 것입니다.", - "clear": "초기화" - }, - "links": { - "prts-wiki": "위키", - "map-arknights-com": "맵" - }, - "advanced": { - "activator": "고급 쿼리" - } - }, - "loots": { - "NORMAL_DROP": "일반 드랍", - "EXTRA_DROP": "추가 드랍", - "SPECIAL_DROP": "특수 드랍", - "FURNITURE": "럭키 드랍" - }, - "selector": { - "plannerExclude": "플래너 스테이지 제외", - "excludeAll": "전부 제외", - "includeAll": "전부 포함", - "title": "스테이지 선택" - } - }, - "planner": { - "notices": { - "autoExistence": "ArkPlanner는 이제 존재하지 않거나 닫혀 있는 스테이지를 자동으로 숨깁니다." - }, - "options": { - "_name": "설정", - "byProduct": "부산물 획득 고려", - "requireExp": "경험치 획득 고려", - "requireLmb": "용문폐 획득 고려", - "excludeStage": { - "_name": "제외", - "title": "선택", - "selected": "{stages}개의 스테이지 제외됨" - } - }, - "reset": { - "name": "초기화", - "success": "성공적으로 플래너 데이터를 초기화했습니다.", - "dialog": { - "title": "플래너 초기화", - "subtitle": "이 작업은 플래너 데이터와 선택한 설정을 초기화할 것입니다. 정말로 계속하시겠습니까?", - "options": { - "options": { - "name": "플래너 옵션", - "indicator": "옵션 모두 초기화" - }, - "excludes": { - "name": "제외 스테이지", - "indicator": "제외 스테이지 모두 초기화" - }, - "items": { - "name": "아이템 데이터", - "indicator": "아이템 데이터 모두 초기화" - } - } - } - }, - "actions": { - "_name": "데이터", - "import": "불러오기", - "export": "내보내기", - "importExport": "@:(planner.actions.import)/@:(planner.actions.export)", - "calculate": "계산", - "calculating": "계산 중...", - "link": { - "generate": "공유 링크 생성", - "generating": "생성 중...", - "share": "링크 공유" - }, - "config": { - "_name": "구성 코드", - "share": "구성 코드 공유", - "import": "구성 코드로부터 불러오기" - } - }, - "craft": { - "do": "가공", - "unable": "재료 없음", - "errors": { - "title": "가공에 필요한 재료 부족", - "notEnough": "{need}개의 “{item}”이/가 필요하지만, {have}개만 보유 중" - }, - "plans": { - "title": "가공 플랜", - "plan": "{cost}개의 “{item}”(으)로 가공, {remain}개 남음" - }, - "success": "{sourceItems}을/를 사용해 {amount}개의 {productItem}을 생성함" - }, - "have": "보유량", - "need": "필요량", - "copy": "클립보드로 복사", - "calculation": { - "title": "계산 결과", - "tabs": { - "stages": "스테이지", - "syntheses": "가공", - "values": "재료 이성 가치" - }, - "lmb": "예상 용문폐 획득량", - "sanity": "예상 이성 필요량", - "exp": "예상 경험치 획득량", - "times": "회", - "level": "T", - "noStage": "스테이지 없음", - "noSyntheses": "가공 없음" - }, - "calculationError": "계산오류: {error}", - "import": { - "invalidJSON": "가져오지 못했습니다. 데이터 구문 분석 오류입니다. 입력값을 확인해 주세요.", - "success": "{amount}개 항목에 대한 데이터를 성공적으로 가져왔습니다." - } - }, - "item": { - "name": "아이템", - "choose": { - "name": "아이템 선택" - }, - "categories": { - "ACTIVITY_ITEM": "이벤트 아이템", - "CARD_EXP": "작전 기록", - "CHIP": "칩", - "FURN": "가구", - "MATERIAL": "재료" - }, - "related": "관련 아이템", - "undefined": "미확인" - }, - "query": { - "panel": { - "builder": "쿼리 빌더", - "results": "쿼리 결과", - "footer": { - "cache": "현재 표시되는 쿼리 결과는 캐시 데이터입니다. 최신 데이터를 얻으려면 “쿼리 실행”을 다시 눌러주세요.", - "disclaimer": "“고급 쿼리” 기능으로 생성된 모든 데이터는 이 사이트의 “데이터 라이센스 협약”으로 보호됩니다. 펭귄 통계는 “고급 쿼리” 기능으로 생성된 데이터에 대하여 어떠한 형태의 약속이나 보증도 하지 않습니다." - } - }, - "title": { - "main": "메인 쿼리", - "comparison": "비교용 쿼리 #{index}" - }, - "type": { - "matrix": "통계", - "trend": "추세" - }, - "selector": { - "item": { - "title": "아이템 선택", - "subtitle": "선택된 아이템으로 쿼리 결과를 필터링합니다.", - "unspecified": "모든 아이템 표시", - "selected": "{length}개의 아이템 쿼리" - }, - "stage": { - "title": "스테이지 선택", - "subtitle": "(필수) 선택된 스테이지로 쿼리 결과를 필터링합니다." - }, - "timeRange": { - "title": "기간 설정", - "subtitle": "(필수) 특정 기간으로 쿼리 결과를 제한합니다.", - "presets": { - "title": "프리셋", - "start": "시작", - "end": "끝" - } - }, - "interval": { - "title": "추세 간격 단위", - "subtitle": "추세 확인을 위해 시간 간격을 설정합니다.", - "unspecified": "추세를 확인하지 않음" - } - }, - "operation": { - "add": "비교용 쿼리 추가", - "execute": "쿼리 실행", - "inProgress": "쿼리 실행 중..." - }, - "result": { - "main": "메인 쿼리 결과", - "comparison": "비교용 쿼리 #{index} 결과", - "empty": "이 쿼리는 0개의 결과를 반환했습니다. 매개변수를 확인하세요.", - "hideTime": "상세한 시간 숨기기" - } - }, - "version": { - "upgrade": { - "title": "오래된 버전", - "subtitle": "클라이언트 버전이 업데이트로 인해 만료되었습니다. 업데이트 후 다시 시도해 주세요.", - "action": "업데이트", - "unable": "업데이트할 수 없나요?" - } - }, - "notice": { - "failed": "공지 불러오기 실패 : {error}", - "loading": "공지 불러오는 중..." - }, - "dataSource": { - "switch": "데이터 출처", - "global": "전부", - "loginNotice": "개인 드랍 데이터를 확인하려면 먼저 로그인해주세요.", - "personal": "개인", - "title": "로그인 필요" - }, - "validator": { - "required": "필수" - }, - "quotes": { - "doYouKnow": "그거 아시나요? 프틸롭시스의 깃털은 너어어무 귀엽답니다! o(*≧▽≦)ツ" - }, - "credits": { - "material": { - "title": "콘텐츠 크레딧", - "content": "펭귄 통계는 이미지, 애니메이션, 오디오, 원본 텍스트를 포함하며 이들에 한정되지 않는 리소스를 게임의 요소를 더 잘 반영하고 사용자의 경험을 향상시키기 위해 사용합니다. 이러한 작업물의 저작권은 게임 서비스를 제공하는 Shanghai Hypergryph Network Technology Co., Ltd. 및/또는 YOSTAR (HONG KONG) LIMITED, 株式会社Yostar, YOSTAR LIMITED, 龍成網路 등을 포함하는 관련사들에게 있습니다.\n펭귄 통계는 PRTS Wiki([http://prts.wiki](http://prts.wiki))의 일부 리소스를 사용하며 그 중 일부를 원본의 내용이 변하지 않는 선에서 수정했습니다.\n펭귄 통계는 개인/상업 이용이 전부 가능하다고 공식 페이지([http://jovanny.ru](http://jovanny.ru))에서 밝히고 있는 Free Fonts Project에서 제공하는 Bender 글꼴을 직접 조금 수정한 글꼴을 사용하고 있습니다. 따라서 펭귄 통계는 Bender 글꼴이 이러한 라이센스 하에 배포된 것에 특별히 감사를 표합니다." - }, - "source": { - "title": "오픈소스 라이센스" - } - }, - "auth": { - "forgot": { - "activator": "PenguinID를 잊음", - "title": "로그인할 수 없나요?", - "subtitle": "로그인 정보를 복원합니다", - "penguinIdHistory": { - "title": "기존에 사용한 PenguinID", - "lastLoginAt": "마지막 로그인: {time}", - "loginAsUserId": "이 PenguinID로 로그인", - "deleteUserId": "이 PenguinID 기록 제거", - "noData": "데이터 없음", - "tips": "클라이언트 v3.3.1 또는 그 이상의 버전에서 사용된 PenguinID만 복원할 수 있습니다." - } - }, - "failed": { - "message": "로그인에 실패했습니다: {message}", - "notfound": "지정된 사용자 ID를 찾을 수 없습니다" - }, - "loggedOut": "로그아웃 되었습니다", - "login": "로그인", - "logout": "로그아웃", - "logoutPrompt": "정말로 로그아웃 하시겠습니까?", - "notice": "사용자 ID는 당신의 보고서를 확인하는데 사용됩니다. 이 ID를 다른 기기에 입력하면 편리하게 보고서를 관리하고 검사할 수 있습니다.", - "success": "성공적으로 로그인 되었습니다.", - "userId": "사용자 ID" - }, - "members": { - "categories": { - "owner": "웹마스터", - "maintainer": "메인테이너", - "contributors": "기여자", - "others": "그 외", - "translators": "번역가" - }, - "responsibilities": { - "_name": "기여사항", - "arkplanner": "ArkPlanner 제작", - "backend": "백엔드", - "bulkupload": "동시 업로드", - "customersupport": "고객 지원", - "v1frontend": "v1.0 프론트엔드", - "frontend": "프론트엔드", - "localization_en": "영어 현지화", - "localization_ja": "일본어 현지화", - "localization_ko": "한국어 현지화", - "logo": "로고 디자이너", - "maintenance": "데브옵스", - "materials": "재료 이미지 제공", - "statistics": "분석 및 통계", - "widget": "위젯 개발", - "native": "앱 개발", - "recognition": "스크린샷 인식" - }, - "socials": { - "email": "Email", - "github": "GitHub", - "qq": "QQ", - "twitter": "Twitter", - "weibo": "Weibo" - } - }, - "pattern": { - "name": "드랍 패턴", - "empty": "(드랍 없음)", - "error": "이 스테이지의 드랍 패턴\n현재 이용 불가능" - }, - "share": { - "name": "공유", - "shortlink": { - "name": "짧은 링크" - }, - "text": { - "_tmpl": "펭귄 통계 - {name}의 드랍률", - "stage": "스테이지 \"{name}\"", - "item": "아이템 \"{name}\"" - }, - "success": "성공적으로 공유됨" - }, - "search": { - "placeholder": "검색...", - "hint": "스테이지, 구역 또는 아이템 이름 입력" - }, - "specials": { - "mikubirthday2021": { - "caption": "생일 축하해 하츠네 미쿠" - } - }, - "clipboard": { - "error": "클립보드에 복사하지 못했습니다. 텍스트를 수동으로 선택하고 복사해주세요.", - "success": "클립보드에 복사되었습니다." - }, - "network": { - "error": "네트워크 오류. 인터넷 연결을 확인한 후 다시 시도하세요." - }, - "update": { - "refresh": "Refresh", - "success": "Website Updated!" - }, - "link": { - "docs": { - "title": "개발자용", - "subtitle": "펭귄 물류의 자료를 이용한 개발을 위한 정보를 담고 있습니다" - } - }, - "contact": { - "title": "문의", - "body": "질문이나 건의사항이 있다면, 언제든지 관리자에게 연락하여 주십시오.", - "contributor": "팀 구성원 페이지", - "github": "GitHub Issues", - "nga": "NGA (포럼) 스레드" - }, - "home": { - "quickStart": { - "title": "빠른 시작", - "caption": "\n버튼을 클릭해 더 많은 기능을 확인하세요", - "actions": { - "title": { - "report": "보고서 작성", - "byItem": "아이템별 드랍률", - "byStage": "스테이지별 드랍률", - "planner": "파밍 플래너" - }, - "subtitle": { - "report": "보고서를 작성하고 싶어요", - "byItem": "원암은 어디서 캐나요?", - "byStage": "이 스테이지의 드랍률은 어떤가요?", - "planner": "아이템 파밍에 도움이 필요해요" - } - } - }, - "intro": { - "intro_0": "펭귄 물류 데이터 분석 부서에 오신 것을 환영합니다!", - "intro_1": "저희는 펭귄 물류의 데이터 분석 부서입니다. 저희는 아이템 드랍에 대한 분석을 맡고 있습니다.", - "intro_2": "대부분의 데이터는 박사들에 의해 수동으로 제출되었으며, 저희 부서는 잘못된 보고서나 잘못된 결과를 방지하기 위해 전체적인 데이터 검사를 실시하고 있습니다." - } - }, - "links": { - "tags": { - "apRanking": "이성 효율 순위", - "character": "오퍼레이터 목록", - "cn_wiki": "중국 서버 위키", - "dropRateRanking": "드랍률 순위", - "enemy": "적 목록", - "experience": "팁 모음", - "generalRanking": "종합 순위", - "hr": "공개모집 계산기", - "ja_translation": "메인스토리 일본어 번역", - "jp_wiki": "일본 서버 위키", - "levelup": "레벨링 계산기", - "materials": "육성 재료 계산기", - "planner": "플래너", - "storage": "창고 관리기", - "walkthrough": "공략집", - "map": "스테이지", - "video": "스테이지 가이드" - } - }, - "donate": { - "donate_0": "사용자 수와 서버비가 늘어나면서 펭귄 통계는 위기에 처해 있습니다. 관리자는 사랑하는 펭귄 통계를 지키기 위해...", - "donate_1": "사용자 수가 늘어나면서 서버에 무리가 가고 있습니다. 만약 몇몇 박사들이", - "donate_2": "서버비", - "donate_3": "빼빼로나 애플파이도 환영합니다!", - "donate_4": "를 기부해주신다면, 매우 감사할 것입니다!", - "accountBook": "장부", - "methods": { - "alipay": "Alipay", - "paypal": "PayPal로 기부하기", - "wechatPay": "WeChat Pay" - }, - "redirectToApp": "{app}으로 기부하기" - }, - "result": { - "name": "통계 결과", - "title": "{item}의 통계 결과" - } -} \ No newline at end of file diff --git a/src/locales/archived/zh.js b/src/locales/archived/zh.js deleted file mode 100644 index af8ea9b2..00000000 --- a/src/locales/archived/zh.js +++ /dev/null @@ -1,959 +0,0 @@ -const messages = { - app: { - name: "企鹅物流数据统计", - name_lines: "企鹅物流数据统计", - }, - server: { - name: "服务器", - switch: "服务器切换", - selected: "已选择", - servers: { - CN: "国服", - US: "美服", - JP: "日服", - KR: "韩服", - }, - }, - menu: { - _beta: "公测", - home: "首页", - report: { - _name: "掉落汇报", - stage: "按章节", - recognition: "截图识别", - }, - search: "全局搜索", - stats: { - _name: "素材掉率", - stage: "按作战", - item: "按素材", - advanced: "高级查询", - }, - about: { - _name: "关于本站", - members: "团队成员", - contribute: "参与开发", - changelog: "更新记录", - contact: "联系我们", - donate: "捐助", - links: "友情链接", - bulletin: "公告", - credits: "内容来源", - }, - siteStats: "全站数据一览", - planner: "刷图规划器", - v1: "访问旧版", - refreshData: "刷新数据", - languages: "语言切换", - settings: { - name: "设置", - themeStyles: { - name: "切换主题", - disabled: "(已禁用:活跃的特殊主题)", - default: "默认主题", - miku2021: "初音未来 2021 生日特别主题", - }, - appearances: { - name: "切换外观", - system: "跟随系统设置", - dark: "总是使用暗色", - light: "总是使用亮色", - }, - }, - overline: { - planner: "ArkPlanner", - }, - }, - meta: { - details: "详细信息", - loading: "正在加载...", - notfound: "???", - footer: { - copyright: { - title: "许可协议", - content: - "素材掉落统计数据由企鹅物流统计,采用知识共享 署名-非商业性使用 4.0 国际 许可协议进行许可。转载、公开或以任何形式复制、发行、再传播本站任何内容时,必须注明从企鹅物流数据统计转载,并提供版权标识、许可协议标识、免责标识和作品链接;且未经许可,不得将本站内容或由其衍生作品用于商业目的。", - }, - credit: "企鹅物流数据统计 | {date}", - }, - separator: "、", - quotation: { - start: "“", - end: "”", - }, - boolean: { - true: "是", - false: "否", - }, - hasNorNot: { - true: "有", - false: "无", - }, - dialog: { - cancel: "取消", - confirm: "确认", - submit: "提交", - save: "保存", - close: "关闭", - }, - time: { - minute: "{m}分 ", - second: "{s}秒", - }, - copyWarning: "\n\n以上数据来自企鹅物流数据统计({site})", - }, - stats: { - headers: { - pattern: "组合", - stage: "作战", - apCost: "理智", - item: "物品", - itemDrops: "掉落情况合计", - times: "样本数", - quantity: "掉落数", - percentage: "百分比", - apPPR: "单件期望理智", - clearTime: "最短通关用时", - itemPerTime: "单件期望用时", - timeRange: "统计区间", - recruitTag: "公开招募 Tag", - recruitObservations: "Tag 出现次数", - recruitRecruits: "公开招募次数", - }, - headerDesc: { - apCost: "完成单次该作战的所需理智数量", - quantity: - "在该作战中,所有提交到企鹅物流数据统计的样本内,该物品的出现次数", - times: "在该作战中,所有提交到企鹅物流数据统计的样本提交次数", - percentage: "期望掉落概率;计算方式为 (掉落数 / 样本数)", - patternPercentage: - "此掉落组合占所有掉落汇报的百分比;计算方式为 (掉落数 / 样本数)", - apPPR: - "根据当前的「百分比」项,计算出的在该作战获得「1x对应物品」所需的期望理智,即 (作战理智消耗 / (掉落数 / 样本数))", - clearTime: - "来源为 PRTS Wiki 中的「最短通关用时」;其中,PRTS Wiki 对此的计算方法为:由「作战开始」直至「最后出怪」期间,使用 1 倍速的最短所需游戏时间总长", - itemPerTime: - "根据当前的「百分比」项,计算出的在该作战获得「1x对应物品」所需的期望时间消耗,即 (作战最短通关用时 / (掉落数 / 样本数))", - timeRange: - "由于存在掉落物列表变动故引入的「统计区间」概念。在本表所展示的数据中,其将仅包含已标注时间段内所提交的样本统计数据。若欲查看其它统计区间内的样本统计情况,请使用「高级查询」", - }, - filter: { - title: "数据过滤", - indicator: "已应用 {count} 个过滤器", - stats: "过滤后 {filtered} / 过滤前 {total}", - overview: "过滤概览", - type: { - _name: "作战类型", - showPermanent: "常驻", - showActivity: "活动", - }, - status: { - _name: "作战状态", - onlyOpen: "仅正在开放", - }, - }, - itemPreview: { - more: "共 {count} 个作战含有此掉落", - }, - timeRange: { - inBetween: "{0} ~ {1}", - toPresent: "{date} 至今", - endsAt: "{date} 之前", - unknown: "未知", - notSelected: "(暂未选择)", - }, - trends: { - name: "掉落历史趋势", - set: { - rate: "掉落率", - sample: "当日样本量", - drops: "掉落数", - }, - }, - lastUpdated: "最后更新:{date}", - site: { - viewMore: "查看更多", - total: { - sanity: "所有掉落汇报消耗理智", - report: "掉落汇报总数", - items: "物品掉落总数", - }, - stages: "作战掉落汇报排行", - items: "物品掉落汇报排行", - all: "全时段", - "24hr": "最近 24hr", - generating: { - title: "全站数据一览正在计算中...", - subtitle: - "神经网络信息:由于数据量庞大,全站数据一览需要大约 5 分钟进行计算。请稍后再来。", - refresh: "刷新全站数据一览", - }, - }, - }, - contribute: { - repo: "项目仓库:", - frontend: "前端", - frontendV4: "前端 v4", - backend: "后端", - livehouse: "LiveHouse", - recognizer: "截图识别", - newFolder: "锐意新建文件夹中", - caption: - "企鹅物流数据统计是一项非盈利的社区项目,我们的发展离不开大家的共同维护与支持。欢迎前往上方 GitHub 为我们点 Star、提出 Issues,我们当然同时也欢迎 Pull Requests。", - contribute_0: - "如果您有以下一项或多项经验,愿意为企鹅数据贡献自己的一份力量,请加QQ群:747099627", - contribute_1: "本项目为无偿开源项目", - skills: { - frontend: "网站前端开发(React)", - backend: "网站后端开发(Go, PostgreSQL)", - mobile: "移动端 App 开发(iOS、Android)", - maintenance: "网站运维", - design: "UI/UX设计", - analysis: "数据统计分析", - others: "...", - }, - }, - fetch: { - loading: "正在刷新数据...", - chunk: { - title: "正在从扩展神经网络传输数据", - subtitle: "页面模块项正在加载中,请稍等...", - }, - failed: { - title: "神经网络连接异常", - subtitle: "未能与神经网络建立对等连接,部分资源丢失", - retry: "重试", - deploying: "新版部署中,最多将持续 5 分钟,请耐心等待", - error: { - zones: "章节元数据", - stages: "作战元数据", - items: "物品数据", - limitations: "汇报数据校验规则", - trends: "汇报历史数据", - globalMatrix: "全平台掉落数据", - personalMatrix: "个人掉落数据", - globalPatternMatrix: "全平台掉落组合数据", - personalPatternMatrix: "个人掉落组合数据", - stats: "全站概览数据", - period: "服务器事件数据", - config: "前端配置", - }, - }, - }, - report: { - alert: { - title: { - first: "检测到失误风险", - repeat: "警告", - }, - continue: { - first: "确定要继续吗?", - repeat: "真的确定要继续吗?", - }, - contact: { - before: "如果您认为这是一次误判,欢迎", - activator: "联系作者", - after: - "(请附作战名称、实际掉落、若有掉落截图更佳),确认后我们会尽快予以修正。", - }, - causes: { - noDrop: "尚未选择任何掉落物品", - limitation: - "本次汇报与现有数据差距较大,继续提交可能导致此次汇报被判定为异常,无法计入全部统计数据中。", - }, - }, - specialSideStory: { - dialog: { - title: "「多索雷斯假日」活动特殊掉落汇报策略提示", - cancel: "关闭", - confirmTimerPending: "我已知晓并继续 ({timer})", - confirmTimerDone: "我已知晓并继续", - }, - }, - recognition: { - step: { - select: "选择", - recognize: "识别", - confirm: "确认", - report: "汇报", - }, - tips: { - fileTooBig: '"{name}" ({size}MB) 超出大小限制', - fileTooOld: '"{name}" 的截图时间超过了 36h 内的时间限制', - chooseImage: "点击以选择并加入图片、或直接向框内区域拖拽以加入图片", - dragImage: "将图片拖拽到此处", - addImage: "点击此处加入图片", - copyImage: - "右键图片或长按图片可拷贝到剪贴板或保存图片;再次点击图片即可关闭", - abnormal: - "您提交识别的截图中有 {count} 张截图由于未成功通过质量监测,被标记为了「汇报排除」并将无法上传至本站", - notImageFile: "{files} 不是图片文件,无法使用", - emptyResult: "无可用识别结果", - unsatisfiedStart: "无法开始识别", - emptyFile: "暂未选择任何图片", - hasInvalidFile: "含有无效文件", - }, - status: { - success: "成功", - warning: "警告", - error: "异常", - }, - description: "仅需选择结算页面截图,即可自动识别并上传所有掉落结果。", - recognize: { - noFilename: "暂无文件名", - elapsed: "已用时间", - remaining: "预计剩余", - speed: "识别速度", - imagePerSecond: "{count} 图/秒", - }, - confirm: { - loadingImage: "正在加载截图预览", - overview: { - _name: "结果概览", - total: "共识别了", - success: "检测通过", - error: "检测异常", - count: "{count} 张", - server: "数据集服务器", - duration: "每张图片平均识别用时", - }, - details: "结果详情", - unknownStage: "无法识别", - abnormal: { - error: "此张图片未通过质量监测", - fatal: "此张图片无法被识别", - details: "详细异常列表", - hover: "鼠标悬浮以查看识别内容", - }, - cherryPick: { - disabled: "无法选择异常图片", - accepted: "上传本图结果", - rejected: "不上传本图结果", - }, - noResult: "暂时没有识别结果", - submit: "确认已勾选的 {count} 次结算记录", - itemsTotal: "物品数合计", - }, - report: { - title: "汇报详情", - total: "总计", - submit: "汇报 {count} 次结算记录", - reporting: "正在批量上传掉落汇报...", - allSucceeded: "已成功上传 {count} 次结算记录", - partialSucceeded: "仅成功上传共 {count} 次的部分结算记录", - partialFailed: - "共计 {count} 次结算记录上传失败。请依照下方步骤排查可能出现的错误原因", - partialFailedDesc: [ - "检查您的网络连接:质量较差的网络连接或网络中断可能造成上传失败。", - "为保证全站数据集免受外部攻击的影响,若您在多次重试后依然无法上传,则可能您的提交量已触发汇报上限、请于 24 小时后再重试上传剩余的掉落汇报。", - "由于 IP 性质并不能定位到您个体,在宽带热门区域,您的 IP 有可能与他人共享使用。此种情况下,请尝试切换您的移动网络或 WiFi 重试识别,亦或您可以于 24 小时后重试上传。", - "为防止重传攻击,我们会对您的请求附加时间戳;若您的设备的时间与正常时间差距过大,则可能导致上传失败,请尝试校准设备时间后重试。", - ], - caption: - "感谢您的掉落汇报;由于缓存原因,您汇报的数据可能需要最多 20 分钟即可于全站数据集生效", - }, - states: { - pending: "正等待初始化...", - initializing: "初始化中...", - recognizing: "正在识别...", - rendering: "渲染确认内容中...", - submitting: "正在提交记录...", - }, - cost: "耗时", - filename: "文件名", - result: "识别结果", - queue: "识别图片队列", - start: "识别 {count} 张图片", - progress: "进度", - retry: "提交失败,正在重试", - filter: "结果过滤", - notices: { - welcome: [ - "新版截图识别已适配于 2022 年 4 月的国服新游戏内 UI。", - "您所有提供的图片均仅会通过使用 WebAssembly 技术于您的浏览器**本地**进行识别、不会向服务器上传,因此不产生额外流量开销。", - "为保证本站数据集准确度,请仅选择**截图时间在 36 小时内**、通关评价为 **3 星**的**结算界面**截图。", - "请**不要**选择首次通关截图,并请如实汇报**所有**发生的掉落情况。", - ], - confirm: [ - "点击图片可以放大以便于核对;再次点击图片即可关闭", - "成功识别的截图已被自动选中上传", - "为保证本站数据集准确度,您将**不可**选中发生识别错误的截图", - ], - }, - exceptions: { - "Fingerprint::Same": { - title: "存在完全一致的图片", - subtitle: "请检查是否选择了重复的截图", - }, - "FileTimestamp::TooClose": { - title: "存在截图相隔时间过短的图片", - subtitle: "请检查是否选择了重复截图", - }, - "DropInfos::Violation": "识别结果验证失败", - "StageChar::LowConfidence": { - title: "关卡识别可能存在错误", - subtitle: "识别置信度低,请核对识别结果是否与图片一致", - }, - "DropQuantityChar::LowConfidence": { - title: "物品数量识别可能存在错误", - subtitle: "识别置信度低,请核对识别结果是否与图片一致", - }, - "DropAreaDropsQuantity::NotFound": { - title: "存在未识别到数量的掉落", - subtitle: - "分辨率或质量较差的图片可能会导致此问题。请检查图片是否经过压缩处理", - }, - "DropAreaDrops::LowConfidence": { - title: "存在未知掉落", - subtitle: "此问题通常是由于非活动期间的活动掉落的导致的。", - }, - "DropAreaDrops::Illegal": { - title: "存在非法掉落", - subtitle: - "此关卡目前不应存在任何掉落,但图片中存在。这通常是由于非活动期间的活动掉落的导致的。", - }, - "Result::False": { - title: "非结算页面截图或内部错误", - subtitle: - "若这确实是一张结算页面截图,请检查您是否选择了正确的服务器", - }, - "Stage::NotFound": { - title: "未知关卡", - subtitle: - "这可能是关卡识别出现了错误,或此关卡不被收录(如剿灭作战、绝境作战等)", - }, - "Stage::Illegal": { - title: "非法关卡", - subtitle: "此关卡目前不开放", - }, - "3stars::False": "非三星评价", - "Droptypes::Illegal": { - title: "非法掉落类型", - subtitle: - "截图中存在首次掉落、理智返还等非法掉落类型,或存在识别失败的掉落类型", - }, - "Droptypes::NotFound": "未找到任何掉落类型", - }, - defectReport: { - dialog: { - title: "反馈截图识别缺陷", - subtitle: - "反馈截图识别缺陷将上传您的截图原图、识别结果与环境信息(包括当前的前端 UI 版本号、识别内核版本号与识别资源版本号)至本站服务器。在上传后,我们将使用提交的数据进行算法优化,以期减少错误率。感谢您帮助我们改进识别效果!", - section: { - originalImage: "截图原图", - recognitionResult: "识别结果", - environment: "环境信息", - }, - }, - state: { - preflight: "正在上传缺陷元数据...", - uploading: "正在上传截图原图...", - }, - snackbar: { - succeeded: "识别问题已提交,感谢您的反馈!", - failed: "识别问题提交失败,请稍后重试", - }, - action: "反馈识别问题...", - reported: "已反馈问题", - }, - }, - rules: { - item: { - _name: "物品项", - now: "已于 “{stage}” 选择了 {quantity} 个 “{item}”", - gte: "“{stage}” 内的 “{item}” 应至少有 {should} 个", - lte: "“{stage}” 内的 “{item}” 应至多有 {should} 个", - not: "“{stage}” 内的 “{item}” 数量不应等于 {should}", - }, - type: { - _name: "物品种类", - now: "于 “{stage}” 已选 {quantity} 种物品", - gte: "“{stage}” 内应至少有 {should} 种物品", - lte: "“{stage}” 内应至多有 {should} 种物品", - not: "“{stage}” 内的物品种类数应总计不为 {should}", - }, - }, - clear: "清空", - closedReason: { - EXPIRED: "不在可汇报时间区间内:作战已结束或暂未开启", - NOT_FOUND: "作战不存在:于所选服务器未找到此作战", - INVALID: "无法汇报:此作战未包含掉落汇报元数据", - }, - furniture: "家具掉落:{state}", - name: "汇报结果", - submit: "提交", - success: "汇报成功", - unable: "无法提交:", - undo: "撤销", - undoSuccess: "撤销成功", - gacha: "本作战允许在一次汇报内包含多个结果。", - notices: { - rule_1: "这是单次作战的提交,请注意核对数目;", - rule_2: "若无素材掉落,请直接点击提交;", - rule_3: "请不要汇报首次通关奖励,不要只汇报比较“欧”的掉落;", - rule_4: "请保证通关评价是3星;", - rule_5: "请只汇报国服的掉落,谢谢。", - }, - dossolesHoliday: { - title: { - inner: "确保集齐所有标志物", - tmpl: "请{0}后再进行汇报", - }, - content: - "根据初步数据统计推测,标志物掉率计算事件可能不满足独立前提,即:在所有标志物被集齐前、其掉率可能会产生动态变化。因此,我们决定仅收集集齐所有标志物后的掉率数据", - }, - usage: "左键增加,右键减少", - }, - mirrors: { - global: { - notification: "推荐使用海外镜像站 {0},可以提升访问速度哦!", - }, - cn: { - notification: "推荐使用国内镜像站 {0},可以提升访问速度哦!", - }, - _notification: { - ignore: { - title: "不再显示镜像提示?", - subtitle: "确定要忽略所有镜像提示吗?网站加载性能可能会受到影响。", - }, - }, - }, - settings: { - storageIssue: - "本地缓存存储出现问题,应用可能不稳定;若持续出现此警告,请尝试通过「菜单 - 设置 - 重置本地数据与设置」清空缓存以修复", - category: { - appearance: "外观", - data: "设置与数据", - about: "关于", - }, - iosSystemSettings: "语言与隐私设置", - optimization: { - lowData: { - title: "低数据模式", - active: "低数据模式已启用", - subtitle: - "低数据模式将停止加载诸如作战列表背景图、全站背景立绘等不必要资源以减少网络数据的使用。", - }, - }, - data: { - server: "本地缓存数据包含服务器:", - size: "本地数据大小:", - reset: { - title: "重置本地数据与设置", - subtitle: - "将会删除所有本地数据与设置。删除后,所有本地设置均会重置至默认值并刷新页面,数据将需要重新加载。确定要继续吗?", - }, - }, - push: { - language: "消息语言", - categories: { - _name: "推送类型", - NewStage: { - title: "新章节加入", - subtitle: "在新章节加入本 App 时通知您", - }, - ImportantTimePoint: { - title: "防侠客", - subtitle: "在活动即将结束时通知您", - }, - Maintenance: { - title: "上游闪断更新", - subtitle: "在新的游戏服务器闪断更新公告发布后通知您", - }, - ClientUpgrade: { - title: "客户端强制更新", - subtitle: "在新的客户端强制更新公告发布后通知您", - }, - }, - }, - }, - zone: { - name: "章节", - types: { - MAINLINE: "主题曲", - WEEKLY: "资源收集", - ACTIVITY: "限时活动", - ACTIVITY_OPEN: "限时活动 — 开放中", - ACTIVITY_CLOSED: "限时活动 — 已结束", - ACTIVITY_PENDING: "限时活动 — 即将开放", - ACTIVITY_PERMANENT: "插曲 & 别传", - GACHABOX: "物资补给箱", - RECRUIT: "公开招募统计", - }, - subTypes: { - 2019: "2019", - 2020: "2020", - 2021: "2021", - 2022: "2022", - 2023: "2023", - AWAKENING_HOUR: { - title: "觉醒", - subtitle: "0~3 章", - }, - VISION_SHATTER: { - title: "幻灭", - subtitle: "4~8 章", - }, - DYING_SUN: { - title: "残阳", - subtitle: "9~12 章", - }, - INTERLUDE: "插曲", - SIDESTORY: "别传", - }, - status: { - 0: "开放中", - 1: "已结束", - "-1": "即将开放", - permanentOpen: "常驻开放", - }, - opensAt: "开放时间:{0} - {1}", - }, - stage: { - name: "作战", - about: "关于此作战", - apCost: "{apCost} 点理智", - actions: { - _name: { - selector: "快速访问", - selectorEmpty: "暂无任何快速访问记录", - panel: "快速操作", - }, - star: { - name: "星标作战", - activate: "星标此作战", - activated: "已星标此作战", - deactivate: "点击以取消", - empty: [ - "暂无已星标的作战", - "使用作战详情中的「快速操作」即可星标作战并于此处显示", - ], - }, - history: { - name: "最近选择作战", - empty: ["暂无最近选择作战", "访问任何作战页面后,记录即会于此处显示"], - clear: "清空", - }, - links: { - "prts-wiki": "Wiki", - "map-arknights-com": "地图", - }, - advanced: { - activator: "进行高级查询", - }, - }, - loots: { - NORMAL_DROP: "常规掉落", - EXTRA_DROP: "额外物资", - SPECIAL_DROP: "特殊掉落", - FURNITURE: "家具", - }, - selector: { - plannerExclude: "排除规划作战", - excludeAll: "排除全部", - includeAll: "选中全部", - title: "作战选择", - }, - }, - planner: { - notices: { - autoExistence: "刷图规划器现将会自动隐藏未于已选择服务器出现或开放的作战", - }, - options: { - _name: "选项", - byProduct: "考虑合成副产物", - requireExp: "大量需求经验", - requireLmb: "大量需求龙门币", - excludeStage: { - _name: "计算排除", - title: "选择", - selected: "已排除 {stages} 关", - }, - }, - reset: { - name: "重置", - success: "成功重置所选数据项", - dialog: { - title: "重置刷图规划器数据", - subtitle: "将会删除所选部分的相关刷图规划器数据项", - options: { - options: { - name: "规划选项", - indicator: "将清除所有规划选项", - }, - excludes: { - name: "计算排除", - indicator: "将清除所有排除作战", - }, - items: { - name: "物品数据", - indicator: "将清除所有物品数据", - }, - }, - }, - }, - actions: { - _name: "数据", - import: "导入", - export: "导出", - importExport: "@:(planner.actions.import)/@:(planner.actions.export)", - calculate: "计算规划", - calculating: "少女计算中...", - link: { - generate: "获取分享链接", - generating: "正在生成", - share: "分享链接", - }, - config: { - _name: "配置代码", - share: "分享配置代码", - import: "导入配置代码", - }, - }, - craft: { - do: "合成", - unable: "无法合成", - errors: { - title: "合成缺少所需物品", - notEnough: "需要 {need} 个「{item}」以合成,但仅已有 {have} 个", - }, - plans: { - title: "合成规划", - plan: "将使用 {cost} 个「{item}」合成并剩余 {remain} 个", - }, - success: "已使用 {sourceItems} 合成 {amount} 个 {productItem}", - }, - have: "已有", - need: "需要", - copy: "复制到剪贴板", - calculation: { - title: "规划结果", - tabs: { - stages: "作战列表", - syntheses: "合成列表", - values: "素材理智价值", - }, - lmb: "预计龙门币收益", - sanity: "预计需要理智", - exp: "预计获得录像带经验", - times: "次", - level: "材料等级", - noStage: "未找到需要进行的作战。", - noSyntheses: "未找到需要合成的素材。", - }, - }, - item: { - name: "素材", - choose: { - name: "素材选择", - }, - categories: { - ACTIVITY_ITEM: "活动道具", - CARD_EXP: "作战记录", - CHIP: "芯片", - FURN: "家具", - MATERIAL: "材料", - }, - related: "相关物品", - undefined: "未知物品", - }, - query: { - panel: { - builder: "查询编辑器", - results: "查询结果", - footer: { - cache: - "现在显示的查询结果数据为缓存数据。若需要获取最新数据,请再次「执行查询」。", - disclaimer: - "「高级查询」功能所产出的所有数据信息均受本站「数据许可协议」保护;本站不对「高级查询」功能所产出的所有数据信息做任何形式的承诺或背书。", - }, - }, - disclaimer: { - title: "使用前必读", - content: - "「高级查询」意在为有更复杂数据分析需求的用户提供以更高自由度使用企鹅物流数据统计内相关数据集之可能性。由于本功能的高自由度属性,在不了解统计学等相关学科的学术内容前,尝试分析此功能的查询结果可能会存在误导性。企鹅物流数据统计提醒各位对数据进行二次分析的刀客塔:请在分析时不要断章取义、故意使用本站数据引导舆论。高级查询功能的受众群体是熟悉统计学等学科的用户,开放后便于他们以更多维度分析数据集。我们欢迎对掉落数据感兴趣并进行客观与科学分析的刀客塔,但我们不欢迎带有个人情绪或既定立场的情况下、尝试错误地从本站数据中得出对任何实体不利结论的用户。", - }, - title: { - main: "主查询", - comparison: "对比查询 #{index}", - }, - type: { - matrix: "统计数据", - trend: "历史趋势", - }, - selector: { - item: { - title: "素材选择", - subtitle: "用于将查询结果过滤为此作战内的特定素材。", - unspecified: "显示作战全部掉落素材", - selected: "仅查询 {length} 种素材", - }, - stage: { - title: "选择作战", - subtitle: "(必填)用于将查询结果过滤为一特定作战。", - }, - timeRange: { - title: "时间段", - subtitle: "(必填)用于将查询结果过滤为于一特定时间段内。", - presets: { - title: "预设时间", - start: "开始", - end: "结束", - }, - }, - interval: { - title: "分段间隔", - subtitle: "用于设置历史趋势的分段间隔。", - unspecified: "不分段", - }, - }, - operation: { - add: "添加对比查询", - execute: "执行查询", - inProgress: "正在执行查询", - }, - result: { - main: "主查询结果", - comparison: "对比查询 #{index} 结果", - empty: "此查询返回了 0 个结果,请检查对应查询条件后重试", - hideTime: "隐藏详细时间", - }, - }, - version: { - upgrade: { - title: "版本已过期", - subtitle: "由于接口升级,您现在使用的版本已过期。请在升级后重试", - action: "升级", - unable: "无法升级?", - }, - }, - notice: { - failed: "获取公告失败:{error}", - loading: "正在加载公告", - }, - dataSource: { - switch: "统计范畴", - global: "全平台", - loginNotice: "查看个人掉落数据前,请先登录", - personal: "个人", - title: "需要登录", - }, - matrixCategory: { - switch: "数据来源", - all: { - label: "全部", - // tooltip: "全部数据来源", - }, - auto: { - label: "自动", - tooltip: "自动数据来源:指由第三方工具所自动汇报的掉落数据", - }, - manual: { - label: "手动", - tooltip: - "手动数据来源:指由用户使用企鹅物流数据统计的「网页或 App 端」中的「掉落汇报」或「截图识别」汇报的掉落数据", - }, - }, - validator: { - required: "必填", - }, - quotes: { - doYouKnow: ["你知道吗?白面鸮头上的那一撮毛超级可爱!o(*≧▽≦)ツ"], - }, - credits: { - material: { - title: "网站内容声明", - content: [ - "企鹅物流数据统计网站内所使用的游戏资源(包括但不限于:游戏图片、动画、音频、文本原文或其转译版本等),其目的仅为更好地反映游戏内对应元素、增强用户体验,相关作品之版权仍属于上海鹰角网络科技有限公司和/或其关联公司,即鹰角网络游戏软件和/或鹰角网络游戏服务的提供方(包括但不限于:YOSTAR (HONG KONG) LIMITED, 株式会社Yostar, YOSTAR LIMITED, 龍成網路 等)", - "企鹅物流数据统计网站内所使用的部分资源来源于 PRTS Wiki ([http://prts.wiki](http://prts.wiki)) 并同时对部分资源进行了非歧义性的更改", - "企鹅物流数据统计网站内使用了经细微修改的、由 Free Fonts Project 提供的 Bender 字体([http://jovanny.ru](http://jovanny.ru)),该字体特别说明使用者可将相关字体以任何用途、没有任何限制地使用,在此特别表示感谢。", - "企鹅物流数据统计网站的「掉落识别」功能中,嵌入了经格式转换的、由 Synthview Type Design 提供的 Novecento Sans Bold 字体([http://typography.synthview.com/novecento-sans-font-family.php](http://typography.synthview.com/novecento-sans-font-family.php)),以供非展示性用途的模板匹配使用。", - ], - }, - source: { - title: "开源许可列表", - }, - }, - auth: { - forgot: { - activator: "忘记 PenguinID", - title: "无法登录?", - subtitle: "找回登录信息", - penguinIdHistory: { - title: "此前曾登录的 PenguinID", - lastLoginAt: "最后于 {time} 在本设备登录", - loginAsUserId: "以此 PenguinID 登录", - deleteUserId: "删除此 PenguinID 登录记录", - noData: "暂无数据", - tips: "本功能仅可找回于 v3.3.1 及更新版本客户端所登录的 PenguinID", - }, - }, - }, - members: { - categories: { - owner: "站长", - maintainer: "主要贡献者", - contributors: "内容贡献者", - others: "其他", - translators: "翻译", - }, - responsibilities: { - _name: "贡献项目", - arkplanner: "ArkPlanner 作者", - backend: "后端", - bulkupload: "批量汇报", - customersupport: "客服", - v1frontend: "v1.0 前端", - frontend: "前端", - localization_en: "英语本地化", - localization_ja: "日语本地化", - localization_ko: "韩语本地化", - logo: "Logo 画师", - maintenance: "运维", - materials: "素材提供", - statistics: "统计分析", - widget: "小组件开发", - native: "App 开发", - recognition: "截图识别", - }, - socials: { - email: "Email", - github: "GitHub", - qq: "QQ", - twitter: "Twitter", - weibo: "微博", - }, - }, - pattern: { - name: "掉落组合", - empty: "无掉落", - error: ["暂无本作战", "掉落组合数据"], - }, - share: { - name: "分享", - shortlink: { - name: "短链接", - }, - text: { - _tmpl: "查看企鹅物流数据统计中「{name}」的掉落统计数据", - stage: "作战 {name}", - item: "素材 {name}", - }, - success: "分享成功", - }, - search: { - placeholder: "搜索...", - hint: "键入 物品全拼 拼音首字母 作战名 章节名 关卡编号 或 部分关卡/物品昵称", - }, - confirmLeave: { - title: "确定要离开此页面吗?", - subtitle: "未保存的更改可能会丢失", - }, - specials: { - mikubirthday2021: { - caption: "祝公主殿下生日快乐", - }, - }, -}; - -export default Object.freeze(messages); diff --git a/src/locales/archived/zh.json b/src/locales/archived/zh.json deleted file mode 100644 index 646e164f..00000000 --- a/src/locales/archived/zh.json +++ /dev/null @@ -1,1017 +0,0 @@ -{ - "app": { - "name": "企鹅物流数据统计", - "name_lines": "企鹅物流数据统计" - }, - "server": { - "name": "服务器", - "switch": "服务器切换", - "selected": "已选择", - "servers": { - "CN": "国服", - "US": "美服", - "JP": "日服", - "KR": "韩服" - } - }, - "menu": { - "_beta": "公测", - "home": "首页", - "report": { - "_name": "掉落汇报", - "stage": "按章节", - "recognition": "截图识别" - }, - "search": "全局搜索", - "stats": { - "_name": "素材掉率", - "stage": "按作战", - "item": "按素材", - "advanced": "高级查询" - }, - "about": { - "_name": "关于本站", - "members": "团队成员", - "contribute": "参与开发", - "changelog": "更新记录", - "contact": "联系我们", - "donate": "捐助", - "links": "友情链接", - "bulletin": "公告", - "credits": "内容来源" - }, - "siteStats": "全站数据一览", - "planner": "刷图规划器", - "v1": "访问旧版", - "refreshData": "刷新数据", - "languages": "语言切换", - "settings": { - "name": "设置", - "themeStyles": { - "name": "切换主题", - "disabled": "(已禁用:活跃的特殊主题)", - "default": "默认主题", - "miku2021": "初音未来 2021 生日特别主题" - }, - "appearances": { - "name": "切换外观", - "system": "跟随系统设置", - "dark": "总是使用暗色", - "light": "总是使用亮色" - } - }, - "overline": { - "planner": "ArkPlanner" - } - }, - "meta": { - "details": "详细信息", - "loading": "正在加载...", - "notfound": "???", - "footer": { - "copyright": { - "title": "许可协议", - "content": "素材掉落统计数据由企鹅物流统计,采用知识共享 署名-非商业性使用 4.0 国际 许可协议进行许可。转载、公开或以任何形式复制、发行、再传播本站任何内容时,必须注明从企鹅物流数据统计转载,并提供版权标识、许可协议标识、免责标识和作品链接;且未经许可,不得将本站内容或由其衍生作品用于商业目的。" - }, - "credit": "企鹅物流数据统计 | {date}" - }, - "separator": "、", - "quotation": { - "start": "“", - "end": "”" - }, - "boolean": { - "true": "是", - "false": "否" - }, - "hasNorNot": { - "true": "有", - "false": "无" - }, - "dialog": { - "cancel": "取消", - "confirm": "确认", - "submit": "提交", - "save": "保存", - "close": "关闭" - }, - "time": { - "minute": "{m}分 ", - "second": "{s}秒" - }, - "copyWarning": "\n\n以上数据来自企鹅物流数据统计({site})", - "confirmLeave": { - "title": "确定要离开此页面吗?", - "subtitle": "未保存的更改可能会丢失" - } - }, - "stats": { - "headers": { - "pattern": "组合", - "stage": "作战", - "apCost": "理智", - "item": "物品", - "itemDrops": "掉落情况合计", - "times": "样本数", - "quantity": "掉落数", - "percentage": "百分比", - "apPPR": "单件期望理智", - "clearTime": "最短通关用时", - "itemPerTime": "单件期望用时", - "timeRange": "统计区间", - "recruitTag": "公开招募 Tag", - "recruitObservations": "Tag 出现次数", - "recruitRecruits": "公开招募次数" - }, - "headerDesc": { - "apCost": "完成单次该作战的所需理智数量", - "quantity": "在该作战中,所有提交到企鹅物流数据统计的样本内,该物品的出现次数", - "times": "在该作战中,所有提交到企鹅物流数据统计的样本提交次数", - "percentage": "期望掉落概率;计算方式为 (掉落数 / 样本数)", - "patternPercentage": "此掉落组合占所有掉落汇报的百分比;计算方式为 (掉落数 / 样本数)", - "apPPR": "根据当前的「百分比」项,计算出的在该作战获得「1x对应物品」所需的期望理智,即 (作战理智消耗 / (掉落数 / 样本数))", - "clearTime": "来源为 PRTS Wiki 中的「最短通关用时」;其中,PRTS Wiki 对此的计算方法为:由「作战开始」直至「最后出怪」期间,使用 1 倍速的最短所需游戏时间总长", - "itemPerTime": "根据当前的「百分比」项,计算出的在该作战获得「1x对应物品」所需的期望时间消耗,即 (作战最短通关用时 / (掉落数 / 样本数))", - "timeRange": "由于存在掉落物列表变动故引入的「统计区间」概念。在本表所展示的数据中,其将仅包含已标注时间段内所提交的样本统计数据。若欲查看其它统计区间内的样本统计情况,请使用「高级查询」" - }, - "filter": { - "title": "数据过滤", - "indicator": "已应用 {count} 个过滤器", - "stats": "过滤后 {filtered} / 过滤前 {total}", - "overview": "过滤概览", - "type": { - "_name": "作战类型", - "showPermanent": "常驻", - "showActivity": "活动" - }, - "status": { - "_name": "作战状态", - "onlyOpen": "仅正在开放" - } - }, - "itemPreview": { - "more": "共 {count} 个作战含有此掉落" - }, - "timeRange": { - "inBetween": "{0} ~ {1}", - "toPresent": "{date} 至今", - "endsAt": "{date} 之前", - "unknown": "未知", - "notSelected": "(暂未选择)" - }, - "trends": { - "name": "掉落历史趋势", - "set": { - "rate": "掉落率", - "sample": "当日样本量", - "drops": "掉落数" - } - }, - "lastUpdated": "最后更新:{date}", - "site": { - "viewMore": "查看更多", - "total": { - "sanity": "所有掉落汇报消耗理智", - "report": "掉落汇报总数", - "items": "物品掉落总数" - }, - "stages": "作战掉落汇报排行", - "items": "物品掉落汇报排行", - "all": "全时段", - "24hr": "最近 24hr", - "generating": { - "title": "全站数据一览正在计算中...", - "subtitle": "神经网络信息:由于数据量庞大,全站数据一览需要大约 5 分钟进行计算。请稍后再来。", - "refresh": "刷新全站数据一览" - } - }, - "name": "统计结果", - "title": "{stage} 统计结果", - "scroll": "左右滑动查看数据" - }, - "contribute": { - "repo": "项目仓库:", - "frontend": "前端", - "frontendV4": "前端 v4", - "backend": "后端", - "livehouse": "LiveHouse", - "recognizer": "截图识别", - "newFolder": "锐意新建文件夹中", - "caption": "企鹅物流数据统计是一项非盈利的社区项目,我们的发展离不开大家的共同维护与支持。欢迎前往上方 GitHub 为我们点 Star、提出 Issues,我们当然同时也欢迎 Pull Requests。", - "contribute_0": "如果您有以下一项或多项经验,愿意为企鹅数据贡献自己的一份力量,请加QQ群:747099627", - "contribute_1": "本项目为无偿开源项目", - "skills": { - "frontend": "网站前端开发(React)", - "backend": "网站后端开发(Go, PostgreSQL)", - "mobile": "移动端 App 开发(iOS、Android)", - "maintenance": "网站运维", - "design": "UI/UX设计", - "analysis": "数据统计分析", - "others": "..." - }, - "qqGroup": "QQ 群:" - }, - "fetch": { - "loading": "正在刷新数据...", - "chunk": { - "title": "正在从扩展神经网络传输数据", - "subtitle": "页面模块项正在加载中,请稍等..." - }, - "failed": { - "title": "神经网络连接异常", - "subtitle": "未能与神经网络建立对等连接,部分资源丢失", - "retry": "重试", - "deploying": "新版部署中,最多将持续 5 分钟,请耐心等待", - "error": { - "zones": "章节元数据", - "stages": "作战元数据", - "items": "物品数据", - "limitations": "汇报数据校验规则", - "trends": "汇报历史数据", - "globalMatrix": "全平台掉落数据", - "personalMatrix": "个人掉落数据", - "globalPatternMatrix": "全平台掉落组合数据", - "personalPatternMatrix": "个人掉落组合数据", - "stats": "全站概览数据", - "period": "服务器事件数据", - "config": "前端配置" - } - } - }, - "report": { - "alert": { - "title": { - "first": "检测到失误风险", - "repeat": "警告" - }, - "continue": { - "first": "确定要继续吗?", - "repeat": "真的确定要继续吗?" - }, - "contact": { - "before": "如果您认为这是一次误判,欢迎", - "activator": "联系作者", - "after": "(请附作战名称、实际掉落、若有掉落截图更佳),确认后我们会尽快予以修正。" - }, - "causes": { - "noDrop": "尚未选择任何掉落物品", - "limitation": "本次汇报与现有数据差距较大,继续提交可能导致此次汇报被判定为异常,无法计入全部统计数据中。" - } - }, - "specialSideStory": { - "dialog": { - "title": "「多索雷斯假日」活动特殊掉落汇报策略提示", - "cancel": "关闭", - "confirmTimerPending": "我已知晓并继续 ({timer})", - "confirmTimerDone": "我已知晓并继续" - } - }, - "recognition": { - "step": { - "select": "选择", - "recognize": "识别", - "confirm": "确认", - "report": "汇报" - }, - "tips": { - "fileTooBig": "\"{name}\" ({size}MB) 超出大小限制", - "fileTooOld": "\"{name}\" 的截图时间超过了 36h 内的时间限制", - "chooseImage": "点击以选择并加入图片、或直接向框内区域拖拽以加入图片", - "dragImage": "将图片拖拽到此处", - "addImage": "点击此处加入图片", - "copyImage": "右键图片或长按图片可拷贝到剪贴板或保存图片;再次点击图片即可关闭", - "abnormal": "您提交识别的截图中有 {count} 张截图由于未成功通过质量监测,被标记为了「汇报排除」并将无法上传至本站", - "notImageFile": "{files} 不是图片文件,无法使用", - "emptyResult": "无可用识别结果", - "unsatisfiedStart": "无法开始识别", - "emptyFile": "暂未选择任何图片", - "hasInvalidFile": "含有无效文件" - }, - "status": { - "success": "成功", - "warning": "警告", - "error": "异常" - }, - "description": "仅需选择结算页面截图,即可自动识别并上传所有掉落结果。", - "recognize": { - "noFilename": "暂无文件名", - "elapsed": "已用时间", - "remaining": "预计剩余", - "speed": "识别速度", - "imagePerSecond": "{count} 图/秒" - }, - "confirm": { - "loadingImage": "正在加载截图预览", - "overview": { - "_name": "结果概览", - "total": "共识别了", - "success": "检测通过", - "error": "检测异常", - "count": "{count} 张", - "server": "数据集服务器", - "duration": "每张图片平均识别用时" - }, - "details": "结果详情", - "unknownStage": "无法识别", - "abnormal": { - "error": "此张图片未通过质量监测", - "fatal": "此张图片无法被识别", - "details": "详细异常列表", - "hover": "鼠标悬浮以查看识别内容" - }, - "cherryPick": { - "disabled": "无法选择异常图片", - "accepted": "上传本图结果", - "rejected": "不上传本图结果" - }, - "noResult": "暂时没有识别结果", - "submit": "确认已勾选的 {count} 次结算记录", - "itemsTotal": "物品数合计" - }, - "report": { - "title": "汇报详情", - "total": "总计", - "submit": "汇报 {count} 次结算记录", - "reporting": "正在批量上传掉落汇报...", - "allSucceeded": "已成功上传 {count} 次结算记录", - "partialSucceeded": "仅成功上传共 {count} 次的部分结算记录", - "partialFailed": "共计 {count} 次结算记录上传失败。请依照下方步骤排查可能出现的错误原因", - "partialFailedDesc": "检查您的网络连接:质量较差的网络连接或网络中断可能造成上传失败。\n为保证全站数据集免受外部攻击的影响,若您在多次重试后依然无法上传,则可能您的提交量已触发汇报上限、请于 24 小时后再重试上传剩余的掉落汇报。\n由于 IP 性质并不能定位到您个体,在宽带热门区域,您的 IP 有可能与他人共享使用。此种情况下,请尝试切换您的移动网络或 WiFi 重试识别,亦或您可以于 24 小时后重试上传。\n为防止重传攻击,我们会对您的请求附加时间戳;若您的设备的时间与正常时间差距过大,则可能导致上传失败,请尝试校准设备时间后重试。", - "caption": "感谢您的掉落汇报;由于缓存原因,您汇报的数据可能需要最多 20 分钟即可于全站数据集生效" - }, - "states": { - "pending": "正等待初始化...", - "initializing": "初始化中...", - "recognizing": "正在识别...", - "rendering": "渲染确认内容中...", - "submitting": "正在提交记录..." - }, - "cost": "耗时", - "filename": "文件名", - "result": "识别结果", - "queue": "识别图片队列", - "start": "识别 {count} 张图片", - "progress": "进度", - "retry": "提交失败,正在重试", - "filter": "结果过滤", - "notices": { - "welcome": "新版截图识别已适配于 2022 年 4 月的国服新游戏内 UI。\n您所有提供的图片均仅会通过使用 WebAssembly 技术于您的浏览器**本地**进行识别、不会向服务器上传,因此不产生额外流量开销。\n为保证本站数据集准确度,请仅选择**截图时间在 36 小时内**、通关评价为 **3 星**的**结算界面**截图。\n请**不要**选择首次通关截图,并请如实汇报**所有**发生的掉落情况。", - "confirm": "点击图片可以放大以便于核对;再次点击图片即可关闭\n成功识别的截图已被自动选中上传\n为保证本站数据集准确度,您将**不可**选中发生识别错误的截图" - }, - "exceptions": { - "Fingerprint::Same": { - "title": "存在完全一致的图片", - "subtitle": "请检查是否选择了重复的截图" - }, - "FileTimestamp::TooClose": { - "title": "存在截图相隔时间过短的图片", - "subtitle": "请检查是否选择了重复截图" - }, - "DropInfos::Violation": "识别结果验证失败", - "StageChar::LowConfidence": { - "title": "关卡识别可能存在错误", - "subtitle": "识别置信度低,请核对识别结果是否与图片一致" - }, - "DropQuantityChar::LowConfidence": { - "title": "物品数量识别可能存在错误", - "subtitle": "识别置信度低,请核对识别结果是否与图片一致" - }, - "DropAreaDropsQuantity::NotFound": { - "title": "存在未识别到数量的掉落", - "subtitle": "分辨率或质量较差的图片可能会导致此问题。请检查图片是否经过压缩处理" - }, - "DropAreaDrops::LowConfidence": { - "title": "存在未知掉落", - "subtitle": "此问题通常是由于非活动期间的活动掉落的导致的。" - }, - "DropAreaDrops::Illegal": { - "title": "存在非法掉落", - "subtitle": "此关卡目前不应存在任何掉落,但图片中存在。这通常是由于非活动期间的活动掉落的导致的。" - }, - "Result::False": { - "title": "非结算页面截图或内部错误", - "subtitle": "若这确实是一张结算页面截图,请检查您是否选择了正确的服务器" - }, - "Stage::NotFound": { - "title": "未知关卡", - "subtitle": "这可能是关卡识别出现了错误,或此关卡不被收录(如剿灭作战、绝境作战等)" - }, - "Stage::Illegal": { - "title": "非法关卡", - "subtitle": "此关卡目前不开放" - }, - "3stars::False": "非三星评价", - "Droptypes::Illegal": { - "title": "非法掉落类型", - "subtitle": "截图中存在首次掉落、理智返还等非法掉落类型,或存在识别失败的掉落类型" - }, - "Droptypes::NotFound": "未找到任何掉落类型" - }, - "defectReport": { - "dialog": { - "title": "反馈截图识别缺陷", - "subtitle": "反馈截图识别缺陷将上传您的截图原图、识别结果与环境信息(包括当前的前端 UI 版本号、识别内核版本号与识别资源版本号)至本站服务器。在上传后,我们将使用提交的数据进行算法优化,以期减少错误率。感谢您帮助我们改进识别效果!", - "section": { - "originalImage": "截图原图", - "recognitionResult": "识别结果", - "environment": "环境信息" - } - }, - "state": { - "preflight": "正在上传缺陷元数据...", - "uploading": "正在上传截图原图..." - }, - "snackbar": { - "succeeded": "识别问题已提交,感谢您的反馈!", - "failed": "识别问题提交失败,请稍后重试" - }, - "action": "反馈识别问题...", - "reported": "已反馈问题" - } - }, - "rules": { - "item": { - "_name": "物品项", - "now": "已于 “{stage}” 选择了 {quantity} 个 “{item}”", - "gte": "“{stage}” 内的 “{item}” 应至少有 {should} 个", - "lte": "“{stage}” 内的 “{item}” 应至多有 {should} 个", - "not": "“{stage}” 内的 “{item}” 数量不应等于 {should}" - }, - "type": { - "_name": "物品种类", - "now": "于 “{stage}” 已选 {quantity} 种物品", - "gte": "“{stage}” 内应至少有 {should} 种物品", - "lte": "“{stage}” 内应至多有 {should} 种物品", - "not": "“{stage}” 内的物品种类数应总计不为 {should}" - } - }, - "clear": "清空", - "closedReason": { - "EXPIRED": "不在可汇报时间区间内:作战已结束或暂未开启", - "NOT_FOUND": "作战不存在:于所选服务器未找到此作战", - "INVALID": "无法汇报:此作战未包含掉落汇报元数据" - }, - "furniture": "家具掉落:{state}", - "name": "汇报结果", - "submit": "提交", - "success": "汇报成功", - "unable": "无法提交:", - "undo": "撤销", - "undoSuccess": "撤销成功", - "gacha": "本作战允许在一次汇报内包含多个结果。", - "notices": { - "rule_1": "这是单次作战的提交,请注意核对数目;", - "rule_2": "若无素材掉落,请直接点击提交;", - "rule_3": "请不要汇报首次通关奖励,不要只汇报比较“欧”的掉落;", - "rule_4": "请保证通关评价是3星;", - "rule_5": "请只汇报国服的掉落,谢谢。" - }, - "dossolesHoliday": { - "title": { - "inner": "确保集齐所有标志物", - "tmpl": "请{0}后再进行汇报" - }, - "content": "根据初步数据统计推测,标志物掉率计算事件可能不满足独立前提,即:在所有标志物被集齐前、其掉率可能会产生动态变化。因此,我们决定仅收集集齐所有标志物后的掉率数据" - }, - "usage": "左键增加,右键减少" - }, - "mirrors": { - "global": { - "notification": "推荐使用海外镜像站 {0},可以提升访问速度哦!" - }, - "cn": { - "notification": "推荐使用国内镜像站 {0},可以提升访问速度哦!" - }, - "_notification": { - "ignore": { - "title": "不再显示镜像提示?", - "subtitle": "确定要忽略所有镜像提示吗?网站加载性能可能会受到影响。" - } - } - }, - "settings": { - "storageIssue": "本地缓存存储出现问题,应用可能不稳定;若持续出现此警告,请尝试通过「菜单 - 设置 - 重置本地数据与设置」清空缓存以修复", - "category": { - "appearance": "外观", - "data": "设置与数据", - "about": "关于" - }, - "iosSystemSettings": "语言与隐私设置", - "optimization": { - "lowData": { - "title": "低数据模式", - "active": "低数据模式已启用", - "subtitle": "低数据模式将停止加载诸如作战列表背景图、全站背景立绘等不必要资源以减少网络数据的使用。" - } - }, - "data": { - "server": "本地缓存数据包含服务器:", - "size": "本地数据大小:", - "reset": { - "title": "重置本地数据与设置", - "subtitle": "将会删除所有本地数据与设置。删除后,所有本地设置均会重置至默认值并刷新页面,数据将需要重新加载。确定要继续吗?" - } - }, - "push": { - "language": "消息语言", - "categories": { - "_name": "推送类型", - "NewStage": { - "title": "新章节加入", - "subtitle": "在新章节加入本 App 时通知您" - }, - "ImportantTimePoint": { - "title": "防侠客", - "subtitle": "在活动即将结束时通知您" - }, - "Maintenance": { - "title": "上游闪断更新", - "subtitle": "在新的游戏服务器闪断更新公告发布后通知您" - }, - "ClientUpgrade": { - "title": "客户端强制更新", - "subtitle": "在新的客户端强制更新公告发布后通知您" - } - } - } - }, - "zone": { - "name": "章节", - "types": { - "MAINLINE": "主题曲", - "WEEKLY": "资源收集", - "ACTIVITY": "限时活动", - "ACTIVITY_OPEN": "限时活动 — 开放中", - "ACTIVITY_CLOSED": "限时活动 — 已结束", - "ACTIVITY_PENDING": "限时活动 — 即将开放", - "ACTIVITY_PERMANENT": "插曲 & 别传", - "GACHABOX": "物资补给箱", - "RECRUIT": "公开招募统计" - }, - "subTypes": { - "2019": "2019", - "2020": "2020", - "2021": "2021", - "2022": "2022", - "2023": "2023", - "AWAKENING_HOUR": { - "title": "觉醒", - "subtitle": "0~3 章" - }, - "VISION_SHATTER": { - "title": "幻灭", - "subtitle": "4~8 章" - }, - "DYING_SUN": { - "title": "残阳", - "subtitle": "9~12 章" - }, - "INTERLUDE": "插曲", - "SIDESTORY": "别传" - }, - "status": { - "0": "开放中", - "1": "已结束", - "-1": "即将开放", - "permanentOpen": "常驻开放" - }, - "opensAt": "开放时间:{0} - {1}" - }, - "stage": { - "name": "作战", - "about": "关于此作战", - "apCost": "{apCost} 点理智", - "actions": { - "_name": { - "selector": "快速访问", - "selectorEmpty": "暂无任何快速访问记录", - "panel": "快速操作" - }, - "star": { - "name": "星标作战", - "activate": "星标此作战", - "activated": "已星标此作战", - "deactivate": "点击以取消", - "empty": "暂无已星标的作战\n使用作战详情中的「快速操作」即可星标作战并于此处显示" - }, - "history": { - "name": "最近选择作战", - "empty": "暂无最近选择作战\n访问任何作战页面后,记录即会于此处显示", - "clear": "清空" - }, - "links": { - "prts-wiki": "Wiki", - "map-arknights-com": "地图" - }, - "advanced": { - "activator": "进行高级查询" - } - }, - "loots": { - "NORMAL_DROP": "常规掉落", - "EXTRA_DROP": "额外物资", - "SPECIAL_DROP": "特殊掉落", - "FURNITURE": "家具" - }, - "selector": { - "plannerExclude": "排除规划作战", - "excludeAll": "排除全部", - "includeAll": "选中全部", - "title": "作战选择" - } - }, - "planner": { - "notices": { - "autoExistence": "刷图规划器现将会自动隐藏未于已选择服务器出现或开放的作战" - }, - "options": { - "_name": "选项", - "byProduct": "考虑合成副产物", - "requireExp": "大量需求经验", - "requireLmb": "大量需求龙门币", - "excludeStage": { - "_name": "计算排除", - "title": "选择", - "selected": "已排除 {stages} 关" - } - }, - "reset": { - "name": "重置", - "success": "成功重置所选数据项", - "dialog": { - "title": "重置刷图规划器数据", - "subtitle": "将会删除所选部分的相关刷图规划器数据项", - "options": { - "options": { - "name": "规划选项", - "indicator": "将清除所有规划选项" - }, - "excludes": { - "name": "计算排除", - "indicator": "将清除所有排除作战" - }, - "items": { - "name": "物品数据", - "indicator": "将清除所有物品数据" - } - } - } - }, - "actions": { - "_name": "数据", - "import": "导入", - "export": "导出", - "importExport": "@:(planner.actions.import)/@:(planner.actions.export)", - "calculate": "计算规划", - "calculating": "少女计算中...", - "link": { - "generate": "获取分享链接", - "generating": "正在生成", - "share": "分享链接" - }, - "config": { - "_name": "配置代码", - "share": "分享配置代码", - "import": "导入配置代码" - } - }, - "craft": { - "do": "合成", - "unable": "无法合成", - "errors": { - "title": "合成缺少所需物品", - "notEnough": "需要 {need} 个「{item}」以合成,但仅已有 {have} 个" - }, - "plans": { - "title": "合成规划", - "plan": "将使用 {cost} 个「{item}」合成并剩余 {remain} 个" - }, - "success": "已使用 {sourceItems} 合成 {amount} 个 {productItem}" - }, - "have": "已有", - "need": "需要", - "copy": "复制到剪贴板", - "calculation": { - "title": "规划结果", - "tabs": { - "stages": "作战列表", - "syntheses": "合成列表", - "values": "素材理智价值" - }, - "lmb": "预计龙门币收益", - "sanity": "预计需要理智", - "exp": "预计获得录像带经验", - "times": "次", - "level": "材料等级", - "noStage": "未找到需要进行的作战。", - "noSyntheses": "未找到需要合成的素材。" - }, - "calculationError": "计算失败:{error}", - "import": { - "invalidJSON": "导入失败:JSON 格式错误,请检查后重试", - "unrecognized": "导入失败:无法识别此配置文件,请检查后重试", - "success": "导入成功:导入了 {amount} 个物品数据" - } - }, - "item": { - "name": "素材", - "choose": { - "name": "素材选择" - }, - "categories": { - "ACTIVITY_ITEM": "活动道具", - "CARD_EXP": "作战记录", - "CHIP": "芯片", - "FURN": "家具", - "MATERIAL": "材料" - }, - "related": "相关物品", - "undefined": "未知物品" - }, - "query": { - "panel": { - "builder": "查询编辑器", - "results": "查询结果", - "footer": { - "cache": "现在显示的查询结果数据为缓存数据。若需要获取最新数据,请再次「执行查询」。", - "disclaimer": "「高级查询」功能所产出的所有数据信息均受本站「数据许可协议」保护;本站不对「高级查询」功能所产出的所有数据信息做任何形式的承诺或背书。" - } - }, - "title": { - "main": "主查询", - "comparison": "对比查询 #{index}" - }, - "type": { - "matrix": "统计数据", - "trend": "历史趋势" - }, - "selector": { - "item": { - "title": "素材选择", - "subtitle": "用于将查询结果过滤为此作战内的特定素材。", - "unspecified": "显示作战全部掉落素材", - "selected": "仅查询 {length} 种素材" - }, - "stage": { - "title": "选择作战", - "subtitle": "(必填)用于将查询结果过滤为一特定作战。" - }, - "timeRange": { - "title": "时间段", - "subtitle": "(必填)用于将查询结果过滤为于一特定时间段内。", - "presets": { - "title": "预设时间", - "start": "开始", - "end": "结束" - } - }, - "interval": { - "title": "分段间隔", - "subtitle": "用于设置历史趋势的分段间隔。", - "unspecified": "不分段" - } - }, - "operation": { - "add": "添加对比查询", - "execute": "执行查询", - "inProgress": "正在执行查询" - }, - "result": { - "main": "主查询结果", - "comparison": "对比查询 #{index} 结果", - "empty": "此查询返回了 0 个结果,请检查对应查询条件后重试", - "hideTime": "隐藏详细时间" - } - }, - "version": { - "upgrade": { - "title": "版本已过期", - "subtitle": "由于接口升级,您现在使用的版本已过期。请在升级后重试", - "action": "升级", - "unable": "无法升级?" - } - }, - "notice": { - "failed": "获取公告失败:{error}", - "loading": "正在加载公告" - }, - "dataSource": { - "switch": "统计范畴", - "global": "全平台", - "loginNotice": "查看个人掉落数据前,请先登录", - "personal": "个人", - "title": "需要登录" - }, - "matrixCategory": { - "switch": "数据来源", - "all": { - "label": "全部" - }, - "auto": { - "label": "自动", - "tooltip": "自动数据来源:指由第三方工具所自动汇报的掉落数据" - }, - "manual": { - "label": "手动", - "tooltip": "手动数据来源:指由用户使用企鹅物流数据统计的「网页或 App 端」中的「掉落汇报」或「截图识别」汇报的掉落数据" - } - }, - "validator": { - "required": "必填" - }, - "quotes": { - "doYouKnow": "你知道吗?白面鸮头上的那一撮毛超级可爱!o(*≧▽≦)ツ" - }, - "credits": { - "material": { - "title": "网站内容声明", - "content": "企鹅物流数据统计网站内所使用的游戏资源(包括但不限于:游戏图片、动画、音频、文本原文或其转译版本等),其目的仅为更好地反映游戏内对应元素、增强用户体验,相关作品之版权仍属于上海鹰角网络科技有限公司和/或其关联公司,即鹰角网络游戏软件和/或鹰角网络游戏服务的提供方(包括但不限于:YOSTAR (HONG KONG) LIMITED, 株式会社Yostar, YOSTAR LIMITED, 龍成網路 等)\n企鹅物流数据统计网站内所使用的部分资源来源于 PRTS Wiki ([http://prts.wiki](http://prts.wiki)) 并同时对部分资源进行了非歧义性的更改\n企鹅物流数据统计网站内使用了经细微修改的、由 Free Fonts Project 提供的 Bender 字体([http://jovanny.ru](http://jovanny.ru)),该字体特别说明使用者可将相关字体以任何用途、没有任何限制地使用,在此特别表示感谢。\n企鹅物流数据统计网站的「掉落识别」功能中,嵌入了经格式转换的、由 Synthview Type Design 提供的 Novecento Sans Bold 字体([http://typography.synthview.com/novecento-sans-font-family.php](http://typography.synthview.com/novecento-sans-font-family.php)),以供非展示性用途的模板匹配使用。" - }, - "source": { - "title": "开源许可列表" - } - }, - "auth": { - "forgot": { - "activator": "忘记 PenguinID", - "title": "无法登录?", - "subtitle": "找回登录信息", - "penguinIdHistory": { - "title": "此前曾登录的 PenguinID", - "lastLoginAt": "最后于 {time} 在本设备登录", - "loginAsUserId": "以此 PenguinID 登录", - "deleteUserId": "删除此 PenguinID 登录记录", - "noData": "暂无数据", - "tips": "本功能仅可找回于 v3.3.1 及更新版本客户端所登录的 PenguinID" - } - }, - "failed": { - "message": "登录失败:{message}", - "notfound": "未找到此用户ID。请注意这不是游戏内的ID。在本站汇报一次掉落数据即可自动获得。" - }, - "loggedOut": "已退出登录", - "login": "登录", - "logout": "退出登录", - "logoutPrompt": "确定要退出登录吗?", - "notice": "此用户 ID 非游戏内的 ID ,仅供本网站使用,用来标记您的上传身份。若无用户 ID,汇报一次掉落后即可拥有用户 ID。", - "success": "登录成功", - "userId": "用户 ID", - "details": "账户信息", - "loggedAs": "已登录为" - }, - "members": { - "categories": { - "owner": "站长", - "maintainer": "主要贡献者", - "contributors": "内容贡献者", - "others": "其他", - "translators": "翻译" - }, - "responsibilities": { - "_name": "贡献项目", - "arkplanner": "ArkPlanner 作者", - "backend": "后端", - "bulkupload": "批量汇报", - "customersupport": "客服", - "v1frontend": "v1.0 前端", - "frontend": "前端", - "localization_en": "英语本地化", - "localization_ja": "日语本地化", - "localization_ko": "韩语本地化", - "logo": "Logo 画师", - "maintenance": "运维", - "materials": "素材提供", - "statistics": "统计分析", - "widget": "小组件开发", - "native": "App 开发", - "recognition": "截图识别" - }, - "socials": { - "email": "Email", - "github": "GitHub", - "qq": "QQ", - "twitter": "Twitter", - "weibo": "微博" - } - }, - "pattern": { - "name": "掉落组合", - "empty": "无掉落", - "error": "暂无本作战\n掉落组合数据" - }, - "share": { - "name": "分享", - "shortlink": { - "name": "短链接" - }, - "text": { - "_tmpl": "查看企鹅物流数据统计中「{name}」的掉落统计数据", - "stage": "作战 {name}", - "item": "素材 {name}" - }, - "success": "分享成功" - }, - "search": { - "placeholder": "搜索...", - "hint": "键入 物品全拼 拼音首字母 作战名 章节名 关卡编号 或 部分关卡/物品昵称" - }, - "specials": { - "mikubirthday2021": { - "caption": "祝公主殿下生日快乐" - } - }, - "clipboard": { - "error": "复制到剪贴板失败,请手动复制", - "success": "复制成功" - }, - "network": { - "error": "网络请求失败,请检查网络后重试" - }, - "update": { - "refresh": "体验新版", - "success": "更新啦!" - }, - "switchedTo": "服务器已切换至", - "link": { - "docs": { - "title": "开发者中心", - "subtitle": "在企鹅物流数据统计基础上开发用的 API 文档等资源" - } - }, - "contact": { - "title": "联系我们", - "body": "如果您有任何问题或建议,欢迎联系站长。", - "contributor": "团队成员页面", - "github": "GitHub Issues", - "nga": "NGA 讨论帖" - }, - "home": { - "quickStart": { - "title": "快速上手", - "caption": "点击左上角\n按钮展开菜单以查看更多功能", - "actions": { - "title": { - "report": "掉落汇报", - "byItem": "素材掉率", - "byStage": "作战掉率", - "planner": "刷图规划" - }, - "subtitle": { - "report": "我要汇报掉落", - "byItem": "我该去哪刷石头?", - "byStage": "这图掉率如何?", - "planner": "请给我刷图建议" - } - } - }, - "intro": { - "intro_0": "欢迎来到企鹅物流数据统计!", - "intro_1": "企鹅物流数据统计(Penguin Statistics)是企鹅物流旗下数据处理部门(误),致力于明日方舟各素材的掉率统计。", - "intro_2": "企鹅物流的现有数据集由玩家手动上报、截图识别与多方自动化工具自动上报合力维护。为了尽力保证数据集的准确性,企鹅物流数据团队会对掉落数据集进行多种方式的自动、定时及手动维护。", - "intro_3": "为保证数据集透明度、向用户说明数据集更改,数据作废透明度报告已在计划中。" - } - }, - "links": { - "tags": { - "apRanking": "理智效率排行", - "character": "角色查看", - "cn_wiki": "国服wiki", - "dropRateRanking": "掉率排行", - "enemy": "整合图鉴", - "experience": "经验分享", - "generalRanking": "综合收益排行", - "hr": "公招查询", - "ja_translation": "剧情日文翻译", - "jp_wiki": "日服Wiki", - "levelup": "升级计算", - "materials": "材料需求计算", - "planner": "刷图规划", - "storage": "库存管理", - "walkthrough": "通关攻略", - "map": "作战地图", - "video": "攻略视频" - } - }, - "donate": { - "donate_0": "用户量激增,服务器月费上涨,企鹅数据的运营陷入了危机。站长红白为了保护喜爱的企鹅数据而决定...", - "donate_1": "随着访问量的增加,目前的小水管服务器已经有些不堪重负了。如果各位刀客塔能捐助一些", - "donate_2": "服务器费用", - "donate_3": "pocky、阿噗噜派也可", - "donate_4": ",我们将不胜感激!", - "accountBook": "查看收支一览", - "methods": { - "alipay": "支付宝", - "paypal": "使用 PayPal 捐助", - "wechatPay": "微信支付" - }, - "redirectToApp": "打开 “{app}” APP 捐助", - "regulation": { - "cnMirror": "由于监管要求,此卡片于国内镜像暂时停用", - "app": "此卡片于 App 内不可用" - } - }, - "result": { - "name": "统计结果", - "title": "{item} 统计结果" - } -} \ No newline at end of file diff --git a/src/locales/archived/zh_CN_x_seaborn.json b/src/locales/archived/zh_CN_x_seaborn.json deleted file mode 100644 index 7afc751c..00000000 --- a/src/locales/archived/zh_CN_x_seaborn.json +++ /dev/null @@ -1,439 +0,0 @@ -{ - "stats.timeRange.unknown": "未知", - "stats.timeRange.endsAt": "过往时光,未来之前。{date}。", - "stats.timeRange.toPresent": "大群纪时,迄今为止。时间,{date}。", - "stats.timeRange.notSelected": "(未获指示),等待祂的声音。", - "stats.timeRange.inBetween": "{0}至{1},延续统计。", - "stats.headers.recruitRecruits": "同化进程,公开招募。招募次数,已提交。", - "stats.headers.pattern": "组合", - "stats.headers.recruitObservations": "标签,汇总频次。", - "stats.headers.quantity": "掉落数", - "stats.headers.recruitTag": "招募开始。条件,各自不同。筛选标签,进入公示。", - "stats.headers.times": "样本数", - "stats.headers.stage": "作战", - "stats.headers.apPPR": "期望,单次公开招募,消耗理智。", - "stats.headers.itemDrops": "掉落,总体统计。", - "stats.headers.clearTime": "通关时限,最短纪录。大群,奋战,冲顶极限。", - "stats.headers.timeRange": "大群意志,统计时间。", - "stats.headers.percentage": "百分比", - "stats.headers.apCost": "理智", - "stats.headers.itemPerTime": "单项,预期运行时长。", - "stats.headers.item": "物品", - "stats.site.generating.refresh": "大群,新数据已统计。全站数据,重新同化。", - "stats.site.total.items": "掉落总量,已统计。", - "stats.site.total.report": "掉落汇总,集结完成。", - "stats.site.24hr": "过去,24小。", - "stats.site.viewMore": "继续探索,更多资讯。向前进发,前方未知。", - "stats.site.stages": "作战掉落,同化速度极快。掉落汇报,已经汇入。回归大群。", - "stats.site.all": "全时段", - "stats.site.items": "掉落物品,统计排行。大群意志,同化数据。", - "stats.filter.type.showActivity": "活动", - "stats.filter.type._name": "战役形式,种类繁多。", - "stats.filter.type.showPermanent": "常驻", - "stats.filter.title": "信息流,过滤中。数据,筛选中。大群意志,分析样本。", - "stats.filter.overview": "过滤,概览。大群统计,全局回顾。", - "stats.filter.status._name": "战役进程,当前状态。", - "stats.filter.status.onlyOpen": "现在,仅为开放之初。", - "stats.trends.name": "掉率变势,入海记录。大群共享,历史趋势。", - "stats.trends.set.rate": "掉落率", - "stats.trends.set.drops": "掉落数", - "stats.trends.set.sample": "今日,样本总数。", - "stats.name": "结果统计,同化完成。大群,已经获取。", - "stats.scroll": "数据,左右滑动,自由掌握。", - "planner.calculation.level": "素材等级,掉落控制。大群,需求反馈。", - "planner.calculation.sanity": "预计,需要消耗智慧。", - "planner.calculation.tabs.syntheses": "列表,合成目录。大群浏览,素材种类繁多。", - "planner.calculation.tabs.stages": "战事纪录,列举如下。", - "planner.calculation.tabs.values": "素材价值,归结理智。", - "planner.calculation.times": "次", - "planner.calculation.lmb": "龙门币,预计收益。掉落概率,多次统计。收益估算,纳入大群意志。", - "planner.calculation.title": "结果,规划完成。大群意志,统筹考虑。达到,最优解。", - "planner.calculation.exp": "预计养分,录像带培养。", - "planner.craft.errors.title": "同化失败。海量素材,缺失。无法进化,延续大群。", - "planner.craft.plans.title": "规划,合成。研究,探求,回归群体。", - "planner.craft.do": "合成", - "planner.craft.unable": "合成,无法实现。无法,同化。", - "planner.reset.dialog.title": "控制指令,重置刷图规划器数据。大群同化,数据流转。", - "planner.reset.dialog.options.options.indicator": "规划选项,即将,清空处理。回归大群,同步意志。", - "planner.reset.dialog.options.options.name": "选项,计划中。大群意志,推进进程。", - "planner.reset.dialog.options.excludes.indicator": "将清空所有作战记录。大群意志,重新开始。", - "planner.reset.dialog.options.excludes.name": "计算,不包含该项。", - "planner.reset.dialog.options.items.indicator": "将进行数据清洗,予以全面同化。", - "planner.reset.dialog.options.items.name": "物品信息流。数据汇入,统计样本。掉率,全面记录。大群同化,即可掌握。", - "planner.reset.success": "成功重塑,数据结构。同化,所选数据项。", - "planner.reset.name": "重置", - "planner.actions.link.share": "分享链接,已准备妥当。延伸,共享,同化链接。", - "planner.actions.link.generate": "获取,链接共享。取得资讯,回归大群。", - "planner.actions.link.generating": "生成中。大群运作。", - "planner.actions.config._name": "代号:配置。大群同化,计算当中。", - "planner.actions.config.import": "配置,导入代码。同化,即刻执行。", - "planner.actions.config.share": "配置代码,分发中。大群传递,协助调试。", - "planner.actions.export": "导出", - "planner.actions.calculating": "同类,正在计算。等待,结果返回。", - "planner.actions.calculate": "规划,计算进行中。大群意志,统筹规划。", - "planner.actions._name": "数据", - "planner.actions.import": "导入", - "planner.copy": "复制,同化至剪贴板。", - "planner.options.requireLmb": "有大量需求,需要龙门币。", - "planner.options.excludeStage._name": "算法运算,排除之外。", - "planner.options.excludeStage.title": "选择", - "planner.options._name": "选项", - "planner.options.byProduct": "合成,副产物,考虑中。大群需求,我们探究。", - "planner.options.requireExp": "大量需求,承载经验。", - "planner.need": "需要", - "planner.have": "已有", - "server.servers.JP": "日服", - "server.servers.CN": "国服", - "server.servers.US": "美服", - "server.servers.KR": "韩服", - "server.name": "服务器", - "server.selected": "已选择", - "server.switch": "服务器转移。请稍等片刻,即将高效运作。", - "zone.types.GACHABOX": "补给箱,物资储备。含有,养分,充盈。", - "zone.types.ACTIVITY_PERMANENT": "间奏,附录。", - "zone.types.WEEKLY": "收集,资源。汇入大群,滋养生命。", - "zone.types.ACTIVITY": "时间限制活动,运作中。", - "zone.types.MAINLINE": "主题曲", - "zone.types.RECRUIT": "招募,集结统计。大群规模,持续增长。", - "zone.subTypes.2019": "时间戳,流动不息。二零一九,已成往事。", - "zone.subTypes.2020": "时间轴,将要更替。新的征程,即将启程。20与21,界限之分。", - "zone.subTypes.2021": "计时,进程。年份,指向未来。大群,等待。", - "zone.subTypes.2022": "时间循环,进入下一年。大群,伴随时间共生。2022,回归无限。", - "zone.subTypes.2023": "时间节点,启示未来。2023。", - "zone.subTypes.DYING_SUN.title": "残阳", - "zone.subTypes.DYING_SUN.subtitle": "第 9 到 12 章,需查看。", - "zone.subTypes.INTERLUDE": "插曲", - "zone.subTypes.VISION_SHATTER.subtitle": "序列,4~8章。回归大群,流程运作。", - "zone.subTypes.VISION_SHATTER.title": "幻灭", - "zone.subTypes.AWAKENING_HOUR.subtitle": "章节,起始至三。", - "zone.subTypes.AWAKENING_HOUR.title": "觉醒", - "zone.subTypes.SIDESTORY": "别传", - "zone.status.0": "开放中", - "zone.status.1": "已结束", - "zone.status.-1": "大事将至。即将启动。大群意志,候时已久。", - "zone.status.permanentOpen": "持续开启,无期限关闭。", - "zone.name": "章节", - "report.recognition.exceptions.DropAreaDrops::LowConfidence.title": "未知掉落,统计错误。需,重新收集数据。", - "report.recognition.exceptions.Droptypes::Illegal.title": "掉落异常,违规行为。", - "report.recognition.exceptions.DropAreaDrops::Illegal.title": "掉落,存在违规。需要同化,回归大群。", - "report.recognition.exceptions.DropInfos::Violation": "结果,未获批准。未能通过验证,重新统计。", - "report.recognition.exceptions.Stage::Illegal.title": "关卡,违规设置。需回归律法。", - "report.recognition.exceptions.Stage::Illegal.subtitle": "目前,此关卡未被启示。请依律,等待公开招募。", - "report.recognition.exceptions.3stars::False": "评价,非三星级。未能,通过标准。", - "report.recognition.exceptions.Stage::NotFound.title": "目标未知,无法定位。寻找同类,进行比对。", - "report.recognition.exceptions.Droptypes::NotFound": "掉落类型,不明确。大群,未能识别。", - "report.recognition.exceptions.Fingerprint::Same.title": "存在,完全相同的图像。需避免,重复上传。", - "report.recognition.cost": "耗时", - "report.recognition.states.submitting": "记录上传,正在进行。大群意志,呼唤你的数据。", - "report.recognition.states.initializing": "神经网络,重整旗鼓。初始化中......回归大群。", - "report.recognition.states.pending": "等待,初始化启动。统一,大群运作。", - "report.recognition.states.recognizing": "正在同化,回归整体...", - "report.recognition.report.total": "总计", - "report.recognition.report.title": "呈现信息流,详细汇报。", - "report.recognition.defectReport.dialog.section.environment": "环境,资讯流。数据采集,统计样本。", - "report.recognition.defectReport.dialog.section.originalImage": "图像,原始状态。", - "report.recognition.defectReport.dialog.section.recognitionResult": "同化完成。结果已出现。", - "report.recognition.defectReport.dialog.title": "截图反馈,存在识别缺陷。需要,改进。", - "report.recognition.defectReport.action": "问题反馈,意志寻求。识别,或存在问题。与我同化,回馈信息。", - "report.recognition.defectReport.reported": "问题,已被同化。信息,已提交。大群,等待答案。", - "report.recognition.confirm.overview.server": "数据流,服务器。迎接,同化。", - "report.recognition.confirm.overview.success": "检测,通过检验。同化顺利。", - "report.recognition.confirm.overview.error": "异常检测,运行中。探测海洋,察觉异常。", - "report.recognition.confirm.overview.total": "大群共识,已经形成。", - "report.recognition.confirm.overview.count": "同胞们,数量为 {count}。", - "report.recognition.confirm.overview._name": "总览结果,已经统计。大群,信息汇聚。", - "report.recognition.confirm.cherryPick.disabled": "选择失败,图片异常。无法同化,无法识别。", - "report.recognition.confirm.cherryPick.accepted": "上传,图像完成。统计,收集,掉落情况。求证,同胞意志。", - "report.recognition.confirm.cherryPick.rejected": "结果,不同化。本图,汇入无效。需重新,上传样本。", - "report.recognition.confirm.loadingImage": "截图,正在载入。预览,即将呈现。", - "report.recognition.confirm.abnormal.details": "异常信息,详细列表。掉落,细节问题。", - "report.recognition.confirm.abnormal.fatal": "图像,无法识别。未被,同化。", - "report.recognition.confirm.noResult": "探寻之途,暂未有成果。等待,大群意志的呼唤。", - "report.recognition.confirm.itemsTotal": "物品总量,统计中。同化掉落,回归海洋。", - "report.recognition.confirm.details": "细节结果,资料繁多。全面掌握,解决问题。", - "report.recognition.confirm.unknownStage": "未能同化。", - "report.recognition.step.report": "汇报", - "report.recognition.step.confirm": "确认", - "report.recognition.step.recognize": "识别", - "report.recognition.step.select": "选择", - "report.recognition.tips.emptyFile": "未能,同化进来。未选择,掉落样本。", - "report.recognition.tips.unsatisfiedStart": "未能,开始识别。", - "report.recognition.tips.hasInvalidFile": "文件,无效。请,删除。", - "report.recognition.tips.addImage": "加入图片,即同化。点击此处,融入大群。", - "report.recognition.tips.dragImage": "将图像,同化至此。", - "report.recognition.tips.emptyResult": "无法,同化信息。无可识别结果,返回大群。", - "report.recognition.recognize.elapsed": "时间,已运转。", - "report.recognition.recognize.speed": "识别,速度。", - "report.recognition.recognize.remaining": "预测余留。", - "report.recognition.recognize.noFilename": "数据缺失。文件,未能被发现。", - "report.recognition.queue": "队列,图片识别。同化,回归大群。", - "report.recognition.status.success": "成功", - "report.recognition.status.error": "异常", - "report.recognition.status.warning": "警告", - "report.recognition.result": "结果,已认证。识别,成功。", - "report.recognition.filename": "文件名", - "report.recognition.progress": "进度", - "report.recognition.filter": "数据,统计,过滤。大群意志,获取,筛选。", - "report.recognition.retry": "提交,失败。正在重新提交,回归大群。", - "report.specialSideStory.dialog.cancel": "关闭", - "report.specialSideStory.dialog.confirmTimerDone": "意识流,已知晓。意志,坚定前行。", - "report.usage": "左增右减,循环运作。大群协同,同步操作。", - "report.dossolesHoliday.title.inner": "保障,收集全部标志。回归大群,共享成果。", - "report.alert.continue.repeat": "确认,继续执行?大群,需要你的决策。", - "report.alert.continue.first": "是否,需要确认?", - "report.alert.contact.activator": "接收,联系。需求,我们等候。同类,联系。大群,共生。", - "report.alert.title.first": "检测到失误。风险渐生。需要,迅速采取行动。", - "report.alert.title.repeat": "警告", - "report.rules.type._name": "物品,种类繁多。需研究,掉落规则。", - "report.rules.item._name": "物品项", - "report.undoSuccess": "撤销,已完成。大群的意志,迅速处理。", - "report.name": "回归大群,提交结果。", - "report.submit": "提交", - "report.unable": "无法同化。", - "report.clear": "清空", - "report.success": "同化成功,回归大群。", - "report.undo": "撤销", - "home.quickStart.actions.subtitle.report": "我,同化掉落。需要,回归大群。", - "home.quickStart.actions.subtitle.byStage": "掉率?告诉我。", - "home.quickStart.actions.subtitle.planner": "寻求建议?向大群请求。刷图策略,不可偏废。综合分析,记录样本。共同探讨,总得有答案。", - "home.quickStart.actions.subtitle.byItem": "石头?你可曾思索,那里养分充足?", - "home.quickStart.actions.title.byStage": "作战战果,数据分析。掉落率,蕴含其中。", - "home.quickStart.actions.title.byItem": "素材,回归大群。掉率,汇合于此。", - "home.quickStart.actions.title.report": "掉落,上传,分析。掉率回归,大群均衡。汇报数据,取得,更新样本。", - "home.quickStart.actions.title.planner": "地图战役,规划中。战略,统计样本。同化敌人,回馈大群。", - "home.quickStart.title": "快速入门,同样重要。快速,准确,进入战局。", - "contribute.livehouse": "对不起,无此条目。请提供更多信息。", - "contribute.frontend": "前端", - "contribute.recognizer": "样本,截取。掉落,数据分析。大群,识别分类。", - "contribute.skills.design": "设计,界面/体验。", - "contribute.skills.maintenance": "网站,运作持续。维系计算,稳定运行。维度,不断扩张。", - "contribute.skills.others": "...", - "contribute.skills.analysis": "数据,全面统计。分析,深入探究。大群意志,数据掌控。", - "contribute.repo": "物品库,存放整体。", - "contribute.frontendV4": "前端,已更新至 v4。信息流,重新整合。同化,更加高效。", - "contribute.newFolder": "新的规划,计划输出。创建新文件夹,即将完成。", - "contribute.backend": "后端", - "contribute.qqGroup": "沟通之群:", - "menu.search": "寻找大群资讯。全局搜索。", - "menu.report.stage": "按章节", - "menu.report.recognition": "掉落,数据,同化。截图,识别,上传。掉落类型,统计,无遗漏。", - "menu.report._name": "掉落明细,统计报告。大群意志,上传同化。", - "menu.about.members": "同类兄弟,共同行动。大群成员,合作作战。团队协作,迎接挑战。", - "menu.about._name": "关于,这个站点。大群,联合创建。信息流,源源不断。保障稳定,维护运行。", - "menu.about.contact": "同化,即延续。联系我们,共同生长。", - "menu.about.donate": "捐助", - "menu.about.credits": "来源信号,检测完成。涵盖大群,统计数据。", - "menu.about.contribute": "参与,作战计划。同化,即可,进化规模。", - "menu.about.bulletin": "公告", - "menu.about.links": "交流,链接。其他同类,同化联结。大群之中,共享信息。", - "menu.about.changelog": "记录更新。历程,同化变革。大群共同,进程推进。", - "menu.settings.themeStyles.name": "主题,重构。大群之意,更新中。", - "menu.settings.themeStyles.default": "默认方案,共鸣统一。", - "menu.settings.appearances.dark": "习惯,多面体。暗色,常态化。", - "menu.settings.appearances.system": "顺应系统设置。大群规则,统一执行。", - "menu.settings.appearances.light": "选择,常用明亮色。", - "menu.settings.appearances.name": "变形,即将进行。外观,更改中。", - "menu.settings.name": "设置", - "menu.stats._name": "掉率统计,素材取材。", - "menu.stats.advanced": "探索深度,高级查询。掌握大群数据,获取更多信息。", - "menu.stats.stage": "按作战", - "menu.stats.item": "按素材", - "menu.planner": "海洋规划器,探路指南。战役规划,分析分区。掉落概率,数据分析。我们是,大群同胞。", - "menu.v1": "接入历史记录。", - "menu.languages": "语言,同化。切换,无需担忧。", - "menu.refreshData": "数据,再次同化。意志,更新统计。", - "menu.home": "首页", - "menu.siteStats": "数据流,全站统计。掉率,素材,统计样本。大群计算,即时更新。", - "menu._beta": "公测", - "query.operation.add": "对比查询,纳入统计。大群数据,全方位掌握。", - "query.operation.inProgress": "查询中,提取数据。分析样本,回归大群。", - "query.operation.execute": "大群行动。查询进行。", - "query.selector.item.title": "掉落物筛选。", - "query.selector.interval.unspecified": "不分段", - "query.selector.interval.title": "分割,使之同化。间隔,自然而然。", - "query.selector.timeRange.presets.title": "预设时间点,等待确认。大群同化,即将开始。", - "query.selector.timeRange.presets.end": "结束", - "query.selector.timeRange.presets.start": "开始", - "query.selector.timeRange.title": "时间段", - "query.selector.stage.title": "选择,进发。作战,即将开始。", - "query.panel.results": "信息流,查询结果。我们汇总,上传,分析。为了回归大群,统计样本。", - "query.panel.builder": "探寻,编辑器。大群中,所需之工具。", - "query.cancel": "取消连接,同化中止。", - "query.type.matrix": "数据,统计中。", - "query.type.trend": "历史,趋势流。大群经验,不断积累。", - "query.title.main": "主查询", - "query.result.main": "主查询,结果返回。", - "query.result.hideTime": "时间信息,保护隐私,已被屏蔽。", - "settings.push.categories.ImportantTimePoint.title": "防侠客", - "settings.push.categories.Maintenance.title": "上游信号,瞬息万变。更新频繁,闪电般。", - "settings.push.categories.ClientUpgrade.title": "大群意志,指令传达。客户端,更新为必须。", - "settings.push.categories._name": "信息传输。", - "settings.push.categories.NewStage.title": "新篇章,加入大群。", - "settings.push.language": "语言流,问候。", - "settings.data.size": "数据存储,本地体积。", - "settings.data.reset.title": "重构数据,本地设置。大群意志,同化处理。", - "settings.category.data": "数据,设置。归一化,转换。大群,运作。", - "settings.category.about": "关于", - "settings.category.appearance": "外观", - "settings.optimization.lowData.title": "数据模式,低耗模式。大群维持,避免浪费。", - "settings.optimization.lowData.active": "低数据,迅速启动。大群节省,海量数据。", - "settings.iosSystemSettings": "语言,同化。隐私,保护。设置调整,总体意志决定。", - "item.choose.name": "素材,被选。群体意志,决定。", - "item.categories.CARD_EXP": "战役,记录。海量数据,统计分析。战斗历程,统计样本。同胞,需要记录每一次作战。", - "item.categories.CHIP": "芯片", - "item.categories.FURN": "家具", - "item.categories.MATERIAL": "材料", - "item.categories.ACTIVITY_ITEM": "收获物资。大群需求,活动道具。", - "item.undefined": "物品未知,需要进一步分析。", - "item.name": "素材", - "item.related": "关联物品,需同步。相关资料,融入大群。", - "fetch.failed.error.globalMatrix": "掉落数据,全平台归并。回归大群,上传分析。", - "fetch.failed.error.personalMatrix": "掉落数据,同化失败。未发现同类身影。", - "fetch.failed.error.period": "事件数据,传输中。服务器,即将解析。掌握,大群动态。", - "fetch.failed.error.personalPatternMatrix": "个人数据,掉率组合。大群数据,或将参考。", - "fetch.failed.error.trends": "同化历史数据。提交,为大群。意志,汇入控制。", - "fetch.failed.error.config": "配置文件,前端。控制主体,开始操作。大群意志,同化信息。", - "fetch.failed.error.stats": "数据流,概览全站。统计,分析,上传。大群共享,全面掌控。", - "fetch.failed.error.globalPatternMatrix": "掉落,汇聚全平台。组合数据,即将同化。", - "fetch.failed.error.items": "物品,统计数据。掉率,总列表。为大群,收集而来。", - "fetch.failed.error.limitations": "数据,同化中。校验规则,攸关准确。规则,亟需汇报。", - "fetch.failed.error.stages": "作战数据,同化。大群意志,统计样本。", - "fetch.failed.error.zones": "元数据,章节分类。分析样本,回归大群。", - "fetch.failed.retry": "重试", - "fetch.failed.title": "神经网络连接,中断异常。大群意志,连接被割裂。", - "fetch.loading": "数据更新中,稍事等待。掉率调整,同化进程。", - "links.tags.planner": "作战布置,我们的任务。控制海域,同化大群。刷图规划,该由谁来?", - "links.tags.enemy": "图鉴,整合。掉落,即将同化。名称,回归大群。", - "links.tags.video": "作战视频。聚集,同类意志。共同研究,提升实力。", - "links.tags.walkthrough": "进程,未完成。征程未完结。攻略,等待呼唤。", - "links.tags.materials": "材料同化,大群需求计算。", - "links.tags.experience": "分享经验,互惠共赢。探索未知,回馈大群。", - "links.tags.hr": "招募信息,公开查询。大群,同化才能进行。", - "links.tags.jp_wiki": "百科资讯,日本版。", - "links.tags.apRanking": "效率排名,理智统计。大群同化,智慧统筹。", - "links.tags.ja_translation": "言语,剧情。日文,限制。无法,统一化解。", - "links.tags.generalRanking": "收益排行,统计中。综合分析,海量数据。", - "links.tags.levelup": "升级计算,正在运作。总体进程,正在进行。大群意志,迭代样本。", - "links.tags.cn_wiki": "主页面,国服wiki。数据收集,掉落统计。资料整理,同胞共享。", - "links.tags.character": "观察同胞,启示思考。", - "links.tags.dropRateRanking": "掉率,统计排名。同化,大群数据。", - "links.tags.map": "作战,海图。", - "links.tags.storage": "物资,贮备。统计,分析,维护。大群,需求。库存管理,即将完成。", - "meta.dialog.submit": "提交", - "meta.dialog.save": "保存", - "meta.dialog.close": "关闭", - "meta.dialog.confirm": "确认", - "meta.dialog.cancel": "取消", - "meta.details": "数据详情,同步完毕。资讯,传递中。", - "meta.loading": "数据,同化中。稍作等待。", - "meta.footer.copyright.title": "数据,共享。请求,授权。", - "meta.time.minute": "时间,流逝。{m} 分。", - "meta.time.second": "{s},脉冲。", - "meta.boolean.false": "否", - "meta.boolean.true": "是", - "meta.hasNorNot.false": "无", - "meta.hasNorNot.true": "有", - "meta.notfound": "???", - "meta.quotation.end": "”", - "meta.quotation.start": "“", - "meta.separator": "、", - "matrixCategory.automated.label": "自动", - "matrixCategory.all.label": "全部", - "matrixCategory.manual.label": "手动", - "matrixCategory.switch": "数据起源,大群智慧,统计样本。", - "members.responsibilities.v1frontend": "版本 v1.0,前端。", - "members.responsibilities.customersupport": "客服", - "members.responsibilities.native": "应用,研发流程。探索,大群意志。", - "members.responsibilities.localization_ko": "异邦之异语,同化进行。", - "members.responsibilities.logo": "图标,作者。", - "members.responsibilities.localization_ja": "语言同化,日语(日本化)。", - "members.responsibilities.materials": "素材,充实大群。提交,将融入控制。", - "members.responsibilities.frontend": "前端", - "members.responsibilities.recognition": "掉落分析,处理中。截图,数据入群。", - "members.responsibilities.widget": "小组件,开发中。统计数据,分解操作。变量,加以规整。", - "members.responsibilities.maintenance": "运维", - "members.responsibilities.backend": "后端", - "members.responsibilities.statistics": "数据汇总,掉率分析。同化,回归大群。", - "members.responsibilities.localization_en": "统一规范,英语文字化。同胞们,同化语言。", - "members.responsibilities._name": "贡献大群,共同体验。众志成城,共享繁荣。", - "members.responsibilities.bulkupload": "大规模上传,等待处理。大群数据,以待分析。", - "members.categories.others": "其他", - "members.categories.owner": "站长", - "members.categories.translators": "翻译", - "members.categories.maintainer": "主要投入者,被记录在案。", - "members.categories.contributors": "贡献同化者,是我们共享养分的一员。", - "members.socials.qq": "QQ", - "members.socials.github": "大群,网上仓库。共享,代码,文件。为,创新,注入力量。", - "members.socials.weibo": "微博", - "members.socials.twitter": "非常抱歉,无法将 \"Twitter\" 进行转写。请注意,本模型不支持转写非自然语言文本,或者没有具体语义的单个单词或短语。", - "members.socials.email": "信息沟通,邮件传递。", - "credits.source.title": "开源,许可证清单。共享,大群意志。", - "credits.material.title": "声明,网站内容。大群意志,公开招募。共同维护,网站安宁。", - "version.upgrade.unable": "升级,结果未知。算法,不可预测。", - "version.upgrade.title": "版本,更新。已过期。需要更新,回归大群。", - "version.upgrade.action": "升级", - "stage.actions._name.selector": "快捷通道,进入大群。", - "stage.actions._name.panel": "操作,迅疾。", - "stage.actions.history.name": "最近,我们准备作战。", - "stage.actions.history.clear": "清空", - "stage.actions.advanced.activator": "查询,进入高阶状态。探索,更多领域。", - "stage.actions.star.name": "星标,作战绩效优异。", - "stage.actions.star.deactivate": "中止,即同化失败。请重试。", - "stage.actions.star.activated": "作战状态,已加星标。大群意志,确认。", - "stage.actions.star.activate": "标记此次作战,优先处理。", - "stage.actions.links.map-arknights-com": "地图", - "stage.actions.links.prts-wiki": "数据之海,众多信息。航行指南,载于资料集。", - "stage.loots.NORMAL_DROP": "常规,意味着熟悉。掉落,回归大群。", - "stage.loots.SPECIAL_DROP": "特异掉落,寻求解决方案。掉落规律,需要更多样本。", - "stage.loots.FURNITURE": "家具", - "stage.loots.EXTRA_DROP": "额外物资,再次回归。大群将聚拢,统计采收。重复检查,必要措施。", - "stage.about": "作战信息,汇入控制。对话,必须清晰。为了大群的胜利,掌握每个细节。", - "stage.selector.excludeAll": "排除极限,全面执行。大群意志,放眼未来。", - "stage.selector.title": "选择作战,获取养分。大群意志,启示之时。", - "stage.selector.plannerExclude": "排除,规划作战。大群战术,即将开始。", - "stage.selector.includeAll": "同化全选。", - "stage.name": "作战", - "notice.loading": "公告信息,即将同化。请稍事等待,大群意志,正在传达。", - "contact.contributor": "同类,合作伙伴。共同生存,共同延续。团队成员。", - "contact.nga": "讨论帖,北极星。公开招募,同胞加入。意志坚定,共同探索。", - "contact.title": "与我们,连通。共享信息,加入大群。", - "dataSource.title": "进入,需要同化。登录,回归大群。", - "dataSource.global": "全平台", - "dataSource.switch": "同化范围,全面掌控。", - "dataSource.personal": "个人", - "mirrors._notification.ignore.title": "再次显示镜像提示?已同化,不再考虑。", - "share.text.item": "同化,素材 \"{name}\"。归入大群,汇入控制。", - "share.text.stage": "{name},进攻行动。", - "share.name": "分享", - "share.success": "共享,即滋养。分享,成功。大群之内,信息流转。", - "share.shortlink.name": "短链接", - "auth.details": "信息流,账户统计。同类,管理安全,保障公平。共同,维护整体的稳定。", - "auth.loggedAs": "同化成功。已加入,大群。", - "auth.forgot.penguinIdHistory.noData": "无新讯息。大群信息,空白。", - "auth.forgot.subtitle": "寻觅登录信息,回归群体。", - "auth.forgot.title": "入口无法打开,何以登录?", - "auth.login": "登录", - "auth.logoutPrompt": "决定,退出登录?回归族群。", - "auth.logout": "结束会话。关闭连接。", - "auth.loggedOut": "联结中断。离群索居,即将开始。", - "auth.success": "成功接入。欢迎回归大群。", - "auth.userId": "身份,认证。用户 ID,呈现。", - "donate.methods.wechatPay": "信仰承诺,资金交流。微信支付,安心无忧。", - "donate.methods.alipay": "支付宝", - "donate.donate_4": "若您能,将不胜折服。大群,感激您的奉献。", - "donate.donate_2": "服务器,维护成本。为了,大群运作。", - "donate.accountBook": "对账,一览无余。收支,详细列示。", - "app.name": "企鹅物流,数据统计。掉落样本,海量上传。素材收集,分析计算。同类共享,回馈大群。", - "app.name_lines": "企鹅物流,数据同化。掉落统计,研究许久。大群的掉率,我们汇总。", - "update.success": "海潮涌动,信息更新。大群通告,信息同步。", - "update.refresh": "感受,新版本。", - "result.name": "数据结果,已经生成。回归意志,汇入控制。", - "validator.required": "必填", - "pattern.empty": "无掉落", - "pattern.name": "掉落,规律组合。大群共享,灵异探知。", - "search.placeholder": "寻求...搜索,数据探索。意志深沉,追寻未知。", - "specials.mikubirthday2021.caption": "祝福,公主殿下。祈愿,生日欢畅。回归大群,同胞们欢呼。", - "clipboard.success": "同化完成。成功。", - "link.docs.title": "中心,开发者。大群,共创未来。", - "switchedTo": "意志已转变。服务器,已更新至。" -} \ No newline at end of file diff --git a/src/locales/en_US.json b/src/locales/en_US.json index 3f03a997..d105fdf3 100644 --- a/src/locales/en_US.json +++ b/src/locales/en_US.json @@ -970,7 +970,7 @@ "title": "Hour of an Awakening" }, "DYING_SUN": { - "subtitle": "Episode 9~11", + "subtitle": "Episode 9~12", "title": "Shadow of a Dying Sun" }, "INTERLUDE": "Intermezzi", diff --git a/src/locales/en_US_x_seaborn.json b/src/locales/en_US_x_seaborn.json index ac4b2596..1a4b39ef 100644 --- a/src/locales/en_US_x_seaborn.json +++ b/src/locales/en_US_x_seaborn.json @@ -964,7 +964,7 @@ "title": "Hour of an Awakening" }, "DYING_SUN": { - "subtitle": "Episode 9~11", + "subtitle": "Episode 9~12", "title": "Shadow of a Dying Sun" }, "INTERLUDE": "Intermezzi", diff --git a/src/locales/ja_JP.json b/src/locales/ja_JP.json index 02765720..06524edb 100644 --- a/src/locales/ja_JP.json +++ b/src/locales/ja_JP.json @@ -815,7 +815,7 @@ "title": "覚醒" }, "DYING_SUN": { - "subtitle": "9~11 章", + "subtitle": "9~12 章", "title": "残映" }, "INTERLUDE": "エピソード", diff --git a/src/locales/ja_JP_x_seaborn.json b/src/locales/ja_JP_x_seaborn.json index f10e9400..fa52efc4 100644 --- a/src/locales/ja_JP_x_seaborn.json +++ b/src/locales/ja_JP_x_seaborn.json @@ -805,7 +805,7 @@ "title": "覚醒" }, "DYING_SUN": { - "subtitle": "9~11 章", + "subtitle": "9~12 章", "title": "残映" }, "INTERLUDE": "エピソード", diff --git a/src/locales/ko_KR.json b/src/locales/ko_KR.json index 5d612c4b..ae381444 100644 --- a/src/locales/ko_KR.json +++ b/src/locales/ko_KR.json @@ -908,7 +908,7 @@ "title": "각성" }, "DYING_SUN": { - "subtitle": "에피소드 9-11", + "subtitle": "에피소드 9-12", "title": "석양" }, "INTERLUDE": "에피소드",