From 1f9b52eda677a168404967bf5905af6cd6d911b5 Mon Sep 17 00:00:00 2001 From: Jobayer Ahmed Date: Sat, 13 May 2023 17:58:27 +0600 Subject: [PATCH] Added the experience section on the leftSidebar. --- client/public/locales/am/builder.json | 7 +++++++ client/public/locales/ar/builder.json | 7 +++++++ client/public/locales/bg/builder.json | 7 +++++++ client/public/locales/ca/builder.json | 7 +++++++ client/public/locales/cs/builder.json | 7 +++++++ client/public/locales/da/builder.json | 7 +++++++ client/public/locales/de/builder.json | 7 +++++++ client/public/locales/el/builder.json | 7 +++++++ client/public/locales/es/builder.json | 7 +++++++ client/public/locales/fa/builder.json | 7 +++++++ client/public/locales/fi/builder.json | 7 +++++++ client/public/locales/fr/builder.json | 7 +++++++ client/public/locales/he/builder.json | 7 +++++++ client/public/locales/hi/builder.json | 7 +++++++ client/public/locales/hu/builder.json | 7 +++++++ client/public/locales/id/builder.json | 7 +++++++ client/public/locales/it/builder.json | 7 +++++++ client/public/locales/ja/builder.json | 7 +++++++ client/public/locales/km/builder.json | 7 +++++++ client/public/locales/kn/builder.json | 7 +++++++ client/public/locales/ko/builder.json | 7 +++++++ client/public/locales/ml/builder.json | 7 +++++++ client/public/locales/mr/builder.json | 7 +++++++ client/public/locales/ne/builder.json | 7 +++++++ client/public/locales/nl/builder.json | 7 +++++++ client/public/locales/no/builder.json | 7 +++++++ client/public/locales/or/builder.json | 7 +++++++ client/public/locales/pl/builder.json | 7 +++++++ client/public/locales/pt-BR/builder.json | 7 +++++++ client/public/locales/pt/builder.json | 7 +++++++ client/public/locales/ro/builder.json | 7 +++++++ client/public/locales/ru/builder.json | 7 +++++++ client/public/locales/sr/builder.json | 7 +++++++ client/public/locales/sv/builder.json | 7 +++++++ client/public/locales/ta/builder.json | 7 +++++++ client/public/locales/tr/builder.json | 7 +++++++ client/public/locales/uk/builder.json | 7 +++++++ client/public/locales/vi/builder.json | 7 +++++++ client/public/locales/zh/builder.json | 7 +++++++ 39 files changed, 273 insertions(+) diff --git a/client/public/locales/am/builder.json b/client/public/locales/am/builder.json index 7309e9d8..71c87e30 100644 --- a/client/public/locales/am/builder.json +++ b/client/public/locales/am/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "አድራሻ" diff --git a/client/public/locales/ar/builder.json b/client/public/locales/ar/builder.json index 59288af7..5326e097 100644 --- a/client/public/locales/ar/builder.json +++ b/client/public/locales/ar/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "العنوان" diff --git a/client/public/locales/bg/builder.json b/client/public/locales/bg/builder.json index f2bfee4e..15a9bad6 100644 --- a/client/public/locales/bg/builder.json +++ b/client/public/locales/bg/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Адрес" diff --git a/client/public/locales/ca/builder.json b/client/public/locales/ca/builder.json index 604cd21c..d1f3f0f5 100644 --- a/client/public/locales/ca/builder.json +++ b/client/public/locales/ca/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Adreça" diff --git a/client/public/locales/cs/builder.json b/client/public/locales/cs/builder.json index 6f5869f5..f33199ec 100644 --- a/client/public/locales/cs/builder.json +++ b/client/public/locales/cs/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Adresa" diff --git a/client/public/locales/da/builder.json b/client/public/locales/da/builder.json index 69c2cf5f..f532356f 100644 --- a/client/public/locales/da/builder.json +++ b/client/public/locales/da/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Adresse" diff --git a/client/public/locales/de/builder.json b/client/public/locales/de/builder.json index 446b7807..d35dbbb4 100644 --- a/client/public/locales/de/builder.json +++ b/client/public/locales/de/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Straße" diff --git a/client/public/locales/el/builder.json b/client/public/locales/el/builder.json index c2fab287..3a35df2f 100644 --- a/client/public/locales/el/builder.json +++ b/client/public/locales/el/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Διεύθυνση" diff --git a/client/public/locales/es/builder.json b/client/public/locales/es/builder.json index 337745fd..5262c9fa 100644 --- a/client/public/locales/es/builder.json +++ b/client/public/locales/es/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Dirección" diff --git a/client/public/locales/fa/builder.json b/client/public/locales/fa/builder.json index 6c55d8be..37a90faa 100644 --- a/client/public/locales/fa/builder.json +++ b/client/public/locales/fa/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "نشانی" diff --git a/client/public/locales/fi/builder.json b/client/public/locales/fi/builder.json index 64558696..2df5d7d0 100644 --- a/client/public/locales/fi/builder.json +++ b/client/public/locales/fi/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Osoite" diff --git a/client/public/locales/fr/builder.json b/client/public/locales/fr/builder.json index 8baf1ec1..e5b928b8 100644 --- a/client/public/locales/fr/builder.json +++ b/client/public/locales/fr/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Adresse" diff --git a/client/public/locales/he/builder.json b/client/public/locales/he/builder.json index 96b3367a..eeed4315 100644 --- a/client/public/locales/he/builder.json +++ b/client/public/locales/he/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "כתובת" diff --git a/client/public/locales/hi/builder.json b/client/public/locales/hi/builder.json index 791ce2e9..d5c0dc13 100644 --- a/client/public/locales/hi/builder.json +++ b/client/public/locales/hi/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "पता" diff --git a/client/public/locales/hu/builder.json b/client/public/locales/hu/builder.json index 119872e3..89b61088 100644 --- a/client/public/locales/hu/builder.json +++ b/client/public/locales/hu/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Cím" diff --git a/client/public/locales/id/builder.json b/client/public/locales/id/builder.json index f2f08438..d4a7fd23 100644 --- a/client/public/locales/id/builder.json +++ b/client/public/locales/id/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Alamat" diff --git a/client/public/locales/it/builder.json b/client/public/locales/it/builder.json index b7895771..f0bfee67 100644 --- a/client/public/locales/it/builder.json +++ b/client/public/locales/it/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Indirizzo" diff --git a/client/public/locales/ja/builder.json b/client/public/locales/ja/builder.json index 00d0b57b..8347334c 100644 --- a/client/public/locales/ja/builder.json +++ b/client/public/locales/ja/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "住所" diff --git a/client/public/locales/km/builder.json b/client/public/locales/km/builder.json index 842a22dd..94f8b83b 100644 --- a/client/public/locales/km/builder.json +++ b/client/public/locales/km/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "អាស័យដ្ឋាន" diff --git a/client/public/locales/kn/builder.json b/client/public/locales/kn/builder.json index ba1a744e..0bc2f52a 100644 --- a/client/public/locales/kn/builder.json +++ b/client/public/locales/kn/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "ವಿಳಾಸ" diff --git a/client/public/locales/ko/builder.json b/client/public/locales/ko/builder.json index 5fa071a9..a488f996 100644 --- a/client/public/locales/ko/builder.json +++ b/client/public/locales/ko/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "주소" diff --git a/client/public/locales/ml/builder.json b/client/public/locales/ml/builder.json index 7f23d0df..19503e61 100644 --- a/client/public/locales/ml/builder.json +++ b/client/public/locales/ml/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "വിലാസം" diff --git a/client/public/locales/mr/builder.json b/client/public/locales/mr/builder.json index 86497358..fab77c14 100644 --- a/client/public/locales/mr/builder.json +++ b/client/public/locales/mr/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "पत्ता" diff --git a/client/public/locales/ne/builder.json b/client/public/locales/ne/builder.json index f4b548a0..6616ccc7 100644 --- a/client/public/locales/ne/builder.json +++ b/client/public/locales/ne/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "ठेगाना" diff --git a/client/public/locales/nl/builder.json b/client/public/locales/nl/builder.json index 2d798251..e6de1f27 100644 --- a/client/public/locales/nl/builder.json +++ b/client/public/locales/nl/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Adres" diff --git a/client/public/locales/no/builder.json b/client/public/locales/no/builder.json index a808a4c5..0ef5ce20 100644 --- a/client/public/locales/no/builder.json +++ b/client/public/locales/no/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Adresse" diff --git a/client/public/locales/or/builder.json b/client/public/locales/or/builder.json index aeb0c860..aa6e21c4 100644 --- a/client/public/locales/or/builder.json +++ b/client/public/locales/or/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "ଠିକଣା" diff --git a/client/public/locales/pl/builder.json b/client/public/locales/pl/builder.json index 3715c59c..1375c805 100644 --- a/client/public/locales/pl/builder.json +++ b/client/public/locales/pl/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Adres" diff --git a/client/public/locales/pt-BR/builder.json b/client/public/locales/pt-BR/builder.json index 033210ae..25539813 100644 --- a/client/public/locales/pt-BR/builder.json +++ b/client/public/locales/pt-BR/builder.json @@ -185,6 +185,13 @@ "heading": "Formação Acadêmica", "heading_one": "Formação Acadêmica" }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Endereço" diff --git a/client/public/locales/pt/builder.json b/client/public/locales/pt/builder.json index 2ddb61c7..4127426e 100644 --- a/client/public/locales/pt/builder.json +++ b/client/public/locales/pt/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Endereço" diff --git a/client/public/locales/ro/builder.json b/client/public/locales/ro/builder.json index deb51698..3a48ac20 100644 --- a/client/public/locales/ro/builder.json +++ b/client/public/locales/ro/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Adresa" diff --git a/client/public/locales/ru/builder.json b/client/public/locales/ru/builder.json index 15323d51..402ff4ee 100644 --- a/client/public/locales/ru/builder.json +++ b/client/public/locales/ru/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Адрес" diff --git a/client/public/locales/sr/builder.json b/client/public/locales/sr/builder.json index f21acf37..9ba4db13 100644 --- a/client/public/locales/sr/builder.json +++ b/client/public/locales/sr/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Adresa" diff --git a/client/public/locales/sv/builder.json b/client/public/locales/sv/builder.json index 4fc75399..b29cc52c 100644 --- a/client/public/locales/sv/builder.json +++ b/client/public/locales/sv/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Adress" diff --git a/client/public/locales/ta/builder.json b/client/public/locales/ta/builder.json index bbb98be5..77e9d95f 100644 --- a/client/public/locales/ta/builder.json +++ b/client/public/locales/ta/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "முகவரி" diff --git a/client/public/locales/tr/builder.json b/client/public/locales/tr/builder.json index f18e9ab9..7a5e380f 100644 --- a/client/public/locales/tr/builder.json +++ b/client/public/locales/tr/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Adres" diff --git a/client/public/locales/uk/builder.json b/client/public/locales/uk/builder.json index 31b2f829..ac376554 100644 --- a/client/public/locales/uk/builder.json +++ b/client/public/locales/uk/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Адреса" diff --git a/client/public/locales/vi/builder.json b/client/public/locales/vi/builder.json index 4d6d2c0f..4e89841a 100644 --- a/client/public/locales/vi/builder.json +++ b/client/public/locales/vi/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Địa chỉ" diff --git a/client/public/locales/zh/builder.json b/client/public/locales/zh/builder.json index 84555bdf..351ccad1 100644 --- a/client/public/locales/zh/builder.json +++ b/client/public/locales/zh/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "地址"