-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from dagaa/master
Add Norwegian translation
- Loading branch information
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
src/Coduo/PHPHumanizer/Resources/translations/difference.no.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
just_now: | ||
past: "[0,Inf] akkurat nå" | ||
future: "[0,Inf] akkurat nå" | ||
second: | ||
past: "{1} %count% sekund siden|[2,Inf] %count% sekunder siden" | ||
future: "{1} %count% sekund fra nå|[2,Inf] %count% sekunder fra nå" | ||
minute: | ||
past: "{1} %count% minutt siden|[2,Inf] %count% minutter siden" | ||
future: "{1} %count% minutt fra nå|[2,Inf] %count% minutter fra nå" | ||
hour: | ||
past: "{1} %count% time siden|[2,Inf] %count% timer siden" | ||
future: "{1} %count% time fra nå|[2,Inf] %count% timer fra nå" | ||
day: | ||
past: "{1} %count% dag siden|[2,Inf] %count% dager siden" | ||
future: "{1} %count% dag fra nå|[2,Inf] %count% dager fra nå" | ||
week: | ||
past: "{1} %count% uke siden|[2,Inf] %count% uker siden" | ||
future: "{1} %count% uke fra nå|[2,Inf] %count% uker fra nå" | ||
month: | ||
past: "{1} %count% måned siden|[2,Inf] %count% måneder siden" | ||
future: "{1} %count% måned fra nå|[2,Inf] %count% måneder fra nå" | ||
year: | ||
past: "{1} %count% år siden|[2,Inf] %count% år siden" | ||
future: "{1} %count% år fra nå|[2,Inf] %count% år fra nå" | ||
|
||
compound: | ||
second: "{1} %count% sekund|[2,Inf] %count% sekunder" | ||
minute: "{1} %count% minutt|[2,Inf] %count% minutter" | ||
hour: "{1} %count% time|[2,Inf] %count% timer" | ||
day: "{1} %count% dag|[2,Inf] %count% dager" | ||
week: "{1} %count% uke|[2,Inf] %count% uker" | ||
month: "{1} %count% måned|[2,Inf] %count% måneder" | ||
year: "{1} %count% år|[2,Inf] %count% år" | ||
ago: "siden" | ||
from_now: "fra nå" |