1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-28 05:24:10 +01:00

Update German translation

This commit is contained in:
rlanvin 2021-07-04 12:34:33 +02:00
parent 873ad948fa
commit 44a3fdc6f4
2 changed files with 8 additions and 5 deletions

View File

@ -2,7 +2,10 @@
## [Unreleased]
### Fixed
- Fix Finnish translation [#94](https://github.com/rlanvin/php-rrule/issues/94)
- Update German translation
## [2.2.2] - 2021-01-09

View File

@ -48,7 +48,7 @@ return array(
'until' => ', bis zum %{date}',
'count' => array(
'1' => ', einmalig',
'else' => ', %{count} Mal'
'else' => ', %{count} Mal insgesamt'
),
'and' => 'und',
'x_of_the_y' => array(
@ -121,18 +121,18 @@ return array(
'else' => 'der %{n}. letzte'
),
'byhour' => array(
'1' => ' um %{hours} Uhr',
'else' => ' um %{hours} Uhr'
'1' => ' zur %{hours} Stunde',
'else' => ' zur %{hours} Stunde'
),
'nth_hour' => '%{n}',
'byminute' => array(
'1' => ' und %{minutes} Minute',
'else' => ' und %{minutes} Minuten'
'else' => ' und %{minutes} Minute'
),
'nth_minute' => '%{n}',
'bysecond' => array(
'1' => ' und %{seconds} Sekunde',
'else' => ' und %{seconds} Sekunden'
'else' => ' und %{seconds} Sekunde'
),
'nth_second' => '%{n}',
'bysetpos' => ', nur %{setpos} Auftreten',