@lblod/ember-rdfa-editor-lblod-plugins 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/environment.js +10 -0
- package/package.json +7 -2
- package/translations/en-US.yaml +70 -0
- package/translations/nl-BE.yaml +71 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lblod/ember-rdfa-editor-lblod-plugins",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"author": "",
|
|
11
11
|
"files": [
|
|
12
12
|
"addon-main.js",
|
|
13
|
-
"dist"
|
|
13
|
+
"dist",
|
|
14
|
+
"config",
|
|
15
|
+
"translations"
|
|
14
16
|
],
|
|
15
17
|
"scripts": {
|
|
16
18
|
"build": "rollup --config",
|
|
@@ -113,5 +115,8 @@
|
|
|
113
115
|
".": "./dist/index.js",
|
|
114
116
|
"./*": "./dist/*.js",
|
|
115
117
|
"./addon-main.js": "./addon-main.js"
|
|
118
|
+
},
|
|
119
|
+
"volta": {
|
|
120
|
+
"node": "16.16.0"
|
|
116
121
|
}
|
|
117
122
|
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
citaten-plugin:
|
|
2
|
+
card:
|
|
3
|
+
title: Add reference
|
|
4
|
+
suggestions: Suggestions
|
|
5
|
+
|
|
6
|
+
insert:
|
|
7
|
+
title: Insert reference
|
|
8
|
+
|
|
9
|
+
search:
|
|
10
|
+
term: Search term
|
|
11
|
+
advanced: Advanced search
|
|
12
|
+
type: Type of document
|
|
13
|
+
placeholder: Type to search
|
|
14
|
+
date-document: Filter on date document
|
|
15
|
+
date-document-from: "Filter document on date from:"
|
|
16
|
+
date-document-to: "Filter document on date until:"
|
|
17
|
+
date-publication: Filter on date government gazette
|
|
18
|
+
date-publication-from: "Filter publication on date from:"
|
|
19
|
+
date-publication-to: "Filter publication on date until:"
|
|
20
|
+
from: from
|
|
21
|
+
to: to
|
|
22
|
+
article: Search for article
|
|
23
|
+
article-placeholder: Article number
|
|
24
|
+
back: Back to search results
|
|
25
|
+
results: Results
|
|
26
|
+
|
|
27
|
+
pagination:
|
|
28
|
+
next: Next page
|
|
29
|
+
previous: Previous page
|
|
30
|
+
of: of
|
|
31
|
+
|
|
32
|
+
references:
|
|
33
|
+
insert: Insert reference
|
|
34
|
+
details: Details
|
|
35
|
+
refer-whole: Refer to whole document
|
|
36
|
+
refer-article: Refer to this article
|
|
37
|
+
lookup-codex: Lookup in Flemish Codex
|
|
38
|
+
|
|
39
|
+
alert:
|
|
40
|
+
loading: Loading…
|
|
41
|
+
no-results: No results found
|
|
42
|
+
error-title: Error while loading results
|
|
43
|
+
error-intro: "An error occured while loading results from the Flemish Codex:"
|
|
44
|
+
error-outro: In case this problem keeps occuring, please contact
|
|
45
|
+
table-of-contents-plugin:
|
|
46
|
+
title: Table of Contents
|
|
47
|
+
toggle: Show Table of Contents
|
|
48
|
+
besluit-type-plugin:
|
|
49
|
+
dt: "Decision type"
|
|
50
|
+
insert-dt: "Select a decision type"
|
|
51
|
+
search-message: "Typ to search"
|
|
52
|
+
no-matches-message: "No results"
|
|
53
|
+
alert-title: "Attention"
|
|
54
|
+
alert-body: "You must select a subtype in order to save the decision type"
|
|
55
|
+
error-short: "Error fetching decision types"
|
|
56
|
+
error-title: "Error"
|
|
57
|
+
error-first-body: "An error occured while fetching the decision types. Try again later. If this problem persists, please contact"
|
|
58
|
+
error-rest-body: ". For more specific details about this problem, inspect the browser console."
|
|
59
|
+
date-plugin:
|
|
60
|
+
insert:
|
|
61
|
+
date: "Insert date"
|
|
62
|
+
datetime: "Insert date and time"
|
|
63
|
+
card:
|
|
64
|
+
title: "Date"
|
|
65
|
+
insert-date: "Insert date"
|
|
66
|
+
insert-datetime: "Insert date and time"
|
|
67
|
+
label: "Select date"
|
|
68
|
+
hours: "Hours"
|
|
69
|
+
minutes: "Minutes"
|
|
70
|
+
now: "Now"
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
citaten-plugin:
|
|
2
|
+
card:
|
|
3
|
+
title: Voeg verwijzing toe
|
|
4
|
+
suggestions: Suggesties
|
|
5
|
+
|
|
6
|
+
insert:
|
|
7
|
+
title: Verwijzing invoegen
|
|
8
|
+
|
|
9
|
+
search:
|
|
10
|
+
term: Zoekterm
|
|
11
|
+
advanced: Uitgebreid zoeken
|
|
12
|
+
type: Type van document
|
|
13
|
+
placeholder: Typ om te zoeken
|
|
14
|
+
date-document: Filter op datum document
|
|
15
|
+
date-document-from: "Filter document op datum vanaf:"
|
|
16
|
+
date-document-to: "Filter document op datum tot:"
|
|
17
|
+
date-publication: Filter op datum staatsblad
|
|
18
|
+
date-publication-from: "Filter publication op datum vanaf:"
|
|
19
|
+
date-publication-to: "Filter publicatie op datum tot:"
|
|
20
|
+
from: van
|
|
21
|
+
to: tot
|
|
22
|
+
article: Zoek artikel
|
|
23
|
+
article-placeholder: Artikel nummer
|
|
24
|
+
back: Terug naar zoekresultaten
|
|
25
|
+
results: Resultaten
|
|
26
|
+
|
|
27
|
+
pagination:
|
|
28
|
+
next: Volgende pagina
|
|
29
|
+
previous: Vorige pagina
|
|
30
|
+
of: van
|
|
31
|
+
|
|
32
|
+
references:
|
|
33
|
+
insert: Verwijzing invoegen
|
|
34
|
+
details: Details
|
|
35
|
+
refer-whole: Verwijs naar volledig document
|
|
36
|
+
refer-article: Verwijs naar artikel
|
|
37
|
+
lookup-codex: Bekijk in Vlaams Codex
|
|
38
|
+
|
|
39
|
+
alert:
|
|
40
|
+
loading: Laden…
|
|
41
|
+
no-results: Geen resultaten gevonden
|
|
42
|
+
error-title: Probleem bij het laden
|
|
43
|
+
error-intro: "Er heeft zich een fout voorgedaan bij het zoeken in de Vlaamse Codex:"
|
|
44
|
+
error-outro: Moest dit probleem aanhouden, neem contact op met
|
|
45
|
+
table-of-contents-plugin:
|
|
46
|
+
title: Inhoudstafel
|
|
47
|
+
toggle: Toon Inhoudstafel
|
|
48
|
+
besluit-type-plugin:
|
|
49
|
+
dt: "Besluittype"
|
|
50
|
+
insert-dt: "Selecteer een besluittype"
|
|
51
|
+
search-message: "Typ om te zoeken"
|
|
52
|
+
no-matches-message: "Geen resultaten"
|
|
53
|
+
alert-title: "Pas op"
|
|
54
|
+
alert-body: "U moet een subtype selecteren opdat het besluittype kan worden opgeslagen"
|
|
55
|
+
error-short: "Fout bij ophalen besluittypes"
|
|
56
|
+
error-title: "Fout"
|
|
57
|
+
error-first-body: "Er was een probleem bij het ophalen van de besluittypes. Probeer later opnieuw. Bij blijvende problemen, contacteer"
|
|
58
|
+
error-rest-body: ". Voor meer specifieke details, controleer de console in de browser."
|
|
59
|
+
date-plugin:
|
|
60
|
+
insert:
|
|
61
|
+
date: "Datum invoegen"
|
|
62
|
+
datetime: "Datum en tijd invoegen"
|
|
63
|
+
|
|
64
|
+
card:
|
|
65
|
+
title: "Datum"
|
|
66
|
+
insert-date: "Datum invoegen"
|
|
67
|
+
insert-datetime: "Datum en tijd invoegen"
|
|
68
|
+
label: "Selecteer datum"
|
|
69
|
+
hours: "Uur"
|
|
70
|
+
minutes: "Minuten"
|
|
71
|
+
now: "Nu"
|