Merge pull request #33 from zendesk/trav/note_details_translations

Add translation for organization growl notification
This commit is contained in:
Travers McInerney 2014-10-30 10:55:30 +11:00
Родитель 25c9fca5ed a888c2efa7
Коммит c58bd48b1b
2 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -46,9 +46,13 @@
"value": "No domain names"
}
},
"update_organization_done": {
"title": "Growl notification to advise the admin the notes and details have been updated",
"value": "Organization notes and details updated."
},
"update_user_done": {
"title": "Growl notification to advise the admin the notes and details have been udpated",
"value": "User notes and details updated!"
"title": "Growl notification to advise the admin the notes and details have been updated",
"value": "User notes and details updated."
},
"ajax_error": {
"title": "Error message notification",

Просмотреть файл

@ -41,9 +41,13 @@ parts:
key: "txt.apps.user_data_app.info.no_domain_names"
title: "Placeholder when there are no domain names"
value: "No domain names"
- translation:
key: "txt.apps.user_data_app.update_organization_done"
title: "Growl notification to advise the admin the notes and details have been updated"
value: "Organization notes and details updated."
- translation:
key: "txt.apps.user_data_app.update_user_done"
title: "Growl notification to advise the admin the notes and details have been udpated"
title: "Growl notification to advise the admin the notes and details have been updated"
value: "User notes and details updated."
- translation:
key: "txt.apps.user_data_app.ajax_error"