-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tony BOTALLA
committed
Jan 7, 2020
1 parent
4f79611
commit 4ae0334
Showing
2 changed files
with
0 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'translations' => 'Translations', | ||
'translation' => 'Translation', | ||
'namespace' => 'Namespace', | ||
'group' => 'Group', | ||
'key' => 'Key', | ||
'language' => 'Language', | ||
'add_lang' => 'Add a lang', | ||
'nb_translations_added' => '{0} No translation key added.|{1} 1 translation key added.|[2,*] :cpt translations keys added.', | ||
]; |
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 |
---|---|---|
@@ -1,12 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'translations' => 'Traductions', | ||
'translation' => 'Traduction', | ||
'namespace' => 'Namespace', | ||
'group' => 'Groupe', | ||
'key' => 'Clé de traduction', | ||
'language' => 'Langue', | ||
'add_lang' => 'Ajouter une langue', | ||
'nb_translations_added' => '{0} Aucune clé de traduction ajoutée.|{1} 1 clé de traduction ajoutée.|[2,*] :cpt clés de traductions ajoutées.', | ||
]; |