Files
talk/src/locales/de/framework.ftl
T
2018-07-20 13:39:39 -03:00

46 lines
809 B
Plaintext

### Localizations for framework.
### All keys must start with `framework` because this file is shared
### among different targets.
## Validation
framework-validation-required = Dies ist ein Pflichtpfeld.
framework-timeago =
{ $suffix ->
[ago] vor
[in] in
}
{ $value }
{ $unit ->
[second] { $value ->
[1] Sekunde
*[other] Sekunden
}
[minuto] { $value ->
[1] Minute
*[other] Minuten
}
[hour] { $value ->
[1] Stunde
*[other] Stunden
}
[day] { $value ->
[1] Tag
*[other] Tage
}
[week] { $value ->
[1] Woche
*[other] Wochen
}
[month] { $value ->
[1] Monat
*[other] Monate
}
[year] { $value ->
[1] Jahr
*[other] Jahre
}
*[other] unknown unit
}