diff --git a/lib/l10n/ru_RU/app_ru_RU.arb b/lib/l10n/ru_RU/app_ru_RU.arb index 4c1d648f..0d4cb0c7 100644 --- a/lib/l10n/ru_RU/app_ru_RU.arb +++ b/lib/l10n/ru_RU/app_ru_RU.arb @@ -38,7 +38,7 @@ "@appReleaseNotes": {}, "appSettings": "Настройки приложения", "@appSettings": {}, - "appSettingsDetails": "Изменить настройки приложения", + "appSettingsDetails": "Изменить настройки приложения InvenTree", "@appSettingsDetails": {}, "attachments": "Вложения", "@attachments": {}, @@ -86,13 +86,15 @@ "@barcodeScanDelayDetail": {}, "barcodeScanGeneral": "Сканировать штрих-код InvenTree", "@barcodeScanGeneral": {}, + "barcodeScanInItems": "Сканировать товары на складе в это место", + "@barcodeScanInItems": {}, "barcodeScanLocation": "Сканировать местоположение склада", "@barcodeScanLocation": {}, - "barcodeScanIntoLocationSuccess": "Сканировано в местоположение", + "barcodeScanIntoLocationSuccess": "Сканирование на место", "@barcodeScanIntoLocationSuccess": {}, "barcodeScanIntoLocationFailure": "Элемент не просканирован в", "@barcodeScanIntoLocationFailure": {}, - "barcodeScanItem": "Сканировать товар в наличии", + "barcodeScanItem": "Сканировать складскую позицию", "@barcodeScanItem": {}, "barcodeTones": "Сигналы штрих-кода", "@barcodeTones": {}, @@ -110,7 +112,7 @@ "@bomEnable": {}, "build": "Сборка", "@build": {}, - "building": "Здание", + "building": "Построение", "@building": {}, "cancel": "Отменить", "@cancel": { @@ -138,13 +140,13 @@ "@companies": {}, "configureServer": "Настройка параметров сервера", "@configureServer": {}, - "connectionRefused": "В соединении отказано", + "connectionRefused": "Отказано в подключении", "@connectionRefused": {}, "count": "Количество", "@count": { "description": "Count" }, - "countStock": "Количество на складе", + "countStock": "Количество в наличии", "@countStock": { "description": "Count Stock" }, @@ -200,6 +202,8 @@ }, "editItem": "Отредактированный товар", "@editItem": {}, + "editLineItem": "Изменить позицию", + "@editLineItem": {}, "enterPassword": "Введите пароль", "@enterPassword": {}, "enterUsername": "Введите имя пользователя", @@ -254,6 +258,8 @@ "@filterInStockDetail": {}, "filterSerialized": "Упорядочено", "@filterSerialized": {}, + "filterSerializedDetail": "Показать номерные позиции на складе", + "@filterSerializedDetail": {}, "filterTemplate": "Шаблон", "@filterTemplate": {}, "filterTemplateDetail": "Показать шаблоны компонентов", @@ -379,12 +385,20 @@ "@lineItem": {}, "lineItems": "Элементы строки", "@lineItems": {}, + "lineItemUpdated": "Позиция обновлена", + "@lineItemUpdated": {}, + "locateItem": "Найти деталь на складе", + "@locateItem": {}, + "locateLocation": "Найти местоположение склада", + "@locateLocation": {}, "locationCreate": "Новое местоположение", "@locationCreate": {}, "locationCreateDetail": "Создать новое расположение склада", "@locationCreateDetail": {}, "locationNotSet": "Не указано месторасположение", "@locationNotSet": {}, + "locationUpdated": "Расположение склада обновлено", + "@locationUpdated": {}, "link": "Ссылка", "@link": {}, "lost": "Потерян", @@ -433,6 +447,10 @@ "@orientationPortrait": {}, "orientationSystem": "Система", "@orientationSystem": {}, + "outstanding": "Не оплачено", + "@outstanding": {}, + "outstandingOrderDetail": "Показать не оплаченные товары", + "@outstandingOrderDetail": {}, "packaging": "Упаковка", "@packaging": {}, "packageName": "Название упаковки", @@ -469,6 +487,8 @@ "@partSettings": {}, "partsStarred": "Детали с включёнными уведомлениями", "@partsStarred": {}, + "partsStarredNone": "Отмеченные детали не доступны", + "@partsStarredNone": {}, "partSuppliers": "Поставщики детали", "@partSuppliers": {}, "partCategory": "Категория детали", @@ -527,6 +547,10 @@ "@profileSelect": {}, "profileSelectOrCreate": "Выбрать сервер или создать новый профиль", "@profileSelectOrCreate": {}, + "profileTapToCreate": "Нажмите, чтобы создать или выбрать профиль", + "@profileTapToCreate": {}, + "projectCode": "Код проекта", + "@projectCode": {}, "purchaseOrder": "Заказ на поставку", "@purchaseOrder": {}, "purchaseOrderCreate": "Новый заказ на поставку", @@ -775,12 +799,26 @@ "@stockLocations": {}, "stockTopLevel": "Склад верхнего уровня", "@stockTopLevel": {}, + "strictHttps": "Использовать строго HTTPS", + "@strictHttps": {}, "strictHttpsDetails": "Принудительная проверка HTTPs сертификатов", "@strictHttpsDetails": {}, "subcategory": "Подкатегория:", "@subcategory": {}, "subcategories": "Подкатегории", "@subcategories": {}, + "sublocation": "Подрасположение", + "@sublocation": {}, + "sublocations": "Подрасположения", + "@sublocations": {}, + "sublocationNone": "Нет подрасположений", + "@sublocationNone": {}, + "sublocationNoneDetail": "Нет доступных подрасположений", + "@sublocationNoneDetail": {}, + "submitFeedback": "Отправить отзыв", + "@submitFeedback": {}, + "suppliedParts": "Поставляемые детали", + "@suppliedParts": {}, "supplier": "Поставщик", "@supplier": {}, "supplierPart": "Деталь поставщика", @@ -797,6 +835,8 @@ "@suppliers": {}, "supplierReference": "Ссылка на поставщика", "@supplierReference": {}, + "takePicture": "Сделать снимок", + "@takePicture": {}, "targetDate": "Целевая дата", "@targetDate": {}, "templatePart": "Родительская шаблонная деталь", diff --git a/lib/l10n/zh_CN/app_zh_CN.arb b/lib/l10n/zh_CN/app_zh_CN.arb index db7dc461..d07878ef 100644 --- a/lib/l10n/zh_CN/app_zh_CN.arb +++ b/lib/l10n/zh_CN/app_zh_CN.arb @@ -54,8 +54,14 @@ "@attachmentSelect": {}, "attention": "注意", "@attention": {}, + "available": "可用的", + "@available": {}, "availableStock": "可用库存", "@availableStock": {}, + "barcodes": "条形码", + "@barcodes": {}, + "barcodeSettings": "条形码设置", + "@barcodeSettings": {}, "barcodeAssign": "分配条码", "@barcodeAssign": {}, "barcodeAssignDetail": "扫描自定义条形码进行分配", @@ -74,6 +80,10 @@ "@barcodeNotAssigned": {}, "barcodeScanAssign": "扫描以分配条码", "@barcodeScanAssign": {}, + "barcodeScanDelay": "条形码扫描延迟", + "@barcodeScanDelay": {}, + "barcodeScanDelayDetail": "条形码扫描之间的延迟", + "@barcodeScanDelayDetail": {}, "barcodeScanGeneral": "扫描 InvenTree 条码", "@barcodeScanGeneral": {}, "barcodeScanInItems": "扫描库存物品到此位置", @@ -108,6 +118,8 @@ "@cancel": { "description": "Cancel" }, + "cancelOrder": "取消订单", + "@cancelOrder": {}, "category": "分类", "@category": {}, "categoryCreate": "新建分类", @@ -144,6 +156,10 @@ "@customers": {}, "damaged": "破损", "@damaged": {}, + "darkMode": "暗色模式", + "@darkMode": {}, + "darkModeEnable": "启用暗色模式", + "@darkModeEnable": {}, "delete": "删除", "@delete": {}, "deleteFailed": "删除失败", @@ -178,12 +194,16 @@ "@editLocation": {}, "editNotes": "编辑备注", "@editNotes": {}, + "editParameter": "编辑参数", + "@editParameter": {}, "editPart": "编辑部件", "@editPart": { "description": "edit part" }, "editItem": "编辑库存物品", "@editItem": {}, + "editLineItem": "编辑列表条目", + "@editLineItem": {}, "enterPassword": "输入密码", "@enterPassword": {}, "enterUsername": "输入用户名", @@ -200,6 +220,10 @@ "@errorDetails": {}, "errorFetch": "从服务器获取数据时出现了一个错误", "@errorFetch": {}, + "errorUserRoles": "从服务器请求用户角色时出错", + "@errorUserRoles": {}, + "errorPluginInfo": "从服务器请求插件数据时出错", + "@errorPluginInfo": {}, "errorReporting": "错误报告", "@errorReporting": {}, "errorReportUpload": "上传错误报告", @@ -224,6 +248,10 @@ "@filterComponent": {}, "filterComponentDetail": "显示组件部分", "@filterComponentDetail": {}, + "filterExternal": "外部的", + "@filterExternal": {}, + "filterExternalDetail": "显示外部仓储地点的库存", + "@filterExternalDetail": {}, "filterInStock": "库存充足", "@filterInStock": {}, "filterInStockDetail": "显示有库存的部分", @@ -307,6 +335,8 @@ "@inProduction": {}, "inProductionDetail": "库存品正在生产", "@inProductionDetail": {}, + "internalPart": "内部零件", + "@internalPart": {}, "invalidHost": "无效的主机名", "@invalidHost": {}, "invalidHostDetails": "提供的主机名无效", @@ -323,12 +353,20 @@ "@invalidSupplierPart": {}, "invalidUsernamePassword": "无效的用户名密码组合", "@invalidUsernamePassword": {}, + "issue": "下单任务", + "@issue": {}, "issueDate": "签发日期", "@issueDate": {}, + "issueOrder": "下达订单", + "@issueOrder": {}, "itemInLocation": "物品已就位", "@itemInLocation": {}, "keywords": "关键词", "@keywords": {}, + "labelPrinting": "打印标签", + "@labelPrinting": {}, + "labelPrintingDetail": "启用标签打印功能", + "@labelPrintingDetail": {}, "labelTemplate": "标签模板", "@labelTemplate": {}, "language": "语言", @@ -337,10 +375,36 @@ "@languageDefault": {}, "languageSelect": "选择语言", "@languageSelect": {}, + "lastStocktake": "最近库存盘点", + "@lastStocktake": {}, + "lastUpdated": "最近更新", + "@lastUpdated": {}, + "level": "级", + "@level": {}, + "lineItem": "行条目", + "@lineItem": {}, + "lineItems": "行条目", + "@lineItems": {}, + "lineItemUpdated": "行条目已更新", + "@lineItemUpdated": {}, + "locateItem": "定位库存项", + "@locateItem": {}, + "locationCreate": "新建仓储位置", + "@locationCreate": {}, + "locationNotSet": "没有指定仓储位置", + "@locationNotSet": {}, "link": "链接", "@link": {}, "lost": "丢失", "@lost": {}, + "manufacturerPartNumber": "制造商零件号", + "@manufacturerPartNumber": {}, + "manufacturer": "制造商", + "@manufacturer": {}, + "manufacturers": "制造商", + "@manufacturers": {}, + "missingData": "缺失数据", + "@missingData": {}, "name": "名称", "@name": {}, "notConnected": "未连接", @@ -349,6 +413,8 @@ "@notes": { "description": "Notes" }, + "notifications": "通知", + "@notifications": {}, "notificationsEmpty": "没有未读通知", "@notificationsEmpty": {}, "noResponse": "服务器未响应", @@ -361,6 +427,24 @@ "@noSubcategoriesAvailable": {}, "numberInvalid": "无效的数字", "@numberInvalid": {}, + "onOrder": "已订购", + "@onOrder": {}, + "onOrderDetails": "当前订购项目", + "@onOrderDetails": {}, + "orientation": "屏幕方向​​​​​​​​​​​​​​", + "@orientation": {}, + "orientationDetail": "屏幕方向(需要重启)", + "@orientationDetail": {}, + "orientationLandscape": "横向", + "@orientationLandscape": {}, + "orientationPortrait": "纵向", + "@orientationPortrait": {}, + "orientationSystem": "系统", + "@orientationSystem": {}, + "outstanding": "未完成", + "@outstanding": {}, + "outstandingOrderDetail": "显示未完成项目", + "@outstandingOrderDetail": {}, "packaging": "打包", "@packaging": {}, "packageName": "包名", @@ -397,8 +481,14 @@ "@partSettings": {}, "partsStarred": "订阅的商品", "@partsStarred": {}, + "partsStarredNone": "没有可用的带星号零件", + "@partsStarredNone": {}, + "partSuppliers": "配件供货商", + "@partSuppliers": {}, "partCategory": "部件分类", "@partCategory": {}, + "partCategoryTopLevel": "上一级零件类别", + "@partCategoryTopLevel": {}, "partCategories": "部件分类", "@partCategories": {}, "partDetails": "部件详情", @@ -411,6 +501,10 @@ }, "password": "密码", "@password": {}, + "passwordEmpty": "密码不能为空", + "@passwordEmpty": {}, + "permissionAccountDenied": "您的帐户没有执行此操作所需的权限", + "@permissionAccountDenied": {}, "profile": "档案", "@profile": {}, "quantity": "数量", @@ -457,6 +551,10 @@ "@result": { "description": "" }, + "returned": "已退回", + "@returned": {}, + "salesOrders": "销售订单", + "@salesOrders": {}, "save": "保存", "@save": { "description": "Save" @@ -469,6 +567,10 @@ "@search": { "description": "search" }, + "searching": "搜索", + "@searching": {}, + "searchLocation": "搜索仓储位置", + "@searchLocation": {}, "searchParts": "搜索部件", "@searchParts": {}, "searchStock": "搜索库存",