Skip to content

Commit

Permalink
Bump version and Update i18n (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Nov 26, 2017
1 parent 8e57573 commit a9a61d7
Show file tree
Hide file tree
Showing 22 changed files with 240 additions and 99 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ UNRELEASED CHANGES:

RELEASED VERSIONS:

v1.1.0 - 2017-11-26
-------------------

* Add the ability to add multiple contact fields and addresses per contact.
* Add a new Personalization tab under Settings.

v1.0.0 - 2017-11-09
-------------------

Expand Down
2 changes: 1 addition & 1 deletion config/monica.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@
| bad things will happen.
|
*/
'app_version' => '1.0.0',
'app_version' => '1.1.0',
];
Binary file removed resources/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions resources/lang/cz/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'upload' => 'Nahrát',
'close' => 'Zavřít',
'remove' => 'Odstranit',
'done' => 'Done',

'markdown_description' => 'Chcete pohodlně formátovat text? Podporujeme formát markdown pro značení tučně, kurzivou, vytváření seznamu a další.',
'markdown_link' => 'Číst dokumentaci',
Expand Down Expand Up @@ -59,4 +60,7 @@
'gender_male' => 'Muž',
'gender_female' => 'Žena',
'gender_none' => 'Nepovím',

'error_title' => 'Whoops! Something went wrong.',
'error_unauthorized' => 'You don\'t have the right to edit this resource.',
];
30 changes: 16 additions & 14 deletions resources/lang/cz/people.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,25 +86,11 @@
'information_edit_max_size' => 'Max :size Mb.',
'information_edit_firstname' => 'Jméno',
'information_edit_lastname' => 'Příjmení (volitelné)',
'information_edit_facebook' => 'Facebook profil (volitelné)',
'information_edit_twitter' => 'Twitter profil (volitelné)',
'information_edit_linkedin' => 'LinkedIn profil (volitelné)',
'information_edit_street' => 'Ulice (volitelné)',
'information_edit_province' => 'Okres (volitelné)',
'information_edit_postalcode' => 'PSČ (volitelné)',
'information_edit_city' => 'Město (volitelné)',
'information_edit_country' => 'Země (volitelné)',
'information_edit_email' => 'Email (volitelné)',
'information_edit_phone' => 'Telefon (volitelné)',
'information_edit_probably' => 'Tato osoba je přibližně',
'information_edit_probably_yo' => 'let stará',
'information_edit_exact' => 'Vím přesné datum narození této osoby, které je',
'information_edit_help' => 'Pokud zadáte přesné datum narození pro tuto osobu, bude vytvořeno nové upozornění - takže budete každoročně upozorněni na oslavu narozenin.',
'information_no_address_defined' => 'Adresa nebyla zadána',
'information_no_email_defined' => 'Email nebyl zadán',
'information_no_phone_defined' => 'Telefon nebyl zadán',
'information_no_facebook_defined' => 'Facebook nebyl zadán',
'information_no_twitter_defined' => 'Twitter nebyl zadán',
'information_no_linkedin_defined' => 'LinkedIn nebyl zadán',
'information_no_work_defined' => 'Žádné informace o práci',
'information_work_at' => 'v :company',
Expand Down Expand Up @@ -347,4 +333,20 @@
'deceased_add_reminder' => 'Add a reminder for this date',
'deceased_label' => 'Deceased',
'deceased_label_with_date' => 'Deceased on :date',

// Contact information
'contact_info_title' => 'Contact information',
'contact_info_form_content' => 'Content',
'contact_info_form_contact_type' => 'Contact type',
'contact_info_form_personalize' => 'Personalize',
'contact_info_address' => 'Lives in',

// Addresses
'contact_address_title' => 'Addresses',
'contact_address_form_name' => 'Label (optional)',
'contact_address_form_street' => 'Street (optional)',
'contact_address_form_city' => 'City (optional)',
'contact_address_form_province' => 'Province (optional)',
'contact_address_form_postal_code' => 'Postal code (optional)',
'contact_address_form_country' => 'Country (optional)',
];
19 changes: 19 additions & 0 deletions resources/lang/cz/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,23 @@
'api_authorized_clients' => 'List of authorized clients',
'api_authorized_clients_desc' => 'This section lists all the clients you\'ve authorized to access your application. You can revoke this authorization at anytime.',

'personalization_title' => 'Here you can find different settings to configure your account. These features are more for "power users" who want maximum control over Monica.',
'personalization_contact_field_type_title' => 'Contact field types',
'personalization_contact_field_type_add' => 'Add new field type',
'personalization_contact_field_type_description' => 'Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.',
'personalization_contact_field_type_table_name' => 'Name',
'personalization_contact_field_type_table_protocol' => 'Protocol',
'personalization_contact_field_type_table_actions' => 'Actions',
'personalization_contact_field_type_modal_title' => 'Add a new contact field type',
'personalization_contact_field_type_modal_edit_title' => 'Edit an existing contact field type',
'personalization_contact_field_type_modal_delete_title' => 'Delete an existing contact field type',
'personalization_contact_field_type_modal_delete_description' => 'Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.',
'personalization_contact_field_type_modal_name' => 'Name',
'personalization_contact_field_type_modal_protocol' => 'Protocol (optional)',
'personalization_contact_field_type_modal_protocol_help' => 'Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.',
'personalization_contact_field_type_modal_icon' => 'Icon (optional)',
'personalization_contact_field_type_modal_icon_help' => 'You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.',
'personalization_contact_field_type_delete_success' => 'The contact field type has been deleted with success.',
'personalization_contact_field_type_add_success' => 'The contact field type has been successfully added.',
'personalization_contact_field_type_edit_success' => 'The contact field type has been successfully updated.',
];
4 changes: 4 additions & 0 deletions resources/lang/de/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'edit' => 'Bearbeiten',
'upload' => 'Hochladen',
'close' => 'Schließen',
'done' => 'Done',

'markdown_description' => 'Want to format your text in a nice way? We support Markdown to add bold, italic, lists and more.',
'markdown_link' => 'Read documentation',
Expand Down Expand Up @@ -54,4 +55,7 @@
'gender_male' => 'Männlich',
'gender_female' => 'Weiblich',
'gender_none' => 'Möchte ich nicht angeben',

'error_title' => 'Whoops! Something went wrong.',
'error_unauthorized' => 'You don\'t have the right to edit this resource.',
];
30 changes: 16 additions & 14 deletions resources/lang/de/people.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,25 +86,11 @@
'information_edit_max_size' => 'Max :size Mb.',
'information_edit_firstname' => 'Vorname',
'information_edit_lastname' => 'Nachname (Optional)',
'information_edit_facebook' => 'Facebook-Profile (optional)',
'information_edit_twitter' => 'Twitter-Profile (optional)',
'information_edit_linkedin' => 'LinkedIn-Profile (optional)',
'information_edit_street' => 'Straße (optional)',
'information_edit_province' => 'Bezirk (optional)',
'information_edit_postalcode' => 'Postleitzahl (optional)',
'information_edit_city' => 'Stadt (optional)',
'information_edit_country' => 'Land (optional)',
'information_edit_email' => 'E-Mail-Adresse (optional)',
'information_edit_phone' => 'Telefonnummer (optional)',
'information_edit_probably' => 'Diese Person ist wahrscheinlich',
'information_edit_probably_yo' => 'Jahre alt',
'information_edit_exact' => 'Ich kenne den Geburstag der Person',
'information_edit_help' => 'Wenn du einen genauen Geburtstag eingibst, erstellen wir für dich automatisch eine Erinnerung, so dass du jedes Jahr daran erinnert wirst dieser Person zu gratulieren.',
'information_no_address_defined' => 'keine Adresse angegeben',
'information_no_email_defined' => 'keine E-Mail-Adresse angegeben',
'information_no_phone_defined' => 'keine Telefonnummer angegeben',
'information_no_facebook_defined' => 'Facebook nicht angegeben',
'information_no_twitter_defined' => 'Twitter nicht angegeben',
'information_no_linkedin_defined' => 'LinkedIn nicht angegeben',
'information_no_work_defined' => 'keine Arbeitsplatz-Informationen angegeben',
'information_work_at' => 'bei :company',
Expand Down Expand Up @@ -348,4 +334,20 @@
'deceased_add_reminder' => 'Add a reminder for this date',
'deceased_label' => 'Deceased',
'deceased_label_with_date' => 'Deceased on :date',

// Contact information
'contact_info_title' => 'Contact information',
'contact_info_form_content' => 'Content',
'contact_info_form_contact_type' => 'Contact type',
'contact_info_form_personalize' => 'Personalize',
'contact_info_address' => 'Lives in',

// Addresses
'contact_address_title' => 'Addresses',
'contact_address_form_name' => 'Label (optional)',
'contact_address_form_street' => 'Street (optional)',
'contact_address_form_city' => 'City (optional)',
'contact_address_form_province' => 'Province (optional)',
'contact_address_form_postal_code' => 'Postal code (optional)',
'contact_address_form_country' => 'Country (optional)',
];
19 changes: 19 additions & 0 deletions resources/lang/de/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,23 @@
'api_authorized_clients' => 'List of authorized clients',
'api_authorized_clients_desc' => 'This section lists all the clients you\'ve authorized to access your application. You can revoke this authorization at anytime.',

'personalization_title' => 'Here you can find different settings to configure your account. These features are more for "power users" who want maximum control over Monica.',
'personalization_contact_field_type_title' => 'Contact field types',
'personalization_contact_field_type_add' => 'Add new field type',
'personalization_contact_field_type_description' => 'Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.',
'personalization_contact_field_type_table_name' => 'Name',
'personalization_contact_field_type_table_protocol' => 'Protocol',
'personalization_contact_field_type_table_actions' => 'Actions',
'personalization_contact_field_type_modal_title' => 'Add a new contact field type',
'personalization_contact_field_type_modal_edit_title' => 'Edit an existing contact field type',
'personalization_contact_field_type_modal_delete_title' => 'Delete an existing contact field type',
'personalization_contact_field_type_modal_delete_description' => 'Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.',
'personalization_contact_field_type_modal_name' => 'Name',
'personalization_contact_field_type_modal_protocol' => 'Protocol (optional)',
'personalization_contact_field_type_modal_protocol_help' => 'Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.',
'personalization_contact_field_type_modal_icon' => 'Icon (optional)',
'personalization_contact_field_type_modal_icon_help' => 'You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.',
'personalization_contact_field_type_delete_success' => 'The contact field type has been deleted with success.',
'personalization_contact_field_type_add_success' => 'The contact field type has been successfully added.',
'personalization_contact_field_type_edit_success' => 'The contact field type has been successfully updated.',
];
19 changes: 0 additions & 19 deletions resources/lang/en/people.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,25 +87,11 @@
'information_edit_max_size' => 'Max :size Mb.',
'information_edit_firstname' => 'First name',
'information_edit_lastname' => 'Last name (Optional)',
'information_edit_facebook' => 'Facebook profile (optional)',
'information_edit_twitter' => 'Twitter profile (optional)',
'information_edit_linkedin' => 'LinkedIn profile (optional)',
'information_edit_street' => 'Street (optional)',
'information_edit_province' => 'Province (optional)',
'information_edit_postalcode' => 'Postal code (optional)',
'information_edit_city' => 'City (optional)',
'information_edit_country' => 'Country (optional)',
'information_edit_email' => 'Email address (optional)',
'information_edit_phone' => 'Phone number (optional)',
'information_edit_probably' => 'This person is probably',
'information_edit_probably_yo' => 'years old',
'information_edit_exact' => 'I know the exact birthdate of this person, which is',
'information_edit_help' => 'If you indicate an exact birthdate for this person, we will create a new reminder for you - so you\'ll be notified every year when it\'s time to celebrate this person\'s birthdate.',
'information_no_address_defined' => 'No address defined',
'information_no_email_defined' => 'No email address defined',
'information_no_phone_defined' => 'No phone number defined',
'information_no_facebook_defined' => 'No Facebook defined',
'information_no_twitter_defined' => 'No Twitter defined',
'information_no_linkedin_defined' => 'No LinkedIn defined',
'information_no_work_defined' => 'No work information defined',
'information_work_at' => 'at :company',
Expand Down Expand Up @@ -365,9 +351,4 @@
'contact_address_form_province' => 'Province (optional)',
'contact_address_form_postal_code' => 'Postal code (optional)',
'contact_address_form_country' => 'Country (optional)',
'contact_address_form_' => '',
'contact_address_form_' => '',
'contact_address_form_' => '',
'contact_address_form_' => '',
'contact_address_form_' => '',
];
4 changes: 4 additions & 0 deletions resources/lang/fr/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'upload' => 'Upload',
'close' => 'Close',
'remove' => 'Remove',
'done' => 'Done',

'markdown_description' => 'Want to format your text in a nice way? We support Markdown to add bold, italic, lists and more.',
'markdown_link' => 'Read documentation',
Expand Down Expand Up @@ -57,4 +58,7 @@
'gender_male' => 'Homme',
'gender_female' => 'Femme',
'gender_none' => 'Aucun',

'error_title' => 'Whoops! Something went wrong.',
'error_unauthorized' => 'You don\'t have the right to edit this resource.',
];
24 changes: 15 additions & 9 deletions resources/lang/fr/people.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,7 @@
'information_edit_max_size' => 'Max :size Mb.',
'information_edit_firstname' => 'Prénom',
'information_edit_lastname' => 'Nom de famille (optionnel)',
'information_edit_facebook' => 'Profil Facebook (optionel)',
'information_edit_twitter' => 'Profil Twitter (optionel)',
'information_edit_linkedin' => 'Profil LinkedIn (optionel)',
'information_edit_street' => 'Rue (optionnel)',
'information_edit_province' => 'Province (optionnel)',
'information_edit_postalcode' => 'Code postal (optionnel)',
'information_edit_city' => 'Ville',
'information_edit_country' => 'Pays',
'information_edit_email' => 'Adresse courriel',
'information_edit_phone' => 'Numéro de téléphone',
'information_edit_probably' => 'Cette personne a probably',
'information_edit_probably_yo' => 'ans',
'information_edit_exact' => 'Je connais la date de naissance précise, qui est',
Expand Down Expand Up @@ -348,4 +339,19 @@
'deceased_label' => 'Deceased',
'deceased_label_with_date' => 'Deceased on :date',

// Contact information
'contact_info_title' => 'Contact information',
'contact_info_form_content' => 'Content',
'contact_info_form_contact_type' => 'Contact type',
'contact_info_form_personalize' => 'Personalize',
'contact_info_address' => 'Lives in',

// Addresses
'contact_address_title' => 'Addresses',
'contact_address_form_name' => 'Label (optional)',
'contact_address_form_street' => 'Street (optional)',
'contact_address_form_city' => 'City (optional)',
'contact_address_form_province' => 'Province (optional)',
'contact_address_form_postal_code' => 'Postal code (optional)',
'contact_address_form_country' => 'Country (optional)',
];
19 changes: 19 additions & 0 deletions resources/lang/fr/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,23 @@
'api_authorized_clients' => 'List of authorized clients',
'api_authorized_clients_desc' => 'This section lists all the clients you\'ve authorized to access your application. You can revoke this authorization at anytime.',

'personalization_title' => 'Here you can find different settings to configure your account. These features are more for "power users" who want maximum control over Monica.',
'personalization_contact_field_type_title' => 'Contact field types',
'personalization_contact_field_type_add' => 'Add new field type',
'personalization_contact_field_type_description' => 'Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.',
'personalization_contact_field_type_table_name' => 'Name',
'personalization_contact_field_type_table_protocol' => 'Protocol',
'personalization_contact_field_type_table_actions' => 'Actions',
'personalization_contact_field_type_modal_title' => 'Add a new contact field type',
'personalization_contact_field_type_modal_edit_title' => 'Edit an existing contact field type',
'personalization_contact_field_type_modal_delete_title' => 'Delete an existing contact field type',
'personalization_contact_field_type_modal_delete_description' => 'Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.',
'personalization_contact_field_type_modal_name' => 'Name',
'personalization_contact_field_type_modal_protocol' => 'Protocol (optional)',
'personalization_contact_field_type_modal_protocol_help' => 'Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.',
'personalization_contact_field_type_modal_icon' => 'Icon (optional)',
'personalization_contact_field_type_modal_icon_help' => 'You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.',
'personalization_contact_field_type_delete_success' => 'The contact field type has been deleted with success.',
'personalization_contact_field_type_add_success' => 'The contact field type has been successfully added.',
'personalization_contact_field_type_edit_success' => 'The contact field type has been successfully updated.',
];
4 changes: 4 additions & 0 deletions resources/lang/it/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'edit' => 'Modifica',
'upload' => 'Carica',
'close' => 'Chiudi',
'done' => 'Done',

'markdown_description' => 'Want to format your text in a nice way? We support Markdown to add bold, italic, lists and more.',
'markdown_link' => 'Read documentation',
Expand Down Expand Up @@ -54,4 +55,7 @@
'gender_male' => 'Uomo',
'gender_female' => 'Donna',
'gender_none' => 'Preferisco non specificarlo',

'error_title' => 'Whoops! Something went wrong.',
'error_unauthorized' => 'You don\'t have the right to edit this resource.',
];
Loading

0 comments on commit a9a61d7

Please sign in to comment.