mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
New Crowdin updates (#85)
* New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Arabic) * New translations en.json (Bulgarian) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Lithuanian) * New translations en.json (Macedonian) * New translations en.json (Dutch) * New translations en.json (Polish) * New translations en.json (Russian) * New translations en.json (Slovak) * New translations en.json (Slovenian) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Traditional) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Indonesian) * New translations en.json (Persian) * New translations en.json (Thai) * New translations en.json (Croatian) * New translations en.json (Latvian) * New translations en.json (Hindi) * New translations en.json (Serbian (Latin)) * New translations en.json (Macedonian) * New translations en.json (Dutch) * New translations en.json (Dutch) * New translations en.json (Swedish) * New translations en.json (Swedish) * New translations en.json (Swedish) * New translations en.json (Swedish) * New translations en.json (Swedish) * New translations en.json (Swedish) * New translations en.json (Swedish) * New translations en.json (Swedish) * New translations en.json (Swedish) * New translations en.json (Swedish) * New translations en.json (Swedish) * New translations en.json (Hindi) * New translations en.json (Hindi) * New translations en.json (Dutch) * New translations en.json (Swedish) * New translations en.json (Spanish) * New translations en.json (French) * New translations en.json (Indonesian) * New translations en.json (Indonesian) * New translations en.json (Vietnamese) * New translations en.json (Vietnamese) * New translations en.json (Vietnamese) * New translations en.json (Vietnamese) * New translations en.json (Vietnamese) * New translations en.json (Vietnamese) * New translations en.json (Vietnamese) * New translations en.json (Slovak) * New translations en.json (Vietnamese) * New translations en.json (Slovak) * New translations en.json (Slovak) * New translations en.json (Portuguese, Brazilian) * New translations en.json (German) * New translations en.json (Spanish) * New translations en.json (Spanish) * New translations en.json (Finnish) * New translations en.json (French) * New translations en.json (German) * Update source file en.json * New translations en.json (Spanish) * New translations en.json (Finnish) * New translations en.json (French) * New translations en.json (German) * New translations en.json (Romanian) * New translations en.json (Arabic) * New translations en.json (Bulgarian) * New translations en.json (Czech) * New translations en.json (Greek) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Lithuanian) * New translations en.json (Macedonian) * New translations en.json (Dutch) * New translations en.json (Polish) * New translations en.json (Russian) * New translations en.json (Slovak) * New translations en.json (Slovenian) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Traditional) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Indonesian) * New translations en.json (Persian) * New translations en.json (Thai) * New translations en.json (Croatian) * New translations en.json (Latvian) * New translations en.json (Hindi) * New translations en.json (Serbian (Latin))
This commit is contained in:
committed by
GitHub
parent
5ece0f43c0
commit
c8c75a6aa7
132
lang/ru.json
132
lang/ru.json
@@ -100,16 +100,35 @@
|
||||
"pay_invoice": "Оплатить счет",
|
||||
"login_successfully": "Вход выполнен!",
|
||||
"logged_out_successfully": "Вы успешно вышли",
|
||||
"mark_as_default": "Установить по умолчанию"
|
||||
"mark_as_default": "Установить по умолчанию",
|
||||
"no_data_found": "No data found",
|
||||
"pagination": {
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"showing": "Showing",
|
||||
"to": "to",
|
||||
"of": "of",
|
||||
"results": "results"
|
||||
},
|
||||
"file_upload": {
|
||||
"drag_a_file": "Drag a file here or",
|
||||
"browse": "browse",
|
||||
"to_choose": "to choose a file"
|
||||
},
|
||||
"multiselect": {
|
||||
"the_list_is_empty": "The list is empty",
|
||||
"no_results_found": "No results found"
|
||||
},
|
||||
"copy_to_clipboard": "Copy to Clipboard"
|
||||
},
|
||||
"dashboard": {
|
||||
"select_year": "Выберите год",
|
||||
"cards": {
|
||||
"due_amount": "Сумма",
|
||||
"customers": "Клиенты",
|
||||
"invoices": "Счет-фактуры",
|
||||
"estimates": "Заказы",
|
||||
"payments": "Платежи"
|
||||
"customers": "Customer | Customers",
|
||||
"invoices": "Invoice | Invoices",
|
||||
"estimates": "Estimate | Estimates",
|
||||
"payments": "Payment | Payments"
|
||||
},
|
||||
"chart_info": {
|
||||
"total_sales": "Продажи",
|
||||
@@ -304,6 +323,9 @@
|
||||
"record_payment": "Добавить платёж",
|
||||
"add_estimate": "Добавить заказ",
|
||||
"save_estimate": "Сохранить заказ",
|
||||
"cloned_successfully": "Estimate cloned successfully",
|
||||
"clone_estimate": "Clone Estimate",
|
||||
"confirm_clone": "This Estimate will be cloned into a new Estimate",
|
||||
"confirm_conversion": "Эта смета будет использоваться для создания нового счета-фактуры.",
|
||||
"conversion_message": "Счет-фактура успешно создан",
|
||||
"confirm_send_estimate": "Эта смета будет отправлена клиенту по электронной почте",
|
||||
@@ -548,7 +570,18 @@
|
||||
"hour": "Hour",
|
||||
"day_month": "Day of month",
|
||||
"month": "Месяц",
|
||||
"day_week": "День недели"
|
||||
"day_week": "День недели",
|
||||
"every_minute": "Every Minute",
|
||||
"every_30_minute": "Every 30 Minute",
|
||||
"every_hour": "Every Hour",
|
||||
"every_2_hour": "Every 2 Hour",
|
||||
"every_day_at_midnight": "Every day at midnight",
|
||||
"every_week": "Every Week",
|
||||
"every_15_days_at_midnight": "Every 15 days at midnight",
|
||||
"on_the_first_day_of_every_month_at_midnight": "On the first day of every month at 00:00",
|
||||
"every_6_month": "Every 6 Month",
|
||||
"every_year_on_the_first_day_of_january_at_midnight": "Every year on the first day of january at 00:00",
|
||||
"custom": "Custom"
|
||||
},
|
||||
"confirm_delete": "You will not be able to recover this Invoice | You will not be able to recover these Invoices",
|
||||
"created_message": "Recurring Invoice created successfully",
|
||||
@@ -557,7 +590,12 @@
|
||||
"marked_as_sent_message": "Recurring Invoice marked as sent successfully",
|
||||
"user_email_does_not_exist": "Адрес электронной почты пользователя не найден",
|
||||
"something_went_wrong": "что-то пошло не так",
|
||||
"invalid_due_amount_message": "Total Recurring Invoice amount cannot be less than total paid amount for this Recurring Invoice. Please update the invoice or delete the associated payments to continue."
|
||||
"invalid_due_amount_message": "Total Recurring Invoice amount cannot be less than total paid amount for this Recurring Invoice. Please update the invoice or delete the associated payments to continue.",
|
||||
"limit": {
|
||||
"none": "None",
|
||||
"date": "Date",
|
||||
"count": "Count"
|
||||
}
|
||||
},
|
||||
"payments": {
|
||||
"title": "Платежи",
|
||||
@@ -595,7 +633,8 @@
|
||||
"created_message": "Платеж успешно создан",
|
||||
"updated_message": "Платеж успешно обновлен",
|
||||
"deleted_message": "Платеж успешно удален | Платежи успешно удалены",
|
||||
"invalid_amount_message": "Некорректная сумма платежа"
|
||||
"invalid_amount_message": "Некорректная сумма платежа",
|
||||
"amount_due": "Due Amount"
|
||||
},
|
||||
"expenses": {
|
||||
"title": "Расходы",
|
||||
@@ -700,7 +739,8 @@
|
||||
"installed": "Installed",
|
||||
"no_modules_installed": "No Modules Installed Yet!",
|
||||
"disable_warning": "All the settings for this particular will be reverted.",
|
||||
"what_you_get": "What you get"
|
||||
"what_you_get": "What you get",
|
||||
"sign_up_and_get_token": "Sign up & Get Token"
|
||||
},
|
||||
"users": {
|
||||
"title": "Пользователи",
|
||||
@@ -752,7 +792,11 @@
|
||||
"date_range": "Выберите диапазон дат",
|
||||
"to_date": "До даты",
|
||||
"from_date": "От даты",
|
||||
"report_type": "Тип отчёта"
|
||||
"report_type": "Тип отчёта",
|
||||
"sort": {
|
||||
"by_customer": "By Customer",
|
||||
"by_item": "By Item"
|
||||
}
|
||||
},
|
||||
"taxes": {
|
||||
"taxes": "Налоги",
|
||||
@@ -863,6 +907,8 @@
|
||||
"company_info": {
|
||||
"company_info": "Информация о компании",
|
||||
"company_name": "Название компании",
|
||||
"tax_id": "Tax Identification Number",
|
||||
"vat_id": "VAT Identification Number",
|
||||
"company_logo": "Символ компании",
|
||||
"section_description": "Информация о вашей компании, которая будет отображаться на счетах, сметах и других документах, созданных системой InvoiceShelf.",
|
||||
"phone": "Телефон",
|
||||
@@ -918,7 +964,14 @@
|
||||
"added_message": "Пользовательское поле успешно добавлено",
|
||||
"press_enter_to_add": "Нажмите ввод для добавления новой опции",
|
||||
"model_in_use": "Невозможно обновить модель для полей, которые уже используются.",
|
||||
"type_in_use": "Невозможно обновить тип для полей, которые уже используются."
|
||||
"type_in_use": "Невозможно обновить тип для полей, которые уже используются.",
|
||||
"model_type": {
|
||||
"customer": "Customer",
|
||||
"invoice": "Invoice",
|
||||
"estimate": "Estimate",
|
||||
"expense": "Expense",
|
||||
"payment": "Payment"
|
||||
}
|
||||
},
|
||||
"customization": {
|
||||
"customization": "персонализация",
|
||||
@@ -1039,7 +1092,12 @@
|
||||
"note_updated": "Note Updated successfully",
|
||||
"note_confirm_delete": "You will not be able to recover this Note",
|
||||
"already_in_use": "Note is already in use",
|
||||
"deleted_message": "Note deleted successfully"
|
||||
"deleted_message": "Note deleted successfully",
|
||||
"types": {
|
||||
"estimate": "Estimate",
|
||||
"invoice": "Invoice",
|
||||
"payment": "Payment"
|
||||
}
|
||||
}
|
||||
},
|
||||
"account_settings": {
|
||||
@@ -1194,12 +1252,27 @@
|
||||
"on_hold": "On Hold",
|
||||
"update_status": "Update Status",
|
||||
"completed": "Completed",
|
||||
"company_currency_unchangeable": "Company currency cannot be changed"
|
||||
"company_currency_unchangeable": "Company currency cannot be changed",
|
||||
"fiscal_years": {
|
||||
"january_december": "January - December",
|
||||
"february_january": "February - January",
|
||||
"march_february": "March - February",
|
||||
"april_march": "April - March",
|
||||
"may_april": "May - April",
|
||||
"june_may": "June - May",
|
||||
"july_june": "July - June",
|
||||
"august_july": "August - July",
|
||||
"september_august": "September - August",
|
||||
"october_september": "October - September",
|
||||
"november_october": "November - October",
|
||||
"december_november": "December - November"
|
||||
}
|
||||
},
|
||||
"update_app": {
|
||||
"title": "Update App",
|
||||
"description": "You can easily update InvoiceShelf by checking for a new update by clicking the button below",
|
||||
"check_update": "Check for updates",
|
||||
"insider_consent": "Opt-in for Insider releases. Recommended for testing purposes only.",
|
||||
"avail_update": "New Update available",
|
||||
"next_version": "Next version",
|
||||
"requirements": "Requirements",
|
||||
@@ -1267,6 +1340,12 @@
|
||||
"aws_region": "AWS Region",
|
||||
"aws_bucket": "AWS Bucket",
|
||||
"aws_root": "AWS Root",
|
||||
"s3_endpoint": "S3 Endpoint",
|
||||
"s3_key": "S3 Key",
|
||||
"s3_secret": "S3 Secret",
|
||||
"s3_region": "S3 Region",
|
||||
"s3_bucket": "S3 Bucket",
|
||||
"s3_root": "S3 Root",
|
||||
"do_spaces_type": "Do Spaces type",
|
||||
"do_spaces_key": "Do Spaces key",
|
||||
"do_spaces_secret": "Do Spaces Secret",
|
||||
@@ -1347,6 +1426,10 @@
|
||||
"next": "Далее",
|
||||
"continue": "Продолжить",
|
||||
"skip": "Пропустить",
|
||||
"install_language": {
|
||||
"title": "Choose your language",
|
||||
"description": "Select language wizard to install InvoiceShelf"
|
||||
},
|
||||
"database": {
|
||||
"database": "Site URL & Database",
|
||||
"connection": "Database Connection",
|
||||
@@ -1358,6 +1441,7 @@
|
||||
"username": "Database Username",
|
||||
"db_name": "Database Name",
|
||||
"db_path": "Database Path",
|
||||
"overwrite": "Overwrite existing database and proceed",
|
||||
"desc": "Create a database on your server and set the credentials using the form below."
|
||||
},
|
||||
"permissions": {
|
||||
@@ -1373,7 +1457,14 @@
|
||||
"verify_now": "Verify Now",
|
||||
"success": "Domain Verify Successfully.",
|
||||
"failed": "Domain verification failed. Please enter valid domain name.",
|
||||
"verify_and_continue": "Verify And Continue"
|
||||
"verify_and_continue": "Verify And Continue",
|
||||
"notes": {
|
||||
"notes": "Notes:",
|
||||
"not_contain": "App domain should not contain",
|
||||
"or": "or",
|
||||
"in_front": "in front of the domain.",
|
||||
"if_you": "If you're accessing the website on a different port, please mention the port. For example:"
|
||||
}
|
||||
},
|
||||
"mail": {
|
||||
"host": "Mail Host",
|
||||
@@ -1522,5 +1613,16 @@
|
||||
"pdf_bill_to": "Адрес счёта,",
|
||||
"pdf_ship_to": "Адрес доставки,",
|
||||
"pdf_received_from": "Получено от:",
|
||||
"pdf_tax_label": "Tax"
|
||||
"pdf_tax_label": "Tax",
|
||||
"pdf_tax_id": "Tax-ID",
|
||||
"pdf_vat_id": "VAT-ID",
|
||||
"mail_thanks": "Thanks",
|
||||
"mail_view_estimate": "View Estimate",
|
||||
"mail_viewed_estimate": ":name viewed this Estimate.",
|
||||
"mail_view_invoice": "View Invoice",
|
||||
"mail_viewed_invoice": ":name viewed this Invoice.",
|
||||
"mail_view_payment": "View Payment",
|
||||
"notification_view_estimate": "[Notification] Estimate viewed",
|
||||
"notification_view_invoice": "[Notification] Invoice viewed",
|
||||
"You have received a new invoice from <b>{COMPANY_NAME}</b>.</br> Please download using the button below:": "You have received a new invoice from <b>{COMPANY_NAME}</b>.</br> Please download using the button below:"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user