Files
talk/src/locales/de/framework.ftl
T
2018-09-11 00:15:27 +02:00

46 lines
838 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-just-now = Gerade eben
framework-timeago =
{ $suffix ->
[ago] vor
}
{ $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
}