-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlanguages.yaml
82 lines (68 loc) · 2.79 KB
/
languages.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# German
de:
PLUGINS:
SHORTCODES:
GLOBAL_CONFIG: "Globale Einstellungen"
DEFAULT_CONFIG: "Standardeinstellungen für Shortcodes"
PLUGIN_STATUS: "Plugin Status"
OPTIONS: "Optionen"
ASSETS: "Assets"
ASSETS_ENABLED: "<code>{{% assets %}}</code> Shortcode aktivieren"
ASSETS_OPTIONS:
TYPE: "Assets-Typ"
CSS: "CSS"
JS: "JavaScript"
INLINE: "Assets als Inline-Element"
PRIORITY: "Assets Priorität"
PRIORITY_HELP: "Priorität des Assets, wenn sie zur Grav Pipeline hinzugefügt werden; größere Werte werden zuerst geladen"
PIPELINE: "Kombiniere Assets"
LOAD: "Ladeverhalten"
LOAD_HELP: 'Lade Assets asynchron "async" oder verzögert "defer"'
DEFAULT: "- Standard -"
ASYNC: "Async - asynchrones Laden von JavaScript"
DEFER: "Defer - verzögertes Laden von JavaScript"
COMMENT: "Comment"
COMMENT_ENABLED: "<code>{{% comment %}}</code> Shortcode aktivieren"
EMBED: "Embed"
EMBED_ENABLED: "<code>{{% embed %}}</code> Shortcode aktivieren"
EMBED_TEMPLATE: "Standard Seiten-Template"
MARKDOWN: "Markdown"
MARKDOWN_ENABLED: "<code>{{% markdown %}}</code> Shortcode aktivieren"
SUMMARY: "Summary"
SUMMARY_ENABLED: "<code>{{% summary %}}</code> Shortcode aktivieren"
TWIG: "Twig"
TWIG_ENABLED: "<code>{{% twig %}}</code> Shortcode aktivieren"
# English
en:
PLUGINS:
SHORTCODES:
GLOBAL_CONFIG: "Global plugin configurations"
DEFAULT_CONFIG: "Default values for Shortcodes configuration"
PLUGIN_STATUS: "Plugin status"
OPTIONS: "Options"
ASSETS: "Assets"
ASSETS_ENABLED: "Activate <code>{{% assets %}}</code> shortcode"
ASSETS_OPTIONS:
TYPE: "Default assets type"
CSS: "CSS"
JS: "JavaScript"
INLINE: "Inline assets by default"
PRIORITY: "Default assets priority"
PRIORITY_HELP: "Priority to add CSS or JS to Grav pipeline; bigger comes first"
PIPELINE: "Pipeline assets"
LOAD: "Load behavior"
LOAD_HELP: 'Load asset either asynchronously "async" or deferred "defer"'
DEFAULT: "- default -"
ASYNC: "Async - asynchronously load JavaScript"
DEFER: "Defer - deferred loading of JavaScript"
COMMENT: "Comment"
COMMENT_ENABLED: "Activate <code>{{% comment %}}</code> shortcode"
EMBED: "Embed"
EMBED_ENABLED: "Activate <code>{{% embed %}}</code> shortcode"
EMBED_TEMPLATE: "Default page template"
MARKDOWN: "Markdown"
MARKDOWN_ENABLED: "Activate <code>{{% markdown %}}</code> shortcode"
SUMMARY: "Summary"
SUMMARY_ENABLED: "Activate <code>{{% summary %}}</code> shortcode"
TWIG: "Twig"
TWIG_ENABLED: "Activate <code>{{% twig %}}</code> shortcode"