Datenschemata#
Weblate verwendet JSON-Schema, um das Layout von externen JSON-Dateien zu definieren.
Weblate Übersetzungsspeicher-Schema#
type |
array |
||
items |
Das Übersetzungsspeicher-Element |
||
type |
object |
||
properties |
|||
|
Die Zeichenkette-Kategorie |
||
1 ist global, 2 ist gemeinsam, 10000000+ sind projektspezifisch, 20000000+ sind benutzerspezifisch |
|||
type |
integer |
||
examples |
1 |
||
minimum |
0 |
||
default |
1 |
||
|
Der Zeichenkette-Ursprung |
||
Dateiname oder Komponentenname |
|||
type |
String |
||
examples |
test.tmx |
||
project/component |
|||
default |
|||
|
Die Ausgangszeichenkette |
||
type |
String |
||
examples |
Hello |
||
minLength |
1 |
||
default |
|||
|
Die Ausgangssprache |
||
ISO 639-1 / ISO 639-2 / IETF BCP 47 |
|||
type |
String |
||
examples |
en |
||
pattern |
^[^ ]+$ |
||
default |
|||
|
Die Zielzeichenkette |
||
type |
String |
||
examples |
Ahoj |
||
minLength |
1 |
||
default |
|||
|
Die Zielsprache |
||
ISO 639-1 / ISO 639-2 / IETF BCP 47 |
|||
type |
String |
||
examples |
cs |
||
pattern |
^[^ ]+$ |
||
default |
|||
additionalProperties |
False |
||
Definitionen |
Siehe auch
Übersetzungsspeicher,
weblate dump_memory
,
weblate import_memory
Weblate Benutzerdatenexport#
type |
object |
|||
properties |
||||
|
Basis |
|||
type |
object |
|||
properties |
||||
|
Benutzername |
|||
type |
String |
|||
examples |
admin |
|||
default |
||||
|
Vollständiger Name |
|||
type |
String |
|||
examples |
Weblate-Administrator |
|||
default |
||||
|
||||
type |
String |
|||
examples |
||||
default |
||||
format |
||||
|
Datum des Beitritts |
|||
type |
String |
|||
examples |
2019-11-18T18:53:54.862Z |
|||
default |
||||
format |
date-time |
|||
additionalProperties |
False |
|||
|
Profil |
|||
type |
object |
|||
properties |
||||
|
Sprache |
|||
type |
String |
|||
examples |
cs |
|||
pattern |
^[^ ]*$ |
|||
default |
||||
|
Anzahl vorgeschlagener Zeichenketten |
|||
type |
integer |
|||
examples |
1 |
|||
default |
0 |
|||
|
Anzahl übersetzter Zeichenketten |
|||
type |
integer |
|||
examples |
24 |
|||
default |
0 |
|||
|
Anzahl hochgeladener Bildschirmfotos |
|||
type |
integer |
|||
examples |
1 |
|||
default |
0 |
|||
|
Abgeschlossene Übersetzungen in der Übersicht ausblenden |
|||
type |
boolean |
|||
examples |
False |
|||
default |
True |
|||
|
Zweitsprachen im Zen-Modus anzeigen |
|||
type |
boolean |
|||
examples |
True |
|||
default |
True |
|||
|
Ausgangssprache ausblenden, wenn bereits eine Übersetzung vorhanden ist |
|||
type |
boolean |
|||
examples |
False |
|||
default |
True |
|||
|
Editor-URL |
|||
type |
String |
|||
examples |
||||
pattern |
^.*$ |
|||
default |
||||
|
Übersetzungseditor-Modus |
|||
type |
integer |
|||
examples |
0 |
|||
default |
0 |
|||
|
Zen-Editor-Modus |
|||
type |
integer |
|||
examples |
0 |
|||
default |
0 |
|||
|
Sonderzeichen |
|||
type |
String |
|||
examples |
||||
pattern |
^.*$ |
|||
default |
||||
|
Standardansicht der Übersichtsseite |
|||
type |
integer |
|||
examples |
1 |
|||
default |
0 |
|||
|
Voreingestellte Auflistung der Komponenten |
|||
default |
null |
|||
anyOf |
type |
null |
||
type |
integer |
|||
|
Übersetzte Sprachen |
|||
type |
array |
|||
default |
||||
items |
Sprachcode |
|||
type |
String |
|||
examples |
cs |
|||
pattern |
^.*$ |
|||
default |
||||
|
Zweitsprachen |
|||
type |
array |
|||
default |
||||
items |
Sprachcode |
|||
type |
String |
|||
examples |
sk |
|||
pattern |
^.*$ |
|||
default |
||||
|
Beobachtete Projekte |
|||
type |
array |
|||
default |
||||
items |
Projekt-Slug |
|||
type |
String |
|||
examples |
weblate |
|||
pattern |
^.*$ |
|||
default |
||||
additionalProperties |
False |
|||
|
Audit-Protokoll |
|||
type |
array |
|||
default |
||||
items |
Elemente |
|||
type |
object |
|||
properties |
||||
|
IP-Adresse |
|||
type |
String |
|||
examples |
127.0.0.1 |
|||
pattern |
^.*$ |
|||
default |
||||
|
User Agent |
|||
type |
String |
|||
examples |
PC / Linux / Firefox 70.0 |
|||
pattern |
^.*$ |
|||
default |
||||
|
Zeitstempel |
|||
type |
String |
|||
examples |
2019-11-18T18:58:30.845Z |
|||
default |
||||
format |
date-time |
|||
|
Aktivität |
|||
type |
String |
|||
examples |
login |
|||
pattern |
^.*$ |
|||
default |
||||
additionalProperties |
False |
|||
Definitionen |
Siehe auch