Merge pull request #120 from emmanuelgautier/fix-locales
Fix some locales
This commit is contained in:
Коммит
41415af703
|
@ -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, let’s 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.",
|
||||
|
|
Загрузка…
Ссылка в новой задаче