Skip to content

Instantly share code, notes, and snippets.

@asciidisco
Forked from atxryan/en-US.resjson
Last active December 16, 2015 11:28
Show Gist options
  • Save asciidisco/5427064 to your computer and use it in GitHub Desktop.
Save asciidisco/5427064 to your computer and use it in GitHub Desktop.
// de-de
{
// Appbar commands
, "MyLocation" : "Mein Standort"
, "MyLocationTooltip" : "Finde deinen aktuellen Standort"
, "GetAllCars" : "Zeige alle Autos"
, "GetAllCarsTooltip" : "Finde alle verfügbaren car2go Fahrzeuge"
, "ShowParking" : "Zeige mir einen Parkplatz"
, "ShowParkingTooltip" : "Zeige mir alle car2go Parkplätze"
, "ChangeCity" : "Stadt ändern"
// Settings charms
, "Settings" : "Einstellungen"
// 'Über' is the direct translation, but it is normally not written alone, most in combination with the name of the app
, "About" : "Über MetroCarFinder"
, "PrivacyPolicy" : "Datenschutzerklärung"
// Settings
, "SignInToYourAccount" : "Mit ihrem Account einloggen"
, "SignInButton" : "Einloggen"
, "Choose_your_car2go_city" : "Wähle deine car3go Stadt"
, "City_label" : "Stadt"
, "DisplayLanguageHeader" : "Sprache anzeigen"
, "Fuel_level" : "Tankanzeige"
// About
, "About_whatis_header" : "Was ist der MetroCarFinder?"
, "About-whatis_content" : "<p>MetroCarFinder ist eine App um alle car2go Fahrzeuge in einer Stadt zu finden.</p>"
// Privacy policy
, "Privacy_policy_content" : "<p>MetroCarFinder speichert und übermittelt keine persönlichen Informationen. Kurz gesagt, es speichert überhaupt keine Informationen. Alle Daten werden zu Bing Maps und den car2go location services weitergeleitet.</p>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment