New translations readme.md (Russian)

This commit is contained in:
Matan Kushner 2025-03-10 04:15:08 +09:00
parent 13a658aefb
commit 79319f7bd8

View File

@ -619,7 +619,7 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
*: Эта переменная может использоваться только в качестве части строки style *: Эта переменная может использоваться только в качестве части строки style
### Примеры ### Пример
#### Customize the format #### Customize the format
@ -630,15 +630,6 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
format = 'via [🍔 $version](bold green) ' format = 'via [🍔 $version](bold green) '
``` ```
#### Replace Node.js
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
```toml
[nodejs]
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
```
## C ## C
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file. The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
@ -3007,6 +2998,8 @@ The `nodejs` module shows the currently installed version of [Node.js](https://n
- The current directory contains a file with the `.js`, `.mjs` or `.cjs` extension - The current directory contains a file with the `.js`, `.mjs` or `.cjs` extension
- The current directory contains a file with the `.ts`, `.mts` or `.cts` extension - The current directory contains a file with the `.ts`, `.mts` or `.cts` extension
Additionally, the module will be hidden by default if the directory contains a `bunfig.toml`, `bun.lock`, or `bun.lockb` file, overriding the above conditions.
### Опции ### Опции
| Параметр | По умолчанию | Описание | | Параметр | По умолчанию | Описание |
@ -3234,6 +3227,7 @@ Amazon = "🙂 "
Android = "🤖 " Android = "🤖 "
Arch = "🎗️ " Arch = "🎗️ "
Artix = "🎗️ " Artix = "🎗️ "
Bluefin = "🐟 "
CachyOS = "🎗️ " CachyOS = "🎗️ "
CentOS = "💠 " CentOS = "💠 "
Debian = "🌀 " Debian = "🌀 "