-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
171 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
ViteMaDose/Resources/Localization/en.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
/* | ||
Localizable.strings | ||
ViteMaDose | ||
|
||
Created by Philip Blair on 12/05/2021. | ||
|
||
*/ | ||
|
||
// Home | ||
"home.main_title" = "Find a vaccine quickly and easily"; | ||
"home.main_title.first_highlighted_text" = "quickly"; | ||
"home.main_title.second_highlighted_text" = "easily"; | ||
"home.search_placeholder" = "Search..."; | ||
"home.last_stats" = "Latest statistics..."; | ||
"home.open_map" = "See locations on the map"; | ||
"home.partners" = "Find your appointments with"; | ||
"home.stats.all_locations" = "Locations found in France"; | ||
"home.stats.all_availabilities" = "Appointments available"; | ||
"home.stats.locations_with_availabilities" = "Locations with available appointments"; | ||
"home.stats.available_locations_percentage" = "Of locations have availabilities"; | ||
// Department Selection | ||
"location_search.main_title" = "Select or search for a location in France"; | ||
"location_search.main_title.highlighted_text" = "France"; | ||
"location_search.search_placeholder" = "Commune, Postal Code, Department..."; | ||
// Locations | ||
"locations.list_title" = "List of locations"; | ||
"locations.no_results" = "We have not found any appointments for %@"; | ||
"locations.sort_option.closest" = "Closest"; | ||
"locations.sort_option.fastest" = "Available soonest"; | ||
// Location | ||
"location.date" = "On %@ at %@"; | ||
"location.book_button" = "Book an appointment"; | ||
"location.verify_button" = "Check with this location"; | ||
"location.last_update" = "Last updated on %@ at %@"; | ||
"location.no_appointment" = "No appointments"; | ||
"location.open_route" = "Show route"; | ||
"location.unavailable_date" = "Date unavailable"; | ||
"location.unavailable_name" = "Name of location unavailable"; | ||
"location.unavailable_address" = "Address unavailable"; | ||
// Error | ||
"error.generic.title" = "Oops! We're having some technical difficulties..."; | ||
"error.generic.retry_button" = "Retry"; | ||
"error.generic.cancel_button" = "Cancel"; | ||
"error.generic.default_message" = "If the problem persists, please contact the team at https://covidtracker.fr/contact"; | ||
"error.network.server_error" = "We've encountered a server error. Please try again later."; | ||
"error.network.offline" = "You appear to be offline."; |
112 changes: 112 additions & 0 deletions
112
ViteMaDose/Resources/Localization/en.lproj/Localizable.stringsdict
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>locations.available_locations</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>zero</key> | ||
<string>Locations with appointments</string> | ||
<key>one</key> | ||
<string>Location with appointments</string> | ||
<key>other</key> | ||
<string>Locations with appointments</string> | ||
</dict> | ||
</dict> | ||
<key>locations.all_locations</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>zero</key> | ||
<string>Total locations found</string> | ||
<key>one</key> | ||
<string>Total location found</string> | ||
<key>other</key> | ||
<string>Total locations found</string> | ||
</dict> | ||
</dict> | ||
<key>locations.appointments</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>zero</key> | ||
<string>%d appointments</string> | ||
<key>one</key> | ||
<string>%d appointment</string> | ||
<key>other</key> | ||
<string>%d appointments</string> | ||
</dict> | ||
</dict> | ||
<key>locations.main_title_department</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>one</key> | ||
<string>We have found %d appointment for %@</string> | ||
<key>other</key> | ||
<string>We have found %d appointments for %@</string> | ||
</dict> | ||
</dict> | ||
<key>locations.main_title_city</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>one</key> | ||
<string>We have found %d appointment near %@</string> | ||
<key>other</key> | ||
<string>We have found %d appointments near %@</string> | ||
</dict> | ||
</dict> | ||
<key>home.recent_search</key> | ||
<dict> | ||
<key>New item</key> | ||
<string></string> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>zero</key> | ||
<string>Recent searches</string> | ||
<key>one</key> | ||
<string>Recent search</string> | ||
<key>other</key> | ||
<string>Recent searches</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |