* Lang updated.

This commit is contained in:
reneeteng
2019-05-17 15:51:31 +08:00
parent cd352a105b
commit c94b2f94cd
5 changed files with 34 additions and 34 deletions
+13 -13
View File
@@ -18,24 +18,24 @@ $lang->my->changePassword = 'Edit Password';
$lang->my->unbind = 'Unbind Zdoo';
$lang->my->manageContacts = 'Manage Contact';
$lang->my->deleteContacts = 'Delete Contact';
$lang->my->shareContacts = 'Share the list';
$lang->my->shareContacts = 'Public';
$lang->my->limited = 'Limited Actions (Users can only edit the content that is involved themselves.)';
$lang->my->score = 'My Point';
$lang->my->scoreRule = 'Point Rule';
$lang->my->noTodo = 'No todos. ';
$lang->my->score = 'My Points';
$lang->my->scoreRule = 'Point Rules';
$lang->my->noTodo = 'No todos yet. ';
$lang->my->taskMenu = new stdclass();
$lang->my->taskMenu->assignedToMe = 'Assigned To Me';
$lang->my->taskMenu->openedByMe = 'Created By Me';
$lang->my->taskMenu->finishedByMe = 'Finished By Me';
$lang->my->taskMenu->closedByMe = 'Closed By Me';
$lang->my->taskMenu->canceledByMe = 'Cancelled By Me';
$lang->my->taskMenu->assignedToMe = 'AssignedToMe';
$lang->my->taskMenu->openedByMe = 'CreatedByMe';
$lang->my->taskMenu->finishedByMe = 'FinishedByMe';
$lang->my->taskMenu->closedByMe = 'ClosedByMe';
$lang->my->taskMenu->canceledByMe = 'CancelledByMe';
$lang->my->storyMenu = new stdclass();
$lang->my->storyMenu->assignedToMe = 'Assigned To Me';
$lang->my->storyMenu->openedByMe = 'Created By Me';
$lang->my->storyMenu->reviewedByMe = 'Reviewed By Me';
$lang->my->storyMenu->closedByMe = 'Closed By Me';
$lang->my->storyMenu->assignedToMe = 'AssignedToMe';
$lang->my->storyMenu->openedByMe = 'CreatedByMe';
$lang->my->storyMenu->reviewedByMe = 'ReviewedByMe';
$lang->my->storyMenu->closedByMe = 'ClosedByMe';
$lang->my->home = new stdclass();
$lang->my->home->latest = 'Dynamics';
+4 -4
View File
@@ -43,7 +43,7 @@ $lang->product->doc = 'Doc';
$lang->product->project = $lang->projectCommon . 'List';
$lang->product->build = 'Build';
$lang->product->currentProject = "Current {$lang->projectCommon}";
$lang->product->currentProject = "{$lang->projectCommon}";
$lang->product->activeStories = 'Active Story';
$lang->product->changedStories = 'Changed Story';
$lang->product->draftStories = 'Draft Story';
@@ -57,13 +57,13 @@ $lang->product->accessDenied = "You have no access to {$lang->productCommon}."
$lang->product->id = 'ID';
$lang->product->name = 'Name';
$lang->product->code = 'Alias';
$lang->product->code = 'Code';
$lang->product->line = "{$lang->productCommon} Line";
$lang->product->order = 'Sort';
$lang->product->type = 'Type';
$lang->product->status = 'Status';
$lang->product->desc = 'Description';
$lang->product->manager = 'Manager';
$lang->product->manager = 'Managers';
$lang->product->PO = 'Product Owner';
$lang->product->QD = 'QA Manager';
$lang->product->RD = 'Release Manager';
@@ -73,7 +73,7 @@ $lang->product->branch = '%s';
$lang->product->qa = 'QA';
$lang->product->release = 'Release';
$lang->product->allRelease = 'All Releases';
$lang->product->maintain = 'Maintaining';
$lang->product->maintain = 'Under Maintenance';
$lang->product->latestDynamic = 'Dynamics';
$lang->product->plan = 'Plan';
$lang->product->iteration = 'Iterations';
+1 -1
View File
@@ -14,7 +14,7 @@ $lang->project->common = $lang->projectCommon;
$lang->project->allProjects = 'All';
$lang->project->type = 'Type';
$lang->project->name = 'Name';
$lang->project->code = 'Alias';
$lang->project->code = 'Code';
$lang->project->begin = 'Begin';
$lang->project->end = 'End';
$lang->project->dateRange = 'Duration';
+1 -1
View File
@@ -27,7 +27,7 @@ $lang->release->confirmDelete = "Do you want to delete this Release?";
$lang->release->confirmUnlinkStory = "Do you want to remove this Story?";
$lang->release->confirmUnlinkBug = "Do you want to remove this Bug?";
$lang->release->existBuild = '『Build』『%s』existed. You could change『name』or choose a『build』.';
$lang->release->noRelease = 'No releases. ';
$lang->release->noRelease = 'No releases yet.';
$lang->release->basicInfo = 'Basic Info';
+15 -15
View File
@@ -21,7 +21,7 @@ $lang->user->group = 'Group';
$lang->user->realname = 'Name';
$lang->user->nickname = 'Nickname';
$lang->user->commiter = 'SCM Account';
$lang->user->birthyear = 'Birth Year';
$lang->user->birthyear = 'DOB';
$lang->user->gender = 'Gender';
$lang->user->email = 'Email';
$lang->user->basicInfo = 'Basic Info.';
@@ -38,14 +38,14 @@ $lang->user->slack = 'Slack';
$lang->user->whatsapp = 'WhatsApp';
$lang->user->address = 'Address';
$lang->user->zipcode = 'Zip Code';
$lang->user->join = 'Join Date';
$lang->user->join = 'Joined';
$lang->user->visits = 'Visits';
$lang->user->ip = 'Last IP';
$lang->user->last = 'Last Login';
$lang->user->ranzhi = 'Zdoo Account';
$lang->user->ditto = 'Ditto';
$lang->user->originalPassword = 'Old Password';
$lang->user->verifyPassword = 'Your Login Password';
$lang->user->originalPassword = 'Password';
$lang->user->verifyPassword = 'Password';
$lang->user->resetPassword = 'Forgot Password?';
$lang->user->index = "Home";
@@ -110,7 +110,7 @@ $lang->user->weakPassword = "Your password does not meet the requirements.";
$lang->user->roleList[''] = '';
$lang->user->roleList['dev'] = 'Developer';
$lang->user->roleList['qa'] = 'QA';
$lang->user->roleList['qa'] = 'Tester';
$lang->user->roleList['pm'] = 'Scrum Master';
$lang->user->roleList['po'] = 'Product Owner';
$lang->user->roleList['td'] = 'Technical Manager';
@@ -146,12 +146,12 @@ $lang->user->placeholder->group = "Group is related to user permissions.";
$lang->user->placeholder->commiter = 'SVN/Git account';
$lang->user->placeholder->verify = 'Please enter your login password.';
$lang->user->placeholder->passwordStrength[1] = 'Letters and Numbers, >= 6 characters';
$lang->user->placeholder->passwordStrength[2] = 'Letters, Numbers and special characters, >= 10 characters';
$lang->user->placeholder->passwordStrength[1] = '>= 6 letters and numbers';
$lang->user->placeholder->passwordStrength[2] = '>= 10 letters, numbers and special characters';
$lang->user->error = new stdclass();
$lang->user->error->account = "ID %s,account must contain letters, underline, or numbers,>= 3 characters";
$lang->user->error->accountDupl = "ID %s,account has been used.";
$lang->user->error->account = "ID %s,account must be >= 3 letters, underline, or numbers";
$lang->user->error->accountDupl = "ID %s,account is used.";
$lang->user->error->realname = "ID %s,must be real name";
$lang->user->error->password = "ID %s,password must be >= 6 characters.";
$lang->user->error->mail = "ID %s,please enter valid Email address";
@@ -170,15 +170,15 @@ $lang->user->contactFieldList['whatsapp'] = $lang->user->whatsapp;
$lang->user->contactFieldList['phone'] = $lang->user->phone;
$lang->user->contacts = new stdclass();
$lang->user->contacts->common = 'Contact';
$lang->user->contacts->common = 'Contacts';
$lang->user->contacts->listName = 'List Name';
$lang->user->contacts->userList = 'User List';
$lang->user->contacts->userList = 'User Lisit';
$lang->user->contacts->manage = 'Manage';
$lang->user->contacts->contactsList = 'Contacts';
$lang->user->contacts->selectedUsers = 'Select';
$lang->user->contacts->manage = 'Manage List';
$lang->user->contacts->contactsList = 'Contact List';
$lang->user->contacts->selectedUsers = 'Users';
$lang->user->contacts->selectList = 'List';
$lang->user->contacts->createList = 'Create Contact List';
$lang->user->contacts->createList = 'Create List';
$lang->user->contacts->noListYet = 'No contact list exists. Please create one first.';
$lang->user->contacts->confirmDelete = 'Do you want to delete this list?';
$lang->user->contacts->or = ' or ';