Skip to content

Instantly share code, notes, and snippets.

@pkluz
Created August 5, 2016 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkluz/2a7048d15fec7f7223fea201e4459f7e to your computer and use it in GitHub Desktop.
Save pkluz/2a7048d15fec7f7223fea201e4459f7e to your computer and use it in GitHub Desktop.
{
"language": "de",
"values" : {
"EDIT_PROFILE_TITLE" : {
"value" : "Profil Bearbeiten",
"comment" : "Text shown as the title of the edit profile view controller."
},
"TEXT_TOO_LONG" : {
"value" : "Dein Text ist zu lang. Bitte kürzen.",
"comment" : "Error message shown in an alert if the text entered into a text field is too long."
},
"BY_CLICKING_NEXT" : {
"value" : "Mit dem fortfahren stimmst du automatisch unseren",
"comment" : "Partial string. Part of a the terms of service small print."
},
"AGREE" :{
"value" : "Ja, Zustimmen",
"comment" : "Positive confirmation text shown in an alert when agreement is required."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment