Initial commit: Add logistics and order_detail message types
Some checks failed
Lock Threads / action (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
Run Chatwoot CE spec / lint-backend (push) Has been cancelled
Run Chatwoot CE spec / lint-frontend (push) Has been cancelled
Run Chatwoot CE spec / frontend-tests (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (0, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (1, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (10, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (11, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (12, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (13, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (14, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (15, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (2, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (3, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (4, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (5, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (6, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (7, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (8, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (9, 16) (push) Has been cancelled
Run Linux nightly installer / nightly (push) Has been cancelled
Some checks failed
Lock Threads / action (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
Run Chatwoot CE spec / lint-backend (push) Has been cancelled
Run Chatwoot CE spec / lint-frontend (push) Has been cancelled
Run Chatwoot CE spec / frontend-tests (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (0, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (1, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (10, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (11, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (12, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (13, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (14, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (15, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (2, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (3, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (4, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (5, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (6, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (7, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (8, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (9, 16) (push) Has been cancelled
Run Linux nightly installer / nightly (push) Has been cancelled
- Add Logistics component with progress tracking - Add OrderDetail component for order information - Support data-driven steps and actions - Add blue color scale to widget SCSS - Fix node overflow and progress bar rendering issues - Add English translations for dashboard components Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
153
app/javascript/widget/i18n/locale/hr.json
Normal file
153
app/javascript/widget/i18n/locale/hr.json
Normal file
@@ -0,0 +1,153 @@
|
||||
{
|
||||
"COMPONENTS": {
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Preuzmite",
|
||||
"UPLOADING": "Prenosim..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Pošalji"
|
||||
},
|
||||
"MESSAGE_BUBBLE": {
|
||||
"RETRY": "Pošalji poruku ponovno",
|
||||
"ERROR_MESSAGE": "Nismo uspjeli poslati, pokušajte ponovno"
|
||||
}
|
||||
},
|
||||
"THUMBNAIL": {
|
||||
"AUTHOR": {
|
||||
"NOT_AVAILABLE": "Not available"
|
||||
}
|
||||
},
|
||||
"TEAM_AVAILABILITY": {
|
||||
"ONLINE": "Online smo",
|
||||
"OFFLINE": "Trenutačno nismo online",
|
||||
"BACK_AS_SOON_AS_POSSIBLE": "We will be back as soon as possible"
|
||||
},
|
||||
"REPLY_TIME": {
|
||||
"IN_A_FEW_MINUTES": "Obično odgovara za nekoliko minuta",
|
||||
"IN_A_FEW_HOURS": "Obično odgovara za nekoliko sati",
|
||||
"IN_A_DAY": "Obično odgovara u roku jednog dana",
|
||||
"BACK_IN_HOURS": "We will be back online in {n} hour | We will be back online in {n} hours",
|
||||
"BACK_IN_MINUTES": "We will be back online in {time} minutes",
|
||||
"BACK_AT_TIME": "We will be back online at {time}",
|
||||
"BACK_ON_DAY": "We will be back online on {day}",
|
||||
"BACK_TOMORROW": "We will be back online tomorrow",
|
||||
"BACK_IN_SOME_TIME": "We will be back online in some time"
|
||||
},
|
||||
"DAY_NAMES": {
|
||||
"SUNDAY": "Nedjelja",
|
||||
"MONDAY": "Ponedjeljak",
|
||||
"TUESDAY": "Utorak",
|
||||
"WEDNESDAY": "Srijeda",
|
||||
"THURSDAY": "Četvrtak",
|
||||
"FRIDAY": "Petak",
|
||||
"SATURDAY": "Subota"
|
||||
},
|
||||
"START_CONVERSATION": "Započnite razgovor",
|
||||
"END_CONVERSATION": "Završite razgovor",
|
||||
"CONTINUE_CONVERSATION": "Nastavite razgovor",
|
||||
"YOU": "Vi",
|
||||
"START_NEW_CONVERSATION": "Započnite novi razgovor",
|
||||
"VIEW_UNREAD_MESSAGES": "Imate nepročitane poruke",
|
||||
"UNREAD_VIEW": {
|
||||
"VIEW_MESSAGES_BUTTON": "Pogledajte nove poruke",
|
||||
"CLOSE_MESSAGES_BUTTON": "Zatvori",
|
||||
"COMPANY_FROM": "od",
|
||||
"BOT": "Bot"
|
||||
},
|
||||
"BUBBLE": {
|
||||
"LABEL": "Čavrljajte s nama"
|
||||
},
|
||||
"POWERED_BY": "Pokreće Chatwoot",
|
||||
"EMAIL_PLACEHOLDER": "Unesite svoju e-mail adresu",
|
||||
"CHAT_PLACEHOLDER": "Unesite svoju poruku",
|
||||
"TODAY": "Danas",
|
||||
"YESTERDAY": "Jučer",
|
||||
"PRE_CHAT_FORM": {
|
||||
"FIELDS": {
|
||||
"FULL_NAME": {
|
||||
"LABEL": "Ime i prezime",
|
||||
"PLACEHOLDER": "Molimo unesite vaše puno ime",
|
||||
"REQUIRED_ERROR": "Potrebno je unijeti puno ime"
|
||||
},
|
||||
"EMAIL_ADDRESS": {
|
||||
"LABEL": "Adresa e-pošte",
|
||||
"PLACEHOLDER": "Molimo unesite adresu e-pošte",
|
||||
"REQUIRED_ERROR": "Potrebno je unijeti adresu e-pošte",
|
||||
"VALID_ERROR": "Molimo unesite validnu adresu e-pošte"
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
"LABEL": "Broj telefona",
|
||||
"PLACEHOLDER": "Molimo unesite vaš broj telefona",
|
||||
"REQUIRED_ERROR": "Potrebno je unijeti broj telefona",
|
||||
"DIAL_CODE_VALID_ERROR": "Molimo odaberite kod države",
|
||||
"VALID_ERROR": "Molimo unesite validan broj telefona",
|
||||
"DROPDOWN_EMPTY": "Nisu pronađeni rezultati",
|
||||
"DROPDOWN_SEARCH": "Search country"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"LABEL": "Poruka",
|
||||
"PLACEHOLDER": "Molimo unesite poruku",
|
||||
"ERROR": "Poruka je prekratka"
|
||||
}
|
||||
},
|
||||
"CAMPAIGN_HEADER": "Molimo unesite svoje ime i e-mail prije početka razgovora",
|
||||
"IS_REQUIRED": "je obavezno",
|
||||
"REQUIRED": "Obavezno",
|
||||
"REGEX_ERROR": "Molimo unesite važeći unos"
|
||||
},
|
||||
"FILE_SIZE_LIMIT": "Datoteka prelazi ograničenje priloga za {MAXIMUM_FILE_UPLOAD_SIZE}",
|
||||
"CHAT_FORM": {
|
||||
"INVALID": {
|
||||
"FIELD": "Nevažeće polje"
|
||||
}
|
||||
},
|
||||
"EMOJI": {
|
||||
"PLACEHOLDER": "Pretraži emojije",
|
||||
"NOT_FOUND": "Nema emojija koji odgovaraju vašoj pretrazi",
|
||||
"ARIA_LABEL": "Emoji picker"
|
||||
},
|
||||
"CSAT": {
|
||||
"TITLE": "Ocijenite vaš razgovor",
|
||||
"SUBMITTED_TITLE": "Hvala vam na ocjeni",
|
||||
"PLACEHOLDER": "Recite nam više..."
|
||||
},
|
||||
"EMAIL_TRANSCRIPT": {
|
||||
"BUTTON_TEXT": "Zatražite transkript razgovora",
|
||||
"SEND_EMAIL_SUCCESS": "Transkript razgovora je uspješno poslan",
|
||||
"SEND_EMAIL_ERROR": "Došlo je do pogreške, molimo pokušajte ponovo"
|
||||
},
|
||||
"INTEGRATIONS": {
|
||||
"DYTE": {
|
||||
"CLICK_HERE_TO_JOIN": "Kliknite ovdje za pridruživanje",
|
||||
"LEAVE_THE_ROOM": "Napustite poziv"
|
||||
}
|
||||
},
|
||||
"PORTAL": {
|
||||
"POPULAR_ARTICLES": "Popularni članci",
|
||||
"VIEW_ALL_ARTICLES": "Pogledajte sve članke",
|
||||
"IFRAME_LOAD_ERROR": "Došlo je do pogreške pri učitavanju članka, molimo osvježite stranicu i pokušajte ponovo"
|
||||
},
|
||||
"ATTACHMENTS": {
|
||||
"image": {
|
||||
"CONTENT": "Poruka sa slikom"
|
||||
},
|
||||
"audio": {
|
||||
"CONTENT": "Poruka sa zvukom"
|
||||
},
|
||||
"video": {
|
||||
"CONTENT": "Video poruka"
|
||||
},
|
||||
"file": {
|
||||
"CONTENT": "Privitak datoteke"
|
||||
},
|
||||
"location": {
|
||||
"CONTENT": "Lokacija"
|
||||
},
|
||||
"fallback": {
|
||||
"CONTENT": "je podijelio/la url"
|
||||
}
|
||||
},
|
||||
"FOOTER_REPLY_TO": {
|
||||
"REPLY_TO": "Replying to:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user