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

TLN Update translations #626

Merged
Merged
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
19 changes: 19 additions & 0 deletions lang/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ de:
GzType: 'GZIP-komprimierte Datei'
HtmlType: HTML-Datei
INVALIDEXTENSION_SHORT: 'Erweiterung ist nicht erlaubt'
INVALIDEXTENSION_SHORT_EXT: "Erweiterung '{extension}' ist nicht erlaubt"
IcoType: Symbolbild
JpgType: 'JPEG-Bild - gut für Fotos'
JsType: Javascript-Datei
Expand All @@ -21,11 +22,13 @@ de:
MpgType: MPEG-Videodatei
NOFILESIZE: 'Dateigröße ist null Bytes.'
NOVALIDUPLOAD: 'Die Datei ist kein gültiger Upload'
PARTIALUPLOAD: 'Datei konnte nicht vollständig hochgeladen werden, bitte versuchen Sie es erneut'
PATH: Pfad
PLURALNAME: Dateien
PLURALS:
one: 'Eine Datei'
other: '{count} Dateien'
PREVIEW: Vorschau
PdfType: 'Adobe Acrobat PDF-Datei'
PngType: 'PNG-Bild - gutes Allzweckformat'
SINGULARNAME: Datei
Expand All @@ -35,6 +38,11 @@ de:
XlsType: Excel-Tabelle
ZipType: 'ZIP-komprimierte Datei'
db_File: Datei
db_ShowInSearch: 'In Suche anzeigen'
db_Title: Titel
has_one_Company: Unternehmen
has_one_Subsite: Subseite
has_one_TestPage: Testseite
SilverStripe\Assets\Folder:
PLURALNAME: Ordner
PLURALS:
Expand All @@ -47,3 +55,14 @@ de:
one: 'Ein Bild'
other: '{count} Bilder'
SINGULARNAME: Bild
SilverStripe\Assets\ShortCodesImageShortcodeProvider:
IMAGENOTFOUND: 'Bild nicht gefunden'
SilverStripe\Assets\Shortcodes\FileLink:
PLURALNAME: Dateilinks
PLURALS:
one: 'Ein Dateilink'
other: '{count} Dateilinks'
SINGULARNAME: Dateilink
has_one_Linked: Verlinkt
SilverStripe\Assets\Shortcodes\ImageShortcodeProvider:
IMAGENOTFOUND: 'Bild nicht gefunden'
35 changes: 35 additions & 0 deletions lang/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nl:
GzType: 'GZIP gecomprimeerd bestand'
HtmlType: 'HTML bestand'
INVALIDEXTENSION_SHORT: 'Extensie niet toegestaan'
INVALIDEXTENSION_SHORT_EXT: "Bestanden van het type '{extension}' zijn niet toegestaan"
IcoType: 'Icon afbeelding'
JpgType: "JPEG afbeelding - geschikt voor foto's"
JsType: 'Javascript bestand'
Expand All @@ -19,19 +20,39 @@ nl:
MpgType: 'MPEG video bestand'
NOFILESIZE: 'Bestandsgrootte is nul bytes'
NOVALIDUPLOAD: 'Geen geldig upload-bestand'
PARTIALUPLOAD: 'Bestandsupload niet voltooid, probeer het opnieuw'
PATH: Pad
PLURALNAME: Bestanden
PLURALS:
one: 'Een bestand'
other: '{count} bestanden'
PREVIEW: Voorbeeld
PdfType: 'Adobe Acrobat PDF bestand'
PngType: 'PNG afbeelding - geschikt voor algemeen gebruik'
SINGULARNAME: Bestand
TOOLARGE: 'Bestand is te groot, maximaal {size} is toegestaan'
TiffType: 'TIFF - Tagged image format'
WavType: 'WAV audio bestand'
ZipType: 'ZIP gecomprimeerd bestand'
belongs_to_SubmittedFileField: 'Ingestuurd bestand veld'
db_CanEditType: 'Bewerkbaar door'
db_CanViewType: 'Bekijken door'
db_File: Bestand
db_FileContentCache: 'Bestandsinhoud cache'
db_Name: Naam
db_ShowInSearch: 'Toon in zoeken'
db_Title: Titel
db_UserFormUpload: 'Geupload door bezoeker'
db_Version: Versie
has_many_BackLinks: 'Links naar bestand'
has_one_Company: Bedrijf
has_one_Owner: Eigenaar
has_one_Parent: Bovenliggend
has_one_TestPage: Testpagina
many_many_EditorGroups: Bewerkgroep
many_many_EditorMembers: Bewerker
many_many_ViewerGroups: Bekijk-groep
many_many_ViewerMembers: Bekijkers
SilverStripe\Assets\Folder:
PLURALNAME: Mappen
PLURALS:
Expand All @@ -44,3 +65,17 @@ nl:
one: 'Een afbeelding'
other: '{count} afbeeldingen'
SINGULARNAME: Afbeelding
SilverStripe\Assets\ShortCodesImageShortcodeProvider:
IMAGENOTFOUND: 'Afbeelding niet gevonden'
SilverStripe\Assets\Shortcodes\FileLink:
PLURALNAME: Bestandslinks
PLURALS:
one: bestandslink
other: '{count} bestandslinks'
SINGULARNAME: Bestandslinks
has_one_Linked: Gelinkt
has_one_Parent: Bovenliggend
SilverStripe\Assets\Shortcodes\FileLinkTracking:
many_many_FileTracking: FileTracking
SilverStripe\Assets\Shortcodes\ImageShortcodeProvider:
IMAGENOTFOUND: 'Afbeelding niet gevonden'
Loading