You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
905 B
39 lines
905 B
{
|
|
"page": {
|
|
"title": "Wiadomości: {{chatName}}",
|
|
"placeholder": "Wpisz wiadomość"
|
|
},
|
|
"emptyState": {
|
|
"title": "Wybierz czat",
|
|
"text": "Brak wiadomości."
|
|
},
|
|
"selectChatPrompt": {
|
|
"text": "Wybierz kanał lub węzeł do wysyłania wiadomości."
|
|
},
|
|
"sendMessage": {
|
|
"placeholder": "Wpisz tutaj swoją wiadomość...",
|
|
"sendButton": "Wyślij"
|
|
},
|
|
"actionsMenu": {
|
|
"addReactionLabel": "Dodaj reakcję",
|
|
"replyLabel": "Odpowiedz"
|
|
},
|
|
"deliveryStatus": {
|
|
"delivered": {
|
|
"label": "Wiadomość doręczona",
|
|
"displayText": "Wiadomość doręczona"
|
|
},
|
|
"failed": {
|
|
"label": "Nie udało się dostarczyć wiadomości",
|
|
"displayText": "Dostawa nie powiodła się"
|
|
},
|
|
"unknown": {
|
|
"label": "Status wiadomości nieznany",
|
|
"displayText": "Nieznany stan"
|
|
},
|
|
"waiting": {
|
|
"label": "Wysyłanie wiadomości",
|
|
"displayText": "Oczekiwanie na dostawę"
|
|
}
|
|
}
|
|
}
|
|
|