New Crowdin updates (#12849)
* New translations boschshc.properties (German) * New translations jinja.properties (German) * New translations regex.properties (German) * New translations jsonpath.properties (German) * New translations xpath.properties (German) * New translations dynamodb.properties (German) * New translations jdbc.properties (German) * New translations neeo.properties (German) * New translations fsinternetradio.properties (German) * New translations sonyaudio.properties (German) * New translations systeminfo.properties (German) * New translations wemo.properties (German) * New translations googlestt.properties (German) * New translations voicerss.properties (German) * New translations porcupineks.properties (German) * New translations watsonstt.properties (German) * New translations voskstt.properties (German) * New translations deutschebahn.properties (German) * New translations dwdunwetter.properties (German) * New translations shelly.properties (German) * New translations googletts.properties (German) * New translations http.properties (Italian) * New translations evcc.properties (German) * New translations imperihome.properties (Italian) * New translations voicerss.properties (German) * New translations dwdunwetter.properties (German)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
persistence.config.dynamodb.accessKey.label = AWS-Zugriffsschlüssel
|
||||
persistence.config.dynamodb.accessKey.description = AWS-Zugangsschlüssel<br /> Geben Sie entweder<br/>1) den Zugangsschlüssel und den geheimen Schlüssel oder<br/>2) die Anmeldedatei und den Profilnamen an.
|
||||
persistence.config.dynamodb.expireDays.label = Ablauf der Daten, in Tagen
|
||||
persistence.config.dynamodb.expireDays.description = Verfallszeit für Daten.<br /> Daten, die älter sind als dieser Wert, werden automatisch von der DynamoDB-Funktion Time to Live (TTL) entfernt. Verwenden Sie einen leeren Wert, um den Ablauf der Daten zu deaktivieren.
|
||||
persistence.config.dynamodb.profile.label = Profilname
|
||||
persistence.config.dynamodb.profile.description = Profile name in AWS credentials file. <br /> Give either 1) access key and secret key, or 2) credentials file and profile name.
|
||||
persistence.config.dynamodb.profilesConfigFile.label = AWS-Anmeldedaten-Datei
|
||||
persistence.config.dynamodb.profilesConfigFile.description = Pfad zur AWS-Anmeldedatei.<br />Zum Beispiel\: /etc/openhab/aws_creds. Please note that the user that runs openHAB must have approriate read rights to the credential file. <br /> Give either 1) access key and secret key, or 2) credentials file and profile name.
|
||||
persistence.config.dynamodb.readCapacityUnits.label = Lese-Kapazizät
|
||||
persistence.config.dynamodb.readCapacityUnits.description = Bereitgestellte Lesekapazität<br /> Standard ist 1.
|
||||
persistence.config.dynamodb.region.label = AWS-Regionskennung
|
||||
persistence.config.dynamodb.region.description = AWS-Regions-ID<br /> Die Region muss mit der Region des AWS-Benutzers übereinstimmen, der auf Amazon DynamoDB zugreifen wird.<br /> Zum Beispiel eu-west-1.
|
||||
persistence.config.dynamodb.secretKey.label = AWS geheimer Schlüssel
|
||||
persistence.config.dynamodb.secretKey.description = AWS-Geheimschlüssel<br /> Geben Sie entweder 1) Zugangsschlüssel und Geheimschlüssel oder 2) Anmeldedatei und Profilname an.
|
||||
persistence.config.dynamodb.table.label = Tabelle
|
||||
persistence.config.dynamodb.table.description = Tabellenname.<br />Spezifizieren Sie diesen Parameter über Tabellenpräfix, um das neue optimierte Tabellenformat zu verwenden.
|
||||
persistence.config.dynamodb.tablePrefix.label = Tabellen-Präfix
|
||||
persistence.config.dynamodb.tablePrefix.description = Legacy\: Table prefix used in the name of created tables.<br />Default is "openhab-"
|
||||
persistence.config.dynamodb.writeCapacityUnits.label = Schreibkapazität
|
||||
persistence.config.dynamodb.writeCapacityUnits.description = Bereitgestellte Schreibkapazität<br /> Standard ist 1.
|
||||
|
||||
# service
|
||||
|
||||
service.persistence.dynamodb.label = DynamoDB Persistence Service
|
||||
Reference in New Issue
Block a user