mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 09:43:15 +08:00
46 lines
809 B
Plaintext
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
|
|
}
|