mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 23:56:18 +00:00
update .po files (#4377)
This commit is contained in:
@@ -23,7 +23,7 @@ class GuideForNewDialog extends React.Component {
|
||||
<h3 id="dialogTitle">{gettext('Welcome to {site_name_placeholder}').replace('{site_name_placeholder}', siteName)}</h3>
|
||||
{canAddRepo ?
|
||||
<p>{gettext('{site_name_placeholder} organizes files into libraries. Each library can be synced and shared separately. We have created a personal library for you. You can create more libraries later.').replace('{site_name_placeholder}', siteName)}</p> :
|
||||
<p>{gettext('{site_name_placeholder} organizes files into libraries. Each library can be synced and shared separately. Howerver, since you are a guest user now, you can not create libraries.').replace('{site_name_placeholder}', siteName)}</p>
|
||||
<p>{gettext('{site_name_placeholder} organizes files into libraries. Each library can be synced and shared separately. However, since you are a guest user now, you can not create libraries.').replace('{site_name_placeholder}', siteName)}</p>
|
||||
}
|
||||
</div>
|
||||
</ModalBody>
|
||||
|
@@ -3,7 +3,7 @@ import { gettext, loginUrl } from '../utils/constants';
|
||||
|
||||
function PermissionDeniedTip() {
|
||||
let reloginUrl = `${loginUrl}?next=${encodeURIComponent(location.href)}`;
|
||||
let errorTip = gettext('Permission denied. Plaese try {placeholder-left}login again.{placeholder-right}');
|
||||
let errorTip = gettext('Permission denied. Please try {placeholder-left}login again.{placeholder-right}');
|
||||
errorTip = errorTip.replace('{placeholder-left}', '<a class="action-link p-0" href='+ reloginUrl + '>')
|
||||
errorTip = errorTip.replace('{placeholder-right}', '</a>');
|
||||
return(
|
||||
|
Reference in New Issue
Block a user