Skip to content
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
14 changes: 14 additions & 0 deletions ar/features/common-prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ icon: "comments"

---

## تحديث التطبيق

```
تغيير اسم تطبيقي إلى "اسم جديد"
```
```
تغيير وصف وأيقونة التطبيق
```
```
إعادة تسمية التطبيق APP_XXX إلى "بوابة العملاء"
```

---

## عمليات النماذج والصفحات

### إنشاء صفحات النماذج
Expand Down
29 changes: 29 additions & 0 deletions ar/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,35 @@ openyida export <appType> [output] # إنشاء حزمة الترحيل

# استيراد التطبيق
openyida import <file> [name] # إعادة بناء التطبيق من حزمة الترحيل

# تحديث معلومات التطبيق
openyida update-app <appType> --name "<الاسم الجديد>" [--desc "<الوصف>"] [--icon "<الأيقونة>"] [--icon-color "<اللون>"]
```

### معلمات update-app

| المعلمة | الاسم المختصر | مطلوب | الوصف |
|---------|-------------|-------|-------|
| `<appType>` | — | نعم | معرف التطبيق المراد تحديثه |
| `--name` | `-n` | لا | اسم التطبيق الجديد (يُطبق على جميع اللغات) |
| `--desc` | `-d` | لا | وصف التطبيق الجديد |
| `--icon` | — | لا | معرف أيقونة التطبيق الجديد |
| `--icon-color` | — | لا | لون الأيقونة بتنسيق سداسي عشري (الافتراضي `#0089FF`) |

يجب توفير واحد على الأقل من `--name` أو `--desc` أو `--icon`.

**المخرجات:**

```json
{
"success": true,
"appType": "APP_XXX",
"updatedFields": {
"name": "اسم جديد",
"desc": "وصف جديد",
"icon": "icon-name"
}
}
```

---
Expand Down
14 changes: 14 additions & 0 deletions de/features/common-prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ Erstellen Sie ein Laternenrätsel-Spiel zum Laternenfest

---

## Anwendung aktualisieren

```
Ändern Sie den Anwendungsnamen auf „Neuer Name"
```
```
Ändern Sie die Beschreibung und das Symbol der Anwendung
```
```
Benennen Sie die Anwendung APP_XXX in „Kundenportal" um
```

---

## Formular- und Seitenoperationen

### Formularseiten erstellen
Expand Down
29 changes: 29 additions & 0 deletions de/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,35 @@ openyida export <appType> [output] # Migrationspaket generieren

# Anwendung importieren
openyida import <file> [name] # Anwendung aus Migrationspaket wiederherstellen

# Anwendungsinformationen aktualisieren
openyida update-app <appType> --name "<neuer Name>" [--desc "<Beschreibung>"] [--icon "<Symbol>"] [--icon-color "<Farbe>"]
```

### update-app Parameter

| Parameter | Alias | Erforderlich | Beschreibung |
|-----------|-------|-------------|--------------|
| `<appType>` | — | Ja | Die zu aktualisierende Anwendungs-ID |
| `--name` | `-n` | Nein | Neuer Anwendungsname (wird auf alle Sprachen angewendet) |
| `--desc` | `-d` | Nein | Neue Anwendungsbeschreibung |
| `--icon` | — | Nein | Neuer Anwendungssymbol-Bezeichner |
| `--icon-color` | — | Nein | Symbolfarbe im Hex-Format (Standard `#0089FF`) |

Mindestens einer der Parameter `--name`, `--desc` oder `--icon` muss angegeben werden.

**Ausgabe:**

```json
{
"success": true,
"appType": "APP_XXX",
"updatedFields": {
"name": "Neuer Name",
"desc": "Neue Beschreibung",
"icon": "icon-name"
}
}
```

---
Expand Down
14 changes: 14 additions & 0 deletions en/features/common-prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ Build a Lantern Festival riddle game

---

## App update

```
Update the name of my app to "New App Name"
```
```
Change my app's description and icon
```
```
Rename app APP_XXX to "Customer Portal"
```

---

## Form & Page Operations

### Create Form Page
Expand Down
29 changes: 29 additions & 0 deletions en/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,35 @@ openyida export <appType> [output] # Generate migration package

# Import application
openyida import <file> [name] # Rebuild app from migration package

# Update application info
openyida update-app <appType> --name "<new name>" [--desc "<description>"] [--icon "<icon>"] [--icon-color "<color>"]
```

### update-app parameters

| Parameter | Alias | Required | Description |
|-----------|-------|----------|-------------|
| `<appType>` | — | Yes | The application ID to update |
| `--name` | `-n` | No | New application name (applied to all locales) |
| `--desc` | `-d` | No | New application description |
| `--icon` | — | No | New application icon identifier |
| `--icon-color` | — | No | Icon color in hex format (defaults to `#0089FF`) |

At least one of `--name`, `--desc`, or `--icon` must be provided.

**Output:**

```json
{
"success": true,
"appType": "APP_XXX",
"updatedFields": {
"name": "New App Name",
"desc": "New description",
"icon": "icon-name"
}
}
```

---
Expand Down
14 changes: 14 additions & 0 deletions es/features/common-prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ Crear un juego de adivinanzas de linternas para el Festival de las Linternas

---

## Actualización de aplicación

```
Cambiar el nombre de mi aplicación a "Nuevo nombre"
```
```
Cambiar la descripción y el icono de mi aplicación
```
```
Renombrar la aplicación APP_XXX a "Portal de clientes"
```

---

## Operaciones de Formularios y Páginas

### Crear Página de Formulario
Expand Down
29 changes: 29 additions & 0 deletions es/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,35 @@ openyida export <appType> [output] # Generar paquete de migración

# Importar aplicación
openyida import <file> [name] # Reconstruir aplicación desde paquete

# Actualizar información de la aplicación
openyida update-app <appType> --name "<nuevo nombre>" [--desc "<descripción>"] [--icon "<icono>"] [--icon-color "<color>"]
```

### Parámetros de update-app

| Parámetro | Alias | Requerido | Descripción |
|-----------|-------|-----------|-------------|
| `<appType>` | — | Sí | El ID de la aplicación a actualizar |
| `--name` | `-n` | No | Nuevo nombre de la aplicación (aplicado a todos los idiomas) |
| `--desc` | `-d` | No | Nueva descripción de la aplicación |
| `--icon` | — | No | Nuevo identificador de icono |
| `--icon-color` | — | No | Color del icono en formato hexadecimal (por defecto `#0089FF`) |

Se debe proporcionar al menos uno de `--name`, `--desc` o `--icon`.

**Salida:**

```json
{
"success": true,
"appType": "APP_XXX",
"updatedFields": {
"name": "Nuevo nombre",
"desc": "Nueva descripción",
"icon": "icon-name"
}
}
```

---
Expand Down
14 changes: 14 additions & 0 deletions fr/features/common-prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ Créer un jeu de devinettes de lanternes pour la fête des lanternes

---

## Mise à jour d'application

```
Modifier le nom de mon application en « Nouveau nom »
```
```
Changer la description et l'icône de mon application
```
```
Renommer l'application APP_XXX en « Portail client »
```

---

## Opérations sur formulaires et pages

### Créer des pages de formulaire
Expand Down
29 changes: 29 additions & 0 deletions fr/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,35 @@ openyida export <appType> [output] # Générer un package de migration

# Importer une application
openyida import <file> [name] # Reconstruire l'application à partir du package de migration

# Mettre à jour les informations de l'application
openyida update-app <appType> --name "<nouveau nom>" [--desc "<description>"] [--icon "<icône>"] [--icon-color "<couleur>"]
```

### Paramètres update-app

| Paramètre | Alias | Requis | Description |
|-----------|-------|--------|-------------|
| `<appType>` | — | Oui | L'ID de l'application à mettre à jour |
| `--name` | `-n` | Non | Nouveau nom de l'application (appliqué à toutes les langues) |
| `--desc` | `-d` | Non | Nouvelle description de l'application |
| `--icon` | — | Non | Nouvel identifiant d'icône |
| `--icon-color` | — | Non | Couleur de l'icône en hexadécimal (par défaut `#0089FF`) |

Au moins un des paramètres `--name`, `--desc` ou `--icon` doit être fourni.

**Sortie :**

```json
{
"success": true,
"appType": "APP_XXX",
"updatedFields": {
"name": "Nouveau nom",
"desc": "Nouvelle description",
"icon": "icon-name"
}
}
```

---
Expand Down
14 changes: 14 additions & 0 deletions hi/features/common-prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ Yida पर एक जन्मदिन की बधाई मिनी-गे

---

## ऐप अपडेट

```
मेरे ऐप का नाम "नया नाम" में बदलें
```
```
ऐप का विवरण और आइकन बदलें
```
```
APP_XXX ऐप का नाम बदलकर "ग्राहक पोर्टल" करें
```

---

## फॉर्म और पेज संचालन

### फॉर्म पेज बनाएं
Expand Down
29 changes: 29 additions & 0 deletions hi/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,35 @@ openyida export <appType> [output] # माइग्रेशन पैकेज

# एप्लिकेशन आयात करें
openyida import <file> [name] # पैकेज से एप्लिकेशन पुनर्निर्माण करें

# एप्लिकेशन जानकारी अपडेट करें
openyida update-app <appType> --name "<नया नाम>" [--desc "<विवरण>"] [--icon "<आइकन>"] [--icon-color "<रंग>"]
```

### update-app पैरामीटर

| पैरामीटर | उपनाम | आवश्यक | विवरण |
|----------|-------|--------|-------|
| `<appType>` | — | हाँ | अपडेट करने के लिए एप्लिकेशन ID |
| `--name` | `-n` | नहीं | नया एप्लिकेशन नाम (सभी भाषाओं पर लागू) |
| `--desc` | `-d` | नहीं | नया एप्लिकेशन विवरण |
| `--icon` | — | नहीं | नया एप्लिकेशन आइकन पहचानकर्ता |
| `--icon-color` | — | नहीं | आइकन रंग हेक्स प्रारूप में (डिफ़ॉल्ट `#0089FF`) |

`--name`, `--desc`, या `--icon` में से कम से कम एक प्रदान करना आवश्यक है।

**आउटपुट:**

```json
{
"success": true,
"appType": "APP_XXX",
"updatedFields": {
"name": "नया नाम",
"desc": "नया विवरण",
"icon": "icon-name"
}
}
```

---
Expand Down
14 changes: 14 additions & 0 deletions ja/features/common-prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ Yida上で誕生日祝福ミニゲームを作成してください

---

## アプリ更新

```
アプリ名を「新しい名前」に変更してください
```
```
アプリの説明とアイコンを変更してください
```
```
APP_XXX アプリを「カスタマーポータル」に名前変更してください
```

---

## フォームとページ操作

### フォームページの作成
Expand Down
29 changes: 29 additions & 0 deletions ja/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,35 @@ openyida export <appType> [output] # 移行パッケージを生成

# アプリインポート
openyida import <file> [name] # 移行パッケージからアプリを再構築

# アプリ情報を更新
openyida update-app <appType> --name "<新しい名前>" [--desc "<説明>"] [--icon "<アイコン>"] [--icon-color "<色>"]
```

### update-app パラメータ

| パラメータ | エイリアス | 必須 | 説明 |
|-----------|-----------|------|------|
| `<appType>` | — | はい | 更新するアプリ ID |
| `--name` | `-n` | いいえ | 新しいアプリ名(すべてのロケールに適用) |
| `--desc` | `-d` | いいえ | 新しいアプリの説明 |
| `--icon` | — | いいえ | 新しいアプリアイコン識別子 |
| `--icon-color` | — | いいえ | アイコンの色(16進数形式、デフォルト `#0089FF`) |

`--name`、`--desc`、`--icon` のいずれかを少なくとも1つ指定する必要があります。

**出力:**

```json
{
"success": true,
"appType": "APP_XXX",
"updatedFields": {
"name": "新しいアプリ名",
"desc": "新しい説明",
"icon": "icon-name"
}
}
```

---
Expand Down
Loading