Skip to content

Commit

Permalink
docs: KR translation on overview/installation/user_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adrysn committed Dec 23, 2020
1 parent 52919a9 commit 2ef79f2
Show file tree
Hide file tree
Showing 7 changed files with 760 additions and 257 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Admin Menus

When you log in with an admin account, you will see an additional Administration
menu in the bottom left sidebar. User information registered in Backend.AI is
listed in the Users tab. Domain admin can see only the users who belong to the domain,
listed in the Users tab. Domain admin can see only the users who belong to the domain,
while superadmin can see all users' information. Only
superadmin can create and deactivate a user.

Expand All @@ -16,7 +16,7 @@ search box on each column header.


Create and update users
----------------------
-----------------------

A user can be created by clicking the CREATE USER button. Note that the password
must be longer or equal to 8 characters and at least 1 alphabet/special
Expand All @@ -26,7 +26,7 @@ character/ number should be included. The maximum length allowed for E-Mail and

If a user with the same email or username already exists, it is not possible to
creat user account. Please try other email and username.

.. image:: create_user_dialog.png
:width: 500
:align: center
Expand All @@ -47,7 +47,7 @@ user belongs.
:alt: Detailed information of a user

Click the gear icon in the Controls panel to update information of a user who
already exists. User's name, password, activation state, etc. can be changed. User ID cannot be changed.
already exists. User's name, password, activation state, etc. can be changed. User ID cannot be changed.

.. image:: user_update_dialog.png
:width: 350
Expand All @@ -60,7 +60,7 @@ Each of the two items at the bottom of the dialog has the following functions.
in. You can toggle this option to change the user to active or inactive state.
Note that the inactive users are listed in the Inactive tab separately.
* Require password change?: If the admin has chosen random passwords while
creating users in batches, this field can be set to ON to indicate that password change is required.
creating users in batches, this field can be set to ON to indicate that password change is required.
This is a kind of descriptive flag and has no effect on actual use.

Inactivate user account
Expand All @@ -76,15 +76,15 @@ you can inactivate the user by clicking the OKAY button.
:width: 600
:align: center
:alt: Deactivating user account

To re-activate users, go to Users - Inactive tab, and edit the target user to
turn on "Active user?" field.

.. note::
.. note::

Please note that inactivating the user changes all of credentials to be inactive,
but reactivating the user does not reactivate the inactivated credentials, since the user
account can have multiple keypairs, which brings it hard to decide which credential
account can have multiple keypairs, which brings it hard to decide which credential
should be reactivated.


Expand Down Expand Up @@ -137,12 +137,12 @@ specific user, and can be accessed by all users in that group.

.. note::
Group folders can be created only by administrators. Normal users can only
access the contents of the group folder created by the administrator.
Depending on the system settings, group folders may not be allowed.
access the contents of the group folder created by the administrator.
Depending on the system settings, group folders may not be allowed.

First, log in with an admin account and create a group folder. After
moving to the Data & Storage page, click NEW FOLDER to open the folder creation
dialog. Enter the folder name, set the Type to Group, and select the group to share the folder.
dialog. Enter the folder name, set the Type to Group, and select the group to share the folder.
Let's select the group to which User B belongs for
this example to work. Permission is set to Read-Only..

Expand Down Expand Up @@ -175,22 +175,22 @@ apply them separately to each keypair.
Manager Hub, a UI for superadmin only. In the Console UI, you can only set
resource policies based on keypairs. Manager Hub is a part of the enterprise
version.
In Resource Policies tab on the Users page, the admin can check the list of currently registered resource policies.
In the figure below, there are a total of three policies (gardener, STUDENT, default).

In Resource Policies tab on the Users page, the admin can check the list of currently registered resource policies.
In the figure below, there are a total of three policies (gardener, STUDENT, default).
The infinity (∞) marks for resources such as Cores, Ram, and fGPU in the Resources panel means that no
resource restrictions have been placed for those resources.

.. image:: resource_policy_page.png
:alt: Resource policy page

The user account currently used in this guide is under the default
resource policy. This can be confirmed in the Credentials tab on the left. In the Resource Policy panel,
resource policy. This can be confirmed in the Credentials tab on the left. In the Resource Policy panel,
you can also see that all resources can be used to the extent the hardware allows (∞).

.. image:: credentials.png

You can modify resouce policies by clicking the gear button in the Control panel of default policy group.
You can modify resouce policies by clicking the gear button in the Control panel of default policy group.
In Update Resource Policy dialog, every option is
changeable except Policy Name, which is the primary key for distinguishing the
resource policies in the list. Uncheck the Unlimited checkbox at the bottom of CPU, RAM, fGPU, and set the resource limits
Expand Down Expand Up @@ -262,7 +262,7 @@ click OKAY button to delete.
:align: center

.. note::

If there's any users (including inactive users) following a resource policy to be deleted,
deletion may not be done. Before deleting a resource policy, please make sure that
no users remain under the resource policy.
Expand Down Expand Up @@ -454,17 +454,17 @@ You can deactivate a resource policy by turning off Active Status.
You can create a new resource policy by clicking the CREATE button.


Download session lists
---------------------
Download session lists
-------0--------------

There's additional feature in Session page for admin.
There's additional feature in Session page for admin.
On the right side of the OTHERS tab there is a menu marked with ``...``.
When you click this menu, a sub-menu export CSV appears.

.. image:: export_csv_menu.png

If you click this menu, you can download the information of the comcpute sessions
created so far in CSV format. After the following dialog opens, enter an appropriate
If you click this menu, you can download the information of the comcpute sessions
created so far in CSV format. After the following dialog opens, enter an appropriate
file name (if necessary), click the EXPORT button and you will get the CSV file. Please note that a file name can have up to 255 characters.

.. image:: export_session_dialog.png
Expand Down
2 changes: 1 addition & 1 deletion docs/appendix/appendix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Resource Monitoring and Automated Job Scheduling


Resource monitoring through GUI
^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Backend.AI GUI Console supports resource monitoring through GUI. After logging
in with a user account, create a compute session. Resource allocation is set as
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.local.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
project = 'Backend.AI Console User Guide'
copyright = '2020, Lablup Inc.'
author = 'Lablup Inc.'
version = '20.03'
release = '20.03'
version = '20.09'
release = '20.09'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
project = 'Backend.AI Console User Guide'
copyright = '2020, Lablup Inc.'
author = 'Lablup Inc.'
version = '20.03'
release = '20.03'
version = '20.09'
release = '20.09'

# -- General configuration ---------------------------------------------------

Expand Down
70 changes: 55 additions & 15 deletions docs/locale/ko/LC_MESSAGES/installation/installation.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,75 @@
# User Guide package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Backend.AI Console User Guide 19.09\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-31 02:49+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"POT-Creation-Date: 2020-12-23 13:53+0900\n"
"PO-Revision-Date: 2020-12-23 15:12+0900\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ko\n"
"X-Generator: Poedit 2.4.2\n"

#: ../../installation/installation.rst:3
msgid "Installation"
msgstr "설치"

#: ../../installation/installation.rst:5
#, fuzzy
msgid ""
"The GUI console can be used in two forms. It can be used as a web service"
" by connecting to a separate web address prepared by the admins, or as an"
" app provided as a stand-alone executable file that does not require "
"separate installation. In the case of an app, depending on the security "
"setting of the desktop OS, it may be recognized as an unsigned executable"
" file and a permission check may be required."
"The GUI console can be used in two forms. It can be used as a web service by "
"connecting to a separate web address prepared by the admins, or as an app "
"provided as a stand-alone executable file that does not require separate "
"installation."
msgstr ""
"GUI 콘솔은 두 가지 형태로 사용할 수 있습니다. 관리자가 설치한 별도의 웹 주소로 접속하여 웹 서비스 형태로 이용할 수 있고, "
"별도 설치가 필요 없는 standalone 실행파일로 제공되는 앱 형태로 이용할 수도 있습니다. 앱 형태의 경우 데스크톱 운영체제의"
" 보안 설정에 따라 서명되지 않은 실행파일로 인식되어 권한 허용 절차가 필요할 수 있습니다."
"GUI 콘솔은 두 가지 형태로 사용할 수 있습니다. 관리자가 설치한 별도의 웹 주소로 "
"접속하여 웹 서비스 형태로 이용할 수 있고, 별도 설치가 필요 없는 standalone 실행"
"파일로 제공되는 앱 형태로 이용할 수도 있습니다."

#: ../../installation/installation.rst:10
msgid ""
"With the web-based GUI console, users do not need to install a platform-"
"dependent desktop applications and just need the latest versions of browsers "
"such as Chrome."
msgstr ""
"GUI 콘솔은 관리자가 제공하는 별도의 웹 주소로 접속하여 웹 서비스 형태로 이용할 "
"수 있습니다. 사용자는 플랫폼 의존적인 데스크톱 앱을 따로 설치할 필요가 없으며, "
"Chrome 등과 같은 최신 브라우저만 있으면 설치하면 됩니다."

#: ../../installation/installation.rst:14
msgid "Recommended browser: the latest version of Chrome (at least version > 80)"
msgstr "권장 브라우저: 최신 크롬 (최소한 버전 80 이상)"

#: ../../installation/installation.rst:15
msgid "Requirement: any machine that runs Web Browser (2 cores, 4 GiB memory)"
msgstr "요구사항: 웹 브라우저를 구동할 수 있는 머신 (2 코어, 4 GiB 메모리)"

#: ../../installation/installation.rst:18
msgid ""
"We do not support MicroSoft Internet Explorer since it is deprecated and does "
"not follow web standard and support up-to-date brower features."
msgstr ""
"마이크로소프트의 Internet Explorer 브라우저 개발이 중단되었고 웹 표준 및 최신 "
"브라우저 기능을 충실히 따르지 않으므로 지원하지 않습니다."

#: ../../installation/installation.rst:22
msgid ""
"The stand-alone GUI console app can be downloaded from following address: "
"https://github.com/lablup/backend.ai-console/releases"
msgstr ""
"단독 앱 형태의 GUI 콘솔은 다음 주소에서 다운로드할 수 있습니다: https://github."
"com/lablup/backend.ai-console/releases"

#: ../../installation/installation.rst:26
msgid ""
"In the case of an app, depending on the security setting of the desktop OS, it "
"may be recognized as an unsigned executable file and a permission check may be "
"required."
msgstr ""
"앱 형태의 경우 데스크톱 운영체제의 보안 설정에 따라 서명되지 않은 실행파일로 인"
"식되어 권한 허용 절차가 필요할 수 있습니다."

0 comments on commit 2ef79f2

Please sign in to comment.