Chatwoot/app/javascript/dashboard/i18n/locale/ca/settings.json

148 lines
5.1 KiB
JSON
Raw Normal View History

{
"PROFILE_SETTINGS": {
"LINK": "Configuració del Perfil",
"TITLE": "Configuració del Perfil",
"BTN_TEXT": "Actualització del Perfil",
"AFTER_EMAIL_CHANGED": "El vostre perfil s'ha actualitzat correctament. Torneu a iniciar la sessió ja que les vostres credencials d'inici de sessió han canviat",
"FORM": {
"AVATAR": "Imatge del Perfil",
"ERROR": "Corregiu els errors del formulari",
"REMOVE_IMAGE": "Suprimeix",
"UPLOAD_IMAGE": "Puja imatge",
"UPDATE_IMAGE": "Puja imatge",
"PROFILE_SECTION": {
"TITLE": "Perfil",
"NOTE": "La vostra adreça de correu electrònic és la vostra identitat i s'utilitza per iniciar la sessió."
},
"PASSWORD_SECTION": {
"TITLE": "Contrasenya",
"NOTE": "L'actualització de la contrasenya restableix els vostres inicis de sessió en múltiples dispositius."
},
"ACCESS_TOKEN": {
"TITLE": "Token d'accés",
"NOTE": "Aquest token es pot utilitzar si creeu una integració basada en l'API"
},
"EMAIL_NOTIFICATIONS_SECTION": {
"TITLE": "Notificacions per correu electrònic",
"NOTE": "Actualitza aqui les preferències de les notificacions per correu electrònic",
"CONVERSATION_ASSIGNMENT": "Envieu notificacions per correu electrònic quan se massigni una conversa",
"CONVERSATION_CREATION": "Envieu notificacions per correu electrònic quan es crea una nova conversa"
},
"API": {
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
"UPDATE_ERROR": "There is an error while updating the preferences, please try again"
},
"PUSH_NOTIFICATIONS_SECTION": {
"TITLE": "Push Notifications",
"NOTE": "Update your push notification preferences here",
"CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me",
"CONVERSATION_CREATION": "Send push notifications when a new conversation is created",
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
"REQUEST_PUSH": "Enable push notifications"
},
"PROFILE_IMAGE": {
"LABEL": "Imatge del Perfil"
},
"NAME": {
"LABEL": "Your full name",
"ERROR": "Please enter a valid full name",
"PLACEHOLDER": "Please enter your full name"
},
"DISPLAY_NAME": {
"LABEL": "Display name",
"ERROR": "Please enter a valid display name",
"PLACEHOLDER": "Please enter a display name, this would be displayed in conversations"
},
"AVAILABILITY": {
"LABEL": "Availability",
"STATUSES_LIST": [
{
"value": "online",
"label": "Online"
},
{
"value": "busy",
"label": "Busy"
},
{
"value": "offline",
"label": "Offline"
}
]
},
"EMAIL": {
"LABEL": "La teva adreça de correu electrònic",
"ERROR": "Introduïu una adreça de correu electrònic vàlida",
"PLACEHOLDER": "Introduïu la vostra adreça de correu electrònic, que es mostrarà a les converses"
},
"PASSWORD": {
"LABEL": "Contrasenya",
"ERROR": "Introduïu una contrasenya d'una longitud de 6 o més",
"PLACEHOLDER": "Introduïu una nova contrasenya"
},
"PASSWORD_CONFIRMATION": {
"LABEL": "Confirmació de la nova contrasenya",
"ERROR": "Confirmeu que les contrasenyes coincideixin",
"PLACEHOLDER": "Torneu a introduir la vostra contrasenya"
}
}
},
"SIDEBAR_ITEMS": {
"CHANGE_ACCOUNTS": "Switch Account",
"SELECTOR_SUBTITLE": "Select an account from the following list",
"PROFILE_SETTINGS": "Configuració del Perfil",
"LOGOUT": "Sortir"
},
"APP_GLOBAL": {
"TRIAL_MESSAGE": "days trial remaining.",
"TRAIL_BUTTON": "Buy Now"
},
"COMPONENTS": {
"CODE": {
"BUTTON_TEXT": "Copy",
"COPY_SUCCESSFUL": "Code copied to clipboard successfully"
},
"FILE_BUBBLE": {
"DOWNLOAD": "Descarrega",
"UPLOADING": "Uploading..."
},
"FORM_BUBBLE": {
"SUBMIT": "Envia"
}
},
"CONFIRM_EMAIL": "Verifying...",
"SETTINGS": {
"INBOXES": {
"NEW_INBOX": "Add Inbox"
}
},
"SIDEBAR": {
"CONVERSATIONS": "Converses",
"REPORTS": "Informes",
"SETTINGS": "Configuracions",
"HOME": "Home",
"AGENTS": "Agents",
"INBOXES": "Safates d'entrada",
"CANNED_RESPONSES": "Respostes predeterminades",
"INTEGRATIONS": "Integracions",
"ACCOUNT_SETTINGS": "Account Settings",
"LABELS": "Labels"
},
"CREATE_ACCOUNT": {
"NEW_ACCOUNT": "New Account",
"SELECTOR_SUBTITLE": "Create a new account",
"API": {
"SUCCESS_MESSAGE": "Account created successfully",
"EXIST_MESSAGE": "Account already exists",
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
},
"FORM": {
"NAME": {
"LABEL": "Nom del compte",
"PLACEHOLDER": "Wayne Enterprises"
},
"SUBMIT": "Envia"
}
}
}