mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-23 22:30:37 +00:00
[ACS-10117] Deprecate ADF Storybook and custom Docker builds
This commit is contained in:
@@ -113,6 +113,7 @@ A collection of Angular components for generic use.
|
||||
| [Json Cell component](core/components/json-cell.component.md) | Shows a JSON-formatted value inside a datatable component. | [Source](../lib/core/src/lib/datatable/components/json-cell/json-cell.component.ts) |
|
||||
| [Language Menu component](core/components/language-menu.component.md) | Displays all the languages that are present in "app.config.json" and the default (EN). | [Source](../lib/core/src/lib/language-menu/language-menu.component.ts) |
|
||||
| [Login Dialog Panel component](core/components/login-dialog-panel.component.md) | Shows and manages a login dialog. | [Source](../lib/core/src/lib/login/components/login-dialog-panel.component.ts) |
|
||||
| [Login Dialog component](core/components/login-dialog.component.md) | Allows a user to perform a login via a dialog. | [Source](../lib/core/src/lib/login/components/login-dialog.component.ts) |
|
||||
| [Login component](core/components/login.component.md) | Authenticates to Alfresco Content Services and Alfresco Process Services. | [Source](../lib/core/src/lib/login/components/login.component.ts) |
|
||||
| [Notification History component](core/components/notification-history.component.md)  | This component is in the current status just an experimental component. The main purpose of the Notification history component is list all the notification received in the current session. They will disappear from the list after the refresh. | [Source](../lib/core/src/lib/notifications/components/notification-history.component.ts) | |
|
||||
| [Pagination Component](core/components/pagination.component.md) | Adds pagination to the component it is used with. | [Source](../lib/core/src/lib/pagination/pagination.component.ts) |
|
||||
@@ -476,6 +477,7 @@ for more information about installing and using the source code.
|
||||
| [Edit Task Filter Cloud component](process-services-cloud/components/edit-task-filter-cloud.component.md)  | Edits task filter details. | [Source](../lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.ts) |
|
||||
| [Form cloud custom outcomes component](process-services-cloud/components/form-cloud-custom-outcome.component.md) | Supplies custom outcome buttons to be included in Form cloud component. | [Source](../lib/process-services-cloud/src/lib/form/components/form-cloud-custom-outcomes.component.ts) |
|
||||
| [Form cloud component](process-services-cloud/components/form-cloud.component.md) | Shows a form from Process Services. | [Source](../lib/process-services-cloud/src/lib/form/components/form-cloud.component.ts) |
|
||||
| [Form Definition Selector Cloud](process-services-cloud/components/form-definition-selector-cloud.component.md) | Allows one form to be selected from a dropdown list. For forms to be displayed in this component they will need to be compatible with standAlone tasks. | [Source](../lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.ts) |
|
||||
| [Group Cloud component](process-services-cloud/components/group-cloud.component.md)  | Searches Groups. | [Source](../lib/process-services-cloud/src/lib/group/components/group-cloud.component.ts) |
|
||||
| [](process-services-cloud/components/people-cloud.component.md) | Title: People Cloud Component | |
|
||||
|
||||
|
||||
@@ -17,3 +17,11 @@ Shows and manages a login dialog.
|
||||
| ---- | ---- | ----------- |
|
||||
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`LoginSuccessEvent`](../../../lib/core/src/lib/login/models/login-success.event.ts)`>` | Emitted when the login succeeds. |
|
||||
|
||||
## Details
|
||||
|
||||
This component has similar features to the [Login Dialog component](login-dialog.component.md)
|
||||
but it also creates and manages the dialog for you.
|
||||
|
||||
## See also
|
||||
|
||||
- [Login Dialog component](login-dialog.component.md)
|
||||
|
||||
@@ -7,8 +7,6 @@ Last reviewed: 2018-10-02
|
||||
|
||||
# [Login Dialog component](../../../lib/core/src/lib/login/components/login-dialog.component.ts "Defined in login-dialog.component.ts")
|
||||
|
||||
This component is deprecated and will removed because it's unused.
|
||||
|
||||
Allows a user to perform a login via a dialog.
|
||||
|
||||
## Details
|
||||
|
||||
@@ -8,9 +8,6 @@ Status: Active
|
||||
|
||||
Allows one form to be selected from a dropdown list. For forms to be displayed in this component they will need to be compatible with standAlone tasks.
|
||||
|
||||
This component will be removed because it's unused.
|
||||
|
||||
|
||||
## Basic Usage
|
||||
|
||||
```html
|
||||
|
||||
@@ -395,6 +395,7 @@ backend services have been tested with each released version of ADF.
|
||||
<!--v260 start-->
|
||||
|
||||
- [Login dialog panel component](core/components/login-dialog-panel.component.md)
|
||||
- [Login dialog component](core/components/login-dialog.component.md)
|
||||
- [Login dialog service](core/services/login-dialog.service.md)
|
||||
|
||||
<!--v260 end-->
|
||||
|
||||
@@ -285,6 +285,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "بحاجة لمساعدة؟",
|
||||
"REGISTER": "تسجيل"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "إلغاء",
|
||||
"CHOOSE": "اختيار",
|
||||
"LOGIN": "تسجيل دخول"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -285,6 +285,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "Potřebujete pomoc?",
|
||||
"REGISTER": "Zaregistrovat"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Zrušit",
|
||||
"CHOOSE": "Vybrat",
|
||||
"LOGIN": "Přihlásit se"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -285,6 +285,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "Har du brug for hjælp?",
|
||||
"REGISTER": "Tilmeld"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Annuller",
|
||||
"CHOOSE": "Vælg",
|
||||
"LOGIN": "Log ind"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -364,6 +364,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "Brauchen Sie Hilfe?",
|
||||
"REGISTER": "Registrieren"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Abbrechen",
|
||||
"CHOOSE": "Auswählen",
|
||||
"LOGIN": "Anmelden"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -364,6 +364,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "NEED HELP?",
|
||||
"REGISTER": "REGISTER"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Cancel",
|
||||
"CHOOSE": "Choose",
|
||||
"LOGIN": "Sign in"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -364,6 +364,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "¿Necesita ayuda?",
|
||||
"REGISTER": "Registrarse"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Cancelar",
|
||||
"CHOOSE": "Elegir",
|
||||
"LOGIN": "Iniciar sesión"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -285,6 +285,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "Tarvitsetko apua?",
|
||||
"REGISTER": "Rekisteröidy"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Peruuta",
|
||||
"CHOOSE": "Valitse",
|
||||
"LOGIN": "Kirjaudu sisään"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -364,6 +364,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "Besoin d'aide ?",
|
||||
"REGISTER": "S'inscrire"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Annuler",
|
||||
"CHOOSE": "Choisir",
|
||||
"LOGIN": "Connexion"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -364,6 +364,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "Hai bisogno di aiuto?",
|
||||
"REGISTER": "Registrati"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Annulla",
|
||||
"CHOOSE": "Scegli",
|
||||
"LOGIN": "Accedi"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -285,6 +285,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "ヘルプが必要ですか?",
|
||||
"REGISTER": "登録"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "キャンセル",
|
||||
"CHOOSE": "選択",
|
||||
"LOGIN": "サインイン"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -285,6 +285,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "Trenger hjelp?",
|
||||
"REGISTER": "Registrer"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Avbryt",
|
||||
"CHOOSE": "Velg",
|
||||
"LOGIN": "Logg på"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -285,6 +285,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "Hulp nodig?",
|
||||
"REGISTER": "Registreren"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Annuleren",
|
||||
"CHOOSE": "Kiezen",
|
||||
"LOGIN": "Aanmelden"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -285,6 +285,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "Precisa de ajuda?",
|
||||
"REGISTER": "Registrar"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Cancelar",
|
||||
"CHOOSE": "Escolher",
|
||||
"LOGIN": "Entrar"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -364,6 +364,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "PRECISA DE AJUDA?",
|
||||
"REGISTER": "REGISTAR"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Cancelar",
|
||||
"CHOOSE": "Escolher",
|
||||
"LOGIN": "Iniciar sessão"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -285,6 +285,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "Справка?",
|
||||
"REGISTER": "Регистрация"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Отмена",
|
||||
"CHOOSE": "Выбрать",
|
||||
"LOGIN": "Войти"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -285,6 +285,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "Behöver du hjälp?",
|
||||
"REGISTER": "Registrera"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "Avbryt",
|
||||
"CHOOSE": "Välj",
|
||||
"LOGIN": "Logga in"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -285,6 +285,11 @@
|
||||
"ACTION": {
|
||||
"HELP": "是否需要帮助?",
|
||||
"REGISTER": "注册"
|
||||
},
|
||||
"DIALOG": {
|
||||
"CANCEL": "取消",
|
||||
"CHOOSE": "选择",
|
||||
"LOGIN": "登录"
|
||||
}
|
||||
},
|
||||
"ADF-DATATABLE": {
|
||||
|
||||
@@ -22,7 +22,7 @@ import { TranslatePipe } from '@ngx-translate/core';
|
||||
import { LoginDialogPanelComponent } from '../login-dialog-panel/login-dialog-panel.component';
|
||||
import { LoginDialogComponentData } from './login-dialog-component-data.interface';
|
||||
|
||||
/** @deprecated this component will be removed because it's unused */
|
||||
/** @deprecated this component will be removed because it's unused https://hyland.atlassian.net/browse/ACS-10178 */
|
||||
@Component({
|
||||
selector: 'adf-login-dialog',
|
||||
templateUrl: './login-dialog.component.html',
|
||||
|
||||
@@ -18,11 +18,10 @@
|
||||
import { Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';
|
||||
import { ApplicationInstanceModel, DEFAULT_APP_INSTANCE_ICON, DEFAULT_APP_INSTANCE_THEME } from '../../models/application-instance.model';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { TranslatePipe } from '@ngx-translate/core';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
import { MatCardModule } from '@angular/material/card';
|
||||
|
||||
/** @deprecated this component will be removed because it's unused */
|
||||
/** @deprecated this component will be removed because it's unused https://hyland.atlassian.net/browse/ACS-10178 */
|
||||
@Component({
|
||||
selector: 'adf-cloud-app-details',
|
||||
imports: [CommonModule, MatIconModule, MatCardModule],
|
||||
|
||||
@@ -33,7 +33,7 @@ export const LAYOUT_LIST: string = 'LIST';
|
||||
export const LAYOUT_GRID: string = 'GRID';
|
||||
export const DEPLOYED_STATUS: string = 'DEPLOYED';
|
||||
|
||||
/** @deprecated this component will be removed because it's unused */
|
||||
/** @deprecated this component will be removed because it's unused https://hyland.atlassian.net/browse/ACS-10178 */
|
||||
@Component({
|
||||
selector: 'adf-cloud-app-list',
|
||||
imports: [
|
||||
|
||||
@@ -23,7 +23,7 @@ import { FormRepresentation } from '../../services/form-fields.interfaces';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { TranslatePipe } from '@ngx-translate/core';
|
||||
|
||||
/** @deprecated this component will be removed because it's unused */
|
||||
/** @deprecated this component will be removed because it's unused https://hyland.atlassian.net/browse/ACS-10178 */
|
||||
@Component({
|
||||
selector: 'adf-cloud-form-definition-selector',
|
||||
imports: [CommonModule, TranslatePipe, MatSelectModule],
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "لم يتم العثور على تطبيقات",
|
||||
"SUBTITLE": "أنشئ تطبيقًا جديدًا تريد العثور عليه بسهولة لاحقًا"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "حدث خطأ",
|
||||
"SUBTITLE": "تأكد أن لديك الإذن بالوصول إلى التطبيق"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "بدء مهمة",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Nenalezeny žádné aplikace",
|
||||
"SUBTITLE": "Pro lepší přehlednost vytvořte novou aplikaci"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Došlo k chybě",
|
||||
"SUBTITLE": "Ověřte svá oprávnění pro přístup k aplikacím"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Zahájit úkol",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Der blev ikke fundet nogen programmer",
|
||||
"SUBTITLE": "Opret et nyt program, som skal være nemt at finde senere"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Der opstod en fejl",
|
||||
"SUBTITLE": "Kontrollér, at du har adgangstilladelse til disse apps"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Start opgave",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Keine Anwendungen gefunden",
|
||||
"SUBTITLE": "Erstellen Sie eine neue Anwendung, die sich später leicht wiederfinden lässt"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Es ist ein Fehler aufgetreten",
|
||||
"SUBTITLE": "Überprüfen Sie, ob Sie zum Zugriff auf die Anwendungen berechtigt sind"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Aufgabe starten",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "No Applications Found",
|
||||
"SUBTITLE": "Create a new application that you want to easily find later"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "There was an error",
|
||||
"SUBTITLE": "Check you have permission to access the apps"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Start Task",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "No se han encontrado aplicaciones",
|
||||
"SUBTITLE": "Cree una nueva aplicación que desee encontrar fácilmente después"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Se ha producido un error",
|
||||
"SUBTITLE": "Compruebe que dispone de permiso de acceso a las aplicaciones"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Iniciar tarea",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Yhtään sovellusta ei löydy",
|
||||
"SUBTITLE": "Luo uusi sovellus, jonka löydät helposti myöhemmin"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Tapahtui virhe",
|
||||
"SUBTITLE": "Tarkista, että sinulla on oikeus käyttää sovelluksia"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Aloita tehtävä",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Aucune application trouvée",
|
||||
"SUBTITLE": "Créer une nouvelle application à laquelle vous pourrez accéder facilement par la suite"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Une erreur est survenue",
|
||||
"SUBTITLE": "Vérifiez que vous avez les droits d'accès aux applications"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Démarrer la tâche",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Nessuna applicazione trovata",
|
||||
"SUBTITLE": "Creare una nuova applicazione per trovarla facilmente più tardi"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Si è verificato un errore",
|
||||
"SUBTITLE": "Verificare di disporre dell'autorizzazione per accedere alle app"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Avvia compito",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "アプリケーションが見つかりません",
|
||||
"SUBTITLE": "後で簡単に見つけられるよう、新しいアプリケーションを作成してください"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "エラーが発生しました",
|
||||
"SUBTITLE": "アプリケーションにアクセスする権限があることを確認してください"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "タスクの開始",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Ingen applikasjoner funnet",
|
||||
"SUBTITLE": "Opprett en ny applikasjon som er lett å finne senere"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Det oppstod en feil",
|
||||
"SUBTITLE": "Sjekk at du har tillatelse til å gå inn i appene"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Start oppgave",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Geen toepassingen gevonden",
|
||||
"SUBTITLE": "Maak een nieuwe toepassing die u later gemakkelijk wilt kunnen vinden"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Er is een fout opgetreden",
|
||||
"SUBTITLE": "Controleer of u rechten hebt voor toegang tot de apps"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Taak starten",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Nie znaleziono aplikacji.",
|
||||
"SUBTITLE": "Utwórz nową aplikację, którą później będzie łatwo znaleźć."
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Wystąpił błąd",
|
||||
"SUBTITLE": "Sprawdź, czy masz uprawnienie dostępu do aplikacji"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Rozpocznij zadanie",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Nenhum Aplicativo Encontrado",
|
||||
"SUBTITLE": "Crie um aplicativo que você possa identificar com facilidade depois"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Houve um erro",
|
||||
"SUBTITLE": "Verifique se você tem permissão para acessar os aplicativos"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Iniciar tarefa",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Não foram encontradas aplicaçõe",
|
||||
"SUBTITLE": "Crie uma nova aplicação que pretenda encontrar facilmente mais tarde"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Ocorreu um erro",
|
||||
"SUBTITLE": "Verifique se tem permissão para aceder às aplicações"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Iniciar tarefa",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Приложения не найдены",
|
||||
"SUBTITLE": "Создайте новое приложение, которое вы сможете легко найти позже"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Произошла ошибка",
|
||||
"SUBTITLE": "Убедитесь, что у вас есть разрешение на доступ к приложениям"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Начать задачу",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "Inga program hittades",
|
||||
"SUBTITLE": "Skapa ett nytt program som du enkelt hittar senare"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "Ett fel uppstod",
|
||||
"SUBTITLE": "Kontrollera att du har behörighet att öppna programmen"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "Starta uppgift",
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
}
|
||||
},
|
||||
"ADF_CLOUD_TASK_LIST": {
|
||||
"APPS": {
|
||||
"NO_APPS": {
|
||||
"TITLE": "找不到应用程序",
|
||||
"SUBTITLE": "创建您想要今后轻松查找的新应用程序"
|
||||
},
|
||||
"ERROR": {
|
||||
"TITLE": "存在错误",
|
||||
"SUBTITLE": "请确定您是否有访问应用程序的权限"
|
||||
}
|
||||
},
|
||||
"START_TASK": {
|
||||
"FORM": {
|
||||
"TITLE": "启动任务",
|
||||
|
||||
Reference in New Issue
Block a user