mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Russian fields
This commit is contained in:
parent
cf6c8e23fb
commit
46749d5f46
@ -1,35 +1,35 @@
|
|||||||
title: $:/language/Docs/Fields/
|
title: $:/language/Docs/Fields/
|
||||||
|
|
||||||
_canonical_uri: The full URI of an external image tiddler
|
_canonical_uri: Полный URI заметки, содержащей внешнюю картинку
|
||||||
bag: The name of the bag from which a tiddler came
|
bag: Название "мешка" заметки из TiddlyWeb
|
||||||
caption: The text to be displayed on a tab or button
|
caption: Текст на вкладке или кнопке
|
||||||
color: The CSS color value associated with a tiddler
|
color: CSS значение цвета заметки
|
||||||
component: The name of the component responsible for an [[alert tiddler|AlertMechanism]]
|
component: Название компонента, ответственного за [[заметку-тревогу|AlertMechanism]]
|
||||||
current-tiddler: Used to cache the top tiddler in a [[history list|HistoryMechanism]]
|
current-tiddler: Использовалось для хранения верхней заметки в [[списке истории|HistoryMechanism]]
|
||||||
created: The date a tiddler was created
|
created: Дата создания заметки
|
||||||
creator: The name of the person who created a tiddler
|
creator: Имя создателя заметки
|
||||||
dependents: For a plugin, lists the dependent plugin titles
|
dependents: Для плагина, перечисляет названия зависимых плагинов
|
||||||
description: The descriptive text for a plugin, or a modal dialogue
|
description: Описание плагина или модального окна
|
||||||
draft.of: For draft tiddlers, contains the title of the tiddler of which this is a draft
|
draft.of: Для черновиков, содержит название редактируемой заметки
|
||||||
draft.title: For draft tiddlers, contains the proposed new title of the tiddler
|
draft.title: Для черновиков, содержит новое название заметки
|
||||||
footer: The footer text for a wizard
|
footer: Текст "подвала" мастера
|
||||||
hack-to-give-us-something-to-compare-against: A temporary storage field used in [[$:/core/templates/static.content]]
|
hack-to-give-us-something-to-compare-against: Временное поле используемое в [[$:/core/templates/static.content]]
|
||||||
icon: The title of the tiddler containing the icon associated with a tiddler
|
icon: Название заметки, содержащей значок заметки
|
||||||
library: If set to "yes" indicates that a tiddler should be saved as a JavaScript library
|
library: Если "yes", то заметка сохраняется как библиотека JavaScript
|
||||||
list: An ordered list of tiddler titles associated with a tiddler
|
list: Упорядоченный список названий связанных заметок
|
||||||
list-before: If set, the title of a tiddler before which this tiddler should be added to the ordered list of tiddler titles, or at the start of the list if this field is present but empty
|
list-before: Название заметки, перед которой эта заметка добавляется в упорядоченный список; если это поле создано и имеет пустое значение, то заметка добавляется в начало списка
|
||||||
list-after: If set, the title of the tiddler after which this tiddler should be added to the ordered list of tiddler titles
|
list-after: Название заметки, после которой эта заметка добавляется в упорядоченный список
|
||||||
modified: The date and time at which a tiddler was last modified
|
modified: Дата последнего изменения заметки
|
||||||
modifier: The tiddler title associated with the person who last modified a tiddler
|
modifier: Имя редактора заметки
|
||||||
name: The human readable name associated with a plugin tiddler
|
name: Название плагина
|
||||||
plugin-priority: A numerical value indicating the priority of a plugin tiddler
|
plugin-priority: Число - приоритет плагина
|
||||||
plugin-type: The type of plugin in a plugin tiddler
|
plugin-type: Тип плагина
|
||||||
revision: The revision of the tiddler held at the server
|
revision: Версия заметки на сервере
|
||||||
released: Date of a TiddlyWiki release
|
released: Дата выпуска TiddlyWiki
|
||||||
source: The source URL associated with a tiddler
|
source: Исходный URL связанный с заметкой
|
||||||
subtitle: The subtitle text for a wizard
|
subtitle: Подзаголовок мастера
|
||||||
tags: A list of tags associated with a tiddler
|
tags: Список меток связанный с заметкой
|
||||||
text: The body text of a tiddler
|
text: Содержимое заметки
|
||||||
title: The unique name of a tiddler
|
title: Уникальное название заметки
|
||||||
type: The content type of a tiddler
|
type: Тип содержимого заметки
|
||||||
version: Version information for a plugin
|
version: Версия плагина
|
||||||
|
Loading…
Reference in New Issue
Block a user