Merge pull request #120 from emmanuelgautier/fix-locales

Fix some locales
This commit is contained in:
Ricky Brundritt 2018-07-11 20:27:47 -07:00 коммит произвёл GitHub
Родитель 107bbdbb4f 3b67a2f86e
Коммит 41415af703
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -121,7 +121,7 @@
<value>, </value>
</data>
<data name="AddToFavoritesAsk" xml:space="preserve">
<value>Add this address to your favorite locations? Reply “yes” or “no.”</value>
<value>Add this address to your favorite locations? Reply 'yes' or 'no'.</value>
</data>
<data name="AskForEmptyAddressTemplate" xml:space="preserve">
<value>Please provide the {0}.</value>
@ -214,7 +214,7 @@
<value>Sorry, please reply “yes” or “no” to add the address to your favorite locations.</value>
</data>
<data name="EnterNewFavoriteLocationName" xml:space="preserve">
<value>Please type or say a friendly name for this address, for example “Home” or “Work.”</value>
<value>Please type or say a friendly name for this address, for example 'Home' or 'Work'.</value>
</data>
<data name="FavoriteAddedConfirmation" xml:space="preserve">
<value>OK, I added {0} to your favorite locations.</value>

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

@ -1,6 +1,6 @@
{
"AddressSeparator": ", ",
"AddToFavoritesAsk": "Add this address to your favorite locations? Reply 'yes' or 'no.'",
"AddToFavoritesAsk": "Add this address to your favorite locations? Reply 'yes' or 'no'.",
"AskForEmptyAddressTemplate": "Please provide the %s.",
"AskForPrefix": "OK %s.",
"AskForTemplate": " Please also provide the %s.",
@ -15,7 +15,7 @@
"DuplicateFavoriteNameResponse": "%s is already listed in your favorites. Please type or say a different name for this address.",
"EditCommand": "edit",
"EditFavoritePrompt": "Ok, lets edit %s. Type or say a new address.",
"EnterNewFavoriteLocationName": "Please type or say a friendly name for this address, for example 'Home' or 'Work.'",
"EnterNewFavoriteLocationName": "Please type or say a friendly name for this address, for example 'Home' or 'Work'.",
"FavoriteAddedConfirmation": "Ok I added %s to your favorite locations.",
"FavoriteDeletedConfirmation": "Ok, I deleted %s from your favorite locations.",
"FavoriteEdittedConfirmation": "Ok, I updated %s with the new address %s.",