Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] fix: Correct maximum number of subnamespaces on public chain #1003

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/concepts/namespace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ On the internet, a domain can have a sub-domain.
Organizing assets with namespaces

In the :ref:`public network <config-network-properties>` namespaces can have up to **3** levels, i.e., a namespace and two levels of subnamespace domains.
Each root namespace can have up to **256** subnamespaces.
Each root namespace can have up to **100** subnamespaces.

A subnamespace does not have a duration by its own; it inherits the duration from its parent namespace.

Expand Down
8 changes: 4 additions & 4 deletions source/locale/ja/LC_MESSAGES/concepts/namespace.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Copyright (C) 2018-present, NEM
# This file is distributed under the same license as the symbol-docs package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Yoshiyuki Ieyama <[email protected]>, 2021
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down Expand Up @@ -178,10 +178,10 @@ msgstr "ネームスペースでアセットを整理する"
msgid ""
"In the :ref:`public network <config-network-properties>`, namespaces can "
"have up to ``3`` levels—a namespace and its two levels of subnamespace "
"domains. Each root namespace can have up to ``256`` subnamespaces."
"domains. Each root namespace can have up to ``100`` subnamespaces."
msgstr ""
":ref:`パブリックネットワーク <config-network-properties>` では、ネームスペースは ``3`` "
"階層まで持つことができます—ネームスペースと2階層のサブネームスペースドメインです。各ルートネームスペースは ``256`` "
"階層まで持つことができます—ネームスペースと2階層のサブネームスペースドメインです。各ルートネームスペースは ``100`` "
"サブネームスペースまで持つことができます。"

#: ../../source/concepts/namespace.rst:76
Expand Down