New Crowdin updates (#11663)
* New translations astro.properties (Hungarian) * New translations chromecast.properties (German) * New translations chromecast.properties (Hungarian) * New translations lgwebos.properties (French) * New translations linky.properties (French) * New translations logreader.properties (German) * New translations mail.properties (French) * New translations mail.properties (Hungarian) * New translations max.properties (German) * New translations ntp.properties (Hungarian) * New translations openhabcloud.properties (Hungarian) * New translations pushover.properties (German) * New translations pushsafer.properties (German) * New translations remoteopenhab.properties (Hungarian) * New translations transform.properties (French) * New translations transform.properties (German) * New translations vigicrues.properties (French) * New translations voicerss.properties (German) * New translations volvooncall.properties (French) * New translations xmltv.properties (French) * Fix encoding issue Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -33,7 +33,7 @@ config.username.label = Nom d'utilisateur du serveur SMTP
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.mail.mailcount.label = Nombre d'e-mails
|
||||
channel-type.mail.mailcount.label = Nombre Courriers
|
||||
channel-type.mail.mailcount.description = Nombre d'e-mails dans le dossier
|
||||
|
||||
# channel types config
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
# binding
|
||||
|
||||
binding.mail.name = Levelezés kötés
|
||||
binding.mail.description = Ez a kötés lehetővé teszi a POP3, IMAP és SMTP kiszolgáló kapcsolódását.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.mail.imap.label = IMAP kiszolgáló
|
||||
thing-type.mail.imap.description = Levelek fogadására használható
|
||||
thing-type.mail.pop3.label = POP3 kiszolgáló
|
||||
thing-type.mail.pop3.description = Levelek fogadására használható
|
||||
thing-type.mail.smtp.label = SMTP kiszolgáló
|
||||
thing-type.mail.smtp.description = Szabályok végrehajtásakor levelek küldésére használható
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.mail.imap.port.description = Alapértelmezetten 143 (alap/STARTTLS) és 993 (SSL/TLS)
|
||||
thing-type.config.mail.pop3.port.description = Alapértelmezetten 110 (alap/STARTTLS) és 995 (SSL/TLS)
|
||||
thing-type.config.mail.smtp.port.description = Alapértelmezetten 25 (alap/STARTTLS) és 465 (SSL/TLS)
|
||||
thing-type.config.mail.smtp.sender.label = Küldő
|
||||
thing-type.config.mail.smtp.sender.description = A levelek alapértelmezett küldője
|
||||
|
||||
config.hostname.label = Kiszolgáló gépneve
|
||||
config.password.label = SMTP kiszolgáló jelszava
|
||||
config.port.label = Kiszolgáló port
|
||||
config.refresh.label = Frissítési idő
|
||||
config.refresh.description = Az azonosítóhoz tartozó frissítési időköz másodpercben
|
||||
config.security.label = SMTP kiszolgáló protokollja
|
||||
config.security.option.PLAIN = normál
|
||||
config.security.option.STARTTLS = STARTTLS
|
||||
config.security.option.SSL = SSL/TLS
|
||||
config.username.label = SMTP kiszolgáló azonosító
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.mail.mailcount.label = Levelek száma
|
||||
channel-type.mail.mailcount.description = A mappában található levelek száma
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.mail.mailcount.folder.label = Mappa neve
|
||||
channel-type.config.mail.mailcount.type.label = Számláló típusa
|
||||
channel-type.config.mail.mailcount.type.option.UNREAD = Olvasatlan
|
||||
channel-type.config.mail.mailcount.type.option.TOTAL = Összes
|
||||
|
||||
# actions
|
||||
|
||||
addHeaderActionLabel = fejléc hozzáadása
|
||||
addHeaderActionDescription = A leveléhez fejlécet ad hozzá.
|
||||
sendAttachmentMessageActionLabel = levél küldése csatolmánnyal
|
||||
sendAttachmentMessageActionDescription = Levél küldése webcímes csatolmánnyal.
|
||||
sendAttachmentsMessageActionLabel = levél küldése több csatolmánnyal
|
||||
sendAttachmentsMessageActionDescription = Levél küldése több webcímes csatolmánnyal.
|
||||
sendHTMLAttachmentMessageActionLabel = HTML üzenet küldése csatolmánnyal
|
||||
sendHTMLAttachmentMessageActionDescription = HTML üzenet küldése webcímes csatolmánnyal.
|
||||
sendHTMLAttachmentsMessageActionLabel = HTML üzenet küldése több csatolmánnyal
|
||||
sendHTMLAttachmentsMessageActionDescription = HTML üzenet küldése több webcímes csatolmánnyal.
|
||||
sendHTMLMessageActionLabel = HTML üzenet küldése
|
||||
sendHTMLMessageActionDescription = HTML (formázott) üzenet küldése.
|
||||
sendMessageActionLabel = szöveges levél küldése
|
||||
sendMessageActionDescription = Szöveges levél küldése.
|
||||
Reference in New Issue
Block a user