Bump version 2.4.2 (#1620)

This commit is contained in:
Régis Freyd
2018-07-26 13:09:00 -04:00
committed by GitHub
parent 8de408011a
commit 72c5634840
6 changed files with 39 additions and 34 deletions
+7 -2
View File
@@ -1,13 +1,18 @@
UNRELEASED CHANGES:
*
RELEASED VERSIONS:
v2.4.2 - 2018-07-26
-------------------
* Add functional tests for account deletion and account reset
* Fix activities not being displayed in the journal
* Fix food preferencies not being able to be updated
* Add functional test for account exporting
* Fix fake content seeder for testing purposes
RELEASED VERSIONS:
v2.4.1 - 2018-07-25
-------------------
+1 -1
View File
@@ -158,5 +158,5 @@ return [
| bad things will happen.
|
*/
'app_version' => '2.4.1',
'app_version' => '2.4.2',
];
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -183,7 +183,7 @@ return [
'tasks_blank_title' => 'Vous navez aucune tâche pour le moment.',
'tasks_form_title' => 'Titre',
'tasks_form_description' => 'Description (optionnel)',
'tasks_add_task' => 'Ajouter la tâche',
'tasks_add_task' => 'Ajouter une tâche',
'tasks_delete_success' => 'La tâche a été supprimée avec succès.',
'tasks_complete_success' => 'La tâche a été mise à jour avec succès',
@@ -206,7 +206,7 @@ return [
'activity_type_went_concert' => 'aller à un concert',
'activity_type_went_play' => 'aller au théâtre',
'activity_type_went_museum' => 'aller au musée',
'activities_add_activity' => 'Ajouter activité',
'activities_add_activity' => 'Ajouter une activité',
'activities_more_details' => 'Voir détails',
'activities_hide_details' => 'Cacher les détails',
'activities_delete_confirmation' => 'Êtes-vous sûr de vouloir supprimer lactivité ?',
+27 -27
View File
@@ -21,7 +21,7 @@ return [
'people_list_contacts_per_tags' => '1 contact|:count contacts',
'people_search' => 'Zoek in je contacten...',
'people_search_no_results' => 'Geen relevante contacten gevonden :(',
'people_list_account_usage' => 'Your account usage: :current/:limit contacts',
'people_list_account_usage' => 'Je huidige gebruik: :current/:limit contacten',
'people_list_account_upgrade_title' => 'Upgrade je account om alle functies te kunnen gebruiken.',
'people_list_account_upgrade_cta' => 'Nu upgraden',
'people_list_untagged' => 'Bekijken contacten zonder tags',
@@ -123,35 +123,35 @@ return [
// food preferencies
'food_preferencies_add_success' => 'Voedsel voorkeuren zijn opgeslagen',
'food_preferencies_edit_description' => 'Perhaps :firstname or someone in the :familys family has an allergy. Or doesnt like a specific bottle of wine. Indicate them here so you will remember it next time you invite them for dinner',
'food_preferencies_edit_description_no_last_name' => 'Perhaps :firstname has an allergy. Or doesnt like a specific bottle of wine. Indicate them here so you will remember it next time you invite them for dinner',
'food_preferencies_edit_title' => 'Indicate food preferences',
'food_preferencies_edit_cta' => 'Save food preferences',
'food_preferencies_title' => 'Food preferences',
'food_preferencies_cta' => 'Add food preferences',
'food_preferencies_edit_description' => 'Misschien heeft :firstname of iemand in de :familiy\'s familie een allergie. Of houdt niet van een specifieke fles wijn. Vul dat hier in zodat je er bij een volgend diner aan denkt',
'food_preferencies_edit_description_no_last_name' => 'Misschien heeft :firstname een allergie. Of houdt niet van een specifieke fles wijn. Vul dat hier in zodat je er bij een volgend diner aan denkt',
'food_preferencies_edit_title' => 'Voedselvoorkeuren',
'food_preferencies_edit_cta' => 'Bewaar voedselvoorkeuren',
'food_preferencies_title' => 'Voedselvoorkeuren',
'food_preferencies_cta' => 'Voeg voedsel voorkeur toe',
// reminders
'reminders_blank_title' => 'Is there something you want to be reminded of about :name?',
'reminders_blank_add_activity' => 'Add a reminder',
'reminders_add_title' => 'What would you like to be reminded of about :name?',
'reminders_add_description' => 'Please remind me to...',
'reminders_add_next_time' => 'When is the next time you would like to be reminded about this?',
'reminders_add_once' => 'Remind me about this just once',
'reminders_add_recurrent' => 'Remind me about this every',
'reminders_add_starting_from' => 'starting from the date specified above',
'reminders_add_cta' => 'Add reminder',
'reminders_edit_update_cta' => 'Update reminder',
'reminders_add_error_custom_text' => 'You need to indicate a text for this reminder',
'reminders_create_success' => 'The reminder has been added successfully',
'reminders_delete_success' => 'The reminder has been deleted successfully',
'reminders_update_success' => 'The reminder has been updated successfully',
'reminders_blank_title' => 'Is er iets over :name waar je aan herinnert wilt worden?',
'reminders_blank_add_activity' => 'Voeg een herinnering toe',
'reminders_add_title' => 'Waar zou je over :name aan herinnert willen worden?',
'reminders_add_description' => 'Herinner me om...',
'reminders_add_next_time' => 'Wanneer is de volgende keer dat je hier aan herinnert wilt worden?',
'reminders_add_once' => 'Herinner me slechts eenmaal hieraan',
'reminders_add_recurrent' => 'Herinner me hier aan elke',
'reminders_add_starting_from' => 'beginnend op bovenstaande datum',
'reminders_add_cta' => 'Herinnering toevoegen',
'reminders_edit_update_cta' => 'Update herinnering',
'reminders_add_error_custom_text' => 'Je moet tekst toevoegen voor deze herinnering',
'reminders_create_success' => 'De herinnering is met succes toegevoegd',
'reminders_delete_success' => 'De herinnering is verwijderd',
'reminders_update_success' => 'De herinnering is succesvol bijgewerkt',
'reminder_frequency_day' => 'every day|every :number days',
'reminder_frequency_week' => 'every week|every :number weeks',
'reminder_frequency_month' => 'every month|every :number months',
'reminder_frequency_year' => 'every year|every :number year',
'reminder_frequency_one_time' => 'on :date',
'reminders_delete_confirmation' => 'Are you sure you want to delete this reminder?',
'reminder_frequency_day' => 'dagelijks | elke :number dagen',
'reminder_frequency_week' => 'wekelijks | elke :number weken',
'reminder_frequency_month' => 'elke maand | elke :number maanden',
'reminder_frequency_year' => 'jaarlijks | elke :number jaren',
'reminder_frequency_one_time' => 'op :date',
'reminders_delete_confirmation' => 'Weet u zeker dat u deze herinnering wilt verwijderen?',
'reminders_delete_cta' => 'Verwijderen',
'reminders_next_expected_date' => 'op',
'reminders_cta' => 'Voeg een herinnering toe',