mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: organization setup form validation.
This commit is contained in:
@@ -1043,11 +1043,8 @@
|
||||
"total_rows": "",
|
||||
"always": "دائماً",
|
||||
"none": "",
|
||||
"us_dollar": "",
|
||||
"euro": "",
|
||||
"libyan_diner": "",
|
||||
"english": "",
|
||||
"arabic": "",
|
||||
"english": "English",
|
||||
"arabic": "العربية",
|
||||
"just_a_moment_we_re_calculating_your_cost_transactions": "لحظة واحدة! نحن نحسب معاملات التكلفة الخاصة بك ، هذا لا يستغرق الكثير من الوقت ، يرجى التحقق بعد فترة.",
|
||||
"refresh": "",
|
||||
"total_name": "إجمالي {name}",
|
||||
@@ -1280,6 +1277,7 @@
|
||||
"billing.suspend_message.title": "حسابك معلق :(",
|
||||
"billing.suspend_message.description": "تم تعليق حسابك بسبب انتهاء فترة الاشتراك. الرجاء تجديد الاشتراك لتفعيل الحساب.",
|
||||
"dashboard.subscription_msg.period_over": "انتهت فترة الاشتراك",
|
||||
"inventory_adjustment.details_drawer.title": "تفاصيل معاملة تسوية المخزون"
|
||||
"inventory_adjustment.details_drawer.title": "تفاصيل معاملة تسوية المخزون",
|
||||
"setup.organization.location": "الموقع"
|
||||
}
|
||||
|
||||
|
||||
@@ -353,7 +353,7 @@ export default {
|
||||
once_delete_this_exchange_rate_you_will_able_to_restore_it: `Once you delete this exchange rate, you won\'t be able to restore it later. Are you sure you want to delete this exchange rate?`,
|
||||
once_delete_these_exchange_rates_you_will_not_able_restore_them: `Once you delete these exchange rates, you won't be able to retrieve them later. Are you sure you want to delete them?`,
|
||||
once_delete_this_item_category_you_will_able_to_restore_it: `Once you delete this category, you won\'t be able to restore it later. Are you sure you want to delete this item?`,
|
||||
select_business_location: 'Select Business Location',
|
||||
select_business_location: 'Select business location',
|
||||
select_base_currency: 'Select base currency',
|
||||
select_fiscal_year: 'Select fiscal year',
|
||||
select_language: 'Select Language',
|
||||
|
||||
@@ -1248,5 +1248,6 @@
|
||||
"billing.suspend_message.title": "Your account is suspended :(",
|
||||
"billing.suspend_message.description": "Your account has been suspended due to the expiration of the subscription period. Please renew the subscription to activate the account.",
|
||||
"dashboard.subscription_msg.period_over": "Subscription period is over",
|
||||
"inventory_adjustment.details_drawer.title": "Inventory adjustment details"
|
||||
"inventory_adjustment.details_drawer.title": "Inventory adjustment details",
|
||||
"setup.organization.location": "Location"
|
||||
}
|
||||
Reference in New Issue
Block a user