Добавить 'i18n/en.json'

This commit is contained in:
Samuel Kim 2021-01-07 20:58:06 +00:00
parent 7e57047987
commit 1b1bef3fae
1 changed files with 19 additions and 0 deletions

19
i18n/en.json Normal file
View File

@ -0,0 +1,19 @@
{
"app_name": "translationStudio",
"home_title": "Your Translation Projects",
"welcome": "Welcome!",
"home_welcome1": "This is your Home Screen. When you have translation projects on this device, they will appear here.",
"home_welcome2": "You can start a new project anytime by tapping the blue button in the top right.",
"start_new_project": "Start a new project",
"project": "Project",
"type": "Type",
"language": "Language",
"progress": "Progress",
"target_language": "Target Language",
"translators": "Translators",
"dismiss": "Dismiss",
"delete": "Delete",
"confirm_delete_translation": "This will permanently remove the translation. Continue?",
"no": "No",
"confirm": "Confirm"
}