New Crowdin updates (#209)

* 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 (Turkish)
This commit is contained in:
Darko Gjorgjijoski
2024-11-09 21:39:07 +01:00
committed by GitHub
parent 5d817b5c45
commit 51d001aa0f
31 changed files with 3156 additions and 621 deletions

View File

@@ -100,7 +100,26 @@
"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": "Выберите год",
@@ -305,6 +324,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": "Эта смета будет отправлена клиенту по электронной почте",
@@ -549,7 +571,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",
@@ -558,7 +591,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": "Платежи",
@@ -596,7 +634,8 @@
"created_message": "Платеж успешно создан",
"updated_message": "Платеж успешно обновлен",
"deleted_message": "Платеж успешно удален | Платежи успешно удалены",
"invalid_amount_message": "Некорректная сумма платежа"
"invalid_amount_message": "Некорректная сумма платежа",
"amount_due": "Due Amount"
},
"expenses": {
"title": "Расходы",
@@ -701,7 +740,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": "Пользователи",
@@ -753,7 +793,11 @@
"date_range": "Выберите диапазон дат",
"to_date": "До даты",
"from_date": "От даты",
"report_type": "Тип отчёта"
"report_type": "Тип отчёта",
"sort": {
"by_customer": "By Customer",
"by_item": "By Item"
}
},
"taxes": {
"taxes": "Налоги",
@@ -921,7 +965,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": "персонализация",
@@ -1042,7 +1093,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": {
@@ -1197,12 +1253,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",
@@ -1356,6 +1427,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",
@@ -1367,6 +1442,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": {
@@ -1382,7 +1458,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",