Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add EN & DE translations #77

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions blueprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,58 +21,58 @@ form:
fields:
enabled:
type: toggle
label: Plugin status
label: PLUGIN_FEED.ENABLED
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool

limit:
type: range
label: Feed count
label: PLUGIN_FEED.LIMIT
validate:
type: number
min: 10
max: 1000

title:
type: text
label: Title
label: PLUGIN_FEED.TITLE

description:
type: textarea
label: Description
label: PLUGIN_FEED.DESCRIPTION

length:
type: range
label: Feed Length (0 for full-text feed)
label: PLUGIN_FEED.LENGTH
validate:
type: number
min: 0
max: 10000

enable_json_feed:
type: toggle
label: JSON feed support
label: PLUGIN_FEED.ENABLE_JSON_FEED
highlight: 0
default: 0
options:
1: Enabled
0: Disabled
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool

show_last_modified:
type: toggle
label: Show last modified date
help: If enabled, file modification date will be used for computing "last updated" times in feeds
label: PLUGIN_FEED.SHOW_LAST_MODIFIED.LABEL
help: PLUGIN_FEED.SHOW_LAST_MODIFIED.HELP
highlight: 0
default: 0
options:
1: Enabled
0: Disabled
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
6 changes: 3 additions & 3 deletions blueprints/feed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ form:
fields:
header.feed.limit:
type: text
label: Feed count
label: PLUGIN_FEED.LIMIT
default: 10
validate:
type: int

header.feed.title:
type: text
label: Feed title
label: PLUGIN_FEED.TITLE

header.feed.description:
type: text
label: Feed description
label: PLUGIN_FEED.DESCRIPTION
23 changes: 23 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
en:
PLUGIN_FEED:
ENABLED: Plugin status
LIMIT: Feed count
TITLE: Feed title
DESCRIPTION: Feed description
LENGTH: Feed length (0 for full-text feed)
ENABLE_JSON_FEED: JSON feed support
SHOW_LAST_MODIFIED:
LABEL: Show last modified date
HELP: If enabled, file modification date will be used for computing "last updated" times in feeds

de:
PLUGIN_FEED:
ENABLED: Plugin Status
LIMIT: Feed Anzahl
TITLE: Feed Titel
DESCRIPTION: Feed Beschreibung
LENGTH: Feed Länge (0 für vollständigen Feed)
ENABLE_JSON_FEED: JSON Feed Unterstützung
SHOW_LAST_MODIFIED:
LABEL: Letzte Änderung anzeigen
HELP: Wenn aktiviert, wird das Dateiänderungsdatum für die Berechnung von "zuletzt aktualisiert" in Feeds verwendet