added french translations

This commit is contained in:
Jonas Heinrich 2020-02-13 16:48:17 +01:00
parent e9cefd51f2
commit d0781e462a
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,13 @@
## 0.6.6 - 2020-02
### Added
- French translation
[#92](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/92) @lftsy (Marc Leurent)
### Fixed
- js/main.js: Fixed typo (Countires => Countries)
[!2](https://git.project-insanity.org/onny/nextcloud-app-radio/merge_requests/2) @robin.vonbuelow (Robin von Bülow)
- Support for Nextcloud 18
[#98](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/98) @onny (Jonas Heinrich)
## 0.6.5 - 2019-05 ## 0.6.5 - 2019-05
### Added ### Added
- Smooth audio fade-in/out when changing stations - Smooth audio fade-in/out when changing stations

View File

@ -4,7 +4,7 @@
<id>radio</id> <id>radio</id>
<name>Radio</name> <name>Radio</name>
<description>Listening to your favorite radio stations in Nextcloud</description> <description>Listening to your favorite radio stations in Nextcloud</description>
<version>0.6.5</version> <version>0.6.6</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Jonas Heinrich</author> <author>Jonas Heinrich</author>
<documentation> <documentation>
@ -15,6 +15,6 @@
<bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs> <bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs>
<screenshot>https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png</screenshot> <screenshot>https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png</screenshot>
<dependencies> <dependencies>
<nextcloud min-version="14" max-version="15"/> <nextcloud min-version="15" max-version="18"/>
</dependencies> </dependencies>
</info> </info>

9
l10n/fr_FR.js Normal file
View File

@ -0,0 +1,9 @@
OC.L10N.register(
"radio",
{
"Top" : "Top",
"Recent" : "Ajouts récents",
"Favorites" : "Favoris",
"Categories" : "Catégories"
},
"nplurals=2; plural=(n != 1);");

7
l10n/fr_FR.json Normal file
View File

@ -0,0 +1,7 @@
{ "translations": {
"Top" : "Top",
"Recent" : "Ajouts récents",
"Favorites" : "Favoris",
"Categories" : "Catégories"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}