diff --git a/ui/src/i18n/locales/ar.json b/ui/src/i18n/locales/ar.json new file mode 100644 index 00000000..3ca77e0e --- /dev/null +++ b/ui/src/i18n/locales/ar.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "أنشئ شركتك الأولى", + "description": "ابدأ بإنشاء شركة.", + "newCompany": "شركة جديدة" + } + } +} diff --git a/ui/src/i18n/locales/bn.json b/ui/src/i18n/locales/bn.json new file mode 100644 index 00000000..b198cc69 --- /dev/null +++ b/ui/src/i18n/locales/bn.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "আপনার প্রথম কোম্পানি তৈরি করুন", + "description": "একটি কোম্পানি তৈরি করে শুরু করুন।", + "newCompany": "নতুন কোম্পানি" + } + } +} diff --git a/ui/src/i18n/locales/cs.json b/ui/src/i18n/locales/cs.json new file mode 100644 index 00000000..c5a9064e --- /dev/null +++ b/ui/src/i18n/locales/cs.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Vytvořte svou první společnost", + "description": "Začněte vytvořením společnosti.", + "newCompany": "Nová společnost" + } + } +} diff --git a/ui/src/i18n/locales/da.json b/ui/src/i18n/locales/da.json new file mode 100644 index 00000000..1f4e7111 --- /dev/null +++ b/ui/src/i18n/locales/da.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Opret din første virksomhed", + "description": "Kom i gang ved at oprette en virksomhed.", + "newCompany": "Ny virksomhed" + } + } +} diff --git a/ui/src/i18n/locales/de.json b/ui/src/i18n/locales/de.json new file mode 100644 index 00000000..955a3a7b --- /dev/null +++ b/ui/src/i18n/locales/de.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Erstellen Sie Ihr erstes Unternehmen", + "description": "Beginnen Sie, indem Sie ein Unternehmen erstellen.", + "newCompany": "Neues Unternehmen" + } + } +} diff --git a/ui/src/i18n/locales/el.json b/ui/src/i18n/locales/el.json new file mode 100644 index 00000000..b0a7194e --- /dev/null +++ b/ui/src/i18n/locales/el.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Δημιουργήστε την πρώτη σας εταιρεία", + "description": "Ξεκινήστε δημιουργώντας μια εταιρεία.", + "newCompany": "Νέα εταιρεία" + } + } +} diff --git a/ui/src/i18n/locales/es.json b/ui/src/i18n/locales/es.json new file mode 100644 index 00000000..51e05f2a --- /dev/null +++ b/ui/src/i18n/locales/es.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Crea tu primera empresa", + "description": "Comienza creando una empresa.", + "newCompany": "Nueva empresa" + } + } +} diff --git a/ui/src/i18n/locales/fa.json b/ui/src/i18n/locales/fa.json new file mode 100644 index 00000000..20677042 --- /dev/null +++ b/ui/src/i18n/locales/fa.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "اولین شرکت خود را ایجاد کنید", + "description": "با ایجاد یک شرکت شروع کنید.", + "newCompany": "شرکت جدید" + } + } +} diff --git a/ui/src/i18n/locales/fi.json b/ui/src/i18n/locales/fi.json new file mode 100644 index 00000000..74aec335 --- /dev/null +++ b/ui/src/i18n/locales/fi.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Luo ensimmäinen yrityksesi", + "description": "Aloita luomalla yritys.", + "newCompany": "Uusi yritys" + } + } +} diff --git a/ui/src/i18n/locales/fil.json b/ui/src/i18n/locales/fil.json new file mode 100644 index 00000000..ee557d2c --- /dev/null +++ b/ui/src/i18n/locales/fil.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Gumawa ng iyong unang kumpanya", + "description": "Magsimula sa paggawa ng kumpanya.", + "newCompany": "Bagong Kumpanya" + } + } +} diff --git a/ui/src/i18n/locales/fr.json b/ui/src/i18n/locales/fr.json new file mode 100644 index 00000000..af832704 --- /dev/null +++ b/ui/src/i18n/locales/fr.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Créez votre première entreprise", + "description": "Commencez par créer une entreprise.", + "newCompany": "Nouvelle entreprise" + } + } +} diff --git a/ui/src/i18n/locales/he.json b/ui/src/i18n/locales/he.json new file mode 100644 index 00000000..f9dc12b9 --- /dev/null +++ b/ui/src/i18n/locales/he.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "צרו את החברה הראשונה שלכם", + "description": "התחילו ביצירת חברה.", + "newCompany": "חברה חדשה" + } + } +} diff --git a/ui/src/i18n/locales/hi.json b/ui/src/i18n/locales/hi.json new file mode 100644 index 00000000..4a772a94 --- /dev/null +++ b/ui/src/i18n/locales/hi.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "अपनी पहली कंपनी बनाएं", + "description": "कंपनी बनाकर शुरुआत करें.", + "newCompany": "नई कंपनी" + } + } +} diff --git a/ui/src/i18n/locales/hu.json b/ui/src/i18n/locales/hu.json new file mode 100644 index 00000000..e6d780cd --- /dev/null +++ b/ui/src/i18n/locales/hu.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Hozza létre első vállalatát", + "description": "Kezdje egy vállalat létrehozásával.", + "newCompany": "Új vállalat" + } + } +} diff --git a/ui/src/i18n/locales/id.json b/ui/src/i18n/locales/id.json new file mode 100644 index 00000000..86da78cb --- /dev/null +++ b/ui/src/i18n/locales/id.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Buat perusahaan pertama Anda", + "description": "Mulai dengan membuat perusahaan.", + "newCompany": "Perusahaan Baru" + } + } +} diff --git a/ui/src/i18n/locales/it.json b/ui/src/i18n/locales/it.json new file mode 100644 index 00000000..f727ee93 --- /dev/null +++ b/ui/src/i18n/locales/it.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Crea la tua prima azienda", + "description": "Inizia creando un'azienda.", + "newCompany": "Nuova azienda" + } + } +} diff --git a/ui/src/i18n/locales/ja.json b/ui/src/i18n/locales/ja.json new file mode 100644 index 00000000..44251e80 --- /dev/null +++ b/ui/src/i18n/locales/ja.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "最初の会社を作成", + "description": "会社を作成して始めましょう。", + "newCompany": "新しい会社" + } + } +} diff --git a/ui/src/i18n/locales/ko.json b/ui/src/i18n/locales/ko.json new file mode 100644 index 00000000..9a6313a3 --- /dev/null +++ b/ui/src/i18n/locales/ko.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "첫 회사를 만드세요", + "description": "회사를 만들어 시작하세요.", + "newCompany": "새 회사" + } + } +} diff --git a/ui/src/i18n/locales/mr.json b/ui/src/i18n/locales/mr.json new file mode 100644 index 00000000..153bfcc9 --- /dev/null +++ b/ui/src/i18n/locales/mr.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "तुमची पहिली कंपनी तयार करा", + "description": "कंपनी तयार करून सुरुवात करा.", + "newCompany": "नवीन कंपनी" + } + } +} diff --git a/ui/src/i18n/locales/ms.json b/ui/src/i18n/locales/ms.json new file mode 100644 index 00000000..588cb4d0 --- /dev/null +++ b/ui/src/i18n/locales/ms.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Cipta syarikat pertama anda", + "description": "Mulakan dengan mencipta syarikat.", + "newCompany": "Syarikat Baharu" + } + } +} diff --git a/ui/src/i18n/locales/nb.json b/ui/src/i18n/locales/nb.json new file mode 100644 index 00000000..575e4d90 --- /dev/null +++ b/ui/src/i18n/locales/nb.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Opprett ditt første selskap", + "description": "Kom i gang ved å opprette et selskap.", + "newCompany": "Nytt selskap" + } + } +} diff --git a/ui/src/i18n/locales/nl.json b/ui/src/i18n/locales/nl.json new file mode 100644 index 00000000..0f4b0521 --- /dev/null +++ b/ui/src/i18n/locales/nl.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Maak uw eerste bedrijf aan", + "description": "Begin door een bedrijf aan te maken.", + "newCompany": "Nieuw bedrijf" + } + } +} diff --git a/ui/src/i18n/locales/pa.json b/ui/src/i18n/locales/pa.json new file mode 100644 index 00000000..57ce9727 --- /dev/null +++ b/ui/src/i18n/locales/pa.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "ਆਪਣੀ ਪਹਿਲੀ ਕੰਪਨੀ ਬਣਾਓ", + "description": "ਕੰਪਨੀ ਬਣਾਕੇ ਸ਼ੁਰੂ ਕਰੋ।", + "newCompany": "ਨਵੀਂ ਕੰਪਨੀ" + } + } +} diff --git a/ui/src/i18n/locales/pl.json b/ui/src/i18n/locales/pl.json new file mode 100644 index 00000000..4a851929 --- /dev/null +++ b/ui/src/i18n/locales/pl.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Utwórz swoją pierwszą firmę", + "description": "Zacznij od utworzenia firmy.", + "newCompany": "Nowa firma" + } + } +} diff --git a/ui/src/i18n/locales/pt-BR.json b/ui/src/i18n/locales/pt-BR.json new file mode 100644 index 00000000..c1c0f0f8 --- /dev/null +++ b/ui/src/i18n/locales/pt-BR.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Crie sua primeira empresa", + "description": "Comece criando uma empresa.", + "newCompany": "Nova empresa" + } + } +} diff --git a/ui/src/i18n/locales/pt-PT.json b/ui/src/i18n/locales/pt-PT.json new file mode 100644 index 00000000..b11ddf56 --- /dev/null +++ b/ui/src/i18n/locales/pt-PT.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Crie a sua primeira empresa", + "description": "Comece por criar uma empresa.", + "newCompany": "Nova empresa" + } + } +} diff --git a/ui/src/i18n/locales/ro.json b/ui/src/i18n/locales/ro.json new file mode 100644 index 00000000..830f1542 --- /dev/null +++ b/ui/src/i18n/locales/ro.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Creați prima companie", + "description": "Începeți prin crearea unei companii.", + "newCompany": "Companie nouă" + } + } +} diff --git a/ui/src/i18n/locales/ru.json b/ui/src/i18n/locales/ru.json new file mode 100644 index 00000000..f9c6e1f0 --- /dev/null +++ b/ui/src/i18n/locales/ru.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Создайте свою первую компанию", + "description": "Начните с создания компании.", + "newCompany": "Новая компания" + } + } +} diff --git a/ui/src/i18n/locales/sv.json b/ui/src/i18n/locales/sv.json new file mode 100644 index 00000000..a1a263e6 --- /dev/null +++ b/ui/src/i18n/locales/sv.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Skapa ditt första företag", + "description": "Kom igång genom att skapa ett företag.", + "newCompany": "Nytt företag" + } + } +} diff --git a/ui/src/i18n/locales/sw.json b/ui/src/i18n/locales/sw.json new file mode 100644 index 00000000..46a64ee1 --- /dev/null +++ b/ui/src/i18n/locales/sw.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Unda kampuni yako ya kwanza", + "description": "Anza kwa kuunda kampuni.", + "newCompany": "Kampuni Mpya" + } + } +} diff --git a/ui/src/i18n/locales/ta.json b/ui/src/i18n/locales/ta.json new file mode 100644 index 00000000..278c2de4 --- /dev/null +++ b/ui/src/i18n/locales/ta.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "உங்கள் முதல் நிறுவனத்தை உருவாக்குங்கள்", + "description": "ஒரு நிறுவனத்தை உருவாக்கி தொடங்குங்கள்.", + "newCompany": "புதிய நிறுவனம்" + } + } +} diff --git a/ui/src/i18n/locales/te.json b/ui/src/i18n/locales/te.json new file mode 100644 index 00000000..7735c966 --- /dev/null +++ b/ui/src/i18n/locales/te.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "మీ మొదటి కంపెనీని సృష్టించండి", + "description": "కంపెనీని సృష్టించడం ద్వారా ప్రారంభించండి.", + "newCompany": "కొత్త కంపెనీ" + } + } +} diff --git a/ui/src/i18n/locales/th.json b/ui/src/i18n/locales/th.json new file mode 100644 index 00000000..c62aeadb --- /dev/null +++ b/ui/src/i18n/locales/th.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "สร้างบริษัทแรกของคุณ", + "description": "เริ่มต้นด้วยการสร้างบริษัท", + "newCompany": "บริษัทใหม่" + } + } +} diff --git a/ui/src/i18n/locales/tr.json b/ui/src/i18n/locales/tr.json new file mode 100644 index 00000000..c5b953f2 --- /dev/null +++ b/ui/src/i18n/locales/tr.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "İlk şirketinizi oluşturun", + "description": "Bir şirket oluşturarak başlayın.", + "newCompany": "Yeni Şirket" + } + } +} diff --git a/ui/src/i18n/locales/uk.json b/ui/src/i18n/locales/uk.json new file mode 100644 index 00000000..780f402d --- /dev/null +++ b/ui/src/i18n/locales/uk.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Створіть свою першу компанію", + "description": "Почніть зі створення компанії.", + "newCompany": "Нова компанія" + } + } +} diff --git a/ui/src/i18n/locales/ur.json b/ui/src/i18n/locales/ur.json new file mode 100644 index 00000000..3b8cd14f --- /dev/null +++ b/ui/src/i18n/locales/ur.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "اپنی پہلی کمپنی بنائیں", + "description": "کمپنی بنا کر شروع کریں۔", + "newCompany": "نئی کمپنی" + } + } +} diff --git a/ui/src/i18n/locales/vi.json b/ui/src/i18n/locales/vi.json new file mode 100644 index 00000000..7992efba --- /dev/null +++ b/ui/src/i18n/locales/vi.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "Tạo công ty đầu tiên của bạn", + "description": "Bắt đầu bằng cách tạo một công ty.", + "newCompany": "Công ty mới" + } + } +} diff --git a/ui/src/i18n/locales/zh-CN.json b/ui/src/i18n/locales/zh-CN.json new file mode 100644 index 00000000..a9c84364 --- /dev/null +++ b/ui/src/i18n/locales/zh-CN.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "创建您的第一家公司", + "description": "通过创建公司开始。", + "newCompany": "新公司" + } + } +} diff --git a/ui/src/i18n/locales/zh-TW.json b/ui/src/i18n/locales/zh-TW.json new file mode 100644 index 00000000..c5393e36 --- /dev/null +++ b/ui/src/i18n/locales/zh-TW.json @@ -0,0 +1,9 @@ +{ + "app": { + "noCompanies": { + "title": "建立您的第一家公司", + "description": "從建立公司開始。", + "newCompany": "新公司" + } + } +}