Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #15901

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# add-on

addon.x.name = Binding X
addon.x.description = Supporta l'aggiunta di Thing per ottenere l'ultimo Post. Invia messaggi e immagini con azioni.

# thing types

thing-type.x.account.label = Account X
thing-type.x.account.description = Account utilizzato per inviare messaggi

# thing types config

thing-type.config.x.account.accessToken.label = Token Accesso
thing-type.config.x.account.accessTokenSecret.label = Segreto per Token di Accesso
thing-type.config.x.account.consumerKey.label = Chiave API utente
thing-type.config.x.account.consumerSecret.label = Segreti API utente
thing-type.config.x.account.refresh.label = Tempo di aggiornamento
thing-type.config.x.account.refresh.description = Aggiorna il tempo per questo account in Minuti

# channel types

channel-type.x.lastpost.label = Ultimo Post
channel-type.x.lastpost.description = Ultimo Post Utenti

# actions

sendAttachmentPostActionLabel = invia un Post con allegato
sendAttachmentPostActionDescription = Invia un Post con un allegato.
sendDirectMessageActionLabel = invia un DirectMessage
sendDirectMessageActionDescription = Invia un DirectMessage.
sendPostActionLabel = invia un Post
sendPostActionDescription = Invia un Messaggio.