Translations:Spreadsheet SetAlias/5/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 2: Line 2:
# Выберите ячейку.
# Выберите ячейку.
# Нажмите кнопку {{Button|[[File:Spreadsheet_SetAlias.svg|16px]] [[Spreadsheet_SetAlias/ru|Spreadsheet SetAlias]]}}.
# Нажмите кнопку {{Button|[[File:Spreadsheet_SetAlias.svg|16px]] [[Spreadsheet_SetAlias/ru|Spreadsheet SetAlias]]}}.
# Введите псевдоним. В названии допускаются только буквы, цифры и символ подчеркивания: от ({{incode|A}} - {{incode|Z}}, {{incode|a}} - {{incode|z}}, {{incode|0}} - {{incode|9}} и {{incode|_}}).
# Введите псевдоним, который должен состоять из простых буквенно-цифровых латинских символов {{incode|[A-Za-z_]}}, без пробелов и специальных символов.

Revision as of 16:42, 11 September 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Spreadsheet SetAlias)
# Make sure there is an active {{Button|[[File:Spreadsheet_CreateSheet.svg|16px]] [[Spreadsheet_CreateSheet|Spreadsheet]]}} open so that the button is enabled.
# Select a cell.
# Press the {{Button|[[File:Spreadsheet_SetAlias.svg|16px]] [[Spreadsheet_SetAlias|Spreadsheet SetAlias]]}} button.
# Enter an alias:
#* Only alphanumeric characters and underscores ({{incode|A}} to {{incode|Z}}, {{incode|a}} to {{incode|z}}, {{incode|0}} to {{incode|9}} and {{incode|_}}) are allowed.
#* The first character must be a letter.
#* Using 1 or 2 capital letters followed by 1 to 5 numbers, for example {{incode|AB123}}, is not allowed as this is considered a cell address.
#* Character sequences that are units are not allowed. For example {{incode|W}} is an invalid alias as it is the unit for [https://en.wikipedia.org/wiki/Watt Watt]. Since FreeCAD supports many units it is best to avoid short aliases. See [[Expressions#Units|Expressions]].
#* Using the mathematical constants {{incode|pi}} and {{incode|e}} as aliases will lead to errors and should be avoided.
#* Do not use spaces in aliases as they will also lead to errors.
  1. Убедитесь, что имеется активная открытая электронная таблица, чтобы кнопка была активна.
  2. Выберите ячейку.
  3. Нажмите кнопку Spreadsheet SetAlias.
  4. Введите псевдоним. В названии допускаются только буквы, цифры и символ подчеркивания: от (A - Z, a - z, 0 - 9 и _).